• 1 Post
  • 51 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • Postgres handles NoSQL better than many dedicated NoSQL database management systems. I kept telling another team to at least evaluate it for that purpose - but they knew better and now they are stuck with managing the MongoDB stack because they are the only ones that use it. Postgres is able to do everything they use out of the box. It just doesn’t sound as fancy and hip.



  • Funny how everyone finds plausible-sounding explanations for why “the left” in Germany does this, while the truth is simply, that this is a propaganda piece. A tiny group posts this and suddenly it’s “the left”. The actual left is vehemently and overwhelmingly and very, very much verbal about the genocide and freeing Palestine.

    I wonder who spun it in a way to discredit all leftists… who could possibly gain from such a thing…?







  • This would be my gut reaction as well. I’ve met some game developers privately and got to know them better and after that a career in game development was out of the question for me. It’s not even the fault of the game studios, many of which are being lead by idealistic game devs themselves. It’s the publishers who only offer contracts that are so tightly knit, that many game studios go bankrupt after release if they can’t get another contract quick enough. The whole industry is rotten and no amount of management will save that on the lowest level of the food chain. It felt too me that only idealistic devs with a high frustration tolerance go into game development and that is being exploited to the extreme.










  • As you mentioned, with Fedora the best alternatives are immutable spins. Updating means downloading a new base image, applying overlays and additional installations to it and on the next reboot you start from that image. You can configure it to keep as many previous versions as you need and boot into those directly on startup. Since you never change your current image once it’s built, you can’t break a known good system. You can only ever break your next version and in that case, just boot the previous.

    I’ve created an Ansible playbook that configures a vanilla Kinoite the way I want it. No need to back up the system if I can recreate it with less than a megabyte of text files. Secrets are in my password vault, personal files are in my personal cloud and get synced to and from the laptop continuously. I would never go back to backing up system files as opposed to recreating it with a playbook. That seems so wasteful in hindsight.