<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: hetman</title><link>https://news.ycombinator.com/user?id=hetman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 07:55:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hetman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hetman in "Chimpanzees in Uganda locked in eight-year 'civil war', say researchers"]]></title><description><![CDATA[
<p>Except in this instance the conflict erupted after the population size was reduced due to disease so it's not entirely clear this was caused by the scarcity of resources. Nor is it clear what selective advantage mutually destructive wars would have assuming plenty of resources. The researchers posit group relational dynamics being the primary factor.</p>
]]></description><pubDate>Sat, 11 Apr 2026 06:48:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47728117</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=47728117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47728117</guid></item><item><title><![CDATA[New comment by hetman in "Microsoft allows use of personal Microsoft 365 subscriptions at work"]]></title><description><![CDATA[
<p>Almost. After battling with support for several months, a friend of mine recently learned that versions of Office without AI do not allow you to create Teams meetings that last longer than an hour. Makes me wonder what other features they're leaving out.</p>
]]></description><pubDate>Thu, 02 Oct 2025 05:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45446503</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=45446503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45446503</guid></item><item><title><![CDATA[New comment by hetman in "Testing is better than data structures and algorithms"]]></title><description><![CDATA[
<p>Indeed. As an anecdote, I've come across a self professed frontend UI guru writing quadratic code that worked fine in testing because it only had to display a few tens of items there, but at a complete loss why it was unusable in production.</p>
]]></description><pubDate>Tue, 23 Sep 2025 04:43:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45342917</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=45342917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45342917</guid></item><item><title><![CDATA[New comment by hetman in "How the “Kim” dump exposed North Korea's credential theft playbook"]]></title><description><![CDATA[
<p>But Palmerston's quote isn't about convenience. It is not at all clear to me that supporting Nazi Germany would've served the US's broader global interests. For example, fascism and capitalist free market ideologies are somewhat at odds with each other on multiple points.</p>
]]></description><pubDate>Sat, 13 Sep 2025 17:15:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45233673</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=45233673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45233673</guid></item><item><title><![CDATA[New comment by hetman in "How the “Kim” dump exposed North Korea's credential theft playbook"]]></title><description><![CDATA[
<p>In fairness, the US kept indirectly funding the Khmer Rouge even after evidence of their atrocities came to light for their own strategic geopolitical reasons.<p>The realpolitic of international relations very often follows the words of the British prime minister, Lord Palmerston: "We have no eternal allies, and we have no perpetual enemies. Our interests are eternal and perpetual, and those interests it is our duty to follow."</p>
]]></description><pubDate>Sun, 07 Sep 2025 06:03:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45155793</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=45155793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45155793</guid></item><item><title><![CDATA[New comment by hetman in "Linux 6.16: faster file systems, improved confidential memory, more Rust support"]]></title><description><![CDATA[
<p>So has Linus straight up made it know this is where he would like things to head? Because it seems a lot of the resistance to Rust in the Linux kernel is coming from seasoned C developers who do <i>not</i> want to document these interfaces.</p>
]]></description><pubDate>Thu, 31 Jul 2025 18:30:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44748629</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=44748629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44748629</guid></item><item><title><![CDATA[New comment by hetman in "Push Ifs Up and Fors Down"]]></title><description><![CDATA[
<p>I agree with this sentiment. I find attempts to create these kinds of universal rules are often a result of the programmer doing a specific and consistently repeating type of data transformation/processing. In their context it often makes a lot of sense... but try and apply the rules to a different context and you might end up with a mess. It can also often result in a reactionary type of coding where we eliminate a bad coding pattern by taking such an extremely opposite position that the code becomes just as unreadable for totally different reasons.<p>This is not to say we shouldn't be having conversations about good practices, but it's really important to also understand and talk about the context that makes them good. Those who have read The Innovator's Solution would be familiar with a parallel concept. The author introduces the topic by suggesting that humanity achieved powered flight not by blindly replicating the wing of the bird (and we know how many such attempts failed because it tried to apply a good idea to the wrong context) but by understanding the underlying principle and how it manifests within a given context.<p>The recommendations in the article smell a bit of premature optimisation if applied universally, though I can think of context in which they can be excellent advice. In other contexts it can add a lot of redundancy and be error prone when refactoring, all for little gain.<p>Fundamentally, clear programming is often about abstracting code into "human brain sized" pieces. What I mean by that is that it's worth understanding how the brain is optimised, how it sees the world. For example, human short term memory can hold about 7±2 objects at once so write code that takes advantage of that, maintaining a balance without going to extremes. Holy wars, for example, about whether OO or functional style is always better often miss the point that everything can have its placed depending on the constraints.</p>
]]></description><pubDate>Sat, 17 May 2025 17:23:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44015709</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=44015709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44015709</guid></item><item><title><![CDATA[New comment by hetman in "The surprisingly simple reason kids have imaginary friends"]]></title><description><![CDATA[
<p>The burden of proof generally lies with the one making the claim. As Hitchens's razor states: "what may be asserted without evidence may be dismissed without evidence."<p>Anyway, only because something feels intuitive, it doesn’t make it true. In this instance the original claim seems to contradict the article which states imaginary friends are not the result of loneliness but the process by which children explore the complexities of real relationships… i.e. a form of subconscious thought experiment.</p>
]]></description><pubDate>Mon, 31 Mar 2025 01:31:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43529732</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=43529732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43529732</guid></item><item><title><![CDATA[New comment by hetman in "US Ends Support For Ukrainian F-16s"]]></title><description><![CDATA[
<p>According to the Kremlin, this means Russia dictating security policy to a population double its own. You may choose to believe that you can count on one hand the number of countries in the world with genuine sovereignty, but I assure you the citizens of the other countries will beg to differ.<p>Also it's not clear what "Even Donald Trump now admits..."is intended to mean here. Donald Trump has always repeated Kremlin talking points so I'm not sure why anyone would think of this as novel.</p>
]]></description><pubDate>Sun, 09 Mar 2025 16:50:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43310947</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=43310947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43310947</guid></item><item><title><![CDATA[New comment by hetman in "What it's like working for American companies as an Australian"]]></title><description><![CDATA[
<p>Which proves that talking about millionaires is no longer that socially relevant thanks to inflation. Somehow ten-millionaire doesn't have quite that ring though.</p>
]]></description><pubDate>Mon, 13 Jan 2025 17:10:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42685763</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42685763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42685763</guid></item><item><title><![CDATA[New comment by hetman in "What it's like working for American companies as an Australian"]]></title><description><![CDATA[
<p>Alright, settle down. The only sources I saw laying into him over it were the ones that make this kind of critique their life mission (professional or otherwise). As for the broad population, in as much as I could tell, it seemed they were upset about pretty much everything but the shirt, which is what I'm more interested in for the purposes of this discussion. Certainly, every person I spoke to about it hadn't even noticed it until it was pointed out, and the trend online didn't strike me as particularly different. I guess we'll have to disagree in that we got a different read of the situation.<p>Pretty much everything else you said confirms just how ingrained the attitude under discussion is in this country. Which is hardly surprising. If it was perceived as aberrant by the majority then it wouldn't be commonplace.</p>
]]></description><pubDate>Mon, 13 Jan 2025 17:09:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42685750</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42685750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42685750</guid></item><item><title><![CDATA[New comment by hetman in "What it's like working for American companies as an Australian"]]></title><description><![CDATA[
<p>Suppose you very crudely modelled the spectrum of American attitudes on this topic using some kind of bell curve. I don't think many people across the pond realise just how far apart the American and Australian bell curve means would be. These kind of "the truth is unknowable" truisms may sound wise but don't really teach us very much about reality.<p>On average, Australian culture views anyone, who even passively demonstrates any significant level of achievement, with a high degree of suspicion. Australians make a national sport of cutting down people who excel in any way. Sure, there are sub-cultures there which can vary considerably from this general trend, but even they feel the influence of this prevailing attitude. The end outcome is that Australians tend to go to considerable effort to hide the things that may single them out as excelling among their peers, and emphasise those things which make them similar. (A few months ago the CEO of the most powerful retail company in Australia gave an interview attempting to reduce public ire at their price gouging tactics, dressed in the uniform of a shelf stacker from their supermarket chain. I'm not saying this could not have happened in America, but there it would have probably been seen as a stunt or a statement... in Australia dressing any other way would have raised eyebrows, and in fact most people initially failed to even notice it for the PR manipulation that it was.)<p>Geographic proximity will always play a role in bringing cultural norms together, and while the US is a big place, the US population throughout the 20th century had incredible mobility, going where the jobs were, which helped to tighten up that bell curve.</p>
]]></description><pubDate>Sun, 12 Jan 2025 03:07:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=42670951</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42670951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42670951</guid></item><item><title><![CDATA[New comment by hetman in "US lawmakers tell Apple, Google to be ready to remove TikTok from stores Jan. 19"]]></title><description><![CDATA[
<p>Again, this would only be true if the platform had a laissez-faire attitude toward content, which it clearly does not. What can and can not be shown on the platform is heavily moderated, therefore there is _some_ mandate being fulfilled.<p>Now we've already agreed that it's not the US's mandate, and I suppose you could argue that it is not the mandate of any of the US's opponents ether. Whether there are any geopolitical entities who don't seem to have the same balance of criticism vs. praise as the others, I'll leave as an exercise for the reader.</p>
]]></description><pubDate>Thu, 19 Dec 2024 04:47:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42458511</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42458511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42458511</guid></item><item><title><![CDATA[New comment by hetman in "US lawmakers tell Apple, Google to be ready to remove TikTok from stores Jan. 19"]]></title><description><![CDATA[
<p>Anyone who's used TikTok knows the platform is heavily moderated and not at all an "anything goes" paradise for the exchange of free ideas. So, if, as you suggested, the moderation does not favour the US government's mandate, then the obvious question one should be asking is: whose mandate does it favour?</p>
]]></description><pubDate>Mon, 16 Dec 2024 07:01:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42428658</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42428658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42428658</guid></item><item><title><![CDATA[New comment by hetman in "US lawmakers tell Apple, Google to be ready to remove TikTok from stores Jan. 19"]]></title><description><![CDATA[
<p>Yes. For their own citizens, not foreign actors who wish to influence said citizens.</p>
]]></description><pubDate>Mon, 16 Dec 2024 06:56:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42428629</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42428629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42428629</guid></item><item><title><![CDATA[New comment by hetman in "US lawmakers tell Apple, Google to be ready to remove TikTok from stores Jan. 19"]]></title><description><![CDATA[
<p>For anyone that has had even moderate experience with TikTok comment moderation, it becomes clear very quickly there's an incredible bias that seemingly disfavours Western interests. This includes calls towards extreme violence that should be banned per their own content policy. I don't think you need to have access to any secret documents to have a good deal of suspicion this platform is being used by foreign actors either directly or indirectly to shape attitudes in the West. If freedom of speech is at stake, protecting TikTok may actually be harmful to that cause.</p>
]]></description><pubDate>Mon, 16 Dec 2024 06:48:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42428587</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42428587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42428587</guid></item><item><title><![CDATA[New comment by hetman in "[dead]"]]></title><description><![CDATA[
<p>I wonder why there's no standalone app for PCs.</p>
]]></description><pubDate>Tue, 12 Nov 2024 05:09:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42112977</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42112977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42112977</guid></item><item><title><![CDATA[New comment by hetman in "There is mounting evidence that starting a business reduces stress"]]></title><description><![CDATA[
<p>I have to say this is surprising. I have a cousin who co-founded what was once the largest email spam filtering company in Europe. He said that if he could get a do-over he'd just take a 9-to-5 and not deal with the stress and how much it had aged him. Of course this is just an anecdote and it's possible he was doing it wrong™, but it certainly fits the trend with others I have spoken to. For example, there's a feeling that the buck stops with you, it's difficult to establish boundaries for a healthy work life balance because there's no one else to pick up the slack. And if no one picks up the slack then you just get outcompeted by the businesses that do.<p>I wonder if there's a difference between various types of self employment where some are on net less stressful than others. In my cousin's case as a co-founder, there may still have been a lot of pressure from other team members, which is only marginally better than having a boss. Also, if there are effective strategies one can employ to limit issues that can have a negative impact in a self employed context, then further studies to elucidate such would be incredibly valuable.</p>
]]></description><pubDate>Mon, 04 Nov 2024 05:13:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42038681</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=42038681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42038681</guid></item><item><title><![CDATA[New comment by hetman in "Congress fights to keep AM radio in cars"]]></title><description><![CDATA[
<p>So your car relies on the very things that may be unavailable in a major disaster scenario? I wonder if we're building insufficient redundancy into our civilisation always assuming all the modern niceties must always be there.</p>
]]></description><pubDate>Mon, 07 Oct 2024 07:54:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41763719</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=41763719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41763719</guid></item><item><title><![CDATA[New comment by hetman in "Microsoft's new Outlook client moves your email to the cloud (2023)"]]></title><description><![CDATA[
<p>Not to mention the rather consistent crashing. I see it across multiple systems which makes me wonder if the developers even use it themselves.</p>
]]></description><pubDate>Fri, 27 Sep 2024 08:26:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41667682</link><dc:creator>hetman</dc:creator><comments>https://news.ycombinator.com/item?id=41667682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41667682</guid></item></channel></rss>