After the US and France versions (and soon a German version), I created an Android Application to monitor the Amazon.co.uk Kindle Deal of the Day and a:
En supplément de mon application Android Offre Éclair Kindle, je publie desormais, quotidiennement un flux RSS que vous trouverez ici:
Flux RSS pour l’Offre Éclair Kindle d’Amazon.fr
Another itch I needed to scratch. I needed the basic ability to export data from (an Amazon Web Services noSQL store:) DynamoDB to CSV. I first built a solution for my specific issue (which included some transformations) and then decided it’d be worth building something more generic for people. While you can do this using AWS Pipeline, EMR and S3, I found it immensely complicated for such a simple task.
You can find my solution, DynamoDBtoCSV on github
AWS DynamoDBtoCSV
…
typically, to use you’d run:
Like many, we gather a lot of our system information (business and technology) into Graphite. One thing we were missing was some of the AWS services metrics that you’d typically use Cloudwatch for. So I wrote a little utility in node.js that does exactly that. You’d typically run this in a cron and throw the output into Graphite every 10 minutes or whatever.
You’ll find the application here: https://github.com/edasque/cloudwatch2graphite
Here is the documentation as it stands:
Read more »
I built a new syndication/RSS feed to list the Kindle Deals (all four of them, currently and the goldbox deal of the day as well). I am sure some of you will find it interesting:
New RSS Kindle Deals Daily feed!
New and of interest: Twitter Bootstrap 2.2.0/
Previously, previously:
- Great Bootstrap based date range picker
- and a date picker
- Datagrid, select/combobox, pill-box, search, spinner for Twitter Bootstrap
- Marketplace on which you’ll find nice Bootstrap based designs
- Great Twitter Bootstrap themes
- Now that jQuery UI & Twitter Bootstrap selectors no longer collide, you can apply a Twitter Bootstrap theme to your jQuery UI components
- Lots of Bootstrap themed icons built as a font, very easy to use.
- 271 Sleek vector icons for bootstrap
If you’re looking to use the GitHub API outside a web application, you’ll need to generate an OAuth 2 token. GitHub provides a good way to add a non web app to your account. It’s done with a curl, command-line:
curl https://api.github.com/authorizations \
--user "myuser" \
--data '{"scopes":["user"],"note":"GitHub Stars to Bookmarks"}'
which will ask you for your password and return a json document which will contain your token.
Your scopes selection might be different from mine, refer to this document to chose them.
You can check that this process went well by hitting: https://api.github.com/user/watched?access_token=YOUR_TOKEN_HERE . You’ll see the application authorizations on https://github.com/settings/applications.
I am using this in my githubfav2pinboard application.
Good cheap bicycle camera mount, great but still reasonably priced one or overpriced branded Contour bike mount?
Your choice
As you may know, Amazon Prime Subscribers can now get a free book every month. Finding the ever expending list is not straightforward but here it is.

This could be the geekiest thing I’ve ever done.
While I have used Tasker on Android to change settings based on location, it doesn’t quite have the granularity that I am looking for and relies on precise GPS location to work really well (which hurts battery life).

The newest flagship Android phone, the Galaxy Nexus (on Verizon or GSM for T-mobile & AT&T) and a few other Android phones (such as the Nexus S on Sprint & AT&T) support the NFC standard.
By placing NFC tags in my house (nightstand , house entrance, car, office), I was able to set up my phone to switch its bluetooth, wireless, ringer and other settings based on location.
For example:
- When I enter the office, after touching the entrance NFC tag, the phone’s wifi is turned on and the ringer is set to vibrate
- When I leave the office, the same action will disable wifi and set the ringer to a loud ring.
- When I enter my car, Bluetooth is turned on and my musica app will start playing tunes
- As I leave my car and swipe it again, bluetooth is turned off
- When I enter my home, wifi will turn on
- When I put my phone on my nightstand, the ringer will be set to silent
To do this, all I needed was a NFC compatible phone, NFC stickers (pre-formatted for a bug in Android 4.02 prevents formatting from working) and a $1.99 android application to set the actions taken when swiping a specific tag.
Geeky, right? I warned you