<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: uticus</title><link>https://news.ycombinator.com/user?id=uticus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 16 May 2026 12:26:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=uticus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[The SGI Buyer's Guide]]></title><description><![CDATA[
<p>Article URL: <a href="https://hardware.majix.org/computers/sgi/buyers-guide.shtml">https://hardware.majix.org/computers/sgi/buyers-guide.shtml</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48148766">https://news.ycombinator.com/item?id=48148766</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 15 May 2026 14:05:25 +0000</pubDate><link>https://hardware.majix.org/computers/sgi/buyers-guide.shtml</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48148766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48148766</guid></item><item><title><![CDATA[Graphing Scientific Calculator Based on the ESP32]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/El-EnderJ/NeoCalculator">https://github.com/El-EnderJ/NeoCalculator</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48148351">https://news.ycombinator.com/item?id=48148351</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 15 May 2026 13:29:52 +0000</pubDate><link>https://github.com/El-EnderJ/NeoCalculator</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48148351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48148351</guid></item><item><title><![CDATA[UAE Building 'Cope Cages' to Protect Energy Facilities from Drone Attack]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.twz.com/news-features/uae-building-massive-cope-cages-to-protect-energy-facilities-from-iranian-drone-attacks">https://www.twz.com/news-features/uae-building-massive-cope-cages-to-protect-energy-facilities-from-iranian-drone-attacks</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48127272">https://news.ycombinator.com/item?id=48127272</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 May 2026 20:42:26 +0000</pubDate><link>https://www.twz.com/news-features/uae-building-massive-cope-cages-to-protect-energy-facilities-from-iranian-drone-attacks</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48127272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48127272</guid></item><item><title><![CDATA[A highly expandable, portable smart-IoT terminal development device]]></title><description><![CDATA[
<p>Article URL: <a href="https://docs.m5stack.com/en/core/Tab5">https://docs.m5stack.com/en/core/Tab5</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48052881">https://news.ycombinator.com/item?id=48052881</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 07 May 2026 18:20:21 +0000</pubDate><link>https://docs.m5stack.com/en/core/Tab5</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48052881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48052881</guid></item><item><title><![CDATA[New comment by uticus in "OpenBSD Stories: The closest thing to cute kittens (OpenBSD/zaurus)"]]></title><description><![CDATA[
<p>>  Don't be startled by this odd-looking name, it will make sense when you reach the end of the story.<p>> This is the story of OpenBSD on the Sharp Zaurus systems. Because of its length, I have decided to split it in two parts.<p>>    OpenBSD/cats: the enabler<p>>    OpenBSD/zaurus (to be published 20260513)<p>...I will be visiting again in 5 days. Then, I will be searching eBay for a Zaurus...<p><a href="http://miod.online.fr/software/openbsd/stories/zaurus.html" rel="nofollow">http://miod.online.fr/software/openbsd/stories/zaurus.html</a></p>
]]></description><pubDate>Thu, 07 May 2026 17:42:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48052361</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48052361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48052361</guid></item><item><title><![CDATA[New comment by uticus in "Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)"]]></title><description><![CDATA[
<p><a href="https://www.hpcalc.org/" rel="nofollow">https://www.hpcalc.org/</a></p>
]]></description><pubDate>Thu, 07 May 2026 13:59:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48049562</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48049562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48049562</guid></item><item><title><![CDATA[New comment by uticus in "Comparing the Z80 and 6502 to Their Relatives"]]></title><description><![CDATA[
<p>> Less immediately visible to someone working at the assembly language level instead of the machine code one is that relative addressing is much more common on the 6809, meaning that it’s significantly more viable to write position-independent code on it than any of the other chips we’ve looked at here. Only the 8086 comes close, and it achieves it by using its segment registers as a de facto relocation base.<p>I would love to learn more about this. Does more "position-independent code" mean the linker has much less to do [0], or is there an actual difference in the code base for similar tasks?<p>[0] <a href="https://sourceware.org/binutils/docs/ld/Overview.html" rel="nofollow">https://sourceware.org/binutils/docs/ld/Overview.html</a></p>
]]></description><pubDate>Tue, 05 May 2026 19:43:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48027495</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48027495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48027495</guid></item><item><title><![CDATA[New comment by uticus in "Alberta voter list leak is a potential public safety disaster"]]></title><description><![CDATA[
<p>In terms of "safety" this leak is a drop in the bucket. The greater concern would be that election systems are involved. If election information is unintentionally readable, it is also therefore potentially alterable.</p>
]]></description><pubDate>Mon, 04 May 2026 16:02:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48010420</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=48010420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48010420</guid></item><item><title><![CDATA[New comment by uticus in "CJIT: C, Just in Time"]]></title><description><![CDATA[
<p>> Definitely was not expecting this reference.<p>Agreed, how HolyC serves as an inspiration could be clarified. Was it an aspect of HolyC? The background/context of the author's life, meaning Terry Davis was inspirational? Impossible to tell. Other resources [0] [1] don't mention this aspect.<p>[0] <a href="https://www.theregister.com/2024/11/16/rusthaters_unite_filc/" rel="nofollow">https://www.theregister.com/2024/11/16/rusthaters_unite_filc...</a><p>[1] <a href="https://github.com/pizlonator/fil-c/blob/deluge/README.md" rel="nofollow">https://github.com/pizlonator/fil-c/blob/deluge/README.md</a></p>
]]></description><pubDate>Wed, 29 Apr 2026 16:08:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47950378</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47950378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47950378</guid></item><item><title><![CDATA[New comment by uticus in "CJIT: C, Just in Time"]]></title><description><![CDATA[
<p><a href="https://dyne.org/cjit/graphics.html#cjit-for-graphical-applications" rel="nofollow">https://dyne.org/cjit/graphics.html#cjit-for-graphical-appli...</a><p>> Be welcome to the exciting world of graphical C applications using SDL (Simple DirectMedia Layer). SDL, originally developed by Sam Lantinga in 1998...<p>That's batteries included.</p>
]]></description><pubDate>Tue, 28 Apr 2026 19:28:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47939385</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47939385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47939385</guid></item><item><title><![CDATA[New comment by uticus in "Spinel: Ruby AOT Native Compiler"]]></title><description><![CDATA[
<p>> It's a similar subset to mruby...<p>This is what I've been wondering after only a cursory glance ("It...generates optimized C code" from the OP). Interesting that mruby itself got a major version update around the same time (in just the past few days) <a href="https://github.com/mruby/mruby/blob/master/doc/mruby4.0.md" rel="nofollow">https://github.com/mruby/mruby/blob/master/doc/mruby4.0.md</a></p>
]]></description><pubDate>Fri, 24 Apr 2026 13:45:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47890218</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47890218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47890218</guid></item><item><title><![CDATA[New comment by uticus in "Alberta startup sells no-tech tractors for half price"]]></title><description><![CDATA[
<p>> instead of believing in magic of "free market"<p>It looks like magic because it works like magic. Surprisingly it is also possible to believe in the magic of "government intervention" though it looks less like magic and more like unintended consequences.</p>
]]></description><pubDate>Wed, 22 Apr 2026 18:39:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47867542</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47867542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47867542</guid></item><item><title><![CDATA[New comment by uticus in "Alberta startup sells no-tech tractors for half price"]]></title><description><![CDATA[
<p>> The farm equipment industry spent 20 years adding complexity and cost. Ursa Ag is wagering that a significant number of farmers never wanted any of it.<p>Nice tag line but not a complete picture. The "significant number of farmers" in terms of actual market spend driving the equipment industry is not mom-and-pop outfits but rather agri-industrial complexes with machines to match. What they want is (1) availability and (2) ROI. For (1), that is first and foremost subject to legal stipulations like EPA etc, then secondly subject to production availability. For (2), electronics are the name of the game if you are looking to turn a profit with farming because counting every seed, measuring every drop of chem, and tracking every inch of plotted ground leads to better ROI.</p>
]]></description><pubDate>Wed, 22 Apr 2026 18:37:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47867511</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47867511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47867511</guid></item><item><title><![CDATA[New comment by uticus in "Alberta startup sells no-tech tractors for half price"]]></title><description><![CDATA[
<p>> The air filter was basically a shisha-pipe that bubbled the incoming air through wire wool and engine oil.<p>What is a shisha-pipe?</p>
]]></description><pubDate>Wed, 22 Apr 2026 18:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47867387</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47867387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47867387</guid></item><item><title><![CDATA[Future Long Range Assault Aircraft Officially Named MV-75 Cheyenne II]]></title><description><![CDATA[
<p>Article URL: <a href="https://news.bellflight.com/en-US/264304-future-long-range-assault-aircraft-officially-named-mv-75-cheyenne-ii/">https://news.bellflight.com/en-US/264304-future-long-range-assault-aircraft-officially-named-mv-75-cheyenne-ii/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47797570">https://news.ycombinator.com/item?id=47797570</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 16 Apr 2026 18:33:02 +0000</pubDate><link>https://news.bellflight.com/en-US/264304-future-long-range-assault-aircraft-officially-named-mv-75-cheyenne-ii/</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47797570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47797570</guid></item><item><title><![CDATA[New comment by uticus in "ChatGPT for Excel"]]></title><description><![CDATA[
<p>> Excel has this legacy (but extremely powerful) core with very few people left that knows all of it.<p>Would love to hear more about this. Especially history and comparison to Lotus etc.</p>
]]></description><pubDate>Thu, 16 Apr 2026 18:24:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47797450</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47797450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47797450</guid></item><item><title><![CDATA[New comment by uticus in "Long Instruction Word architectures and the ELI-512"]]></title><description><![CDATA[
<p>> Trace scheduling replaces block-by-block compaction of code
with the compaction of long streams of code, possibly
thousands of instructions long...<p>"Enormously Longinstruction Words" is very interesting, but for me the spotlight here is on "trace scheduling".</p>
]]></description><pubDate>Thu, 16 Apr 2026 16:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47796252</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47796252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47796252</guid></item><item><title><![CDATA[New comment by uticus in "Where did my taxes go?"]]></title><description><![CDATA[
<p>> Interest per Second - General - The U.S. pays $31,688/second in debt interest — $1,901,285 every minute. Your share of that: $3893.33 [plugged in "normal" amount], gone before it bought anything.<p>...I thought I was already sufficiently terrified by the debt numbers...</p>
]]></description><pubDate>Wed, 15 Apr 2026 19:03:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47783668</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47783668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47783668</guid></item><item><title><![CDATA[New comment by uticus in "Where did my taxes go?"]]></title><description><![CDATA[
<p>Love it - great application of publicly-available data. Also ref <a href="https://news.ycombinator.com/item?id=47420307">https://news.ycombinator.com/item?id=47420307</a> US govt provided public debt resources.<p>By the way, the 1040 instructions have a pie chart like this (ref <a href="https://www.irs.gov/pub/irs-pdf/i1040gi.pdf" rel="nofollow">https://www.irs.gov/pub/irs-pdf/i1040gi.pdf</a>, page 122). Not that most people do taxes themselves, or have a reason to read to page 122 of instructions for a single form. But still it's there and perhaps a nice gesture by the IRS.<p>Breaking it out into pie charts etc like this can be really helpful. In my view the real kicker with taxes is the opaqueness. Kinda like a meal card versus paying for every meal, or like using a credit card versus paying with cash, it's hard for humans to really grasp what's going on unless they're involved.<p>Of course it would be impractical to pay taxes separately to every waiting hand in government bureaucracy. But on the other hand maybe the number one goal shouldn't be ease of use, either. Maybe a little friction when paying for public services could be a good thing for citizens who are interested in a healthy country - my opinion.</p>
]]></description><pubDate>Wed, 15 Apr 2026 18:59:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47783618</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47783618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47783618</guid></item><item><title><![CDATA[New comment by uticus in "Jennifer Aniston and Friends Cost Us 377GB and Broke Ext4 Hardlinks"]]></title><description><![CDATA[
<p>And I thought this was a reference to a Win95 problem <a href="https://www.slashgear.com/1414245/jennifer-aniston-matthew-perry-windows-95-video/" rel="nofollow">https://www.slashgear.com/1414245/jennifer-aniston-matthew-p...</a></p>
]]></description><pubDate>Fri, 10 Apr 2026 14:05:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47718368</link><dc:creator>uticus</dc:creator><comments>https://news.ycombinator.com/item?id=47718368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47718368</guid></item></channel></rss>