/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

wpsoftware.net
| | www.watsonbrosgames.com
3.9 parsecs away

Travel
| |
| | hjr265.me
4.6 parsecs away

Travel
| | Git has this great feature that I think is well-known but under-used. I am talking about Git hooks. With Git hooks, you can run scripts during different Git actions. Like this one: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #!/bin/sh GOFILES=`git diff --name-only --cached | grep -e '.go$' | grep -ve 'vendor/'` UNFMTFILES=() for f in $GOFILES; do if [ -n "`gofmt -l -s .
| | mazzo.li
2.2 parsecs away

Travel
| | [AI summary] A writer shares about open-sourcing TernFS, a distributed filesystem they developed over a year and a half, highlighting the project's growth from prototype to production use.
| | ha.nnes.dev
8.0 parsecs away

Travel
| [AI summary] The author discusses their experience of rewriting their website multiple times, exploring different static site generators (SSGs) and the challenges of managing side effects and data processing in web development.