Back in the 80's and 90's he was pretty well known for noting that if you owe a bank enough money, it is in the bank's interest not to let you fail.
My guess is that it also helps to owe lots of money to lots of banks at the same time. That way when one goes after you, the others will help you out or risk losing their money, too.
"Git is too hard" is never a good argument to promote the use of a different tool.
I use git on the terminal exclusively, never had an issue amending a commit or rebasing a branch, or even dealing with conflict resolution most of the time I just use one of the automatic strategies.
> "Git is too hard" is never a good argument to promote the use of a different tool.
Really? Pointing out that a tool is difficult to use seems like an excellent argument to promote the use of a different (supposedly simpler) tool.
Specifically in the case of git, I'm glad it was not difficult for you, but it is undeniable that it is a very difficult tool for many people to learn.
I used to work at Amazon, 3-day RTO was not nice but tolerable, 5-day RTO made half of our senior staff leave. my commute to the office wasn't so bad, but my friends had to drive 1+ hours to the office and then pay $26/day for parking which you only get 50% reimbursed.
Amazon touts "frugality" as one of their core tenets but its hard to reconcile frugality with all the expenses of going to the office.
There is no examples or documentation on `CustomLLM` the README file has examples on `SystemLLM` and `OpenaiLLM` but there's no way for us to know if we need to bring in guff files, ollama, hugginface, etc.
Great work! does the CLI support clipboard operations like MacOS' `pbcopy` and `pbpaste` ? I've added it to my stars to keep and eye on the project, GTK4 and wayland support makes it rather futureproof IMO
I'm confused; xsel, as you might imagine from the name, is very specifically a program for manipulating the X11 selection and clipboard. So it does work on Xorg, but I'm very confused that it would work in any meaningful capacity on Wayland. Are you somehow using Xwayland?
It would be nice if you could pipe to it like pbcopy, with each invocation creating a new entry, and add support for automatically expiring old entries.
Those two "PowerShell"s are not the same. For the sake of cross platform deployment, they moved away from the original a lot -though they managed to support many things in time. The old and original one was released in 2006,IIRC, so it didn't exist in 90s.
clippy is a bit different from these - rather than requiring manual flags for MIME types, it automatically detects the content type. The idea is to make the CLI's copy/paste feel as intuitive as the GUI's.
I might tackle Linux (and Windows) at some point, but contributions are definitely welcome!