Once upon a time I used a beanstalk repository in http mode. By that I mean I had it checked out from a http:// address, rather than the usual svn+ssh:// because Beanstalk didn’t support svn+ssh:// . Since then, no-one had touched the project, but today I wanted to do some changes. I went ahead to make them, and before committing I did a “svn up” just in case. It told me:

svn: Repository moved permanently to 'https://xxx.svn.beanstalkapp.com/project'; please relocate

Beanstalk had deprecated http-mode. Sounds like a good idea, really, I don’t remember why I was using http in the first place. But, if you, like me, have used SVN for a long time without really learning it, and get into the same pickle, this’ll be for you. To relocate, simply run

svn switch --relocate http://xxx.svn.beanstalkapp.com/project https://xxx.svn.beanstalkapp.com/project

That’s it. A “svn up” and “svn commit” later, the new changes are checked in.

 

So today they released the new iMac. Still no reviews so I have no clue whether I was right or wrong about the chipset. So I’ve started looking into another pet topic of mine: RAM. I really would like these machines to take a bucket-load of RAM, but Apple still limits themselves to 16GB.

OWC shipped 32GB kits for the last version, and in this blog comment they confirm they expect it to work well on the current iMac as well. In fact, they already sell 32GB kits for the 27″ iMacs, but at almost $3000!

So far I haven’t seen people report on the previous generation iMac any brand of RAM that would supposedly work but didn’t, and Amazon has a kit for $817 that I would expect to work. But no reports yet, so this’ll have to be investigated.

Update: Disregard the amazon-link, the iMacs need 204-pin SO-DIMM DDR3 RAM running at 1333 Mhz. The Amazon link was 240-pin

 

I’m just getting started with Cloud Foundry. So I grabbed Springs samples and compiled hello-spring-mongodb doing “mvn package” and then “vmc push –no-start”. That got me:

Would you like to deploy from the current directory? [Yn]: The input stream is exhausted.
/Library/Ruby/Gems/1.8/gems/highline-1.6.1/lib/highline.rb:601:in `get_line'
/Library/Ruby/Gems/1.8/gems/highline-1.6.1/lib/highline.rb:622:in `get_response'
/Library/Ruby/Gems/1.8/gems/highline-1.6.1/lib/highline.rb:216:in `ask'
/Library/Ruby/Gems/1.8/gems/vmc-0.3.10/lib/cli/commands/apps.rb:369:in `push'
/Library/Ruby/Gems/1.8/gems/vmc-0.3.10/lib/cli/runner.rb:426:in `send'
/Library/Ruby/Gems/1.8/gems/vmc-0.3.10/lib/cli/runner.rb:426:in `run'
/Library/Ruby/Gems/1.8/gems/vmc-0.3.10/lib/cli/runner.rb:14:in `run'
/Library/Ruby/Gems/1.8/gems/vmc-0.3.10/bin/vmc:5
/usr/bin/vmc:19:in `load'
/usr/bin/vmc:19

Probably that’s not what it should look like on a Mac, so I’m investigating the cause. Do shout out if you have an idea. I’ll update with my progress.

Update, question posted at http://support.cloudfoundry.com/entries/20072196-beginner-question

 

Wow, I remember back in 1998, me and another photo enthusiast were discussing DSLRs vs digital film. I was holding out on DSLRs until there was a camera that could fit my lenses and was as good as the Canon 500N I had at the time. Turned out I’d be waiting a while, the first one I got (matched the requirements!) was the Canon 20D. Anyway, my friend showed a links on Slashdot and a few papers on “Digital Film”, and I had to agree: that was probably a much better fit for the time.

Well, digital film didn’t materialize, until now (or rather, soon) hopefully: Tom’s guide has an article where they describe Park Hyun Jin’s concept:

Digital film

While in my mind the right time was 1998 and the wrong time is 2011, I would still love a “roll” for my analogue camera, and I might even get a few more old systems for the pure joy of using them :-)

© 2012 Niklas Saers' blog Suffusion theme by Sayontan Sinha