A peace loving silly coffee-fueled humanoid carbon-based lifeform that likes #cinema #photography #linux #zxspectrum #retrogaming


My suspicion for Nvidia not opening their drivers is that they have something shifty going on, maybe benchmark “optimizations” or some other trickery.
That, and they’re plain evil.
I think it was a Finnish philosopher who once said it best: Fuck you, Nvidia.


Portal and Portal 2 are packed with passive aggressive remarks. One of my favorites:
Well done. Here are the test results: You are a horrible person. I’m serious, that’s what it says: “A horrible person.” We weren’t even testing for that. Don’t let that horrible-person thing discourage you. It’s just a data point. If it makes you feel any better, science has now validated your birth mother’s decision to abandon you on a doorstep.


Thank you for the link, it was very interesting.
Even though analogue neural networks have the drawback that you can’t copy the neuron weights (currently, but tech may evolve to do it), they can still have use cases in lower powered edge devices.
I think we’ll probably end up with hybrid designs, using digital for most parts except the calculations.


This was bound to happen. Neural networks are inherently analog processes, simulating them digitally is massively expensive in terms of hardware and power.
Digital domain is good for exact computation, analog is better for approximate computation, as required by neural networks.


I’ve been gaming in Linux since the days Unreal Tournament had a Linux version, or even before that.
The only game I want to play that still doesn’t work is Heretic II, which probably is based on some cursed DX9 engine or something.
Newer games I don’t even bother to check before buying, they just work.
Edit: Hexen, not Heretic.


It was very much something my generation feared. It permeated pop culture in the 70’s and 80’s


What’s your point? If Windows is working for you, keep using it.


I guess AI is the new mandatory buzzword in every piece of software out there.
In games you can probably get away with adding some more variables to a character and simulate intelligent behaviour from simple formulas like attack = strength + rage - hunger - fear, you don’t really need to push a neural network into the game.


It could be worse.
You could have lived through the 80’s and 90’s when we were on the verge of global thermonuclear war, but at least the music was great. Imagine living through that and now having to deal with this shitty dystopia with even shittier music…


Intelligent Artificial Intelligence?


How I’m doing it: setup nginx-proxy-manager as frontend and put all services behind it, using different names (cloud.home, media.home, etc) but with the same IP (the proxy IP).


Sony Black Trinitron was peak TV.


I feel this is true about much of what you see online currently. Videos that could have been an short how-to, articles that contain mostly AI generated filler. Also, if you want support on that you better join our discord.
I have genuine gratitude to people who share their in depth knowledge online using old fashion HTML.


I thought capitalism was about supply and demand. We demand something and corporations supply it. Who demanded this crap?


I take that as a hint that I’m not in the site’s target demographic, and simply close the tab.
Nah, I have nothing to do with this, only a happy gamer.


Just like the good old days when sites would force you to have Internet Explorer and Flash plugin installed to work properly. Amazing.


There are alternatives. I bought a Lenovo direct from their site with no OS installed. The saving from not having Windows was enough to afford double the RAM.
The command line is perfect for lazy people like me. You spend a bit more putting together a little automation and shove it in a script in ~/bin and you can forget about how it’s done.
Example: I have a small script that does the backup for me using Borg. It backups only the directories I want, ignores a bunch of stuff and keeps 6 months of backups. I spent some time crafting that but now I just plug my external HDD and type backup.sh. or if I’m feeling extra lazy I just click the desktop link.