Viewing profile — jcuga
jcuga
HN member- Joined
- Fri, Oct 30, 2015, 3:55 AM UTC
- HN karma
- 56
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About jcuga
No profile information was provided.
Recent public activity
- story
- story
-
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…
-
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…
-
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 …
- story
- story
- story
- story
-
comment
Comment #11036409
1:45 on 10x10. i could see this as being addictive
- story
-
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 …
-
comment
Comment #10548789
I originally used SSE events but ran into issues. see: http://stackoverflow.com/questions/30462850/ie11-sse-via-pol...
- story
-
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…
-
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…
- story
-
comment
Comment #10535427
Thanks! I don't know how I missed this. Will definitely give it a try.
-
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…
-
comment
Comment #10515197
oh i see the blog link...
-
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.
-
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
-
comment
Comment #10481279
MIT. Just added the license.
-
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.
-
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.