<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: spacemule</title><link>https://news.ycombinator.com/user?id=spacemule</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 18 May 2026 10:23:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=spacemule" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by spacemule in "Show HN: I solved my study problems by talking to a goose"]]></title><description><![CDATA[
<p>Does nothing on Firefox Android. You can't even see the error because of overlapping elements.</p>
]]></description><pubDate>Fri, 15 May 2026 10:40:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48146958</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=48146958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48146958</guid></item><item><title><![CDATA[New comment by spacemule in "Microsoft Edge stores all passwords in memory in clear text, even when unused"]]></title><description><![CDATA[
<p>`sops exec-env`<p>I have an alias set for when I'm working with opentofu:<p>`alias tfenter='sops exec-env secrets.yaml "/bin/bash"'`<p>I encrypt with openbao's transit engine and backup age key kept in a password manager, so no secrets live on disk.</p>
]]></description><pubDate>Mon, 04 May 2026 20:23:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48014461</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=48014461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48014461</guid></item><item><title><![CDATA[New comment by spacemule in "Security through obscurity is not bad"]]></title><description><![CDATA[
<p>I would argue moving SSH to a non-standard port is security, but it's a different kind. By reducing the noise in logs, it reduces the workload on the human or agent reviewing the logs. So, you can detect an attack in progress or respond to an attack before it gets out of hand. With SSH on a standard port, the harmful malicious logs can blend in with the annoying malicious logs much better.</p>
]]></description><pubDate>Sun, 03 May 2026 16:45:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47998768</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=47998768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47998768</guid></item><item><title><![CDATA[New comment by spacemule in "OpenSUSE Kalpa"]]></title><description><![CDATA[
<p>I can't think of anything that doesn't just work in that it's broken in some way. There are things that are different. I've been using MicroOS with Plasma for at least 4 years now on my personal machine and my work laptop. At some point they changed the name to Kalpa. There were some times in there where things were broken and it needed to roll back and pause automatic updates for a few days, but otherwise it functions just as expected.<p>A couple of annoyances exist. For example IDEs want to use the system's shell, so you have to make a custom entry to use your distrobox. Tools like python, node, tofu, etc are installed in a distrobox and then exported with `distrobox-export -b $(which $BINARY)` so that you can call them from the IDE.<p>For me, it's worth those few rough edges. When I install an OS for non-technical people who just need a web browser, I install Kalpa. It looks close enough to Windows to be easy to use, and it's never broken in a way I can't explain over the phone or a text how to fix.<p>It even passed the wife test in our house. It took a few years of marriage to convince her that her laptop shouldn't take 30 minutes to boot and open Chrome. She let me switch her over to Kalpa (it may have still been called MicroOS Desktop then) a few years back. That old laptop is still kicking and fast enough for her needs. Had she stuck with Windows, it'd be a brick now because of the requirements for upgrading to W10 and 11.</p>
]]></description><pubDate>Tue, 17 Mar 2026 21:01:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418257</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=47418257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418257</guid></item><item><title><![CDATA[New comment by spacemule in "X offices raided in France as UK opens fresh investigation into Grok"]]></title><description><![CDATA[
<p>The meaning of the percentages is still unclear.</p>
]]></description><pubDate>Wed, 04 Feb 2026 18:14:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46889407</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=46889407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46889407</guid></item><item><title><![CDATA[Show HN: Oauth2-Proxy-Injector]]></title><description><![CDATA[
<p>A few weeks ago I could barely code in python, and I could not code a single line of go. After seeing claude handle a work project impressively, I decided to try using it to teach me to code. I asked it to scaffold projects, write todos above the functions, and tell me a reasonable order to work in. This doesn't teach software design, but it really helps get over the hump of learning the ecosystem and standard libraries.<p>Now, I still can't program unassisted, but I feel confident enough to read others' code and maybe even submit a small PR to fix a bug.<p>This is my first attempt at a generally useful project. It's a mutating admission webhook. This is still a WIP, but it's working and I'm using it on my own k3s cluster. It adds oauth2-proxy to pods that need authentication. On the cluster, I replaced Authentik with Zitadel, and I needed something to fill in the role of Authentik's proxy provider.<p>Since so many people are using and becoming frustrated with AI now, I hope this can be some inspiration to use AI as a tool to learn something new instead of as an assistant. Hopefully the more experienced programmers here can let me know what about this looks like slop (I assume it does). I'm afraid if I keep this up, I'll learn to program too much like claude.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46779287">https://news.ycombinator.com/item?id=46779287</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 27 Jan 2026 12:48:53 +0000</pubDate><link>https://github.com/spacemule/oauth2-proxy-injector</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=46779287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46779287</guid></item><item><title><![CDATA[New comment by spacemule in "Iran Goes Into IPv6 Blackout"]]></title><description><![CDATA[
<p>Bouncing signals off of the ionosphere is most definitely not an option here. The bandwidth of the signals that Starlink needs in order to provide service are far wider than the range of frequencies that bounce off any layer of the ionosphere. If you could get a 10GHz signal to bounce off of the F layer, you'd have a lot of very excited amateur radio operators who would start using that instead of the moon as their reflector.</p>
]]></description><pubDate>Thu, 08 Jan 2026 19:47:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46545533</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=46545533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46545533</guid></item><item><title><![CDATA[New comment by spacemule in "Mazda suitcase car, a portable three-wheeled vehicle that fits in the luggage"]]></title><description><![CDATA[
<p>The cookie consent banner here is the ultimate dark pattern. No deny all option, and the options are impossible to determine. Is the first toggle to turn on or off? I assume on, but that's not labelled anywhere. Based on convention, I'd assume to the right is enabled, but it's entirely against their interests to have it default to off.</p>
]]></description><pubDate>Tue, 09 Dec 2025 15:03:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46205663</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=46205663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46205663</guid></item><item><title><![CDATA[New comment by spacemule in "The Deletion of Docker.io/Bitnami"]]></title><description><![CDATA[
<p>Almost the same situation here. The only thing I used was Kafka, and I only used that to allow horizontal scaling of Argo Events sensors. Moved over to jetstream, saved a bunch of compute and memory, and realized I didn't need to scale Argo's sensors horizontally. Really, Bitnami's decision made my life easier in the end.</p>
]]></description><pubDate>Thu, 28 Aug 2025 13:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45052116</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=45052116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45052116</guid></item><item><title><![CDATA[New comment by spacemule in "I tried every todo app and ended up with a .txt file"]]></title><description><![CDATA[
<p>The author's complaints about the various solutions hit home. My wife and I tried a bunch of solutions for shared tasks and lists. Finally I found vikunja, put it on my home cluster, and it's been a game changer. We never run out of milk due to a lack of communication, and I have no excuse to forget the chore she asked me to get around to last week.<p>There really is a sweet spot between helping productivity and overcomplicating life, and most of these applications go for the latter. Glad we finally found something that works for us. I'm just sharing here hoping it'll help someone else.</p>
]]></description><pubDate>Mon, 11 Aug 2025 18:22:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44867593</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=44867593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44867593</guid></item><item><title><![CDATA[New comment by spacemule in "How to Network as an Introvert"]]></title><description><![CDATA[
<p>I was thinking the same. When a person starts repeating what I said back to me, especially if it's nothing outrageous, it feels like I'm being interrogated. My response is to deny. E.g.:<p>> Me: Last week I went to the beach.<p>> Conversational adversary: You went to the beach last week?<p>> Me: No.<p>Maybe this explains why I don't have many friends.</p>
]]></description><pubDate>Sun, 06 Jul 2025 19:55:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44483529</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=44483529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44483529</guid></item><item><title><![CDATA[New comment by spacemule in "CoMaps: New OSM based navigation app"]]></title><description><![CDATA[
<p>I'm not familiar with it. Waze is such a standard that I've just gotten used to it, but I'm down to clown with anything new as long as I'm on familiar roads and routes.</p>
]]></description><pubDate>Fri, 04 Jul 2025 15:37:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44465457</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=44465457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44465457</guid></item><item><title><![CDATA[New comment by spacemule in "CoMaps: New OSM based navigation app"]]></title><description><![CDATA[
<p>Thanks for sharing StreetComplete. I hadn't seen that. My interests are usually around K8s, Linux, containerization, IoC, etc, so I honestly hadn't looked as deeply into OSM recently as I should. This looks like a fun way to contribute back a bit.</p>
]]></description><pubDate>Fri, 04 Jul 2025 15:36:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44465451</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=44465451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44465451</guid></item><item><title><![CDATA[New comment by spacemule in "CoMaps: New OSM based navigation app"]]></title><description><![CDATA[
<p>I tried to get into OSM a few years ago, and the barrier to entry seemed a bit high. Maybe I'll try again. For all I know, the lanes are properly marked, it's just a routing issue. In Israel, the bus lanes are a bit odd. A lane can be a turn-only lane for cars and straight-only for busses. So, it's a bit complicated. Even Google Maps can't handle it.</p>
]]></description><pubDate>Thu, 03 Jul 2025 14:08:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44455242</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=44455242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44455242</guid></item><item><title><![CDATA[New comment by spacemule in "CoMaps: New OSM based navigation app"]]></title><description><![CDATA[
<p>The biggest thing keeping me from using any open source routing or even Google Maps is that here in Israel there are roads that are illegal to drive on either because they're access to PA territory or they're bus/taxi only. No application other than Waze avoids these, so I'm stuck using Waze. I just checked this, and to get to a building down the street from me, it wants me to YOLO myself through the bus lanes.</p>
]]></description><pubDate>Thu, 03 Jul 2025 13:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44455063</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=44455063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44455063</guid></item><item><title><![CDATA[New comment by spacemule in "Few Americans pay for news when they encounter paywalls"]]></title><description><![CDATA[
<p>This sounds interesting, but I cannot understand what you're saying. Could you dumb this down a bit for someone with no experience in marketing/sales?</p>
]]></description><pubDate>Wed, 25 Jun 2025 09:05:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44375123</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=44375123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44375123</guid></item><item><title><![CDATA[New comment by spacemule in "4chan Sharty Hack And Janitor Email Leak"]]></title><description><![CDATA[
<p>I'm not understanding the issue. The article isn't so clear to me. Would you mind clarifying what problem they solved?<p>Per my understanding, there is a show with 14 episodes that the viewer wants to watch in every order possible. How is this not just 14 factorial?<p>I know this can't be the problem, but it's just not clear to me from the article.<p>Edit: I found this link that explains it to anyone else as confused as I was: <a href="https://old.reddit.com/r/explainlikeimfive/comments/1bvn1rz/eli5_the_haruhi_problem/ky1p95g/" rel="nofollow">https://old.reddit.com/r/explainlikeimfive/comments/1bvn1rz/...</a></p>
]]></description><pubDate>Wed, 16 Apr 2025 07:02:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43702338</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=43702338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43702338</guid></item><item><title><![CDATA[New comment by spacemule in "The US island that speaks Elizabethan English"]]></title><description><![CDATA[
<p>Are you thinking of Boomhauer?</p>
]]></description><pubDate>Tue, 11 Mar 2025 16:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=43334268</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=43334268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43334268</guid></item><item><title><![CDATA[New comment by spacemule in "The US island that speaks Elizabethan English"]]></title><description><![CDATA[
<p>I was raised in Texas by yankees. Now I'm living in Israel with a British-born wife. I had no problem understanding that. It sounded to me like how some of my older friends in Texas talk plus a bit of slang. Maybe the exposure to British accent at home and a multitude of English accents at work and on the street helps.</p>
]]></description><pubDate>Tue, 11 Mar 2025 15:51:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43333693</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=43333693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43333693</guid></item><item><title><![CDATA[New comment by spacemule in "US EPA Enforcement and Compliance on Apple Fabrication"]]></title><description><![CDATA[
<p>I'm naturally inclined to be suspicious of people claiming pollution is the cause of a disease. It's certainly possible, and it certainly happens, but every individual case is a sample size of one, and the best we can say is it's likely an environmental factor played a part. On top of this, it seems the claimant has either through frustration or with malicious intent exaggerated or fabricated some of the claims. So, I'll agree with you to be highly skeptical.<p>On the other hand, it's entirely reasonable to assume that a large corporation would maximize its profits: it has a duty to. If the expected profits exceed the expected costs of breaking the law, guess what's going to happen. Probably the fairest outcome here is better enforcement mechanisms. Unfortunately, this outcome leaves both parties worse off in exchange for an improvement to society.</p>
]]></description><pubDate>Mon, 24 Jun 2024 09:33:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40774011</link><dc:creator>spacemule</dc:creator><comments>https://news.ycombinator.com/item?id=40774011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40774011</guid></item></channel></rss>