<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: jstrieb</title><link>https://news.ycombinator.com/user?id=jstrieb</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 19 Sep 2026 16:27:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jstrieb" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jstrieb in "The first new cat species discovered in 100 years"]]></title><description><![CDATA[
<p>Many people don't know that Craigslist has a "best of" which includes this (relevant) post that makes me laugh every time I read it:<p><a href="https://www.craigslist.org/about/best/ric/6881185958.html" rel="nofollow">https://www.craigslist.org/about/best/ric/6881185958.html</a></p>
]]></description><pubDate>Sat, 19 Sep 2026 03:45:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49763123</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=49763123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49763123</guid></item><item><title><![CDATA[New comment by jstrieb in "Ask HN: What is one simple thing LLMs are insanely bad at?"]]></title><description><![CDATA[
<p>Interesting! I periodically try it with new models and seem to get the same results. Maybe I'm not using enough capital letters :)</p>
]]></description><pubDate>Wed, 26 Aug 2026 18:35:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49453724</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=49453724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49453724</guid></item><item><title><![CDATA[New comment by jstrieb in "Ask HN: What is one simple thing LLMs are insanely bad at?"]]></title><description><![CDATA[
<p>Giving hints.<p>On math or programming problems, they are overfit to solving the entire thing end to end (presumably for benchmarks). I have had very poor results asking for pointers and hints that don't give away key insights. This has been the case across models I have tested.<p>An architecture with a "judge" that gates responses and ensures a lack of spoilers would probably work better. But this is a simple thing that they keep messing up.</p>
]]></description><pubDate>Wed, 26 Aug 2026 05:00:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49444173</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=49444173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49444173</guid></item><item><title><![CDATA[New comment by jstrieb in "Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript"]]></title><description><![CDATA[
<p>If you use Firefox (and will pardon me plugging my own project), you might be interested in a version of this I made a while ago as a browser extension:<p><a href="https://github.com/jstrieb/hackernews-button" rel="nofollow">https://github.com/jstrieb/hackernews-button</a><p>My project is somewhat different from the userscript in that mine uses Bloom filters to check whether a link has been submitted, whereas this userscript sends every page you visit to the Algolia search API. Using Bloom filters means that there are no external requests unless you actually press the button. My project also doesn't show the comments in a sidebar.<p>Having a link to past discussions, whether using this userscript or my extension, is useful not only to read the comments for a page you're browsing, but also to find good sites that haven't been submitted yet!</p>
]]></description><pubDate>Wed, 29 Jul 2026 07:17:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49094342</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=49094342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49094342</guid></item><item><title><![CDATA[New comment by jstrieb in "Show HN: Justif – Knuth-Plass justification and microtypography for the web"]]></title><description><![CDATA[
<p>Wow, I'm seriously impressed! Questions for the author:<p>I haven't had a chance to read the code yet, but how does this actually adjust the text? I get that it uses Knuth-Plass to calculate layout, but what does it do in CSS (or SVG?) to apply the layout to the DOM?<p>Looks like the first commit was sometime last week, which is pretty tight turnaround for something like this. For my own sanity when reading the code (no judgment either way), did you use LLMs to help write this? Knowing is helpful for me to calibrate what I pay attention to when reading through the code.</p>
]]></description><pubDate>Wed, 22 Jul 2026 04:29:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49001904</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=49001904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49001904</guid></item><item><title><![CDATA[Why do we love music? (2018)]]></title><description><![CDATA[
<p>Article URL: <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC6353111/">https://pmc.ncbi.nlm.nih.gov/articles/PMC6353111/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48984489">https://news.ycombinator.com/item?id=48984489</a></p>
<p>Points: 19</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 20 Jul 2026 20:31:28 +0000</pubDate><link>https://pmc.ncbi.nlm.nih.gov/articles/PMC6353111/</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=48984489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48984489</guid></item><item><title><![CDATA[New comment by jstrieb in "My thoughts on the Bun Rust rewrite"]]></title><description><![CDATA[
<p>I agree with the spirit of what you're saying: that many aspects of this post seem unnecessary. But I do think there are reasonable answers to your (admittedly probably rhetorical) questions.<p>Zig is a relatively young language with a small community, and Oven/Bun is one of few places that someone could previously have written Zig code professionally. It's therefore Zig's business to make sure that either it's a good place to refer community members for work, or that they don't explicitly encourage people to work there. Likewise, as one of the highest-profile Zig projects, the community's leaders were understandably invested in making sure it represented the language well.<p>I feel like I am exactly the target audience for this post: someone who uses Zig regularly, but hasn't touched Bun, despite being aware of it. While I would have proceeded differently than Andrew Kelley here in terms of framing and phrasing (and leaving out some parts entirely), I do think reading this gave me new information about Zig's relationship to Bun. The specific dry, professional post you suggest wouldn't have given me any new information at all.</p>
]]></description><pubDate>Thu, 09 Jul 2026 16:49:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48848844</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=48848844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48848844</guid></item><item><title><![CDATA[New comment by jstrieb in "Show HN: I made Google Trends for Hacker News by indexing 18 years of comments"]]></title><description><![CDATA[
<p>This is awesome!<p>I do want to point out that the data in that ClickHouse playground only seems to go as far back as April 6, 2024 according to the query below:<p><pre><code>  SELECT * FROM hackernews_history ORDER BY update_time ASC LIMIT 10
</code></pre>
This is of course still extremely useful, and generous! It just wasn't obvious from the comment that this isn't querying against <i>all</i> Hacker News data.</p>
]]></description><pubDate>Fri, 26 Jun 2026 19:05:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48690636</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=48690636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48690636</guid></item><item><title><![CDATA[Golfing Zig ELF binaries (2025)]]></title><description><![CDATA[
<p>Article URL: <a href="https://ctf.gg/blog/zig-binary-golfing">https://ctf.gg/blog/zig-binary-golfing</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48207893">https://news.ycombinator.com/item?id=48207893</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 20 May 2026 13:57:25 +0000</pubDate><link>https://ctf.gg/blog/zig-binary-golfing</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=48207893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48207893</guid></item><item><title><![CDATA[New comment by jstrieb in "Actually, democracy dies in H.R."]]></title><description><![CDATA[
<p>The best exploration of this that I have seen in media is one of my favorite
movies: Nightcrawler (2014), starring Jake Gyllenhaal. The movie doesn't touch
on the government/democracy aspect of the article, but it very much captures
the notion that desparate people can be pressured to do horrible things when
their job is at stake.<p>In Nightcrawler, some characters are trying to get ahead, and others are
desperate not to fall behind, but their opportunism (driven by the necessity to
make money in order to survive in our capitalist society) makes all of them
vulnerable to exploitation by an ambitious psychopath. In that case, he is
profit-motivated, whereas the article here is about dictators retaining power,
but the same principles apply. The movie does an amazing job of exploring how
these individuals can wield power irresponsibly, poison everyone who gives them
an inch, and sound almost reasonable while they do it. It is a masterful
portrayal of how much some people can be willing to compromise on their morals
for their job.<p>If you haven't seen it, you should watch it. If you have seen it, but don't
remember it being deeply critical of capitalist society, you should re-watch
it. (It's easy to get so engrossed by the truly suspenseful and thrilling
moment-to-moment action that you miss the big picture.) The deterioration of
American news media is a more overt theme in the movie, but in my opinion, that
serves as a complementary backdrop to the anticapitalist message, which is the
engine that drives the movie inexorably onward. Also the acting, directing, and
writing are great.<p>Don't spoil it by reading the plot summary, just watch it.<p><a href="https://en.wikipedia.org/wiki/Nightcrawler_(film)" rel="nofollow">https://en.wikipedia.org/wiki/Nightcrawler_(film)</a></p>
]]></description><pubDate>Mon, 18 May 2026 20:41:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48185321</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=48185321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48185321</guid></item><item><title><![CDATA[Energy return in running shoes explained (2025)]]></title><description><![CDATA[
<p>Article URL: <a href="https://runrepeat.com/guides/energy-return-in-running-shoes">https://runrepeat.com/guides/energy-return-in-running-shoes</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48172234">https://news.ycombinator.com/item?id=48172234</a></p>
<p>Points: 44</p>
<p># Comments: 57</p>
]]></description><pubDate>Sun, 17 May 2026 19:12:15 +0000</pubDate><link>https://runrepeat.com/guides/energy-return-in-running-shoes</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=48172234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48172234</guid></item><item><title><![CDATA[Can you stop beans from making you gassy?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.seriouseats.com/how-to-reduce-bean-gas-tested-11883862">https://www.seriouseats.com/how-to-reduce-bean-gas-tested-11883862</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47904224">https://news.ycombinator.com/item?id=47904224</a></p>
<p>Points: 161</p>
<p># Comments: 142</p>
]]></description><pubDate>Sat, 25 Apr 2026 20:17:41 +0000</pubDate><link>https://www.seriouseats.com/how-to-reduce-bean-gas-tested-11883862</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47904224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47904224</guid></item><item><title><![CDATA[New comment by jstrieb in "A case against currying"]]></title><description><![CDATA[
<p>I like currying because it's fun and cool, but found myself nodding along throughout the whole article. I've taken for granted that declaring and using curried functions with nice associativity (i.e., avoiding lots of parentheses) is as ergonomic as partial application syntax gets, but I'm glad to have that assumption challenged.<p>The "hole" syntax for partial application with dollar signs is a really creative alternative that seems much nicer. Does anyone know of any languages that actually do it that way? I'd love to try it out and see if it's actually nicer in practice.</p>
]]></description><pubDate>Sun, 22 Mar 2026 14:46:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47478068</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47478068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47478068</guid></item><item><title><![CDATA[macOS code injection for fun and no profit (2024)]]></title><description><![CDATA[
<p>Article URL: <a href="https://mariozechner.at/posts/2024-07-20-macos-code-injection-fun/">https://mariozechner.at/posts/2024-07-20-macos-code-injection-fun/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47250500">https://news.ycombinator.com/item?id=47250500</a></p>
<p>Points: 110</p>
<p># Comments: 21</p>
]]></description><pubDate>Wed, 04 Mar 2026 17:05:00 +0000</pubDate><link>https://mariozechner.at/posts/2024-07-20-macos-code-injection-fun/</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47250500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250500</guid></item><item><title><![CDATA[New comment by jstrieb in "Paged Out Issue #8 [pdf]"]]></title><description><![CDATA[
<p>Thanks! I also told Aga via email in the thread where I submitted my article.<p>Worth noting that the HTML tag in the title was stripped from the PDF table of contents as well, so the title for that article in the contents is missing a word. No big deal, but good to know for future submissions!</p>
]]></description><pubDate>Thu, 19 Feb 2026 16:21:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47075425</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47075425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47075425</guid></item><item><title><![CDATA[Using the Browser's <canvas> for Data Compression]]></title><description><![CDATA[
<p>Article URL: <a href="https://jstrieb.github.io/posts/canvas-compress/">https://jstrieb.github.io/posts/canvas-compress/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47075265">https://news.ycombinator.com/item?id=47075265</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Feb 2026 16:08:21 +0000</pubDate><link>https://jstrieb.github.io/posts/canvas-compress/</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47075265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47075265</guid></item><item><title><![CDATA[New comment by jstrieb in "Paged Out Issue #8 [pdf]"]]></title><description><![CDATA[
<p>The article I submitted has an HTML tag in the title, and seems to have broken the web viewer :(<p>Note that you can link to pages in a PDF with a hash like #page=64 (for example) in the URL.<p><a href="https://pagedout.institute/download/PagedOut_008.pdf#page=64" rel="nofollow">https://pagedout.institute/download/PagedOut_008.pdf#page=64</a></p>
]]></description><pubDate>Thu, 19 Feb 2026 15:00:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47074508</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47074508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47074508</guid></item><item><title><![CDATA[New comment by jstrieb in "Fast Sorting, Branchless by Design"]]></title><description><![CDATA[
<p>Wow, this is jam-packed with interesting information. Thanks for writing it! (Also thanks for all of your other great open source work!)<p>Are there plans to upstream this into the Zig std library? Seems like it could be useful for more than just the cryptography package, since the benchmarks at the end have it often being faster than std pdqsort. I just checked the issue trackers on Codeberg and GitHub, and didn't see anything mentioning djbsort or NTRU Prime, which leads me to believe there aren't (official) plans to upstream this (yet).</p>
]]></description><pubDate>Tue, 17 Feb 2026 21:08:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47053372</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47053372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47053372</guid></item><item><title><![CDATA[New comment by jstrieb in "Is Show HN dead? No, but it's drowning"]]></title><description><![CDATA[
<p>If those announcement posts don't take off, how do you end up finding a community of users/players?</p>
]]></description><pubDate>Tue, 17 Feb 2026 17:42:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47050397</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47050397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47050397</guid></item><item><title><![CDATA[Don't pass on small block ciphers]]></title><description><![CDATA[
<p>Article URL: <a href="https://00f.net/2026/02/10/small-block-ciphers/">https://00f.net/2026/02/10/small-block-ciphers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47019902">https://news.ycombinator.com/item?id=47019902</a></p>
<p>Points: 50</p>
<p># Comments: 63</p>
]]></description><pubDate>Sun, 15 Feb 2026 00:32:25 +0000</pubDate><link>https://00f.net/2026/02/10/small-block-ciphers/</link><dc:creator>jstrieb</dc:creator><comments>https://news.ycombinator.com/item?id=47019902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47019902</guid></item></channel></rss>