Viewing profile — blamestross
blamestross
HN member- Joined
- Sun, Oct 16, 2016, 1:53 PM UTC
- HN karma
- 681
- Public activity
- 607 items
- HN profile
- View on Hacker News ↗
About blamestross
distributed hash tables, p2p systems, supply chain and network security.
Recent public activity
-
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…
-
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 …
-
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.
-
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 …
-
comment
Comment #48623138
Someday ASCII 28 thru 31 will be loved.
-
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 …
-
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…
-
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 …
-
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…
-
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.
-
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.
-
comment
Comment #48230277
Which isn't a web of trust. it is just an "allowlist". Humans are vulnerable to sybil attacks too.
-
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…
-
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…
-
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 …
- comment
-
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…
-
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!
-
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…
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #47621166
I'm a fan of "face to face mutual qr code key exchange." I should implement that someday.
-
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 …