Readit News logoReadit News
kminehart commented on Your brain on ChatGPT: Accumulation of cognitive debt when using an AI assistant   media.mit.edu/publication... · Posted by u/misswaterfairy
carterschonwald · 2 months ago
idk, if anything I’m thinking more. The idea that I might be able to build everything I’ve ever planned out. At least the way I’m using them, it’s like the perfect assistive device for my flavor of ADHD — I get an interactive notebook I can talk through crazy stuff with. No panacea for sure, but I’m so much higher functioning it’s surreal. I’m not even using em in the volume many folks claim, more like pair programming with a somewhat mentally ill junior colleague. Much faster than I’d otherwise be.

this actually does include a crazy amount of long form latex expositions on a bunch of projects im having a blast iterating on. i must be experiencing what its almost like not having adhd

kminehart · 2 months ago
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.

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.

kminehart commented on French supermarket's Christmas advert is worldwide hit (without AI) [video]   youtube.com/watch?v=Na9Vm... · Posted by u/georgesbgt
ekblom · 3 months ago
I think that comment is in response to McDonalds recent AI-slop-ad.
kminehart · 3 months ago
And Coca Cola
kminehart commented on Show HN: Gemini Pro 3 imagines the HN front page 10 years from now   dosaygo-studio.github.io/... · Posted by u/keepamovin
jetrink · 3 months ago
Also, many of the posts seemed intended to be humorous and satirical, rather than merely 'futury.' They made me laugh anyway.

> Google kills Gemini Cloud Services

> Running LLaMA-12 7B on a contact lens with WASM

> Is it time to rewrite sudo in Zig?

> Show HN: A text editor that doesn't use AI

kminehart · 3 months ago
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 :')
kminehart commented on GitHub Actions has a package manager, and it might be the worst   nesbitt.io/2025/12/06/git... · Posted by u/robin_reala
bjackman · 3 months ago
It's funny that absolutely everything about GHA fucking sucks, and everyone agrees about this. BUT, the fact that it's free compute, and it's "right there"... means it's very very difficult to say no to!

Personally I've just retired a laptop and I'm planning to turn it into a little home server. I think I'm gonna try spinning up Woodpecker on there, I'm curious to see what a CI system people don't hate is like to live with!

kminehart · 3 months ago
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.

    steps:
      - name: backend
        image: golang
        commands:
          - go build
          - go test
      - name: frontend
        image: node
        commands:
          - npm install
          - npm run test
          - npm run build
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.

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?

Immediately that's when problems start showing up...

- 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.

    - 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.
- 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.

    - GitHub's free component honestly hurts itself here. I don't have to care about waste if it's mostly free anyways.
- Running locally using the local backend... looks like a huge chore. In Drone this was basically impossible.

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.

kminehart commented on I'm spoiled by Apple Silicon but still love Framework   simonhartcher.com/posts/2... · Posted by u/deevus
whatarethembits · 6 months ago
Battery life is the only thing stopping me from getting out of the Apple ecosystem. As soon as a viable Linux laptop with "enough" battery life becomes available, I'll make the switch. At that point there's nothing on Apple side that couldn't be done better in Linux (with a bit of work, but that's okay).

I travel a lot, and often on standby for work during that time. I need to be confident that when I pull the laptop out, there's ALWAYS enough juice to respond to a situation immediately without worrying about anything else.

If Framework offered hot swappable batteries, even if a quick restart is required, I'd be fine with that because at least I wouldn't be stranded in that case. And I'd be happy to pay as much as a MacBook, or a bit more even, purely for ideological reasons. Apple's dominance is bad for all of us.

kminehart · 6 months ago
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.

1. The battery life, as others have mentioned.

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.

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.

kminehart commented on Ultrasonic Chef's Knife   seattleultrasonics.com/... · Posted by u/hemloc_io
dzhiurgis · 6 months ago
Wet stones are hard. Rolling ones are easy albeit “real” knife aficionados don’t like it.
kminehart · 6 months ago
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.

Biggest advantages is that you don't need to pre-soak them and diamond stones don't develop a valley / have to be flattened.

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.

kminehart commented on Ultrasonic Chef's Knife   seattleultrasonics.com/... · Posted by u/hemloc_io
Ertuit · 6 months ago
Yes, and a pass with a honing steel every day to maintain the cutting edge between proper whetstones sharpening every few months.
kminehart · 6 months ago
don't use honing steel. at best it doesn't do anything, at worst it damages your knife.

here's a closer look at it with a microscope. https://www.youtube.com/watch?v=Y4ReQ83CZOQ

kminehart commented on macOS Tahoe   apple.com/os/macos/... · Posted by u/Wingy
mbernstein · 6 months ago
Do they? So far I haven’t found anything that matches battery life, build quality, or trackpad quality.
kminehart · 6 months ago
also don't forget how quiet this thing is.
kminehart commented on macOS Tahoe   apple.com/os/macos/... · Posted by u/Wingy
moralestapia · 6 months ago
>I would pay 2x the price of a macbook for a linux laptop with the same hardware quality.

Same, and I've been wanting this for 15 years now ...

kminehart · 6 months ago
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 :\
kminehart commented on macOS Tahoe   apple.com/os/macos/... · Posted by u/Wingy
rvrb · 6 months ago
Fedora Silverblue is the closest feeling to the macOS experience I fell in love with that I’ve had on Linux in, well, ever. Very happy with it on my desktop and laptop. It’s not perfect but it is less imperfect than modern macOS has become.

Finding a laptop that works well is annoying, however.

kminehart · 6 months ago
> Finding a laptop that works well is annoying, however.

It doesn't exist at the moment. :\

I would pay 2x the price of a macbook for a linux laptop with the same hardware quality.

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.

u/kminehart

KarmaCake day425July 14, 2016View Original