RSSAmplifier

Blog

Mike Burns, Coder

mikeburnscoder.wordpress.comRSS feed ↗10 posts

Latest posts

Ruby namespaces are not mixins

Ruby has two unrelated uses for modules.

The Case for Case: an approach to conditionals in Ruby

Polymorphism, case expression, and lastly an if.

Local docs for Ansible

Continuing to save bandwidth with local documentation, this time for Ansible.

Local docs for your Rails app

Did you know you can just run your own search engine?

How to serve your Rust Hyper app with Nginx

Let Nginx handle TLS, HTTP headers, redirects, body size limits, logging, virtual hosting, and more, so our Hyper app can concentrate on being the lightweight app that it is.

Privsep in Rust is non-trivial

All thread-related code must appear after the first call to fork(2). But if you are using the std Rust runtime, it gets ahead of you.

Three Steps to Make GNOME3 Livable

Two places to make tweaks, then a whole bunch of extensions to install.

timing-convenience, a Haskell package

timeFor 3 Dys Ago

Dynamic Class Methods in Ruby

Ruby classes can pretend to be anything they want.

Check your email into git using procmail

In this blog post you will see how I commit my email into git one message at a time, as it is delivered, using procmail.