Live data from Hacker News

Viewing profile — trekkin

trekkin

HN member
Joined
Wed, Jul 18, 2012, 10:41 PM UTC
HN karma
235
Public activity
81 items

About trekkin

aes.io founder

Recent public activity

  1. 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…

  2. story
  3. story
  4. 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…

  5. story
  6. story
  7. story
  8. comment
    Comment #5845235

    check AES.io

  9. comment
    Comment #5312162

    Most consumers want convenience first, security second. Evernote just targets the mass market.

  10. 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…

  11. 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.

  12. 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…

  13. 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 …

  14. 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…

  15. 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…

  16. 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 …

  17. 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…

  18. 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…

  19. 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…

  20. 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.

  21. 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 …

  22. 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 …

  23. comment
    Comment #5124096

    For example, AES.io

  24. 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…

  25. 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 …