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

help-circle




  • What’s really baffling to me is how completely irrelevant most ads are to me.

    And I’m not saying “ads don’t work for me”, I get ads for products that I will never buy. I’m a man and YouTube recommends me tampons, lipstick and perfume. I also won’t buy a car anytime soon, yet I get tons of ads for cars.

    Even in the mindset of an ad person, that can’t make sense. Sure, there is the off chance that I’ll buy lipstick for my girlfriend, but how likely is that and how much revenue will materialize from bombarding thousands of men with ads? That cannot be economically viable.

    The actually infuriating part is, that we’re still paying for it. And the vendors as well. Only Google profits. If a company spends more on ads than necessary, their products will get more expensive, and those who buy their products will have to pay for it. So essentially I’m paying money for being advertised to, so Google can rake in billions.



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