> What I want is to be able to write lyrics as easily as plaintext, ... while also being able to "fork" lyrics at a point and be able to work on different threads, keep track of alternative lyrics on a phrase level too.
made me think of how sometimes i use ide "code folding" features to see just the first lines of a series of easily collapsable lists of text blocks
that's the part that made me want to post this article here :)
was thinking about how i've just replaced one of my usb chargers with one of those gan devices, but it's probably not going to last as long as a piece of iron with some copper wire wrapped around it
is there a way to forward usb/serial ports from my local machine to the dev container?
maintaining consistent firmware development environments using containers is a great idea, and current solutions involving proxying the compiled binary work well for flashing quickly, but switching back and forth between UART and Serial Debug is always more convenient when the IDE can handle it all
If you are using Docker Engine directly on Linux, you can forward a device to a container via docker-compose `devices` setting.
If you are using Docker Desktop (or similar), there is no native way. However, there are ways to share USB devices via network (USB/IP is an open source implementation of this), in which case you setup server on host device (can be macOS/Windows/Linux), and then run a client software inside a container.
VMWare has an excellent implementation of this which can selectively connect devices to the guest, and it properly remembers the action for each device you connect to your computer.
> Id quit the moment I realized what my job was about
there's a scene in Arrested Development where Buster believes he's playing a airplane simulator video game, when in reality he was piloting drones for the Air Force the whole time
made me think of how sometimes i use ide "code folding" features to see just the first lines of a series of easily collapsable lists of text blocks