

/{username}//home/{username}
What is this path supposed to be?


/{username}//home/{username}
What is this path supposed to be?


To make it inconvenient enough for non-authorized mechanics to touch the car. Forcing the owner to pay the manufacturer to fix the car.


SSDs are way more efficient than HDDs for swap.
SSDs are electronic, while HDDs are mechanical. This means that moving memory regions (pages) between system RAM and the storage requires:
Imagine a scenario in which completely unrelated data access requests floods your storage drive. An HDD needs to constantly realign its needle to the requested locations, while the SSD can just re-route its data lines to that location.


No. AI workloads benefit from SSD’s high random read/write performance. Also, I guess, more people starting using SSDs for paging/swap, as RAM prices skyrocketed.
This resulted in an SSD shortage immediately after RAM starting getting expensive. Which in turn caused an HDD shortage, because people need space to store their data.


If I understand correctly, this affects 3d printers that can read STL. What if someone, hypothetically, uses an open source slicer, like Orca, and print from gcode?


Out of all the services that Valve offers, you decided to compare their checkout page?


Nuh… We have had 16k for at least 8 years


I used to port forward, but I have stopped doing it. I don’t want to have open ports on the same IP that I use for internet browsing.
I have my local server connected, via WireGuard, to a cheap nearby VPS. All my services are exposed from that VPS.
This configuration also offers full portability to my home server, allowing me to switch to any ISP, or even move to mobile data, if I have to.
For applications that require even lower latency, like remote gaming, I use Tailscale, which can traverse the NATs and create direct connections between the devices.


I was referring to Altman lobbying towards considering AI training as fair use of copyrighted material.
I know that pirating is not fair use. However, AI companies seem to rely on pirated copies to train their slop machines, and they are trying to justify this behavior.


Maybe we could start making more slop memes, to outbalance the possible usefulness of AI ?


Isn’t Briar an alternative to Threema?


We didn’t hid our heads in the sand. Your comment serves no purpose, besides being a rant about how Linux cannot work for you. You could at least be more polite.
No one forced you to use Linux, and probably no one will. It’s your setup, and it’s your responsibility.
If you want to keep being an asshole, you will only get more down votes. If you need help transitioning to Linux, you can politely ask for it.
There is no point attacking random people for not “acknowledging” your issues.


Can you elaborate? To me, Go seems to have less boilerplate.


Go is verbose? Have you ever written Java?


I have managed to get to locked out of my own Nextcloud. It was encrypted, and I didn’t know that I had to keep a backup of the keys in its config files. I only had a RAID1 for the user data.


No, there is only one definition for open source:


Keep in mind that a lot of webpages block traffic from datacenters, as they are trying to protect themselves from AI scrappers. I recently had an issue with OpenAI making thousands of requests to one of my servers.
Please use
$HOMEinstead of this. There are configurations that do not rely on the usual/home/$USERformat. The root user is a good example, having their$HOMEset to/root.