Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noahdesu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
noahdesu
6y ago
Worked on a project with similar goals [0]. By no means a production level implementation, but much of the system exists as a proof-of-concept. [0]: https://makedist.com/projects/cruzdb/
2.
▲
by
noahdesu
6y ago
I can sympathize with this take. Although I'm generally fine with either async or sync--whichever is most efficient--it seems that individuals don't usually know which is right for them.
3.
▲
by
noahdesu
6y ago
I'll take this further: I think that bad commit messages breed resentment. It's highly context dependent, but needing to understand some code and its historical context is already a big challenge. git-blaming your way back through
4.
▲
by
noahdesu
6y ago
This is such an important feature that has a direct impact on code quality and time savings that I'm not sure why it isn't a priority feature. As a reviewer, having to choose between "review everything again" or "tr
5.
▲
by
noahdesu
6y ago
Migrating away from a development model based on attaching patches to bugzilla tickets is sure to improve the development experience, especially for new contributes. Good move switching.
6.
▲
by
noahdesu
7y ago
This sounds really similar to some of the work coming out of Vectorized on Redpanda [0]. They're building a Kafka API compatible system in C++ that's apparently achieving significant performance gains (throughput, tail latency) wh
7.
▲
by
noahdesu
7y ago
I'm working on Rook+Ceph at Red Hat. Rook 1.0 was just released last week which added support for the very latest Nautilus release of Ceph.
8.
▲
by
noahdesu
8y ago
If you are thinking about starting a Seastar project, definitely check out SMF [0]. It's a highly optimized RPC framework that uses Seastar, and makes it easy to build high-performance servers and clients. Seastar itself is RPC agnosti
9.
▲
by
noahdesu
8y ago
In the latest release (0.9) Ceph in Rook has been declared stable.
10.
▲
by
noahdesu
8y ago
This seems to serve a purpose similar to Rook [0] for deploying distributed (or non-distributed) storage systems, including database. For example, Rook can deploy CockroachDB and also Ceph, which would have a lot of the same challenges as d
11.
▲
by
noahdesu
8y ago
Been using the cloud native version for about a year now, and I'm debating if I should renew. What are you using now if not YNAB?
12.
▲
by
noahdesu
8y ago
the experience you have described that occurs after about 2 weeks is a very distinct state of mind. I find that I can to a certain extent reliability reproduce it (1) whenever I have a deadline and I'm procrastinating, (2) occasionally
13.
▲
by
noahdesu
8y ago
This is the type of project announcement that gets me excited to work on my own open-source efforts. Congrats Drew, this is great.
14.
▲
by
noahdesu
8y ago
Thanks. Our team is also remote, so we don't use whiteboards for collaboration. It seems like, at least here in SF, every room in any company that I go to has a whiteboard. One might then conclude they are indispensable, but I would re
15.
▲
Ask HN: How important is whiteboard collaboration in your work?
2 points
by
noahdesu
8y ago
|
2 comments
16.
▲
by
noahdesu
8y ago
I'm curious about how expensive the restructuring is, and importantly, can that be "scheduled": can i violate some conditions and then do the expensive restructuring at a time that is convenient?
17.
▲
by
noahdesu
8y ago
I enjoyed reading this article. But at the beginning the author has this to say about objections to the MWI that are based on feeling: > "This objection is rightly dismissed by saying that an affront to one’s sense of propriety is n
18.
▲
by
noahdesu
8y ago
I've been doing the exact same thing. And I think there is a lot of potential with google docs if combined with some of the google docs scripting capabilities to create a personal cms.
19.
▲
by
noahdesu
8y ago
I _cannot_ wait to start playing around with this. It really does seem to tick off all the boxes I've been looking for. Do you have any plans / strategy / tips for handling video? I tend to watch a lot of conference talks an
20.
▲
by
noahdesu
8y ago
I'd be interested in some more detail on this. What's the process look like and what are some common cases that this is useful.
21.
▲
by
noahdesu
8y ago
You can export Ceph through NFS [0]. [0]: http://docs.ceph.com/docs/master/cephfs/nfs/
22.
▲
Ask HN: How important is it to provide on-prem options for enterprise SaaS?
3 points
by
noahdesu
8y ago
|
0 comments
23.
▲
by
noahdesu
8y ago
are you using mutt's built-in imap functionality, or something like offlineimap?
24.
▲
by
noahdesu
8y ago
I think they are [0]: > "Using pharmacokinetic modeling and DMT blood sampling data, we demonstrate that the unique pharmacological characteristics of DMT, which also include a rapid onset and lack of acute tolerance to its subjecti
25.
▲
by
noahdesu
8y ago
One thing people talk about is the short-lived effects of DMT, and how they would like more time in the the DMT space. But as I understand it, your body doesn't build up a resistance to it. The DMTx [0] project is seeking to exploit th
26.
▲
by
noahdesu
8y ago
Thanks for this write-up. I can't wait to see what comes out of the Legion projects next. One of the most exciting things I think that is going on.
27.
▲
Show HN: A FUSE (low-level interface) seed project
(github.com)
3 points
by
noahdesu
8y ago
|
0 comments
28.
▲
by
noahdesu
8y ago
It's hard to deny that there is at least some influence there. Like LogDevice, the zlog project [0] is influence by CORFU (separate sequencer, write striping), but both use different storage interfaces / strategies. [0]: https:&#
29.
▲
by
noahdesu
8y ago
This is really cool. We are doing something similar with CruzDB [0], but we are using red-black trees. What made you choose the radix tree? We've looked at several persistent data structures, and continue to look for alternatives. [0]:
30.
▲
by
noahdesu
8y ago
Nice! I have fond memories of studying the mechanics of futexes when PREEMPT_RT was under heavy development. It's been a long time since I thought about the kernel futex implementation, but IIRC, one of the most interesting aspects was
More ›