• 0 Posts
  • 84 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle

  • grue@lemmy.mltoProgrammer Humor@programming.devIts not wrong though
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    11 months ago

    While DRM is the bane of everybody there are cases where trust and integrity is important and it’s an intriguing look into how hard it is to manage.

    Nah, when the user wants to ensure trust and integrity in his own system, it works just fine. The problem comes when the user who needs to be able to access the data is simultaneously the adversary who needs to be stopped from accessing the data.

    In other words, it’s one of those situations where the fact that it’s hard to manage is a gigantic clue that it’s wrongheaded to try to do so in the first place.













  • Everything you mentioned is simply a subset of “[corporation] takes away our ability to own property” (i.e., trying to usurp our fundamental property right to control our computer). You can also add Apple and John Deere “right to repair” to the list, along with automakers trying to lock capabilities of the machine we already payfor behind paywalled subscriptions. It’s all the same underlying issue.

    Make no mistake: corporations are waging a war on the public’s right to own property, and we’re going to be forcibly returned to serfdom if we don’t start fighting back.


  • we need to push representatives into office that are far more left-leaning and not fucking autocrats who will MANDATE massive increases in taxes on billionaires and legislate much more significant subsidization of public transit

    You’re framing it wrong. We don’t need to elect scary commies to massively increase taxes in order to subsidize icky collective things; we simply need to elect Fiscal Conservatives™ who will cease massively subsidizing car dependency. In particular, it’s time to repeal Big Government® intrusive regulations that try to tell Red Blooded Americans© they can’t build a multifamily building on their own damn property or that dictate minimum parking requirements.

    This is America, damn it! It’s high time we put the invisible hand of the Free Market back in control!

    [insert screaming eagle noises]




  • Trust me, you don’t want to be trying to maintain legacy Jython code at this point, let alone use it for anything new. All the “normal” Python infrastructure like Pip etc. has moved on and broken compatibility, so you’d have to find and maintain locally the last working compatible version of every single package you use. I suppose you could use Java libraries, but the impedance mismatch trying to use LBYL explicitly typed stuff in EAFP python is terrible. It’s just a horrible mess.