Hacker News new | ask | show | jobs
by theowaway213456 82 days ago
Five years ago, I would've loved this. I love the simplicity and power of good old Make. And I obsess over my workstation's configuration. I used to have a massive bash script I would use to reprovision my workstation after every clean upgrade of Ubuntu.

But these days, I just tell codex to install things for me. I basically use it as a universal package manager. It's more reliable honestly than trying to keep up to date with "what's the current recommended way to install this package?"

I also have it keep a list of packages I have installed, which is synced to GitHub every time the list changes.

3 comments

I feel like even iPad kids are more capable with a computer than HN users these days.
“Father, how do I <do basic thing>”
“Ask your mother.”
"Ask your AI Agent"
Add the LLM to your makefile then :p

  target:
      llm command "Install X for me."
(PS. I don't even know if I'm joking anymore)
Just add the universal install script to AGENTS.md and yolo https://xkcd.com/1654/