• 1 Post
  • 86 Comments
Joined 2 months ago
cake
Cake day: July 22nd, 2024

help-circle



  • And you didn’t even mention climate change.

    I’m in my early 30s, so I experienced cooler summers, but also the crises in 2007 and the following years (where basically every Eurozone country south of the Alps almost collapsed).

    I also experienced the refugee “crisis” in Germany and obviously covid.

    What I learned is, that the only thing our governments can do is throwing money at rich people. Literally nothing else. Every single crisis, conflict, bad situation was met with utter incompetence, corruption, and often enough some new way to blame poor people.

    I can’t speak for other countries, but ask yourself, what actually changed for the better in the last 20 years thanks to any government action? Rents? Still high. Education? Educate yourself. Healthcare? Here’s aspirin, good luck.

    The young people of today see that our entire society is moving in an extremely dangerous direction of collapse, and they feel like they can do nothing against it. They feel powerless against a system that ostensibly is super open and democratic. That’s why so many (not only young people) are voting for extremists. They want to see everything burn.



  • And there are some truly magic tools.

    XSDs are far from perfect, but waaay more powerful than json schema.

    XSLT has its problems, but completely transforming a document to a completely different structure with just a bit of text is awesome. I had to rewrite a relatively simple XSLT in Java and it was something like 10 times more lines.









  • The long-term goal is for Rust to overtake C in the kernel (from what I understand

    Your understanding wrong. Rust is limited to some very specific niches within the kernel and will likely not spread out anytime soon.

    critical code gets left untouched (a lot of the time) because no one wants to be the one that breaks shit

    The entire kernel is “critical”. The entire kernel runs - kind of by definition - in kernel space. Every bug there has the potential for privilege escalation or faults - theoretically even hardware damage. So following your advice, nobody should every touch the kernel at all.






  • And DBAs. I’m currently working on a project where I said from the very start, I can set up this DB in k8s and I can get it to work decently, but I have neither the knowledge nor the time to get it right. Please give me someone who knows how this works.

    No, don’t worry, it’ll be fine, we don’t need that, this kuverneles thing I keep hearing about handles that!!!

    Six months of hard contact with the enemy on production later:

    Well, we’re currently looking for someone who actually knows how DBs work, because we have one of those issues that would cost a proper DBA 5min and me 5 months.