<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: gnubison</title><link>https://news.ycombinator.com/user?id=gnubison</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 10:27:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gnubison" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gnubison in "ReFrame – The EPaper Camera"]]></title><description><![CDATA[
<p>GP’s “Ascenseur pour l’Échafaud” means “elevator for the gallows.” I think they are familiar with the composition, you might be missing the point of their comment.</p>
]]></description><pubDate>Wed, 29 Jul 2026 19:08:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49101670</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=49101670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49101670</guid></item><item><title><![CDATA[New comment by gnubison in "Egg consumption inversely correlated with Alzheimer's"]]></title><description><![CDATA[
<p>Big Egg</p>
]]></description><pubDate>Sun, 05 Jul 2026 06:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48791744</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=48791744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48791744</guid></item><item><title><![CDATA[New comment by gnubison in "This blog is written in en-GB"]]></title><description><![CDATA[
<p>I think everyone says “couldn’t care less”. But Wiktionary does say “could care less” is “American, nonstandard, proscribed”, so I guess only Americans have that (defective) alternative phrase.</p>
]]></description><pubDate>Thu, 02 Jul 2026 14:15:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48761979</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=48761979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48761979</guid></item><item><title><![CDATA[New comment by gnubison in "This blog is written in en-GB"]]></title><description><![CDATA[
<p>What is ISE?</p>
]]></description><pubDate>Thu, 02 Jul 2026 14:08:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48761883</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=48761883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48761883</guid></item><item><title><![CDATA[New comment by gnubison in "Zig's new bitCast semantics and LLVM back end improvements"]]></title><description><![CDATA[
<p>The behavior is agnostic of the endianness of the target platform.</p>
]]></description><pubDate>Fri, 26 Jun 2026 05:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682588</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=48682588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682588</guid></item><item><title><![CDATA[New comment by gnubison in "LuaJIT 3.0 proposed syntax extensions"]]></title><description><![CDATA[
<p><p><pre><code>    cond1 ? res1 :
    cond2 ? res2 :
    cond3 ? res3 :
    or_else_res
</code></pre>
If they are truly nested, then that is confusing. But if you have an if-else chain, then it can be quite readable.</p>
]]></description><pubDate>Thu, 25 Jun 2026 03:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48668303</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=48668303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48668303</guid></item><item><title><![CDATA[New comment by gnubison in "Unauthorized alert sent to cell phones across Brazil"]]></title><description><![CDATA[
<p>As programmers in programming culture, we have a distinction between hacker and, potentially, cracker that no ordinary person has. ESR’s prescriptivism is pretty much worthless in this respect: words mean what people think they mean and what people use them for, and programmers do not have a monopoly on how people use the term.<p>OED has the “computer intruder” sense first cited in 1963, and the “enthusiastic programmer” sense first in 1969 (“now much less common than sense 3a”). Cracker first appears in 1968.<p>Besides, it is easy to disambiguate which meaning people mean.  “Hacker attack” can only refer to the common usage of the term, not programming-culture usage.</p>
]]></description><pubDate>Sat, 20 Jun 2026 23:37:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48614140</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=48614140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48614140</guid></item><item><title><![CDATA[New comment by gnubison in "Americans Are Leaving the U.S. in Record Numbers"]]></title><description><![CDATA[
<p>Where did you leave to?</p>
]]></description><pubDate>Thu, 04 Jun 2026 04:18:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48393764</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=48393764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48393764</guid></item><item><title><![CDATA[New comment by gnubison in "I made a terminal pager"]]></title><description><![CDATA[
<p>If you want ‘git diff | pager’ to work like that, you’re out of luck. There is no way for the pager to communicate with git or the shell to rerun the command; the pager doesn’t even know what program is on the writing side of its stdin pipe. You would need something like ‘pager --command "git diff"’, where the pager invokes a command producing output. I do agree that it would be nice.</p>
]]></description><pubDate>Thu, 16 Apr 2026 21:55:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47800020</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=47800020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47800020</guid></item><item><title><![CDATA[New comment by gnubison in "Bird brains (2023)"]]></title><description><![CDATA[
<p>Pronounced octópodes, /ɒkˈtɒpədiːz/, with the -es rhyming with Heracles etc.</p>
]]></description><pubDate>Tue, 31 Mar 2026 01:32:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47581751</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=47581751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47581751</guid></item><item><title><![CDATA[New comment by gnubison in "Five disciplines discovered the same math independently"]]></title><description><![CDATA[
<p>Maybe the Briggs-Rauscher reaction?</p>
]]></description><pubDate>Mon, 09 Feb 2026 07:59:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46942744</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=46942744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46942744</guid></item><item><title><![CDATA[New comment by gnubison in "Feynman's Hughes Lectures: 950 pages of notes"]]></title><description><![CDATA[
<p>To clarify, these aren’t the normal Feynman lectures. He lectured at a different institution and the author of this webpage transcribed those lectures to produce this set of notes. The content covered is different from the famous set of lectures.<p>The normal Feynman lectures are here: <a href="https://www.feynmanlectures.caltech.edu/" rel="nofollow">https://www.feynmanlectures.caltech.edu/</a></p>
]]></description><pubDate>Mon, 29 Dec 2025 22:05:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46426333</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=46426333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46426333</guid></item><item><title><![CDATA[Feynman's Hughes Lectures: 950 pages of notes]]></title><description><![CDATA[
<p>Article URL: <a href="https://thehugheslectures.info/the-lectures/">https://thehugheslectures.info/the-lectures/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46419273">https://news.ycombinator.com/item?id=46419273</a></p>
<p>Points: 213</p>
<p># Comments: 45</p>
]]></description><pubDate>Mon, 29 Dec 2025 10:43:29 +0000</pubDate><link>https://thehugheslectures.info/the-lectures/</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=46419273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46419273</guid></item><item><title><![CDATA[New comment by gnubison in "Apple to focus on 'quality and underlying performance' with iOS 27 next year"]]></title><description><![CDATA[
<p>iOS repeated “learns” new words that I use that are misspellings of real words (because I mistype things in a predictable way). It becomes so convinced that it will autocorrect the real word into the typo. And knowing how the keyboard works, I wouldn’t be surprised if it enlarges the touch targets for the typo once it thinks I meant to use the typo.<p>The cause is obvious: Apple is training on what I type, not what I send. Apple does not consider that I actually care about the accuracy of what I send and will fix errors; perhaps they optimize for people who are careless enough to send typoed messages, yet niche enough to commonly use words not in the default dictionary.<p>It is infuriating that I have ~50 manual corrections telling Apple to leave words alone and correct certain typos to the real words.</p>
]]></description><pubDate>Mon, 24 Nov 2025 09:30:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46032076</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=46032076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46032076</guid></item><item><title><![CDATA[New comment by gnubison in "An Illustrated Introduction to Linear Algebra, Chapter 2: The Dot Product"]]></title><description><![CDATA[
<p>Strang does include that. I just checked the fourth edition, like you say you did. Scrolling down two pages to get to the first page of the table of contents, I see the heading “cosines and projections onto lines”. I navigate to that section and it explains all the logic, proof, and intuition behind the connection between angles and dot products. Please don’t spread misinformation…</p>
]]></description><pubDate>Tue, 04 Nov 2025 03:25:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45807161</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=45807161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45807161</guid></item><item><title><![CDATA[New comment by gnubison in "Why English doesn't use accents"]]></title><description><![CDATA[
<p>It would be like a speaker who can’t distinguish the uh sound in “but” with the ih sound in “bit”. Is it really the native English speaker’s fault if he can’t understand that personal dialect?<p>France’s vowel inventory is bigger than (or just as big as) English’s, and it has a lot more homophones. I imagine all the context goes toward disambiguating the actual homophones and not the arbitrary sets of words foreigners can’t pronounce because they don’t want to learn the accents (the system is not that hard and completely predictable).</p>
]]></description><pubDate>Mon, 07 Jul 2025 18:32:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44493316</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=44493316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44493316</guid></item><item><title><![CDATA[New comment by gnubison in "Hilbert's sixth problem: derivation of fluid equations via Boltzmann's theory"]]></title><description><![CDATA[
<p>> the solution of any one of which would change not only the career of the person who solved the problem, but possibly life on Earth. Many have stood like mountains in the distance, rising above the clouds, for generations.<p>Whether or not this is AI, this comment is not true. An axiomatic derivation of a formula doesn’t change how it’s used. We knew the formulas were experimentally correct, it’s just that now mathematicians can rest easy about whether they were theoretically correct. Although it’s interesting, it doesn’t change or create any new applications.</p>
]]></description><pubDate>Wed, 02 Jul 2025 18:29:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44447204</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=44447204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44447204</guid></item><item><title><![CDATA[New comment by gnubison in "Microsoft Edit"]]></title><description><![CDATA[
<p>I think ed is what you’re looking for (possibly with -s).</p>
]]></description><pubDate>Wed, 25 Jun 2025 08:33:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44374945</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=44374945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44374945</guid></item><item><title><![CDATA[New comment by gnubison in "Spaced repetition systems have gotten better"]]></title><description><![CDATA[
<p>The article specifically points out WaniKani as an example of a very bad implementation of spaced repetition (see the "FSRS in practice" heading, under the paragraph "for Japanese language learning specifically...").</p>
]]></description><pubDate>Sun, 18 May 2025 17:40:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44023024</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=44023024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44023024</guid></item><item><title><![CDATA[New comment by gnubison in "Writing that changed how I think about programming languages"]]></title><description><![CDATA[
<p>Click the time (next to the author) to go to a page for the comment, where you will be able to favorite it.</p>
]]></description><pubDate>Wed, 14 May 2025 13:40:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43984406</link><dc:creator>gnubison</dc:creator><comments>https://news.ycombinator.com/item?id=43984406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43984406</guid></item></channel></rss>