Authenticity

12 Apr 2010 by céline

jesus

This inverted photography of Jesus, explains how he was crucified, showing blood stains on the wrists, head, etc…
It is a historical evidence, documentation, relic.

“It is something very peculiar. The shroud is some kind of negative of the body it’s wrapped up. So you can ask ‘Was that the moment of resurrection?’ That has to be speculation.”

It’s perhaps the most controversial religious artefact in the world. The Shroud of Turin cloth that supposedly wrapped Jesus’s body after the crucifixion and became imprinted with his image, has intrigued millions of believers and sceptics alike. Having gone on public display for the first time in a decade, the debate over its authenticity is set to resume.

jesus

Unshrouding the science of the Shroud How is this article in the Europe category? SHouldn’t it be in Middle East?

leave a comment

yamli

5 Apr 2010 by céline

“I love Yamli so much, this product is so useful to me as an ex-patriot lebanese canadian. I use it often, as I know how to speak arabic, but not read or write. I use Arabish instead to chat with my family. Yamli is awesome, but I think it is still at an early age of design. Maybe it was never even touched by a designer before
I know because it’s too geeky talk: Rich editor, and like Simplified editor) Whatever! my Mom would never be able to understand what that means. I know for sure that no Ux has been on this project yet ;) So… I took the initiative to play a little with the homepage design, I’ve been doing some thinking first thinking yamli and came up with this idea/drawing…

yamli-homepage-Brouillon1

leave a comment

footer fetish

1 Apr 2010 by céline

Just like I have a shoes fetish, I also have a footer fetish!

stand up straight

Sexy Ux design is something that genuinely turns me on. Intellectual orgasm. Ok maybe not that much, but I enjoy it for sure. It’s part of those small things that makes you happy. Footers that are sexy makes me happy! Some of these footers are inspiring on a ux point of view, and others like the Vimeo footer inspiring because of the graphic design aspect of it.

Why am I blogging this?
Because I want to have a small collage-collection of hot footers that I love. Hope you enjoy, this is only a small collection. More will follow…

Reuters

Nytimes

How to Wiki

Vimeo

http://futureofwebapps.com/

I love these guys. Very sweet design.
http://carsonified.com/

This one could be a good footer. Not too sure if it’s a footer, as it lives in the middle of the page… But I love it.
Anti-Mega

leave a comment

The Open Photobooth project

21 Mar 2010 by céline

This is an idea I’ve had for a while now, decided to draw it using photoshop, while here in Montreal it’s the first day of spring and it’ snowing outside!
The concept is easy: online photobooth, where you can share your photobooth photos with people, no need to log in. You can log in with Flickr tho, and sync in your photos, and view your friends, and why not, make new friends!

OpenPhotoBoothProject

leave a comment

html5 video!

19 Mar 2010 by céline

sxsw rétrospective, as I wrote on our Lab @Phermone

Mon Ghetto interview avec Michael. (^_+)
De retour de la folie de sxsw. C’était l’occasion de se laisser impregner jusqu’à en perdre control de toutes sortes d’informations, de gens, de la culture même du web et de créer des contacts intéressant avec des personnes inspirantes. Pour l’occasion, j’ai eu la chance interviewer Michael Dale, wikimedia, à propos de la vidéo utilisant le codec html5. Lors de l’atelier “Wow, That’s Cool… Fun With HTML5 Video” présenté par Michael Dale – Kaltura Wikimedia et Christopher Blizzard – Mozilla Corporation

michael dale, just been interviewed by me

L’interview est en anglais, si vous êtes fluant en anglais français, s’il-vous-plaît traduisez!

CELINE: Hello, Hello, Alright

MICHAEL: It’s working?

CELINE: Hello Michael, can you tell us more about yourself… While you’re texting

MICHAEL: Ahah, Okay, I’m Michael Dale I work with Kaltura and Wikipedia on Open video project. So, let’s see, what do you want to know about the project?

CELINE: I want to know about the project as if you are explaining it to your Mom.

MICHAEL: Okay, so it’s basically that Wikipedia is all about text right now, and we are thinking about the idea of, what would video on Wikipedia look like? How would it work? How is it going to integrate with how people interact with text? You know they have this versions of things (edits). So somebody can change one word, and another person can come along and change another word. What’s the analogy with video? The idea is sorta like… Open…

CELINE: Open video!

MICHAEL: Open video! Yes, :) hahah More like a shared sequence format, shared edit decision list, that’s what it’s called in film… speak. So, you have a shared edition list so you can imagine a film where every cut is something that people can change. You can actually decide, “well these people captured only part of that concept, they really need to slice in another picture, other words of this interview, to make sure they capture the whole concept”. Or maybe there’s a background image, and you think there’s a better image they can use in this case, to better communicate this documentary or something. So you can swap up that image. So in this process, of those decisions, and those changes are run like a wiki, between those different edit decisions.

CELINE: That’s cool! Today you presented something with Mozilla about a codec for video that is running with html5, right?

MICHAEL: Correct. So html5 is a standard, that’s emerging to sort of make video with a tag associated to make video more like other web elements. Just like we have an image tag, we have div tag, so this is a video tag. So it’s right in the web page and works the same way as the rest of the web works.

CELINE: Also, there was something super cool you showed today, which was the customized player…

MICHAEL: Yes! So that means, you use this video tag, so your player is done in html so you can style it with CSS. So you don’t have to know Flash, or be a Flash developer in order to customize your interface.

