Viewing profile — Go0the0gophers
Go0the0gophers
HN member- Joined
- Sun, Dec 24, 2017, 2:16 PM UTC
- HN karma
- -9
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About Go0the0gophers
No profile information was provided.
Recent public activity
-
comment
Comment #33897198
dora is for: Discover: first request broacasted by client in order to get lease (@ip and others configurations) Offer: response bradcasted by server with the lease (@ip and others …
-
comment
Comment #31051201
Sure async/await makes your casde more complicated . That reason why, I prefer use Go for I/O wait application because I don't need to manage this Go doesn't it fore me. My code st…
-
comment
Comment #30464801
[dead]
- comment
-
comment
Comment #22348464
Why not just use asciidoc? http://asciidoc.org/ asciidoc is perfect.
-
comment
Comment #20009092
Allow you to use GOPROXY directly with go get.
-
comment
Comment #19692965
At scale, details matter and Go also :)
-
comment
Comment #19579470
Lol, I let you use java spring boot technology. It is really bloat (ram, cpu, disk, infamous slowly startup and jit optimization, complex tuning eg. thread pool and so on). Good lu…
-
comment
Comment #19295337
Or thread pool size...
-
comment
Comment #19170179
That respects https://12factor.net/dependencies
- comment
-
comment
Comment #18741938
Bye bye Java, still time to switch to real language (e.g Go)
-
comment
Comment #18319891
... is dead. Java RIP, thx Oracle.
-
comment
Comment #18317881
Always fuzz your parser! (e.g. AFL, go fuzz)
-
comment
Comment #18100383
I prefer qwant
-
comment
Comment #18053092
Brave browser is LGTM
-
comment
Comment #17962431
I wrote several parsers that I fuzzed with tools like AFL or gofuzz. And I promise you that fix lot ugly corner cases.
-
comment
Comment #17959193
Just fuzz every parser you write. And the problem is solved.
-
comment
Comment #17946348
Jvm is bloated. So no closure for me. I prefer Go
-
comment
Comment #17847517
Gofmt, and the problem is done.