• 0 posts
  • 149 comments
Joined 3 years ago
Cake day: June 12th, 2023
  • GitHub has been around for nearly 2 decades and was largely considered a mostly good thing until maybe the past couple of years. Also important to add that Microsoft seems to mostly have left it alone for the first couple of years (possibly with the exception of Atom, which it left very alone)

    In addition to people just generally being slow to change, changing can take quite a bit of effort for some projects for varying reasons. Many of those same projects struggle to keep up with the maintenance workload, so they’re not going to jump at the chance to add more work to their plates.

    Finally, some people just don’t care. For instance, the MIT license being popular is pretty hard evidence that FOSS doesn’t necessarily mean anti-corporate, and for many users GitHub still more or less does what it says on the tin.

    Though I will say if the service disruptions and ad-injection bullshit continue you’ll only see GitHub competitors grow. GitLab seems to be going after their enterprise customers with some success.

  • I feel like this one is relatively uncontroversial

    URL pronounced as “earl” however? I’ll spend all of my remaining energy in life ensuring the person saying it is stapled to the bottom of the Mariana trench with rebar

  • I often assume this kind of thing is part of an effort to filter for idiots

    If you know that’s an invalid IP address, you’re probably less likely to fall for the scam after the scammer has put the setup work in. So if they filter you out before a scammer has to spend any actual effort on you, that means more time they can spend scamming people who might be more likely to fall for it

    That’s why these things often have egregious spelling errors and other seemingly obvious red flags

  • Data track/session is the term

    If it was done in the way where the data track didn’t show up for an audio player, it was probably an Enhanced CD/CD plus. If anyone is backing up old CDs it’s worth checking for this kind of stuff and saving it too. Given most people only ever rip the audio, loads of that stuff is going to end up as lost media before long

  • Oh, I guess I’m a stoneager with a penchant for functional elitism then.

    Though I will admit OOP is valid for involved data modelling, everything else should be functional though.

    I’ve also trained myself out of most short variable names for maintainability reasons

  • Oh that’s cool to hear, I was under the impression in research that whilst a lot of the processing actually happens in FORTRAN-written code, it was nearly always reusing already-written functions and primitives in a higher level language (such as python, via the aforementioned SciPy). And then those libraries being maintained by a handful of wizards on the internet somewhere.

    Can you elaborate on the kind of research where people are still actively writing directly in FORTRAN? Did people typically arrive with the skills already or was there training for learning how to write it well?