One parallel could be using ml for simulations to not write or compute all the rules
To see how fast a properly engineered app can be if it avoids using shitty js frameworks just look at fastmail. The comparison with gmail is almost comical: every UI element responds immediately, where gmail renders at 5 fps.
I love my ARM Surface Pro, and Zed would make a wonderful editor on this hardware. If anyone from Zed is reading this, please think about it!
https://github.com/rust-lang/rust/issues/145864 was opened because of the the discrepancy
I am currently using AdGuard and YouTube videos seem to have issues where it shows me a black screen unless I refresh the page.
I realized LLMs are really good at using sqlite3 and SQL statements. So in my current product (2) I am planning to keep all project data in SQLite. I am creating a self-hosted AI coding platform and I debated where to keep project state for LLMs. I thought of JSON/NDJSON files (3) but I am gravitating toward SQLite and figuring out the models at the moment (4).
1. Previous product with a graph data approach https://github.com/pixlie/PixlieAI
2. Current product with SQLite for its own and other projects data: https://github.com/brainless/nocodo
3. Github issue on JSON/NDJSON based data for project state for LLMs: https://github.com/brainless/nocodo/issues/114
4. Github issue on expanding the SQLite approach: https://github.com/brainless/nocodo/issues/141
Still work in progress, but I am heading toward SQLite for LLM state.Can i make my own Modes trees like Helix/etc offers? I'm aware of https://zed.dev/docs/helix, just not sure what the UX is to customize this behavior yourself as a user.
https://github.com/zed-industries/zed/blob/38e5c8fb66ac19f58... allows custom keybinds to actions
Modes look to be hardcoded (at the moment) https://github.com/zed-industries/zed/blob/main/crates/vim/s...
Feels like there are some more thematic underpinnings as well like security at the cost of user freedom or at the cost of tinker-ability.