The nine hours capsule hotel.

The nine hours capsule hotel in Tokyo is yet another wild idea coming from Japanese people. It aims to provide a luxury room in a minimum living space. The concept is really simple: you can spend nine hours in your capsule: 1 hour for shower and rest, and 7 hours to sleep.

Nine hours capsules

Of course, this hotel might not be a good one for me, because I have hard times trying to sleep, but I assume it’s OK for most of people. And you can sleep in a 4star class bed for approximately €40, so I guess it’s worth the price.

Nine hours concept

There’s a lot to learn from the 9 hour capsule hotel in Tokyo. I tend to think that most web applications should embrace the same key principles of this hotel: high quality, minimalism, and easy to understand features.

I’ll certainly spend a night there when I visit Tokyo someday.

Via Design Boom (shared by Mathieu)

2UNFOLD, the perfect laptop bag?

I recently discovered recently this wonderful laptop bag when I was browsing my friend Piotr‘s tumblelog. This bag is classy and handcrafted, which explains why it’s that expensive (the guys at hardgraft use high quality leather, which reminds me a bit of Veja products). Plus, it’s extremely versatile, you can wear it in 8 different ways, depending of what you carry.

The 2UNFOLD laptop bag is definitely going into my wishlist. I heard some women spend more than €400 for a simple LV bag. I guess €379 would be worth it according to the 2UNFOLD’s versatility.

Via Piotr’s tumblelog

There’s no place like Thien’s home.

I’ve been attending an awesome Exsonvaldes live performance in Thien & Laurent‘s apartment. This kind of concert is really cool because it creates kind of a very intimate atmosphere, and it’s freaking good!

Again, thanks to Exsonvaldes for the show. You guys totally fit my definition of what an artist should be: better on stage than on CD. “There’s no place like homes”, their new album has been released today on the iTunes Store, and it’s worth buying (I bought it saturday after the show, so I know what I’m talking about).

Also, thanks to Thien & Laurent for hosting and organizing the show, but also thanks to Victor for hosting me this week-end.

Video credit & more info: Victor

Bllsht.net, check who’s full of shit on Twitter.

I’ve been working on a little side project with my friend Victor during a few evenings. This project is called Bullshit Network (Bllsht.net), and you can track the usage on twitter if you search for #bllsht. The app was made in about 5 evenings, which basically represents 2 or 3 days of work.

WTF is it exactly?

Well, to make it short, Bllsht.net is a place where any twitter user can denounce another user and proclame he/she is saying lame stuff. It might be a bit mean at first, but it’s in fact really funny. It was built because Victor and I noticed that the blogosphere, especially the one from Paris, has a lot of haters.

What’s the point?

A friend of mine told me he didn’t get the point. Well, it’s true that voting x or y is full of shit is not that interesting. The real point is personal. Of course, it’s all about the fun, but it’s also a matter of skills. I love side-projects because they are like a playground where I can try new technologies. I could have done this website using LAMP stack, which is certainly the most used stack in the world, but I chose different technologies to improve my skills.

The technical stack.

The app is hosted on a very basic server (and very low-cost), it’s not even 64bits enhanced.

The webserver is Lighttpd, mostly because I think Apache’s configuration is a real pain in the ass neck. Lighty serves static content such as images and css files.

The code is on Tornado, the open-source Python framework that powers FriendFeed (Lighty acts as a reverse proxy). I like it because I like the way you can code different actions according to the HTTP method, which makes the code a lot more RESTful (the code is a bit similar as web.py apps or Google App Engine apps). If you’re a developer too and don’t know about Tornado, you might wanna have a look at my basic Tornado app on GitHub. Plus, I’m getting a bit sick of PHP, which is really messy. Python, on the other hand only let you write nice and clean code.

All the stored data is stored on MongoDB, which is a DocDB such as CouchDB (but much more advanced imho). At first I’ve been playing around K/V store like Redis, but MongoDB includes in some ways classic RDBMS features, which is not negligible…

I might be writing soon a blog note about creating twitter mashups and using the twitter API.

A big thanks to my friend Victor for the design, and to my friend Wendy, who was really helpful for copywriting (yes, my english is crappy…). Also, thanks to the early beta-testers for their feedback.

Slight UI changes

Some of you may have noticed: I rencently realigned the design of this blog. As I had redesigned my website a few months ago, I thought that it would be interesting to create a sort of harmony inside the whole website, by keeping the same minimalist spirit.

I don’t know what I’m gonna do with the old design, maybe a Tumblr theme. So stay tuned!

Feel free to leave any suggestion/criticism in the comments section. Even if you’re drunk.