Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid - welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned so many ā€œesotericā€ right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged ā€œculture criticsā€ who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.

(Credit and/or blame to David Gerard. Nearly forgot to put this up, whoops)

  • nfultz@awful.systems
    link
    fedilink
    English
    arrow-up
    1
    Ā·
    1 hour ago

    The tech-bro cult that funded Wes Streeting| Telegraph

    Not sure who Wes Streeting is, but ā€œLabour for the Long Termā€ and ā€œEffective Altruism for Christiansā€ sound like some internet rabbit holes to go down later.

    Prof MacAskill and Sam Bankman-Fried first met in 2012, long before Bankman-Fried would make his billions. Prof MacAskill had contacted him out of the blue while he was still a student at the Massachusetts Institute of Technology (MIT), inviting him to attend a talk he was giving to students at nearby Harvard University.

    /why/ did he do that? out of the blue, no reason at all? what did SBF have going on in undergrad?

    Mr Lawrence now runs the Centre for British Progress, a ā€œnon-partisanā€ think tank ā€œproducing concrete ideas for… British growthā€.

  • jaschop@awful.systems
    link
    fedilink
    English
    arrow-up
    5
    Ā·
    7 hours ago

    I just got hit by a memory from what must have been 2021, when I was working for a uni-attached startup center. I was lounging in our event space, when my colleague hit me with a question from left field: Would there be a benefit to cooling servers in space, since space is cold?

    Little did he know that I was ready to unload my knowledge absorbed from the Expanse series, which I was reading on repeat to cope with my depressing job. So I infodumped on him about how being in space is like being in a thermos and about the Peltier effect being used in spacecraft radiators. He didn’t say much in response, and I wasn’t too stoked about my social skills in that moment.

    Now I wonder if I saved him from a really embarassing decision. He was an ex-Amazon project manager who was non-committally looking for a PhD topic or maybe a startup. He quit a few months later and went into consulting I think.

  • rook@awful.systems
    link
    fedilink
    English
    arrow-up
    6
    Ā·
    16 hours ago

    So this one seems to be somewhat up in the air right now, and could do with a bit more verification, but it appears that google might be training gemini on your private google docs and a gemini user could ask questions that expose the contents of those documents.

    Which is interesting. We use google docs at work, but it isn’t clear how much valuable ip or confidential information is in there.

    https://www.reddit.com/r/IndieDev/comments/1vfwuf5/a_player_found_out_the_actual_name_of_my_games/

  • rook@awful.systems
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    Ā·
    2 days ago

    Amazing installation instructions at https://github.com/0xeb/ghidrasql

    Install with an AI agent (recommended)

    The fastest way to get ghidrasql running end-to-end is to point an AI coding agent (Claude Code, Cursor, Codex, Aider, etc.) at the bundled installer prompt:

    install-prompt.md

    It is a self-contained runbook with explicit verification gates at every step — preflight checks, building libghidra, installing the LibGhidraHost Ghidra extension, building ghidrasql, and a first live query. Hand it to your agent and let it drive the install; intervene only if a gate reports a failure.

    JFC.

    h/t to rairii: https://labyrinth.zone/objects/96478395-64d9-452c-a906-9e6159cd10a3

    • schnoopy@awful.systems
      link
      fedilink
      English
      arrow-up
      5
      Ā·
      22 hours ago

      Worse than the cursed ā€œcurl -o- | bashā€ command installations. Or as I like to call it ā€œcurl prostrateā€

      • rook@awful.systems
        link
        fedilink
        English
        arrow-up
        2
        Ā·
        16 hours ago

        Well, you know how everyone went from ā€œdo not trust anything you read on wikipediaā€ to ā€œwikipedia is the last hope for humanity’s knowledge and historyā€?

  • Sailor Sega Saturn@awful.systems
    link
    fedilink
    English
    arrow-up
    10
    Ā·
    edit-2
    2 days ago

    There was a cryptocurrency wallet hack the other day which has so far gone unremarked here because the popcorn is stale and we all pivoted to AI. And yet there are dozens of voices of bagholders crying out in pain wanting to be heard. This is their story.

    For some reason the best explanation comes from a boring company that makes point of sale credit card readers https://engineering.block.xyz/blog/predictable-rng-fallback-and-32-bit-reseed-in-coldcard-firmware

    COLDCARD firmware contains an RNG integration error that causes ngu.random to use MicroPython’s deterministic Yasmarang fallback instead of the STM32 hardware RNG.

    Oh hey they got the most important thing not to get wrong wrong in the regulation free money settlement layer of the future.


    The bug? Well in one file they wrote #define MICROPY_HW_ENABLE_RNG 0, and a library they depended on had this code:

    # ifndef MICROPY_HW_ENABLE_RNG
    # error "get a HW TRNG plz"
    # endif
    

    This should have caused a build failure, but since MICROPY_HW_ENABLE_RNG was defined, to zero, it did not and instead continued down an insecure codepath.

    As a C++ programmer this isn’t an unheard of sort of mistake to make in the moment. Many libraries use undefined for preprocessor variables, but there are some people who also use zero.

    But it’s less excusable to not catch it when this is literally the most important thing to get right in a bitcoin wallet. Did they not trace the code path when writing the code? Did they have no integration tests or unit tests for RNG seed quality? Poor RNG seeding has come up a ton in literature, so is the sort of thing people writing cryptographic code should check for…

    We’ll have to addend that old saying: ā€œdon’t roll your own crypto unless the other person’s crypto is from a blockchain developer in which case you’re probably better off rolling your own after all.ā€

    I personally don’t want to sneer at the bagholders too much here. It’s 2026 and at this point it just feels kinda sad. But I’ll end this comment with this glowing review:

    I thought I was secure because Cold Card was always praised as one of the best and most secure wallets. It’s open source, so anyone can verify.

    ā€œIt’s open source, so anyone can verifyā€ – unfortunately for them the verifier was also a hacker.

    • BlueMonday1984@awful.systemsOP
      link
      fedilink
      English
      arrow-up
      4
      Ā·
      1 day ago

      ā€œIt’s open source, so anyone can verifyā€ – unfortunately for them the verifier was also a hacker.

      Also, most of the would-be verifiers are frying their brains with AI

    • rook@awful.systems
      link
      fedilink
      English
      arrow-up
      6
      Ā·
      2 days ago

      I was gonna link someone else’s observations on it, but got sidetracked by a shiny object or something.

      https://mastodon.catgirl.cloud/@49016/117021988214007605

      They didn’t link the sources, but apparently the all-my-apes-gone twitter crowd are still breathtakingly ignorant of technology and statistics, despite how many years of bitcoin catastrophes have passed.

      Quite a few people suggesting/using dice to mitigate the Coldcard vulnerability.

      Note that common dice are not designed to be cryptographically secure.

      If you are going to do this, you probably should buy precision casino dice. And even then, have another source of entropy.

      Posted entirely unironically, apparently. Hard to say, but Poe’s law has yet t be repealed.

      • Architeuthis@awful.systems
        link
        fedilink
        English
        arrow-up
        3
        Ā·
        edit-2
        15 hours ago

        New things I think learned from this thread:

        • the thief used a blockchain provider instead of an ad-hoc local node, making all the transactions incredibly traceable with (unclear to me) implications about their ability to launder them or keep their identity concealed indefinitely.

        • even if they are found out, the previous owners probably won’t see a dime back since the vulnerability affects exactly the ability to prove you really were the previous owner.

        Unclear which thief since the web3isdoinggreat writeup says there had been up to 15 unique groups doing mass drains by 31/7, maybe the initial 500 wallet sweep was one person or group?

      • Soyweiser@awful.systems
        link
        fedilink
        English
        arrow-up
        3
        Ā·
        19 hours ago

        apparently this issue became obvious YEARS AGO since the birthday problem struck a random redditor, who promptly got gaslit that this is completely impossible and it was dismissed. lol. lmao even

        Hahaha

      • YourNetworkIsHaunted@awful.systems
        link
        fedilink
        English
        arrow-up
        5
        Ā·
        1 day ago

        All the dice discourse in particular has made this a ln incredibly fun throwback to the days of crypto bros earnestly arguing about which wall in your house you should hide your hand-stamped seed phrase record inside and whether you could trust a published book of truly random numbers over a series of 256 coin flips. Ironically I can only assume that by the time any of the concerns about entropy sources were validated most of them lost their crypto to some combination of get-richer-quicker ponzi schemes and twitter DMs claiming to definitely be FTX tech support.

    • gerikson@awful.systems
      link
      fedilink
      English
      arrow-up
      5
      Ā·
      2 days ago

      I’ve been following it a bit, there’s a lot less comedy gold to mine nowadays

      here are some links from another forum

      https://www.coindesk.com/tech/2026/07/31/major-bitcoin-wallet-flaw-drains-594-btc-in-25-minute-sweep (crypto shill outfit link)

      https://bitcoinenthusiast.org/uploads/31820a53956b53c5/image.png

      https://bitcoinenthusiast.org/uploads/c0804335a52922e4/image.png - this last is attributing to malice what’s clearly stupidity

  • nfultz@awful.systems
    link
    fedilink
    English
    arrow-up
    5
    Ā·
    2 days ago

    Opinion: I Was Not Allowed To Type Prompts Into ChatGPT During My Chalk Talk And This Is Discrimination By Dr. Rachel Simmons, Postdoctoral Fellow, Stanford University

    spoiler

    In the meantime, if any search committees are reading this: I am still available. My research program is innovative and well-structured. I have a clear vision for my independent career.

    It’s saved in a Google Doc that I can share with you. ChatGPT and I worked very hard on it.

  • lagrangeinterpolator@awful.systems
    link
    fedilink
    English
    arrow-up
    9
    Ā·
    edit-2
    2 days ago

    Clammy Sammy acknowledges Ed Zitron for the first time! https://xcancel.com/sama/status/2084663673570971990

    His response is the Live Laugh Love of 2015 Silicon Valley platitudes:

    i would rather be an optimist and work hard than a pessimist posting about why things won’t work.

    it’s much more difficult and the most likely path is failure, but society fails if people don’t try.

    no amount of ā€œit will never workā€ essays will drive society forward.

    Of course, building data centers that use untold amounts of rare earth metals, electricity, and water while spewing out tons of pollution and scraping every last bit of human content in order to remove people from their jobs by doing them badly is what drives society forward. Profits fail if oligarchs don’t try. Actually, the AI companies don’t even need profits.

    • maol@awful.systems
      link
      fedilink
      English
      arrow-up
      4
      Ā·
      1 day ago

      What a twat. ā€œIt’s much harder to bullshit people than to be rigorous and skeptical guys. Not only is everything fine, I’m actually a better person than ALL my criticsā€

    • YourNetworkIsHaunted@awful.systems
      link
      fedilink
      English
      arrow-up
      7
      Ā·
      2 days ago

      You know, basically all of the bullshit we see from the silicon valley set makes a lot more sense if they’re legitimately unable to recognize a difference between society as a whole doing well and their particular project or vision succeeding. Like, it also fits with their assumption that the world is falling apart because people are being mean to them online.

    • istewart@awful.systems
      link
      fedilink
      English
      arrow-up
      3
      Ā·
      2 days ago

      i still can’t find the shift key on my keyboard.* i think it may just be a greybeard myth. no big deal, posting messages like this really bolsters my public image by making me seem relaxed and approachable.

      *Unless I am publicly accused of fraud, trade secret theft, mass copyright infringement, etc. in which case my PR team tells me I need to temporarily drop the act.

    • samvines@awful.systems
      link
      fedilink
      English
      arrow-up
      3
      Ā·
      edit-2
      2 days ago

      ā€œEverything’s going great actually. We’re doing really important work that’s really hard. I’m a really happy, optimistic guy and I’m very trustworthy. Disregard the smog coming from that data centre over there. Also disregard all those angry looking bankers staring at me.ā€