<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: eric_trackjs</title><link>https://news.ycombinator.com/user?id=eric_trackjs</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 08:04:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eric_trackjs" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eric_trackjs in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>I'm working on <a href="https://www.certkit.io" rel="nofollow">https://www.certkit.io</a>.  It started as a solution to handle TLS certificate automation for my other SaaS products, but we realized other people who run on-prem workloads might get something out of it.<p>It uses Let's Encrypt by default.  We use delegated DNS to handle ACME challenge validation (we run the DNS, you just CNAME to us).  This means you don't need to give us DNS credentials or anything.  And for HA workloads it's great, because there's a central clearinghouse for certificates - so all the machines in your web farm (or whatever) get the same cert, but you don't run in to rate limits with LE.<p>We're recovering Windows Server guys so we made sure our automation works for painful windows workloads like IIS, Exchange etc. too.<p>We've had enough interest that we're building it out for real.  Just left beta last month.</p>
]]></description><pubDate>Sun, 10 May 2026 21:29:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48088275</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=48088275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48088275</guid></item><item><title><![CDATA[Show HN: CertKit for automating SSL certs to Windows, JKS, and appliances]]></title><description><![CDATA[
<p>We’ve been managing web infrastructure for a long time. For most of that time, certificate management meant buying a cert, copying it to wherever it needed to go, and setting a calendar reminder. That works when certificates last a year. It stops working when lifetimes drop to 47 days.<p>Certbot is the obvious answer but it doesn’t cover everything. It requires ACME on each server, which means each server needs to be internet-reachable or have DNS provider access. That rules out Windows servers, JKS keystores, and appliances that can’t run Certbot or speak ACME at all.<p>CertKit handles ACME centrally. A source-available Go agent runs on each server and handles deployment, including Windows, JKS, and appliances via custom file destinations and post-deploy commands. Validation uses a delegated CNAME so we never need your DNS provider credentials.<p>We just wrapped up our beta and launched today. Happy to answer any questions.<p><a href="https://www.certkit.io/" rel="nofollow">https://www.certkit.io/</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47690037">https://news.ycombinator.com/item?id=47690037</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 08 Apr 2026 13:35:43 +0000</pubDate><link>https://www.certkit.io/blog/out-of-beta</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=47690037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47690037</guid></item><item><title><![CDATA[How likely is a man in the middle attack?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.certkit.io/blog/man-in-the-middle">https://www.certkit.io/blog/man-in-the-middle</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47152349">https://news.ycombinator.com/item?id=47152349</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Feb 2026 14:54:43 +0000</pubDate><link>https://www.certkit.io/blog/man-in-the-middle</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=47152349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47152349</guid></item><item><title><![CDATA[New comment by eric_trackjs in "Show HN: CertRadar – Find every certificate ever issued for your domain"]]></title><description><![CDATA[
<p>crt.sh is a wonderful tool.  I applaud anyone who makes CT log searching more available!<p>That said, crt.sh can be woefully unreliable.  It often returns errors during a query or is just hard down.  Large result sets may never return.  Queries often take a very long time.<p>I wanted a more reliable CT log search tool for something I'm working on, so I built a purpose built CT log search tool.  I ingest all the data from the logs directly and store in Clickhouse.<p><a href="https://www.certkit.io/tools/ct-logs/" rel="nofollow">https://www.certkit.io/tools/ct-logs/</a></p>
]]></description><pubDate>Sun, 25 Jan 2026 23:56:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46760002</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=46760002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46760002</guid></item><item><title><![CDATA[New comment by eric_trackjs in "HTTP/3 Is Fast"]]></title><description><![CDATA[
<p>Yep, I didn't even think about the suspicious angle when I did it.  Mostly I was fiddling with how to draw box plots in D3 and that's what came out.  Next time I will ensure a 0 axis!</p>
]]></description><pubDate>Wed, 15 Dec 2021 15:28:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=29567197</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=29567197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29567197</guid></item><item><title><![CDATA[New comment by eric_trackjs in "HTTP/3 Is Fast"]]></title><description><![CDATA[
<p>Agreed. Next time I'll make the text and other things a little larger too (the real graphs are actually quite large, I had to shrink them to fit the article formatting.)  I'd already spent so much time on the article I didn't want to go back and redo the graphs (I didn't really think too many people would read it - it was a big surprise to see it on HN)</p>
]]></description><pubDate>Wed, 15 Dec 2021 15:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=29567184</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=29567184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29567184</guid></item><item><title><![CDATA[New comment by eric_trackjs in "HTTP/3 Is Fast"]]></title><description><![CDATA[
<p>Author here. I am seeing a lot of comments about how the graphs are not anchored at 0.  The intent with the graphs was not to "lie" or "mislead" but to fit the data in a way that was mostly readable side by side.<p>The goal was to show the high level change, in a glanceable way, not to get in to individual millisecond comparisons.  However, in the future I would pick a different visualization I think :)<p>The benchmarking has also come under fire. My goal was to just to put the same site/assets on three different continents and retrieve them a bunch of times.  No more, no less.  I think the results are still interesting, personally.  Clean room benchmarks are cool, but so are real world tests, imo.<p>Finally, there was no agenda with this post to push HTTP/3 over HTTP/2.  I was actually skeptical that HTTP/3 made any kind of difference based on my experience with 1.1 to 2.  I expected to write a post about "HTTP/3 is not any better than HTTP/2" and was frankly surprised that it was so much faster in my tests.</p>
]]></description><pubDate>Wed, 15 Dec 2021 13:45:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=29565797</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=29565797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29565797</guid></item><item><title><![CDATA[New comment by eric_trackjs in "HTTP/3 Is Fast"]]></title><description><![CDATA[
<p>Author here. If I were to do it again I would pick a different visualization.  The intent was not to "lie" with statistics as other commenters here seem to think, it was to fit the data side by side and have it be reasonably visible.<p>Lots of room for improvement next time I think.</p>
]]></description><pubDate>Wed, 15 Dec 2021 13:36:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=29565671</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=29565671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29565671</guid></item><item><title><![CDATA[New comment by eric_trackjs in "We rendered a million web pages to find out what makes the web slow"]]></title><description><![CDATA[
<p>Off-topic but I'd never heard of CatchJS before.  As the founder of TrackJS[1] I can't help but feel they were heavily inspired by our product... almost <i>too</i> inspired considering their logo and marketing copy.<p>(We've been around since 2014, so we pre-date them by 4 years)<p>[1] <a href="https://trackjs.com" rel="nofollow">https://trackjs.com</a></p>
]]></description><pubDate>Tue, 26 Jan 2021 17:30:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=25918668</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=25918668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25918668</guid></item><item><title><![CDATA[New comment by eric_trackjs in "Ask HN: What is your blog and why should I read it?"]]></title><description><![CDATA[
<p>We are building a new SaaS product from scratch and blogging about each step.  We are also filming it and putting it on YouTube so people can see how the sausage is made.<p>It's hosted on Github Pages so hopefully it's available:<p><a href="https://requestmetrics.com/" rel="nofollow">https://requestmetrics.com/</a></p>
]]></description><pubDate>Tue, 07 Apr 2020 13:34:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=22803040</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=22803040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22803040</guid></item><item><title><![CDATA[The Siren Song of Component Libraries]]></title><description><![CDATA[
<p>Article URL: <a href="https://trackjs.com/blog/component-library/">https://trackjs.com/blog/component-library/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17810632">https://news.ycombinator.com/item?id=17810632</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Aug 2018 15:45:50 +0000</pubDate><link>https://trackjs.com/blog/component-library/</link><dc:creator>eric_trackjs</dc:creator><comments>https://news.ycombinator.com/item?id=17810632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17810632</guid></item></channel></rss>