Skip to content

Instantly share code, notes, and snippets.

View corv89's full-sized avatar
:shipit:
PDD: Pain-Driven-Development

Corv corv89

:shipit:
PDD: Pain-Driven-Development
View GitHub Profile
@corv89
corv89 / espressobin_u-boot_fix
Created February 12, 2018 18:04
u-boot workaround for Espressobin parity bug
setenv bootcmd 'mmc dev 0;ext4load mmc 0:1 $kernel_addr $image_name;ext4load mmc 0:1 $fdt_addr $fdt_name;mw.l 0xd0011500 0x78e3ffff;setenv bootargs $console root=/dev/mmcblk0p1 rw rootwait net.ifnames=0 biosdevname=0;booti $kernel_addr - $fdt_addr'
@corv89
corv89 / README.md
Last active July 17, 2026 04:15
Git trailer tool

git dec — decisions as git metadata

Track architectural decisions as git trailers on the commits that implement them. Your repo's history becomes the decision log: reviewable, greppable, impossible to lose, and impossible to silently outdate.

The problem

Every long-lived project accumulates decisions — invariants, conventions, hard-won "never do X again" rules — and every place teams put them fails