I stumbled across this post by Hamel Husain on Dokku and immediately wanted to spin up a server to try it. The pitch is simple but compelling: it's essentially Heroku, except you own the infrastructure. ...
Parametric gridfinity generator. Generate custom gridfinity bins and baseplates, openGrid components, multiboard, and honeycomb storage wall then download the STL or place an order to purchase.
Usually when people say that a topic is confusing when I think it’s not, the reason is that there’s actually some hidden complexity that I wasn’t considering. And after some follow up conversations, it turned out that HEAD actually was a bit more complicated than I’d appreciated!
During the development of Python applications, I've continually asked myself how and when variables should be passed and initialized for the application's configuration. I want to be able to easily override the configuration for tests, for example, to use a local database for testing. But what exactly is application configuration, and why is it needed? The website a ...
Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or...
This one is pretty eclectic but if you find yourself writing a script in ruby or python or bash and you need to respond in the logic to what's going on in git, then you will find some very useful tips here.