<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: salamander014</title><link>https://news.ycombinator.com/user?id=salamander014</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 21 May 2026 19:50:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=salamander014" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by salamander014 in "Copilot edited an ad into my PR"]]></title><description><![CDATA[
<p>This so much.<p>The number of times I’ve had to defend someone else’s customers let alone my own is exhausting.<p>And that dynamic is only allowed within close circles.<p>I’ve found once “the decision” is made, the bigger the subsequent meeting, protests are often swept under the rug.<p>On most occasions the worst part is that folks intentionally withhold information to get their way. And thats real hard to compete against without making an ass out of yourself, or losing the trust of others.<p>This is why core principals matter so much.</p>
]]></description><pubDate>Tue, 31 Mar 2026 20:15:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47592850</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=47592850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47592850</guid></item><item><title><![CDATA[New comment by salamander014 in "Show HN: I am building an open-source Confluence and Notion alternative"]]></title><description><![CDATA[
<p>I’ve also always wanted this, but what I’ve realized after noodling on it a while is I’d really just prefer a way to use git, and push markdown documents to the Notes System.<p>I dont want a different system handling edits reviews and merges.<p>I just want CD to send my docs from git to a system that can properly host / give me the Doc-related features I need.</p>
]]></description><pubDate>Sat, 29 Jun 2024 23:55:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40834167</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=40834167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40834167</guid></item><item><title><![CDATA[New comment by salamander014 in "CRIU, a project to implement checkpoint/restore functionality for Linux"]]></title><description><![CDATA[
<p>Sorry if I'm being thick, but why not just cache the response?<p>If you are guessing at the data anyway, what's the difference?<p>Why set up an entire speculative execution engine / runtime snapshot rollback framework when it sounds like adding heuristic decision caching would solve this problem?</p>
]]></description><pubDate>Fri, 21 Jun 2024 19:25:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40752776</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=40752776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40752776</guid></item><item><title><![CDATA[New comment by salamander014 in "Can You Grok It – Hacking together my own dev tunnel service"]]></title><description><![CDATA[
<p>Hey cool project! I had the same need, and solved it a very different way.<p>I set up a wireguard server on a publicly accessible VPS.<p>The neat part about using "lscr.io/linuxserver/wireguard:latest"<p>is that it allows my to codify the number of clients I need. This includes both endpoints and source devices.<p>The second thing I did, was separate out the "networking" bits from the "userspace" bits, meaning it doesn't matter what port the service is running on. The client can hit it.<p>Taking that one step further, I just combined the above with haproxy and set my application ports there. This means I can hit haproxy on "someport" inside the VPN and it'll forward to whatever service I've got configured on that "client" that haproxy can see on it's LAN.<p>Works great, currently running a simple web page off the whole thing, where you connect to VPS and it tunnels the actual HTTP connection into kubernetes in my house.<p>I was thinking about writing this all up one day, but there's some cleanup to be done. Oh well.</p>
]]></description><pubDate>Mon, 15 Apr 2024 01:51:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40036326</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=40036326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40036326</guid></item><item><title><![CDATA[New comment by salamander014 in "Why is the LinkedIn app almost half a gig?"]]></title><description><![CDATA[
<p>> punish the grumpy ones in favor of the people-pleasers, that this crap happens<p>This isn’t exclusive to technology, but I see this all the time at my large organization. As a grump, I have to pick which shitstorm to care about and spend my time chipping away at, which ends up being really draining.<p>To help with this, we began focusing a team of great folks with shared values, leaning in on modern operations/SRE best practices.<p>We started to have some real success with SDLC for our operations workflows.<p>That’s when management changed our teams direction. Good times.</p>
]]></description><pubDate>Tue, 26 Mar 2024 10:46:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=39826251</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=39826251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39826251</guid></item><item><title><![CDATA[New comment by salamander014 in "Show HN: Lapdev, a new open-source remote dev environment management software"]]></title><description><![CDATA[
<p>So this is a config standard for the infrastructure underneath something like remote vscode / devcontainers?</p>
]]></description><pubDate>Sat, 23 Mar 2024 19:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=39802582</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=39802582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39802582</guid></item><item><title><![CDATA[New comment by salamander014 in "Show HN: Lapdev, a new open-source remote dev environment management software"]]></title><description><![CDATA[
<p>For the first bit, all I can think is a compose file. Also podman can run k8s configs locally, which I personally hope all of that eventually washes into the same thing. It feels like we already have the tools to make this a "solved" problem, is what I'm trying to say. I just include an additional .env that the compose file pulls in so it's not committed to git.<p>For the second point, ok this makes a little bit more sense, I've heard of Codespaces or OpenShift Dev Spaces but I guess I still question the value of additional complexity on top of the container (a simple dockerfile in my mind) your vscode instance's terminal is running in.<p>Thanks for the info.</p>
]]></description><pubDate>Sat, 23 Mar 2024 19:40:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=39802573</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=39802573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39802573</guid></item><item><title><![CDATA[New comment by salamander014 in "Show HN: Lapdev, a new open-source remote dev environment management software"]]></title><description><![CDATA[
<p>So, I know very little about this devcontainer spec.<p>Can I just ask, what value does this spec provide that a simple docker image containing the necessary tools does not already provide?<p>Why do we need another layer on top? What am I missing?</p>
]]></description><pubDate>Sat, 23 Mar 2024 18:40:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39802146</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=39802146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39802146</guid></item><item><title><![CDATA[New comment by salamander014 in "Show HN: Async tasks in 350 lines of C"]]></title><description><![CDATA[
<p>Historically, C compilers attempted to build the list of all symbols in one pass of the files.<p>Sometimes, functions may call other functions in the same code file.<p>This required that functions be declared before they are referenced so C knew it existed.<p>You can also see this on lines 84-92.</p>
]]></description><pubDate>Mon, 11 Mar 2024 22:26:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39673928</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=39673928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39673928</guid></item><item><title><![CDATA[New comment by salamander014 in "Considering then abandoning JSX for structured YAML config"]]></title><description><![CDATA[
<p>I’ve done this to automate and… err…<p>“template”<p>multiline string values back into valid yaml for proper indenting.<p>Works great, the issue is explaining to anybody why it was necessary, they understand it works but plead for a better way.<p>It’s one of those clever solutions that seems overcomplicated until you try to replace it and realize it’s actually quite elegant.</p>
]]></description><pubDate>Mon, 26 Feb 2024 00:03:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=39506303</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=39506303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39506303</guid></item><item><title><![CDATA[New comment by salamander014 in "My attempt at Gitlab PR review environments with Nomad"]]></title><description><![CDATA[
<p>Hey this is very cool.<p>I did something similar with Kubernetes, work has some OSE clusters that will generate DNS for you, it works great and the devs love using it. It’s a little bespoke but its simple and gets a lot of attention.<p>Plus since the namespaces preexist the workloads, we spin them up for the entire branch lifetime (times out after n days). Makes everyones jobs a lot easier.<p>Anything that helps shift lifecycle requirements and testing left has huge impact on DX.</p>
]]></description><pubDate>Sun, 25 Feb 2024 22:04:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=39505331</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=39505331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39505331</guid></item><item><title><![CDATA[New comment by salamander014 in "Ask HN: What's your "it's not stupid if it works" story?"]]></title><description><![CDATA[
<p>Are you me?<p>I’ve been working on the same thing for a few months now.<p>Not only is it more customizable / less complicated than helm / other solutions, but GNU gettext is almost 30?! years old at this point, and environment variables are probably realistically double that age. They aint going anywhere anytime soon.<p>Plus I feel that more complex logic  removes value from the configs we are building, and so am not interested in many other tools.</p>
]]></description><pubDate>Sat, 23 Dec 2023 05:14:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38741817</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=38741817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38741817</guid></item><item><title><![CDATA[New comment by salamander014 in "Automakers are starting to admit that drivers hate touchscreens"]]></title><description><![CDATA[
<p>My wife has a 2022 VW.<p>If the door is not closed and you shift into drive, you also get a very loud annoying beep and visuals.<p>Not only that, the brakes engage and the car LOCKS ITSELF IN PARK AND DOES NOT LET YOU DRIVE EVEN THOUGH THE SHIFTER IS IN ‘D’!!!<p>I pray the door sensor doesnt fail while driving on the highway, or theres never a situation that arises where the car needs to be driven regardless of the door being open.<p>On top of that, the door locks /trunk locks act very strange while the engine is running /driver door is open. Still dont have that figured out.<p>I’ve suggested that we don’t purchase another VW.</p>
]]></description><pubDate>Thu, 27 Apr 2023 13:04:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=35727457</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=35727457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35727457</guid></item><item><title><![CDATA[New comment by salamander014 in "Docker-compose.yml as a universal infrastructure interface"]]></title><description><![CDATA[
<p>Use the service resource in Kubernetes to order a load balancer in different clouds. You need different tags, they function and are configured differently, and you still need to learn how it works in your cloud.<p>Contrast this with the contract* K8 tries to sell you, which is "describe the intent and we'll figure it out for you" and you'll realize the cloud providers bunged up this whole thing.<p>That's not to say K8 is perfect, but if you think for even a second that wiring up resources outside your kubernetes cluster will be lower-friction, kubernetes is falling short of it's goals.</p>
]]></description><pubDate>Tue, 28 Mar 2023 02:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=35335022</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=35335022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35335022</guid></item><item><title><![CDATA[New comment by salamander014 in "Toy CPU Simulator"]]></title><description><![CDATA[
<p>For folks who aren't aware, Ben Eater has a great channel on Youtube also based on the 6502.<p>Basically, build a computer from literal spare ICs. Every video is nearly a chapter out of a CE / EE encyclopedia. Worth every second watching.<p><a href="https://eater.net/" rel="nofollow">https://eater.net/</a></p>
]]></description><pubDate>Mon, 27 Feb 2023 13:20:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=34956060</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=34956060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34956060</guid></item><item><title><![CDATA[New comment by salamander014 in "Codeberg is moving and what this means to you"]]></title><description><![CDATA[
<p>It's more about what happens once there is an issue. I agree if something works and remains unchanged it will probably stay reliable, the issue is once you introduce a change, even nowadays you can possibly break something that isn't easy to undo (or troubleshoot without taking services down).<p>For low traffic stuff, might seem OK, but no redundancy for a service that users pay for seems irresponsible, however Gitea might just be for them to track internal stuff, so maybe a little less so.</p>
]]></description><pubDate>Mon, 14 Nov 2022 13:47:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=33593803</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=33593803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33593803</guid></item><item><title><![CDATA[New comment by salamander014 in "Oh Shit, Git"]]></title><description><![CDATA[
<p>If it went viral, yes. I agree most of the time I feel like the world is run by evil folks twiddling their fingers in secret.<p>This is not one of those times. I agree there's a chance there are better word choices or feedback for some commands, but overall once you 'learn the language' it really is a lean, mean, well designed piece of software.<p>Folks that complain about the UI/UX don't realize it wasn't designed for less technical folks. It was designed for the folks who needed it.<p>It's success must at least partially prove that the UI/UX is not 1/10. Any real engineer will tell you, there are times where they wish they could do something better but the requirements and constraints left them making tough decisions, and that doesn't mean they aren't proud of their work.<p>It's success is also partially due to the fact that it is lean and mean, which allows it to be applicable to nearly all software projects of any flavor. So I don't understand why folks argue it could have been done better. If it was 'better', in my view it wouldn't have been successful. The success was driven by it's succinct design and Linus' take it or leave it attitude.<p>Technically accurate studio monitors don't sound as pleasing to the ear as good well tuned speakers. But they are exceptional at the job they were designed for. This is like that.</p>
]]></description><pubDate>Sat, 25 Jun 2022 13:51:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=31875295</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=31875295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31875295</guid></item><item><title><![CDATA[New comment by salamander014 in "How to write a Git commit message (2014)"]]></title><description><![CDATA[
<p>I try to subscribe to the idea that if you cannot adequately describe your commit in a small number of characters (~50 is plenty I feel), your commit is likely too complicated. One size does not fit all, and if a workflow ain't broken there's usually no need to fix it. However most workflows are imperfect, there is almost always room for improvement.<p>But in the general case I find that if commits are not themselves concise and simple changes, they often should be broken up so that the moving pieces can be better tracked when looking back at the history.</p>
]]></description><pubDate>Sat, 30 Apr 2022 02:55:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=31212950</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=31212950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31212950</guid></item><item><title><![CDATA[New comment by salamander014 in "Moreutils: A collection of Unix tools that nobody thought to write long ago"]]></title><description><![CDATA[
<p>Real programmers leave for more pay before somebody asked about backups.</p>
]]></description><pubDate>Sun, 17 Apr 2022 14:36:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=31061123</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=31061123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31061123</guid></item><item><title><![CDATA[New comment by salamander014 in "Will Nix Overtake Docker?"]]></title><description><![CDATA[
<p>I think people are missing the forest for the trees with this.<p>In my view, the reason Docker has all the hype is because I can look at a Dockerfile, and know what's up. In seconds. Sometimes in milliseconds.<p>It's a user experience thing. Yes, Nix is better for 'technical people that spent the time learning the tool', but Dockerfiles rely almost entirely on existing System knowledge.<p>Yes, Nix is 'better', but the fact is Docker is 'good enough' and also 'stupid simple' to get started.<p>Also Docker-Compose, I don't know why people hate on YAML. But it takes that same KISS attitude to build complex systems that can also be used as sanity checks for migrating to things like kubernetes.<p>Being able to spin up a complex full stack app with one command and a compose file that doesn't take any brain cells to read is worth it's weight in gold.<p>This is like the 'general case tool' vs 'DSL' debate. If it's easy to use, people will use it.</p>
]]></description><pubDate>Tue, 30 Nov 2021 02:43:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=29388297</link><dc:creator>salamander014</dc:creator><comments>https://news.ycombinator.com/item?id=29388297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29388297</guid></item></channel></rss>