ddollar | 11 years ago | on: Tug: Use Docker for development
ddollar's comments
ddollar | 12 years ago | on: Hk, The new Heroku Client written in Go
Foreman was originally written in Ruby which ideally means it runs on any machine with a Ruby interpreter. When you get down to it, though, the differences in fork/exec between Ruby 1.8, 1.9, JRuby, Rubinius, etc make this a nightmare scenario of a different sort.
If you go to https://gobuild.herokuapp.com/ddollar/forego/master/darwin/a... you get a working program as a single binary in one step. Using bsdiff I can even ship binary diffs for fast upgrades (this is how `foreman update` works in the new version)
Oh and as a side effect the new Foreman is quite a lot faster to start up (Rubygems initialization is sloooooow)
ddollar | 14 years ago | on: The Heroku Toolbelt
We made the script a link so you could check out what's going on before running it.
The heroku-toolbelt .deb actually depends on system git-core and ruby1.9.1 so we shouldn't be trampling anything.
ddollar | 14 years ago | on: Ask HN: Who is Hiring? (November 2011)
We're looking for an active member of the Node.js community to come own Node.js at Heroku. This position involves both contributing to the Node.js open-source community and working to reduce friction for Node.js users on Heroku.
If you're excited about the promise Node.js and the future of app deployment, come help us to shape it.
Full job description: http://heroku.theresumator.com/apply/gtoHxr/Build-Pack-Maint...
Email: [email protected] (please include a link to your Github account)
ddollar | 15 years ago | on: Run Your Own Piece of Heroku with Foreman
ddollar | 15 years ago | on: Run Your Own Piece of Heroku with Foreman
ddollar | 15 years ago | on: Run Your Own Piece of Heroku with Foreman
Please keep in mind that this is a very alpha project still under heavy development. If you try it I'd love to hear how it goes and whether or not it's useful for you (you can reach me at [email protected] or find me on Freenode as ddollar).