• 1 Post
  • 47 Comments
Joined 2 months ago
cake
Cake day: March 28th, 2026

help-circle







  • I love how every defense for crypto platforms like this (or eth based stuff or solana etc etc) is always somehow about censorship and personal freedom stuff but then pretty much everything built on all of this is to pump the crypto more.

    The social networks are only used to talk about crypto. The “shared processing power of web3” is used almost purely for defi trading apps, and they get the most attention when the price rises (because someone like trump goes “hehe $TRUMP”) or falls (because the cracks show through with something like FTX).

    It seems the only things crypto does is increase the value of crypto, scam people, and throw ridiculously expensive parties attended by those trying to increase the value of crypto. The protections against censorship and personal freedoms seem to be purely to launder money, avoid taxes, and pay for illicit goods and services.








  • Continue.dev. Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

    This is the best part is like all of these tools that have this much AI slop are the ones with full CI access so they are the ones that get targetted for supply chain attacks. It absolutely hilarious how many supply chain attacks are “ai that protects your repo” or “AI powered CI security”

    Want to prevent supply chain attacks? lock your dependencies. Don’t let anything touch your code in the CI pipeline. if you use actions fork them and use yours. Turn off any github bots you have enabled. Put your code into an org. Make a separate user account that’s the only admin for your repos. Store the creds only in a trusted password manager. Require all merges to be PRs. Make it so your main account can’t override that rule. There’s more but this would have blocked like 99% of the last 6 huge AI driven supply chain attacks