• 18 Posts
  • 903 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • it was really hard to read the article when my hands wouldn’t stop making the wanker motion every time this fuckhead decided to whinge about yet another not-problem they’re having. money poisoning’s a fuck of a thing, isn’t it?

    anyway I don’t think this is a parody or if it is they’re incredibly dedicated to the bit

    Within 2 minutes of talking to the final interviewer for DOGE, he asked me if I wanted to join. I said “yes”. Then he said “cool” and I was in multiple Signal groups.

    I’m kinda amazed it’s not multiple Telegram groups, but not at all surprised DOGE is ramshackle enough that this is what passes for organization. it goes to show why they’d hire someone who’d just come hot off of losing interest in robotics after 2 weeks of barely trying and also almost killed themselves doing rich kid vanity hiking, who would then quit their surely extremely important position at DOGE after about a month

    If this means I’ll never do something as spectacular as Loom, so be it.

    wait, I know that name. loom is just a video and screen recorder with unnecessary social networking and AI features that I’m pretty sure charges a lot for a subscription. loom is fucking Unregistered Hypercam 2 for Workgroups. that’s the product this kid is wanking about? that’s the fucking height of human achievement? fuck you




  • no joke, I just don’t like notepad and how Microsoft’s handled its development. I feel like it’s by far the weakest built-in plaintext editor I’ve used across multiple OSes, and there’s so much easy stuff they could do to make it better, but instead they’ve shoved in a bunch of shit nobody asked for like AI of all things, so it’s not even particularly lightweight anymore

    usually if I have to touch windows I find notepad++ on Huckter Joe’s Totally Not Trojans inc or emacs if I’m in hell again (long term development for a corporation that only does windows) but there’s a lot of reasons to want a better lightweight built-in option





  • Why is there no proper text editor like on other systems - oh, right, M$ wants to sell office 365 subs! “Well, you can download-”, yeah, sure let’s have grandma go to Huckter Joe’s Totally Not Trojans inc. JUST TO EDIT TEXT! IN FUCKING 2025!

    it really is weird how much proprietary OSes gatekeep basic-ass good text editing, and how absolutely nothing mainstream includes even basic developer tooling anymore. there’s a big, unnecessary moat around development and I don’t like it.




  • self@awful.systemstoTechTakes@awful.systemsruh roh
    link
    fedilink
    English
    arrow-up
    11
    ·
    11 days ago

    I’m extremely left leaning, but even I feel like I just got hit with a nonsensical smattering of woke lingo.

    hahaha what the fuck. do people still fall for this “I’m extremely left-leaning but let me tell you about the wokes” routine?


  • I was in the exact same boat til recently, but switching off of Proton was actually surprisingly easy even though I had it tied into a bunch of accounts and infrastructure. I actually ended up saving a lot of money compared with Proton Unlimited, and it’s a relief to not have all my eggs in one basket, especially since stuff like Proton’s no logs policy is effectively worthless, and if you’re a whistleblower or similar you’re expected to use a VPN or Tor to access your mail every time to keep from being arrested… but most likely your VPN (and possibly Tor client) is Proton too if you’re paying for it, with the same worthless no logs policy.

    some quick recommendations:

    Proton Mail

    Proton Calendar

    tuta does both of these. their mail is e2e and fine — it’s jankier than proton but also less resource-intensive. it’s also the only other choice for now :(

    I haven’t used their calendar yet, but from a distance it looks good. I should give it a shot sometime soon.

    Proton VPN

    this depends on what you’re using your VPN for. actual security? fucked if I know. high bandwidth fuckery? airvpn is pretty good and they’ll let you allocate ports.

    Proton Drive

    tuta’s getting this soon apparently. otherwise, I can second Backblaze being very reasonably priced if you don’t mind having to choose and set up your own e2e software.







  • I extremely recommend The Little Schemer as a gentle introduction to both programming interactively and to some of the fundamentals of computer science. some of the other books in the series are also good, gentle introductions to some more advanced CS topics too, but they all assume you’ve read through some of this one.

    Andrew Plotkin’s Lists and Lists is also pretty good as a self-contained learning environment with a tutorial

    other than that, I second the Python recommendation. another first language recommendation I can make is GDScript, the Godot scripting language. it has a very good in-browser interactive tutorial for programming fundamentals, and a very detailed manual once your learning goes beyond what the interactive tutorial teaches. game programming isn’t the easiest way to start in general, but Godot has a few advantages in this area: you can see an interesting result right away when writing code, its scripting language is very well-integrated with its tooling, and it’s fairly close to a couple of other languages in syntax and semantics (specifically Python) so your knowledge should transfer fairly well.