I built a faster Notion in Rust
11–20 of 110 posts
Re: I built a faster Notion in Rust
#12Another Notion-like app. But it's already many FOSS alternatives
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
#13Re: I built a faster Notion in Rust
#14Another 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
#15Another 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.
Here's an alternative.
Re: I built a faster Notion in Rust
#16Re: I built a faster Notion in Rust
#17Whats your pricing? Will early access be free?
From the linked blog.
Re: I built a faster Notion in Rust
#18This 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.
Re: I built a faster Notion in Rust
#19Assuming 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
#20This 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".
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.