<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: chrisfrantz</title><link>https://news.ycombinator.com/user?id=chrisfrantz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 20:06:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=chrisfrantz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by chrisfrantz in "Shortlinks to YouTube are being flagged as spam in Gmail"]]></title><description><![CDATA[
<p>Full article is there but to avoid triggering Gmail’s spam filters: either disable link tracking on YouTube share links, or use the full YouTube link instead.</p>
]]></description><pubDate>Wed, 07 Jan 2026 23:29:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46534757</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=46534757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46534757</guid></item><item><title><![CDATA[Shortlinks to YouTube are being flagged as spam in Gmail]]></title><description><![CDATA[
<p>Article URL: <a href="https://loops.so/engineering/gmail-does-not-like-youtube">https://loops.so/engineering/gmail-does-not-like-youtube</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46534756">https://news.ycombinator.com/item?id=46534756</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 07 Jan 2026 23:29:07 +0000</pubDate><link>https://loops.so/engineering/gmail-does-not-like-youtube</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=46534756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46534756</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Drawing with zero-width characters"]]></title><description><![CDATA[
<p>Chrome, latest stable</p>
]]></description><pubDate>Fri, 26 Dec 2025 22:43:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46397175</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=46397175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46397175</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Drawing with zero-width characters"]]></title><description><![CDATA[
<p>Love that this exists now, thank you and nice read.<p>FWIW, didn't have any luck with the generator at the bottom, could be user error.</p>
]]></description><pubDate>Fri, 26 Dec 2025 22:05:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46396813</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=46396813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46396813</guid></item><item><title><![CDATA[New comment by chrisfrantz in "GLM-4.7: Advancing the Coding Capability"]]></title><description><![CDATA[
<p>This is where I believe we are headed as well. Frontier models "curate" and provide guardrails, very fast and competent agents do the work at incredibly high throughput. Once frontier hits cracks the "taste" barrier and context is wide enough, even this level of delivery + intelligence will be sufficient to implement the work.</p>
]]></description><pubDate>Tue, 23 Dec 2025 00:45:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46361100</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=46361100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46361100</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Migrating to AWS in production with zero downtime"]]></title><description><![CDATA[
<p>We reached some amount of early product-market fit and the “starter” stack that served us well early on: Vercel functions, Supabase Postgres, and a mix of queue services, started hitting limits. Function runtimes capped at 15 min, cron jobs had to be public, queues kept sun-setting, and the database had no automatic fail-over. We were spending more hours nursing infra than building features.<p>Over the next six months we rebuilt on plain AWS: EKS for the Next.js app, Aurora Postgres in-VPC, SQS for jobs, all managed with Terraform. A Cloudflare Worker mirrored an increasing slice of live traffic to Kubernetes until everything looked solid, then a DNS flip made it the source of truth.<p>Supabase data flowed into Aurora via logical replication; once lag was near zero we swapped the connection string and retired the old stack without users noticing. Costs are predictable now and we control most knobs.<p>We put this post together as a bit of a retro and to help if you're evaluating a similar path for your company.</p>
]]></description><pubDate>Tue, 22 Jul 2025 21:04:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44652986</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=44652986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44652986</guid></item><item><title><![CDATA[Migrating to AWS in production with zero downtime]]></title><description><![CDATA[
<p>Article URL: <a href="https://loops.so/engineering-blogs/migrating-to-aws-in-production-with-zero-downtime">https://loops.so/engineering-blogs/migrating-to-aws-in-production-with-zero-downtime</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44652985">https://news.ycombinator.com/item?id=44652985</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 22 Jul 2025 21:04:41 +0000</pubDate><link>https://loops.so/engineering-blogs/migrating-to-aws-in-production-with-zero-downtime</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=44652985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44652985</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Unlimited Transactional Email Sending"]]></title><description><![CDATA[
<p>We released an update to our pricing at Loops and along with increasing free limits, we made transactional email sending available at no additional cost on any paid plan.<p>We removed our previous plan tier of $1 per 2,000 sends.<p>Example:
You have 4,000 users and you send an automated onboarding email along with an occasional product update every month or two.<p>Your product also generates daily rollup emails, along with product notifications, and other standard transactional emails, maybe 100,000 emails a month total.<p>That's now available at the same price, just $49.<p>Say next month you gain another 500 users and you send 200,000 emails. That's still just $49 a month.<p>Our goal is to help you send all your emails from one platform for a single price point and this gets us one step closer.</p>
]]></description><pubDate>Wed, 11 Dec 2024 18:12:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42390821</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=42390821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42390821</guid></item><item><title><![CDATA[Unlimited Transactional Email Sending]]></title><description><![CDATA[
<p>Article URL: <a href="https://loops.so/updates/transactional-email-is-now-free">https://loops.so/updates/transactional-email-is-now-free</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42390820">https://news.ycombinator.com/item?id=42390820</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 11 Dec 2024 18:12:11 +0000</pubDate><link>https://loops.so/updates/transactional-email-is-now-free</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=42390820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42390820</guid></item><item><title><![CDATA[New comment by chrisfrantz in "A Deep Dive into Rspamd"]]></title><description><![CDATA[
<p>We recently did some work improving our email deliverability to large institutions that use Rspamd as part of their corporate firewall, this is our write-up on that experience.</p>
]]></description><pubDate>Wed, 09 Oct 2024 14:32:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41788324</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=41788324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41788324</guid></item><item><title><![CDATA[A Deep Dive into Rspamd]]></title><description><![CDATA[
<p>Article URL: <a href="https://loops.so/updates/a-deep-dive-into-rspamd">https://loops.so/updates/a-deep-dive-into-rspamd</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41788321">https://news.ycombinator.com/item?id=41788321</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 09 Oct 2024 14:31:41 +0000</pubDate><link>https://loops.so/updates/a-deep-dive-into-rspamd</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=41788321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41788321</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Ask HN: What are you working on (August 2024)?"]]></title><description><![CDATA[
<p>A couple years in, we’re still building Loops (loops.so), email for software companies.</p>
]]></description><pubDate>Sun, 25 Aug 2024 17:51:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41349483</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=41349483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41349483</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Launch HN: Metriport (YC S22) – Open-source API for healthcare data exchange"]]></title><description><![CDATA[
<p>Congrats Dima and team, it's been cool watching you build this over the last couple of years.</p>
]]></description><pubDate>Thu, 23 May 2024 17:49:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40457726</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=40457726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40457726</guid></item><item><title><![CDATA[Ask HN: Are you still using your Vision Pro?]]></title><description><![CDATA[
<p>I have a couple flights soon and I was thinking about picking one up to ease the cross-country trips.<p>Are you using yours on flights or for work or not at all?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40373653">https://news.ycombinator.com/item?id=40373653</a></p>
<p>Points: 56</p>
<p># Comments: 41</p>
]]></description><pubDate>Wed, 15 May 2024 23:41:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40373653</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=40373653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40373653</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Caniemail.com – like caniuse but for email content"]]></title><description><![CDATA[
<p>I use this daily, great resource.</p>
]]></description><pubDate>Tue, 07 May 2024 00:12:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=40280936</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=40280936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40280936</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Launch HN: Zenfetch (YC W23) – Turn notes/browser history into an AI assistant"]]></title><description><![CDATA[
<p>Oh nice! Glad to see this launched, congrats to the Zenfetch team, been following for a while :)</p>
]]></description><pubDate>Fri, 16 Feb 2024 15:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39397977</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=39397977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39397977</guid></item><item><title><![CDATA[Show HN: I built a tool that diagnoses your email deliverability]]></title><description><![CDATA[
<p>As you may know, Google is rolling out bulk sender guidelines that go into effect Feb 1 (that’s this Thursday)<p>Your deliverability could be impacted so we made this tool.<p>Here’s how it works:<p>1. Send an email to the generated email address
2. Review your results<p>That’s it. The generated /results page is also accessible publicly so you can share with your team in case you're not the one with permission to add or modify records.<p>You can view an example of a passed test here: <a href="https://bounce.doctor/results/example" rel="nofollow">https://bounce.doctor/results/example</a><p>We currently check for valid DKIM, DMARC, SPF, List-ID and One-click Unsubscribe. We plan to extend this tool in the future as well but it will remain free and accessible without an account.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39192218">https://news.ycombinator.com/item?id=39192218</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Jan 2024 16:41:49 +0000</pubDate><link>https://bounce.doctor</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=39192218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39192218</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Methane under the seabed is thawing as oceans warm"]]></title><description><![CDATA[
<p>This was an interesting read, thanks<p>>the IPCC Sixth Assessment Report states "It is very unlikely that gas clathrates (mostly methane) in deeper terrestrial permafrost and subsea clathrates will lead to a detectable departure from the emissions trajectory during this century".</p>
]]></description><pubDate>Sun, 10 Dec 2023 20:12:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=38594573</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=38594573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38594573</guid></item><item><title><![CDATA[New comment by chrisfrantz in "Show HN: Get you emails roasted by the new GPT-4 Vision API"]]></title><description><![CDATA[
<p>I do think that the potential behind GPT-4V is a bit understated right now. Obviously, roasting emails is not the best use case but there are some really exciting ones I'm interested in seeing other folks build.<p>Highly recommend checking out the docs for the new API and playing around, it's fun! <a href="https://platform.openai.com/docs/guides/vision" rel="nofollow noreferrer">https://platform.openai.com/docs/guides/vision</a></p>
]]></description><pubDate>Fri, 10 Nov 2023 21:04:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=38224518</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=38224518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38224518</guid></item><item><title><![CDATA[Show HN: Get you emails roasted by the new GPT-4 Vision API]]></title><description><![CDATA[
<p>Built this for fun because I wanted to play with the new API then the domain was $5 so it kind of just happened.<p>That's it!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38224509">https://news.ycombinator.com/item?id=38224509</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 10 Nov 2023 21:04:01 +0000</pubDate><link>https://www.roast.email</link><dc:creator>chrisfrantz</dc:creator><comments>https://news.ycombinator.com/item?id=38224509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38224509</guid></item></channel></rss>