So I’ve done this before… you’ve seen it on all of the soc-net sites… you put your picture in and it tells you what celebrities you look like:
whoa!
Apparently I look like Laura Bush! HAHA
So you’ve got yourself a sweet new MacBook Pro… and you want to do some video transcoding…
…You go out and install MacPorts…
…You type ‘sudo port install ffmpeg‘…
…And you get a big fat ERROR…
WTF?
…Type ‘sudo port uninstall ffmpeg && sudo port clean ffmpeg‘… (if you have an older version)
…Type ‘sudo port install ffmpeg +lame +libogg +vorbis +theora +faac +faad +xvid +x264 +a52 +dts’…
What the heck? It will go through and install a bunch of common libraries and codecs… and it works
‘Nuff said. kthxbai
So there’s a nifty backup service called Mozy…
They give you 2 gigs of space for free and “unlimited” storage for $5.95 a month…
Not bad. Decent free space, decent speeds, works on a Mac or Windows variant…
I might continue to play with this until my uber geek inner self comes back and tries to play around with AWS S3…
UPDATE Yeah… so I uninstalled Mozy… and am going to go down the AWS S3 account… I’ll figure it out soon…
So it’s been about 5,000 miles since I purchased the new whip… the 2007 Honda Civic Si Sedan (Nighthawk Black Pearl)…
Here’s a rundown of points on what I think about the ride:
Exterior / Interior
Handling / Performance
Overall I am thouroughly impressed with this vehicle… my sticker price was $22,680… retailing at nearly $26,000… not bad at all.
I would give this a 5/5 for fun, appearance, and performance… Best bang for your buck!
I tell you what… I’m having a tough time at work keeping up with contexts of projects…
Especially when it comes to operating systems, syntax, and project status…
I’m constantly swapping back and forth between OS X and Windows XP … for a Ruby on Rails project and a .Net project respectively…
With the differences between ASP.Net and Rails… combined with C# syntax and Ruby syntax… combined with keyboard layouts and shortcuts in the OSes… I’m going to go nuts!
I ended up doing this in Ruby today, I knew I was screwed:
def my_cool_function(int count)
TopScore topScore = TopScore.new()
topScore.points = count
topScore.save
end
(hint: parameter typing and type declaration for the variable)
Or when I did this in C#
List things = collector_class.GetMyThings();
things.each { |thing| thing.save }
(hint: .each iteration)
Yikes… and another thing… using Windows on a MacBook Pro is nice for a lot of reasons.. but using having a different key for keyboard shortcuts (Open Apple vs CTL) is tough… and then having the function key on the far bottom left makes me want to hit it (the normal spot for CTL on a Windows keyboard).
Talk about context switching in relation to efficiency… it’s tough!
As many of you know… I’ve been working with Ruby on Rails professionally for the last 10 months and have been playing with Rails since it’s inception…
And now they have me working on a .Net project. Once again I’m back into the world of strongly typed managed code. I have to say that I missed it… thus my talks on it and toy projects.
There are lots of good things happening in both the Ruby world and the Microsoft world… it makes me excited to be a developer!
IronRuby, Silverlight, Ruby on Rails 2.0, JRuby, RubyWorks, the list goes on and on…
Damn it feels good to be a developer