<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: danofsteel32</title><link>https://news.ycombinator.com/user?id=danofsteel32</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 07:12:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=danofsteel32" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by danofsteel32 in "Stinkpot: SQLite-backed shell history"]]></title><description><![CDATA[
<p>I recently “fixed” my bash history since the default experience when using multiple terminals sucks.<p><a href="https://dandavis.dev/the-bash-history-i-always-wanted.html" rel="nofollow">https://dandavis.dev/the-bash-history-i-always-wanted.html</a><p>I also use fzf to search my history I believe you just need so source the right keybindings file to make ctrl+r use fzf.</p>
]]></description><pubDate>Sun, 26 Jul 2026 11:03:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49056827</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=49056827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49056827</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Moonshine: Lets you stream games from your PC to any device running Moonlight"]]></title><description><![CDATA[
<p>I’m currently using sunshine and moonlight for remote access to ros2 development VMs with passed through GPUs.<p>We needed an old version of Ubuntu hence the VM. And gpu pass through is needed for gazebo simulations.<p>I started with RDP but the desktop was super laggy and unresponsive. Sunshine/moonlight has made it usable.</p>
]]></description><pubDate>Mon, 20 Jul 2026 14:01:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48979008</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=48979008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48979008</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Midtown Manhattan blocks evacuated after beams buckling at construction site"]]></title><description><![CDATA[
<p>This is a little pedantic but the pictures seem to show failing support columns not beams.<p>Beams are horizontal and columns are vertical.</p>
]]></description><pubDate>Tue, 07 Jul 2026 17:43:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48821086</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=48821086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48821086</guid></item><item><title><![CDATA[New comment by danofsteel32 in "We rewrote the Ghostty GTK application"]]></title><description><![CDATA[
<p>GStreamer: <a href="https://gstreamer.freedesktop.org/" rel="nofollow">https://gstreamer.freedesktop.org/</a> is written in GObject which enabled some great tooling like gst-inspect-1.0:
<a href="https://gstreamer.freedesktop.org/documentation/tools/gst-inspect.html?gi-language=c" rel="nofollow">https://gstreamer.freedesktop.org/documentation/tools/gst-in...</a></p>
]]></description><pubDate>Fri, 15 Aug 2025 00:11:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44907216</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=44907216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44907216</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Python classes aren’t always the best solution"]]></title><description><![CDATA[
<p>This. You can get very far with just dataclasses, enums, and functions. I use dataclasses like I would use structs in C or go.</p>
]]></description><pubDate>Thu, 24 Jul 2025 20:55:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44675997</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=44675997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44675997</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Incus – Next-generation system container, application container, and VM manager"]]></title><description><![CDATA[
<p>Incus is great when developing ansible playbooks. The main benefit for me over docker/podman is systemd works out of the box in incus containers.</p>
]]></description><pubDate>Sat, 12 Jul 2025 13:02:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44541773</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=44541773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44541773</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Ask HN: Recommendation for a SWE looking to get up to speed with latest on AI"]]></title><description><![CDATA[
<p>I recently wrote a post for a coworker who asked the exact same question.<p><a href="https://dandavis.dev/llm-knowledge-dump.html" rel="nofollow">https://dandavis.dev/llm-knowledge-dump.html</a></p>
]]></description><pubDate>Wed, 27 Nov 2024 16:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42257076</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=42257076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42257076</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Extracting financial disclosure and police reports with OpenAI Structured Output"]]></title><description><![CDATA[
<p>I’ve had a similar experience extracting transactions from my PDF bank statements [1]. GPT-4o and GPT-4o-mini perform as well the janky regex parser I wrote a few years ago. The fact that they can zero shot the problem makes me think there’s a lot of bank statements in the training data.<p>[1] <a href="https://dandavis.dev/pnc-virtual-wallet-statement-parser.html" rel="nofollow">https://dandavis.dev/pnc-virtual-wallet-statement-parser.htm...</a></p>
]]></description><pubDate>Tue, 15 Oct 2024 15:34:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41849647</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=41849647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41849647</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Civilization VII recommends 16 cores and 32GB RAM for 4K gameplay"]]></title><description><![CDATA[
<p>The combat system in Civ4 was deeper than you think. Stack composition, terrain, and positioning are crucial in MP games. This write-up [1] from a famous MP game where a 3v1 invasion was repelled by superior play shows how good the system was.<p>[1] <a href="https://sullla.com/Civ4/RBPB2-5.html" rel="nofollow">https://sullla.com/Civ4/RBPB2-5.html</a></p>
]]></description><pubDate>Fri, 04 Oct 2024 23:54:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41746597</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=41746597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41746597</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Are Open-Source Large Language Models Catching Up?"]]></title><description><![CDATA[
<p>I've been using OpenHermes-2.5 [0] and NeuralHermes [1] which are both finetunes of the Mistral7B base model. The only objective test prompting I do is asking the models to generate a django timeclock/timesheets app. In this test they compare favorably to GPT-3.5. Also LMStudio [2] has a better UI than chatgpt and responses are much faster too (40tk/sec on my 2070).<p>[0] <a href="https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B" rel="nofollow noreferrer">https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B</a>
[1] <a href="https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ" rel="nofollow noreferrer">https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-...</a>
[2] <a href="https://lmstudio.ai/" rel="nofollow noreferrer">https://lmstudio.ai/</a></p>
]]></description><pubDate>Fri, 01 Dec 2023 09:25:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38484847</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=38484847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38484847</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Marker: Convert PDF to Markdown quickly with high accuracy"]]></title><description><![CDATA[
<p>I have an odd usecase that I've yet to find a good solution to: Reading construction documents (Blueprints are always PDF). I've had much better luck parsing DXF (AutoCAD) files but it's not always easy to get an architect to send them to me even if I'm the GC on the job.</p>
]]></description><pubDate>Fri, 01 Dec 2023 09:18:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=38484800</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=38484800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38484800</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Writing documentation for your house"]]></title><description><![CDATA[
<p>I am a custom home builder and we do this. It’s very handy when the drywallers cover up an outlet or switch.</p>
]]></description><pubDate>Wed, 29 Nov 2023 22:17:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38466067</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=38466067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38466067</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Tech aims to block hatching of billions of male chicks fated for culling (2021)"]]></title><description><![CDATA[
<p>Egg laying chickens (layers) are very different from meat chickens (broilers). Layers have been bred to be lean and put their calorie surplus into producing eggs. Broilers have been bred to pack on weight as quickly and efficiently as possible. No one eats layer chickens they are usually turned into compost or pet food.<p>Source: My wife manages +100K birds on one of the largest egg farms in the US</p>
]]></description><pubDate>Tue, 13 Dec 2022 21:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=33975888</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=33975888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33975888</guid></item><item><title><![CDATA[New comment by danofsteel32 in "Where is all the book data?"]]></title><description><![CDATA[
<p>The Open Library project <a href="https://openlibrary.org/developers" rel="nofollow">https://openlibrary.org/developers</a> has a free ISBN API. I used it along with tesseract OCR and a webcam to build a database of my physical books (218 total). I never had any rate limiting issues.</p>
]]></description><pubDate>Fri, 11 Nov 2022 17:26:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=33563724</link><dc:creator>danofsteel32</dc:creator><comments>https://news.ycombinator.com/item?id=33563724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33563724</guid></item></channel></rss>