<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: thecodrr</title><link>https://news.ycombinator.com/user?id=thecodrr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 08:15:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=thecodrr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Notesnook and Kagi are partnering up]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.notesnook.com/introducing-notesnook-circle/">https://blog.notesnook.com/introducing-notesnook-circle/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45658505">https://news.ycombinator.com/item?id=45658505</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Oct 2025 17:19:53 +0000</pubDate><link>https://blog.notesnook.com/introducing-notesnook-circle/</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=45658505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45658505</guid></item><item><title><![CDATA[Been Busy]]></title><description><![CDATA[
<p>Article URL: <a href="https://muelsyse.codeberg.page/blog/been-busy/">https://muelsyse.codeberg.page/blog/been-busy/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43142194">https://news.ycombinator.com/item?id=43142194</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 22 Feb 2025 19:23:52 +0000</pubDate><link>https://muelsyse.codeberg.page/blog/been-busy/</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=43142194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43142194</guid></item><item><title><![CDATA[New comment by thecodrr in "JavaScript Benchmarking Is a Mess"]]></title><description><![CDATA[
<p>Benchmarking is a mess <i>everywhere</i>. 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.</p>
]]></description><pubDate>Tue, 24 Dec 2024 14:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42502041</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=42502041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42502041</guid></item><item><title><![CDATA[New comment by thecodrr in "If not React, then what?"]]></title><description><![CDATA[
<p>React is not slow. React is not "big". React is not the reason your website is slow.<p>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.</p>
]]></description><pubDate>Sun, 01 Dec 2024 07:30:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42286861</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=42286861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42286861</guid></item><item><title><![CDATA[It's time to leave Bitwarden (2023)]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.notesnook.com/its-time-to-leave-bitwarden/">https://blog.notesnook.com/its-time-to-leave-bitwarden/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41898040">https://news.ycombinator.com/item?id=41898040</a></p>
<p>Points: 19</p>
<p># Comments: 9</p>
]]></description><pubDate>Sun, 20 Oct 2024 19:55:31 +0000</pubDate><link>https://blog.notesnook.com/its-time-to-leave-bitwarden/</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=41898040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41898040</guid></item><item><title><![CDATA[New comment by thecodrr in "Show HN: NotesHub: cross-platform, Markdown-based note-taking app"]]></title><description><![CDATA[
<p>You might want to give Notesnook [0] a try.<p>[0]: <a href="https://notesnook.com/" rel="nofollow">https://notesnook.com/</a></p>
]]></description><pubDate>Fri, 11 Oct 2024 14:54:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=41810016</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=41810016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41810016</guid></item><item><title><![CDATA[New comment by thecodrr in "ts-blank-space is a fast type-stripping compiler"]]></title><description><![CDATA[
<p>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".<p>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.<p>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.<p>Just use esbuild if you want speed.</p>
]]></description><pubDate>Wed, 25 Sep 2024 22:42:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41652648</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=41652648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41652648</guid></item><item><title><![CDATA[New comment by thecodrr in "Show HN: Notesnook v3 is here with note linking, at rest encryption and more"]]></title><description><![CDATA[
<p>Hello everyone!<p>After around 2 years, we are back on HN with a massive update for Notesnook. But before that, here's a short introduction:<p>Notesnook is an end-to-end encrypted, 100% open source [0] note taking app that prioritizes user privacy.<p>v3 brings a lot of really radical changes, such as:<p>- Migration to SQLite<p>- At rest encryption<p>- Note linking<p>- Nested notebooks<p>- App lock on all platforms<p>You can read more about all these here: <a href="https://blog.notesnook.com/introducing-notesnook-v3/" rel="nofollow">https://blog.notesnook.com/introducing-notesnook-v3/</a><p>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.<p>If anyone has any questions I'd be happy to answer.<p>[0]: <a href="https://github.com/streetwriters/notesnook/">https://github.com/streetwriters/notesnook/</a></p>
]]></description><pubDate>Tue, 30 Apr 2024 06:32:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40207870</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=40207870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40207870</guid></item><item><title><![CDATA[Show HN: Notesnook v3 is here with note linking, at rest encryption and more]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.notesnook.com/introducing-notesnook-v3/">https://blog.notesnook.com/introducing-notesnook-v3/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40207799">https://news.ycombinator.com/item?id=40207799</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 30 Apr 2024 06:23:30 +0000</pubDate><link>https://blog.notesnook.com/introducing-notesnook-v3/</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=40207799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40207799</guid></item><item><title><![CDATA[Do the simplest thing that could possibly work (1998)]]></title><description><![CDATA[
<p>Article URL: <a href="https://ronjeffries.com/xprog/articles/practices/pracsimplest/">https://ronjeffries.com/xprog/articles/practices/pracsimplest/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39260456">https://news.ycombinator.com/item?id=39260456</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 05 Feb 2024 12:21:48 +0000</pubDate><link>https://ronjeffries.com/xprog/articles/practices/pracsimplest/</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=39260456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39260456</guid></item><item><title><![CDATA[Mouse Guide]]></title><description><![CDATA[
<p>Article URL: <a href="https://sensor.fyi/info/">https://sensor.fyi/info/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38744312">https://news.ycombinator.com/item?id=38744312</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 23 Dec 2023 14:09:57 +0000</pubDate><link>https://sensor.fyi/info/</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38744312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38744312</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Thu, 21 Dec 2023 09:38:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=38718603</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38718603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38718603</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>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.<p>After v3, our primary focus will be on self hosting and getting an audit done.</p>
]]></description><pubDate>Thu, 21 Dec 2023 02:15:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=38716278</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38716278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38716278</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>It seems to me you are looking for a syntax highlighter in a note taking app. Which modern language are you looking for?<p>There are encrypted backups. Actually, backups are encrypted by default.<p>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.<p>What "might be better" in the editor?</p>
]]></description><pubDate>Thu, 21 Dec 2023 02:12:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=38716261</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38716261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38716261</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>What did you find painful?</p>
]]></description><pubDate>Wed, 20 Dec 2023 17:34:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=38711213</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38711213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38711213</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>v3 will be even smoother. We are migrating to SQLite so startup times will be instant. Performance is a feature.</p>
]]></description><pubDate>Wed, 20 Dec 2023 17:34:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=38711204</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38711204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38711204</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Wed, 20 Dec 2023 16:43:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=38710604</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38710604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38710604</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>Evernote is not E2EE.</p>
]]></description><pubDate>Wed, 20 Dec 2023 15:10:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=38709481</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38709481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38709481</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Wed, 20 Dec 2023 15:09:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=38709458</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38709458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38709458</guid></item><item><title><![CDATA[New comment by thecodrr in "Notesnook – open-source and zero knowledge private note taking app"]]></title><description><![CDATA[
<p>We are very close to fully supporting self hosted Notesnook. After v3 that'll be our primary focus. That and an audit.</p>
]]></description><pubDate>Wed, 20 Dec 2023 15:03:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=38709403</link><dc:creator>thecodrr</dc:creator><comments>https://news.ycombinator.com/item?id=38709403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38709403</guid></item></channel></rss>