

The instance is explicitly anti corporate ai. There’s !haidra@lemmy.dbzer0.com which db0 worked on. https://aihorde.net/ is probably the most ethical image generation service.
Failing optimist, can code poorly.
Ⓐ
🇵🇸 Saoirse don Phalastín! 🇵🇸
Previously @irelephant@lemm.ee.


The instance is explicitly anti corporate ai. There’s !haidra@lemmy.dbzer0.com which db0 worked on. https://aihorde.net/ is probably the most ethical image generation service.


I’d say one of the things llms can do well is language. (Or are you arguing that humans deserve to have the proofreading job instead, which I can agree with)


I wouldn’t say the environmental issue is overblown, but it does have a solution.


Do you think local llms or community hosted ones are still as bad? Because most of those concerns seem to be more with the corporate ownership of ai, which is definitely a bad thing.


I also can find phrasing stuff hard at times, so being able to send a word salad to a chatbot and get a proper sentence is useful. Or suggesting words.


I find llms useful for some things,
Sometimes the duckduckgo ai summary of results can include a source I was looking for that was buried in the results (I don’t trust the ai much since it literally cited Ireland’s Nazi party uncritically once, but it does link to sources). Formatting text is also really useful, or turning something from csv to a markdown table and vice versa.
Its also able to extract text from images a lot better than “dumb” ocrs (which I still use for basic images), and can format it in a certain way (e.g., take this screenshot from an ebook and format it as a quizlet).
I have try seeing what they’re like for programming every once in a while, and my verdict is still shit. They can do very basic stuff thats basically regurgitating functions that were written before, but not original stuff (they’re very poor at making regexes). They’re similarly bad at debugging, though they can sometimes point you in the right direction.
The response from ai-bros for the programming thing is usually something along the lines of how you should try Claude opus, but I am never paying a cent on any ai thing. At that point it’s easier to just use my brain.
They didn’t take my duck.com email either


deleted by creator


Ungoogled chromium. Has no googleslop and is very fast.
Voyager is good.
Sync is really good, but the dev has abandoned it.


I’m happy someone noticed it
Yeah, parsing large text to find relevant stuff is very useful for stuff a simple CTRL-F doesn’t work for. I found it useful for parsing .har files to find how a specific value is made for a request.