Viewing profile — SpikeGronim
SpikeGronim
HN member- Joined
- Sun, Jul 25, 2010, 12:44 AM UTC
- HN karma
- 776
- Public activity
- 171 items
- HN profile
- View on Hacker News ↗
About SpikeGronim
Recent public activity
- story
- comment
-
comment
Comment #12236645
ChaCha20 is implemented in hardware on many mobile platforms. It's often a preferred TLS cipher on Android. AES is common in hardware as well.
-
comment
Comment #12124103
This is the subject of an excellent book on Archer Blood: https://www.amazon.com/Blood-Telegram-Gary-J-Bass/dp/0307744...
-
comment
Comment #10688920
You can pressurize the gas and put a barometer in the tube in order to detect any breach of the tube. This was used during the cold war and the NSA tapped the communications cable …
-
comment
Comment #9859420
I love Brazil and Apollo. As an ex-Amazonian I miss them on a weekly basis.
-
comment
Comment #8592782
I don't think your attack violates the security model of this protocol. One of the proofs in the paper is that if you have a network of good and bad nodes the bad nodes can use tri…
-
comment
Comment #8587593
You generally use Unicorn etc. behind something like nginx. The last time I did that I used nginx to handle thousands of concurrent connections that were forwarded to nCPUs Unicorn…
-
comment
Comment #7628943
Several things make it easier to maintain: - super fast compile times for fast developer iterations - you can create an interface (set of methods) that your module owns, and apply …
-
comment
Comment #7623352
They say no evidence of illegality, but there is evidence of poor judgement. Without commenting on the specifics of this incident that's a valid reason to fire a CEO/co-founder/exe…
-
comment
Comment #7467812
I am an ex-AWS employee. I can verify that AWS was founded as a new line of business using new servers purchased for AWS. The idea that AWS was started using Amazon's spare capacit…
-
comment
Comment #7393108
Yeah, the reason AMZN doesn't pay UK tax is NOT because they are not profitable. It is because they legally avoid taxes by basing all their EU operations out of Luxemburg. Tax code…
-
comment
Comment #7391413
Prime is considered a marketing expense. Amazon absorbs hundreds of millions or even a billion dollars in shipping charges through prime. It's a huge reason they have a thin profit…
-
comment
Comment #7379723
"W/ the NSA program, you're just a row in a database, if you're not a terrorist* or associate with terrorists nobody gives rat's ass about what you're doing unless one can relate y…
-
comment
Comment #7335770
I can confirm that Etsy.com is primarily PHP. We have no externally facing Rails projects. We have some internal tools on Rails. -- spike@etsy.com
-
comment
Comment #6727354
Legally, due to the EU Data Protection Directive. It's a legal obligation.
-
comment
Comment #6721602
Etsy.com! We're hiring, and we're turning a great many creative people into small business owners. https://www.etsy.com/careers
-
comment
Comment #6598553
Redis doesn't use libuv, and in fact rejected a patch from MS to add libuv support. The reason is dependency management, not performance. Redis takes very very few dependencies - b…
-
comment
Comment #6064643
Absolutely. Step 0 of this article should have been "profile your GC and establish that it is a problem."
-
comment
Comment #6021600
I've read all of those books. They cover the NSA chronologically, so there isn't much overlap. I would recommend all of them. (edited: typo)
-
comment
Comment #5940452
AFAIK there is no curent, practical "encrypted VM" that can protect itself from the hypervisor. Homomorphic encryption can theoretically do that, but is very slow and unproven righ…
-
comment
Comment #5935308
TCP cannot tell what the application wants. If the client application never closes the connection then TCP will keep that connection alive indefinitely (assuming you configured it …
-
comment
Comment #5875314
How do you know if this caller is from the NSA for real? I could get up to all sorts if mischief. Either I can make the NSA look bad, or I can social engineer my way into ISPs by p…
-
comment
Comment #5798630
IANAL, but saying "pay me because I have a 0day exploit against your business" is often construed as extortion. You can end up in jail for that. Consult your lawyer before negotiat…
-
comment
Comment #5571117
Average size is irrelevant. A handful of 1G objects dwarf hundreds of 1 byte objects when computing the average. The overal distribution is interesting. There are actually three: G…