<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: kminehart</title><link>https://news.ycombinator.com/user?id=kminehart</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 26 May 2026 21:19:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kminehart" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kminehart in "GitHub Actions down again today"]]></title><description><![CDATA[
<p>This isn't resilient to this downtime though. Our self-hosted runners are currently not functioning because of some github dependency.</p>
]]></description><pubDate>Tue, 26 May 2026 12:27:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48278838</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=48278838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48278838</guid></item><item><title><![CDATA[New comment by kminehart in "Incident with Actions and Pages"]]></title><description><![CDATA[
<p>Are there any GitHub Actions-compatible CI services out there that don't rely on their infrastructure? I know of depot's but no others; are these resilient to these outages or do they still lose functionality? I imagine the latter but I don't know.</p>
]]></description><pubDate>Tue, 26 May 2026 12:14:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48278676</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=48278676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48278676</guid></item><item><title><![CDATA[New comment by kminehart in "Your brain on ChatGPT: Accumulation of cognitive debt when using an AI assistant"]]></title><description><![CDATA[
<p>I can definitely relate to the abstract at least. While I am more productive now, and I am way more excited about working on longer term projects (especially by myself), I have found that the minutia is way more strenuous than it was before. I think that inhibits my ability to review what the LLM is producing.<p>I haven't been diagnosed with ADHD or anything but i also haven't been tested for it. It's something I have considered but I think it's pretty underdiagnosed in Spain.</p>
]]></description><pubDate>Thu, 22 Jan 2026 08:15:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46716520</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=46716520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46716520</guid></item><item><title><![CDATA[New comment by kminehart in "French supermarket's Christmas advert is worldwide hit (without AI) [video]"]]></title><description><![CDATA[
<p>And Coca Cola</p>
]]></description><pubDate>Thu, 11 Dec 2025 14:42:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46231960</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=46231960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46231960</guid></item><item><title><![CDATA[New comment by kminehart in "Show HN: Gemini Pro 3 imagines the HN front page 10 years from now"]]></title><description><![CDATA[
<p>I walked away with that page open, glanced at the "Is it time to rewrite sudo in Zig?" post, and clicked to see the comments because I thought it was real :')</p>
]]></description><pubDate>Wed, 10 Dec 2025 10:48:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46216294</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=46216294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46216294</guid></item><item><title><![CDATA[New comment by kminehart in "GitHub Actions has a package manager, and it might be the worst"]]></title><description><![CDATA[
<p>I can already tell by their example that I don't like it. I've worked with a bunch of different container-based CI systems and I'm getting a little tired seeing the same approach by done slightly differently.<p><pre><code>    steps:
      - name: backend
        image: golang
        commands:
          - go build
          - go test
      - name: frontend
        image: node
        commands:
          - npm install
          - npm run test
          - npm run build
</code></pre>
Yes, it's easy to read and understand and it's container based, so it's easy to extend. I could probably intuitively add on to this. I can't say the same for GitHub, so it has that going for it.<p>But the moment things start to get a little complex then that's when the waste starts happening. Eventually you're going to want to _do_ something with the artifacts being built, right? So what does that look like?<p>Immediately that's when problems start showing up...<p>- You'll probably need a separate workflow that defines the same thing, but again, only this time combining them into a Docker image or a package.<p><pre><code>    - I am only now realizing that woodpecker is a fork of Drone. This was a huuuge issue in Drone. We ended up using Starlark to generate our drone yaml because it lacked any kind of reusability and that was a big headche.
</code></pre>
- If I were to only change a `frontend` file or a `backend` file, then I'm probably going to end up wasting time and compute rebuilding the same artifacts over and over.<p><pre><code>    - GitHub's free component honestly hurts itself here. I don't have to care about waste if it's mostly free anyways.
</code></pre>
- Running locally using the local backend... looks like a huge chore. In Drone this was basically impossible.<p>I really wish someone would take a step back and really think about the problems being solved here and where the current tooling fails us. I don't see much effort being put into the things that really suck about github actions (at least for me): legibility, waste, and the feedback loop.</p>
]]></description><pubDate>Mon, 08 Dec 2025 14:52:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46192866</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=46192866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46192866</guid></item><item><title><![CDATA[New comment by kminehart in "I'm spoiled by Apple Silicon but still love Framework"]]></title><description><![CDATA[
<p>There's a few things for me, and the saddest part is I'm a very die-hard Linux user. Until a couple months ago when I had to start traveling, I've been using Linux exclusively for work.<p>1. The battery life, as others have mentioned.<p>2. The quality of the hardware: The screen is incredibly nice, the trackpad is VERY nice to use, and no other laptop has even come close.<p>3. It's so quiet. The fans almost never spin unless I've been compiling something for over a minute. I don't know how they do it but any other Linux laptop I've used, including desktops, have been super loud when running similar tasks.</p>
]]></description><pubDate>Tue, 23 Sep 2025 13:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45346754</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=45346754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45346754</guid></item><item><title><![CDATA[New comment by kminehart in "Ultrasonic Chef's Knife"]]></title><description><![CDATA[
<p>I used to sharpen my straight-knife planer blades, planing irons, chisels, and knives with whetstones / water stones. It was too big of a pain in the ass over time, so I switched to diamond stones.<p>Biggest advantages is that you don't need to pre-soak them and diamond stones don't develop a valley / have to be flattened.<p>if you plan on getting into sharpening I would just start with a coarse, fine, and extra fine diamond stone and a leather strop w/ stropping compound.</p>
]]></description><pubDate>Sat, 20 Sep 2025 20:46:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45317342</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=45317342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45317342</guid></item><item><title><![CDATA[New comment by kminehart in "Ultrasonic Chef's Knife"]]></title><description><![CDATA[
<p>don't use honing steel. at best it doesn't do anything, at worst it damages your knife.<p>here's a closer look at it with a microscope. <a href="https://www.youtube.com/watch?v=Y4ReQ83CZOQ" rel="nofollow">https://www.youtube.com/watch?v=Y4ReQ83CZOQ</a></p>
]]></description><pubDate>Sat, 20 Sep 2025 20:44:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45317328</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=45317328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45317328</guid></item><item><title><![CDATA[New comment by kminehart in "macOS Tahoe"]]></title><description><![CDATA[
<p>also don't forget how quiet this thing is.</p>
]]></description><pubDate>Tue, 16 Sep 2025 16:38:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45264563</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=45264563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45264563</guid></item><item><title><![CDATA[New comment by kminehart in "macOS Tahoe"]]></title><description><![CDATA[
<p>Before their arm64 CPUs you could get a thinkpad or an xps and not have really bad FOMO. But now... it's just not even close :\</p>
]]></description><pubDate>Tue, 16 Sep 2025 16:37:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45264552</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=45264552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45264552</guid></item><item><title><![CDATA[New comment by kminehart in "macOS Tahoe"]]></title><description><![CDATA[
<p>> Finding a laptop that works well is annoying, however.<p>It doesn't exist at the moment. :\<p>I would pay 2x the price of a macbook for a linux laptop with the same hardware quality.<p>The battery life and power/efficiency of my m4 pro is insane. It's so good that it's really hard to justify using anything else right now.</p>
]]></description><pubDate>Mon, 15 Sep 2025 22:52:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45255959</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=45255959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45255959</guid></item><item><title><![CDATA[New comment by kminehart in "Ask HN: What Are You Working On? (October 2024)"]]></title><description><![CDATA[
<p>I don't have a link for it yet, but I am working on using an HCL-like syntax to write CI pipelines. Ideally it would function a lot like dagger but written a lot like terraform.<p>The main problems that I want to solve are the really slow feedback loop of complex GitHub Actions / GitLab CI, but without the limitation of having to run it within another CI provider.</p>
]]></description><pubDate>Mon, 28 Oct 2024 13:38:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41970905</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=41970905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41970905</guid></item><item><title><![CDATA[New comment by kminehart in "Show HN: Glasskube – Open Source Kubernetes Package Manager, alternative to Helm"]]></title><description><![CDATA[
<p>If I was in charge of our infra automation I would have done this. We opted for jsonnet instead which is an absolute nightmare, or at least the way we've set it up is.</p>
]]></description><pubDate>Wed, 26 Jun 2024 13:01:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=40799537</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=40799537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40799537</guid></item><item><title><![CDATA[New comment by kminehart in "Social Media Messed Up Our Kids. Now It Is Making Us Ungovernable"]]></title><description><![CDATA[
<p>Yep. And it's gotten a lot worse over the last 70 years. <a href="http://guide.saferoutesinfo.org/introduction/the_decline_of_walking_and_bicycling.cfm" rel="nofollow">http://guide.saferoutesinfo.org/introduction/the_decline_of_...</a></p>
]]></description><pubDate>Tue, 18 Jun 2024 14:06:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40718033</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=40718033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40718033</guid></item><item><title><![CDATA[New comment by kminehart in "Social Media Messed Up Our Kids. Now It Is Making Us Ungovernable"]]></title><description><![CDATA[
<p>> You have smaller family sizes; people retreat inside because now they have air conditioning and TV and they’re not out in the front yard socializing as much. So, for a lot of reasons, we begin to lose trust in each other.<p>I think that a bigger factor is the car-centric city and suburb design that started in the US after World War II. It was intended to give everyone what they wanted; a big house, a yard, consistency, etc., but it prevents anyone without a driver or a car & license from socializing and visiting a "third place." I think that it increased individual isolation even before the internet or social media existed and thus set the foundation for social media to be as big of an influence as it is.</p>
]]></description><pubDate>Tue, 18 Jun 2024 13:10:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40717427</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=40717427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40717427</guid></item><item><title><![CDATA[New comment by kminehart in "Open Sourcing DOS 4"]]></title><description><![CDATA[
<p>But I think the missing ingredient they had back then was there was nothing better to do. Being "bored" isn't as much of a thing anymore for anyone, not just children.</p>
]]></description><pubDate>Sat, 27 Apr 2024 21:03:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40183532</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=40183532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40183532</guid></item><item><title><![CDATA[New comment by kminehart in "Nintendo Switch Emulator: Progress Report December 2023"]]></title><description><![CDATA[
<p>It's probably not super important with the switch like it would be with the nintendo 64 or something because it's an ARM cpu.</p>
]]></description><pubDate>Wed, 17 Jan 2024 16:45:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=39030135</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=39030135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39030135</guid></item><item><title><![CDATA[New comment by kminehart in "Show HN: Scribe, a Go library for writing, running, and generating CI pipelines"]]></title><description><![CDATA[
<p>Thanks!<p>They definitely promise the same thing but with different approaches.<p>The key thing that turned me off of Dagger is this: "Tie it all together in CUE". Personally I'm not the biggest fan of CUE and would rather just write Go. Correct me if I'm wrong but it seems like CUE is used in Dagger to create the config that the CI service will use. Switching to another service would mean rewriting that CUE file but reusing the Go/JS/whatever components, which is a great improvement over what we have to deal with now. With Scribe the goal is that you'd only ever have to write the whole thing once, but you're limited to Go.</p>
]]></description><pubDate>Fri, 22 Jul 2022 12:45:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=32191310</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=32191310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32191310</guid></item><item><title><![CDATA[Show HN: Scribe, a Go library for writing, running, and generating CI pipelines]]></title><description><![CDATA[
<p>Hi there. This is a passion project of mine I started after spending many painful hours working on CI pipelines. The general idea is that I wanted to stop making flimsy scripts in build & release pipelines and start writing software.<p>I'm happy to answer any questions. Please let me know what you think of the idea and if there's anything you'd like to see.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32185728">https://news.ycombinator.com/item?id=32185728</a></p>
<p>Points: 25</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 21 Jul 2022 21:58:49 +0000</pubDate><link>https://github.com/grafana/scribe</link><dc:creator>kminehart</dc:creator><comments>https://news.ycombinator.com/item?id=32185728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32185728</guid></item></channel></rss>