@simon Looked into this, I think the top_p and top_k are the main differences. The default in gpt4all is way more "loose".
Would a PR that sets different defaults be welcome? Or would you prefer to just have the flags exposed like your llama-cpp example?
https://github.com/simonw/llm-gpt4all/blob/main/llm_gpt4all.py#L112
https://docs.gpt4all.io/gpt4all_python.html#the-generate-method-api
I'll try hardcoding some values and running a generation again to see if it's "better" in the meantime.
@pauldaoust Hobestly might replace it with the default textbox implementation in QT/GNOME next. Syntax highlighting is too many cycles!
@alex@xim.ca Right?! I also set up my keybidings to be aligned with typical graphical text editors so it's the same muscle memory.
Fug, I think I am a cranky old fart type already because I like to write code closer to the metal instead of using all the fancy new tooling.
Maybe I should swallow my pride and install vscode and try copilot or whatever it is kids these days are using.
Also I'm still using nano for all my text editing so I might be imposing a deeper limitation on myself than most minimalists. :P
@erlend Are there enough solid users out there that this would be worth the effort? Like, are there a lot of queer furries actively making use of solid that aren't already on mastodon/etc?
Tomorrow's DWeb meetup will be hosted by @mai with talks by:
* Kevin Nguyen about our DWeb Node organizing work
* Bruno Vianna about DWeb+Coolab Camp
* @mauve + fauno of @sutty about Distributed.Press
* David Casey of Funding the Commons
* Guo Liu about ZuSocial Hacker House happening this month in Istanbul
We'll end with an informal hang on Gather.town
Hope you can join us !
I stumbled upon Standard Ebooks last year, and they're awesome! If you have a common type of e-reader for books, you can pick up books from them that have gone past their copyright dates.
I read some Voltaire and Herman Melville from them last year and their formatting is fantastic.
Gonna start pasting the entire bee movie script whenever a marketing chatbot pops up while I'm trying to read a page.
For reference: https://pastebin.com/raw/e90ZUNtD
Hopefully they get billed per word.
@makeworld Oh yeah good point.
For anyone curious here's an article about how bookmarklets work and an example of how to turn that script into one:
https://www.freecodecamp.org/news/what-are-bookmarklets/
```
javascript:(()=>document.body.parentElement.style.filter="invert()")()
```
@todrobbins Lol! That's exactly what I use it for. I've had to use gmail cause of work and it's been a major sore every time I open my tab. :P
Been thinking of getting an extension or something together to auto-inject this based on domain.
Low key wish Github would stop adding features. The changes this year have made things way slower and more buggy. Now I have the pleasure of the "submit review" button not working anymore which is a pretty big chunk of my job. :P
It could be related to my ad blocker not letting them log every single action I take to their analytics though.
A German court has just declared a "Do Not Track" #DNT signal from your browser as legally binding, pursuant to Article 21(5) #GDPR. https://www.vzbv.de/urteile/gericht-untersagt-datenschutzverstoesse-von-linkedin
Useful bit of #JavaScript code I keep handy in my devtools buffer:
```
document.body.parentElement.style.filter = "invert()"
```
This will apply a color inversion filter on an entire page so that you can force a dark mode on sites that don't ssupport it. (e.g. Google's suite)
@j3rn @lpil@hachyderm.io Yup! All day every day. Usually with a head mounted display (I use the Rokid Max) or docked. I use it handhend to do web browsing and code reviews.
Been working on making my text to speech scripts work better for coding cause the on screen keyboard ist great for it.
love the keybinding customization. Got my setup with most functions at a my fingertips
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.