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

help-circle
  • Everyone saying “they can evacuate” clearly doesn’t remember how bad the covid response was.

    There will be anti-space conspiracy theorists. The ownership class would demand people continue working until the last possible minute (and beyond). It would be politicized, because some people are unbelievably stupid, cruel, and selfish, and enough people are so stupid they’ll buy in.

    Now, if we could make the meteor fall on a location occupied solely by the people who don’t believe in science…


  • 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







  • Depends on how strange and impactful their choice is.

    If it’s something that I think should be in the style guide, I’d promise try to achieve consensus. I’d prefer not merging in the dubious code because then other people may take it as precedent.

    One guy really wanted to write his code differently than the existing code and how others were doing it. It kind of sucked. Not that his way was bad, but no one else on the team subjectively liked it. I relented and let it go, and then had to deal with that unpleasant code for months. Eventually he moved on and a lot of that code got replaced. I retrospect I would have preferred if we had somehow convinced him to keep in the style we preferred. I’m sure he wasn’t happy that the rest of the team wasn’t keen on his style choices.

    If it’s just a little weird, mention it as a non blocking comment. Like one guy would have weird line breaks in his longer comments. It technically followed the guide (under max line length) but it was weird. We asked him to stop, he said ok, no problem. But I didn’t block a merge over it.


  • I’m aware but worth pointing out. It’s easy to forget. Also to forget that our personal experience is not universal.

    I had really bad anxiety in my youth. I’d get nauseous. Staying inside alone made it worse. So much worse. Taking the plunge and actually going out, talking to people, engaging, regularly, that lead to progress. Even if it meant throwing up in the bathroom sometimes. But that probably won’t work for everyone.

    But I guess some part of me has a visceral reaction that’s just like “you’re making it worse! You’re just hiding from the problem and it’s never going to get better this way! Just go outside and nothing bad will happen, and you’ll stop freaking out eventually!”. But that’s not everyone.

    But yes, to your point, a lot of the time it seems like they’re not even trying, and I can’t know their inner world. Sometimes they’re not, sometimes they are.

    I don’t think it’s an accurate assessment to say “everyone is doing their best” though because some people certainly are not.




  • Because a lot of people I know and see are like “lol I’m a mess” without seeming to do anything to address the situation.

    Though that’s aggravated by the capitalist hellscape that makes getting health care difficult.

    But also I’m less generous about this because it’s frustrating to be on the receiving end of someone’s crippling anxiety.

    And this comic is a cutesy, romanticized if you will, representation of it.