Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
simonz05
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
An Introduction to Zig
(pedropark99.github.io)
4 points
by
simonz05
2y ago
|
0 comments
2.
▲
More Modern B-Tree Techniques
(nowpublishers.com)
3 points
by
simonz05
2y ago
|
0 comments
3.
▲
Can You Do Both: Fast Scans and Fast Writes in a Single System?
(cedardb.com)
2 points
by
simonz05
2y ago
|
0 comments
4.
▲
by
simonz05
2y ago
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 [Reader.Read] method of the un
5.
▲
by
simonz05
2y ago
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-party provider. It was a challenging process, especially in attr
6.
▲
by
simonz05
2y ago
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 community’s perception of leadership is crucial, and visibili
7.
▲
by
simonz05
2y ago
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 believe Go would have been wher
8.
▲
by
simonz05
2y ago
> 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 path. Both Austin and Cherry are relatively unkno
9.
▲
by
simonz05
2y ago
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 add you to his list.
10.
▲
by
simonz05
2y ago
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 that I have completed the first draft o
11.
▲
by
simonz05
2y ago
In this X thead Joran comments how it all started with a HN comment back in 2019. https://x.com/jorandirkgreef/status/1815702485190774957
12.
▲
by
simonz05
2y ago
Lsm trees also need a log, right?
13.
▲
by
simonz05
2y ago
The paper is inspired by a hacker news comment: https://x.com/andy_pavlo/status/1807799839616614856
14.
▲
Encore AI API Creator
(encore.dev)
1 points
by
simonz05
2y ago
|
0 comments
15.
▲
by
simonz05
2y ago
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 look like with asynchronous I/O?
16.
▲
Serverless Runtime / Database Co-Design with Asynchronous I/O
(twitter.com)
2 points
by
simonz05
2y ago
|
1 comments
17.
▲
Debug Go Request Latency with Datadog's Profiling Timeline
(blog.felixge.de)
1 points
by
simonz05
3y ago
|
0 comments
18.
▲
by
simonz05
3y ago
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...
19.
▲
Ghostty Devlog 002
(mitchellh.com)
1 points
by
simonz05
3y ago
|
0 comments
20.
▲
by
simonz05
3y ago
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 about how major rewrites can fail or be massively delayed, but
21.
▲
by
simonz05
4y ago
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...
22.
▲
Systems Distributed Conference
(systemsdistributed.com)
3 points
by
simonz05
4y ago
|
0 comments
23.
▲
Atomic Commitment: The Unscalability Protocol
(brooker.co.za)
1 points
by
simonz05
4y ago
|
0 comments
24.
▲
by
simonz05
4y ago
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 being able to access your site's content. https:/&
25.
▲
A programmer-friendly I/O abstraction over io_uring and kqueue
(tigerbeetle.com)
127 points
by
simonz05
4y ago
|
33 comments
26.
▲
Handmade Seattle 2022 (live conference)
(handmade-seattle.com)
4 points
by
simonz05
4y ago
|
0 comments
27.
▲
by
simonz05
4y ago
Yep, this should be evaluated as `(- (+ 2 (* 2 2)) 6)`
28.
▲
by
simonz05
4y ago
Be aware URL field in browsers have a maximum number of characters they accept.
29.
▲
by
simonz05
4y ago
That depends. Replicated state machines need to distinguish between a crash and corruption. Most systems don't do that. It can be disastrous to truncate the journal when encountering a checksum mismatch for instance. See "Protocol
30.
▲
Can Applications Recover from Fsync Failures?
(usenix.org)
59 points
by
simonz05
4y ago
|
46 comments
More ›