<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: skittleson</title><link>https://news.ycombinator.com/user?id=skittleson</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 08:15:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=skittleson" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by skittleson in "Running local models is good now"]]></title><description><![CDATA[
<p>i've been running qwen 3.6 35B A3B with llama.cpp on a 3090ti. i have found it better then sonnet in many ways. Speed and iterations was key. here is the gist of my current configuration:  <a href="https://gist.github.com/spencerkittleson/5e44b6895a17ca45161bad3675d87069" rel="nofollow">https://gist.github.com/spencerkittleson/5e44b6895a17ca45161...</a>  I use this with tailscale so all my devices have full access to it.  That machine get toasty....</p>
]]></description><pubDate>Tue, 16 Jun 2026 23:25:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48563687</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=48563687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48563687</guid></item><item><title><![CDATA[New comment by skittleson in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>I made a bunch of silly projects at first to help me manage daily life. For example, automating saving important emails based on prior history. Extracting text and putting it into csv files, downloading finance reports, reminder scripts, watchdog scripts. All the boring stuff pretty much what was done at first.<p>Now, i have gotten to point where i am replacing actual useful applications that I need to get stuff done. Plugs here:  <a href="https://github.com/skittleson/mqtt_broker_esp" rel="nofollow">https://github.com/skittleson/mqtt_broker_esp</a> and <a href="https://github.com/skittleson/WyzeBridge" rel="nofollow">https://github.com/skittleson/WyzeBridge</a>.</p>
]]></description><pubDate>Tue, 09 Jun 2026 16:51:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48463667</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=48463667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48463667</guid></item><item><title><![CDATA[New comment by skittleson in "My two light switches got stuck in an infinite echo loop"]]></title><description><![CDATA[
<p>I did write it the first few drafts but after that it was mostly rewritten by AI. Fair point tho, I'll do better</p>
]]></description><pubDate>Sat, 06 Jun 2026 06:06:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48421876</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=48421876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48421876</guid></item><item><title><![CDATA[My two light switches got stuck in an infinite echo loop]]></title><description><![CDATA[
<p>Article URL: <a href="https://docodethatmatters.com/the-infinite-echo-state-mirror-bug/">https://docodethatmatters.com/the-infinite-echo-state-mirror-bug/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48363683">https://news.ycombinator.com/item?id=48363683</a></p>
<p>Points: 9</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 01 Jun 2026 22:57:06 +0000</pubDate><link>https://docodethatmatters.com/the-infinite-echo-state-mirror-bug/</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=48363683</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48363683</guid></item><item><title><![CDATA[Show HN: Mqtt Broker for 10 Years]]></title><description><![CDATA[
<p>Intended for 10-year (plus hopefully) deployment lifetime on $10-30 of silicon. The kind of thing you screw to a wall, plug in, and walk away from for a decade. No telemetry, no phone-home updates, no external dependencies. Storage decisions get a sanity checked against NVS wear... a write-per-PUBLISH would shred the flash in months, so the retained store and in tables that stay in PSRAM.<p>Its heavily written with AI and borrowed a lot of visuals from Tasmota. Not for production use yet (been currently running it for a month with great results!)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48362378">https://news.ycombinator.com/item?id=48362378</a></p>
<p>Points: 15</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 01 Jun 2026 20:42:23 +0000</pubDate><link>https://github.com/skittleson/mqtt_broker_esp</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=48362378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48362378</guid></item><item><title><![CDATA[New comment by skittleson in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>Mqtt broker on esp32 for long term deployments <a href="https://github.com/skittleson/mqtt_broker_esp" rel="nofollow">https://github.com/skittleson/mqtt_broker_esp</a></p>
]]></description><pubDate>Sun, 10 May 2026 23:00:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48089032</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=48089032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48089032</guid></item><item><title><![CDATA[Show HN: Hacking Sony A6000 for Fun]]></title><description><![CDATA[
<p>Article URL: <a href="https://docodethatmatters.com/hacking-sony-a6000-for-modernization/">https://docodethatmatters.com/hacking-sony-a6000-for-modernization/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47243815">https://news.ycombinator.com/item?id=47243815</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Mar 2026 06:18:36 +0000</pubDate><link>https://docodethatmatters.com/hacking-sony-a6000-for-modernization/</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=47243815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47243815</guid></item><item><title><![CDATA[New comment by skittleson in "What podcasts are you listening to?"]]></title><description><![CDATA[
<p><a href="https://thespaceabove.us/" rel="nofollow">https://thespaceabove.us/</a>  extremely good listen with a lot of details in the early years of the space program. I found renewed interest in the area. Even started replicating some of the missions in KSP</p>
]]></description><pubDate>Thu, 26 Feb 2026 13:38:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47165930</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=47165930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47165930</guid></item><item><title><![CDATA[New comment by skittleson in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://docodethatmatters.com" rel="nofollow">https://docodethatmatters.com</a> It was a way for me to build, optimize, and enrich my skills around the web standards. Also, a place for me to document some of the fun projects around DSLR camera hacking, Raspberry PIs, home automations and  3d printing</p>
]]></description><pubDate>Thu, 15 Jan 2026 17:43:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46636282</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=46636282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46636282</guid></item><item><title><![CDATA[New comment by skittleson in "Self-hosting my photos with Immich"]]></title><description><![CDATA[
<p>One thing I really like is the performance... its smooth and fluid. The api is really useful as well: I wrote a small job to auto add descriptions and tags to the images.</p>
]]></description><pubDate>Sat, 06 Dec 2025 05:13:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46170923</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=46170923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46170923</guid></item><item><title><![CDATA[New comment by skittleson in "Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker"]]></title><description><![CDATA[
<p>There is a few problems with the site docs, the app image for linux (missing libs) and docker instructions.  Otherwise its a great idea.</p>
]]></description><pubDate>Fri, 21 Nov 2025 19:11:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46007781</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=46007781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46007781</guid></item><item><title><![CDATA[New comment by skittleson in "Ask HN: What Are You Working On? (Nov 2025)"]]></title><description><![CDATA[
<p>Moved from nodered only to a hybrid of nodered and home assistant. Added some new sensors, nfc tags, modes and automations for multiple tenants / cost savings. Its been fun to automate some boring tasks.</p>
]]></description><pubDate>Sun, 09 Nov 2025 21:36:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45869421</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=45869421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45869421</guid></item><item><title><![CDATA[New comment by skittleson in "Canal Boat Simulator"]]></title><description><![CDATA[
<p>It just screams as the start of joke but end up finding it's a quick quirky game you wanna share with ppl. Great job!</p>
]]></description><pubDate>Wed, 25 Jun 2025 02:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44373215</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=44373215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44373215</guid></item><item><title><![CDATA[New comment by skittleson in "Ask HN: What Are You Working On? (October 2024)"]]></title><description><![CDATA[
<p>Still working on the bluetooth "wall of sheep" app. <a href="https://github.com/skittleson/bluetooth-wos">https://github.com/skittleson/bluetooth-wos</a> . im hoping to put more insight on each device and receive avaliable notifications from the devices. I even figured out a rough estimate of how far devices are away with just RSSI and other available devices that have TX Power and RSSI within a few meters.</p>
]]></description><pubDate>Mon, 28 Oct 2024 15:31:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=41972107</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=41972107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41972107</guid></item><item><title><![CDATA[New comment by skittleson in "Show HN: Bluetooth "Wall of Sheep""]]></title><description><![CDATA[
<p>A fun toy project that shows some Bluetooth devices around me.  Inspired by a Defcon "Wall of Sheep".</p>
]]></description><pubDate>Thu, 17 Oct 2024 19:44:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41873066</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=41873066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41873066</guid></item><item><title><![CDATA[Show HN: Bluetooth "Wall of Sheep"]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/skittleson/bluetooth-wos">https://github.com/skittleson/bluetooth-wos</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41873065">https://news.ycombinator.com/item?id=41873065</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 17 Oct 2024 19:44:41 +0000</pubDate><link>https://github.com/skittleson/bluetooth-wos</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=41873065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41873065</guid></item><item><title><![CDATA[New comment by skittleson in "Ask HN: What are you working on (September 2024)?"]]></title><description><![CDATA[
<p>Still tinkering with a bluetooth "wall of sheep" terminal app. <a href="https://github.com/skittleson/bluetooth-wos">https://github.com/skittleson/bluetooth-wos</a></p>
]]></description><pubDate>Fri, 04 Oct 2024 23:22:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41746417</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=41746417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41746417</guid></item><item><title><![CDATA[New comment by skittleson in "Kids who use ChatGPT as a study assistant do worse on tests"]]></title><description><![CDATA[
<p>Agreed. I dont want kids to use this until they are much older... it's a crutch.  They are not applying critical thinking skills when using a LLM. The value is when children try->fail->try->fail->try->succeed. It builds up problem-solve abilities.</p>
]]></description><pubDate>Thu, 05 Sep 2024 04:30:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41453478</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=41453478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41453478</guid></item><item><title><![CDATA[New comment by skittleson in "Ask HN: What are you working on (August 2024)?"]]></title><description><![CDATA[
<p>Bluetooth low engery "wall of sheep" toy app <a href="https://gist.github.com/skittleson/705624a8f6967187096091cbd7a75597" rel="nofollow">https://gist.github.com/skittleson/705624a8f6967187096091cbd...</a></p>
]]></description><pubDate>Sun, 25 Aug 2024 06:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41344980</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=41344980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41344980</guid></item><item><title><![CDATA[Show HN: Dozen roses 3D printed for Valentine's day]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/skittleson/status/1757810255801770194">https://twitter.com/skittleson/status/1757810255801770194</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39372235">https://news.ycombinator.com/item?id=39372235</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 14 Feb 2024 17:06:16 +0000</pubDate><link>https://twitter.com/skittleson/status/1757810255801770194</link><dc:creator>skittleson</dc:creator><comments>https://news.ycombinator.com/item?id=39372235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39372235</guid></item></channel></rss>