Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Go0the0gophers
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Go0the0gophers
4y ago
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 configurations) Request: broacasted by the client in order t
2.
▲
by
Go0the0gophers
4y ago
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 still readable and simple.
3.
▲
by
Go0the0gophers
8y ago
Always fuzz your parser! (e.g. AFL, go fuzz)
4.
▲
by
Go0the0gophers
8y ago
I prefer qwant
5.
▲
by
Go0the0gophers
8y ago
Brave browser is LGTM
6.
▲
by
Go0the0gophers
8y ago
I wrote several parsers that I fuzzed with tools like AFL or gofuzz. And I promise you that fix lot ugly corner cases.
7.
▲
by
Go0the0gophers
8y ago
Just fuzz every parser you write. And the problem is solved.
8.
▲
by
Go0the0gophers
8y ago
Jvm is bloated. So no closure for me. I prefer Go
9.
▲
by
Go0the0gophers
8y ago
Gofmt, and the problem is done.