<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: LittleLily</title><link>https://news.ycombinator.com/user?id=LittleLily</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 15:26:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=LittleLily" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by LittleLily in "The Secret Life of NaN (2018)"]]></title><description><![CDATA[
<p>DEL is unicode codepoint U+007F, which is the byte 0x7F in UTF-8, not 0xFF.
Perhaps you were thinking of ÿ which is codepoint U+00FF, which encodes to the bytes 0xC3 0xBF in UTF-8.</p>
]]></description><pubDate>Tue, 28 Apr 2026 01:28:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47929480</link><dc:creator>LittleLily</dc:creator><comments>https://news.ycombinator.com/item?id=47929480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47929480</guid></item><item><title><![CDATA[New comment by LittleLily in "How Wake-On-LAN works (2020)"]]></title><description><![CDATA[
<p>Here's an equivalent shell script that only uses bash builtins, so no other software required:<p><pre><code>  #!/bin/bash 
  mac="\\x${1//:/\\x}" 
  wol="\xFF\xFF\xFF\xFF\xFF\xFF" 
  for i in {1..16}; do wol+="$mac"; done 
  printf "$wol" > "/dev/udp/$2/9"</code></pre></p>
]]></description><pubDate>Thu, 16 Apr 2026 04:08:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47788556</link><dc:creator>LittleLily</dc:creator><comments>https://news.ycombinator.com/item?id=47788556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47788556</guid></item></channel></rss>