|
You are here |
nondv.wtf | ||
| | | | |
miparnisariblog.wordpress.com
|
|
| | | | | A boomerang employee is someone who leaves a company and later returns to it. Most of the time it's made to get a bump in salary without having to go through a promotion process. I worked for Amazon as a software engineer for four years. I left in 2021. Last week I got an email... | |
| | | | |
btxx.org
|
|
| | | | | ||
| | | | |
endofline.wordpress.com
|
|
| | | | | 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... | |
| | | | |
linderud.dev
|
|
| | | Arch Linux got kubernetes packaged into the [community] repository the past week with the hard work of David Runge. I contribute to testing the packages so I thought it would be interesting to write up quickly the testing that was done. Originally I did the testing with docker but with the dockershim deprecation I rewrote the blog to utilize containerd instead. David has reworked the kubernetes archwiki article as well. It currently doesn't cover all use cases and contributions welcome. | ||