I’ve migrated to the Wordpress setup here. The manila instance that was running was getting old and decrepit.
Let’s see how this goes
I’ve migrated to the Wordpress setup here. The manila instance that was running was getting old and decrepit.
Let’s see how this goes

I just took a glance at
photosynch and
am really impressed with the applications of computer vision and image
processing techniques to create a really unique application.
The basic
idea is to take a pile of photos that are related to each other somehow
(imagine taking zillions of pictures of the Taj Mahal from tons of
different places) find similar features in all the images and try to
reconstruct a mock 3d space that shows the spacial relation between
all of your photos. This is really cool as you might be able to create
a very interesting photo tour from your photo collection in a 3d
navigatable space.
Oddly, I was trying to come up with a similar idea to link videos stills
in QuickTimeVR movies and try to use the linkable features in QuicktimeVR
to provide clickable hotspots that would take you to another photo that
was a picture of the same scene however this is far slicker and if it works
with very little intervention from the user besides pointing to a pile
of photos and letting it do its job that would be great.
However, there are still caveats. The whole process takes hours or days
to currently do and the current technology preview is only for a pre-rendered
project. The true acid test will be in my opinion the ability to
just point to a folder of pictures and have it do its job with as little
possible human intervention as possible. That is a not a trivial problem
but I’m sure we’ll see something interesting especially since it has
two (very well)
known researchers
in the computer vision field. I’m really looking forward to the results
of their labor. My last question is how many technologies behind this
are patented already. It’d be great if it an OSS implementation inspired
from this project could be made however patents are a sticky problem.
(
6 or 7 REQUIRED)
Interesting article on trying to keep your technical architects around
as they are the ones that have the scars from war stories and have built
up experience on leading the project in the right direction
But cynically speaking, what company is ever going to see the wisdom in that.
Right? I mean keeping an old fart around on the payroll that might save
you a significant chunk of change is just too forward looking…
From the article…
Sony may be the first company ever to depict throwing up as a way to
sell electronics.
Seems once again Sony missed the target market by a decent amount again.
One of these days they’ll hit the right combination again. But it seems
as usual, their engineers are a little out of touch with the target market.
I’m trying to get cvsync running on cygwin
and after looking at the homepage. There didn’t seem to be that many
straightforward instructions nor is there a package in the default
cygwin repository. Bummer.
So I took a shot and tried downloading the tarball and compiling it.
$ wget Comments (0)
I’ve been testing the new Google
Groups Beta and design-wise it looks a little bit cleaner however one
SERIOUS flaw is that I can’t seem to get paging to work at all. Pressing
Page Up or Page Down results in no response.
Okay, rtfm… Piles
and piles of pages of useless docs on how to create and add content. But
how about people who need to BROWSE content? No documentation whatsoever
if Google Groups Beta uses some sort of special hotkeys for navigation. And
no, I’m not going to experiment/read the JS source/use intuition to guess
what they are. This is something I consider BASIC for any type of news
reader tool.
And yes, I’ve already sent the folks at Google an email about it. However,
frankly I’m a bit disappointed at the Google Overlords for missing such a
brain-dead simple feature (or the failure to document it). How many
advanced algorithms and UI pains did you guys go through just to forget
the lowly Page Down key?
OSNews has an interesting
article detailing
why people won’t switch OSes even when there might be many technical advantages
to. Definitely an interesting read. It frames the reasoning in something
called the Elaboration Likelihood Model. I’ve not heard of it but then
again I’m no psychologist researcher either so I guess that’s not surprising.
$ svk mirror http://svn.somewhere.org/project //mirror/project
Committed revision 1.
$ svk sync //mirror/project
Syncing this
bug.
I’m not sure what the reason but in general the problem seems
to be isolated to the SVN::Mirror perl module. Perhaps if you upgrade
SVK and all its dependencies via your package manager of choice and SVN::Mirror
is updated to the right version I think you can get away from the problem.
Upgrade SVN::Mirror (somehow). Since I installed SVK by hand it was possible
to upgrade using cpan. Here’s what I did:
$ /usr/local/bin/cpan
cpan> install SVN::Mirror
Running install for module SVN::Mirror
Running make for C/CL/CLKAO/SVN-Mirror-0.71.tar.gz
…
…
After that, I was able to use svk sync as expected.
Powered by WordPress