The lie made into the rule of the world - Ezekiel 23:20

  • 4 Posts
  • 137 Comments
Joined 1 year ago
cake
Cake day: October 22nd, 2024

help-circle

  • iii@mander.xyztoProgramming@programming.devExcel vs database
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    8 hours ago

    Doesn’t have to be SQL. But most of the time that quote refers to a relational database.

    Nowadays there are graphical tools that are alright, such that you don’t have to learn a query language. For example (1), (2) or more commercial (3).

    But what’s still important is doing good relational database design. Learning to look at the world as entities and relationships between them. Constraints, keys, indices. There’s books and courses on that. While you’re at that, you’ll probably learn SQL along the way, as it’s so convenient.












  • The incumbents in EU are very scared as politicians from outside the traditional political families are getting popular votes. And instead of looking into to mirror as to why that is happening, they blame “the internet” and go authoritarian.

    Another example: EU parliament also accepted a last minute amendment, mandating age verification for pornographic (whatever that is) content online, punishable with up to one year prison sentence.

    This was a last minute addition to a directive concerning CSAM. Because adults accessing porn need to be de-anonymised to avoid child exploitation?

    The EU apparat is self-serving, enjoying their private internal turmoil and drama. Annoyed by those pesky voters and their stupid wants and rights. If only there was software we could use to get them to shut up?!

    (1), (2), (3)






  • At one of my clients, who wants everything on-prem, I use gitlab CI with ansible. It took 3 days to setup, and requires thinkering. But all in all, I like the versitility, consistency and transparency of this approach.

    If I’d start over again, I’d use pyinfra instead of ansible, but that’s a minor difference.