Live data from Hacker News

I built a faster Notion in Rust

imedadel.com

11–20 of 110 posts

Re: I built a faster Notion in Rust

#12
post #9

Another Notion-like app. But it's already many FOSS alternatives

What are they? The thing I value the most is the collaboration and the relational part, allowing to build pages that are essentially views on other data.

The only one I'm looking forward currently is the next version of Logseq which will enable collaboration on their existing block-based authoring model.

Re: I built a faster Notion in Rust

#14
post #9

Another Notion-like app. But it's already many FOSS alternatives

What are they? The thing I value the most is the collaboration and the relational part, allowing to build pages that are essentially views on other data. The only one I'm looking forward currently is the next version of Logseq which will enable collaboration on their existing block-based authoring model.

Have you seen https://anytype.io/?

Re: I built a faster Notion in Rust

#15
post #9

Another Notion-like app. But it's already many FOSS alternatives

What are they? The thing I value the most is the collaboration and the relational part, allowing to build pages that are essentially views on other data. The only one I'm looking forward currently is the next version of Logseq which will enable collaboration on their existing block-based authoring model.

https://github.com/siyuan-note/siyuan.

Here's an alternative.

Re: I built a faster Notion in Rust

#19
It certainly looks like the author has given careful thought to making this performant, but I am skeptical about it at scale. While OT means there should be fewer updates than CRDT, you still wind up with a fair amount of them, and you have to periodically rebuild the base document from accumulated steps, which can be quite large.

Assuming your backing store is Postgres, I’d experiment a lot with the various column storage strategies, at various sizes of documents and varying amounts of writes. The TOAST overhead can become a huge bottleneck.

Re: I built a faster Notion in Rust

#20
post #8

This is great, I wish tech giants focused more on latency. Gmail, Notion, Facebook, are painfully slow on my high-end laptop with gigabit ethernet. Something is wrong in our modern engineering culture.

I think the problem is a lack of "engineering culture".

Obviously not with Gmail/Facebook, in that case it's just 100% incentive misalignment.

The others, probably, VCs are incentivized to fund the people who allocate the most resources towards growth and marketing, as long as the app isn't actively on fire investors will actively push you away from allocating resources to make your tech good.

Post reply on HN