<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: em3rgent0rdr</title><link>https://news.ycombinator.com/user?id=em3rgent0rdr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 09:48:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=em3rgent0rdr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by em3rgent0rdr in "XOR'ing a register with itself is the idiom for zeroing it out. Why not sub?"]]></title><description><![CDATA[
<p>With more bits, then SUB is going to be more and more expensive to fit in the same number of clocks as XOR. So with an 8-bit CPU like Z80, it probably makes design sense to have XOR and SUB both take one cycle. But if for instance a CPU uses 128-bit registers, then the propagate-and-carry logic for ADD/SUB might take way much longer than XOR that the designers might not try to fit ADD/SUB into the same single clock cycle as XOR, and so might instead do multi-cycle pipelined ADD/SUB.<p>A real-world CPU example is the Cray-1, where S-Register Scalar Operations (64-bit) take <i>3 cycles</i> for ADD/SUB but still only 1 cycle for XOR. [1]<p>[1] <a href="https://ed-thelen.org/comp-hist/CRAY-1-HardRefMan/CRAY-1-HRM.html" rel="nofollow">https://ed-thelen.org/comp-hist/CRAY-1-HardRefMan/CRAY-1-HRM...</a></p>
]]></description><pubDate>Wed, 22 Apr 2026 13:53:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47863668</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47863668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47863668</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Data centers are transitioning from AC to DC"]]></title><description><![CDATA[
<p>Some old guitar effects used -9V DC.[1] And the convention with guitar effects power adapter is the barrel is center negative (which is motivated with facilitating easy wiring of the socket's switch to connect to a 9V battery inside).<p>[1] <a href="https://www.analogisnotdead.com/article26/what-is-going-on-with-positive-ground" rel="nofollow">https://www.analogisnotdead.com/article26/what-is-going-on-w...</a></p>
]]></description><pubDate>Wed, 25 Mar 2026 04:33:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47513278</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47513278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47513278</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "curl > /dev/sda: How I made a Linux distro that runs wget | dd"]]></title><description><![CDATA[
<p>> "download a pre-prepared disk image directly to your disk"<p>Well not quite direct; the bits go through your RAM in between.</p>
]]></description><pubDate>Tue, 24 Mar 2026 17:28:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47506222</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47506222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47506222</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Plasma Bigscreen – 10-foot interface for KDE plasma"]]></title><description><![CDATA[
<p>Too bad can't access $CorpStreamingVideoService full-resolution on linux :(</p>
]]></description><pubDate>Sat, 07 Mar 2026 03:24:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284170</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47284170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284170</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Show HN: RetroTick – Run classic Windows EXEs in the browser"]]></title><description><![CDATA[
<p>Impressive. Noting however that double-clicking is not working in Minesweeper. :)</p>
]]></description><pubDate>Fri, 27 Feb 2026 16:28:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47182413</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47182413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47182413</guid></item><item><title><![CDATA[Quick Share compatibility with AirDrop expanding to more Pixel devices]]></title><description><![CDATA[
<p>Article URL: <a href="https://support.google.com/pixelphone/thread/409524163/quick-share-compatibility-with-airdrop%C2%AE-expanding-to-more-pixel-devices?hl=en">https://support.google.com/pixelphone/thread/409524163/quick-share-compatibility-with-airdrop%C2%AE-expanding-to-more-pixel-devices?hl=en</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47124929">https://news.ycombinator.com/item?id=47124929</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 23 Feb 2026 16:55:07 +0000</pubDate><link>https://support.google.com/pixelphone/thread/409524163/quick-share-compatibility-with-airdrop%C2%AE-expanding-to-more-pixel-devices?hl=en</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47124929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47124929</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Can a Computer Science Student Be Taught to Design Hardware?"]]></title><description><![CDATA[
<p>That curricula is often more specifically called "Computer Engineering".  CS students meanwhile usually aren't bothered by anything below the compiler.</p>
]]></description><pubDate>Tue, 17 Feb 2026 18:48:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47051350</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47051350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47051350</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Can a Computer Science Student Be Taught to Design Hardware?"]]></title><description><![CDATA[
<p>> "CS majors could be taught to design hardware, and the EE curriculum"<p>"Electrical and Computer Engineering" (ECE) departments already exist and already have such a major: "Computer Engineering".</p>
]]></description><pubDate>Tue, 17 Feb 2026 18:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47051181</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=47051181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47051181</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Ring owners are returning their cameras"]]></title><description><![CDATA[
<p>Stallman was right.</p>
]]></description><pubDate>Fri, 13 Feb 2026 07:20:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46999880</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46999880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46999880</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "FOSDEM 2026 – Open-Source Conference in Brussels – Day#1 Recap"]]></title><description><![CDATA[
<p>It's about the friends you make when collecting stickers.</p>
]]></description><pubDate>Sun, 01 Feb 2026 14:45:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46846540</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46846540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46846540</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in ""Anyone else out there vibe circuit-building?""]]></title><description><![CDATA[
<p>It depends. Many modern microcontrollers are perfectly fine driving LEDs directly off IO pins if the pin specs say it is rated for sufficient current (like 20mA). However, older ones like ESP8266 can only do like 2mA and the 8051 even less. Or you run into a total power budget issue if your are running too many pins. Also, some IO pins are perfectly fine at <i>sinking</i> current to ground but aren't suited for sourcing current, in which case the LED would be directly connected to an external high voltage and the IO pin would simply be switching to ground or not.</p>
]]></description><pubDate>Mon, 19 Jan 2026 20:06:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46683803</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46683803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46683803</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "C Is Best (2025)"]]></title><description><![CDATA[
<p>When C code is run in machines capable of failing with gruesome death, its unsafeness may indeed result in gruesome death.</p>
]]></description><pubDate>Tue, 06 Jan 2026 15:59:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46513981</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46513981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46513981</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Linux is good now"]]></title><description><![CDATA[
<p>I don't think the prevalence of these articles this time of year is because the authors go on holiday, but instead is because the new year is the perfect time to ponder: "Will this be the year of the Linux desktop?"</p>
]]></description><pubDate>Thu, 01 Jan 2026 21:41:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46458340</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46458340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46458340</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Ultra-Low-Latency Trading System"]]></title><description><![CDATA[
<p>Why can't these posts just say "microsecond" instead of the vague and misleading "ultra-low"?</p>
]]></description><pubDate>Thu, 25 Dec 2025 16:59:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46385585</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46385585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46385585</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Qt, Linux and everything: Debugging Qt WebAssembly"]]></title><description><![CDATA[
<p>Very useful. It would be great for the browser become the cross-platform application target. I've been eagerly waiting for Qt WebAssembly to mature.</p>
]]></description><pubDate>Tue, 09 Dec 2025 22:22:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46211538</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46211538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46211538</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "The stack circuitry of the Intel 8087 floating point chip, reverse-engineered"]]></title><description><![CDATA[
<p>Looking at the complexity and area of hardware floating point, I often wonder why we don't see more unified combined integer+floating point units, like done in the R4200 [1], which reused most of the integer datapath while just adding a smaller extra smaller 12-bit datapath for the exponent.<p>[1] <a href="https://en.wikipedia.org/wiki/R4200" rel="nofollow">https://en.wikipedia.org/wiki/R4200</a></p>
]]></description><pubDate>Tue, 09 Dec 2025 20:10:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46209971</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46209971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46209971</guid></item><item><title><![CDATA[Married millennials, here comes the crypto divorce cliff]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cnbc.com/2025/12/07/millennials-bitcoin-crypto-divorce-law.html">https://www.cnbc.com/2025/12/07/millennials-bitcoin-crypto-divorce-law.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46189380">https://news.ycombinator.com/item?id=46189380</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 08 Dec 2025 07:23:06 +0000</pubDate><link>https://www.cnbc.com/2025/12/07/millennials-bitcoin-crypto-divorce-law.html</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46189380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46189380</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Tiny Core Linux: a 23 MB Linux distro with graphical desktop"]]></title><description><![CDATA[
<p>If you use a tile-based hardware renderer, such as on the original nintendo chip, then pixels are rendered on the fly to the screen by the hardware automatically pulling pixels based on the tile map.</p>
]]></description><pubDate>Sun, 07 Dec 2025 13:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46181605</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46181605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46181605</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "Cursed circuits: charge pump voltage halver"]]></title><description><![CDATA[
<p>The '7660 is good for low-power and is my go-to DIP-8 part when I need a half or double voltage supply on a breadboard.</p>
]]></description><pubDate>Wed, 03 Dec 2025 05:18:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46130560</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46130560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46130560</guid></item><item><title><![CDATA[New comment by em3rgent0rdr in "DOOM could have had PC Speaker Music"]]></title><description><![CDATA[
<p>id Software should have just partnered with a heavy metal band that jointly released an album of Doom music you could put in your stereo while you play the game.</p>
]]></description><pubDate>Wed, 03 Dec 2025 04:38:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46130364</link><dc:creator>em3rgent0rdr</dc:creator><comments>https://news.ycombinator.com/item?id=46130364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46130364</guid></item></channel></rss>