Rhaedas
@Rhaedas@fedia.io
- Comment on How do you filter out ai slop on Youtube? 1 week ago:
There’s different levels. Are you looking for a filtering to avoid seeing anything potential, something on the video to indicate AI, how to tell at the start it might be AI? The first is probably the hardest to do, and if there is a way to do it you’ll either get a lot of false positives (so miss real content) or stuff will still get through. Easiest is to weed out channels as you find them. Don’t rely on YT’s little AI marker, like everything else it’s automated and will tag anything remotely suggestive of AI (but maybe isn’t).
- Comment on Later they realized how much they fucked up. 3 weeks ago:
We have friends everywhere.
- Comment on Alan Greenspan, architect of the modern American economy, dies aged 100 4 weeks ago:
It wasn't just him. But he threw gasoline on the fire. A lot.
- Comment on Alan Greenspan, architect of the modern American economy, dies aged 100 4 weeks ago:
Noted.
- Comment on PewDiePie releases Codex/ClaudeCode/Cursor killer, Odysseous (FOSS) 1 month ago:
Most models are going to require CUDA. There are some AMD ones out there, but it's a totally different math and setup. As for the one I mentioned, it's a pretty new idea so there are only a few out there, maybe just one (Qwen based). But I did get a 31B model to work on my 12GB, I just had to move from Ollama to llama.cpp to gain the control needed to set the parameters, and fine tune what it put on the CUDA to the max it would take. I had Claude help me along the way.
It's new enough that there aren't any good abliterated/uncensored models yet.
- Comment on PewDiePie releases Codex/ClaudeCode/Cursor killer, Odysseous (FOSS) 1 month ago:
16GB is plenty for even older model setups. Now they've got a few models designed so you load just parts of the model onto the GPU (Mixture of Experts) and use the CPU for less referenced sections, so you get both reasonable speed and a much more complex model.
- Comment on Microsoft quietly deletes Windows 11 doc pushing 32GB RAM for gaming after outrage 2 months ago:
The fact that they backed down on it means it's not a hard fact, but something they want you to believe. Or maybe they're going back to the drawboard to optimize it better. Or realistically, it does take that much to run well, but they'd rather deal with the aftermath than say it out loud since it's less people shouting.
If they could make a better Windows, they would. But it's possible it's built on top of so much crap that they'd have to start from the beginning, and probably would just do like they did from the start, use someone else's software to branch off of.