<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: drakerossman</title><link>https://news.ycombinator.com/user?id=drakerossman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 21:17:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=drakerossman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[It's not simple to add function keyword arguments to Go]]></title><description><![CDATA[
<p>Article URL: <a href="https://utcc.utoronto.ca/~cks/space/blog/programming/GoAndFunctionKeywordArguments">https://utcc.utoronto.ca/~cks/space/blog/programming/GoAndFunctionKeywordArguments</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41300028">https://news.ycombinator.com/item?id=41300028</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 20 Aug 2024 13:47:04 +0000</pubDate><link>https://utcc.utoronto.ca/~cks/space/blog/programming/GoAndFunctionKeywordArguments</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41300028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41300028</guid></item><item><title><![CDATA[Making a Chess Engine in Zig]]></title><description><![CDATA[
<p>Article URL: <a href="https://johns.codes/blog/making-a-chess-engine-in-zig">https://johns.codes/blog/making-a-chess-engine-in-zig</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41294810">https://news.ycombinator.com/item?id=41294810</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 19 Aug 2024 21:43:45 +0000</pubDate><link>https://johns.codes/blog/making-a-chess-engine-in-zig</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41294810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41294810</guid></item><item><title><![CDATA[New comment by drakerossman in "Stripe's Monorepo Developer Environment"]]></title><description><![CDATA[
<p>It (obviously) leverages Nix, which in turn means the environment is declarative and fully reproducible (not "reproducible" as in docker). Now, you can use just Nix's devShells, but with devenv you have a middleground between just Nix package manager and a full fledged NixOS module system. Basically, write out one line of code - and you've got your Postgres, another one - full linter set up for whatever language you're using, etc.</p>
]]></description><pubDate>Mon, 19 Aug 2024 08:49:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41289158</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41289158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41289158</guid></item><item><title><![CDATA[A Comparison of Arenas in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://donsz.nl/blog/arenas/">https://donsz.nl/blog/arenas/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41270492">https://news.ycombinator.com/item?id=41270492</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 16 Aug 2024 21:17:43 +0000</pubDate><link>https://donsz.nl/blog/arenas/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41270492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41270492</guid></item><item><title><![CDATA[Ringboard: Clipboard Manager for Linux Written in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://alexsaveau.dev/blog/projects/performance/clipboard/ringboard/ringboard">https://alexsaveau.dev/blog/projects/performance/clipboard/ringboard/ringboard</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41260375">https://news.ycombinator.com/item?id=41260375</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 15 Aug 2024 21:08:19 +0000</pubDate><link>https://alexsaveau.dev/blog/projects/performance/clipboard/ringboard/ringboard</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41260375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41260375</guid></item><item><title><![CDATA[Run Diablo in the Browser]]></title><description><![CDATA[
<p>Article URL: <a href="https://d07riv.github.io/diabloweb/">https://d07riv.github.io/diabloweb/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41255995">https://news.ycombinator.com/item?id=41255995</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 15 Aug 2024 13:45:30 +0000</pubDate><link>https://d07riv.github.io/diabloweb/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41255995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41255995</guid></item><item><title><![CDATA[Rust Async Closures MVP: Call for Testing]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.rust-lang.org/inside-rust/2024/08/09/async-closures-call-for-testing.html">https://blog.rust-lang.org/inside-rust/2024/08/09/async-closures-call-for-testing.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41254369">https://news.ycombinator.com/item?id=41254369</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 15 Aug 2024 09:44:24 +0000</pubDate><link>https://blog.rust-lang.org/inside-rust/2024/08/09/async-closures-call-for-testing.html</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41254369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41254369</guid></item><item><title><![CDATA[Hybrid Teams Are the Worst]]></title><description><![CDATA[
<p>Article URL: <a href="https://drakerossman.com/blog/hybrid-teams-are-the-worst">https://drakerossman.com/blog/hybrid-teams-are-the-worst</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41226807">https://news.ycombinator.com/item?id=41226807</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 12 Aug 2024 17:08:38 +0000</pubDate><link>https://drakerossman.com/blog/hybrid-teams-are-the-worst</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41226807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41226807</guid></item><item><title><![CDATA[Hybrid Teams Are the Worst]]></title><description><![CDATA[
<p>Article URL: <a href="https://drakerossman.com/blog/hybrid-teams-are-the-worst">https://drakerossman.com/blog/hybrid-teams-are-the-worst</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41216229">https://news.ycombinator.com/item?id=41216229</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 11 Aug 2024 14:03:49 +0000</pubDate><link>https://drakerossman.com/blog/hybrid-teams-are-the-worst</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41216229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41216229</guid></item><item><title><![CDATA[Hybrid Teams Are the Worst]]></title><description><![CDATA[
<p>Article URL: <a href="https://drakerossman.com/blog/hybrid-teams-are-the-worst">https://drakerossman.com/blog/hybrid-teams-are-the-worst</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41210865">https://news.ycombinator.com/item?id=41210865</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 10 Aug 2024 17:21:03 +0000</pubDate><link>https://drakerossman.com/blog/hybrid-teams-are-the-worst</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41210865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41210865</guid></item><item><title><![CDATA[High-precision date/time in SQLite]]></title><description><![CDATA[
<p>Article URL: <a href="https://antonz.org/sqlean-time/">https://antonz.org/sqlean-time/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41207872">https://news.ycombinator.com/item?id=41207872</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 10 Aug 2024 07:14:28 +0000</pubDate><link>https://antonz.org/sqlean-time/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41207872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41207872</guid></item><item><title><![CDATA[The Hitchhiker's Guide to Building a Distributed Filesystem in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://systemweakness.com/hitchhikers-guide-to-building-a-distributed-filesystem-in-rust-the-very-beginning-2c02eb7313e7">https://systemweakness.com/hitchhikers-guide-to-building-a-distributed-filesystem-in-rust-the-very-beginning-2c02eb7313e7</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41205644">https://news.ycombinator.com/item?id=41205644</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 09 Aug 2024 21:50:11 +0000</pubDate><link>https://systemweakness.com/hitchhikers-guide-to-building-a-distributed-filesystem-in-rust-the-very-beginning-2c02eb7313e7</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41205644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41205644</guid></item><item><title><![CDATA[Panic at the Async Runtime Shutdown]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mattkeeter.com/blog/2024-08-01-panic/">https://www.mattkeeter.com/blog/2024-08-01-panic/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41203582">https://news.ycombinator.com/item?id=41203582</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 09 Aug 2024 17:02:24 +0000</pubDate><link>https://www.mattkeeter.com/blog/2024-08-01-panic/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=41203582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41203582</guid></item><item><title><![CDATA[The Missing Parts in Cargo]]></title><description><![CDATA[
<p>Article URL: <a href="https://weihanglo.tw/posts/2024/the-missing-parts-in-cargo/">https://weihanglo.tw/posts/2024/the-missing-parts-in-cargo/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40970312">https://news.ycombinator.com/item?id=40970312</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 15 Jul 2024 18:37:12 +0000</pubDate><link>https://weihanglo.tw/posts/2024/the-missing-parts-in-cargo/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=40970312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40970312</guid></item><item><title><![CDATA[Rust for Filesystems]]></title><description><![CDATA[
<p>Article URL: <a href="https://lwn.net/Articles/978738/">https://lwn.net/Articles/978738/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40966414">https://news.ycombinator.com/item?id=40966414</a></p>
<p>Points: 277</p>
<p># Comments: 187</p>
]]></description><pubDate>Mon, 15 Jul 2024 09:39:17 +0000</pubDate><link>https://lwn.net/Articles/978738/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=40966414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40966414</guid></item><item><title><![CDATA[From the Lab to the Trading Floor: Designing for Expert Users]]></title><description><![CDATA[
<p>Article URL: <a href="https://signalsandthreads.com/from-the-lab-to-the-trading-floor/">https://signalsandthreads.com/from-the-lab-to-the-trading-floor/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40962334">https://news.ycombinator.com/item?id=40962334</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 14 Jul 2024 18:06:15 +0000</pubDate><link>https://signalsandthreads.com/from-the-lab-to-the-trading-floor/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=40962334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40962334</guid></item><item><title><![CDATA[Nix on macOS – The Good, the Bad and the Ugly]]></title><description><![CDATA[
<p>Article URL: <a href="https://drakerossman.com/blog/nix-on-macos-the-good-the-bad-and-the-ugly">https://drakerossman.com/blog/nix-on-macos-the-good-the-bad-and-the-ugly</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40961066">https://news.ycombinator.com/item?id=40961066</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 14 Jul 2024 14:08:54 +0000</pubDate><link>https://drakerossman.com/blog/nix-on-macos-the-good-the-bad-and-the-ugly</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=40961066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40961066</guid></item><item><title><![CDATA[Graphical effects in Duke Nukem 1 and 2, part 1]]></title><description><![CDATA[
<p>Article URL: <a href="https://lethalguitar.wordpress.com/2024/07/13/graphical-effects-in-duke-nukem-1-2-part-1/">https://lethalguitar.wordpress.com/2024/07/13/graphical-effects-in-duke-nukem-1-2-part-1/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40960131">https://news.ycombinator.com/item?id=40960131</a></p>
<p>Points: 28</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 14 Jul 2024 10:46:09 +0000</pubDate><link>https://lethalguitar.wordpress.com/2024/07/13/graphical-effects-in-duke-nukem-1-2-part-1/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=40960131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40960131</guid></item><item><title><![CDATA[Abstract Heresies: Monkeys vs. Shakespeare]]></title><description><![CDATA[
<p>Article URL: <a href="http://funcall.blogspot.com/2024/07/monkeys-vs-shakespeare.html">http://funcall.blogspot.com/2024/07/monkeys-vs-shakespeare.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40954560">https://news.ycombinator.com/item?id=40954560</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 13 Jul 2024 15:11:08 +0000</pubDate><link>http://funcall.blogspot.com/2024/07/monkeys-vs-shakespeare.html</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=40954560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40954560</guid></item><item><title><![CDATA[Surprises with Rust's `as` (and Python Division)]]></title><description><![CDATA[
<p>Article URL: <a href="https://annahope.me/blog/rust-as/">https://annahope.me/blog/rust-as/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40954411">https://news.ycombinator.com/item?id=40954411</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 13 Jul 2024 14:44:44 +0000</pubDate><link>https://annahope.me/blog/rust-as/</link><dc:creator>drakerossman</dc:creator><comments>https://news.ycombinator.com/item?id=40954411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40954411</guid></item></channel></rss>