<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: DriftRegion</title><link>https://news.ycombinator.com/user?id=DriftRegion</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 08:48:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=DriftRegion" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by DriftRegion in "NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating"]]></title><description><![CDATA[
<p>Thanks, I enjoyed that.</p>
]]></description><pubDate>Sun, 19 Apr 2026 06:08:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47822150</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=47822150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47822150</guid></item><item><title><![CDATA[Kola Superdeep Borehole]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.davidsmythe.org/kola/kola.htm">https://www.davidsmythe.org/kola/kola.htm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47189616">https://news.ycombinator.com/item?id=47189616</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 28 Feb 2026 02:54:29 +0000</pubDate><link>https://www.davidsmythe.org/kola/kola.htm</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=47189616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47189616</guid></item><item><title><![CDATA[New comment by DriftRegion in "Ask HN: How much emphasis to put on unit testing and when?"]]></title><description><![CDATA[
<p>Writing unit tests is futile exercise without a specification.<p>The software under test is always modeling something -- business logic, a communications protocol, a control algorithm, a standard, etc. Behind each of those things is a specification. If a specification doesn't exist then the software is called a prototype. For sustained long term incremental development a specification must exist.<p>The purpose of unit tests is to assert specification-defined invariants at the module interface level.<p>Unit tests are durable iff the specification they uphold is explicit and accessible to developers and the scope of the test is small. It's futile to write good tests for a module which has ambiguous utility.<p>priors: I worked in embedded SW and am now a PhD student.</p>
]]></description><pubDate>Tue, 27 Jan 2026 15:51:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46781601</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=46781601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46781601</guid></item><item><title><![CDATA[Segmented Turning Designer]]></title><description><![CDATA[
<p>Article URL: <a href="https://cdelker.bitbucket.io/segbowl/">https://cdelker.bitbucket.io/segbowl/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46605359">https://news.ycombinator.com/item?id=46605359</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 13 Jan 2026 18:23:39 +0000</pubDate><link>https://cdelker.bitbucket.io/segbowl/</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=46605359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46605359</guid></item><item><title><![CDATA[New comment by DriftRegion in "Political Chinese Culture at Meta"]]></title><description><![CDATA[
<p>The problem is management. Managing bilingual teams is challenging.<p>See also: TSMC in Phoenix<p><a href="https://www.reddit.com/r/Semiconductors/comments/1m96m4f/my_experience_working_at_tsmc_arizona_for_4_years/" rel="nofollow">https://www.reddit.com/r/Semiconductors/comments/1m96m4f/my_...</a></p>
]]></description><pubDate>Tue, 11 Nov 2025 02:35:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45883543</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=45883543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45883543</guid></item><item><title><![CDATA[New comment by DriftRegion in "Vaclav Smil on why there will be no energy transition"]]></title><description><![CDATA[
<p>I found the linked article to be difficult to follow. Vacliv Smil wrote a book called Energy and Civilization (2017) in which he argues that the ability to harness energy is what makes civilizations thrive and enables the production of culture.</p>
]]></description><pubDate>Tue, 21 Oct 2025 03:59:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45652340</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=45652340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45652340</guid></item><item><title><![CDATA[New comment by DriftRegion in "Bazel and Glibc Versions"]]></title><description><![CDATA[
<p>Thanks for sharing. As a non-google bazel user this is quite helpful.</p>
]]></description><pubDate>Sun, 21 Sep 2025 18:44:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45325469</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=45325469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45325469</guid></item><item><title><![CDATA[New comment by DriftRegion in "Ask HN: Best codebases to study to learn software design?"]]></title><description><![CDATA[
<p>Start with the question: what is the problem that you want to solve?  Next, find codebases that solve that problem and study how they do it.<p>Good design is so deeply tied to the domain details. Wonham's Internal Model Principle applies to code.<p>Example: I wanted to solve the problem of unit testing for embedded targets. I found open source projects that do this and read the code critically to see how and why it is written. As I build my own approach, I revisit theirs to learn more as my understanding of the domain deepens.</p>
]]></description><pubDate>Mon, 25 Aug 2025 19:39:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45018059</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=45018059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45018059</guid></item><item><title><![CDATA[New comment by DriftRegion in "Micro Wheeled legged Robot"]]></title><description><![CDATA[
<p>NASA branded things have been big in China since as early as 2019, peaking in 2021.<p><a href="https://fashion.sina.cn/s/fo/2019-04-28/detail-ihvhiqax5468293.d.html?from=wap" rel="nofollow">https://fashion.sina.cn/s/fo/2019-04-28/detail-ihvhiqax54682...</a><p><a href="https://www.zhihu.com/question/337494558" rel="nofollow">https://www.zhihu.com/question/337494558</a><p><a href="https://zhidao.baidu.com/question/931153568796681979/answer/4578045991.html" rel="nofollow">https://zhidao.baidu.com/question/931153568796681979/answer/...</a></p>
]]></description><pubDate>Sat, 19 Apr 2025 21:42:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43739689</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=43739689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43739689</guid></item><item><title><![CDATA[New comment by DriftRegion in "Understanding the Origins and the Evolution of Vi and Vim"]]></title><description><![CDATA[
<p>Mapping escape to caps-lock makes much more sense after looking at the ADM-3A keyboard layout. Cool write-up!</p>
]]></description><pubDate>Sat, 19 Apr 2025 16:33:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43737476</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=43737476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43737476</guid></item><item><title><![CDATA[New comment by DriftRegion in "Oliver Heaviside and the theory of transmission lines (2021)"]]></title><description><![CDATA[
<p>I just finished reading this one. It was fantastic. I particularly enjoyed the spicy editorial excerpts from The Electrician ( <a href="https://en.m.wikipedia.org/wiki/The_Electrician" rel="nofollow">https://en.m.wikipedia.org/wiki/The_Electrician</a> ).</p>
]]></description><pubDate>Mon, 27 Jan 2025 15:45:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=42842304</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42842304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42842304</guid></item><item><title><![CDATA[New comment by DriftRegion in "State Space Explosion: The Reason We Can Never Test Software to Perfection(2021)"]]></title><description><![CDATA[
<p>This is a wonderfully concise description of why software testing, especially GUI testing is cursed by dimensionality.<p>Type checking, borrow checking, invariants, hell even MISRA rules are all constraints imposed to reduce unmanaged state in programs. I like them for software reliability because they can help keep the complexity demon locked in the crystal.</p>
]]></description><pubDate>Thu, 16 Jan 2025 06:54:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42722190</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42722190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42722190</guid></item><item><title><![CDATA[New comment by DriftRegion in "Blue Origin New Glenn Mission NG-1 – Live"]]></title><description><![CDATA[
<p>"if we're adding time to the clock, it means that the team thinks that there might be a possibility that they can sort it out"</p>
]]></description><pubDate>Mon, 13 Jan 2025 07:46:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42681080</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42681080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42681080</guid></item><item><title><![CDATA[New comment by DriftRegion in "Blue Origin New Glenn Mission NG-1 – Live"]]></title><description><![CDATA[
<p>Anyone know more about the payload? Here's what I've found: It's carrying the "Blue Ring Pathfinder Payload", part of the "Dark-Sky 1 Mission"<p>> Dark-Sky 1 is jointly funded by DIU and Blue Origin. [5]<p>DIU is "The Pentagon’s commercial technology arm, the Defense Innovation Unit"<p>[1] <a href="https://www.blueorigin.com/news/blue-ring-pathfinder-payload" rel="nofollow">https://www.blueorigin.com/news/blue-ring-pathfinder-payload</a><p>[2] <a href="https://www.diu.mil/latest/companies-selected-for-diu-orbital-logistics-vehicle-project-moving-forward" rel="nofollow">https://www.diu.mil/latest/companies-selected-for-diu-orbita...</a><p>[3] <a href="https://www.meritalk.com/articles/diu-orbital-logistics-awardees-move-to-prototyping/" rel="nofollow">https://www.meritalk.com/articles/diu-orbital-logistics-awar...</a><p>[4] <a href="https://www.geekwire.com/2024/blue-origin-ring-darksky-1/" rel="nofollow">https://www.geekwire.com/2024/blue-origin-ring-darksky-1/</a><p>[5] <a href="https://spacenews.com/defense-innovation-unit-awards-three-contracts-for-space-logistics-technologies/" rel="nofollow">https://spacenews.com/defense-innovation-unit-awards-three-c...</a></p>
]]></description><pubDate>Mon, 13 Jan 2025 07:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=42680993</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42680993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42680993</guid></item><item><title><![CDATA[New comment by DriftRegion in "Stop Trying to Schedule a Call with Me"]]></title><description><![CDATA[
<p>I've had a couple of experiences in the past month where I <i>do</i> respond to the enthusiastic sales engineer's check-in with a genuine product question, only to receive an immediate, lengthy, and subtly wrong LLM generated response. It feels gross.</p>
]]></description><pubDate>Sun, 12 Jan 2025 00:29:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42670111</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42670111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42670111</guid></item><item><title><![CDATA[New comment by DriftRegion in "Toyota rethinks its bet on hydrogen"]]></title><description><![CDATA[
<p>> By all appearances, it just seems like an absolute no brainer....I really dont get it<p>I understand the policy around  hydrogen (Bipartisan Infrastructure Law allocated $8 billion to hydrogen production) as a technological pivot for the United States which leads the world in oil and gas extraction and logistics tech. The US has a lot of gas handling experience.<p>Optimistically, green hydrogen will diversify the energy supply, bringing "energy resilience", a key policy buzzphrase.  Batteries and pumped hydro are undeniably superior in round trip efficiency, but hydrogen does have some desirable properties such as relative ease of overland transport, very long term storage, and being a chemical precursor for some industrial processes.<p>Pessimistically, green hydrogen is a way for oil and gas companies to siphon many taxpayer dollars while doing superficial work similar to the compliance EVs of the 90s and 00s.<p>I'm optimistic mainly because my PhD in electrical engineering is being funded partly with the green hydrogen taxpayer dollars. Shout-out to my fellow taxpayers and my advisor's grant writing skills! I'm working on power electronics which are fundamental in renewable energy and by extension green hydrogen electrolysis.</p>
]]></description><pubDate>Fri, 10 Jan 2025 19:59:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42659495</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42659495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42659495</guid></item><item><title><![CDATA[New comment by DriftRegion in "Can we communally deprecate git checkout?"]]></title><description><![CDATA[
<p>The article writes:<p>> they had not asked me to explain git, they had asked me to explain GitHub<p>This is often the case for me as well.<p>Hey, at least git owns it by calling the shell commands "porcelain" (with git itself being the plumbing -- <a href="https://stackoverflow.com/questions/6976473/what-does-the-term-porcelain-mean-in-git" rel="nofollow">https://stackoverflow.com/questions/6976473/what-does-the-te...</a> ).<p>The core value proposition of GitHub, GitLab, etc is to provide a nice GUI atop git. That's huge. I think that user-studies to improve one of the many existing foss git GUIs would be much better use of brain than deprecating git checkout.</p>
]]></description><pubDate>Fri, 10 Jan 2025 06:09:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=42653065</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42653065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42653065</guid></item><item><title><![CDATA[New comment by DriftRegion in "Ask HN: A friend has brain cancer: any bio hacks that worked?"]]></title><description><![CDATA[
<p>> Remember than when the AIDS epidemic broke out. The doctors and labs didn’t help much. People took things in their own hands and tried stuff, and in the end, they found things that worked.<p>What? how did people take things into their own hands?</p>
]]></description><pubDate>Fri, 10 Jan 2025 05:59:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42653010</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42653010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42653010</guid></item><item><title><![CDATA[New comment by DriftRegion in "Toyota rethinks its bet on hydrogen"]]></title><description><![CDATA[
<p>Hydrogen electrolyzers perhaps makes sense as a backup load: something that can be turned on when there's too much electricity production (as is increasingly the case in renewable-heavy grids). But then what to do with the hydrogen?<p>Fertilizer? sure. Heating? maybe.<p>Cars? the infrastructure still has a long way to go. See <a href="https://www.reddit.com/r/Mirai/" rel="nofollow">https://www.reddit.com/r/Mirai/</a> for the deets.</p>
]]></description><pubDate>Fri, 10 Jan 2025 05:55:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42652984</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42652984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42652984</guid></item><item><title><![CDATA[New comment by DriftRegion in "XiangShan – Open-source high performance RISC-V processor"]]></title><description><![CDATA[
<p>I like that the microarch names 
 -- Yanqihu (雁栖湖), Nanhu (南湖), and Kunminghu (昆明湖) -- are lake-themed. Coffee lake? Skylake? no, Kunming lake.<p><a href="https://en.m.wikipedia.org/wiki/List_of_Intel_codenames" rel="nofollow">https://en.m.wikipedia.org/wiki/List_of_Intel_codenames</a></p>
]]></description><pubDate>Sat, 04 Jan 2025 01:49:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42591554</link><dc:creator>DriftRegion</dc:creator><comments>https://news.ycombinator.com/item?id=42591554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42591554</guid></item></channel></rss>