Viewing profile — trekkin
trekkin
HN member- Joined
- Wed, Jul 18, 2012, 10:41 PM UTC
- HN karma
- 235
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About trekkin
Recent public activity
-
comment
Comment #9000263
GWT generates very performant code, even in high-CPU scenarios like hashing/encryption (and please don't spam the Matasano article about dangers of encryption in JS - it is not rel…
- story
- story
-
comment
Comment #8394238
I implement high-performance software systems in C++ as my day job. The software has to compile and run on Linux, Solaris, and AIX. The same code is 2x slower on AIX (Power) and 3x…
- story
- story
- story
-
comment
Comment #5845235
check AES.io
-
comment
Comment #5312162
Most consumers want convenience first, security second. Evernote just targets the mass market.
-
comment
Comment #5300840
That's why client-side encryption is useful - even with the company (Dropbox) not leaking/selling their users' data on purpose, it is easy to inadvertently leak it. Proper client-s…
-
comment
Comment #5248414
Non-technical co-founders should take care of the business side of the start-up equation - marketing/sales/PR/community building/fundraising/etc.
-
comment
Comment #5189562
The problem with GWT is that it appears to be a low-priority product at Google - it took them more than a year to release v 2.5 vs 3-4 months for 2.4 and earlier. And we all know w…
-
comment
Comment #5148864
Sorry, by "proprietary" I meant "custom". I admire people who have skills and dedication to built OSS, this was just a wrong word to use. I completely agree that for specific uses …
-
comment
Comment #5148771
You can put as many "events" in the body of an HTTP POST request as you wish. What really matters in distributed messaging systems, from the performance point of view, is the numbe…
-
comment
Comment #5148696
Well, I'm sure there are specific use cases where Riemann would be preferable to a generic web server. But for most developers in most situations, it is a no brainer to choose an H…
-
comment
Comment #5148583
>> Throughput here is measured in messages, each containing 100 events, so master is processing 200,000–215,000 events/sec. So in reality it is ~ 2k messages/sec. This is a rather …
-
comment
Comment #5148567
I have the same impression. Many start-ups are built by well-meaning people who have no formal CS or even engineering background and thus are somewhat out of touch with what it mea…
-
comment
Comment #5124392
I'm not saying timing attacks against interpreted code are impossible. I'm just saying they are easier to execute against native code, and thus have nothing to do with JS crypto be…
-
comment
Comment #5124316
Exactly - interpreted code is harder to do timing attacks against because interpreters add a lot of timing "noise", while native code is much more consistent re: time taken to exec…
-
comment
Comment #5124162
Mega is not the first one. AES.io (my company) and several others have been available for some time. Mega is the first one to bring client-side JS crypto into public discussion.
-
comment
Comment #5124149
> timing attacks don't necessarily need access to the actual machine to work. his point is valid because a timing attack may arise from the differences in time it takes to receive …
-
comment
Comment #5124106
As there can be backdoors and bugs in OSes and hardware, any crypto code done on generic-purpose computers with standard OSes (Windows, OSX, Linux, BSD) is not safe. That does not …
-
comment
Comment #5124096
For example, AES.io
-
comment
Comment #4824287
Investors are probably more guilty here - entrepreneurs, most of the time, are trying to "create value", in PG/HN speak. Investors who swindle entrepreneurs are just making money o…
-
comment
Comment #4798006
Try AES.io, or SilentCircle, or HushMail. There are encrypted communication services available, the problem is that most Internet users don't think they need encryption, or do not …