I feel like half of what I do on HN is talk about Kagi. I switch to Kagi in 2023, and haven't looked back. Between vim keybinds for navigating search, explicit AI opt-in, the ability to curate search (block sites, increase others), and more. It really lets me feel like I can control my search tool, and at least so far its felt like our interests are aligned, I give them money and they make sure search is as good as possible for me.
I've tried a handful of smartwatches, and own a Pebble 2 Duo. While I'm interested in picking up a newer Pebble device (hopefully with a bit nicer build quality), I've found my sweetspot to be a Garmin. I bought a Forerunner 165, have never needed to pair it to my phone so I can be happy in the data privacy department. Additionally the battery life is fantastic and it gives me all the data I need for my health and fitness goals.
I do think this style of working is where software engineering work is heading. This style is essentially exactly what my workflow is today using _insert agent harness here_ + plannotator[0]. Linear also recently rolled out something very similar for reviews[1]. The working style of spec driven dev, following by fast code reviews using tools like plannotator/linear/command center seems to be where we are headed, and more more tools like it are popping up nowadays.
Kagi has been one of my all time favorite products. It has enriched my search experience drastically. One of my favorite features I don't see talked about enough is the keybindings. Using vim keys for navigating search results is such a fantastic user experience, and much like normal vim I'm not sure I could go back to navigating search any other way. I also really appreciate their AI quick-search feature is explicitly opt in and trigger by adding a "?" to the end of search. Their selection of widgets is also quite nice and I find my self reaching for them quite a bit.
I'll second climbing gyms. My entire core group of friends in my city (that weren't already friends prior to my moving here) are people I met from the climbing gym or yoga classes at the climbing gym.
Its a great space to meet new people, there are inherent breaks in the activity, shared problems to work on, and its a non-competitive space. Everyone just wants everyone else to send hard.
I quite like Zed, I've consistently driven it for months at a time. But there are two things that add enough friction that over that month or so I end up bailing back to one of my other editors (vscode/neovim). The search experience being a new tab with no sidebar option and the diff viewer being a multibuffer view with no option to see the entire contents of a file you are diffing.
That being said, I love the software and will continue to check back on it with the hopes that it sticks one day. Congrats on the 1.0!!
I grew up playing the games, and still have my copy of Yellow and Red. I fell of the wagon somewhere around Gen VI, the games just got to easy. It became clear to me that Gamefreak was just throwing in the towel and gave up making interesting games.
That being said, recently I started getting into the world of Romhacks and they have sparked new joy in me. The games are hard, fun, and have a lot of love poured into them. I'm going through Radical Red right now, and its been an incredible time.
That's been my attitude as well. I'm not convinced they'll stay cheaper for long, and when I say "cheaper" its marginal. Cost of the ride is the similar, but it seems there is no tip built into the price yet.
I live in a city that has had Waymo's (via Uber) for a while now and I have done a complete 180 on them. Not only are they usually cheaper than a traditional Uber, but they drive far more defensively, and don't come with the social baggage associated with a traditional Uber either (tipping, small talk).
I did not know this was a project that was in progress, and its quite exciting. I love Godot, and am quite fond a Zig as well. I'll be keeping my eye on this.
Kagi has been one of the biggest value adds to my online life in a long time. Paying for the Kagi ultimate plans gets me access to the latest LLM models, and an incredible customizable search engine with a large focus on privacy. The Orion browser has been my favorite to use on iOS, I’m not sure if I’d use the desktop version because of its web kit base. But I’m glad to see it’s moving forward.
I've been using a mix of Claude and Deepseek via the Kagi assistant to great success. Usually adding relevant sections of the docs alongside my question and reminding it to use svelte 5 syntax.
It is workflow dependent for sure. I used to use aliased commands (still do sometimes), but I find that the muscle memory of lg (opens lazygit tui) -> a (git add -A) -> c (git commit -m "..." -> enter to be easier for me than typing each alias out. I like the lack of nested menus, everything is available via the top layer of the tui and most command are a single hotkey away.
LazyGit is one of my favorite pieces of software. I use it everyday, I love how seamlessly it fits into my work flow. The fact that it outputs all of its commands has helped me form a deeper understanding of git and what it’s doing under the hood. Not to mention it saves a TON of time.