Carl [he/him]

A communist should be able to change a diaper, follow a trail, tend a farm, raise cattle, criticize a political manifesto, drive stick, teach a child, play an instrument, resolve disputes, organize a union, bind a wound, care for the dying, take orders, give orders, cooperate, act alone, read a map, mend a garment, gather mushrooms, hack a computer, and cook a tasty meal. Specialization is for the bourgeoisie.

  • 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: January 29th, 2025

help-circle
  • ITT: introverts (I’m one too)

    People who are extroverted genuinely feel exactly the opposite of what you’re describing, being in a social situation is relaxing/easy for them, and being alone is what’s draining. I could go on and on about capitalist alienation and modern isolation and those are definitely factors but IMO the introvert/extrovert split predates the economic system, the main thing now is that if you don’t like dealing with people instead of being a hermit you spend ages on the Internet.








  • In the US it’s not so much about lyme disease being denied as it is about chronic lyme disease being denied. People who catch the disease sometimes experience long term symptoms that don’t go away after the initial treatment which can be debilitating.

    That said the “denial” doesn’t come from the medical establishment (our CDC has a page talking about it that’s pretty informative), it comes from insurers who refuse to cover long term treatments and doctors who aren’t up to date.




  • Physical stuff. Electrician, plumber, HVAC. I do IT and networking primarily on the physical side which is an option. I wouldn’t suggest buying fully into the “trades make lots of money” propaganda but once you’re established you’ll be comfortable and they’re all jobs that can’t be automated or offshored.

    Be realistic about the pay drop though if you decide to go this route. I would kill to be a slop dev because it would pay like twice what I’m getting right now, but I’m still pretty junior in my field.




  • Carl [he/him]@hexbear.nettoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 months ago

    Sometimes steam tinker launch works, sometimes it doesn’t.

    Sometimes bottles works, sometimes it doesn’t.

    Sometimes lutris works, sometimes it doesn’t.

    Sometimes extracting the mods directly into the game folder works, sometimes it doesn’t.

    Sometimes a game has a bespoke github project with a script that you can run, and sometimes that script hasn’t been updated in years but it still works, and sometimes it doesn’t.






  • Currently programming my “cellular automata with n-body gravity” in rust.

    The white gradient is formed by the “gravitons”, the tan stuff is sand. Right now I’ve got the gravitons reproducing and passing directional data between each other, what I’m trying to wrap my head around is rotating indices for each simulated cell so that i can make them dynamically “fall” towards the nearest gravity source, rather than always falling towards the bottom of the screen as they do now.