Live data from Hacker News

Viewing profile — blamestross

blamestross

HN member
Joined
Sun, Oct 16, 2016, 1:53 PM UTC
HN karma
681
Public activity
607 items

About blamestross

Mad Computer Scientist https://miasma.space

distributed hash tables, p2p systems, supply chain and network security.

Recent public activity

  1. comment
    Comment #48882258

    My "When I met Vint" story is less exciting then some here. He attended the "Disability Support Group" at Google regularly. He made a point of just being there to listen and suppor…

  2. comment
    Comment #48718532

    We have long passed at least my owner personal "threshold of evidence" to assume that Mars had life. That bar is pretty low. I am not hard to convince. We don't have a baseline by …

  3. comment
    Comment #48671710

    Well I can't speak to the chinese gov part, but ALL the models are IP laundering systems. I'd rather IP get laundered into open source.

  4. comment
    Comment #48623193

    This is all built on a premise that kinda scares me. Its not a new idea, it's one I have participated in my entire career. That concentration of power at the top labeled "why". It …

  5. comment
    Comment #48623138

    Someday ASCII 28 thru 31 will be loved.

  6. comment
    Comment #48610578

    The basic concept, "put a new compound in everybody's bodies" because it makes them better suited for thier environment is entirely reasonable. Humans didn't evolve in the context …

  7. comment
    Comment #48461421

    I think you are taking an entire space of "intellectual immune system" out of consideration. More than that, you are ignoring the core reason I think they are bottle-necked. They m…

  8. comment
    Comment #48369658

    As a distributed systems engineer, we are a LONG way from "magical scalable ai". The bottleneck for a developing AI is experience. Yes we need compute, but we need data to compute …

  9. comment
    Comment #48360776

    AI Superintelligence doesn't scare me for the same reasons "grey goo" doesn't scare me. We are awash in self-replicating machines. The biosphere is already a grey-goo apocalypse. A…

  10. comment
    Comment #48356637

    This is not how I wanted intellectual property to die. A special "IP Laundering" loophole for big tech companies is WORSE than the intellectual property issues we had before.

  11. comment
    Comment #48352601

    I found it kinda optimal to "incept" the llm. I better results if I just ask the right questions to guide to to a good solution.

  12. comment
    Comment #48230277

    Which isn't a web of trust. it is just an "allowlist". Humans are vulnerable to sybil attacks too.

  13. comment
    Comment #48230101

    Reputation systems have been a theoretical idea for a while, but we haven't come up with anything sybil-proof without centralized identity management. "we have a menu" sounds a lot…

  14. comment
    Comment #48180106

    Gods I love and loath Tiddlywiki. It has some of the most convoluted javascript written before javascript ever actually got all the features that made javascript convoluted. But it…

  15. comment
    Comment #48178952

    https://arxiv.org/pdf/1308.4375 I felt like this paper nailed it years a go, and nobody has followed up properly. The metric involved is basically impossible to compute fully, but …

  16. comment
  17. comment
    Comment #48009156

    I feel like nobody actually understands the real reason security through obscurity is so bad. It results in dead cryptographers. The implementor becomes the weakest link in the cha…

  18. comment
    Comment #48000260

    Seems like a wonderful use case for a one time pad! Every time you offer up the encryption key, it shows you were right!

  19. comment
    Comment #47673165

    Every time Idiocracy comes up, I feel obligated to point out that it is WILDLY optimistic. The people are dumb, not evil. They struggle to adapt and learn, but are willing to try a…

  20. comment
    Comment #47663984

    Reminds me of IQ tests I took as a kid. "Finish the sequence" with 4 options and "no pattern" as the choices. It becomes "what does the moderately intelligent person who wrote the …

  21. comment
    Comment #47621650

    Nobody does "face to face" key exchange like I imagine. Just two phones facing each other spamming QR codes for the other to read. What I REALLY want is an app that builds a big ba…

  22. comment
    Comment #47621613

    So DHT robustness against censorship is superlinear of the number of participants. The "break point" is when a DHT gets big enough I can't realistically MITM all the links with nod…

  23. comment
    Comment #47621200

    "Mainline DHT" is the primary one. It backs magnet links and has resisted censorship for over a decade. Largest most robust group of cooperating computers there is. You can reliabl…

  24. comment
    Comment #47621166

    I'm a fan of "face to face mutual qr code key exchange." I should implement that someday.

  25. comment
    Comment #47620630

    I don't recommend DHTs with public participants being made from scratch. Use mainline bittorrent DHT instead. Small networks are really easy to eclipse and censor. DHTs of trusted …