<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: dmk</title><link>https://news.ycombinator.com/user?id=dmk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 10:40:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dmk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dmk in "Building a SaaS in 2026 Using Only EU Infrastructure"]]></title><description><![CDATA[
<p>Fair point on open models + EU hosting, that's a much better option than I gave it credit for. I was thinking more about the "just plug in an API key and go" experience where OpenAI/Anthropic are still way ahead, but yeah if you're willing to do the work the gap is closing fast.</p>
]]></description><pubDate>Sun, 12 Apr 2026 17:24:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47742188</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47742188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47742188</guid></item><item><title><![CDATA[New comment by dmk in "Building a SaaS in 2026 Using Only EU Infrastructure"]]></title><description><![CDATA[
<p>Good list but the biggest missing piece for most new SaaS products right now is AI/LLM APIs. If you're building anything with AI features you're calling OpenAI, Anthropic, or similar - all US. Mistral exists but the ecosystem around it is much thinner. That's probably the hardest US dependency to drop in 2026 that I can think of.<p>Plausible is a great pick though, been using it and it covers most of what you'd want from analytics unless you need GA/GTM tied to ad campaigns.</p>
]]></description><pubDate>Sun, 12 Apr 2026 16:53:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47741865</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47741865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47741865</guid></item><item><title><![CDATA[New comment by dmk in "The Physics of GPS"]]></title><description><![CDATA[
<p>The fact that they deliberately manufacture the satellite clocks to tick at the wrong frequency on the ground (10.22999999543 MHz instead of 10.23 MHz) so that relativity makes them tick correctly in orbit is one of my favorite engineering details in any system.</p>
]]></description><pubDate>Sun, 12 Apr 2026 15:54:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47741193</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47741193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47741193</guid></item><item><title><![CDATA[New comment by dmk in "Bitcoin miners are losing on every coin produced as difficulty drops"]]></title><description><![CDATA[
<p>The headline is dramatic but this is literally how bitcoin is designed to work. Miners leave, difficulty drops, costs go down, mining becomes profitable again. The interesting part isn’t the loss per coin, it’s how long the lag between unprofitable mining and difficulty adjustment keeps forced selling pressure on the market.</p>
]]></description><pubDate>Sat, 11 Apr 2026 13:35:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47730472</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47730472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47730472</guid></item><item><title><![CDATA[New comment by dmk in "How NASA built Artemis II’s fault-tolerant computer"]]></title><description><![CDATA[
<p>The quote from the CMU guy about modern Agile and DevOps approaches challenging architectural discipline is a nice way of saying most of us have completely forgotten how to build deterministic systems. Time-triggered Ethernet with strict frame scheduling feels like it's from a parallel universe compared to how we ship software now.</p>
]]></description><pubDate>Fri, 10 Apr 2026 00:10:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47711967</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47711967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47711967</guid></item><item><title><![CDATA[Show HN: Artemis.fyi - Real-time tracker for the Artemis II Moon mission]]></title><description><![CDATA[
<p>There are plenty of Artemis II trackers out there. I looked at a bunch and kept running into the same issues - some had data that didn't look right, it was hard to use on smaller screen, others felt overly complicated for what I actually wanted to know: what's the crew doing, where is Orion, how fast is it going. The best one I found was issinfo.net/artemis, which inspired a lot of the design.<p>So I built my own. The part that was genuinely interesting to me was the data. Turns out anyone can query JPL's Horizons API for full ephemeris data on the Orion spacecraft - position, velocity, range - for free. I had no idea this existed.<p>Even better: NASA's Deep Space Network publishes a live XML feed (eyes.nasa.gov/dsn/data/dsn.xml) that updates every 5 seconds showing exactly which ground antennas are talking to which spacecraft. Right now two dishes in Canberra are locked onto Orion - one sending commands, both receiving 6 Mbps of S-band telemetry at 296,000 km. You can see Juno at Jupiter, JWST, Mars Odyssey, all in the same feed. It's pretty amazing what's just sitting there in the open.<p>The app fetches trajectory from Horizons, crew activities from NASA's published flight plan, and live ground station status from DSN. I'll be honest - it's mostly vibe-coded with supervision. The data pipeline is the part that was more manual: figuring out what's publicly available, how to compute relative positions from raw vectors, how to cache and backfill. That was the fun part.<p>Code is open on GitHub. I built it for myself and as a fun exercise, but happy for any feedback - especially around data correctness and what other public data sources are out there that I might be missing.<p>Source: <a href="https://github.com/dmarchuk/artemis.fyi" rel="nofollow">https://github.com/dmarchuk/artemis.fyi</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47644342">https://news.ycombinator.com/item?id=47644342</a></p>
<p>Points: 11</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 04 Apr 2026 22:48:42 +0000</pubDate><link>https://artemis.fyi/</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47644342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47644342</guid></item><item><title><![CDATA[New comment by dmk in "Anthropic Education the AI Fluency Index"]]></title><description><![CDATA[
<p>Sure, but the study is saying something slightly different, it's not that people write bad prompts for artifacts, they actually write better ones (more specific, more examples, clearer goals,...). They just stop evaluating the result. So the input quality goes up but the quality control goes down.</p>
]]></description><pubDate>Mon, 23 Feb 2026 18:15:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47126315</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47126315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47126315</guid></item><item><title><![CDATA[New comment by dmk in "Anthropic Education the AI Fluency Index"]]></title><description><![CDATA[
<p>So I guess the key takeaway is basically that the better Claude gets at producing polished output, the less users bother questioning it. They found that artifact conversations have lower rates of fact-checking and reasoning challenges across the board. That's kind of an uncomfortable loop for a company selling increasingly capable models.</p>
]]></description><pubDate>Mon, 23 Feb 2026 17:57:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47125968</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47125968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47125968</guid></item><item><title><![CDATA[Architecting AI-ready infrastructure for the agentic era]]></title><description><![CDATA[
<p>Article URL: <a href="https://thenewstack.io/ai-ready-infrastructure/">https://thenewstack.io/ai-ready-infrastructure/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47037205">https://news.ycombinator.com/item?id=47037205</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 Feb 2026 16:46:29 +0000</pubDate><link>https://thenewstack.io/ai-ready-infrastructure/</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=47037205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47037205</guid></item><item><title><![CDATA[The $285B 'SaaSpocalypse' Is the Wrong Panic]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.decodingdiscontinuity.com/p/285-billion-saaspocalypse-wrong-panic">https://www.decodingdiscontinuity.com/p/285-billion-saaspocalypse-wrong-panic</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46989910">https://news.ycombinator.com/item?id=46989910</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Feb 2026 15:22:35 +0000</pubDate><link>https://www.decodingdiscontinuity.com/p/285-billion-saaspocalypse-wrong-panic</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=46989910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46989910</guid></item><item><title><![CDATA[New comment by dmk in "Eight more months of agents"]]></title><description><![CDATA[
<p>The real insight buried in here is "build what programmers love and everyone will follow." If every user has an agent that can write code against your product, your API docs become your actual product. That's a massive shift.</p>
]]></description><pubDate>Mon, 09 Feb 2026 19:19:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46949648</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=46949648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46949648</guid></item><item><title><![CDATA[New comment by dmk in "Tech Independence"]]></title><description><![CDATA[
<p>The "start over in an hour" philosophy is underrated. I've been running my own infrastructure for years and the single most empowering thing isn't the setup, it's the peace of mind that you can just nuke it and spin up somewhere else.<p>Knowing that, I started looking at every SaaS subscription very differently.</p>
]]></description><pubDate>Sun, 08 Feb 2026 21:02:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46938488</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=46938488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46938488</guid></item><item><title><![CDATA[New comment by dmk in "Claude Opus 4.6"]]></title><description><![CDATA[
<p>Yeah, just had to upgrade to Max 20x yesterday because of hitting the limits every day and the extra usage gets expensive very fast.</p>
]]></description><pubDate>Fri, 06 Feb 2026 17:37:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46915764</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=46915764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46915764</guid></item><item><title><![CDATA[New comment by dmk in "Claude Opus 4.6"]]></title><description><![CDATA[
<p>The benchmarks are cool and all but 1M context on an Opus-class model is the real headline here imo. Has anyone actually pushed it to the limit yet? Long context has historically been one of those "works great in the demo" situations.</p>
]]></description><pubDate>Thu, 05 Feb 2026 18:00:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46902522</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=46902522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46902522</guid></item><item><title><![CDATA[New comment by dmk in "Europe could 'weaponize' $10T of US assets over Greenland"]]></title><description><![CDATA[
<p>Fair point. Though I wonder if individual fund moves actually move the needle here or if it's mostly symbolic until it becomes a trend.</p>
]]></description><pubDate>Tue, 20 Jan 2026 16:05:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46693381</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=46693381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46693381</guid></item><item><title><![CDATA[New comment by dmk in "Europe could 'weaponize' $10T of US assets over Greenland"]]></title><description><![CDATA[
<p>Living in the EU, I'm skeptical any of this happens. Our leaders have been pretty reluctant to push back on anything so far and most of these assets are private anyway.</p>
]]></description><pubDate>Tue, 20 Jan 2026 15:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46693073</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=46693073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46693073</guid></item><item><title><![CDATA[New comment by dmk in "Ask HN: Who is hiring? (November 2025)"]]></title><description><![CDATA[
<p>Hi Troy, just wanted to let you know that I just sent you an email! :)<p>Also, just to be sure, I sent it to on-board.ai domain as well, as that seemed like the correct website (onboard.ai just showed "for sale" page). Might help some others too.</p>
]]></description><pubDate>Wed, 05 Nov 2025 01:41:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45818071</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=45818071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45818071</guid></item><item><title><![CDATA[New comment by dmk in "Ask HN: Who is hiring? (September 2025)"]]></title><description><![CDATA[
<p>Wow, looks amazing, will definitely apply!<p>Just FYI, the link next to the Founding Engineer is leading to Founding Creator instead of the Founding Engineer: <a href="https://mitteai.notion.site/Founding-Engineer-254f3cdf01fb80d48e79e023a9e2822d" rel="nofollow">https://mitteai.notion.site/Founding-Engineer-254f3cdf01fb80...</a>.</p>
]]></description><pubDate>Wed, 03 Sep 2025 15:31:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45116981</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=45116981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45116981</guid></item><item><title><![CDATA[New comment by dmk in "Ask HN: Who is hiring? (September 2025)"]]></title><description><![CDATA[
<p>Looks like the correct URL is <a href="https://jobs.ashbyhq.com/PlantingSpace" rel="nofollow">https://jobs.ashbyhq.com/PlantingSpace</a>.</p>
]]></description><pubDate>Wed, 03 Sep 2025 14:56:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45116564</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=45116564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45116564</guid></item><item><title><![CDATA[New comment by dmk in "Meta outage"]]></title><description><![CDATA[
<p>Google login also seems to be having issues, multiple people reported to me that the login isn’t working and they’ve been logged out of their Google accounts.</p>
]]></description><pubDate>Tue, 05 Mar 2024 16:07:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=39605403</link><dc:creator>dmk</dc:creator><comments>https://news.ycombinator.com/item?id=39605403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39605403</guid></item></channel></rss>