Explore >> Select a destination


You are here

pbrisbin.com
| | bosker.wordpress.com
9.9 parsecs away

Travel
| | Calling all bash users. This is a public service announcement. Heres something you need to know if you want to write bash scripts that work reliably, but you probably dont. Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may
| | paperless.blog
16.1 parsecs away

Travel
| | git bisect run lets us find the breaking commit in O(log(N)) time for N commits, by doing a binary search through commits to determine the one which broke things. It is extremely useful, but the thing which often takes a long time is figuring out which command to use to reliably determine whether a commit is good or bad. This article explains some techniques to help with this task.
| | datalars.com
17.4 parsecs away

Travel
| | L.C. Bakken technical blog
| | mko.re
84.9 parsecs away

Travel
|