-
"I shouldn't even explain it- you should probably just youtube some gameplay footage if you're interested and watch the insanity." Gerard Way on quitting Force Unleashed – and hinting that he's going to talk more about other games he's given up on. That should be interesting.
-
Some well-worn tales here, but also some good new ones, particularly when it comes to query-profiling and all forms of caching.
Pulling from Git over a non-standard SSH port
13 October 2008
I must have lost about six or seven hours trying to get a Rails application deploying from Git in the past week. I could push and pull from the repository, but could I get the thing to deploy via Capistrano? No, I could not.
The problem, as far as I could tell, was not with Capistrano. It was a simple SSH problem. I block port 22 for SSH on the server in question, for security reasons, and use a different port. But, no matter how I specified it, Git was insistent on trying to pull over 22. I did a lot of Googling, and found lots of conflicting answers, none of which worked.
And then I learned my lesson. That lesson is: when Linus tells you what to do, you do it:
Use the “
.ssh/config
” file ;)
So I configured a hostname in .ssh/config
on the server, and everything worked instantly.
A lot of problems tend to come down to SSH, it seems. After that point, everything went swimmingly.
Skillswap Brighton – tonight!
09 July 2008
Just a quick note to say that I’ll be talking at Skillswap Brighton tonight. The talk is a re-work of a talk I gave at LRUG in London a month or two back; it’s called “Settling New Caprica“, and it’s about how to get that pet project off the ground:
Pet projects: everybody’s got them. But how many of them never see the light of day? In this talk, Tom Armitage looks at some of the obstacles that impede such projects, and how to get over them. The talk also considers some ways to streamline the process of releasing software when you’re your own client, and perhaps might give some ideas to improve not only your personal projects, but your work projects as well. There should be plenty enough time for a healthy Q&A session after the initial presentation.
The talk isn’t hugely long – about 30 minutes – but I’m hoping there’ll be some healthy discussion after it, on topics as diverse (to give you an idea of what’s coming) as personal project management, version control, deployment, and building Twitter bots for fun and profit.
Once the talk’s done and dusted, I’ll try and get a copy of it online by this weekend. Many thanks to Nat and James for the invitation to talk!