HackerTrans
TopNewTrendsCommentsPastAskShowJobs

matada_

no profile record

Submissions

Parallel Development with Git Worktree and LLMs

news.ycombinator.com
1 points·by matada_·há 7 meses·1 comments

[untitled]

1 points·by matada_·há 7 meses·0 comments

A polished Weather Dashboard on a colour E-Ink display – with Rust

matada.org
2 points·by matada_·há 8 meses·0 comments

comments

matada_
·há 2 meses·discuss
I 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·discuss
For 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·discuss
I built this weather dashboard specifically for colour EPD https://github.com/mt-empty/pi-inky-weather-epd
matada_
·há 5 meses·discuss
There 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·discuss
I 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/