/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

initialcommit.com
| | petelevasseur.com
0.7 parsecs away

Travel
| | Pete LeVasseur's Blog - Engineering, Rust, Automotive, and more
| | www.simpleprimate.com
1.3 parsecs away

Travel
| | The other day I found myself having serious trouble publishing a new post to my blog. I was able to solve the problem through the use of Git rebase and I thought I would share my experience in case somebody else happens to go through the same thing.
| | blog.kdgregory.com
1.3 parsecs away

Travel
| | I like to provide a nice, clean history in my pull requests. Reviewers should be able to follow each commit, and see how the functional...
| | lisp-journey.gitlab.io
6.4 parsecs away

Travel
| Lem is an awesome project. It's an editor buit in Common Lisp, ready to use out of the box for Common Lisp, that supports more languages and modes (Python, Rust, Elixir, Go, JavaScript, TypeScript, Haskell, Java, Nim, Dart, OCaml, Scala, Swift, shell, asm, but also markdown, ascii, JSON, HTML and CSS, SQL...) thanks to, in part, its built-in LSP support.I took the challenge to add an interactive interface for Git, à la Magit, because you know, despite all its features (good vim mode, project-aware comman...