Viewing profile — SeanSullivan86
SeanSullivan86
HN member- Joined
- Mon, Apr 28, 2025, 12:38 AM UTC
- HN karma
- 15
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About SeanSullivan86
No profile information was provided.
Recent public activity
-
comment
Comment #49130461
Impacted impacted impacted impacted impacted. You've all been impacted.
-
comment
Comment #48840280
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 me…
-
comment
Comment #48840087
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 a…
-
comment
Comment #48840042
Huh, feels overly simple to me. How about something like the beginnings of a spreadsheet engine? Or.. count the number of distinctly shaped black regions in a bitmap image.
-
comment
Comment #48244447
Reminds me of some enum at my current employer, where all the US states have 2 letter codes, except Idaho is spelled out fully.
-
comment
Comment #48189946
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 t…
-
comment
Comment #47752521
Wouldn't you also need to keep track of the stack's size, to know if there are leading zeros?
-
comment
Comment #47271844
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? Is it a difference between server …
-
comment
Comment #46928208
Why is it called a C Compiler if it's a subset of C?
-
comment
Comment #46332189
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 …
- comment
-
comment
Comment #44964136
https://www.gs1.org/services/gdsn/global-data-model As someone who has worked in e-retail, this catalog seems to have a lot of momentum.
-
comment
Comment #44947539
Senior management doesn't like it, in my experience. But I agree it makes sense for many interactions.
-
comment
Comment #44943423
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 w…
-
comment
Comment #44871986
I guess everyone has their own preferences, I just find this opinion surprising given the wealth of other hikes in the country. As someone who grew up hiking in the White Mountains…
-
comment
Comment #44848551
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 are…
-
comment
Comment #44696008
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 boo…
-
comment
Comment #44695925
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.…