I don't agree a phone free life is an insane idea at all. It is in fact extremely reasonable, rational, and admirable. The parent makes it sound easier than it is though. You might consider that part "insane".
I have tried really really hard to break the phone addiction too. Though so far without durable success, unfortunately. :-(
It's a classic case of optimizing the UX for the 20% use case rather than the 80% use case.
Most of the time, people have 2-3 work windows that they just want to swap between quickly, regardless of what "app" they happen belong to. The Windows alt-tab behavior captures that beautifully.
I’ve switched to macOS from Windows 8 years ago and I still find window management completely unusable without AltTab. The thing is, on a French keyboard layout you can’t even use cmd+backtick to switch between windows if the same application, it doesn’t work. Separating cmd+tab and cmd+backtick is moronic, but it’s not even possible if you’re not using a qwerty keyboard.
AltTab and Maccy are the 2 apps I can’t live without on macOS. Rectangle used to be in that list too, but I managed to not need it anymore since Apple introduced native tiling a few versions ago. Now they just need to introduce native clipboard history and sane alt+tab, hopefully this decade.
First thing I do when I install macOS is to set application switching to cmd+tab and to cycle windows inside an application using cmd+§ (that's possible without third-party apps). On a Nordic keyboard § is above tab (perhaps it's same for US keyboards). I use KDE Plasma at home and have it set up the same way.
> it’s not even possible if you’re not using a qwerty keyboard
Well… it used to be possible.
I was using an AZERTY keyboard in my youth, and was definitely able to switch windows using cmd-< and/or cmd->. (I just tried, it is indeed not possible anymore as per my limited testing, for some reason…)
> Separating cmd+tab and cmd+backtick is moronic
Not for my taste. I like the app-centric worldview.
I can understand that not everybody does though.
I don’t think I’ve ever even noticed Siri/Apple intelligence on macOS. I’ve disabled it somehow (probably at install) and have not heard about it since
I’ve been using Ghostty daily since 1.0 (replacing iTerm) and it’s been a solid piece of software. It just… feels robust and well crafted. Scrollback search was the only feature I was missing :)
> I type 90210. You now know I'm in Beverly Hills, California, United States
You CAN’T get the country from a zip code. France also use 5 digits zip code for example. You must ask for the country before asking for the zip code, even if you pre fill it with a sane default, like the main country you operate in.
I don’t really care for Go supporting UUID generation, but UUIDs being a type from the stdlib will be invaluable, if they correctly implement the JSON, Text, database/sql and other standard marshallers/unmarshallers. We seriously need a standard UUID type across the ecosystem, and I’m glad it’s coming.
I did an analysis of Go dependencies[1] a few weeks ago and google/uuid is the 2nd most used dependency in the open source ecosystem, so its inclusion will be very impactful.
I would say the same for dec128. I would love a standard TYPE for dec128, with maybe zero cost std lib to transform it into a mutable uint128 or a zero cost conversion to struct{uint64,int64).
reply