@fleeky using open sourcr language models and a "harness" which lets the model invoke external functions which then pipe results back into it's context and resume generation
@simon Sweet yeah. I appreciate you publishing it! I'm also gonna try formatting it using standard ChatML format.
So far I've just been manually performing the action and pasting results which is a convebient option
@simon Hey! I tried out your ReAct prompt with OpenHermes Mistral and I found that an important step was to get it to verify whether the result was correct before answering, and tried to guide it to perform a more specific query if not.
I posted the gist with my prompt here: https://gist.github.com/RangerMauve/19be7dca9ced8e1095ed2e00608ded5e
I'm severely colourblind - my eyes can hardly detect red light at all.
So, working in web development, picking colour schemes is hard.
There are tools around to help you pick accessible colour schemes, but they assume that you can tell by looking that a colour is the one you want, and the only information you need the computer to calculate is the contrast ratio.
I realised I need a tool that will take the name of a colour and find a shade that gives a target contrast ratio.
Here it is: https://colourblind-palette-maker.glitch.me/
It uses the new APCA perceptual contrast algorithm and the Oklab colour space to help me find colours that people with better colour vision will interpret correctly, while ensuring there's good contrast for as many people as possible.
@EvanHahn That's awesome! As dat_ecosystem mentioned, we in the community usually use a different URL scheme. Have you seen my web browser that loads p2p URLs (including JS) natively? @agregore
I also have a cli environment which supports p2p web apis that might be relevant: https://github.com/AgregoreWeb/agregore-cli
@EvanHahn @dat_ecosystem yeah check out hyper-sdk. The p2p stufd can be a pain to set up for browsers tho
@vyr I daily drive steam os for my programming job :P I have done unspeakable evils to make it possible to compile stuff without having access to system level package management 🥰
Occult Enby that's making local-first software with peer to peer protocols, mesh networks, and the web.
Exploring what a local-first cyberspace might look like in my spare time.