Large sheep the size of a small sheep! Late 20’s queer sysadmin, release engineer and programmer. Likes tea, DIY, and nerd stuff. Follow requests generally accepted but please have a filled out profile first!

  • 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: December 4th, 2022

help-circle
rss
  • @brickfrog @far_university1990 The dev saying it’s about “information on how to fund the project” is being… misleading. Windows binaries from the project are paywalled, so alternate builds being distributed via Winget presents a pretty clear threat to that funding by being free and more convenient.* They’re well within their right to not distribute their own builds for free, but the misleading way it’s framed here is not endearing… especially given this is a fork of another piece of FOSS software that will happily provide you Windows builds.

    * As an aside, it really is so much better to have stuff distributed by a package manager. Who the hell wants to download an installer from Patreon for every new release, honestly. Some devs drive me crazy with their insistence on asinine distribution channels.






  • @Gaywallet I have a couple thoughts on this:

    1. This seems like a way that device attestation could worm its way further into our devices. Right now Google is trying to watermark AI-generated photos as AI, but you could easily go the other way - if a photo hasn’t been manipulated, it’s signed with a key that is locked down to device attestation. What, your phone is rooted? That’s kinda suspicious - how am I supposed to know your photos are real?

    2. Short of that, though, I suspect that the most likely consequence of this is the videos will start being increasingly seen as necessary for true proof, since those are harder to fake - for now, at least. And of course, there will be a lot more misinformation on the internet, especially in the short term while awareness of this catches up.


  • @MicroWave

    “Why didn’t she just keep her job, give us part of the wages to pay somebody else to do it?” he asked. “That is the thing that the hyper-liberalized economics wants you to do. The economic logic of always prioritizing paid wage labor over other forms of contributing to a society is to me … a consequence of a sort of fundamental liberalism that is ultimately gonna unwind and collapse upon itself.”

    “It’s the abandonment of a sort of Aristotelian virtue politics for a hyper-market-oriented way of thinking about what’s good and what’s desirable,” he added. “If people are paying for it and it contributes to GDP and it makes the economic consumption numbers rise, then it’s good, and if it doesn’t, it’s bad … that’s sort of the root of our political problem.”

    It’s really funny when conservatives are like "See the problem with Wokeness is "



  • @remington There are few creators whose videos I will jump to view the instant they drop, and Lemmino is one of them. This is a pretty interesting subject that I haven’t heard of, despite it apparently being quite well-known.

    Tbh, Sanborn not being confident/experienced with math and cryptography kinda tracks with his apparent surprise that expert cryptographers cracked a Vigenere cipher in a couple days rather than follow an obscure breadcrumb trail that’s still unclear, even after knowing the key. For me, K4’s enduring mystery prompts comparison to the Zodiac killer ciphers, which ended up being so difficult to unwind not because they were brilliant ciphers devised by a mastermind, but because the author made a bunch of mistakes. Still, at this point it seems likely that Sanborn has checked his work over multiple times, so maybe there really is just some trick that no one has thought of. He’s clearly eager for it to be solved, so we may know in the coming decades!



  • @agressivelyPassive @technom That’s a self-fulfilling prophecy, IMO. Well-structured commit histories with clear descriptions can be a godsend for spelunking through old code and trying to work out why a change was made. That is the actual point, after all - the Linux kernel project, which is what git was originally built to manage, is fastidious about this. Most projects don’t need that level of hygiene, but they can still benefit from taking lessons from it.

    To that end, sure, git can be arcane at the best of times and a lot of the tools aren’t strictly necessary, but they’re very useful for managing that history.