I could not answer yes/no over Telegram so this makes no sense. Why is this gigantic company shipping these vibe coded changes to quickly and partially?
I thought more software meant I could write a little Lua and get the seat in the second preset position when I pressed the key fob in a particular way...
I have read very few SciFi books but Daemon was such a fun read for me. If you have more suggestions on this space, let me know. I don't remember if I read Freedom tbh.. My memory is so bad I could actually just re-read Daemon.
Is the frontend component from scratch? Must be quite hard to get that right. I wish Dyanlist (from the same talented people who are doing super well with Obsidian...) was open-sourced so we had a good model for outliners.
Yeah, the frontend is from scratch. Each bullet is just a div contenteditable. The DOM is the state (Claude Code suggested the usual frontend pattern of separate state and rerenders, but I rejected that). Apart from the DOM, content is dumped to local storage. Bullet folding and zooming work mostly just by showing and hiding the bullet divs i.e. the whole note tree is all the time in the DOM. It's conceptually quite simple and Claude Code is good at writing code that traverses the DOM. There's of course a lot of operations like indent/dedent, copy-paste, undo/redo etc. but they've been quite painless to add.
reply