Dreams of Code
2.1K posts

Dreams of Code
@dreamsofcode_io
The most influential dev YouTuber you've never heard of. https://t.co/bFKErRq7p8 building @kiru_editor



im fully convinced that LLMs are not an actual net productivity boost (today) they remove the barrier to get started, but they create increasingly complex software which does not appear to be maintainable so far, in my situations, they appear to slow down long term velocity



















@levelsio Is there a good way to jump between tmux sessions on Termius? I find it quite hard to manage multiple codex/claude sessions on the go





It's been an interesting week for us (it's only Tuesday) We are figuring out how to deal with the effects of AI on our engineering process And figuring out the impact it's having on our design process Funnily enough, it's been bad In both cases









Here's how we implemented non-intrusive, automatic updates on macOS with support for multiple versions: Place all app logic in a framework bundle, make the executable a thin trampoline that invokes the framework entrypoint. Ship with a separate update helper app that you register with launchctl to check for updates daily. Update helper lays down the new framework side by side and then updates the Current symlink to point to the new version. After a few sessions without crashes the old version is cleaned up. You can add a rollback to previous UI experience if necessary, update symlink and restart. Works perfectly. Our version uptake is ~100% in 2-3 days.



