Explore >> Select a destination


You are here

nondv.wtf
| | blog.presidentbeef.com
5.0 parsecs away

Travel
| | [AI summary] The author describes a process for bundling Ruby gem dependencies inside the Brakeman security scanner gem to prevent version conflicts with user applications.
| | endofline.wordpress.com
4.0 parsecs away

Travel
| | Here's a quick one liner in ruby that finds all of the binaries on your PATH: Dir[*ENV['PATH'].split(':').map{|p| p+"/*"}].select{|f| File.executable? f}.map{|f| File.basename f}.uniq How does it work? Working in the order of execution, we get the PATH from your environment variables. Next we split by : the path separator, and then add "/*" to it. This...
| | btxx.org
4.7 parsecs away

Travel
| |
| | daniel-siepmann.de
16.8 parsecs away

Travel
| Interested in a declarative way to describe your user environment on macOS / Linux systems? This post explains my transition to nix and home-manager to achieve the goal.