• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
rss




  • The esp32 supports efuses that can be used to require a signed binary to boot. So they could lock their hardware to only work with their binary. Source code wouldn’t matter.

    Of course if the source is open you can buy and put together your own hardware and then put their code on it.

    I’m not advocating what they’re doing. Rent seeking is rent seeking even if they need to recoup development costs. I’d rather pay for open hardware and software with no monthly fee.



  • I realized a while back that social media is trying to radicalize everyone and it might not even be entirely the oligarchs that control its fault.

    The algorithm was written with one thing in mind: maximizing engagement time. The longer you stay on the page, the more ads you watch, the more money they make.

    This is pervasive and even if educated adults tune it out, there is always children, who get Mr. Beast and thousands of others trying to trick them into like, subscribe and follow.

    This is something governments should be looking at how to control. Propaganda created for the sole purpose of making money is still propaganda. I think at this point that sites feeding content that use an algorithm to personalize feeds for each user are all compromised.





  • Something eats these insects and then we in turn eat those somethings.

    This is not a way to save us from microplastics. Centuries from now that shit will still be in dirt particles all over the world.

    The best thing to be done is go back in time 100 years and stop people from making millions of tons of plastic bullshit.

    The second best thing is to stop making millions of tons of plastic bullshit.




  • There are options for additional checks they could explore that are less creepy.

    1. Make someone pay a one time charge. This might not give you the full details but the transaction gives more data, and shows someone is willing to back up their request for access with a paper trail which has fraud protection laws.
    2. Third party verification services. Like your bank, who already have details about you. There just needs to be a way for them to vouch for you. Credit reporting agencies probably already do this, but I kinda think this is almost creepier than giving Facebook a video.
    3. Verifying the email attached to your account is a good first step.

    In the meantime I think knowing the password should at least get you logged in enough for account maintenance. You should be able to set the entire account private and take it offline with limited toggles. Restoring full access would require the additional verification.



  • The free software as a passion project idea became untenable long ago. It works for UNIX style utilities where the project stays small and changes can be managed by one person but breaks down on large projects.

    As a user, try to get a feature added or bugfix merged. Its a weeks or sometimes months/years long back and forth trying to get the bikeshedding correct.

    As a maintainer, spend time reading and responding to bug reports which are all unrelated to the project. Deal with a few pull requests that don’t quite fit the project, but might with more polish. Take a month off and wait for the inevitable “is this being maintained?” Issues reports.

    I contribute back changes because I want those features but don’t want to maintain a longterm fork of the project. When they’re rejected or ignored its demoralizing. I can tell myself “This is the way of open source” but sometimes I just search for another project that better fits my needs rather than trying to work on the one I submitted changes to.

    That is the happy path. The sad path of this is how many people look at the aforementioned problems and never bother to submit a pull request because it’s too much trouble? Git removed most of the technical friction of contributing, but there is still huge social friction.

    Long story short: the man pages maintainer deserves something for all the “work” part of maintaining. He can continue to not be paid for the passion part.