

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


/{username}//home/{username}
What is this path supposed to be?
Pepsi’s taste is superior to Coca Cola
Seriously? How dangerous are those things? Is it safe ex. to film my roomba?


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.
It looks like the whole 172.0.0.0/12 block belongs to AT&T


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?
To prevent lead acid getting sprayed everywhere, I would suggest the use of a lithium battery instead
I think it’s the same thing, except I am pulling the pre-built image
Are you talking about the “The page needs to be reloaded” error?
The current solution is to use nieveve/piped-backend for the API.
I have used their image before, when there was an issue with Piped appearing as a bot and requiring captcha.


I was hosting it 5 years ago in a 2gb or 4gb VPS. We were able to run 1440p@120hz, if not higher, streams of our games. The server didn’t seem to care much about the load.
If your old piece of software is not available through Flatpak, you can use DistroBox to run your app inside a container with older Debian/Ubuntu.
What are the advantages of Invidious, compared to Piped?
I have been self-hosting Piped for the last 3 years, but I never tried Invidious.


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.
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.