@marcos@lemmy.world
member since 16 Jun 2023 22:39
comments
- on redis cluster in c/programmer_humor@programming.dev · 1d ago
-
on Stop Doing Swap Partitions in c/programmer_humor@programming.dev · 13 Sep 2026
If you need swap, you probably should look at the tradeoffs of a file vs. a partition, or maybe even adding another entire disk.
But if you don’t know if you’ll need it, it’s because you won’t.
-
on Time for a new course in c/programmer_humor@programming.dev · 12 Sep 2026
We have several good standards for power-line networking.
All of them fail for the usual problems, like all companies making sure every connector you can buy is proprietary and incompatible with each other’s.
-
on "Buy more storage for only 19,99$ a month!" in c/programmer_humor@programming.dev · 29 Aug 2026
you have to go through a separate, clunky web interface
Yes, you get a Linux machine, and use the web interface there. It’s less clunky than the one you get on Android, and way more reliable than whatever you do on Windows that would end-up with you uploading the files a second time.
-
on We ignored the signs. in c/programmer_humor@programming.dev · 25 Aug 2026
Monitor connectors: “I’ll destroy all your hardware before I give up connecting this stuff. You can put as much punishment as you need!”
Disk drivers: “Help! The user sneezed! The disk is lost!”
-
on Never seen it this bad in c/programmer_humor@programming.dev · 17 Aug 2026
They should migrate their code to use some technology that scales well… Like web servers and git.
-
on Never seen it this bad in c/programmer_humor@programming.dev · 17 Aug 2026
They were the ones that invented LLM assisted coding…
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 16 Aug 2026
IMO, the easiest way to make your system not swap into some disk you don’t want it to is to not enable any swap partition on that disk.
If it’s using that much RAM for cache, it will survive not having a swap with a minimum impact on performance.
-
on I'm leaving OpenAI to build Jurassic Park - by Taylor Troesh in c/programmer_humor@programming.dev · 9 Aug 2026
Back to stone age, but this time with dinosaurs, so we can be just like the cartoons!
It makes a queue without loading the DB.
ACID DBs don’t scale indefinitely, and it’s a very easy win if you are having performance issues even before scaling them.