<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: amcpu</title><link>https://news.ycombinator.com/user?id=amcpu</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 14:49:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=amcpu" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by amcpu in "Starship Flight 7"]]></title><description><![CDATA[
<p>Nuts!</p>
]]></description><pubDate>Fri, 17 Jan 2025 02:31:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42733471</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=42733471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42733471</guid></item><item><title><![CDATA[New comment by amcpu in "Monolith – CLI tool for saving complete web pages as a single HTML file"]]></title><description><![CDATA[
<p>I use a locally hosted YaCy instance with cached results to work around this scenario.  Much of the content I am interested in is kept locally, so it’s good enough.  When I have a bunch of “read later” tabs that pile up, I copy all their URLs into the crawler form with “Store to Web Cache” checked and it accomplishes what I described.  Just another option to consider.</p>
]]></description><pubDate>Sun, 24 Mar 2024 23:42:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=39811553</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=39811553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39811553</guid></item><item><title><![CDATA[New comment by amcpu in "A lesson in dockerizing shell scripts"]]></title><description><![CDATA[
<p>The dive utility helps tremendously for exploring the filesystem contents of a container image.  Combine that with the output of `docker inspect` to look at the metadata and you should be able to have a good understanding of what it will do when running as a container.</p>
]]></description><pubDate>Sat, 03 Feb 2024 16:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=39241770</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=39241770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39241770</guid></item><item><title><![CDATA[New comment by amcpu in "Pinball Map: Crowd-sourced worldwide map of public pinball machines"]]></title><description><![CDATA[
<p>Came here to scan the comments for someone else who would have posted that reference. So glad I found it! :)</p>
]]></description><pubDate>Fri, 02 Feb 2024 21:30:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=39234690</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=39234690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39234690</guid></item><item><title><![CDATA[New comment by amcpu in "WordPerfect for Unix character terminals"]]></title><description><![CDATA[
<p>You could also use the vim :%!python3 your_script.py (where your_script.py does the work to format the text) command that takes the text of the buffer as stdin to the script and replaces the buffer contents with stdout of the script.  This can also be combined with visual mode linewise to only replace specific lines of the buffer (must work on entire lines selected).</p>
]]></description><pubDate>Wed, 12 Apr 2023 12:31:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=35538595</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=35538595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35538595</guid></item><item><title><![CDATA[New comment by amcpu in "DRY is an over-rated programming principle?"]]></title><description><![CDATA[
<p>Sounds like something out of <a href="https://blog.codinghorror.com" rel="nofollow">https://blog.codinghorror.com</a> ! :)</p>
]]></description><pubDate>Thu, 07 Jul 2022 12:53:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=32013437</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=32013437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32013437</guid></item><item><title><![CDATA[New comment by amcpu in "Show HN: Bike – macOS Native Outliner"]]></title><description><![CDATA[
<p>I’ve been having good success with _basic_ outlining functionality of Org Mode in VS Code using the “VS Code Org Mode” extension.  No need for emacs for this use case.  The built-in VS Code folding works really well and then combining with GitLab which has rendering support for Org Mode when committing/pushing commits.  Plus, since everything I’m doing is already in Org Mode syntax, I can move to other editors later if desired.  It’s a good solution for my needs, at least.</p>
]]></description><pubDate>Tue, 17 May 2022 15:51:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=31412483</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=31412483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31412483</guid></item><item><title><![CDATA[New comment by amcpu in "How many Linux commands can a 7 year old learn?"]]></title><description><![CDATA[
<p>Any, I was just curious. :)</p>
]]></description><pubDate>Sun, 08 May 2022 20:02:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=31307624</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=31307624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31307624</guid></item><item><title><![CDATA[New comment by amcpu in "How many Linux commands can a 7 year old learn?"]]></title><description><![CDATA[
<p>I honestly cannot remember ever typing sl instead of ls.  Funny little “utility” in place there.  It doesn’t appear to be part of a minimal Ubuntu installation, have you found it install “out of the box” with any Linux distros?</p>
]]></description><pubDate>Sun, 08 May 2022 01:54:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=31300503</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=31300503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31300503</guid></item><item><title><![CDATA[New comment by amcpu in "Korn Meets KoRN"]]></title><description><![CDATA[
<p>> Eat corn while listening to Korn music while using the Korn shell.
… to compile the kernel.</p>
]]></description><pubDate>Thu, 24 Mar 2022 15:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=30791704</link><dc:creator>amcpu</dc:creator><comments>https://news.ycombinator.com/item?id=30791704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30791704</guid></item></channel></rss>