• 0 Posts
  • 460 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle

  • The average person is a heady cocktail of stupid and ignorant. We all are, to one degree or another.

    I feel like one of the problems is we’ve let “everyone is entitled to their opinion” mutate into “everyone is entitled to their own facts”. We just kind of let anti-vaxxers walk around like it’s no big deal. We let people wear maga hats and don’t treat it like a clear and present danger or the threat that it is. We’re too polite about this shit.

    If someone walked up to you and was like “I’m gonna shoot you dead later” while holding a gun and a map to your house, you probably wouldn’t be like “Cool I respect your opinion.”

    I mean, some people would. Some people are pacifists, and I guess they’d just get in a death camp politely.










  • Many things. I mean, you could hack a lot of stuff into Excel but generally

    SQL has foreign keys and integrity checks. You can make it so like if you delete a user it automatically cascades to delete other rows like their addresses.

    You can prevent someone from entering the wrong type of data in particular columns. This one’s an integer and that one’s text.

    It’s designed to work on larger scales. Excel stops at 1 million rows per spreadsheet, unless my search just gave me AI slop.

    You can do queries, for selecting as well as updating and deleting. You can join tables.

    It’s much easier for other applications (such as a website) to talk to a SQL database

    You can do transactions.

    There’s a lot. That’s just off the top of my head.


  • I use pycharm at work for most things. Work paid for it. It has some nice stuff i like. I’m sure other editors do all of this, too, but nothing’s been causing me enough pain to switch

    • Database integration. Little side panel shows me the tables, and I can do queries, view table structure, etc, right here
    • Find usages/declaration is pretty good. Goes into library code, too.
    • The autocomplete is pretty good. I think they have newfangled AI options now, but the traditional introspection autocomplete has been doing it for me.
    • Can use the python interpreter inside the docker container
    • The refactor functions are pretty good. Rename, move, etc
    • Naive search is pretty good. Can limit it to folders, do regex, filter by file name, etc

    It does have multiple cursors but I’ve rarely needed that.

    I use sublime for quick note taking. Mostly I like that it has syntax highlighting, and it doesn’t require me to explicitly save a tab for it to stay open






  • I’ve been buying music on Bandcamp. It’ll probably enshittify soon because they sold out (first to epic, and then to some unknown entity), but until then you get DRM free music you can also stream, and you can listen to most stuff a bunch for free.

    That’s all I really want. Let me listen to it to see if I like it, and if I do I’ll throw in a few bucks. The whole endless subscription, ai algorithm, own-nothing shitscape of modern capitalism is not good.