<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: delamon</title><link>https://news.ycombinator.com/user?id=delamon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 28 Jun 2026 02:52:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=delamon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by delamon in "Framework's 10G Ethernet module exposes USB-C's complexity"]]></title><description><![CDATA[
<p>He only gets 4-5Gbps in the other direction.</p>
]]></description><pubDate>Fri, 26 Jun 2026 08:16:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48683863</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48683863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48683863</guid></item><item><title><![CDATA[New comment by delamon in "Zig: Build System Reworked"]]></title><description><![CDATA[
<p>Inderect call cost is a few cycles, if predicted. Now, you can argue, that it may be mispredicted and misprediction would cost about 20-30 cycles. But if it is mispredicted, then you are not calling into allocator often enough. And if you don't hammer it hard, then why do you care about preformance?</p>
]]></description><pubDate>Sun, 31 May 2026 08:01:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48343881</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48343881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48343881</guid></item><item><title><![CDATA[Tanenbaum: Can We Make Operating Systems Reliable and Secure? (2006) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cs.vu.nl/~ast/Publications/Papers/computer-2006a.pdf">https://www.cs.vu.nl/~ast/Publications/Papers/computer-2006a.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48196657">https://news.ycombinator.com/item?id=48196657</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 19 May 2026 17:49:57 +0000</pubDate><link>https://www.cs.vu.nl/~ast/Publications/Papers/computer-2006a.pdf</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48196657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48196657</guid></item><item><title><![CDATA[New comment by delamon in "Bun Rust rewrite: "codebase fails basic miri checks, allows for UB in safe rust""]]></title><description><![CDATA[
<p>can't help myself: how common to see code like <a href="https://github.com/oven-sh/bun/blob/main/src/bun_core/string/PathString.rs#L8" rel="nofollow">https://github.com/oven-sh/bun/blob/main/src/bun_core/string...</a> instead of simple ilog2()? I guess, ut somewhat explains how they got 700k+ lines of code</p>
]]></description><pubDate>Mon, 18 May 2026 11:20:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48178074</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48178074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48178074</guid></item><item><title><![CDATA[New comment by delamon in "EU Parliamentary Research Service calls VPNs "a loophole that needs closing""]]></title><description><![CDATA[
<p>yes</p>
]]></description><pubDate>Sat, 09 May 2026 11:59:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48074250</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48074250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48074250</guid></item><item><title><![CDATA[New comment by delamon in "Dirtyfrag: Universal Linux LPE"]]></title><description><![CDATA[
<p>I assume you mean container, not VM. But yes, container makes it harder.</p>
]]></description><pubDate>Fri, 08 May 2026 13:41:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48063014</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48063014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48063014</guid></item><item><title><![CDATA[New comment by delamon in "Dirtyfrag: Universal Linux LPE"]]></title><description><![CDATA[
<p>The attack gives you ability to overwrite any cached page. So you don't need to be root to "edit" /etc/passwd.</p>
]]></description><pubDate>Fri, 08 May 2026 12:43:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48062247</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48062247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48062247</guid></item><item><title><![CDATA[New comment by delamon in "Dirtyfrag: Universal Linux LPE"]]></title><description><![CDATA[
<p>setuid binaries are not the only way to get root. E.g. one can change /etc/crontab or /etc/passwd. Or add trojan to /bin/ls and wait until admin type 'ls'</p>
]]></description><pubDate>Fri, 08 May 2026 08:45:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48060403</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48060403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48060403</guid></item><item><title><![CDATA[New comment by delamon in "Copy Fail 2: Electric Boogaloo"]]></title><description><![CDATA[
<p>Apparently it is both...</p>
]]></description><pubDate>Fri, 08 May 2026 06:49:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48059554</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48059554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48059554</guid></item><item><title><![CDATA[New comment by delamon in "Copy Fail 2: Electric Boogaloo"]]></title><description><![CDATA[
<p>If you "forget" to mark COW memory pointer as no-write, the net effect would be same, would it not? If I'm reading the diff correctly, the problem was that code missed to mark some pages as shared (aka no-write).</p>
]]></description><pubDate>Fri, 08 May 2026 05:57:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48059137</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48059137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48059137</guid></item><item><title><![CDATA[New comment by delamon in "Copy Fail 2: Electric Boogaloo"]]></title><description><![CDATA[
<p>How would've memory safety helped here?</p>
]]></description><pubDate>Fri, 08 May 2026 05:03:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48058787</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48058787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48058787</guid></item><item><title><![CDATA[New comment by delamon in "StarFighter 16-Inch"]]></title><description><![CDATA[
<p>Another data point: AMD T14 G4 with s2idle draws about 0.4% per hour of sleep.</p>
]]></description><pubDate>Wed, 06 May 2026 18:20:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48039678</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48039678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48039678</guid></item><item><title><![CDATA[New comment by delamon in "StarFighter 16-Inch"]]></title><description><![CDATA[
<p>Lenovo sells ThinkPad T-series laptops as “Linux-supported.” However, if you happen to buy an AMD version of one of these laptops, you may be surprised by how poorly the Wi‑Fi works. It’s been several years since the T14 Gen4 was released, and yet the Wi‑Fi is still not stable.</p>
]]></description><pubDate>Wed, 06 May 2026 18:18:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48039654</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48039654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48039654</guid></item><item><title><![CDATA[New comment by delamon in "245TB Micron 6600 ION Data Center SSD Now Shipping"]]></title><description><![CDATA[
<p>Right, I misread the spec.</p>
]]></description><pubDate>Wed, 06 May 2026 15:27:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48037369</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48037369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48037369</guid></item><item><title><![CDATA[New comment by delamon in "245TB Micron 6600 ION Data Center SSD Now Shipping"]]></title><description><![CDATA[
<p>What kind of usage do you envision for 245TB drive with read speed of 3GB/sec?</p>
]]></description><pubDate>Wed, 06 May 2026 10:14:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48034491</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48034491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48034491</guid></item><item><title><![CDATA[New comment by delamon in "245TB Micron 6600 ION Data Center SSD Now Shipping"]]></title><description><![CDATA[
<p>QLC retention reported to be around 1 year in unpowered state. I would assume, that drive does background refresh, though. No idea what effect it has on total drive lifetime. It is still mean that if you use it for cold storage it has to be powered.</p>
]]></description><pubDate>Wed, 06 May 2026 07:17:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033267</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48033267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033267</guid></item><item><title><![CDATA[You Don't Review Your Compiler Output]]></title><description><![CDATA[
<p>Article URL: <a href="https://scottrfrancis.wordpress.com/2026/02/13/you-dont-review-your-compiler-output/">https://scottrfrancis.wordpress.com/2026/02/13/you-dont-review-your-compiler-output/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48021631">https://news.ycombinator.com/item?id=48021631</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 05 May 2026 12:35:03 +0000</pubDate><link>https://scottrfrancis.wordpress.com/2026/02/13/you-dont-review-your-compiler-output/</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=48021631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48021631</guid></item><item><title><![CDATA[New comment by delamon in "Rust-coreutils – Program Security Assesment [pdf]"]]></title><description><![CDATA[
<p>Zelic discovered 73 security problems with uutils, 7 critical, 11 of high impact, 29 of medium and rest is low.</p>
]]></description><pubDate>Fri, 24 Apr 2026 16:35:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47892516</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=47892516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47892516</guid></item><item><title><![CDATA[Rust-coreutils – Program Security Assesment [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Zellic/publications/blob/master/uutils%20coreutils%20-%20Zellic%20Audit%20Report.pdf">https://github.com/Zellic/publications/blob/master/uutils%20coreutils%20-%20Zellic%20Audit%20Report.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47892515">https://news.ycombinator.com/item?id=47892515</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 24 Apr 2026 16:35:22 +0000</pubDate><link>https://github.com/Zellic/publications/blob/master/uutils%20coreutils%20-%20Zellic%20Audit%20Report.pdf</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=47892515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47892515</guid></item><item><title><![CDATA[New comment by delamon in "Framework Laptop 13 Pro"]]></title><description><![CDATA[
<p>Not really. PgUp, PgDown are missing. It is possible to configure software combination that would emulate them. But emulation is emulation.</p>
]]></description><pubDate>Wed, 22 Apr 2026 10:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47861678</link><dc:creator>delamon</dc:creator><comments>https://news.ycombinator.com/item?id=47861678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47861678</guid></item></channel></rss>