Github has made it impossible to create an account when using a VPN and a privacy browser with fully spoofed hardware identifiers. (Use Firefox or Firefox-based Privacy Browser, VPN, install Canvasblocker to test this.) I create an account with Google or Apple (both requiring hardware identifiers and numbers and birthdates) or I can use an email. When I use an email, it comes back with this horrible test, and even if I do it completely correctly, it tells me after I didn’t do the test right, gaslighting me with a picture of what I chose (which I didn’t choose) and showing me the correct picture (which I did choose and it claims I didn’t select).

It’s fucking bullshit and it’s more corporate control of open source software. For people who have their discussion or issue tracker, I can’t even participate without hardware identifiers likely linked to me some other way and phone numbers. It’s fucking bullshit. If anyone from Microsoft is reading this, FUCK YOU!!!

I am so tired of this bullshit. I just want to post an issue about a piece of software. You don’t need my fingerprint, hardware or personal, or biometric shit. This is a slippery slope. Fuck them.

I really hope more developers just get the fuck off Github. Honestly, if you are developing privacy-oriented software and using github, there’s a mistmatch and it’s bullshit, and I know it’s time consuming and annoying to move, but please do. This is fucking bullshit and it’s not like it’s going to become LESS annoying over time. FUCK THIS.

  • All Ice In Chains@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    19 hours ago

    Any recommendations on a good general use IDE? I’ve enjoyed Geany a bit here and there myself but honestly I’m just using vim for most things these days. CLI is just so quick and efficient for most use cases, but I still hold out hope for something different.

    • davel@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      18 hours ago

      I don’t have any general recommendations. IMO most of them disappoint, because most of them don’t understand the languages they support very well. It was Microsoft that invented Language Server Protocol and almost every editor adopted. I’m not very impressed by it, and it seems to be stagnant.

      AFAIK the best example of an IDE having a deep understanding of its language is DrRacket, which is specific to Racket. The best one that I’ve actually used is JetBrains’s IDEs, enough so that I pay money for it.

      This YT video is specifically about a Clojure IDE by one of its developers, but it explains some general shortcoming of a lot of code editors, and why IDEs that understand their language(s) well can be so powerful. https://www.youtube.com/watch?v=cOi8V4qsdVY