https://damrnelson.github.io/github-historical-uptime/
The first thing I do when starting a new project is initialize Git and create a repository on Github, Gitlab, or Codeberg.
No matter the size of your project, even if it's just a couple of code files for an experiment and you're the only one working on it, I recommend doing it in a version control system.
I wanted to try darcs and pijul vcs for quite sometime, but never had enough motivation, because it completely new ecosystems with different tooling.
Recently I learned about Jujutsu, which reuses fundamental ideas of darcs, but uses git as a storage backend, so I can use it with existing projects and tools.
https://www.jj-vcs.dev/latest/
I found a demo, and it is pretty neat and makes so much sense:
https://v5.chriskrycho.com/essays/jj-init/
The Comforting Lie Of SHA Pinning
https://fed.brid.gy/r/https://www.vaines.org/posts/2026-03-24-the-comforting-lie-of-sha-pinning/
jj-fzf 0.38.0 is out! 🚀
🎯 Auto-position on @ upon startup
🧠 Updated commit message prompt for smaller LLMs
📖 Man page now includes F11 preview toggle docs
🐛 Fixed SFX support for Ubuntu 22.04
🔧 Fixed quoting for jj split
⚠️ Requires jj-0.38.0 and fzf-0.67.0
https://github.com/tim-janik/jj-fzf
#BuildInPublic #100DaysOfCode #Jujutsu #VCS #DevTools #jjfzf #OpenSource