Live data from Hacker News

Viewing profile — Go0the0gophers

Go0the0gophers

HN member
Joined
Sun, Dec 24, 2017, 2:16 PM UTC
HN karma
-9
Public activity
20 items

About Go0the0gophers

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. comment
  4. comment
  5. comment
    Comment #22348464

    Why not just use asciidoc? http://asciidoc.org/ asciidoc is perfect.

  6. comment
    Comment #20009092

    Allow you to use GOPROXY directly with go get.

  7. comment
    Comment #19692965

    At scale, details matter and Go also :)

  8. 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…

  9. comment
    Comment #19295337

    Or thread pool size...

  10. comment
    Comment #19170179

    That respects https://12factor.net/dependencies

  11. comment
  12. comment
    Comment #18741938

    Bye bye Java, still time to switch to real language (e.g Go)

  13. comment
    Comment #18319891

    ... is dead. Java RIP, thx Oracle.

  14. comment
    Comment #18317881

    Always fuzz your parser! (e.g. AFL, go fuzz)

  15. comment
    Comment #18100383

    I prefer qwant

  16. comment
    Comment #18053092

    Brave browser is LGTM

  17. 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.

  18. comment
    Comment #17959193

    Just fuzz every parser you write. And the problem is solved.

  19. comment
    Comment #17946348

    Jvm is bloated. So no closure for me. I prefer Go

  20. comment
    Comment #17847517

    Gofmt, and the problem is done.