• 0 Posts
  • 49 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle








  • My issue with this is that a good chunk of the older tabs end up pointing to 404 errors. I wish it were possible to load the version that was cached when I first visitted a given page, like a local Wayback machine( I also wish that were more aggressive about pulling in pages …).

    Then there’s Amazon letting vendors reuse product codes so some pages end up pointing to things I know I’ve never looked at before and would never try to save like so.






  • It works because the AI finds and exploits the flaws in the prompt, as it has been trained to do. A conversational AI that couldn’t do so wouldn’t meet the definition of such.

    Anthropomorphizing? Put it this way: The writers of that prompt apparently believed it would work to conceal the instructions in it. That shows them to be idiots without getting into anything else about them. The AI doesn’t know or believe any of that, and it doesn’t have to, but it doesn’t have to be anthropomorphic or “intelligent” to be “smarter” than people who consume their own mental excrement like so.

    Blanket Time/Blanket Training(look it up), sadly, apparently works on some humans. AI seems to be already doing better than that. “Dumb” isn’t the word to be using for it, least of all in comparison to the damaged morons trying to manipulate it in the manner shown in the OP.




  • Those agencies are under the executive branch, and its been made very clear in the past that they prefer sneaking in backdoors to valid best practices.

    The NSA sabotaging the Elliptic Curve method of random number generation used in the RSA algorithm comes to mind. They would otherwise be THE experts to trust, but lets look at the others:

    FBI - Waco, Ruby Ridge, planned to assassinate Martin Luther King and so many others. CIA - promotes fascism internationally, causing all sorts of chaos in Latin America and the Middle East. Ever wonder how Komeni’s faction overthrew the Shah? The CIA decided he had gone soft.

    Germany is so trusting of the US on cyber-security measures that their government has been trying to ditch Windows for over a decade.

    TL;DR: In the US, government experts do NOT have your personal security best interests at heart. They can and will use any dirty trick possible to spy on and control both our own citizens and those of other countries. Last authories that anyone should trust.

    https://blog.cloudflare.com/how-the-nsa-may-have-put-a-backdoor-in-rsas-cryptography-a-technical-primer


  • 32-bit apps use a sub-set of the same instructions that still exist on current 64-bit systems. Running 64-bit alone does nothing to eliminate any flaws, real or imagined, from the 32-bit side of things.

    As @jarfil@[email protected] has stated, 32 bit repos are being de-listed because no one can be bothered to maintain them(on a professional, full-time basis), and that lack of code/functional review could allow flaws to slip through. Meanwhile, a lot of those same 32-bit repos continue to exist(as community-maintained versions - my preferrence anyways) and can be accessed by interested users from most distros. They aren’t blocked, just de-listed and unsupported by those distro maintainers.



  • When the variable name is the description that should be in the comments.

    Idea: Comments that automattically populate the end of any line a given variable is invoked on, including spelling out formulas from that line. ie: float y=mx+b // (cartesian y value)=(slope)(cartesian x value)+(cartisian y-intercept)

    “Duplicated” coments not actually in the file, but specified witt the creation of such variables and spread around by the code editor /IDE.