<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: cvburgess</title><link>https://news.ycombinator.com/user?id=cvburgess</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 05 May 2026 08:40:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cvburgess" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cvburgess in "Show HN: I rewrote my Mac Electron app in Rust"]]></title><description><![CDATA[
<p>I had the exact same experience and switched from Tauri 2.0 to Electron after a month.<p>No only were there UI inconsistencies, but Safari lags behind chrome with things like the Popover API and the build/codesign/CD ecosystem for Tauri is incredibly scattered.<p>When I was using it, IAPs were still not really an option for Tauri or at least I could not find any docs or resources about it.</p>
]]></description><pubDate>Wed, 28 May 2025 18:36:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44119185</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=44119185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44119185</guid></item><item><title><![CDATA[New comment by cvburgess in "My side project loses $455 a year and that's ok"]]></title><description><![CDATA[
<p>Thank you!<p>The website uses the default themes for the app which I picked specifically to be easy to look at (I have it open all day).<p>According to WebAIM[0] it passes so feel free to rip the theme [1] and use it for your next project!<p>[0] <a href="https://webaim.org/resources/contrastchecker/" rel="nofollow">https://webaim.org/resources/contrastchecker/</a><p>[1] <a href="https://github.com/cvburgess/dexter-www/blob/main/src/index.css">https://github.com/cvburgess/dexter-www/blob/main/src/index....</a></p>
]]></description><pubDate>Mon, 19 May 2025 18:42:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44033260</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=44033260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44033260</guid></item><item><title><![CDATA[My side project loses $455 a year and that's ok]]></title><description><![CDATA[
<p>Article URL: <a href="https://dexterplanner.com/expenses/">https://dexterplanner.com/expenses/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44032875">https://news.ycombinator.com/item?id=44032875</a></p>
<p>Points: 5</p>
<p># Comments: 3</p>
]]></description><pubDate>Mon, 19 May 2025 18:12:04 +0000</pubDate><link>https://dexterplanner.com/expenses/</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=44032875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44032875</guid></item><item><title><![CDATA[New comment by cvburgess in "Show HN: Dexter – an opinionated day planner for Mac"]]></title><description><![CDATA[
<p>Scrolling has been the bane of my existence lol.<p>Im pretty happy with it currently, but want to fix a small annoyance where columns can "hijack" horizontal scrolling.<p>I learned SO MUCH about CSS tools of old and new doing this project. The popover API and anchor positioning in particular was a bit of a beast, as were overflows and scroll areas.<p>Most of my background has been in native or react-native mobile development where these kinds of issues don't really exist in the same way.<p>Going back to basics with html + css was humbling and taught me a lot, too.</p>
]]></description><pubDate>Thu, 08 May 2025 14:05:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43926209</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=43926209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43926209</guid></item><item><title><![CDATA[New comment by cvburgess in "Show HN: Dexter – an opinionated day planner for Mac"]]></title><description><![CDATA[
<p>Thank you so much <3</p>
]]></description><pubDate>Thu, 08 May 2025 13:37:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43925993</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=43925993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43925993</guid></item><item><title><![CDATA[New comment by cvburgess in "Show HN: Dexter – an opinionated day planner for Mac"]]></title><description><![CDATA[
<p>Thank you!<p>I got to dust off some old UX skills that haven't been used in a few years.<p>Huge shoutout to DaisyUI [0] and tailwind for making it really easy to build pretty things.<p>[0] <a href="https://daisyui.com/" rel="nofollow">https://daisyui.com/</a></p>
]]></description><pubDate>Thu, 08 May 2025 13:36:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43925990</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=43925990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43925990</guid></item><item><title><![CDATA[Show HN: Dexter – an opinionated day planner for Mac]]></title><description><![CDATA[
<p>Hey HN, Dexter is a day planner I built for Mac (and web).<p>This was a grief project. Some people make art when they're soul searching, and making apps has always been a bit of an artistic outlet for me. Earlier this year my mother committed suicide and two weeks later the company I worked for laid off my entire division. After taking some time to grieve and process I started building something just for me, just for fun, just because I wanted to.<p>Dexter has been a slow project that started as paper sketches at my kitchen table and slowly morphed into a codebase. It allowed me to play with tools I wanted to get better at like Postgres and Typescript while also letting me try (and in some cases fail) experimenting with new-to-me tools like Tailwind, Supabase, Tauri, Electron, and Vite.<p>Small portions of the app and site were "vibe coded", but 99% is hand-crafted code (not necessarily good code), graphics, and data models. This was meant to be a fun project where I learned things just because I wanted to learn something, not a race to see how fast I could grind out a product.<p>For an example of "unnecessary but fun", I made each SVG on the marketing site twice with Figma - once in a light theme and again in a dark theme - so if you toggle your OS's dark mode, everything should change, even the images.<p>A few things about the app:<p>- Yeah, I know, it's an Electron app. I tried using Tauri and other tools but hit a few snags. The Electron ecosystem was incredibly mature and easy to use in comparison<p>- The app is open source [0] and so is the marketing site [1]<p>- Some friends and I have been using it daily for a few months and really enjoy it compared to our old multi-tool workflows<p>- Dexter is the name of my 12(?) year old husky, hence the dog branding<p>- There is a pricing widget on the marketing site but the app is currently totally free. I might integrate Stripe soon if (and only if) that feels like a fun project, but the goal isn't to get rich or even turn a profit, it's to have fun and build something genuinely useful that I use every day<p>There are a bunch of features I would love to add and enhancements I would like to make, and eventually I will. Currently, I pick up a feature just because it sounds fun that day and I put it down when it is no longer fun. It might not be a good business model, but it has been a wonderful antidote to an industry rife with burnout and a personal life that's been a little out of control.<p>I hope you enjoy it and maybe build something for yourself, just because it sounds fun.<p>If anyone gives it a try I will be in the comments today and happy to answer any questions!<p>[0] <a href="https://github.com/cvburgess/dexter-app">https://github.com/cvburgess/dexter-app</a><p>[1] <a href="https://github.com/cvburgess/dexter-www">https://github.com/cvburgess/dexter-www</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43925706">https://news.ycombinator.com/item?id=43925706</a></p>
<p>Points: 17</p>
<p># Comments: 7</p>
]]></description><pubDate>Thu, 08 May 2025 13:02:20 +0000</pubDate><link>https://dexterplanner.com/</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=43925706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43925706</guid></item><item><title><![CDATA[New comment by cvburgess in "Show HN: A daily digest for reMarkable"]]></title><description><![CDATA[
<p>For those of us with a black and white remarkable like RM2 could you add a setting to set all text to black including links? The blue washes out to gray.<p>Also setting the journal prompts to black would be wonderful - they are hard to see unlike the articles.</p>
]]></description><pubDate>Wed, 15 Jan 2025 00:27:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42705868</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=42705868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42705868</guid></item><item><title><![CDATA[New comment by cvburgess in "Show HN: A daily digest for reMarkable"]]></title><description><![CDATA[
<p>I was planning on building this but never got around to it. After getting this set up its perfectly fine for my needs. Is there a way we can pay for it or at least tip you? I know the servers aren't crazy expensive but I'd love to support the work and hope it sticks around a while!</p>
]]></description><pubDate>Wed, 15 Jan 2025 00:24:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42705839</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=42705839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42705839</guid></item><item><title><![CDATA[New comment by cvburgess in "Show HN: Tinder, but to Decide What to Eat"]]></title><description><![CDATA[
<p>This is an awesome app that my partner half-joking had been asking me to build for years.  Glad to see someone actually made it!</p>
]]></description><pubDate>Mon, 04 Nov 2024 12:20:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42040883</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=42040883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42040883</guid></item><item><title><![CDATA[New comment by cvburgess in "ChatGPT Search"]]></title><description><![CDATA[
<p>Second this, Assistant is a game-changer for me. Its the usefulness of AI with  footnotes that give me confidence that I can know where that came from and if I trust it. Especially for product reviews, being able to use lenses that filter out sites I don't trust and then run AI on top of it is pretty cool.</p>
]]></description><pubDate>Thu, 31 Oct 2024 20:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=42011187</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=42011187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42011187</guid></item><item><title><![CDATA[New comment by cvburgess in "Google News searches ranked AI-generated ripoffs above real articles"]]></title><description><![CDATA[
<p>Isn't this essentially what Kagi and other search engines that let you create "lenses" and block/allow sites are?<p>I think this version of the internet exists today, it just isn't built in to Google anymore.</p>
]]></description><pubDate>Mon, 22 Jan 2024 23:26:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=39097048</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=39097048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39097048</guid></item><item><title><![CDATA[New comment by cvburgess in "Firefox Sync actually works"]]></title><description><![CDATA[
<p>Arc[0] does this really well for me - across computers and even my phone.<p>Its chromium under the hood but the UX and sync story is impeccable.<p>[0] <a href="https://arc.net/" rel="nofollow">https://arc.net/</a></p>
]]></description><pubDate>Thu, 28 Dec 2023 16:46:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=38795336</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=38795336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38795336</guid></item><item><title><![CDATA[New comment by cvburgess in "Noto emoji, a new black and white emoji font with less color"]]></title><description><![CDATA[
<p>On my computer it appears that some of the glyphs are being "hijacked" by OS-level ones? [0] Im using FF on the latest MacOS.<p>[0] <a href="https://ibb.co/hCMyr4d" rel="nofollow">https://ibb.co/hCMyr4d</a></p>
]]></description><pubDate>Sun, 01 May 2022 18:22:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=31227377</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=31227377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31227377</guid></item><item><title><![CDATA[New comment by cvburgess in "Flutter is better than React Native in all the ways that don’t matter"]]></title><description><![CDATA[
<p>My team wrapped an ambitious RN project over the last 6 months and had no such issues. We actually migrated from "vanilla" RN to the latest Expo release as EAS allows you to use native code and do nearly anything you could do with vanilla.<p>Every codebase is unique, but I would (and have) recommended this stack to multiple teams as it served us really well.<p>We onboarded 3 React devs - 2 of which had never used RN before and all 3 were pushing out features within a two week sprint.<p>We also got to scan a QR code from a GitHub PR and allowed other engineers, QA folk, and designers to test PRs before merging on a real physical device - I am not sure if Flutter has something similar, but the tooling around RN is amazing.<p>Also, LogRocket, Sentry, LaunchDarkly, Auth0 and most of the SaaS tools youre familiar with in React have solid ReactNative support - often times including web if you use RNW.</p>
]]></description><pubDate>Wed, 16 Mar 2022 20:17:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=30703494</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=30703494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30703494</guid></item><item><title><![CDATA[New comment by cvburgess in "Show HN: Zipy.ai – Live web debugging with error monitoring and session replay"]]></title><description><![CDATA[
<p>Congrats on the launch!<p>Sorry if this is a silly question, but how does this differ from a tool like LogRocket?</p>
]]></description><pubDate>Tue, 15 Mar 2022 21:03:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=30691679</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=30691679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30691679</guid></item><item><title><![CDATA[New comment by cvburgess in "Fantastical lets you share a link to schedule meetings – no Calendly required"]]></title><description><![CDATA[
<p>The big feature here is Caldav support.<p>Calendly only works with Google and Microsoft - no planned support for any Caldav services like fastmail.<p>Fantastical makes a great calendar app with rock-solid support for virtually any calendar service. I hope this pushes Calendly to reconsider caldav support.<p>I should note Harmonizely has tried to step into this niche and may be very successful but I found the app to not have a stellar UX and a lot of calendar invites never made their way back to my inbox which completely defeats a calendar scheduling app in the first place.</p>
]]></description><pubDate>Tue, 08 Feb 2022 17:35:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=30261518</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=30261518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30261518</guid></item><item><title><![CDATA[New comment by cvburgess in "Lessons learned from migrating a native iOS app to Flutter"]]></title><description><![CDATA[
<p>I wish the Expo team offered support plans. Its an amazing product and they now sell hosting, but support is something I would (have my company) pay upwards of thousands of dollars a year for.<p>When you get stuck on a strange bug or find something in the docs doesn't work as expected your only options are Discord and GH issues. Neither feels appropriate as GH issues are slow and you get lost in the noise and Discord is a sea of noise that you're never sure if anyone with serious answers may be able to help you.<p>We've built amazing things with Expo (now that you can run almost any native code you want in an Expo app) but support would be an easy purchase.</p>
]]></description><pubDate>Sun, 09 Jan 2022 20:22:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=29866961</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=29866961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29866961</guid></item><item><title><![CDATA[New comment by cvburgess in "Opal Camera"]]></title><description><![CDATA[
<p>The DSLR felt 10x smoother and more natural to me as someone that knows nothing about cameras.<p>Ironically, this website made me want to go find a cheap/used DSLR because the quality is so much better.<p>I personally use Camo with my iPhone which does almost all of these things and uses the computer in my pocket. Would love to see a comparison with that as I think its reasonable to assume someone willing to drop $300 on a webcam has overlap with someone willing to pay a monthly fee to use their phone as one.</p>
]]></description><pubDate>Wed, 08 Sep 2021 23:03:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=28464152</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=28464152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28464152</guid></item><item><title><![CDATA[New comment by cvburgess in "Launch HN: SigmaOS (YC S21) – A MacOS web browser designed for faster work"]]></title><description><![CDATA[
<p>Does it have standards parity with Safari or Safari Developer Preview?</p>
]]></description><pubDate>Mon, 16 Aug 2021 16:04:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=28199620</link><dc:creator>cvburgess</dc:creator><comments>https://news.ycombinator.com/item?id=28199620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28199620</guid></item></channel></rss>