• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2024

help-circle
  • balsoft@lemmy.mltoxkcd@lemmy.worldxkcd #3106: Farads
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 days ago

    Randall hasn’t bothered to name any of them so the community has given them unofficial nicknames.

    Megan is actually named in multiple comics though, so is Danish (Black Hat’s girlfrenemy) (actually that was picked semi-arbitrarily by the community). Cueballs also have different names occasionally but they’re all drawn the same.

    And actually I do believe that certain non-named characters are the same comic-to-comic. Black hat and Beret guy almost certainly are.





  • balsoft@lemmy.mltoMemes@lemmy.mla spectre is haunting NYC
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    5 days ago

    I think it’s a bit confusing, but in my view almost all socialists (including democratic socialists) are communists since the end goal they are trying to achieve is communism. Socialism (which can be described as welfare state, majority-publicly owned capital, and planned or market-socialist economy) is almost always seen as a stepping stone towards communism (stateless, classless, moneyless society), even though it is would also be an improvement on its own.

    (to confuse matters even further, Lenin’s party was initially called Russian Social-Democratic Labour Party, even though today’s understanding of social-democracy would only apply to the Menshevik wing).



  • True enlightenment is realizing that variables don’t exist, it’s all just a sequence of bits in RAM that we assign meaning to as desired.

    Ascension is realizing that bits don’t exist, it’s all just trapped electrons in transistors which we imagine to be bits.

    Transcendence is realizing that transistors or code doesn’t exist, and it’s just some quarks and electrons attracted and repulsed by weird forces, vibrating and convulsing in a soup with entropy constantly rising until the heat death of the universe, of which we make futile attempts to make sense or purpose.







  • the third is only a problem if you’re already looking for a problem.

    “Is vacation 28 days” should not be a question, it should be the minimum mandated by law. “Will you work weekends” should rarely be a question, it should be heavily regulated and only allowed for positions where it’s truly required (and never to compensate for management fuckups).

    Feels like they are both made up scenarios for rage-bait.

    Actually for both of them, the conclusion is correct. “The second they’ll get a better offer they’ll vanish” - no shit, this is how it works under capitalism. Want to keep them? Make a better offer. “The second they find someone to do the same for less pay, they’ll fire you” - no shit, this is how it works under capitalism. Want to make that harder to do? Join or organize a union, and otherwise fight for your labor rights.


  • Not least because there’s no such thing as a “compiled” or “interpreted” language.

    I’d say there is (but the line is a bit blurry). IMHO the main distinction is the presence (and prevalence) of eval semantics in the language; if it is present, then any “compiler” would have to embed itself into the generated code, thus de-facto turning it into a bundled interpreter.

    That said, the argument that interpreted languages are somehow not programming languages is stupid.


  • a mobile OS that basically eschews backwards compatibility

    I have an app built for Android 4 running on my Android 15 device. It looks ugly but it works. Of course other apps will not be so lucky, but some backwards compat is absolutely there.

    a desktop OS that can still run 30 year old applications

    Not really, Microsoft is steadily breaking old stuff. For example lot of 10-15 year old software that was doing something hardware-related would be broken now due to driver signing changes/restrictions (e.g. WinRing0 things).