<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: wjholden</title><link>https://news.ycombinator.com/user?id=wjholden</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 17:52:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wjholden" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wjholden in "Abdominal fat predicts heart disease risk better than BMI"]]></title><description><![CDATA[
<p>It's also possible to be overfat without being overweight! These "skinny fat" people often look normal enough but they carry very little muscle. It is a concerning condition because a doctor might not recommend a normal-weight person to hit the weights.<p>I like to think of this as four quadrants around two axes. Low fat/low muscle is simply skinny. High fat/high muscle is the "big guy/gal" look that I associate with laborers. Low fat/high muscle is an athletic look; unhealthy in extremes (bodybuilding) but generally desirable. High fat/low muscle is skinny fat, which I associate with sedentary knowledge workers.</p>
]]></description><pubDate>Sat, 15 Aug 2026 22:42:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49314979</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=49314979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49314979</guid></item><item><title><![CDATA[New comment by wjholden in "An unusual way for your DHCP server to run out of dynamic IPs"]]></title><description><![CDATA[
<p>I did a small research project years ago (like 16 years ago) where I tried to detect hosts in promiscuous mode. The entire effort wasn't super relevant even in 2010 because switched networks had already largely replaced old hubs but it was interesting stuff.<p>The most interesting thing I remember looking at was a tool called Neped. I can't find the source but it might be here: <a href="https://www.apostols.org/projects" rel="nofollow">https://www.apostols.org/projects</a>. As I recall, Neped would do things exactly like this article says — send an ping  packet to the right IP address but wrong MAC address and see if it responds. I probably have the details wrong but that's the idea. It was some really clever stuff. I always wonder what old vulnerabilities like this we would rediscover if we put new computers on old networks (especially hubs).</p>
]]></description><pubDate>Wed, 15 Jul 2026 02:04:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48915395</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48915395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48915395</guid></item><item><title><![CDATA[New comment by wjholden in "Ants: Who looks after the injured in a colony?"]]></title><description><![CDATA[
<p>I'm going to hazard a speculative answer with poor evidence: love.<p>The ants love one another, as shown by their child-rearing, grooming, playing, the "antennating" mentioned in the article, collective defense, and deliberate handling of their dead.<p>We don't understand their language, but I have a certain faith that ants experience a very similar kinship for their sisters as we. If they were strictly-rational robots then why would they show these behaviors?</p>
]]></description><pubDate>Wed, 08 Jul 2026 12:40:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48831184</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48831184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48831184</guid></item><item><title><![CDATA[New comment by wjholden in "Knoppix"]]></title><description><![CDATA[
<p>Super nostalgic for me just to see the name. My computing teacher gave me a Knoppix LiveCD when I was about 18 and I immediately fell in love with Linux. Within weeks I was (repeatedly) attempting to install Gentoo on my first computer that I built. What a wonderful project!</p>
]]></description><pubDate>Tue, 30 Jun 2026 18:11:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48736825</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48736825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48736825</guid></item><item><title><![CDATA[New comment by wjholden in "Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX"]]></title><description><![CDATA[
<p>A converter would be fantastic, too. I experimented with having a few LLMs try to translate TikZ to Cetz and none of them were great.<p>The best thing I have found so far is tylax (<a href="https://github.com/scipenai/tylax" rel="nofollow">https://github.com/scipenai/tylax</a>), which I think is a parser with rules, not a statistical model.</p>
]]></description><pubDate>Wed, 24 Jun 2026 06:31:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48655978</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48655978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48655978</guid></item><item><title><![CDATA[New comment by wjholden in "Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX"]]></title><description><![CDATA[
<p>Oh man, good on you identifying a product that needs to exist. I've used a few TikZ editors (both online and desktop) and none of them are just amazing.<p>But, I've taken my papers to Typst. Could you have the agent do the same thing for Cetz, the TikZ equivalent for Typst?</p>
]]></description><pubDate>Tue, 23 Jun 2026 18:13:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48649004</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48649004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48649004</guid></item><item><title><![CDATA[New comment by wjholden in "A New Typst Template for Pandoc (2025)"]]></title><description><![CDATA[
<p>Not OP, but I can comment on my anecdotal experience switching.<p>Typst is great. I had been using Markdown with Pandoc to write a book. I frequently needed to use raw LaTeX commands, and it was mostly OK but I had a few frustrations with my setup. The biggest was time — my Makefile process was taking several (like 10+) seconds to render everything and that was really tedious when I was trying to get TikZ drawings perfect. My other frustrations were floating figures never appearing where I wanted (common complaint, I think) and weird font issues with certain math symbols in code. (I settled on JuliaMono, which was OK but the experience wasn't a happy memory.)<p>Maybe six months ago I decided to try Typst. I went through the tutorials and made something basic the same day. Got comfortable and eventually pasted my entire book into Typst and started the tedious process of finding and replacing until it compiled. I still occasionally find a \times or something that I missed.<p>Unlearning backslashes was the hardest thing for me.<p>The next hardest thing was switching from TikZ to Cetz. Cetz is pretty good, but just like TikZ it takes an investment to learn. I tried to have AI translate my figures and it was not very successful. Someone wrote a webapp that can translate Typst to LaTeX and the reverse. It is a good way to get started on changing figures, but you'll have to clean up its output by hand a lot.<p>Though I used LUA LaTeX, I never did find any uses for its scripting. With Typst, I use it all the time. Functions are really easy to write. I recently wrote a REPL formatter to show inputs and outputs in code. I'm happy with it and ought to publish it. My only complaint is that all functions are pure functions; there is not a way (that I know of) to share state from one function invocation to the next.<p>The templates on the Typst universe are pretty OK, but we need more. I will have to change some of the formatting decisions in the book template I'm using.<p>One thing I've encountered that I could do in LaTeX that I can't (easily) do in Typst is labels on a NiceMatrix. Otherwise, I've felt like I could do everything in Typst that I needed from LaTeX.</p>
]]></description><pubDate>Thu, 28 May 2026 12:52:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48308244</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48308244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48308244</guid></item><item><title><![CDATA[New comment by wjholden in "Slumber a TUI HTTP Client"]]></title><description><![CDATA[
<p>Moreover, I'll appeal to authority and point out that Ratatui's motto is "Cook up delicious terminal user interfaces" (<a href="https://ratatui.rs" rel="nofollow">https://ratatui.rs</a>).</p>
]]></description><pubDate>Fri, 22 May 2026 08:29:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48233379</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48233379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48233379</guid></item><item><title><![CDATA[New comment by wjholden in "How do I inform Windows that I'm writing a binary file?"]]></title><description><![CDATA[
<p>Not OP, but thank you for your sharing this. If you don't mind a follow-on question, I always hear people talk about the "runtime" in languages like Go and libraries like Tokio. What is that these runtimes are doing that you cannot get from the likes of libc and these Windows DLLs?</p>
]]></description><pubDate>Thu, 07 May 2026 06:01:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48045951</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=48045951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48045951</guid></item><item><title><![CDATA[New comment by wjholden in "PEP 661: Sentinel values, has been accepted 5 years later"]]></title><description><![CDATA[
<p>I think Python might be the first language to adopt a named sentinel value type. Has anyone seen a design like this in any other programming language?</p>
]]></description><pubDate>Fri, 01 May 2026 16:47:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47976951</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=47976951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47976951</guid></item><item><title><![CDATA[The Most Controversial Post I Ever Wrote on Quora]]></title><description><![CDATA[
<p>Article URL: <a href="https://derangedmathematician.substack.com/p/the-most-controversial-post-i-ever">https://derangedmathematician.substack.com/p/the-most-controversial-post-i-ever</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47886165">https://news.ycombinator.com/item?id=47886165</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 24 Apr 2026 06:02:21 +0000</pubDate><link>https://derangedmathematician.substack.com/p/the-most-controversial-post-i-ever</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=47886165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47886165</guid></item><item><title><![CDATA[New comment by wjholden in "IPv6 is the only way forward"]]></title><description><![CDATA[
<p>The header of an IPv4 packet has the source and destination addresses, both as 32-bit values. These fields are adjacent, and there's other stuff next to them. If you appended more bytes to the source address, routers would think that those new bytes are the destination address. This would not be backward compatible.<p>Interestingly, what you're describing really is similar to how many languages represent an IPv4 address internally. Go embeds IPv4 addresses inside of IPv6 structs as ::ffff:{IPv4 address}: <a href="https://cs.opensource.google/go/go/+/go1.26.2:src/net/ip.go;l=53" rel="nofollow">https://cs.opensource.google/go/go/+/go1.26.2:src/net/ip.go;...</a></p>
]]></description><pubDate>Wed, 08 Apr 2026 05:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47685555</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=47685555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47685555</guid></item><item><title><![CDATA[New comment by wjholden in "Oregon school cell phone ban: 'Engaged students, joyful teachers'"]]></title><description><![CDATA[
<p>For what it's worth — my last workplace did not allow cell phones in the building and I learned to love it. When people attended meetings, we all made eye contact and talked about the task at hand. Nobody ever got distracted by notifications or tuned out with boredom. And since we all had traditional telephones at our desks, someone would come get you if your family was calling with for an urgent crisis. I miss it.<p>My kids' school banned phones during the school day. The principal promised that the office would relay any messages if parents call, and they do. I would be interested to see if there are already statistics showing academic success. That is, are grades and test scores affected by phone bans? The article talks about graduation rates, but doesn't directly address grades and scores.</p>
]]></description><pubDate>Fri, 20 Mar 2026 16:23:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47456855</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=47456855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47456855</guid></item><item><title><![CDATA[New comment by wjholden in "Two kinds of AI users are emerging"]]></title><description><![CDATA[
<p>That is an insightful response, I may quote you on this.</p>
]]></description><pubDate>Tue, 03 Feb 2026 06:54:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46867455</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=46867455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46867455</guid></item><item><title><![CDATA[New comment by wjholden in "Two kinds of AI users are emerging"]]></title><description><![CDATA[
<p>I remember a colleague jumping through hoops trying to get Python installed on an enterprise computer. We never did get to a yes and resorted to using PowerShell instead. The policy constraints at enterprises that this author describes are very real and very harmful.<p>Perhaps the wildest thing to me is how you'll have senior leaders in a company talking about innovation, but their middle managers actively undermine change out of fear of liability. So many enterprise IT employees are really just trying to avoid punishment that their organization cannot try new things without substantial top-down efforts to accept risk.</p>
]]></description><pubDate>Mon, 02 Feb 2026 09:26:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46854032</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=46854032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46854032</guid></item><item><title><![CDATA[New comment by wjholden in "Mousefood – Build embedded terminal UIs for microcontrollers"]]></title><description><![CDATA[
<p>Cool! I just recently began learning the Raspberry Pi Pico. Could anyone recommend a specific display that I could use with the Pico 2/2W and Mousefood?</p>
]]></description><pubDate>Wed, 28 Jan 2026 18:37:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46799681</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=46799681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46799681</guid></item><item><title><![CDATA[New comment by wjholden in "[dead]"]]></title><description><![CDATA[
<p>This 1951 film shows a chemist who invents a fabric that threatens to upend all aspects of the textile economy.</p>
]]></description><pubDate>Tue, 20 Jan 2026 18:15:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46695617</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=46695617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46695617</guid></item><item><title><![CDATA[New comment by wjholden in "Dead Internet Theory"]]></title><description><![CDATA[
<p>Similarly: "The indication for machine-generated text isn't symbolic. It's structural." I always liked this writing device, but I've seen people label it artificial.</p>
]]></description><pubDate>Mon, 19 Jan 2026 06:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46675702</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=46675702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46675702</guid></item><item><title><![CDATA[New comment by wjholden in "How I learned everything I know about programming"]]></title><description><![CDATA[
<p>YouTube is actually one of my very first places to go for new concepts. For example, one of the recent Advent of Code puzzles was solvable with "coordinate compression," a technique I had never heard of before. I didn't find much, and what I did find wasn't an especially high-quality presentation, but it did teach me a magical new concept that helped me to finish the puzzle.<p>I have also benefited so much from MIT OCW lectures. The quality of their teaching is so high that it showed me that when my children go to college, it will be worth it to send them to a much more expensive elite school.</p>
]]></description><pubDate>Fri, 16 Jan 2026 07:29:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46643973</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=46643973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46643973</guid></item><item><title><![CDATA[New comment by wjholden in "Ask HN: How can we solve the loneliness epidemic?"]]></title><description><![CDATA[
<p>Sports. CrossFit and similar social sports have been healthy for me and for many others, and I think the community is at least equal to the exercise in improving people's lives.<p>Not saying this is the only way, but it made a big difference for me and my friends. I realize the physical challenges are artificial, but so is an Advent of Code puzzle when you already have a day job. Hard things are worth doing because they're hard, and they're even better when done together with those you love.</p>
]]></description><pubDate>Thu, 15 Jan 2026 19:07:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46637496</link><dc:creator>wjholden</dc:creator><comments>https://news.ycombinator.com/item?id=46637496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46637496</guid></item></channel></rss>