<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: mlhpdx</title><link>https://news.ycombinator.com/user?id=mlhpdx</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 02:34:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mlhpdx" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mlhpdx in "MCP 2026-07-28 Specification: transport going stateless"]]></title><description><![CDATA[
<p>I had hoped they’d go with CoAP for the better overall fit with agent systems (natively async, con/non, Observe), but stateless is enough of a win I can’t complain.</p>
]]></description><pubDate>Wed, 29 Jul 2026 00:27:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49091863</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=49091863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49091863</guid></item><item><title><![CDATA[New comment by mlhpdx in "Modern email can be built from borrowed parts"]]></title><description><![CDATA[
<p>HTTP? It would be a more interesting thought experiment with CoAP. And, is it really “modern” if it still uses a model (essentially) requiring stateful compute like JMAP?</p>
]]></description><pubDate>Mon, 27 Jul 2026 20:38:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49075206</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=49075206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49075206</guid></item><item><title><![CDATA[New comment by mlhpdx in "Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy"]]></title><description><![CDATA[
<p>API Gateway direct integration to Step Functions. Unlike Lambda, there is not automatic transform for requests so I just wrote one and copy/paste it to each method integration (via a preprocess script; one of the ugly bits). Yes, EXPRESS state machines. I’ve found they have better tail latency behavior, and of course they involve zero patching/dependency updates which is nice.<p>The state machines use JSONata for the sweet, sweet power vs JSONPath. Generally I have a Parallel state that splits the different parts of the page and Map states for data driven repetition (usually some data pulled from DDB). I have a simple JSONata method for replacing placeholder values (aka data binding). Zero Lambda at the cost of come copy paste.<p>I’m not unhappy with it despite the warts.</p>
]]></description><pubDate>Mon, 27 Jul 2026 00:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49063645</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=49063645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49063645</guid></item><item><title><![CDATA[New comment by mlhpdx in "Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy"]]></title><description><![CDATA[
<p>Likewise, I started using HTMX with AWS Step Functions as the backend and it’s been difficult but also a joy. Sfn these days makes for a weird and wild text templating engine. I’ve been thinking about working on  DSL overlay to smooth the bumps a bit.</p>
]]></description><pubDate>Sun, 26 Jul 2026 22:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49062969</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=49062969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49062969</guid></item><item><title><![CDATA[3GPP Version 19]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.3gpp.org/specifications-technologies/releases/release-19">https://www.3gpp.org/specifications-technologies/releases/release-19</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49036136">https://news.ycombinator.com/item?id=49036136</a></p>
<p>Points: 40</p>
<p># Comments: 11</p>
]]></description><pubDate>Fri, 24 Jul 2026 14:23:39 +0000</pubDate><link>https://www.3gpp.org/specifications-technologies/releases/release-19</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=49036136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49036136</guid></item><item><title><![CDATA[New comment by mlhpdx in "Show HN: ValuePair – a friendship app that cares about values first"]]></title><description><![CDATA[
<p>Not the email, the link in it is blocked by ad blockers. You might want to check the number of emails sent versus the number confirmed.</p>
]]></description><pubDate>Thu, 23 Jul 2026 03:26:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49016540</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=49016540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49016540</guid></item><item><title><![CDATA[New comment by mlhpdx in "Show HN: ValuePair – a friendship app that cares about values first"]]></title><description><![CDATA[
<p>Your email confirmation link’s domain is in common adblock lists.</p>
]]></description><pubDate>Wed, 22 Jul 2026 23:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49014692</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=49014692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49014692</guid></item><item><title><![CDATA[New comment by mlhpdx in "TP-Link Kasa cameras leaked home GPS via unauthenticated UDP for 6 years"]]></title><description><![CDATA[
<p>Good, they used UDP for a one off request /response (maybe) exchange. Bad, they included precise location information.<p>I can see how rough location information is helpful for support and business information. Maybe country, maybe even zip code. But precise GPS was a bit overkill. Maybe it was easy, maybe it was nefarious, but not encrypting it over the wow was just plain dumb. I guess there is a razor for that.<p>How would this exfiltration happen though? Aren’t these cameras going to be behind a firewall? Without a request originating internally no external packet will make it past, right? Does the firmware make the first request? If so, I missed it.<p>I’m more mystified by the fleet wide certs. Old manufacturing tech that makes per-device firmware difficult, perhaps?</p>
]]></description><pubDate>Sat, 18 Jul 2026 17:50:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48960398</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48960398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48960398</guid></item><item><title><![CDATA[New comment by mlhpdx in "Weightlifting beats running for blood sugar control, researchers find (2025)"]]></title><description><![CDATA[
<p>No prescription is required, but as the other comments say, you’re unlikely to learn anything significant.<p>Blood sugar in non-diabetics is boring, rarely moving in any significant way.<p>One impact could be dispelling misconceptions if you have them. Another could be discovering pre-diabetes.</p>
]]></description><pubDate>Sun, 12 Jul 2026 00:39:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48877227</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48877227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877227</guid></item><item><title><![CDATA[New comment by mlhpdx in "Weightlifting beats running for blood sugar control, researchers find (2025)"]]></title><description><![CDATA[
<p>Have you studied control systems? Adding a second storage mechanism with different dynamics changes control, and may complicate it. Those muscles may increase hypoglycemic events as well as soften spikes.</p>
]]></description><pubDate>Sun, 12 Jul 2026 00:29:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48877158</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48877158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877158</guid></item><item><title><![CDATA[New comment by mlhpdx in "Weightlifting beats running for blood sugar control, researchers find (2025)"]]></title><description><![CDATA[
<p>I try to be open minded about research choices because I have no special knowledge of what will or won’t be important. Left-field discoveries have made profound and positive impacts on many occasions.<p>I’m having trouble with this one, and am tempted to write it off as playing with mice in a lab. The extrapolation to human conditions is hyperbolic, maybe worse.<p>Given the number of people with continuous glucose monitors and activity tracking watches in the world, why not study that data directly? Causation by activity would be more apparent, more relevant and more significant (if present) wouldn’t it?</p>
]]></description><pubDate>Sun, 12 Jul 2026 00:23:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48877131</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48877131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877131</guid></item><item><title><![CDATA[New comment by mlhpdx in "Networking and the Internet, from First Principles"]]></title><description><![CDATA[
<p>I know the guidelines make this a faux pas but I’m just here to say that was a great read. Very informative, well structured and compelling story of how we have networks and how they work.<p>To those saying it’s the work of an LLM: if it is I don’t care. It’s good.</p>
]]></description><pubDate>Sat, 11 Jul 2026 14:49:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48872545</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48872545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48872545</guid></item><item><title><![CDATA[New comment by mlhpdx in "Separating signal from noise in coding evaluations"]]></title><description><![CDATA[
<p>Fundamentally aren’t they concluding that tasks assigned to software developers (human or otherwise) are often incomplete, self contradictory or worse? This is the world in which their tool must play. I’m unsympathetic.</p>
]]></description><pubDate>Wed, 08 Jul 2026 22:04:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48838000</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48838000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48838000</guid></item><item><title><![CDATA[New comment by mlhpdx in "Memoirs of Extraordinary Popular Delusions and the Madness of Crowds (1852)"]]></title><description><![CDATA[
<p>People have been people since there have been people.</p>
]]></description><pubDate>Tue, 30 Jun 2026 13:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48732805</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48732805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48732805</guid></item><item><title><![CDATA[Proxylity: Academic and Non-Profit Program]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.proxylity.com/academic">https://www.proxylity.com/academic</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48724879">https://news.ycombinator.com/item?id=48724879</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 29 Jun 2026 20:38:52 +0000</pubDate><link>https://www.proxylity.com/academic</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48724879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48724879</guid></item><item><title><![CDATA[New comment by mlhpdx in "AI boom risks global financial crash, warn central bankers"]]></title><description><![CDATA[
<p>What companies can expand if the income of consumers is shrinking. This is the scary bit to me — AI crashes and takes the economy with it, or; AI succeeds as promised and people go unemployed and crash the economy.<p>The only path that isn’t disastrous is threading the needle of “just right” productivity gains. The people in charge aren’t smart enough to give me warm fuzzy feelings on that.</p>
]]></description><pubDate>Mon, 29 Jun 2026 03:33:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48714478</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48714478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48714478</guid></item><item><title><![CDATA[New comment by mlhpdx in "Historical memory prices 1960-2026"]]></title><description><![CDATA[
<p>Gas is priced in $/gal, not dollars per mile or hour of lawn mowing or whatever. The resource and the use are completely different concepts and the resource owner/producer cares not of the buyers purpose for it.</p>
]]></description><pubDate>Mon, 29 Jun 2026 03:05:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48714325</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48714325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48714325</guid></item><item><title><![CDATA[MIT Open Courseware: Sailing Yacht Design]]></title><description><![CDATA[
<p>Article URL: <a href="https://ocw.mit.edu/courses/2-996-sailing-yacht-design-13-734-fall-2003/download/">https://ocw.mit.edu/courses/2-996-sailing-yacht-design-13-734-fall-2003/download/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48682414">https://news.ycombinator.com/item?id=48682414</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 26 Jun 2026 04:44:26 +0000</pubDate><link>https://ocw.mit.edu/courses/2-996-sailing-yacht-design-13-734-fall-2003/download/</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48682414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682414</guid></item><item><title><![CDATA[New comment by mlhpdx in "Ask HN: What was the biggest contributor to your happiness in the past year?"]]></title><description><![CDATA[
<p>Sailing.</p>
]]></description><pubDate>Thu, 25 Jun 2026 06:31:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48669763</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48669763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48669763</guid></item><item><title><![CDATA[New comment by mlhpdx in "Slate EV truck starts at $24,950"]]></title><description><![CDATA[
<p>This concept makes a lot of sense for first time car buyers. Having never owned a car, maybe being fresh out of college, a car can be a big leap. What will it need, what will it do? Commute? Car pool? Camping? Moving? Boating?<p>If the customization can be done after the fact it lowers the risk of buying.<p>Makes sense to me.</p>
]]></description><pubDate>Wed, 24 Jun 2026 14:02:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48660025</link><dc:creator>mlhpdx</dc:creator><comments>https://news.ycombinator.com/item?id=48660025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48660025</guid></item></channel></rss>