<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: gwillen</title><link>https://news.ycombinator.com/user?id=gwillen</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 06 Jun 2026 00:56:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gwillen" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gwillen in "Lessons you will learn living in a snowy place"]]></title><description><![CDATA[
<p>In my experience with winter-storm-related power outages, the core problem is often _wind_ rather than precipitation.</p>
]]></description><pubDate>Thu, 12 Feb 2026 01:16:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46983689</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=46983689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46983689</guid></item><item><title><![CDATA[New comment by gwillen in "Discord Alternatives, Ranked"]]></title><description><![CDATA[
<p>Such a tool would violate the Discord Terms of Service, so the selection is limited and they don't tend to be very good unfortunately.</p>
]]></description><pubDate>Wed, 11 Feb 2026 01:58:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46969794</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=46969794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46969794</guid></item><item><title><![CDATA[New comment by gwillen in "What do wealthy people buy, that ordinary people know nothing about? (2015)"]]></title><description><![CDATA[
<p>I'm sure it varies, but personally I have a very prosaic reason that I would still drive myself in most scenarios: If someone else is driving I tend to get motion sickness.</p>
]]></description><pubDate>Mon, 19 May 2025 14:09:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44030119</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=44030119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44030119</guid></item><item><title><![CDATA[New comment by gwillen in "Show HN: I modeled the Voynich Manuscript with SBERT to test for structure"]]></title><description><![CDATA[
<p>Confirm or deny my suspicion: your post and your comments in this thread are substantially written by ChatGPT?</p>
]]></description><pubDate>Mon, 19 May 2025 13:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44030013</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=44030013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44030013</guid></item><item><title><![CDATA[New comment by gwillen in "All four major web browsers are about to lose 80% of their funding"]]></title><description><![CDATA[
<p>I think Google basically _is_ the standards committees, at this point. Not in the sense of having majority control just by themselves, but in the sense of (1) the cartel being argued over here (browsers funded by Google) having that or close to it, and (2) Chrome being the main source of new features getting implemented, so that the job of the standards committees is mostly to play catch-up with Chrome.</p>
]]></description><pubDate>Thu, 01 May 2025 16:17:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43859763</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=43859763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43859763</guid></item><item><title><![CDATA[New comment by gwillen in "Understanding the Limitations of Mathematical Reasoning in Large Language Models"]]></title><description><![CDATA[
<p>> Aren’t coding copilots based on tokenizing programming language keywords and syntax?<p>No, they use the same tokenization as everyone else. There was one major change from early to modern LLM tokenization, made (as far as I can tell) for efficient tokenization of code: early tokenizers always made a space its own token (unless attached to an adjacent word.) Modern tokenizers can group many spaces together.</p>
]]></description><pubDate>Fri, 11 Oct 2024 15:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41810629</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=41810629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41810629</guid></item><item><title><![CDATA[New comment by gwillen in "Computer scientists invent an efficient new way to count"]]></title><description><![CDATA[
<p>Yeah, I noticed the same thing. Quanta's version of the algorithm is not only confusing, it's also wrong.<p>I think the pseudocode in the paper is very hard to beat.</p>
]]></description><pubDate>Sun, 19 May 2024 22:59:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40410385</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=40410385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40410385</guid></item><item><title><![CDATA[New comment by gwillen in "Computer scientists invent an efficient new way to count"]]></title><description><![CDATA[
<p>Merging like that doesn't work -- it will tend to overestimate the number of distinct elements.<p>This is fairly easy to see, if you consider a stream with some N distinct elements, with the same elements in both the first and second halves of the stream. Then, supposing that p is 0.5, the first instance will result in a set with about N/2 of the elements, and the second instance will also. But they won't be the same set; on average their overlap will be about N/4. So when you combine them, you will have about 3N/4 elements in the resulting set, but with p still 0.5, so you will estimate 3N/2 instead of N for the final answer.<p>I have a thought about how to fix this, but the error bounds end up very large, so I don't know that it's viable.</p>
]]></description><pubDate>Sun, 19 May 2024 22:58:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=40410380</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=40410380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40410380</guid></item><item><title><![CDATA[New comment by gwillen in "Rule for Beneficial Ownership Reporting (2022)"]]></title><description><![CDATA[
<p>Robbery/burglary? SWATing? The possibilities are delightful and endless. The former is a major concern for people who are known to be rich; the latter for people who are infamous online (and has the [dis]advantage that it can be carried out by anybody, anywhere in the world, typically repeatedly, and with usually zero repercussions.)</p>
]]></description><pubDate>Sat, 16 Sep 2023 06:32:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=37532516</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=37532516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37532516</guid></item><item><title><![CDATA[New comment by gwillen in "Low dose radiation cancer 2x worse than predicted by LNT model"]]></title><description><![CDATA[
<p>Thanks for linking the graph, that's kind of wild. I agree with you that the lowest datapoint seems crazy. I can think of a few explanations.<p>- Random bad luck.<p>- As you say, failing to control for something -- although, if you then treat the lowest datapoint as being effectively the default risk, this would suggest support for radiation hormesis (that people who got a bit more than background radiation actually did better.)<p>- Some kind of data collection artifact. Perhaps the people with the absolute lowest dose, in a radiation-worker dataset, are selected for being ones who are not getting an accurate measurement (i.e. sloppy about wearing dose badges or something), and those people genuinely do have worse outcomes.</p>
]]></description><pubDate>Fri, 18 Aug 2023 21:34:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37182450</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=37182450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37182450</guid></item><item><title><![CDATA[New comment by gwillen in "Low dose radiation cancer 2x worse than predicted by LNT model"]]></title><description><![CDATA[
<p>I'm not a statistician, but I think there's a bit in your excerpt that is actually a concerning display of poor statistical literacy.<p>If you're fitting a function which grows asymptotically (i.e. is monotonically increasing at least past a certain point), the best (polynomial) fit absolutely cannot have a negative quadratic as the leading term. If your model gives one, it is 100% guaranteed to be an artifact. Treating it as "suggesting some downward curvature" is a pretty bad misunderstanding.<p>If you have doubts about this, consider what would happen if we added datapoints at higher doses. Every single datapoint we add to the right side of the graph will make the fit of a negative quadratic significantly worse. Ultimately, if you continue the graph indefinitely to the right, the fit of a negative quadratic is guaranteed to be infinitely bad. Any hint to the contrary is inherently an artifact of the limited dataset.<p>(It may well be the case that, under certain conditions with a range-restricted dataset like this, such a finding might indeed be more likely if the true function has some downward curvature. But that's not statistics, it's voodoo. All the associated statistical parameters, p-value, likelihood ratio, etc., are absolutely meaningless nonsense.)</p>
]]></description><pubDate>Fri, 18 Aug 2023 21:23:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=37182325</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=37182325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37182325</guid></item><item><title><![CDATA[New comment by gwillen in "A Dive into the Math Behind Bitcoin Schnorr Signatures"]]></title><description><![CDATA[
<p>As I understand it, Schnorr signatures are the "natural" (and simplest) construction for a digital signature in elliptic curve cryptography. The reason ECDSA exists is simply <a href="https://patents.google.com/patent/US4995082" rel="nofollow noreferrer">https://patents.google.com/patent/US4995082</a> (now expired), which made Schnorr illegal to use, so something worse had to be invented.</p>
]]></description><pubDate>Mon, 03 Jul 2023 23:54:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=36580394</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=36580394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36580394</guid></item><item><title><![CDATA[New comment by gwillen in "Where in the USA is this?"]]></title><description><![CDATA[
<p>Hah, yes, I had the exact same reaction. "Looks like Pittsburgh, but not quite. Also kind of looks like Virginia... let's split the difference."</p>
]]></description><pubDate>Mon, 03 Jul 2023 23:47:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=36580320</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=36580320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36580320</guid></item><item><title><![CDATA[New comment by gwillen in "Flashing elements alienate users"]]></title><description><![CDATA[
<p>According to the comments, the author has only just today learned that Substack added this new popup without asking him, after he got them to disable the previous popup. So hopefully you're right that it's possible for him to turn off.</p>
]]></description><pubDate>Wed, 28 Jun 2023 04:31:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=36502325</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=36502325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36502325</guid></item><item><title><![CDATA[New comment by gwillen in "Pentagon study reveals higher cancer rates for military pilots, ground crews"]]></title><description><![CDATA[
<p>It is a great question, the answer is nobody really knows for sure.</p>
]]></description><pubDate>Mon, 20 Mar 2023 05:04:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=35227498</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=35227498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35227498</guid></item><item><title><![CDATA[New comment by gwillen in "DIY Nitrogen TEA Laser (2020)"]]></title><description><![CDATA[
<p>I got something like that not long ago, and it was diagnosed as acute macular neuroretinopathy. Luckily, in many cases it apparently resolves on its own, and mine did. Was the spot slightly off-center in your vision? That's where it tends to happen.<p>As I recall, it's fairly random and fairly rare, but apparently it's been seen a bit more during COVID.</p>
]]></description><pubDate>Sat, 18 Mar 2023 05:28:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=35206395</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=35206395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35206395</guid></item><item><title><![CDATA[New comment by gwillen in "Show HN: BBC “In Our Time”, categorised by Dewey Decimal, heavy lifting by GPT"]]></title><description><![CDATA[
<p>Their docs say (somewhat recently updated, I think) that even 0 is not perfectly deterministic in all cases (though it's very close). Some people had previously observed this and speculated that it was some kind of floating point roundoff issue, when two outputs have almost identical scores.</p>
]]></description><pubDate>Wed, 08 Mar 2023 20:21:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=35074221</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=35074221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35074221</guid></item><item><title><![CDATA[New comment by gwillen in "Debian 12 “Bookworm” Enters Its Soft Freeze"]]></title><description><![CDATA[
<p>Beware -- command -v does not have the same semantics as which, and is not a substitute for it in shell scripts. There is no direct substitute. See: <a href="https://github.com/koalaman/shellcheck/issues/1162">https://github.com/koalaman/shellcheck/issues/1162</a></p>
]]></description><pubDate>Sat, 18 Feb 2023 19:36:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=34850255</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=34850255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34850255</guid></item><item><title><![CDATA[New comment by gwillen in "ESA: Small meteorite will safely impact atmosphere tonight over northern France"]]></title><description><![CDATA[
<p>"Tinfoil wrapped around complications" is definitely going in my quotes file. Reads like James Mickens! (If that's what you were going for, well done. If not, go read his stuff immediately.)</p>
]]></description><pubDate>Mon, 13 Feb 2023 05:10:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=34770359</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=34770359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34770359</guid></item><item><title><![CDATA[New comment by gwillen in "Transparent telemetry for open-source projects"]]></title><description><![CDATA[
<p>As far as I'm aware/recall, European privacy laws consider any connection back to a telemetry server to count as "collecting" IP addresses, since the telemetry server learns it (even if they pinky swear not to write it down.)</p>
]]></description><pubDate>Wed, 08 Feb 2023 23:27:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=34717212</link><dc:creator>gwillen</dc:creator><comments>https://news.ycombinator.com/item?id=34717212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34717212</guid></item></channel></rss>