<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: praseodym</title><link>https://news.ycombinator.com/user?id=praseodym</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 29 Aug 2026 08:08:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=praseodym" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by praseodym in "Htmx 4.0"]]></title><description><![CDATA[
<p>Is it just a coincidence that the image for this release is the same as for Omarchy Quattro? <a href="https://youtu.be/F7fe9pa8OeE" rel="nofollow">https://youtu.be/F7fe9pa8OeE</a></p>
]]></description><pubDate>Fri, 28 Aug 2026 15:53:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49480392</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49480392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49480392</guid></item><item><title><![CDATA[New comment by praseodym in "New Mac Studio with M5 Max and M5 Ultra"]]></title><description><![CDATA[
<p>My home server is an ASUS NUC 14 Essential which idles at 5W with a bunch of services running. Its peak performance is probably less than the Mac Mini, but the hardware is cheap (at least it was before RAM/storage got expensive) and it’s a great platform to run Linux on.</p>
]]></description><pubDate>Tue, 25 Aug 2026 20:22:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49440075</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49440075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49440075</guid></item><item><title><![CDATA[New comment by praseodym in "Slack Code"]]></title><description><![CDATA[
<p>They announced something one day after Slack Code: <a href="https://github.blog/changelog/2026-08-21-shared-agentic-work-with-github-copilot-in-microsoft-teams/" rel="nofollow">https://github.blog/changelog/2026-08-21-shared-agentic-work...</a></p>
]]></description><pubDate>Sun, 23 Aug 2026 10:21:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49407612</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49407612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49407612</guid></item><item><title><![CDATA[New comment by praseodym in "Malicious Rust crate Arrayref runs a build-time payload"]]></title><description><![CDATA[
<p>cargo-deny can audit build scripts, but unfortunately not prevent execution of malicious build scripts exactly for the reason you gave. It could still help if you only ever use cargo add and update in a sandbox.<p>See <a href="https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html#the-build-field-optional" rel="nofollow">https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.h...</a></p>
]]></description><pubDate>Thu, 20 Aug 2026 15:45:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49376247</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49376247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49376247</guid></item><item><title><![CDATA[New comment by praseodym in "Malicious Rust crate Arrayref runs a build-time payload"]]></title><description><![CDATA[
<p>You’re right about attackers being able to change runtime code.<p>pnpm does have some other features to prevent supply chain attacks, so there is still something to learn from other ecosystems. For example pnpm has a cooldown period for new dependencies and can prevent trust policy downgrades (eg new version published without build provenance where older versions did have it). See <a href="https://pnpm.io/supply-chain-security" rel="nofollow">https://pnpm.io/supply-chain-security</a></p>
]]></description><pubDate>Thu, 20 Aug 2026 14:16:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49374897</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49374897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49374897</guid></item><item><title><![CDATA[New comment by praseodym in "Malicious Rust crate Arrayref runs a build-time payload"]]></title><description><![CDATA[
<p>As mentioned by others it’s just as easy for an attacker to modify a crate’s runtime code.</p>
]]></description><pubDate>Thu, 20 Aug 2026 14:11:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49374822</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49374822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49374822</guid></item><item><title><![CDATA[New comment by praseodym in "Malicious Rust crate Arrayref runs a build-time payload"]]></title><description><![CDATA[
<p>Post on the Rust blog: <a href="https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on-arrayref/" rel="nofollow">https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on...</a><p>Discussion: <a href="https://news.ycombinator.com/item?id=49372853">https://news.ycombinator.com/item?id=49372853</a></p>
]]></description><pubDate>Thu, 20 Aug 2026 13:53:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49374585</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49374585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49374585</guid></item><item><title><![CDATA[New comment by praseodym in "Malicious Rust crate Arrayref runs a build-time payload"]]></title><description><![CDATA[
<p>Unfortunately Cargo doesn’t have security controls in place to prevent these kinds of attacks. For example pnpm has controls to allowlist install scripts for dependencies and will warn about new install scripts (without executing them).<p>There is an open issue for this: <a href="https://github.com/rust-lang/cargo/issues/13681" rel="nofollow">https://github.com/rust-lang/cargo/issues/13681</a></p>
]]></description><pubDate>Thu, 20 Aug 2026 12:39:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49373814</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49373814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49373814</guid></item><item><title><![CDATA[Supply Chain Attack on Arrayref]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on-arrayref/">https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on-arrayref/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49372853">https://news.ycombinator.com/item?id=49372853</a></p>
<p>Points: 33</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 20 Aug 2026 10:46:56 +0000</pubDate><link>https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on-arrayref/</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49372853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49372853</guid></item><item><title><![CDATA[Topcoat: framework for building fullstack reactive web apps with Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://tokio.rs/blog/2026-07-22-announcing-topcoat">https://tokio.rs/blog/2026-07-22-announcing-topcoat</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49032673">https://news.ycombinator.com/item?id=49032673</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 24 Jul 2026 08:19:41 +0000</pubDate><link>https://tokio.rs/blog/2026-07-22-announcing-topcoat</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=49032673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49032673</guid></item><item><title><![CDATA[New comment by praseodym in "The space bit of SpaceX is worth $8 a share, says Morgan Stanley"]]></title><description><![CDATA[
<p>Don’t forget that SpaceX has 3.884 billion outstanding shares!</p>
]]></description><pubDate>Wed, 08 Jul 2026 10:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48830109</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=48830109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48830109</guid></item><item><title><![CDATA[New comment by praseodym in "Hetzner Price Adjustment"]]></title><description><![CDATA[
<p>Just wait for the hyperscalers to follow suit</p>
]]></description><pubDate>Mon, 15 Jun 2026 16:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543347</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=48543347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543347</guid></item><item><title><![CDATA[ECB raises interest rates for the first time in three years]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.euronews.com/business/2026/06/11/ecb-raises-interest-rates-for-the-first-time-in-three-years-as-iran-war-fuels-inflation">https://www.euronews.com/business/2026/06/11/ecb-raises-interest-rates-for-the-first-time-in-three-years-as-iran-war-fuels-inflation</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48489635">https://news.ycombinator.com/item?id=48489635</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 11 Jun 2026 12:50:19 +0000</pubDate><link>https://www.euronews.com/business/2026/06/11/ecb-raises-interest-rates-for-the-first-time-in-three-years-as-iran-war-fuels-inflation</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=48489635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48489635</guid></item><item><title><![CDATA[New comment by praseodym in "Bricks and Minifigs Stole a Man's $200k Lego Collection"]]></title><description><![CDATA[
<p>The screenshot of the Facebook post says they purchased the sets for approximately $20,000.</p>
]]></description><pubDate>Thu, 28 May 2026 21:35:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48315842</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=48315842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48315842</guid></item><item><title><![CDATA[New comment by praseodym in "Migrating from Go to Rust"]]></title><description><![CDATA[
<p>Note that many Rust libraries consist of multiple crates, which all end up in the dependency graph. This makes the number of dependencies seem higher than it actually is: the separate crates have the same maintainers and are often part of the same upstream git repo.<p>I agree with the general sentiment though. Rust also has a lot of crates that are stuck semi-unmaintained at some 0.x version, often with no better alternative.</p>
]]></description><pubDate>Sun, 24 May 2026 21:33:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48261221</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=48261221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48261221</guid></item><item><title><![CDATA[New comment by praseodym in "How can Apple deal with the memory shortage?"]]></title><description><![CDATA[
<p>> since Apple saved money on not participating in the AI data-center fiasco<p>They have unused custom built AI servers sitting in warehouses: <a href="https://news.ycombinator.com/item?id=47221264">https://news.ycombinator.com/item?id=47221264</a></p>
]]></description><pubDate>Thu, 14 May 2026 17:49:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48138746</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=48138746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48138746</guid></item><item><title><![CDATA[New comment by praseodym in "We need a federation of forges"]]></title><description><![CDATA[
<p>Forgejo also has a roadmap for federation but it looks like development is progressing rather slowly: <a href="https://codeberg.org/forgejo-contrib/federation/src/branch/main/FederationRoadmap.md" rel="nofollow">https://codeberg.org/forgejo-contrib/federation/src/branch/m...</a></p>
]]></description><pubDate>Wed, 29 Apr 2026 18:52:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47952706</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=47952706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47952706</guid></item><item><title><![CDATA[New comment by praseodym in "Case study: recovery of a corrupted 12 TB multi-device pool"]]></title><description><![CDATA[
<p>ZFS on Linux has had many bugs over the years, notably with ZFS-native encryption and especially sending/receiving encrypted volumes. Another issue is that using swap on ZFS is still guaranteed to hang the kernel in low memory scenarios, because ZFS needs to allocate memory to write to swap.</p>
]]></description><pubDate>Mon, 06 Apr 2026 07:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47658088</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=47658088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47658088</guid></item><item><title><![CDATA[New comment by praseodym in "Fedora 44 on the Raspberry Pi 5"]]></title><description><![CDATA[
<p>I'm seeing 4-4.5 Watt idle. I've disabled WiFi in the BIOS (using wired Ethernet) and ran `powertop --auto-tune`, but not much else.</p>
]]></description><pubDate>Sun, 15 Mar 2026 15:36:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47388418</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=47388418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47388418</guid></item><item><title><![CDATA[New comment by praseodym in "Fedora 44 on the Raspberry Pi 5"]]></title><description><![CDATA[
<p>I’m using an ASUS NUC 14 Essential Kit N355. It’s a bit more expensive than the Pi 5, but also more powerful (8 cores and decent GPU). There is also a more affordable N150 model. And even lower budget are the N150 mini PCs from Chinese manufacturers,  but they often mess up things like cooling in a hardware revision (compared to the favorable review that you’d read).<p>And forgot to mention this before: Intel CPUs with built-in GPUs have very performant and energy efficient hardware video codecs, whereas the Raspberry Pi 5 is limited and lacks software support.</p>
]]></description><pubDate>Sun, 15 Mar 2026 12:06:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47386620</link><dc:creator>praseodym</dc:creator><comments>https://news.ycombinator.com/item?id=47386620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47386620</guid></item></channel></rss>