Hey -- we've loved using Conductor here at Digits. I've been using it since February and only recently swapped to using Orca for Remote SSH and perf improvements. Looking forward to your general release of Conductor Cloud!
I've been wondering, since you're building desktop software, how do you get AI to test your changes? Boot the whole app? Run the frontend/UI with a mock backend?
Immediately I started thinking how nice it would be to use natural language to have LLMs generate a deterministic filter for stories matching content I DO care about, filtered from New. Instead of filtering it out.
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've been wondering, since you're building desktop software, how do you get AI to test your changes? Boot the whole app? Run the frontend/UI with a mock backend?
reply