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 built a faster Notion in Rust
101–110 of 110 posts
Re: I built a faster Notion in Rust
#102Earlier quoted context omitted.
There's a ton of these right now. I did some research the other day and found at least five "open source" (to various degrees, all of these are not strictly speaking open source but open core) notion alternatives, and they're all in some ways better, in some ways worse than notion. I settled on AFFiNE [0] because it felt the snappiest, but they've got a lot of telemetry and tracking so I forked to remove that and use…
I've looked into AFFiNE, it doesn't have the native data ingress I'd like.
Re: I built a faster Notion in Rust
#103Earlier quoted context omitted.
I recently started looking for a new(er) laptop, because it often felt slow. But I started looking at when it was slow, and it was mostly when using things like GMail. I guess my feeling was "if my laptop isn't even fast enough for email, it's time to upgrade". But doing things I actually care about (coding, compiling) it's actually totally fine, so I'm going to hold on to it a bit longer.
This is the exact feeling I had. My 2019 intel MacBook Pro has 12 cores, 32gb ram and a 1TB hard drive. Yet, most consumer web apps like Gmail, Outlook and Teams are excruciatingly slow. What is surprising is that a few years ago, these apps weren’t so terrible on this exact hardware. I’m convinced that there’s an enormous amount of bloat right at the application framework level. I finally caved and bought a new M se…
Re: I built a faster Notion in Rust
#104Earlier quoted context omitted.
It is actually slightly worse than even that: while New Enemy [1] is the primary concern, caching like this can also introduce a staleness issue from the other direction: let's say a user adds a new row or document, and immediately sends the link to their coworker... who tries to load that piece of data, but the (stale) access control dataset is cached and they are not in it... they get a "no access" error. While cer…
Hi, i'd like to implement my own version for learning purposes. Do you have any recommendations?
Then, I'd take a look at the history of SpiceDB [2] for how we developed the system over time.
Finally, if you have any questions, feel free to jump into our Discord [3] and ask: we're happy to answer!
[1]: https://zanzibar.tech/ [2]: https://spicedb.io [3]: https://discord.gg/spicedb
Re: I built a faster Notion in Rust
#105Earlier quoted context omitted.
I am using Obsidian with the markdown-oxide [0] language server in my favorite text editor. It works pretty well for link navigation and completion. [0] https://oxide.md/
How do you manage the more Obsidian-y sync side? Do you have it open with no tabs, or something else going on?
Maybe Devin can make some GH sync utils for oxide
Re: I built a faster Notion in Rust
#106I can highly recommend Obsidian for long-term knowledge bases. Have been writing about using it well: https://bryanhogan.com/tags/obsidian It's missing collaboration at the core, although it's possible to achieve this currnetly with third party solutions, or the next major update should also include it as it's the "multiplayer" update.
Re: I built a faster Notion in Rust
#107Earlier quoted context omitted.
You should look at https://github.com/TriliumNext/Trilium . It's what I use every day for the things that you mentioned.
Thanks for sharing. Are you using it on mobile? How is the experience?
Re: I built a faster Notion in Rust
#108I can highly recommend Obsidian for long-term knowledge bases. Have been writing about using it well: https://bryanhogan.com/tags/obsidian It's missing collaboration at the core, although it's possible to achieve this currnetly with third party solutions, or the next major update should also include it as it's the "multiplayer" update.
What do you think about Logseq? I tend to prefer native outliners and Obsidian just doesnt scratch that itch for me as well as drag and dropping and swipe indenting
Re: I built a faster Notion in Rust
#109This looks like it has great potential, but what I really want is an open source "notion" with a well considered plugin & schema model. I desperately want to sync back all my data into a single cohesive graph; notes, reading list, messages, exercise activity in a more compute friendly format than MD files.
You can try https://getoutline.com
Re: I built a faster Notion in Rust
#110Earlier quoted context omitted.
What do you think about Logseq? I tend to prefer native outliners and Obsidian just doesnt scratch that itch for me as well as drag and dropping and swipe indenting
I also use Logseq for quick daily notes, since I like that it has the infinite vertical view & I want these notes open in a different program. But it has some quirks and tells that make it feel like lower quality software compared to Obsidian, e.g. its startup time is horribly slow.