• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2024

help-circle








  • It’s hard to figure out what he’s talking about , when he says the “whole social security database”. Like in which tables are they duplicated? Does it mean the entire row is duplicated or just the SSN, it might make sense to be duplicated depending on the schema. Is it an append only db, so there might be updated columns on the same ssn and you need to filter by the latest update timestamp? Who knows.

    But also, saying that there’s a “social security database” and then following that up by the govt “doesn’t use SQL” so… the db is actually just a spreadsheet? A .txt file? The SSNs are just written down in someone’s notebook? Lol








  • I think the single biggest issue I have with Linux is package management. Maybe this is purely distribution dependent, but for example in Ubuntu most of the packages are way outdated, not even on the latest stable version. Then I either have to:

    1. Build from source which means I gotta also install all dependencies and pray that the thing builds
    2. Add some rando PPA which I have no idea if I should trust
    3. Use “flatpaks” or “appimages”

    None of those options are appealing. And along with these multiple options I end up having multiple versions of things installed in different locations in different ways and also my PATH ends up a big mess, I think I’m just doing something very wrong.