on-run commands on file event
More from blog
Local-only gitignore Red passenger traffic light in Munich. Taken while doing some street photography with flipez. tl;dr: Enable a local-only untracked gitignore file for all repos using the config option core.excludeFiles. Gitignore is a great way of excluding unwanted files from a git repository. Usually you want to track it within the repo and...
go yolo Green passenger traffic light in Munich. Taken while doing some street photography with flipez. tl;dr Go generics can be used to drop the error of two-return-value functions to enable chaining functions quickly: func Yolo[T any](value T, _ error) T { return value } func main(){ // Atoi has signature func(s string) (int, error) ...
Ferris sweep split keyboard build I built a Ferris Sweep split keyboard originated from the Datenspuren 24 souvenirs. Having a bit soldering experience and hacking curiosity, this was/is a great rabbit hole to explore. Contents Starting point Preparation Components Tools Assembly Close jumper pads on the opposite side Orthogonal pin header...
Datenspuren 24 I’ve attended the Datenspuren 24 hosted by C3D2 in Dresden. Some data: location: Dresden-Pieschen Zentralwerk lot of talks, workshops and get together since 2004 focus: technology within society own payment system GNUTaler with the digital currency Spurlos Contents SculptOS - a novel operating system, truly trustworthy computing...