<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: another2another</title><link>https://news.ycombinator.com/user?id=another2another</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 05 May 2026 08:20:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=another2another" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by another2another in "Storytelling lessons I learned from Steve Jobs (2022)"]]></title><description><![CDATA[
<p>Was he yelling "don't ruin my product Google, Nest is a great product, don't ruin it!!"<p>Because... they ruined it.</p>
]]></description><pubDate>Wed, 12 Feb 2025 16:59:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=43027219</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=43027219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43027219</guid></item><item><title><![CDATA[New comment by another2another in "Roc rewrites the compiler in Zig"]]></title><description><![CDATA[
<p>>Manual heap allocation can slow the program down non-trivially compared to using an arena<p>But GC has nothing to do with whether heap allocations 'slow the program down', it's who owns the lifetime of the allocated object - for GC not the programmer, but the runtime.<p>If I create a an object, and then then soon after deref it [MyObj release], then I <i>know</i> it will dealloc immediately after. I'm basically in control of its lifetime, even though it's ref counted.<p>If I call [MyObj free] and it's still owned by another object (e.g. I added it to some collection), <i>that's OK</i> because the object is still useful and has a lifetime outside of my control, and its destruction will be deferred until it doesn't.<p>But, with a GC object, if I call new MyObj() and then soon after try my best to destroy it, I can't because I'm not in control of its lifetime, the runtime is.<p>That's what I see the distinction between GC and ref counted (not GC), and why I mostly don't agree with so many people here insisting that ref counting is garbage collection. How can it be when I can easily be explicitly in control of an objects lifetime? I create it, then I destroy it, and it happens exactly in the sequence that I dictate.<p>For sure, ARC makes it a bit more subtle, but even then, I can reliably predict when an object will be destroyed and factor that into the sequence of events in my program.<p>-An Atheist.</p>
]]></description><pubDate>Wed, 05 Feb 2025 17:13:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42951759</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42951759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42951759</guid></item><item><title><![CDATA[New comment by another2another in "El Salvador abandons Bitcoin as legal tender"]]></title><description><![CDATA[
<p>>Everything is a speculative asset.
>Your marriage is a speculative asset that your wife doesn't cheat on you in future and actually loves you.<p>Spouses are not very fungible though, not that I've ever tried ! ...</p>
]]></description><pubDate>Tue, 04 Feb 2025 13:09:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42931847</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42931847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42931847</guid></item><item><title><![CDATA[New comment by another2another in "Ask HN: What is interviewing like now with everyone using AI?"]]></title><description><![CDATA[
<p>I'm surprised at the negativity your approach seems to have sparked in a few, but I found it really great, probably very effective as well and will probably start to use it at some point.<p>Thanks for sharing.</p>
]]></description><pubDate>Mon, 03 Feb 2025 12:02:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42917339</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42917339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42917339</guid></item><item><title><![CDATA[New comment by another2another in "Five years of Brexit reshaped Britain"]]></title><description><![CDATA[
<p>It's like the modern equivalent of:<p>"Apart from [big long list of stuff people never thought much about before] what has the EU ever done for us?!?"<p>The Treaty of Rome indeed.</p>
]]></description><pubDate>Fri, 31 Jan 2025 16:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42889281</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42889281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42889281</guid></item><item><title><![CDATA[New comment by another2another in "Five years of Brexit reshaped Britain"]]></title><description><![CDATA[
<p>I'd have to say that when the UK initially joined the EU most people probably didn't notice much of a difference, except that the euro made going on holiday and using the local currency a lot easier (I still remember the Lira in Italy being particularly difficult to get my head around). But otherwise it didn't make much of a difference in day-to-day life for most.<p>But now, leaving seems to be like constantly picking at a festering scab.</p>
]]></description><pubDate>Fri, 31 Jan 2025 13:29:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42887429</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42887429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42887429</guid></item><item><title><![CDATA[New comment by another2another in "Interview with Jeff Atwood, Co-Founder of Stack Overflow"]]></title><description><![CDATA[
<p>"A fish rots from the head down" is the saying. And since neither Jeff nor Joel are the heads at SO anymore I'm not sure of the relevance here.<p>But we can all agree that they made a wonderful fish that has helped millions of developers (including myself) over the years.</p>
]]></description><pubDate>Wed, 22 Jan 2025 13:01:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42792343</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42792343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42792343</guid></item><item><title><![CDATA[New comment by another2another in "C++26: A Placeholder with No Name"]]></title><description><![CDATA[
<p>Lambdas I would agree with and iterators, but in many other situations, e.g. templated collections it's easy enough to make a descriptive typedef.<p>And... I have seen this in the wild:   'auto isFalse = true;'</p>
]]></description><pubDate>Mon, 13 Jan 2025 15:20:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42684355</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42684355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42684355</guid></item><item><title><![CDATA[New comment by another2another in "Ask HN: How can I learn to better command people's attention when speaking?"]]></title><description><![CDATA[
<p>So it's like the Dad in American Pie said: "Interested... is interesting!"<p>But Stifler is still the character I remember the most.</p>
]]></description><pubDate>Fri, 10 Jan 2025 14:43:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=42655963</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42655963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42655963</guid></item><item><title><![CDATA[New comment by another2another in "Botan: Crypto and TLS for Modern C++"]]></title><description><![CDATA[
<p>I don't have the source right now, but I believe a lot of the algorithms used are set in build time #defines so it might be possible to capture them at build time and store them with the encrypted data.<p>Means you'd have to find a compiled lib with the exact same settings to decrypt them though.</p>
]]></description><pubDate>Fri, 20 Dec 2024 12:46:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42470641</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42470641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42470641</guid></item><item><title><![CDATA[New comment by another2another in "Documented and annotated source code for Elite on the Commodore 64"]]></title><description><![CDATA[
<p>Hmm, I wonder if that's what the second mission was to find?<p>I played it on the CBM64, and seem to remember being given a mission to find a stealth ship. Flew around loads, but never found it as far as I can remember.</p>
]]></description><pubDate>Fri, 20 Dec 2024 12:40:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42470592</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42470592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42470592</guid></item><item><title><![CDATA[New comment by another2another in "Documented and annotated source code for Elite on the Commodore 64"]]></title><description><![CDATA[
<p>Well that is some  well documented code, and no mistake.<p>It keeps mentioning a Cougar ship type, but I don't remember them in the game?</p>
]]></description><pubDate>Fri, 20 Dec 2024 12:07:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42470413</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42470413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42470413</guid></item><item><title><![CDATA[New comment by another2another in "Silicon Valley Tea Party a.k.a. the great 1998 Linux revolt take II (1999)"]]></title><description><![CDATA[
<p>> plus LOBs which are almost always web apps these days.<p>And this is where Linux won over MS - it wasn't on the desktop (which is still a mostly terrible experience to this day), but in the server room.<p>Coupled with Java or Perl and OSS Databases (MySQL and Postgres), people began moving software off the desktop and onto websites. Better web browsers (something else MS tried to dominate and were rebuffed) also helped. This cut MS out of the loop on new popular web servers (apache), protocols, languages and infrastructure - probably deliberately. This then allowed alternative platforms like the new iPhone and later android to gain a niche which they've since expanded massively.<p>I think people saw the monoculture that was developing around Windows (from days of XP onwards), and didn't like it, so actively sought to make their own path, Linux became was keystone there (could have been BSD though also...).</p>
]]></description><pubDate>Tue, 17 Dec 2024 16:40:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=42442808</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42442808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42442808</guid></item><item><title><![CDATA[New comment by another2another in "In Search of a Faster SQLite"]]></title><description><![CDATA[
<p>>Async IO was in Windows NT 3.1 in 1993<p>To be fair, Windows tried and abandoned 2 different methods of doing it before landing on the current IO Completion ports.</p>
]]></description><pubDate>Tue, 17 Dec 2024 14:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42441846</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42441846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42441846</guid></item><item><title><![CDATA[New comment by another2another in "What we know about CEO shooting suspect"]]></title><description><![CDATA[
<p>Also (I'm hoping) the trauma of taking another person's life must be hugely upsetting. I'm hoping it's not something you do lightly, and is not without personal consequences (guilt,shame, shock,.. dunno).</p>
]]></description><pubDate>Tue, 10 Dec 2024 10:46:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42375622</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=42375622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42375622</guid></item><item><title><![CDATA[New comment by another2another in "Support for U.S. TikTok ban continues to decline"]]></title><description><![CDATA[
<p>>To make TikTok unpopular more quickly, governments should probably mandate that parents make an account too.<p>Nice. It definitely worked for FB :)<p>But then I noticed all of the insane stuff that they started reposting and wondered if I ever really knew these people at all?</p>
]]></description><pubDate>Mon, 09 Sep 2024 12:07:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41487764</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=41487764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41487764</guid></item><item><title><![CDATA[New comment by another2another in "Canadian mega landlord using AI 'pricing scheme' as it hikes rents"]]></title><description><![CDATA[
<p>Another way to turn it into a more competitive market is to introduce large competition in the form of not for profit housing co-ops where the coop buys to rent houses, renters have to buy into the coop, and all profits are put into either buying or building new houses.<p>The coops keep their rents below that of the competition to attract new members, and can even reduce the rents after the initial outlay has been payed off.<p>This would then create a number of large semi-altruistic competitors that would throw sand into the capitalistic machine and inhibit price gouging.</p>
]]></description><pubDate>Thu, 05 Sep 2024 14:19:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41456898</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=41456898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41456898</guid></item><item><title><![CDATA[New comment by another2another in "How immigration remade the U.S. labor force"]]></title><description><![CDATA[
<p>> The quality of life has dropped dramatically in the original EU countries.<p>That doesn't reflect the reality that I see at all. The only area where quality of life is worse than previous generations is
in property ownership - particularly in bigger cities and suburbs. But that's reflected across many industrialised nations from UK, Canada,
NZ, Australia, so it's not a problem just limited to EU countries.<p>Otherwise the net price of "stuff" from electronics, cars, food, clothes, shoes and household accessories have fallen a <i>lot</i> in real terms and
people have lots more than ever before - maybe too much ?</p>
]]></description><pubDate>Wed, 04 Sep 2024 10:03:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=41443838</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=41443838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41443838</guid></item><item><title><![CDATA[New comment by another2another in "A Collection of Free Public APIs That Is Tested Daily"]]></title><description><![CDATA[
<p>Putting the 'micro' into microservices one bit of logic at-a-time :)</p>
]]></description><pubDate>Wed, 28 Aug 2024 09:50:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=41377770</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=41377770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41377770</guid></item><item><title><![CDATA[New comment by another2another in "New 0-Day Attacks Linked to China's 'Volt Typhoon'"]]></title><description><![CDATA[
<p>Kinda like Crowdstrike ?<p>(a low blow I know)</p>
]]></description><pubDate>Tue, 27 Aug 2024 16:21:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=41369259</link><dc:creator>another2another</dc:creator><comments>https://news.ycombinator.com/item?id=41369259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41369259</guid></item></channel></rss>