Viewing profile — simonz05
simonz05
HN member- Joined
- Tue, Oct 19, 2010, 6:18 PM UTC
- HN karma
- 490
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About simonz05
Recent public activity
- story
- story
- story
-
comment
Comment #41313923
This type of runtime type checking is quite common in Go. An example from bufio.Reader's WriteTo method: // WriteTo implements io.WriterTo. // This may make multiple calls to the […
-
comment
Comment #41198854
We recently went through a similar situation at a logistics company in Europe. We decided to bring software development in-house after facing similar frustrations with a third-part…
-
comment
Comment #41133732
I understand and respect your perspective on Austin and Cherry’s involvement in the Go community. Their contributions may indeed be less visible but still impactful. However, the c…
-
comment
Comment #41133416
https://www.youtube.com/watch?v=wwoWei-GAPo — Project has come a long way since this. Happy that it's still around and thriving. I don't think we expected that in 2009. I don't bel…
-
comment
Comment #41133325
> I'd also like to see less google control of the project. That doesn't look like is going to happen — the leadership change announced here seems to me to continue on the Google pa…
-
comment
Comment #41086082
I cannot remember (or find) where I signed up for updates, but I get an email every 6 months (or so) from Lorenzo Stoakes personal email. Probably just send him an e-mail and he'll…
-
comment
Comment #41084821
See also The Linux Memory Manager: https://linuxmemory.org/chapters Last update the author sent out was in early July noting that the book is now in editing: > I am happy to report…
-
comment
Comment #41044746
In this X thead Joran comments how it all started with a HN comment back in 2019. https://x.com/jorandirkgreef/status/1815702485190774957
-
comment
Comment #40847596
Lsm trees also need a log, right?
-
comment
Comment #40847359
The paper is inspired by a hacker news comment: https://x.com/andy_pavlo/status/1807799839616614856
- story
-
comment
Comment #40291096
In-process database like SQLite is the holy grail for low-latency database access on the edge. However, the synchronous I/O is holding it back, but how does in-process database loo…
- story
- story
-
comment
Comment #37052402
Felix Geisendörfer did a bunch of work to improve continuous profiling performance [1]. [1]: https://blog.felixge.de/waiting-for-go1-21-execution-tracing...
- story
-
comment
Comment #36497933
Paul, impressive work on the rewrite. Can you shed light on the biggest challenges and steps you (and the team) took to overcome them to succeed with the rewrite? We often hear abo…
-
comment
Comment #35029613
The GitHub search query turned out wrong (for me). It added a space to the location param. It should be. https://github.com/search?q=location%3A%22Copenhagen%22+lang...
- story
- story
-
comment
Comment #33952177
Another option would be to use a service like Cloudflare, which offers protections against scraping and other malicious behavior. This can help prevent the proxy-mirror site from b…
- story