Comment on
PewDiePie: I'm DONE with Google
Reply in thread
Ditch Google
Step 1: Send them money
Comment on
PewDiePie: I'm DONE with Google
Reply in thread
Ditch Google
Step 1: Send them money
Comment on
The left really needs to get more proficient with using AI. The IQ benefits alone are staggering.
So this guy thinks books are typically ready in 2 hours...
Comment on
AI companies try to pay staff in AI tokens, not money
Reply in thread
At least you could buy food with company scrip.
Seems like they just have excess capacity and need some way to use it
Comment on
Kamala Harris Says She Has “Concerns” About Trans Student Athletes
Reply in thread
It's ridiculous your politicians are concerning themselves with school sporting or just sporting events in general.
Leave the schools and sport orgs to decide if they can compete.
There are much more serious problems to deal with than this nonsense
Comment on
He has a point
As a non American: as a form of protest, instead of doing protests in the streets, why don't you just stop paying taxes?
It seems to me you have a very easy way to tell your government you're fed up with it or just as a form of protest.
I'm sure your gov has a horrible way of inforcing taxation, but you actually do have the option of not-paying.
Comment on
Two separate Hard Drives corrupted in as many days... User error?
What way do you have all these drives attached physically? Are they through USB and is there anything else also attached.
I had a similar issue of constantly corrupting USB HDDs, turns out the mini pc I was using couldn't draw enough power to keep them all going simultaneously so they would fail and become corrupt.
Comment on
What are some lesser known (so no Walmart, Nestle, Amazon etc) shitty, ethically bankrupt, evil companies?
Reply in thread
Don't tell the BuyEurope movement
Comment on
actually drain the swamp
Reply in thread
They mean the system they benefit from would collapse... Nothing more, life will go on
Who knows maybe a better system will replace the nonsense one we exist in now.
Comment on
Coinbase CEO explains why he fired engineers who didn’t try AI immediately
That's some A tier micro management
Comment on
‘Please avoid chugging your ranch’: TSA forced to issue warning as foreign World Cup fans fall in love with American condiment
They sell Ranch in Lidl
Comment on
On Reddit's r/privacy, you can no longer criticize Facebook
Reply in thread
Redditors in tech subs... Got down voted to oblivion for trying to point out just because Whatsapp uses E2EE, that it doesn't mean meta can't extract the messages from the apps before and after transmission.
Comment on
Apple has seemingly found a way to block Android’s new iMessage app
Reply in thread
I remember in the ipod days plugging a CD into the aul PC and ripping all the files as aac... A format that would only play in iTunes
Comment on
Ireland poised to blunt sanctions on Israel under corporate pressure, say sources
Reply in thread
They said they'd do it to get elected; they got elected a year ago. I'd be shocked if they did it now, they're a bunch of spinless mouth breathers.
Comment on
Is Kagi search engine worth it?
Reply in thread
I ran through the 300 query limit in about a day; $5 month isn't really practical imo
Comment on
Do you configure your servarr docker containers from one docker-compose file, or individual ones?
Yes splitting them up is much better.
The only reason you should have secondary services there is if main service is using them exclusively.
Having a single compose file for multiple unrelated services sounds like a nightmare to stop, start and debug if one of your containers is acting weird.
Say for example you have something that needs a mysql server and you have no other use for it beyond that container, then it should go in there with the main seevice.
But then you eventually add another service which also needs a mysql backend. Do you add another mysql instance for that specific service? Or you could separate your existing one into its own compose file and just connect the two separate apps to the single instance.
Here's the way I have mine setup. https://github.com/DanTheMinotaur/HomeHost/tree/main/apps
I use an ansible job to deploy and run them.
Comment on
My city started rolling out electric buses
Does anyone feel like electric buses are a type of green washing?
I like EVs, but do they make sense for something that needs to be on the road all day? Is replacing a couple hundred diesel buses bringing thousands around a day really what should be getting targeted?
Every little helps and all, but doesn't seem like it should be considered a bug deal.
Comment on
PC upgrade woes
Well that's how the economy works, stupid!
Comment on
GUIs
Burn them! 🔥🔥🔥🔥
Comment on
It's truly indecipherable
Reply in thread
Colloquially known as "pick me gays"
Comment on
Help me ditch windows?
Just make a partition and install a distro: Try Bazzite(fedora); don't like it? Try Garuda(arch).
I just use fedora and install the stuff myself, which is probably similar to how Windows works since there's no "windows with steam and Nvidia drivers"
Don't use Debian on the gaming PC(or any "stable" or "lts" distro), everything will be out of date and Gaming on Linux typically needs the latest packages.
The big thing you probably will care about is the Desktop Environment; which is what you'll actually see when using the PC. There's Gnome, KDE and more, each distro will typically let you use pic which one to use.