<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: aostiles</title><link>https://news.ycombinator.com/user?id=aostiles</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 22:16:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aostiles" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aostiles in "Design and Implementation of Sprites"]]></title><description><![CDATA[
<p>I was trying to copy a directory and used:<p>Pull from sprite to local:
  sprite exec -s my-sprite sh -c "tar -czf - /home/sprite/<my_dir>" | tar -xzf - -C ./<p>Push from local to sprite:
  COPYFILE_DISABLE=1 tar -czf - <my_dir> | sprite exec -s my-sprite sh -c "tar -xzf - -C /home/sprite/"</p>
]]></description><pubDate>Thu, 15 Jan 2026 20:41:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46638983</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=46638983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46638983</guid></item><item><title><![CDATA[New comment by aostiles in "Code and Let Live"]]></title><description><![CDATA[
<p>This seems cool but maybe not for a production setting requiring concurrency? I just signed up on PAYG which offers 3 concurrent sprites. I only see an option to upgrade to 10 concurrent sprites.</p>
]]></description><pubDate>Sun, 11 Jan 2026 05:09:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46572861</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=46572861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46572861</guid></item><item><title><![CDATA[New comment by aostiles in "PyTorch Internals: Ezyang's Blog"]]></title><description><![CDATA[
<p>He was really nice in Stanford's CS 240h. He helped me better understand Safe Haskell and GHC internals.</p>
]]></description><pubDate>Mon, 24 Mar 2025 01:17:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43457157</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=43457157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43457157</guid></item><item><title><![CDATA[New comment by aostiles in "Deno in 2023"]]></title><description><![CDATA[
<p>I've been using it to build a dynamic blog/newsletter. Local DX with <a href="https://github.com/kitsonk/kview">https://github.com/kitsonk/kview</a> has been nice.</p>
]]></description><pubDate>Mon, 05 Feb 2024 20:03:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=39266344</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=39266344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39266344</guid></item><item><title><![CDATA[New comment by aostiles in "MiniZinc"]]></title><description><![CDATA[
<p>I'm not an expert on MiniZinc, but tried applying it and GPT-4 to a toy problem: <a href="https://buttondown.email/aostiles/archive/flight-optimization-with-minizinc-and-gpt-4/" rel="nofollow noreferrer">https://buttondown.email/aostiles/archive/flight-optimizatio...</a></p>
]]></description><pubDate>Fri, 21 Jul 2023 23:50:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=36821609</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=36821609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36821609</guid></item><item><title><![CDATA[New comment by aostiles in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p>thanks!</p>
]]></description><pubDate>Tue, 11 Jul 2023 05:44:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=36676833</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=36676833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36676833</guid></item><item><title><![CDATA[New comment by aostiles in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://aostil.es" rel="nofollow noreferrer">https://aostil.es</a><p>Just started writing about programming.
First post was about implementing WebAuthn.</p>
]]></description><pubDate>Tue, 04 Jul 2023 21:17:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=36592595</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=36592595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36592595</guid></item><item><title><![CDATA[Show HN: Serverless WebAuthn Implementation with Astro and Cloudflare D1]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/aostiles/astro-webauthn-starter">https://github.com/aostiles/astro-webauthn-starter</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36498332">https://news.ycombinator.com/item?id=36498332</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 27 Jun 2023 20:39:12 +0000</pubDate><link>https://github.com/aostiles/astro-webauthn-starter</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=36498332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36498332</guid></item><item><title><![CDATA[New comment by aostiles in "Simple Personal Finance Tracking with GnuCash"]]></title><description><![CDATA[
<p>I made this VS Code extension to help with manually entering Beancount transactions: <a href="https://github.com/aostiles/Beanquick" rel="nofollow">https://github.com/aostiles/Beanquick</a></p>
]]></description><pubDate>Wed, 20 May 2020 05:00:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=23243432</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=23243432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23243432</guid></item><item><title><![CDATA[New comment by aostiles in "Show HN: Deebrief, a better way to comment on YouTube videos"]]></title><description><![CDATA[
<p>Cool idea! This adds a new dimension to YouTube videos. Also, great name!</p>
]]></description><pubDate>Sun, 28 Sep 2014 00:02:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=8378530</link><dc:creator>aostiles</dc:creator><comments>https://news.ycombinator.com/item?id=8378530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8378530</guid></item></channel></rss>