CELINE: What are the advantages if we compare this with the Flash technology in terms of performance, accessibility and all that stuff?

MICHAEL: Let’s see… On performance in theory it will be much faster because you will not have to load a separate process or load another separate application every time you want to embed video on a web page. And since all the player and the control of the player are done in JavaScript and CSS it can be very small, not like Flash that compiles into this large blob that you have to put on your page. In terms of accessibility, it’s inherently just by the fact that you point at the video URL, it’s gonna be easier for search engines, and screen readers to understand what’s going on. Because there is semantic value, and semantic information to the page that’s been communicated, otherwise would be a big Flash blob. You know, so you won’t be able to know what this Flash element is, and what it is doing. With video tag you have, the element right in the page, so that the screen reader, the search engine, and the web author, everybody can know what that means and interact with it, and make it more accessible.

CELINE: That’s so cool! When we talk about mash-ups and take the video and embed it on another website, and in terms of sharing the video. Would that be easier since we are using HTML5 instead of Flash, to be embeding video on other sites? Mash it up, edit it, and re-edit it?

MICHAEL: Yeah, it’s going to make all those processes a lot easier, you won’t need anything special. It’s comparable to an image tag, like it’s very easy to right click on image, and save it to disk, edit it with Photoshop and re-post it to your website. That’s the idea of the video tag is that it makes it just as easy to just view source, or right click on video copy it to your computer, do what you want to do, re-post it or re-edit it, or cut it down. So it’s make video more like other web technologies.

CELINE: That’s so cool! Makes me so excited because I love remixing! Ok so would that be scary then for people coming from the older media like Television to be having their videos easily re-edited, like right click save on desktop put it into Final Cut, do a little bit of tweaking to it, and re-post it on my blog. We can totally anticipate how the older media people are gonna be afraid. Can you give a wise quote or a message of hope to these people to help them not be so afraid.

MICHAEL: I think it provides more visibility, they need to transition into new business models. For a long time they pretended the internet didn’t exist, in some sense, they said “we are not going to put video up there”. Then all of a sudden they are putting videos out there without having a good concept of monetization tru the stack. If we go thru the workflow you just described where you download a video, you do some editing and you post it to your blog, if you had Google Adsense on your blog, it would make sense that Google would be able to read the page, see that it’s a video tag, do the finger printing on the media asset and then compensate the original producer of the video content. They have to be thinking of solutions in that sense. If that workflow does not exist they should be working towards it. If it’s not a possibility now they should be able to work on making that a possibility rather then get you to take down that video. Or getting you to not want to communicate with the visual medium. They shouldn’t try to control that in that sense, they should be trying to innovate and make it worth while for everyone.

CELINE: So times have changed. Doesn’t mean time stopped changing, it just means we keep on changing. Sometimes it’s more of an obvious change. Yesterday we attended Joi Ito’s conference when he said that Creative Commons are able to assign credits, like the finger prints of the medium, just like you described. Can you explain to me more about that. I know I have an empirical understanding of it, but can you make it clearer, that you can just with a click have all the credits?

MICHAEL: I’m not too familiar with the Creative Commons system, but the basic idea is that you create a finger print of a media asset that you are able to associate meta-data of it, whether that is content ownership, or subtitles, or some other meta-data that you want to associate with that asset. It’s like it looks at the picture and can say, it has this particular shape, these colors, it creates a perceptual hash (#), so it’s called, and that finger print can be used to look it up. Even if you say, you re-encode, or you cut different pieces of the video, snip it out, or shorten it, it doesn’t matter because the perceptual hash works with the content not by the digital bits sort of speak. I don’t know how technical you want to go here..

CELINE: Go technical!! Go all the way!

MICHAEL: ahaha Ok, so, with normal files you have these things call “sha1” and “md5” that generate a hashof the binary file and that hash is specific to that file. With something like a perceptual hash or media finger printing you are not trying to identify that file, you are trying to identify content. And that’s what it’s all about. So it creates a way to identify content.

CELINE: That’s so cool! Thank you so much Michael. Can you give me all the links to the codes behind the videos so we can share them.

MICHAEL: Sure you can go to: http://commons.wikimedia.org/wiki/Commons:Timed_Text_Demo_Page?withJS=MediaWiki:MwEmbed.js, Should up soon:
http://html5video.org/.

CELINE: Oups I have no more battery on my recorder… That’s crazy. OK… Thank You!

Interview with Michael Dale by celinecelines

leave a comment

Some of the faces I will never forget #sxsw

18 Mar 2010 by céline

all the people i met @sxsw

Some peoples are missing, more drawings coming soon (^_+)

2 comments

wireframes for remix tv tool

13 Mar 2010 by céline

I was told several times by @karlpro, @joiito, @zefrank to get my ideas out there as fast as possible and set them free kinda thing. Ok these wireframes/drawings were made circa2008 when I presented them to BBC as part of their new iptv concept category at miptv Millia in Cannes. ok, here we go…

This is an interface to remix (i)TV content streamed in. People can record, mix, remix, add sound, draw on topof TV content, etc…

Untitled-1

You can search for TV content, and use the pen tool to draw on top of the video stream

karaoke cinema

You can Split screen, and play two video streams together

Untitled-2

Untitled-3

You can play reporter, and have your face in a mini square on left like this, and report from your living room!

Untitled-4

Untitled-5

Untitled-6

Untitled-7

Untitled-8

1 comment