HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thecodrr

no profile record

Submissions

Notesnook and Kagi are partnering up

blog.notesnook.com
2 points·by thecodrr·il y a 9 mois·0 comments

Been Busy

muelsyse.codeberg.page
2 points·by thecodrr·l’année dernière·0 comments

It's time to leave Bitwarden (2023)

blog.notesnook.com
19 points·by thecodrr·il y a 2 ans·9 comments

Show HN: Notesnook v3 is here with note linking, at rest encryption and more

blog.notesnook.com
3 points·by thecodrr·il y a 2 ans·1 comments

Do the simplest thing that could possibly work (1998)

ronjeffries.com
1 points·by thecodrr·il y a 2 ans·0 comments

Mouse Guide

sensor.fyi
2 points·by thecodrr·il y a 3 ans·0 comments

comments

thecodrr
·il y a 2 ans·discuss
Benchmarking is a mess everywhere. Sure you can get some level of accuracy but reproducing any kind of benchmark results across machines is impossible. That's why perf people focus on things like CPU cycles, heap size, cache access etc instead of time. Even with multiple runs and averaged out results you can only get a surface level idea of how your code is actually performing.
thecodrr
·il y a 2 ans·discuss
React is not slow. React is not "big". React is not the reason your website is slow.

Any engineer who thinks that its React that is causing the slow renders and replacing it with X is deluded. Yes, there are ways to make slow React web apps. But there are also ways to make fast React web apps. It just requires effort and a little bit of foresight.
thecodrr
·il y a 2 ans·discuss
You might want to give Notesnook [0] a try.

[0]: https://notesnook.com/
thecodrr
·il y a 2 ans·discuss
You'd already be using source maps in any real-world scenario so I am not sure what's the value proposition here outside of "just for fun, I guess".

The tsc transpilation to lower ES versions is actually really useful when using not-so-recent Node versions. Not to mention this severely restricts TypeScript syntax to "just types" which isn't too bad but it means you now have to worry about yet another thing.

Then there's the ESM & CJS mess. You almost always want to export in both formats which will change a lot of the syntax, so this quickly falls apart for anything serious.

Just use esbuild if you want speed.
thecodrr
·il y a 2 ans·discuss
Hello everyone!

After around 2 years, we are back on HN with a massive update for Notesnook. But before that, here's a short introduction:

Notesnook is an end-to-end encrypted, 100% open source [0] note taking app that prioritizes user privacy.

v3 brings a lot of really radical changes, such as:

- Migration to SQLite

- At rest encryption

- Note linking

- Nested notebooks

- App lock on all platforms

You can read more about all these here: https://blog.notesnook.com/introducing-notesnook-v3/

Our goal with Notesnook has always been to make privacy simpler to adopt for normal users who don't have time to think about privacy. We do that by making privacy that "default" everywhere in the app. We recently crossed 100K registered users with over 4 million notes created on our platform.

If anyone has any questions I'd be happy to answer.

[0]: https://github.com/streetwriters/notesnook/
thecodrr
·il y a 3 ans·discuss
Not slow changes. Offering self hosted officially means that we have to be aware of users who are self hosting before we make any drastic changes, writing migrating guides, and giving some sort of support. All that has an impact on productivity.
thecodrr
·il y a 3 ans·discuss
There's no point in offering users self hosting if you are going to throw them into a fire by doing so. Notesnook is rapidly evolving and changing, and hoping for self hosted users to keep up is impractical. Instead, we want to first stabilize the backend, and then think about self hosting.

After v3, our primary focus will be on self hosting and getting an audit done.
thecodrr
·il y a 3 ans·discuss
It seems to me you are looking for a syntax highlighter in a note taking app. Which modern language are you looking for?

There are encrypted backups. Actually, backups are encrypted by default.

Notesnook also works offline by default so there's no need for a special mode. It's also, obviously, local-first since everything gets encrypted on your device. We don't have a lot of options there.

What "might be better" in the editor?
thecodrr
·il y a 3 ans·discuss
What did you find painful?
thecodrr
·il y a 3 ans·discuss
v3 will be even smoother. We are migrating to SQLite so startup times will be instant. Performance is a feature.
thecodrr
·il y a 3 ans·discuss
Markdown itself is more technical than, say, a WYSIWYG editor. People are more used to using MS Word and Google Docs. Obsidian prioritizes a different kind of note taking and, hence, you'll find a lot of tech-savvy users among its community. There's a reason for that.
thecodrr
·il y a 3 ans·discuss
Evernote is not E2EE.
thecodrr
·il y a 3 ans·discuss
Obsidian is a cool app but it's targeted for a very specific kind of user. Of course, for a technical user Obsidian would feel like home but for an average user with not a lot of technical know how, Obsidian would go way over their heads. Not everyone appreciates having to handle files, worry about syncing, security etc.
thecodrr
·il y a 3 ans·discuss
We are very close to fully supporting self hosted Notesnook. After v3 that'll be our primary focus. That and an audit.
thecodrr
·il y a 3 ans·discuss
Oh wow. Just heard the Notesnook is on the front page of HN. I am the co-founder so if you have any questions, feel free to ask.

Oh and to clear a few confusions:

1. Notesnook is 100% open source. That includes the server, client apps, and everything else. It's not partially open source.

2. Zero knowledge does not mean Zero Knowledge Proof but Zero Knowledge as in we, the company and people behind Notesnook, have no knowledge regarding what you have in your notes. I see that this might be more accurately called "no knowledge".