<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: einhard</title><link>https://news.ycombinator.com/user?id=einhard</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Jul 2026 20:55:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=einhard" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by einhard in "Airport Simulator"]]></title><description><![CDATA[
<p>If an airport is uncontrolled, planes can land in either direction. Whether the pilots choose to do so is a different matter.<p>At airports with towers, the controllers can allow landings in either direction. That they usually don't is more of a function of existing traffic.</p>
]]></description><pubDate>Mon, 20 Jul 2026 17:33:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48982037</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=48982037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48982037</guid></item><item><title><![CDATA[New comment by einhard in "Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop"]]></title><description><![CDATA[
<p>I restrict networking via my pfSense router, using VLANs. I also don't include any credentials in the container; the agents there can't push, pull, or really access anything else beyond the standard tools without any authentication.<p>I don't use Claude or any other paid agent at the moment, so if that were to change I'd probably modify the way I run this, but with this simple set up I'm not too worried about credentials leaking.</p>
]]></description><pubDate>Mon, 13 Jul 2026 20:07:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48898069</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=48898069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48898069</guid></item><item><title><![CDATA[New comment by einhard in "Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop"]]></title><description><![CDATA[
<p>Ah, that makes sense. I've only recently started playing with this stuff, and I've been focusing a lot of just getting somewhat good at using LLMs for projects while developing my own intuition, so everything I do just uses the mounted project and uv directly. As soon as things get more complex, I imagine I'll end up with a full wrapper as well.<p>Unrelated: I enjoyed your latest blog entry. I recently starting thinking about how to show the work that is done with AI, and how we talk about it. I haven't come to any major conclusions (I wish!), but your post about the prompting being distinct from the actual work resonates with me. Reminds me somewhat of discussions about the art of photography compared to the art of editing photos as a distinct skill.</p>
]]></description><pubDate>Mon, 13 Jul 2026 16:07:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48894765</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=48894765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48894765</guid></item><item><title><![CDATA[New comment by einhard in "Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop"]]></title><description><![CDATA[
<p>I am certainly no expert in this space so it is quite possible I'm missing something critical, but what seems to work for me is a Podman image I built on my computer with some basic things I need (using OpenCode, but I imagine any other agent could be used instead):<p><pre><code>  FROM docker.io/archlinux:base
  RUN pacman -Syu --noconfirm && \
      pacman -S --noconfirm \
      base-devel \
      git \
      curl \
      uv \
      opencode && \
      pacman -Scc --noconfirm
  RUN mkdir -p /etc/opencode 
  WORKDIR /workspace
</code></pre>
From there I just run the Podman image from the command line (using a Fish function) that mounts the specific project I'm working on to /workspace. I guess there might be some vulnerabilities with shared kernels and such, but it seems like an easy way to have some isolation.</p>
]]></description><pubDate>Mon, 13 Jul 2026 15:18:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48894045</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=48894045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48894045</guid></item><item><title><![CDATA[New comment by einhard in "The One Dollar Counterfeiter"]]></title><description><![CDATA[
<p>This was an interesting read. I am somewhat reminded of J. S. G. Boggs (<a href="https://en.wikipedia.org/wiki/J._S._G._Boggs" rel="nofollow">https://en.wikipedia.org/wiki/J._S._G._Boggs</a>), who used to hand draw banknotes and bills as a performance art of sort.<p>There is an excellent book about him by Lawrence Weschler called _Boggs: A Comedy of Values_.</p>
]]></description><pubDate>Sun, 10 May 2026 13:40:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48083905</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=48083905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48083905</guid></item><item><title><![CDATA[New comment by einhard in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I recently rebuilt my homelab after moving countries, and in the process updated Proxmox to v9.1.6. Been playing with centralizing my databases into their own LXCs rather than creating an individual one for each application.<p>When I started doing this, I also decided to try Proxmox's new OCI compatibility, which seems to be working well so far, so I am removing all my Docker VMs and recreating the containers directly on my hypervisor.</p>
]]></description><pubDate>Mon, 13 Apr 2026 06:16:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47748254</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=47748254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47748254</guid></item><item><title><![CDATA[Rickshaw Run]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Rickshaw_Run">https://en.wikipedia.org/wiki/Rickshaw_Run</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46741873">https://news.ycombinator.com/item?id=46741873</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 24 Jan 2026 08:00:50 +0000</pubDate><link>https://en.wikipedia.org/wiki/Rickshaw_Run</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=46741873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46741873</guid></item><item><title><![CDATA[New comment by einhard in "Ask HN: Who wants to be hired? (October 2025)"]]></title><description><![CDATA[
<p><p><pre><code>    Location: Zagreb, Croatia.
    Remote: Yes, also open to in-person/hybrid
    Willing to relocate: No
    Technologies: Python (Django, Flask, pandas, etc.), Java, SQL, Git, Linux, Docker
    Résumé/CV: https://rxresu.me/captivate1988/resume-cmplete-public
    Github: https://github.com/adnanvaldes
    Email: contact@arvb.net
    Notes: I have the right to work in the EU, Canada, Mexico, or India (by way of citizenships, work permits, etc).
</code></pre>
---<p>I recently moved to Croatia with my wife. In the past 6 months I have been studying for the CompTIA Linux+ exam (planning on doing it at the end of next month), wrote a posterizer using the SLIC algorithm, and developed a database design for a Nepali NGO focused on children's learning through play.<p>I am a generalist who likes to deep dive into a topic and learn all the ins and outs. I worked for 10 years as an airline pilot - I have flown C172s, Saab 340s, and I am current on the Boeing 737 NG/MAX - while working on the side as a system administrator and doing volunteer software dev work.</p>
]]></description><pubDate>Thu, 02 Oct 2025 09:19:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45447676</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=45447676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45447676</guid></item><item><title><![CDATA[City of Zagreb 3D Model Data]]></title><description><![CDATA[
<p>Article URL: <a href="https://data.zagreb.hr/dataset/zg3d-2022-3d-model-gz">https://data.zagreb.hr/dataset/zg3d-2022-3d-model-gz</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43932653">https://news.ycombinator.com/item?id=43932653</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 09 May 2025 00:20:57 +0000</pubDate><link>https://data.zagreb.hr/dataset/zg3d-2022-3d-model-gz</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=43932653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43932653</guid></item><item><title><![CDATA[New comment by einhard in "First American pope elected and will be known as Pope Leo XIV"]]></title><description><![CDATA[
<p>They are referring to Peter the Apostle, who was the first bishop of Rome [0]<p>[0] <a href="https://en.m.wikipedia.org/wiki/Saint_Peter" rel="nofollow">https://en.m.wikipedia.org/wiki/Saint_Peter</a></p>
]]></description><pubDate>Thu, 08 May 2025 18:16:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43929416</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=43929416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43929416</guid></item><item><title><![CDATA[Delta Airlines 4819 TSB Preliminary Report (Toronto Crash) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.tsb.gc.ca/sites/default/files/2025-03/A25O0021-Preliminary-Report-ENG.pdf">https://www.tsb.gc.ca/sites/default/files/2025-03/A25O0021-Preliminary-Report-ENG.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43439754">https://news.ycombinator.com/item?id=43439754</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 21 Mar 2025 19:06:43 +0000</pubDate><link>https://www.tsb.gc.ca/sites/default/files/2025-03/A25O0021-Preliminary-Report-ENG.pdf</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=43439754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43439754</guid></item><item><title><![CDATA[New comment by einhard in "Plane crashes, overturns during landing at Toronto airport"]]></title><description><![CDATA[
<p>It makes sense, I don't suppose Discord is particularly interested in being a file-sharing site.<p>See the comment above about hosting the file in a more permanent way.</p>
]]></description><pubDate>Tue, 18 Feb 2025 17:07:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=43092174</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=43092174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43092174</guid></item><item><title><![CDATA[New comment by einhard in "Plane crashes, overturns during landing at Toronto airport"]]></title><description><![CDATA[
<p>Hey, thank you so much. I shared the Discord file because I was sharing it with some friends, and then thought HN might be interested, but I don't have a more convenient place to serve the file at the moment. Thank you for hosting it.<p>Good point about exporting to Opus! I used .mp3 because the original audio files were also in .mp3. I've re-exported the file in Opus now, let me know what would be the best way to send it to you.<p>As for file name and credits, I think it's probably best to credit LiveATC (<a href="https://www.liveatc.net/" rel="nofollow">https://www.liveatc.net/</a>), since that's where I got the original audio and I didn't really do much else beyond separating the channels. The specific files I used are the YYZ Ground and YYZ Tower recordings from February 17th that start at 1900z.</p>
]]></description><pubDate>Tue, 18 Feb 2025 17:05:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43092148</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=43092148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43092148</guid></item><item><title><![CDATA[New comment by einhard in "Plane crashes, overturns during landing at Toronto airport"]]></title><description><![CDATA[
<p>I stitched together a small audio clip from LiveATC with both the Ground and Tower frequencies mapped to the Left and Right audio channels. It starts around the time the aircraft was cleared to land, and then skips forward to the moment the controllers realized the aircraft crashed.<p>Here is a link to the .mp3 file (it's on Discord for now - I don't know if this is allowed, let me know if it isn't):<p><a href="https://cdn.discordapp.com/attachments/668315121772134401/1341161260192104448/YYZ_Crash.mp3?ex=67b4fd42&is=67b3abc2&hm=8fbc24aaf3163c5ec2d0c521a6816cc3488a8306673b3f932f90717587d7eb78&" rel="nofollow">https://cdn.discordapp.com/attachments/668315121772134401/13...</a></p>
]]></description><pubDate>Mon, 17 Feb 2025 22:13:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43083807</link><dc:creator>einhard</dc:creator><comments>https://news.ycombinator.com/item?id=43083807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43083807</guid></item></channel></rss>