• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • You are right, but let me add that Gabe knows that being tied to Windows is not a good idea, as he worked there and understood that they would block Steam if they could.

    Valve supporting ‘their’ alternative OS, away from Microsoft (and Apple) or any other direct competitor in gaming is the only way to survive.

    It’s not like they pour all that money into Linux from the goodness of their heart. They need their own OS just as much as the Linux desktop community needs some stable funding.

    Given how Valve lets children gamble with skins, I’m not sure how moral that company really is.




  • Postgres is far superior in every way.

    We used MySQL (and Percona XtraDB) servers at work, and it is so bad. So I made several presentations showing generic and specific reasons why Postgres is better. I had to cut a lot of content because MySQL is just that bad.

    Some things may not seem relevant now, but as you keep the DB around long enough, you will appreciate the whole package of Postgres.

    Things that will help a lot, but are extensions:

    • pg_partman - for automatic partition management
    • patroni - management of replicas, automatic failover - it does everything for you with simple commands

    There is a DB comparison matrix, but hasn’t been updated in over a year, which is a shame, but still gives you the idea of how different databases support SQL features: link.

    Spoiler: postgres has the most support, with a huge lead

    Edit: MySQL is dead last, btw