Yep, that could happen as well. I suspect some engineers would be surprised how much work, time and effort it takes to build the relationships to market and sell to (along with all the other roles). I hope that everyone…
I agree with you, it's the same experience I've had. But I've seen completely nontechnical people build some sites and become convinced themselves, and if those people control the purse then it doesn't matter as much…
Sorry I meant ownership of it working when an alert goes off in production and having to fix it, not legal liability. I should have been more clear.
Sounds like a failure of imagination to me (I hope you're right). It doesn't have to be the CTO, it can be anyone who will sit there for the cheapest cost to read output while assuming the risk of it all working until…
I think there's an element of truth to what you're saying in respect to the feelings of frustration that people who are non-technical can compete with those who have spent decades of time and effort to learning the…
Hypothetically, in 100,000 years, if human activity has led to the death of everything not human on this planet and we ourselves are on the brink (effectively leading Earth to go back to square one) would you rather…
I actually use Jujutsu and jjui now but used lazygit for years. Jjui still isn't as polished as lazygit (I've added quite a few lazygit keymaps like opening the bookmark as a PR, untracking or restoring files in the…
It honestly makes working with git so easy and fast that I would say it's the ideal way to interact with git. I highly recommend checking it out for a month if you're someone who would use git commands in the shell. I…
It feels like this every day https://youtube.com/shorts/vGKC9LpGnOQ?is=iCG7qvAIL9oI5-_d
I like just or mise tasks as often my python projects contain many other language commands (SQL, docker, pnpm, etc ...).
I agree with you in respect to the greatest risks in that industry. Just thought it's worth mentioning that LLM's unsurprisingly are not immune to hallucinating cases.…
https://monkeytype.com/
Zmx allows for similar features natively
I still look at the files I want to change so that it doesn't go off and grep the entire project unnecessarily, burning tokens or getting the wrong idea. So I still use a ton of fzf.lua to find the files to change and I…
I would imagine why the types were chosen could easily be explained in the commit message. The goal presumably (at least how I do it) is so that if I'm touching quite a lot of the code base, the reviewer has the…
I've used it in the past and personally loved it. Just bumping a yaml file in a git repo to the image tag I wanted deploying was a godsend and nearly automated. I can't speak to your experience though which I am certain…
https://fluxcd.io/ + helm + with a CI pipeline that pushes the docker images to a registry means that after the setup, anytime you push a new image and tag, k8s can automatically update without needing to do anything…
Yeah tell that to all the people who avoided the bare minimum of advice during COVID for their own beliefs and subsequently died.
You can name branches in JJ too, they're just called bookmarks. git checkout main git pull git switch -c jira-234 ... git commit git push -u origin main jj git fetch jj new main ... jj commit jj b(ookmark) c(reate)…
I find it hard it hard to believe anyone apart from you would see this as remotely the same thing.
I use my own domain with Gmail https://www.reddit.com/r/SaaS/comments/1g0m0um/how_to_set_up... is what I did.
Most English speakers speak faster than 120 wpm so that's probably why people, especially those who can't type at speeds like you can, prefer it.
I tried tig first, I think Lazygit is the ideal interface to me for it. I actually don't use it apart from tags now though as I switched to jj and jjui for 2026. I think everyone has their own tool that works for them…
https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r) https://github.com/sharkdp/bat (nice coloured cat replacement) https://github.com/abiosoft/colima (so I don't need docker desktop)…
Yes tab split, neovim on the left, companion on the right, or different tabs. The plugin codecompanion.nvim is also great. I use it for common tasks. Like: vaf (visual around function) <space>ad (leader key add…
Yep, that could happen as well. I suspect some engineers would be surprised how much work, time and effort it takes to build the relationships to market and sell to (along with all the other roles). I hope that everyone…
I agree with you, it's the same experience I've had. But I've seen completely nontechnical people build some sites and become convinced themselves, and if those people control the purse then it doesn't matter as much…
Sorry I meant ownership of it working when an alert goes off in production and having to fix it, not legal liability. I should have been more clear.
Sounds like a failure of imagination to me (I hope you're right). It doesn't have to be the CTO, it can be anyone who will sit there for the cheapest cost to read output while assuming the risk of it all working until…
I think there's an element of truth to what you're saying in respect to the feelings of frustration that people who are non-technical can compete with those who have spent decades of time and effort to learning the…
Hypothetically, in 100,000 years, if human activity has led to the death of everything not human on this planet and we ourselves are on the brink (effectively leading Earth to go back to square one) would you rather…
I actually use Jujutsu and jjui now but used lazygit for years. Jjui still isn't as polished as lazygit (I've added quite a few lazygit keymaps like opening the bookmark as a PR, untracking or restoring files in the…
It honestly makes working with git so easy and fast that I would say it's the ideal way to interact with git. I highly recommend checking it out for a month if you're someone who would use git commands in the shell. I…
It feels like this every day https://youtube.com/shorts/vGKC9LpGnOQ?is=iCG7qvAIL9oI5-_d
I like just or mise tasks as often my python projects contain many other language commands (SQL, docker, pnpm, etc ...).
I agree with you in respect to the greatest risks in that industry. Just thought it's worth mentioning that LLM's unsurprisingly are not immune to hallucinating cases.…
https://monkeytype.com/
Zmx allows for similar features natively
I still look at the files I want to change so that it doesn't go off and grep the entire project unnecessarily, burning tokens or getting the wrong idea. So I still use a ton of fzf.lua to find the files to change and I…
I would imagine why the types were chosen could easily be explained in the commit message. The goal presumably (at least how I do it) is so that if I'm touching quite a lot of the code base, the reviewer has the…
I've used it in the past and personally loved it. Just bumping a yaml file in a git repo to the image tag I wanted deploying was a godsend and nearly automated. I can't speak to your experience though which I am certain…
https://fluxcd.io/ + helm + with a CI pipeline that pushes the docker images to a registry means that after the setup, anytime you push a new image and tag, k8s can automatically update without needing to do anything…
Yeah tell that to all the people who avoided the bare minimum of advice during COVID for their own beliefs and subsequently died.
You can name branches in JJ too, they're just called bookmarks. git checkout main git pull git switch -c jira-234 ... git commit git push -u origin main jj git fetch jj new main ... jj commit jj b(ookmark) c(reate)…
I find it hard it hard to believe anyone apart from you would see this as remotely the same thing.
I use my own domain with Gmail https://www.reddit.com/r/SaaS/comments/1g0m0um/how_to_set_up... is what I did.
Most English speakers speak faster than 120 wpm so that's probably why people, especially those who can't type at speeds like you can, prefer it.
I tried tig first, I think Lazygit is the ideal interface to me for it. I actually don't use it apart from tags now though as I switched to jj and jjui for 2026. I think everyone has their own tool that works for them…
https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r) https://github.com/sharkdp/bat (nice coloured cat replacement) https://github.com/abiosoft/colima (so I don't need docker desktop)…
Yes tab split, neovim on the left, companion on the right, or different tabs. The plugin codecompanion.nvim is also great. I use it for common tasks. Like: vaf (visual around function) <space>ad (leader key add…