<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: stared</title><link>https://news.ycombinator.com/user?id=stared</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 16 May 2026 11:30:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=stared" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[A Single Neuron Is Sufficient to Bypass Safety Alignment in LLMs]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2605.08513">https://arxiv.org/abs/2605.08513</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48158690">https://news.ycombinator.com/item?id=48158690</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 16 May 2026 10:03:34 +0000</pubDate><link>https://arxiv.org/abs/2605.08513</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=48158690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48158690</guid></item><item><title><![CDATA[Ukrainian drone strike on fuel depot prompts Latvian prime minister resignation]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.defensenews.com/global/europe/2026/05/11/ukrainian-drone-strike-on-empty-baltic-fuel-depot-prompts-top-level-resignation-in-latvia/">https://www.defensenews.com/global/europe/2026/05/11/ukrainian-drone-strike-on-empty-baltic-fuel-depot-prompts-top-level-resignation-in-latvia/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48147986">https://news.ycombinator.com/item?id=48147986</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 15 May 2026 12:54:27 +0000</pubDate><link>https://www.defensenews.com/global/europe/2026/05/11/ukrainian-drone-strike-on-empty-baltic-fuel-depot-prompts-top-level-resignation-in-latvia/</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=48147986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48147986</guid></item><item><title><![CDATA[ICLR 2026 – Institutional Affiliations Dataset and Analysis]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/DmytroLopushanskyy/iclr2026-affiliations">https://github.com/DmytroLopushanskyy/iclr2026-affiliations</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48142312">https://news.ycombinator.com/item?id=48142312</a></p>
<p>Points: 15</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 14 May 2026 22:50:48 +0000</pubDate><link>https://github.com/DmytroLopushanskyy/iclr2026-affiliations</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=48142312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48142312</guid></item><item><title><![CDATA[GBA Eval - Build a Game Boy Advance emulator in WebAssembly from scratch]]></title><description><![CDATA[
<p>Article URL: <a href="https://gbaeval.com/">https://gbaeval.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48141958">https://news.ycombinator.com/item?id=48141958</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 14 May 2026 22:12:32 +0000</pubDate><link>https://gbaeval.com/</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=48141958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48141958</guid></item><item><title><![CDATA[New comment by stared in "Traces Of Humanity"]]></title><description><![CDATA[
<p>Is there some important context I am missing?</p>
]]></description><pubDate>Sun, 10 May 2026 18:08:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48086339</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=48086339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48086339</guid></item><item><title><![CDATA[New comment by stared in "Making LLM Training Faster with Unsloth and NVIDIA"]]></title><description><![CDATA[
<p>Thanks!<p>To be clear, I use AI for editing all the time. 
Actually, diagrams are nice.<p>Just some pieces like that look like copy-paste (I mean, empty lines before, code get no special typography, etc):<p><pre><code>  If we write the boundary information for a packed batch as:
  
  B = { lengths, cu_seqlens, max_seqlen, mask structure }
  
  then every transformer layer in that forward pass consumes the same B.
  
  If the model has L layers, rebuilding or re-synchronizing on B once per layer is not new work. It is the same information being reconstructed again and again.
  
  In other words, the useful work is:
  
  build B once, use it L times.
  
  The wasteful version is:
  
  build B + build B + ⋯ + build B (L times)</code></pre></p>
]]></description><pubDate>Thu, 07 May 2026 11:52:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048265</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=48048265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048265</guid></item><item><title><![CDATA[New comment by stared in "Making LLM Training Faster with Unsloth and NVIDIA"]]></title><description><![CDATA[
<p>While I do admire Unsloth (especially their <a href="https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF" rel="nofollow">https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF</a> binarizations), the linked blog post looks like written by AI from notes (unless a human author acquired this taste from interactions with chatbots).</p>
]]></description><pubDate>Thu, 07 May 2026 09:10:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48047176</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=48047176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48047176</guid></item><item><title><![CDATA[Reasoning compresses. Factual knowledge doesn't]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/bojie_li/status/2049314403208896521">https://twitter.com/bojie_li/status/2049314403208896521</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47959449">https://news.ycombinator.com/item?id=47959449</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Apr 2026 07:42:12 +0000</pubDate><link>https://twitter.com/bojie_li/status/2049314403208896521</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47959449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47959449</guid></item><item><title><![CDATA[New comment by stared in "Show HN: A new benchmark for testing LLMs for deterministic outputs"]]></title><description><![CDATA[
<p>Then the way to go is to use Pareto frontier, e.g. <a href="https://quesma.com/benchmarks/binaryaudit/#cost" rel="nofollow">https://quesma.com/benchmarks/binaryaudit/#cost</a><p>If you want to avoid using Opus 4.7 them why GPT-5.4 (unless with a disclaimer that it is low reasoning setting, or check that on medium its price is comparable with Haiku/Flash).<p>Also, usually it is good to look at the newest model. Gemini 2.5 Flash is quite dated. Gemini 3.1 Flash Lite is the new one (<a href="https://openrouter.ai/google/gemini-3.1-flash-lite-preview" rel="nofollow">https://openrouter.ai/google/gemini-3.1-flash-lite-preview</a>).</p>
]]></description><pubDate>Wed, 29 Apr 2026 19:54:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47953638</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47953638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47953638</guid></item><item><title><![CDATA[Robot dogs with Musk and Zuckerberg heads roam around Berlin museum]]></title><description><![CDATA[
<p>Article URL: <a href="https://apnews.com/article/germany-berlin-robot-dogs-beeple-bezos-digital-art-4a2be2a4a4490553ad68c27beedfe83a">https://apnews.com/article/germany-berlin-robot-dogs-beeple-bezos-digital-art-4a2be2a4a4490553ad68c27beedfe83a</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47951802">https://news.ycombinator.com/item?id=47951802</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:45:11 +0000</pubDate><link>https://apnews.com/article/germany-berlin-robot-dogs-beeple-bezos-digital-art-4a2be2a4a4490553ad68c27beedfe83a</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47951802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951802</guid></item><item><title><![CDATA[All in All, Another Brick in the Motte (2014)]]></title><description><![CDATA[
<p>Article URL: <a href="https://slatestarcodex.com/2014/11/03/all-in-all-another-brick-in-the-motte/">https://slatestarcodex.com/2014/11/03/all-in-all-another-brick-in-the-motte/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47951609">https://news.ycombinator.com/item?id=47951609</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:32:25 +0000</pubDate><link>https://slatestarcodex.com/2014/11/03/all-in-all-another-brick-in-the-motte/</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47951609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951609</guid></item><item><title><![CDATA[New comment by stared in "Online age verification is the hill to die on"]]></title><description><![CDATA[
<p>Online age verification is an example of the Motte-and-bailey fallacy (<a href="https://en.wikipedia.org/wiki/Motte-and-bailey_fallacy" rel="nofollow">https://en.wikipedia.org/wiki/Motte-and-bailey_fallacy</a>, <a href="https://slatestarcodex.com/2014/11/03/all-in-all-another-brick-in-the-motte/" rel="nofollow">https://slatestarcodex.com/2014/11/03/all-in-all-another-bri...</a>).<p>It is easy to defend on the motte hill (protection of children, protection against abuse and heinous crimes), and easy to expand and farm on the bailey (universal surveillance, mass data collection, and the erosion of privacy).</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:31:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47951603</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47951603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951603</guid></item><item><title><![CDATA[New comment by stared in "Show HN: A new benchmark for testing LLMs for deterministic outputs"]]></title><description><![CDATA[
<p>Thank you for sharing benchmark. However, the results are selective.<p>Why no Opus 4.7? Why Gemini 3.1 Pro is missing?<p>If there is some other criterion (e.g. models within certain time or budget), great - just make it explicit.<p>When I see "Top 5 at a glance" and it missed key frontier models, I am (at best) confused.</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:16:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47951393</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47951393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951393</guid></item><item><title><![CDATA[Genetic genealogy of the Piast dynasty and related European royal families]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nature.com/articles/s41467-026-71457-1">https://www.nature.com/articles/s41467-026-71457-1</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47920116">https://news.ycombinator.com/item?id=47920116</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 27 Apr 2026 11:14:46 +0000</pubDate><link>https://www.nature.com/articles/s41467-026-71457-1</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47920116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47920116</guid></item><item><title><![CDATA[New comment by stared in "The 1944 Warsaw Uprising, in Color"]]></title><description><![CDATA[
<p>Well, there is "never again" (<a href="https://en.wikipedia.org/wiki/Never_again" rel="nofollow">https://en.wikipedia.org/wiki/Never_again</a>).<p>It is up to us to decide if "never again" is a universal rule or "oh, but this time it is different".</p>
]]></description><pubDate>Sun, 26 Apr 2026 23:20:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47915889</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47915889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47915889</guid></item><item><title><![CDATA[Twenty Years, Twenty Lessons from Creating Magic the Gathering (2016)]]></title><description><![CDATA[
<p>Article URL: <a href="https://magic.wizards.com/en/news/making-magic/twenty-years-twenty-lessons-part-1-2016-05-30">https://magic.wizards.com/en/news/making-magic/twenty-years-twenty-lessons-part-1-2016-05-30</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47915021">https://news.ycombinator.com/item?id=47915021</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 26 Apr 2026 21:51:45 +0000</pubDate><link>https://magic.wizards.com/en/news/making-magic/twenty-years-twenty-lessons-part-1-2016-05-30</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47915021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47915021</guid></item><item><title><![CDATA[21-year-old Polish Woman Fixed a 20-year-old Linux Bug]]></title><description><![CDATA[
<p>Article URL: <a href="https://itsfoss.com/news/kamila-enlightenment-e16-bug/">https://itsfoss.com/news/kamila-enlightenment-e16-bug/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47908861">https://news.ycombinator.com/item?id=47908861</a></p>
<p>Points: 1</p>
<p># Comments: 3</p>
]]></description><pubDate>Sun, 26 Apr 2026 09:38:33 +0000</pubDate><link>https://itsfoss.com/news/kamila-enlightenment-e16-bug/</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47908861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47908861</guid></item><item><title><![CDATA[GPT 5.5 flags accounts for "potential high-risk cybersecurity"]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/banteg/status/2047577218142871949">https://twitter.com/banteg/status/2047577218142871949</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47900544">https://news.ycombinator.com/item?id=47900544</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 25 Apr 2026 11:21:00 +0000</pubDate><link>https://twitter.com/banteg/status/2047577218142871949</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47900544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47900544</guid></item><item><title><![CDATA[Vanishing Culture: A Report on Our Fragile Cultural Record]]></title><description><![CDATA[
<p>Article URL: <a href="https://archive.org/details/vanishing-culture-2026">https://archive.org/details/vanishing-culture-2026</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47900092">https://news.ycombinator.com/item?id=47900092</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 25 Apr 2026 09:45:52 +0000</pubDate><link>https://archive.org/details/vanishing-culture-2026</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47900092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47900092</guid></item><item><title><![CDATA[Andrej Karpathy's microgpt as a Triptych]]></title><description><![CDATA[
<p>Article URL: <a href="https://karpathy.art/">https://karpathy.art/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47897082">https://news.ycombinator.com/item?id=47897082</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 24 Apr 2026 23:31:06 +0000</pubDate><link>https://karpathy.art/</link><dc:creator>stared</dc:creator><comments>https://news.ycombinator.com/item?id=47897082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47897082</guid></item></channel></rss>