Parallel Development with Git Worktree and LLMsnews.ycombinator.com1 points·by matada_·há 7 meses·1 comments
A polished Weather Dashboard on a colour E-Ink display – with Rustmatada.org2 points·by matada_·há 8 meses·0 comments
matada_·há 2 meses·discussI used Bézier Curves to draw SVG curves for my weather dashboard EPD https://github.com/mt-empty/pi-inky-weather-epd
matada_·há 5 meses·discussFor those interested in colour weather dashboards, I built this specifically for colour EPD https://github.com/mt-empty/pi-inky-weather-epd
matada_·há 5 meses·discussI built this weather dashboard specifically for colour EPD https://github.com/mt-empty/pi-inky-weather-epd
matada_·há 5 meses·discussThere is plenty of people saying that Tesla has unsupervised Robotaxis comparable with Waymo, however someone did a research https://x.com/tesla2moon/status/2018815035133313134 , turns out their cars are limited to a single Geofenced Bus Route.
matada_·há 7 meses·discussI usually work on at least two tasks/feature branches at a time, so I have at least 2 terminals/agents running.I find working on two different branches in the same repo quite manageable since the context switching is quite manageable.I started heavily using `git worktree` to simplify my workflow; and I wrote a short blog post about it https://matada.org/posts/git-worktree-llms/