logoalt Hacker News

scrolloptoday at 5:00 PM4 repliesview on HN

Finding it's much easier to migrate to linux with an llm as a troubleshooting assistant.

Even used it to make a task bar applet adjacent to Media Controls, where I can rate the current plexamp song without having to open plexamp.

A big plus of linux is the easy ability to use workspaces and switch between them with a hover over the workspace taskbar applet and the mousewheel (and other options).


Replies

eblansheytoday at 6:10 PM

> Finding it's much easier to migrate to linux with an llm as a troubleshooting assistant.

Especially with NixOS. I would never allow an LLM to make core updates to my OS for fear of breaking it. Now LLMs manage all my packages and upgrades, and because it's all declarative, I can always revert anything that goes wrong.

show 1 reply
openfronttoday at 5:45 PM

I run claude code with 'dangerously skip permissions' flag enabled, and just tell it what I want. I hardly even interact with the OS anymore. I literally just tell it "install X, fix problem Y".

show 2 replies
cdmckaytoday at 5:05 PM

Yeah this is an actually good use of AI in an OS.

93potoday at 5:27 PM

A recent ubuntu update made my boot fail - the splash screen for disk decryption has a known bug in the latest update for my exact video card. Being able to get into terminal-only recovery mode and launch Codex CLI and ask it to diagnose the problem was incredibly nice. I don't think I'll ever deviate from Linux again since most of my issues with it were random bugs like this, but they're now easily solvable.

show 1 reply