<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: paranoidrobot</title><link>https://news.ycombinator.com/user?id=paranoidrobot</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 30 May 2026 20:04:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=paranoidrobot" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by paranoidrobot in "GitLab announces workforce reduction and end of their CREDIT values"]]></title><description><![CDATA[
<p>> It’s not like we have a term like “individual contributor” or anything in the industry.<p>Perhaps I'm missing something here.<p>To me "individual contributor" means anyone who is NOT:  A (technical) "Lead", "Chief", "Architect", or (possibly) "Staff" anything, and has no management or team-leader responsibilities.</p>
]]></description><pubDate>Mon, 11 May 2026 23:50:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48102336</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=48102336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48102336</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Edit store price tags using Flipper Zero"]]></title><description><![CDATA[
<p>I'm in Australia but similar sounding system is in operation at our two major supermarkets.<p>I scanned a drink, heard the beep, put it in the bag.  I scanned a loaf of bread, heard a beep, put it in the bag.<p>Now, instead of the typical "Unexpected item in the bagging area" it now shows the overhead replay and locks the system out until an employee comes over to review.<p>Combined with their exit gates that don't open if they think you've not paid for something, and cameras that track you through the store it's feeling very unfriendly.</p>
]]></description><pubDate>Tue, 21 Apr 2026 23:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47856176</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47856176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47856176</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Why are we still using Markdown?"]]></title><description><![CDATA[
<p>I don't read HTML all the time, and I don't expect it to be easy to read when outside of a browser.<p>Markdown though, that's my slightly fancy readme. It has just enough structure that I can easily read and understand it on the command line.<p>I can easily grep it without need for an advanced parsing engine.<p>If you need something with font and style weight then go for HTML.<p>But if I see README.html with a project, it's going to put me off wanting to contribute. I do not want to learn that project's style guide for how to add some new parameters to a table or remember that they want to specify italics in one of a dozen different ways.</p>
]]></description><pubDate>Fri, 03 Apr 2026 18:36:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47630334</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47630334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47630334</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Tailscale's new macOS home"]]></title><description><![CDATA[
<p>> I believe a VPN should stay hidden if it works, no need to have it visible.<p>Which is fine if you only have one VPN client or one VPN network and you don't need to turn it on/off or change it regularly.<p>My current day job has one VPN client but five different networks.<p>At a previous job I had two different clients I would need to switch on and off.<p>It is very on-brand with Apple though that there is one right way to do things, and everyone else either needs to change the way they do things or go elsewhere.</p>
]]></description><pubDate>Fri, 03 Apr 2026 08:16:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47624325</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47624325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47624325</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Women are being abandoned by their partners on hiking trails"]]></title><description><![CDATA[
<p>> It is a shame articles like this imply that all men act this way<p>It's not implying that at all.</p>
]]></description><pubDate>Wed, 18 Mar 2026 23:41:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47432787</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47432787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47432787</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Women are being abandoned by their partners on hiking trails"]]></title><description><![CDATA[
<p>The article mentions, briefly, the case of the Austrian who was recently convicted of manslaughter for abandoning his girlfriend on the side of a mountain.<p>The story is apparently much much worse than it sounds from the brief coverage.<p>Rebecca Watson did a video on it recently: <a href="https://youtu.be/zf6rUxqrDes" rel="nofollow">https://youtu.be/zf6rUxqrDes</a><p>There were, apparently, many many signs that things were not going well: beginning the hike too late in the day; passing a sign that said "do not continue if you have not reached this point by X time", despite reaching it hours later; Waving off a rescue helicopter; putting his phone in DND mode.<p>A former girlfriend testified that he has done basically the same thing to her years earlier, on the same mountain.</p>
]]></description><pubDate>Tue, 17 Mar 2026 19:29:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47417106</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47417106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47417106</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>Add-ons (now apps) can't be done without HAOS. It's one of those non-obvious things.<p>There's other things I forget which are also more difficult/annoying to manage on the container version.<p>I have a rather large docker compose stack so my first experiments with HA were as running it there.<p>That lasted maybe a week before I went and ran it as a VM instead.</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:38:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47401277</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47401277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47401277</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>I haven't done it either. But it should just be a case of passing the device to the container. You might need to disable the host from using it and pass admin rights to the container too.<p>But it was also quite easy to pass a USB device to the HAOS VM in Proxmox.</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:34:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47401231</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47401231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47401231</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>I wouldn't put running a weather station in the same class of disk activity as running Home Assistant. It is writing a fairly large amount of logs, plus statistics for every attribute/sensor for every device. The more devices you have, the more you will be writing.<p>There are regularly threads from people with "I restarted HA and now I get this weird boot error message", and it's because their SD card died.<p>You do you, but it's common enough of a problem that I think it's worth calling out as a "Don't do this".</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:29:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47401147</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47401147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47401147</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>I'm using OPNSense for the router, on their dedicated hardware - DEC750 iirc.<p>The switches are mostly Mikrotik, with some Unifi switches.<p>The wifi APs are all Unifi - they are all PoE and wired into the same network, no mesh. Even between buildings I ran fibre.<p>For the switching and routing, were I to do it again now I might go all Unifi. They recently implemented some much needed updates to make doing things like firewall rules and routing based on device much easier.  I have a complicated set of rules in OPNsense to route IOT VLAN traffic out via a VPN connection, which require static IP assignments via DHCP, but under the new Unifi network I could do it with a few clicks and being able to use device attributes rather than a static IP.<p>I am also using an SLZB-MR1 for a ZigBee controller and Matter over Thread border router. I've got a bunch of IKEA and Mercator ZigBee light bulbs/fixtures that act as ZigBee routers. It's a strong enough mesh I rarely have issues with the ~180 devices on the net.</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:20:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47401035</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47401035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47401035</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Home Assistant waters my plants"]]></title><description><![CDATA[
<p>While you can run HA as a container. I think it's a mistake - Its more complicated and has reduced features.<p>I would instead recommend people use HAOS instead - either running on dedicated hardware OR as a VM. Just dont run it from an SD card if you go down the Raspberry Pi/SBC route - it will kill the card from IO cycles.<p>I have an IOT VLAN on my network that all the IOT bits sit in, including WIFI devices. What internet access it gets (if any) depends on the device profile.<p>I tried splitting things up into multiple VLANs but a whole lot of things assume just a flat network, so things stop working if you get too fancy.</p>
]]></description><pubDate>Mon, 16 Mar 2026 13:18:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47398641</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47398641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47398641</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Skip the Tips: A game to select "No Tip" but dark patterns try to stop you"]]></title><description><![CDATA[
<p>A few years ago I was checking out of a reasonably up-scale hotel in Barcelona early in the morning.<p>They punch numbers into one of those wireless hand terminals. I tap my card, enter the pin and then before I can react to what the screen is now saying they've punched the 'Accept Conversion' button and submit it.  By the time I realise what has happened, it's too late and has started printing the reciept.<p>I insisted they reverse it and redo the transaction without that - the staff didn't understand and didn't care they'd cost me another 10-15%. It really adds up for a week long stay.</p>
]]></description><pubDate>Fri, 13 Feb 2026 23:29:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47009278</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=47009278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47009278</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Discord will require a face scan or ID for full access next month"]]></title><description><![CDATA[
<p>Instagram did a similar thing for me back in 2016-ish.<p>A family member had been sharing some photos they were taking, but only on Instagram.<p>So I signed up an account, verified via email and phone number. I wasn't initially able to find the family member's account. A week later after I got the spelling of their username right, Instagram popped up "Your account has been suspended".  They then sent me an email saying I needed to take a photo of myself holding government ID, and a piece of paper with a hand-written code they supplied, plus a close-up photo of said government ID.  No way was I supplying all that just to be able to browse some photos.</p>
]]></description><pubDate>Mon, 09 Feb 2026 22:24:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46952394</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46952394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46952394</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Command-line Tools can be 235x Faster than your Hadoop Cluster (2014)"]]></title><description><![CDATA[
<p>A selection of times it's been previously posted:<p>(2018, 222 comments) <a href="https://news.ycombinator.com/item?id=17135841">https://news.ycombinator.com/item?id=17135841</a><p>(2022, 166 comments) <a href="https://news.ycombinator.com/item?id=30595026">https://news.ycombinator.com/item?id=30595026</a><p>(2024, 139 comments) <a href="https://news.ycombinator.com/item?id=39136472">https://news.ycombinator.com/item?id=39136472</a> - by the same submitter as this post.</p>
]]></description><pubDate>Sun, 18 Jan 2026 11:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46666827</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46666827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46666827</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Dell UltraSharp 52 Thunderbolt Hub Monitor"]]></title><description><![CDATA[
<p>My desk has 2x 27" and 1x 43" Dell monitors. Unfortunately the new work MacBook only supports two external displays so one of those 27 sits idle.<p>What used to be nice is now a case of constantly shuffling windows, not made easy by MacOSs janky window handling.<p>I've been looking for a second 43" to replace the 27"s but the high price and sub-par quality of the 43 is making me wait.<p>I am also finding it difficult to find monitor arms that will carry such large and heavy screens. The 43 is already at the limit of the one reasonably priced arm I found and a definite struggle to mount.</p>
]]></description><pubDate>Sat, 17 Jan 2026 08:02:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46656162</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46656162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46656162</guid></item><item><title><![CDATA[New comment by paranoidrobot in "The chess bot on Delta Air Lines will destroy you (2024) [video]"]]></title><description><![CDATA[
<p>good news: that seat design is available and some airlines use it.</p>
]]></description><pubDate>Tue, 13 Jan 2026 16:23:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46603127</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46603127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46603127</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Cowork: Claude Code for the rest of your work"]]></title><description><![CDATA[
<p>I've run into this a bunch too.<p>Just this week I wanted Claude Code to plan changes in a sub directory of a very large repo. I told it to ignore outside directories and focus on this dir.<p>It then asked for permission to run tree on the parent dir. Me: No. Ignore the parent dir. Just use this dir.<p>So it then launches parallel discovery tasks which need individual permission approval to run - not too unusual, as I am approving each I notice it sneak in grep and ls for the parent dir amongst others. I keep denying it with "No" and it gets more creative with what tool/pathing it's trying to read from the parent dir.<p>I end up having to cancel the plan task and try again with even more firm instructions about not trying to read from the parent. That mostly worked the subsequent plan it only tried the once.</p>
]]></description><pubDate>Tue, 13 Jan 2026 15:54:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46602634</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46602634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46602634</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Fighting back against biometric surveillance at Wegmans"]]></title><description><![CDATA[
<p>If we define face scanning as specifically doing facial-recognition over multiple cameras, stores and/or time, then it's quite clear and simple.<p>A store could easily have security cameras operating without issue.  They don't need to do any more smarts on it.<p>It's where you draw the line on smarts that's the thing.<p>- Person-shaped-object crossed from public-area to private area (eg through a staff-only door) without a corresponding door swipe event.<p>- Person-shaped-object appears to take an object off a shelf and put it in their bag/pocket.<p>- Specifically tracking a person over multiple cameras in one visit as they navigate the store, without associating with an identity<p>- Using facial recognition to recognise the same person over multiple visits/stores, and being able to track their activity over all of those visits.<p>There could be arguments for some of these being permitted without it being a total invasion of privacy.</p>
]]></description><pubDate>Thu, 08 Jan 2026 02:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46536352</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46536352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46536352</guid></item><item><title><![CDATA[New comment by paranoidrobot in "FreeBSD Home NAS, part 3: WireGuard VPN, routing, and Linux peers"]]></title><description><![CDATA[
<p>One of the major advantages for Wireguard over OpenVPN (for me) is that it's quite difficult for random port scans to detect it.<p>With OpenVPN it's hanging out there responding to everyone that asks nicely that yes, it's OpenVPN.<p>So anyone with a new exploit for OpenVPN just has to pull up Shodan and now they've got a nice list of targets that likely have access to more private networks.<p>Wireguard doesn't respond at all unless you've got the right keys.<p>Also, fwiw - we're approaching 11 years since it was announced, and 5 years since it was accepted into the Linux/BSD kernels.</p>
]]></description><pubDate>Mon, 05 Jan 2026 01:56:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46494510</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46494510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46494510</guid></item><item><title><![CDATA[New comment by paranoidrobot in "Honey's Dieselgate: Detecting and tricking testers"]]></title><description><![CDATA[
<p>The original site is down for me, so going based on the app I was thinking it was about the actual edible Honey product, not Honey the discount coupon thing.</p>
]]></description><pubDate>Tue, 30 Dec 2025 22:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46439034</link><dc:creator>paranoidrobot</dc:creator><comments>https://news.ycombinator.com/item?id=46439034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46439034</guid></item></channel></rss>