Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jcuga
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Krugman: Internet’s Economic Impact No Greater Than Fax Machine (1998)
(web.archive.org)
84 points
by
jcuga
10y ago
|
70 comments
2.
▲
Goping – a simple ping latency logger
(github.com)
2 points
by
jcuga
10y ago
|
0 comments
3.
▲
by
jcuga
11y ago
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 high paying jobs and may pay more US tax than a lot of these
4.
▲
by
jcuga
11y ago
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 improved Millennials' standing. There are more distractions a
5.
▲
by
jcuga
11y ago
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 issues that I feel should bump me down
6.
▲
Why Driverless Cars Will Screech to a Halt
(observer.com)
3 points
by
jcuga
11y ago
|
0 comments
7.
▲
Webapp in Go? Consider using longpolling
(cugablog.wordpress.com)
1 points
by
jcuga
11y ago
|
1 comments
8.
▲
Show HN: Golongpoll v1.1 released
(github.com)
3 points
by
jcuga
11y ago
|
0 comments
9.
▲
Let’s talk about longpolling
(cugablog.wordpress.com)
3 points
by
jcuga
11y ago
|
0 comments
10.
▲
by
jcuga
11y ago
1:45 on 10x10. i could see this as being addictive
11.
▲
The Siren Call of Automated Browser Testing
(cugablog.wordpress.com)
18 points
by
jcuga
11y ago
|
6 comments
12.
▲
by
jcuga
11y ago
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 and polyfills. The knee-jerk reaction nowadays is to use w
13.
▲
by
jcuga
11y ago
I originally used SSE events but ran into issues. see: http://stackoverflow.com/questions/30462850/ie11-sse-via-pol...
14.
▲
Show HN: Http longpolling made easy in golang
(github.com)
5 points
by
jcuga
11y ago
|
2 comments
15.
▲
by
jcuga
11y ago
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 normally make. Also it has a lot
16.
▲
by
jcuga
11y ago
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 examples out there in blog posts are too simplistic.
17.
▲
Show HN: Golongpoll – Go HTTP longpolling library
(github.com)
23 points
by
jcuga
11y ago
|
13 comments
18.
▲
by
jcuga
11y ago
Thanks! I don't know how I missed this. Will definitely give it a try.
19.
▲
Ask HN: Best place for programmers to blog about code?
3 points
by
jcuga
11y ago
|
6 comments
20.
▲
by
jcuga
11y ago
oh i see the blog link...
21.
▲
by
jcuga
11y ago
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.
▲
by
jcuga
11y ago
Pre-built binaries are now available for mac/win/linux 32/64 bit: https://github.com/jcuga/proxyblock/releases/tag/v0.1-alpha
23.
▲
by
jcuga
11y ago
MIT. Just added the license.
24.
▲
by
jcuga
11y ago
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.
▲
by
jcuga
11y ago
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.
26.
▲
by
jcuga
11y ago
I need to add one (tonight perhaps), but its basically: do what you want, but if it breaks it's not my fault. I'm just flattered if anyone finds it useful.
27.
▲
by
jcuga
11y ago
Oh, interesting. I didn't know that existed! Pretty similar idea. Mine's more focused on content blocking than specifically privacy. This should also work cross platform since its all written in go. (I've used it on windo
28.
▲
by
jcuga
11y ago
It's an alternative approach to a browser plugin to block ads and other stuff.
29.
▲
Show HN: Proxyblock – an interactive content-blocking proxy written in golang
(github.com)
13 points
by
jcuga
11y ago
|
13 comments
30.
▲
Proxyblock, an interactive content-blocking proxy written in golang
(github.com)
4 points
by
jcuga
11y ago
|
0 comments
More ›