Live data from Hacker News

Viewing profile — jcuga

jcuga

HN member
Joined
Fri, Oct 30, 2015, 3:55 AM UTC
HN karma
56
Public activity
30 items

About jcuga

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #11311579

    What good is a billion dollar startup if it pays little US tax, and only employs one or two hundred high paying jobs? A 100 Million dollar company typically employs just as many hi…

  4. comment
    Comment #11223845

    Graduates are increasingly less prepared for the working world and burdened with large student loans. It should come as no surprise that higher levels of education have not improve…

  5. comment
    Comment #11080452

    Very nice. Added yet another shiny badge to my github project's README. It seem's a little too easy to get an 'A' rating. On one of my less polished libraries it pointed out a few …

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #11036409

    1:45 on 10x10. i could see this as being addictive

  11. story
  12. comment
    Comment #10549286

    Yeah. I originally started out using SSE but I ended up settling on longpolling because of wider browser support and the fact that there are issues with SSE even on newer browsers …

  13. comment
    Comment #10548789

    I originally used SSE events but ran into issues. see: http://stackoverflow.com/questions/30462850/ie11-sse-via-pol...

  14. story
  15. comment
    Comment #10546772

    I just wrote my first golang library: https://github.com/jcuga/golongpoll I'm proud of it because its a general purpose library (http longpolling) versus random prototypes that I n…

  16. comment
    Comment #10546678

    When I needed some simple push notifications, I could't find any decent library or example for longpolling in go (or most other languages), so I decided to make one :) A lot of the…

  17. story
  18. comment
    Comment #10535427

    Thanks! I don't know how I missed this. Will definitely give it a try.

  19. story
    Ask HN: Best place for programmers to blog about code?

    I have benefited greatly from all sorts of great programming material that other people have put on the web. Over the last few years I've accumulated quite a few nuggets of program…

  20. comment
    Comment #10515197

    oh i see the blog link...

  21. comment
    Comment #10515171

    I was thinking earlier today that I'd probably use twitter if it was text based like it used to be. You should definitely put some example/feature threads on your website.

  22. comment
    Comment #10481283

    Pre-built binaries are now available for mac/win/linux 32/64 bit: https://github.com/jcuga/proxyblock/releases/tag/v0.1-alpha

  23. comment
    Comment #10481279

    MIT. Just added the license.

  24. comment
    Comment #10480092

    Not yet, but that feature has occurred to me. Since it looks like there's some interest, I may do another round of feature development.

  25. comment
    Comment #10480089

    You need go to build it (see: https://golang.org/doc/install ) I can add pre-built binaries in the future, especially since go let's you cross compile easily.