Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
psarna
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
psarna
2mo ago
single executable with its own frontend is the way; I followed the pattern with https://worb.cloud . Nice for users but also extremely easy to have a short debugging feedback loop
2.
▲
Worb: Local open-source wandb-compatible server
(worb.cloud)
1 points
by
psarna
7mo ago
|
0 comments
3.
▲
Fuss: OverlayFS Without Mounting
(writethat.blog)
3 points
by
psarna
7mo ago
|
0 comments
4.
▲
Look Ma, No FUSE
(writethat.blog)
2 points
by
psarna
7mo ago
|
0 comments
5.
▲
by
psarna
8mo ago
related: https://printed.games/gates/
6.
▲
Ice Ring: Free Printable Board Game
(printed.games)
2 points
by
psarna
9mo ago
|
0 comments
7.
▲
Gates: Printable card game with logic gates
(printed.games)
3 points
by
psarna
9mo ago
|
0 comments
8.
▲
Registry You Can Actually Query
(writethat.blog)
2 points
by
psarna
9mo ago
|
0 comments
9.
▲
Thinning Layers
(writethat.blog)
3 points
by
psarna
10mo ago
|
0 comments
10.
▲
Free open-source eBook: Database Performance at Scale
(scylladb.com)
1 points
by
psarna
3y ago
|
0 comments
11.
▲
Free Book: Database Performance at Scale
(github.com)
3 points
by
psarna
3y ago
|
0 comments
12.
▲
Database Performance at Scale
(link.springer.com)
2 points
by
psarna
3y ago
|
0 comments
13.
▲
Open-source disposable email service
(sorry.idont.date)
190 points
by
psarna
3y ago
|
66 comments
14.
▲
by
psarna
4y ago
First of all, let me start by reiterating the first sentence from the bottomless repo - it's work in heavy progress (and we'll move it under the sqld/ repo soon, to keep everything in one place). Now, answers: > - Looks li
15.
▲
Compare Rust crate stats from crates.io
(compare-crates.sarna.dev)
1 points
by
psarna
5y ago
|
0 comments
16.
▲
Crate comparator: compare stats from crates.io
(compare-crates.sarna.dev)
1 points
by
psarna
5y ago
|
0 comments
17.
▲
by
psarna
5y ago
In case somebody stumbles upon this old thread, here's the recording of the meetup: https://youtu.be/pgzjPeIQ3Us
18.
▲
by
psarna
5y ago
maybe_yield may or may not be the right solution here, but I think it may be useful in general - e.g. when you have long I/O-less computations. In such a case, I'd like to be able to say "yield here if my budget is drained, b
19.
▲
by
psarna
5y ago
Now that I think of it, it would probably be beneficial even outside of the unconstrained scope, especially for long computations. When iterating over millions of elements, it would be great to have a mechanism for maybe yielding if we&#x
20.
▲
by
psarna
5y ago
wrt. preemption - in Seastar we have maybe_yield(), which gives up the cpu, but only if the task quota (more or less a semantic equivalent for Tokio's budget) has passed. Wouldn't it make sense to have a similar capability in Toki
21.
▲
by
psarna
5y ago
Indeed - 1ms was a nice round number, but it was also not that far from the real, sub-1ms number. But note that by "latency" here I mean not only the round trip, but the total measured time of executing a single request, including
22.
▲
by
psarna
5y ago
> In my experience so far, highly proficient Cpp programmers tend to find rust constraints overly restrictive For me it's the exact opposite - I find Rust righteously restrictive exactly in places I wish the C++ compiler would compl
23.
▲
by
psarna
5y ago
That's great news! Especially that the observed performance of the test program based on FuturesUnordered, even though it stopped being quadratic, it was still considerably slower than the task::unconstrained one, which suggests there&
24.
▲
by
psarna
5y ago
Hi, author of the post here. I'll also be talking about this issue in a little more detail at an online Rust Warsaw meetup tomorrow, feel free to join, especially if you're up for a live discussion later: https://www.me
25.
▲
New open-source CQL driver for Rust – 0.1.0
(github.com)
3 points
by
psarna
5y ago
|
0 comments
26.
▲
Flying University
(en.wikipedia.org)
1 points
by
psarna
6y ago
|
0 comments
27.
▲
Do-It-Yourself Curtain Opener
(psarna.github.io)
2 points
by
psarna
7y ago
|
0 comments