I think this is an excellent consideration of how the principles of Zen and the Art of Motorcycle Maintenance can apply to programming. I've always strived for Quality in my work, and I struggle today to balance that Quality with speed as I leverage coding agents more and more. I'm able to build whatever I want -- the gap is my domain expertise and taste. Before, my domain was "building and maintaining excellent software" but, these days, that's not enough.
Do you manually translate or translate with an LLM? While reading, I was wondering how common these kinds of written tics are in languages outside English.
Nice project! Curious why build a new front end instead of fixing (?) the behaviour in upstream Kakoune? I think the original author’s still working on Kakoune
the original kakoune is just cli; the binary has a json ui client option to allow communication with the kakoune server, with the intent of any gui or alternative client being separated from the kak binary/repo. that being said, this seems entirely ai-generated :( i had planned to write a kakoune frontend that supported rtl text (arabic in particular) + unicode, prop fonts, etc., and might look to how some things were done here, but i'd be blown away if this didn't have a great number of rough edges w.r.t. line wrap, unicode, rtl, etc. ...
> 90,000 people live in the core, which is about the maximum daytime population of Disneyland. More people live in the greater capital district (400,000), but because Victoria is subject to very particular microclimates, the further you get from the city itself, the worse the weather becomes
True, but outside of the City of Victoria is Saanich, the largest municipality of the 13 that make up the Capital Regional District. Saanich has roughly the same climate and another ~110k.
Also, anecdotally, despite the smaller population, Victoria is a tourist destination and swallows cruise ships worth of passengers with ease. If you want to visit, come visit. You'll find all the amenities you need.
you can also make your way along the south coast out to the ocean, and quickly get out of civilization. the larger "Victoria" is quickly growing westward
I agree that it shouldn't mysteriously be a pointer all the time, but using a pointer for the cursor is a preference, not a standard. In native apps (outside the web), the cursor is often not turned into a pointer when hovering clickable content.
reply