<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: SeanSullivan86</title><link>https://news.ycombinator.com/user?id=SeanSullivan86</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 15:25:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=SeanSullivan86" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by SeanSullivan86 in "A software engineering interview question I like: computing the median"]]></title><description><![CDATA[
<p>Interesting approach, thanks. Yeah, I don't mind a question and conversation like that to start things off. But I do think getting into something a little deeper (which you also mentioned) later in the interview is important, too.</p>
]]></description><pubDate>Thu, 09 Jul 2026 02:32:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48840280</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=48840280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48840280</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "A software engineering interview question I like: computing the median"]]></title><description><![CDATA[
<p>The overflow thing would be about computing the median of some sub-range of a sorted array. It is an often-quizzed thing that comes up as an edge case in binary search of a large array, but could apply to anything where you need to select the middle element of a sub-range of an array and the sum of the start/end indices could overflow.<p>I think the lore is that it was a bug in Java?'s binary search lib decades ago?</p>
]]></description><pubDate>Thu, 09 Jul 2026 02:09:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48840087</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=48840087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48840087</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "A software engineering interview question I like: computing the median"]]></title><description><![CDATA[
<p>Huh, feels overly simple to me.<p>How about something like the beginnings of a spreadsheet engine?<p>Or.. count the number of distinctly shaped black regions in a bitmap image.</p>
]]></description><pubDate>Thu, 09 Jul 2026 02:04:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48840042</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=48840042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48840042</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "YAML? That's Norway Problem"]]></title><description><![CDATA[
<p>Reminds me of some enum at my current employer, where all the US states have 2 letter codes, except Idaho is spelled out fully.</p>
]]></description><pubDate>Sat, 23 May 2026 03:47:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48244447</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=48244447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48244447</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "Show HN: Number Gacha, a gacha game distilled to its essence"]]></title><description><![CDATA[
<p>Same. I think it's probably easier on a touch screen than with mouse, but I'm stuck on level 10 for now. Maybe it's intentionally frustrating. Need to finish this level to unlock the last number I think, but I guess I've I've sunk enough time into it and will let it rest there.</p>
]]></description><pubDate>Tue, 19 May 2026 06:30:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48189946</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=48189946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48189946</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "All elementary functions from a single binary operator"]]></title><description><![CDATA[
<p>Wouldn't you also need to keep track of the stack's size, to know if there are leading zeros?</p>
]]></description><pubDate>Mon, 13 Apr 2026 14:29:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47752521</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=47752521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47752521</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "10% of Firefox crashes are caused by bitflips"]]></title><description><![CDATA[
<p>Hmm, can someone educate me here? Why don't bit flips ever seem to impact the results of calculations in settings like big-data analytics on AWS?<p>Is it a difference between server hardware managed by knowledgeable people and random hardware thrown together by home PC builders?</p>
]]></description><pubDate>Fri, 06 Mar 2026 07:00:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47271844</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=47271844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47271844</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "SectorC: A C Compiler in 512 bytes (2023)"]]></title><description><![CDATA[
<p>Why is it called a C Compiler if it's a subset of C?</p>
]]></description><pubDate>Sat, 07 Feb 2026 21:22:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46928208</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=46928208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46928208</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "Performance Hints"]]></title><description><![CDATA[
<p>I'm aware of this to an extent. Do you know of any list of what degree of parallelization to expect out of various components? I know this whole napkin-math thing is mostly futile and the answer should mostly be "go test it", but just curious.<p>I was interviewing recently and was asked about implementing a web crawler and then were discussing bottlenecks (network fetching the pages, writing the content to disk, CPU usage for stuff like parsing the responses) and parallelism, and I wanted to just say "well, i'd test it to figure out what I was bottlenecked on and then iterate on my solution".</p>
]]></description><pubDate>Fri, 19 Dec 2025 23:28:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46332189</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=46332189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46332189</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "Launch HN: Channel3 (YC S25) – A database of every product on the internet"]]></title><description><![CDATA[
<p><a href="https://www.gs1.org/services/gdsn/global-data-model" rel="nofollow">https://www.gs1.org/services/gdsn/global-data-model</a><p>As someone who has worked in e-retail, this catalog seems to have a lot of momentum.</p>
]]></description><pubDate>Wed, 20 Aug 2025 17:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44964136</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=44964136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44964136</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "Shamelessness as a strategy (2019)"]]></title><description><![CDATA[
<p>Senior management doesn't like it, in my experience. But I agree it makes sense for many interactions.</p>
]]></description><pubDate>Tue, 19 Aug 2025 02:10:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44947539</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=44947539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44947539</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "The Weight of a Cell"]]></title><description><![CDATA[
<p>What happens when something is put on the scale while it's sampling? Does the curve depend on properties of the scale, or just properties of the object and the manner in which it was put on the scale?</p>
]]></description><pubDate>Mon, 18 Aug 2025 17:53:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44943423</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=44943423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44943423</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "White Mountain Direttissima"]]></title><description><![CDATA[
<p>I guess everyone has their own preferences, I just find this opinion surprising given the wealth of other hikes in the country.<p>As someone who grew up hiking in the White Mountains before moving to Washington, the mountains in Washington (and many places in the West) are just on a whole different level.</p>
]]></description><pubDate>Tue, 12 Aug 2025 03:16:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44871986</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=44871986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44871986</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "Car has more than 1.2M km on it – and it's still going strong"]]></title><description><![CDATA[
<p>It's higher than average/median in the US, but certainly not exceptional. Pretty normal for certain groups of people. There's a huge gap in miles driven between urban and rural area. US average is something like 13-15k miles per year (for all driving, not just commute).<p>20,000 miles solely for commuting would be about 43 miles each way (if you work 235 days per year), which is obviously more unusual than 20k total miles driven from all sources.</p>
]]></description><pubDate>Sat, 09 Aug 2025 17:50:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44848551</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=44848551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44848551</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "Inverted Indexes: A Step-by-Step Implementation Guide"]]></title><description><![CDATA[
<p>People (non-tech) don't tend to refer to "go to page 106" as using an index. The pages at the back of the book providing the word->page numbers lookup are commonly known as the book's "index"</p>
]]></description><pubDate>Sat, 26 Jul 2025 18:20:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44696008</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=44696008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44696008</guid></item><item><title><![CDATA[New comment by SeanSullivan86 in "Inverted Indexes: A Step-by-Step Implementation Guide (2023)"]]></title><description><![CDATA[
<p>I've sometimes been confused by the term "inverted index". The example in this post feels like what I would just call an "index"... i.e documents indexed by the words they contain. Feels about the same as the index in the back of a physical book.<p>Is the distinction that an index on a multi-valued attribute is called an inverted index?</p>
]]></description><pubDate>Sat, 26 Jul 2025 18:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44695925</link><dc:creator>SeanSullivan86</dc:creator><comments>https://news.ycombinator.com/item?id=44695925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44695925</guid></item></channel></rss>