Android gets an ecosystem of accessories
Yesterday, Google announced the “Android Open Accessory Toolkit” and this announce got me really excited.
Diveboard: Track, Share and Explore Scuba Diving#
I’ve been really silent lately, and it’s not that I’m slacking – far from that ! Actually I’ve ben busier than ever, maybe even busier than at the first days of Wavestorm.
Over the past few month I’ve been busy defining and building Diveboard.
Some of you know I’m a big fan of scuba diving. Jean-Charles, my associate a Wavestorm introduced me to it in 2005 and since then I got really hooked to it. As a computer geek, I love metrics and I’ve always been very frustrated not to be able to easily share my dive profiles and experiences with my friends online. I basically wanted something like a Runkeeper for scuba diving, but with some more features enabling dives to find new spots and dive into fellow divers’ experiences.
There was nothing like that to be found (or old web1.0 unappealing websites) – so we built one !
We opened Diveboard last week following the “launch early” adage and it’s already taking up pretty fast ! (we just passed 1000 fans on our Facebook page, the site has already far more traffic than this blog and we made up some pretty cool connections with the industry.
There are still a lot to do before we can actually launch the site (and by launching I mean communicate broadly) yet everyone is welcome to start using it – and we value your feedback !
Encoding : 0 – Alex : 1
Mysql2::Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=': SELECT COUNT(*) FROM `fishes` WHERE (taxonomy_id = 13540333 AND scientific_name = 'Abyssocottus korotneffi' AND name = 'малоглазая широколобка' )
If you get this kind of error message, calm down it’s “normal” and there’s a solution
Since Rails 3 although 100% UTF8 still uses by default the mysql gem which is NOT UTF8, you head to a big headache… the solution is simple enough though:
1) use the “mysql2″ gem
2) execute the migration script below
