<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: md224</title><link>https://news.ycombinator.com/user?id=md224</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 05:27:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=md224" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by md224 in "Git commands I run before reading any code"]]></title><description><![CDATA[
<p>The last sentence of the article is "Here’s what the rest of the week looks like." and then it just stops. Am I missing something?</p>
]]></description><pubDate>Wed, 08 Apr 2026 16:04:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47692088</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=47692088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47692088</guid></item><item><title><![CDATA[New comment by md224 in "Artemis II crew see first glimpse of far side of Moon [video]"]]></title><description><![CDATA[
<p>A fun way to track the mission is via NASA's Eyes on the Solar System visualizer:<p><a href="https://eyes.nasa.gov/apps/solar-system/#/sc_artemis_2" rel="nofollow">https://eyes.nasa.gov/apps/solar-system/#/sc_artemis_2</a></p>
]]></description><pubDate>Sun, 05 Apr 2026 18:33:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47652441</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=47652441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47652441</guid></item><item><title><![CDATA[CSLib: A Focused Effort on Formalizing Computer Science in Lean]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cslib.io/">https://www.cslib.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47096584">https://news.ycombinator.com/item?id=47096584</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 21 Feb 2026 01:43:41 +0000</pubDate><link>https://www.cslib.io/</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=47096584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47096584</guid></item><item><title><![CDATA[New comment by md224 in "Life on Peptides Feels Amazing"]]></title><description><![CDATA[
<p><a href="https://archive.is/pTTQK" rel="nofollow">https://archive.is/pTTQK</a></p>
]]></description><pubDate>Wed, 28 Jan 2026 01:04:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46789633</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=46789633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46789633</guid></item><item><title><![CDATA[Life on Peptides Feels Amazing]]></title><description><![CDATA[
<p>Article URL: <a href="https://nymag.com/intelligencer/article/peptides-from-instagram-china-wellness-cure.html">https://nymag.com/intelligencer/article/peptides-from-instagram-china-wellness-cure.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46789619">https://news.ycombinator.com/item?id=46789619</a></p>
<p>Points: 5</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 28 Jan 2026 01:03:26 +0000</pubDate><link>https://nymag.com/intelligencer/article/peptides-from-instagram-china-wellness-cure.html</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=46789619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46789619</guid></item><item><title><![CDATA[Mothers Against Decapentaplegic]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Mothers_against_decapentaplegic">https://en.wikipedia.org/wiki/Mothers_against_decapentaplegic</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46653477">https://news.ycombinator.com/item?id=46653477</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 16 Jan 2026 23:15:46 +0000</pubDate><link>https://en.wikipedia.org/wiki/Mothers_against_decapentaplegic</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=46653477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46653477</guid></item><item><title><![CDATA[New comment by md224 in "JSDoc is TypeScript"]]></title><description><![CDATA[
<p>Sure, but if the caller is Javascript then you're running Javascript, not Typescript*, so it makes sense that you're not going to get type safety.<p>I'm also not sure we're actually disagreeing on anything, so perhaps my reply was pointless. I agree that if you mix JS and TS in the way you describe, you'll have problems. My reply was just to say "yes, and that's not really Typescript's fault", but perhaps you weren't implying that to begin with.<p>* I'm aware that you can't run Typescript directly, but I hope my point here is clear... you're running a program that wasn't type-checked by TS.</p>
]]></description><pubDate>Sun, 14 Dec 2025 22:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46267714</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=46267714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46267714</guid></item><item><title><![CDATA[New comment by md224 in "JSDoc is TypeScript"]]></title><description><![CDATA[
<p>Writing a Typescript program that takes external input but has no runtime error checking is already a mistake, though. Dealing with external input requires type assertions (since Typescript doesn't know what the program is getting at compile-time) and if you write type assertions without ensuring that the assertions are accurate, then that's on you, not Typescript.<p>However, if your point is that Typescript can lull people into a false sense of safety, then sure, I take your point. You have to understand where type assertions are coming into play, and if that's obscured then the type safety can be illusory. The benefits of Typescript require you to make sure that the runtime inputs to your program are sufficiently validated.</p>
]]></description><pubDate>Sun, 14 Dec 2025 21:44:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46267288</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=46267288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46267288</guid></item><item><title><![CDATA[New comment by md224 in "A new bridge links the math of infinity to computer science"]]></title><description><![CDATA[
<p>This might be a dumb question but are there any current or foreseeable practical applications of this kind of result (like in the realm of distributed computing) or is this just pure mathematics for its own sake?</p>
]]></description><pubDate>Wed, 26 Nov 2025 03:16:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46053842</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=46053842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46053842</guid></item><item><title><![CDATA[New comment by md224 in "Secret diplomatic message deciphered after 350 years"]]></title><description><![CDATA[
<p>> The solution was reached by using codebreaking software the team had developed along with extensive manual work, in part required because Perwich had mistakenly omitted a couple of letters in his ciphertext.<p>That explains how the team of 3 codebreakers got it, but what about the other codebreaker, Matthew Brown, who figured it out by himself? The article doesn't say anything about his approach. Seems impressive if he can match the effort of three cryptographers using their own custom software. I want to read more about him!</p>
]]></description><pubDate>Sun, 19 Oct 2025 07:14:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45632520</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45632520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45632520</guid></item><item><title><![CDATA[New comment by md224 in "Working pipe operator today in pure JavaScript"]]></title><description><![CDATA[
<p>I suspect this was written with an LLM and the author didn't actually verify that the examples in the README worked.</p>
]]></description><pubDate>Wed, 08 Oct 2025 15:59:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45517589</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45517589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45517589</guid></item><item><title><![CDATA[New comment by md224 in "Low Earth Orbit Visualization"]]></title><description><![CDATA[
<p>If you're looking for something real-time, I'd recommend checking out NASA's "Eyes on the Solar System" visualizer (not as comprehensive but still pretty cool):<p><a href="https://eyes.nasa.gov/apps/solar-system/#/earth" rel="nofollow">https://eyes.nasa.gov/apps/solar-system/#/earth</a></p>
]]></description><pubDate>Thu, 25 Sep 2025 02:00:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45368469</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45368469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45368469</guid></item><item><title><![CDATA[New comment by md224 in "Terence Tao: The role of small organizations in society has shrunk significantly"]]></title><description><![CDATA[
<p>Tanner Greer has a good piece on how the American tradition of bottom-up self-organization has been supplanted by top-down bureaucracy: <a href="https://palladiummag.com/2023/03/30/a-school-of-strength-and-character" rel="nofollow">https://palladiummag.com/2023/03/30/a-school-of-strength-and...</a></p>
]]></description><pubDate>Wed, 24 Sep 2025 20:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45365419</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45365419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45365419</guid></item><item><title><![CDATA[A School of Strength and Character (2023)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.palladiummag.com/2023/03/30/a-school-of-strength-and-character/">https://www.palladiummag.com/2023/03/30/a-school-of-strength-and-character/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45364412">https://news.ycombinator.com/item?id=45364412</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 24 Sep 2025 18:44:49 +0000</pubDate><link>https://www.palladiummag.com/2023/03/30/a-school-of-strength-and-character/</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45364412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45364412</guid></item><item><title><![CDATA[Proofs that there are infinitely many primes]]></title><description><![CDATA[
<p>Article URL: <a href="https://t5k.org/notes/proofs/infinite/index.html">https://t5k.org/notes/proofs/infinite/index.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45133563">https://news.ycombinator.com/item?id=45133563</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 04 Sep 2025 23:52:29 +0000</pubDate><link>https://t5k.org/notes/proofs/infinite/index.html</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45133563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45133563</guid></item><item><title><![CDATA[New comment by md224 in "Stripe Launches L1 Blockchain: Tempo"]]></title><description><![CDATA[
<p>> technologies aren't themselves disruptive; customer choices are<p>Technologies <i>are</i> themselves disruptive, as their introduction can shape human behavior. Choice doesn't happen in a vacuum.</p>
]]></description><pubDate>Thu, 04 Sep 2025 22:26:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45132944</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45132944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45132944</guid></item><item><title><![CDATA[New comment by md224 in "Cloudflare incident on August 21, 2025"]]></title><description><![CDATA[
<p>I'm having trouble understanding the second diagram in the article. I can make sense of a directed graph, but this one has thin horizontal lines with arrows leaving them in both directions. These lines look like dividers, not nodes, so I'm not sure how to interpret it.</p>
]]></description><pubDate>Sun, 24 Aug 2025 22:21:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45008316</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=45008316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45008316</guid></item><item><title><![CDATA[The Monty Hall Problem: Why the nature of the host's choice matters]]></title><description><![CDATA[
<p>Article URL: <a href="https://observablehq.com/@mattdiamond/monty-hall-problem">https://observablehq.com/@mattdiamond/monty-hall-problem</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44392559">https://news.ycombinator.com/item?id=44392559</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 26 Jun 2025 23:45:23 +0000</pubDate><link>https://observablehq.com/@mattdiamond/monty-hall-problem</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=44392559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44392559</guid></item><item><title><![CDATA[New comment by md224 in "Unsupervised Elicitation of Language Models"]]></title><description><![CDATA[
<p>I was intrigued that one of the researchers was listed as "independent", so I checked her out:<p><a href="https://lindapetrini.com" rel="nofollow">https://lindapetrini.com</a><p>It looks like she's a science communicator rather than a scientist herself. That's interesting... I'm not used to seeing academic papers that include an author devoted entirely to the writing aspect. (Then again, maybe I just haven't noticed?)</p>
]]></description><pubDate>Sat, 14 Jun 2025 19:42:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44278352</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=44278352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44278352</guid></item><item><title><![CDATA[Formal Conjectures]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/google-deepmind/formal-conjectures">https://github.com/google-deepmind/formal-conjectures</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44131601">https://news.ycombinator.com/item?id=44131601</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 30 May 2025 00:14:15 +0000</pubDate><link>https://github.com/google-deepmind/formal-conjectures</link><dc:creator>md224</dc:creator><comments>https://news.ycombinator.com/item?id=44131601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44131601</guid></item></channel></rss>