This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Alberto Ballano
aballano.bsky.social
did:plc:uu5mrnjv4oc3le5o5rjs25g5
I recently wondered how often did I commit to my #gamedev project so far?
Well, here's a quick git command for that:
git log | awk '/Date/ {print " : "$4" "$3" "$6}'| uniq -c
Adding a `| wc -l` at the end did output 38 days of work for me 🦾
Still way to go!
#Godot
2024-12-26T18:08:51.144Z