Just moved to kitty from iterm2 a few weeks ago.
Started with alacritty, but without tab support, was a deal-breaker for me.
I use tabs in kitty with tmux on each tab. Each tab is a context in my environment (dev/services/ansible/terraform/etc).
HN user
[ my public key: https://keybase.io/franee; my proof: https://keybase.io/franee/sigs/v8uHaNZv3Bxb5ZEaoVgGLJiwPe1BnDBzBYHnwymQmAk ]
Just moved to kitty from iterm2 a few weeks ago.
Started with alacritty, but without tab support, was a deal-breaker for me.
I use tabs in kitty with tmux on each tab. Each tab is a context in my environment (dev/services/ansible/terraform/etc).
The one event that finally got me off coffee (10+ years drinking, 5+ years trying to quit) was funnily a wisdom tooth extraction.
I was on pain relievers for 1 week. Never drank coffee after. So long coffee migraines :D
I always got migraine + sinusitis when I don't drink my coffee at the same period of the day everyday and at the same strength.
Tried the approach of getting lower and lower caffeine strength => daily migraines.
Oh my. Run away.
If that is their current culture, there will be a lot of pushback if you want to initiate changes. Especially among the senior (responsible for the mess) ones who get defensive real fast.
Maybe ask more about how their engineering culture is next time around during interviews.
Same can't change password
Been a user for ~10years and I use emacs mainly as just as an editor.
Here's all the actual commands (very few) I use day to day --> https://gist.github.com/franee/5d188ce36f6c24181707907614d2c...
I use mainly the emacs starter kit and build from there.
I swapped Ctrl & Caps Lock two years ago due to wrist pain when doing development in a laptop.
Ubuntu had traction already, they had a perfectly good thing then suddenly changed directions (unity + the phone desktop thing).
My analogy would be xp -> vista. Alienating core & target users.
Yup unity was what spelled the end for the Ubuntu wave. I think this has been the single biggest mistake they made. I think it will take at least a decade again to bring the linux desktop to the masses.
Gnome 2 was perfect for people coming from windows moving over. Gnome 3 is like windows vista.
Me personally, I was really disappointed (of course you can install gnome 2 etc). But at the end of the day you just want something that works out of the box.
French tech talent visa (eu blue card) - 1 month for the visa itself. Then 3 months processing for the residency (applied dec got the card in mar).
Took me 1 month to be productive.
Went in to a large rails codebase as a backend developer in the middle of a v1 to v2 rewrite and it had custom folders with their own conventions on where to put stuff.
All that with no documentation except for the setup.
What I did was just ask how the app works + specific workflows in front-end side of things and just connect the dots on the backend part.
Most of my troubles where on where to put modules because of their existing conventions.
Tips: 1. Ask a lot 2. Read the code 3. A debugger helps 4. Make sure you add tests for areas you touch.