• 0 Posts
  • 53 Comments
Joined 9 months ago
cake
Cake day: February 12th, 2025

help-circle





  • Because libertarians are the first to remove legal protections in the name of small government. This isnt a blanket rule, more anecdotal than anything. But the ones I’ve managed to find and interact with all want to remove all sorts of legal protections.

    The party doesn’t seem to represent those that I’ve interacted with. I get what your saying, but that just doesn’t match with who I’ve interacted with.

    Okay so here’s where I interject more opnion than above.

    libritarians miss the forest for the trees. From your opinion above you say fiscal responsibility. But you deney the help that social programs provide, and actually benift the economy. Poor people spend stimuls checks locally more than higher income brackets for example. Government serves people, not commerce.





  • Hokay. So docker does run as root. Podman can run rootless, but docker does run as root.

    So if you have any vulnerabilities in your code, like say remote code execution, than your app already has access to root.

    Also, don’t pretend like your shit don’t stink. My code has bugs. And I’ve been at this a a decade. Your vibe coded thing isnt going to be secure because you probably don’t even know how to make it secure if you don’t know docker runs as root.

    Here’s where I interject my opnion

    Its fine to do this for yourself. If you wanted to hear how great your AI produced slop go to LinkedIn.

    When you share things to be used by others, you have a responsibility yourself. How will you monitor and package up security updates? What kind of depenecinies do you have? Are they up to date? Do they have any CVEs?

    There’s so much more to publishing than good intentions. Its fine to do something like this for yourself. But to publish and then absolve yourself of any responsibility is not a way to get taken seriously.





  • Once you go copy left, you need everyone’s consent to change the license.

    The MIT license is the creator owns the copyright, and any changes you contribute are licesned under the sam MIT as the project.

    So to go from MIt -> anything only requires the consent of the project onwer.

    Any copy left (like AGPL) license -> anything requires every contributors consent.

    It is possible, but practically infeasible at scale.

    I’d have to read more about AGPL, but IIRC GPLv2 says you must license any derived code as the same license.

    IANAL, just someone whose looked into this before.