Forgot your password?
typodupeerror

Comment Enshittification is already there (Score 1) 65

A friend of me wanted to show a video of something so he tried to find it using a search engine. All we could find were "funny" AI slop adaptations of it that were very bad and unfunny. It wasn't even possible to find the original video! This is how AI is affecting the internet right ff'ing now.

Comment node.js is a clusterfuck in this regard (Score 1) 26

I have seen node apps that were written 2 years ago that needed to be completely rewritten because upgrading node and the 1000+ npm modules was just impossible. Every module that got installed had 10 or more dependencies and every change resulted in a dependency hell so bad there was no way out of it. It seem that we have learned nothing and just create new crap just to run in the same problems we have had and solved earlier. How anyone thinks this is acceptable is beyond me.

Comment LLM's are already free (Score 1) 34

I am running free open source llm models on the gpu of my laptop that equal benchmarks of OpenAI's models from a couple of months ago. There are very decent smaller models that run on single cpu systems without a gpu. How these billion dollar investments are ever going to see an actual profit with the ongoing commoditization of llm's is beyond me.

Slashdot Top Deals

Real programmers don't write in BASIC. Actually, no programmers write in BASIC after reaching puberty.

Working...