I’m also on Mastodon as https://hachyderm.io/@BoydStephenSmithJr .

  • 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: October 2nd, 2023

help-circle
  • I’m late and this will get buried, but this really speaks to the difference between the open source / ESR / OSI ideology and the free software / RMS / GNU ideology.

    Open source ideology says it is better because it produces better software. If MacOS X was closed source and better it serves as a repudiation of that ideology.

    Free software ideology says it is better because denying users any of the four freedoms is an immoral act. If MacOS X was proprietary software and better, it would still be immoral to deny users their freedoms; the ideology is not impacted.




  • That rate seems high. But, I have done post-mortems on a bad developer’s run at a company, and found they did very nearly nothing. No commits, no issues opened or closed, some comments, but that was almost their entire digital footprint.

    Most developers I’ve worked with are obviously not doing nothing, though some of us (including myself) get stuck doing a lot of work on a project that never makes it into production due to shifting priorities.




  • bss03@infosec.pubtoTechnology@lemmy.worldWhat Happened To Duracell PowerCheck?
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    3 months ago

    Although, he admits in the video to “faking” his footage of it working, by using a off-camera heat source. (His batteries were quite dead.)

    But, as someone that lived through this time, they did work, as long as you pressed hard enough in the right places. It was hard to tell if the battery was dead or if you weren’t pressing hard enough




  • Some people hate it, including some independent developers. I wouldn’t mind going without it, if there was a Free Software library management alternative. I want something to track what I have installed (because I’ve “lost” things and reinstalled them before) and something that has a decent uninstall.

    I also get some benefit from the store integration, but I can understand developers being annoyed at the 30% “steam tax”. I’d gladly purchase using some other method, if I didn’t have to sacrifice library functions from previous paragraph.








  • Might check out the Haskell layout rules.

    Basically, when you leave out the ‘{’ then Haskell uses your intendation to insert ‘;}’ on later lines between the leading whitespace and the first token.

    There some really old Haskell code out there that lines up the ‘{;}’ characters on the left under block-introduction keywords.