Live data from Hacker News

Viewing profile — cgbystrom

cgbystrom

HN member
Joined
Sun, Apr 26, 2009, 6:12 PM UTC
HN karma
1,424
Public activity
105 items

About cgbystrom

[ my public key: https://keybase.io/cgbystrom; my proof: https://keybase.io/cgbystrom/sigs/4pm_EUhW9VrHxq8BrtPnWEe2kN_u-s_qOxaCmFOY4kk ]

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #7041232

    With our team, we also found shared folders performance to be too low. Our Python framework/app is very read-heavy and stat() a lot of files (the Python module loading system isn't…

  6. story
  7. story
  8. story
  9. comment
    Comment #4985455

    There's also Locust, a Python powered load testing tool similar to this. It's focused on simulating user behavior rather than hitting specific URLs. This allows for much more true-…

  10. story
  11. comment
    Comment #4314860

    Totally agree about having smaller and more contained apps. I used https://github.com/cgbystrom/jersey-netty for a one-off project wiring Jersey together with Netty. But it's not a…

  12. comment
    Comment #4312424

    Without need to discuss security implementations - no.

  13. comment
    Comment #4312413

    Protocol handlers are a pretty shitty way of interfacing with desktop apps. There's no two-way communication and no error handling. Lots of potential screw-ups and incompatibility …

  14. comment
    Comment #4312188

    I would strongly advise not to base your push mechanism solely on Web Sockets. Despite advances modern browsers are making with Web Sockets support, the current compatibility is no…

  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #3468452

    Redis should get an an HTTP API. Would enable you to implement something like this purely in the browser. UIs are really useful from a sys admin point of view. I can also imagine a…

  22. comment
    Comment #3455783

    The authors of Kotlin has explicitly said that fast compilation is a key feature.

  23. story
  24. story
  25. comment
    Comment #3243293

    A couple of the components used are actually already open-source: https://github.com/esnme/ultrajson - Super-fast JSON serializer. https://github.com/esnme/locust - Scalable load t…