What Would You Do If You Had Nothing To Do?
Pretty much what I’m doing now, plus some of the things I want to be doing now. Wait, does that make too much sense?
Vlad the Deployer — Sample Recipe
Here’s a recipe I’m using right now for a site of mine. It really is this easy—once you figure out what goes where. Note that I did need to dig in to Vlad and patch an issue or two (mongrel variables and web_command) but I’m told a fix is on the way.
My favorite part is the custom symlink_assets
and deploy
tasks to get around the lack of Capistrano style “after” hooks. It’s just so natural and Rake-tastic!
Rakefile (excerpt)
require 'vlad'
Vlad.load 'config/deploy.rb'
deploy.rb
set :application, "appname"
set :domain, "appname.example"
set :deploy_to, "/var/www/apps/#{application}"
set :repository, "svn+ssh://#{domain}#{deploy_to}/repos/trunk"
set :mongrel_port, 8020
set :web_command, "sudo /usr/local/apache2/bin/apachectl"
set :public_assets, %w(image_assets)
namespace :vlad do
remote_task :symlink_assets do
run public_assets.collect do |asset|
"ln -s #{shared_path}/public/#{asset} #{current_release}/public"
end.join(" && ")
end
remote_task :deploy => [
:update, :symlink_assets, :migrate, :start_app
]
end
Amusing Coincidence
Nick Zadrozny is still wondering how exactly one might quantize fantasticness. 48m ago
Polo Gore is fantastic. Seriously. 23h ago
Amusing coincidence from Ariell’s Facebook news feed.
7 Habits of Highly Ineffective People
Guilty x 7.
Evaluating e-whiteboards
- http://vyew.com/
- Long and kindof annoying signup process.
- Multiple account tiers, free account has ads.
- Email account validation.
- Can manage lots of different “books” and pages.
- Graphics are a little bit laggy.
- Most robust?
- http://www.skrbl.com/
- Drops you right into a whiteboard, no signup.
- Doesn’t support Camino? Crashes Firefox? IE only?
- No Mac support = deal breaker
- http://www.imaginationcubed.com/
- Drops you right into a whiteboard, no signup.
- Less Software - less to think about.
- Pen graphic is a bit distracting.
- Easy (and very cool) replay tool.
- No eraser? Type tool is a bit glitchy.
- Sharing is a bit glitchy too.
In the end, I ended up being the most productive in Vyew. Working Software comes before Less Software, and some of their tools and features came in very handy indeed.
1 Corinthians 15:58
Therefore, my dear brothers, stand firm. Let nothing move you. Always give yourselves fully to the work of the Lord, because you know that your labor in the Lord is not in vain.
Lindsay the Prophet
“I like turtles.”
1 John 2:15-16
Do not love the world or anything in the world. If anyone loves the world, the love of the Father is not in him. For everything in the world—the cravings of sinful man, the lust of his eyes and the boasting of what he has and does—comes not from the Father but from the world.
If anyone would come after me, he must deny himself and take up his cross daily and follow me.—Jesus of Nazareth (Luke 9:23)