<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: 93n</title><link>https://news.ycombinator.com/user?id=93n</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 29 May 2026 18:45:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=93n" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 93n in "State of Homelab 2026"]]></title><description><![CDATA[
<p>FWIW: Depending on your use case, Cloudflare doesn't have visibility into to cleartext. In my setup, I use their arbitrary TCP tunneling feature to tunnel SSH for a remote host, which works great.<p>That said: I do also tunnel HTTP, and I've come to terms with the privacy risk. Being able to setup enforcement of things like mTLS at the edge is quite nice.</p>
]]></description><pubDate>Tue, 14 Apr 2026 00:08:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47759592</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=47759592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47759592</guid></item><item><title><![CDATA[New comment by 93n in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>Yep, I run esphome in a separate stack w/o issues.</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:54:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47401534</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=47401534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47401534</guid></item><item><title><![CDATA[New comment by 93n in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>The host I run HA on is Ubuntu server. If memory serves me right, the Bluetooth issue was related to apparmor and dbus restrictions on docker</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:36:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47401260</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=47401260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47401260</guid></item><item><title><![CDATA[New comment by 93n in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>I go the container route, and have only had one issue: allowing HA to access my system's Bluetooth adapter. I had some ESP32s lying around, so I used ESPHome to make a Bluetooth proxy, which solved that issue.<p>I don't run addons though, which might be part of it.</p>
]]></description><pubDate>Mon, 16 Mar 2026 14:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47399567</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=47399567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47399567</guid></item><item><title><![CDATA[New comment by 93n in "I'm 60 years old. Claude Code killed a passion"]]></title><description><![CDATA[
<p>> The fun part is in the building, it's in the understanding, the growth of me.<p>I agree with this sentiment as well. Without a doubt, my favorite part of the job is coming up with a solution that just 'feels right', especially when said solution is much cleaner than brute force/naive approach. It sounds cheesy, but it truly is one of my favorite sensations.<p>I'm the senior-most engineer on my team of about 15. I try to emphasize software craftsmanship, which resonates with some but not all. We have a few engineers who have seemingly become reliant on AI tooling, and I struggle with them. Some of them are trying to push code that they clearly don't understand and aren't reviewing, and I think they're setting themselves up for failure due to lack of growth.</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:30:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391532</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=47391532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391532</guid></item><item><title><![CDATA[New comment by 93n in "I program on the subway"]]></title><description><![CDATA[
<p>I decided to cut an hour out of my in-the-office time recently, figuring that I'm sitting on the bus for any hour anyway, so I might as well use that time to knock some work out instead. Tethering is pretty good other than a predictable problem spot or two.<p>Much better experience than working on a plane. I've done a handful of cross-US flights this year on Alaska Airlines, and trying to do anything network-related on those flights was torture. Super spotty, high latencies, constant timeouts; very frustrating.</p>
]]></description><pubDate>Sun, 21 Dec 2025 22:43:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46349356</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=46349356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46349356</guid></item><item><title><![CDATA[New comment by 93n in "Windows 11 will ask consent before sharing personal files with AI after outrage"]]></title><description><![CDATA[
<p>+1. I switched from Pop OS to Debian + KDE last week, and KDE has been solid. I too read a handful of articles calling out the choice fatigue, and other than a few tweaks (maybe half an hour?) I was ready to go. I run old-ish hardware (circa 2013) without any issues.<p>Something notable is that the all the hotkeys felt 'just right'. I had to tinker a bunch in Pop OS to get satisfying hotkey combos, and the COSMIC upgrade reset them all.</p>
]]></description><pubDate>Wed, 17 Dec 2025 04:03:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46298111</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=46298111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46298111</guid></item><item><title><![CDATA[New comment by 93n in "The highest quality codebase"]]></title><description><![CDATA[
<p>Yeah, I know this feeling very well.<p>I usually attribute it to people being lazy, not caring, or not using their brain.<p>It's quite frustrating when something is *<i>so obviously*</i> wrong, to the point that anyone with a modicum of experience should be able to realize that what was implemented is totally whack. Please, spend at least a few minutes reviewing your work so that I don't have to waste my time on nonsense.</p>
]]></description><pubDate>Fri, 12 Dec 2025 03:41:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46240642</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=46240642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46240642</guid></item><item><title><![CDATA[New comment by 93n in "Hugo Static Site on Cloudflare"]]></title><description><![CDATA[
<p>My mom was paying a few hundred a year to Wix for a basic single page, static site. I finally decided that it was a waste of money and went down the Hugo-on-cloudflare route a few months ago. Can't beat it - all she's paying for now is the domain.<p>The only issue I had encountered was moving the domain from wix. If memory serves me right, I had to point the NS records to CF to do the transfer, and Wix doesn't allow control over them. I ended up transferring over to Porkbun instead, but using CF for DNS.<p>Hugo took some getting used to. Most of the templates I had seen were for blogs, but "hugo-scroll" works like a charm for the basic single page site.</p>
]]></description><pubDate>Tue, 25 Nov 2025 05:09:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46042530</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=46042530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46042530</guid></item><item><title><![CDATA[New comment by 93n in "WebDAV isn't dead yet"]]></title><description><![CDATA[
<p>Native WebDAV mount support in Android would be handy. I use davx5 (<a href="https://github.com/bitfireAT/davx5-ose" rel="nofollow">https://github.com/bitfireAT/davx5-ose</a>), but accessing files is a bit clunky.<p>I like WebDAV because it 'just works' with the mTLS infra I had already setup on my homelab for access from the outside world.<p>I use sftpgo (<a href="https://sftpgo.com/" rel="nofollow">https://sftpgo.com/</a>) on the server side.</p>
]]></description><pubDate>Sun, 26 Oct 2025 16:01:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45712903</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=45712903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45712903</guid></item><item><title><![CDATA[New comment by 93n in "In Praise of RSS and Controlled Feeds of Information"]]></title><description><![CDATA[
<p>Another +1 for miniflux.<p>Something atypical about my setup is that I wired up miniflux webhooks to n8n and gotify so that when I click "save" on an entry, I get a notification for it. It's a rudimentary way to setup a "read it later" list.</p>
]]></description><pubDate>Fri, 03 Oct 2025 14:24:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45463372</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=45463372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45463372</guid></item><item><title><![CDATA[New comment by 93n in "N8n added native persistent storage with DataTables"]]></title><description><![CDATA[
<p>I self-host n8n along with about two dozen other services for personal use.<p>I make extensive use of the webhook triggers. Being able to spin up an endpoint with minimal effort is quite handy.<p>The data table feature looks useful. Similar to another poster, I've been using json blobs on disk instead, since I don't have concurrency, scaling, or performance concerns for my use cases.<p>I get some very weird vibes from the n8n subreddit. There's a bunch of 'get rich quick with AI workflows' posts which feel icky.</p>
]]></description><pubDate>Fri, 03 Oct 2025 01:31:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45457763</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=45457763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45457763</guid></item><item><title><![CDATA[New comment by 93n in "De-Clouding: Music"]]></title><description><![CDATA[
<p>Same setup, minus the Pi. That includes originally starting out with jellyfin!<p>When on Jellyfin, I used to manually transcode the entire library to ogg and use syncthing to replicate it to my devices. Symfonium's ability to cache transcoded files is quite handy (although the initial backfill of ~20K songs took a few tries)</p>
]]></description><pubDate>Fri, 12 Sep 2025 13:51:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45222160</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=45222160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45222160</guid></item><item><title><![CDATA[New comment by 93n in "Email Forwarding for Your Domain"]]></title><description><![CDATA[
<p>I have the same "confuse humans" problem. I use CloudFlare to forward ${company}@accounts.${me}.com to a personal GMail. I've had a limited number of cases where the sender will accept the address, but internally fail to send to it, Costco being one of them (the person in-store at Costco couldn't get over the address)</p>
]]></description><pubDate>Tue, 13 May 2025 14:26:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43973350</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=43973350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43973350</guid></item><item><title><![CDATA[New comment by 93n in "Start a computer club in the place that you live (2023)"]]></title><description><![CDATA[
<p>+1. Would love to talk about self-hosting with other people interested in the hobby</p>
]]></description><pubDate>Sat, 22 Feb 2025 17:08:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43140779</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=43140779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43140779</guid></item><item><title><![CDATA[New comment by 93n in "Bitwarden introduces mandatory 2FA for new devices"]]></title><description><![CDATA[
<p>Plus backups, which you want to ensure are solid for data like this.</p>
]]></description><pubDate>Tue, 28 Jan 2025 20:01:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42857218</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=42857218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42857218</guid></item><item><title><![CDATA[New comment by 93n in "Researchers find Alzheimer's-like brain changes in long Covid patients"]]></title><description><![CDATA[
<p>Late 20s, same thing. I am constantly forgetting words for things, but can visualize what it's describing in my head.</p>
]]></description><pubDate>Sat, 31 Aug 2024 19:01:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=41411032</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=41411032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41411032</guid></item><item><title><![CDATA[New comment by 93n in "Researchers find Alzheimer's-like brain changes in long Covid patients"]]></title><description><![CDATA[
<p>Jan 2022 for me. I also have the "air hunger" sensation, but it comes in spurts. I was also perscribed an inhaler, and have used it a few times, but it doesn't seem to have much of an impact.</p>
]]></description><pubDate>Sat, 31 Aug 2024 18:58:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=41411008</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=41411008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41411008</guid></item><item><title><![CDATA[New comment by 93n in "Caddy 2.8"]]></title><description><![CDATA[
<p>Another Caddy fan here. I've used it for the past year or two since I started getting into homelabs, and it works great.</p>
]]></description><pubDate>Sat, 01 Jun 2024 17:55:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=40547754</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=40547754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40547754</guid></item><item><title><![CDATA[New comment by 93n in "Google releases smart watch for kids"]]></title><description><![CDATA[
<p>Visible (Verizon) has a "plus" plan for $45/mo which includes Apple Watch service.</p>
]]></description><pubDate>Sat, 01 Jun 2024 17:29:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=40547562</link><dc:creator>93n</dc:creator><comments>https://news.ycombinator.com/item?id=40547562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40547562</guid></item></channel></rss>