White Pizza Sauce
A garlicy white sauce suitable for pizza or a really think kind of alfredo.
A garlicy white sauce suitable for pizza or a really think kind of alfredo.
Ben’s Chili Bowl is an icon in the Washington D.C. community and cuisine. If you’re in town, you should visit. Until then, this gets you pretty close.
By Raghavan Iyer, via Dr. Urvashi Pitre
Makes 1/2 cup
I have been poking around inside RubyInstaller, the venerable package for installing a Ruby environment on a Windows host. I became entranced by the magical incantation that appears at the top of the Ruby binstubs installed by RubyInstaller. The incantation is what makes these binstubs work in either Windows Command Shell or in UNIXy sh/bash or even processed directly by the Ruby interpreter. It is a marvel, though it took me a while to work out how it does its magic. I thought I would pick it apart here, for my own memory and for anyone else lost wondering what’s going on in there.
Sometimes when packaging a thing in Habitat, the plan really should not have the version hard-coded if the plan is packaging something from which the version could be computed.
My current primary project is a Rails app that depends on PostgreSQL and Redis. I used to run those services directly on my Mac OS development workstation, but didn’t like the untidiness of having services I wasn’t using all the time running all the time. Or that the default install might leave the services listening on all interfaces so that everyone in the coffee shop could poke at my test data. (Nah. I’ve got a firewall and so should you.) I figured, “Hey, I could use Docker to cordon these services off.”