HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nimblist

no profile record

comments

nimblist
·28 days ago·discuss
100% this it's the usual transparent Trump revenge tactics. The sad/scary fact is that there seem to be plenty of people who either can't or choose not to see it.
nimblist
·last month·discuss
I only get that behaviour using tmux and resizing the terminal window fixes it
nimblist
·last month·discuss
In theory they still do. I can't imagine giving up weeks of battery life for wondering whether it's going to last through the day but apple/galaxy watch buyers see differently by a massive margin
nimblist
·last month·discuss
Thankyou, was just starting to dig into what was going on with my build
nimblist
·last month·discuss
For me right now it's this but I'm constantly learning new approaches/improvements

Claude Code running on a dedicated debian lxc with tmux so I can pick sessions up from any machine. The key thing for me is to ensure that claude is constantly maintaining its own project documentation so that it's not reliant on any one session context. I've also set up custom commands to set up a clearly defined plan md file and to incrementally step through it updating completion as it goes.

From my perspective it's important to treat it as another potentially fallible team member. I have extensive unit tests, automation tests and SonarQube carries out analysis on all code merged to main.

Finally github actions to provide a proper ALMS with a non production environment for e2e testing.
nimblist
·last month·discuss
Claude Code running on a dedicated debian lxc with tmux so I can pick sessions up from any machine.

The key thing for me is to ensure that claude is constantly maintaining its own project documentation so that it's not reliant on any one session context. I've also set up custom commands to set up a clearly defined plan md file and to incrementally step through it updating completion as it goes.

From my perspective it's important to treat it as another potentially fallible team member. I have extensive unit tests, automation tests and SonarQube carries out analysis on all code merged to main.

Finally github actions to provide a proper ALMS with a non production environment for e2e testing.
nimblist
·last month·discuss
A frustration at trying to keep track of my families requests for shopping grew into https://nimblist.app https://github.com/tmnrtn/nimblist-selfhost

I've also built a web based tool to track my partners business cashflow which I'm in the process of making available for self hosting