Aibo

Merry New Year (2008) and Happy Christmas

Davide's picture

I'm alive and well !
Only busy with the non-virtual side of the World. I had a friend from Italy staying in my apt for a few days, then he left and two more friends came... and the celebrations, the parties, etc etc.
I've also got to write some good code before leaving the office. My first vertex animation compression. I used a 4-tap Daubechies wavelet. Haar seemed pretty worthless.. it turns out that Haar doesn't really do a good job at shifting larger values towards the top of the array that is being transformed.

Currently I'm compressing independently x, y and z values. It works nicely. I'm also using some sort of bitplane compression. But not in a hierarchical fashion like it happens with zero-trees.

Compression algorithms are different from 3D graphics, very interesting. It's a shame that most 3D programmers don't give much thought to it.
Actually I think it's in general a shame that there are "3D programmers". I sometimes define myself a 3D programmer for lack of better explanations, but it's really bullshit. Generally it's only the young punks that think that programming 3D graphics is "the thing".
I'm in charge of a (small) team that researches graphics.. but that's really only just the surface. I believe in looking far and wide, rather than getting stuck on APIs, techniques, tricks and tips like those that appear in those recipe books that come out every month (I know I said that before a few time already 8).

I took many pics in the recent days but now comes the time to clean up for this year.. memories are a double edged sword and technology makes it very hard to cut with the past. People can very easily keep in touch, share media evoking old times.. even my robotic dog manages to put me in difficult situations as it sometimes calls the wrong person at the wrong time !!!

geez
Enjoy your holidays 8)

YouTubeYouTubeYou ? Aibo and IE embed issues

Davide's picture

Here is a video that I uploaded today to YouTube. It seem that embedding videos can give some troubles with IE in some cases.
I use Drupal btu someone with Wordpress had the same issue and solved it (can't find the page again (^^;)) by removing some of the HTML code that is given by YouTube.
For example YouTube provides the following:

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/6iC9UWecOUM&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/6iC9UWecOUM&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>

..but to get everything working without issues on IE, one has to strip the "object" stuff and leave only the "embed" tag, like this:

<embed src="http://www.youtube.com/v/6iC9UWecOUM&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>

...well !

wanwan !!

Syndicate content