Sodastream
For my birthday, my sister bought me a Sodastream. Everything seems to be going late 1970's, with a coalition government, a flourishing music scene (Private Trousers, Hollywood Doll, One Day Elliot, Wet Dog), rising unemployment and, to cap it all, Sodastream gets re-launched. I bought a sample box and some basic flavours from Lakeland and have been going through the samples the last few days.
- Cola tastes like a superior own-brand Cola;
- The Cranberry and Raspberry doesn't seem to taste of anything really: not unpleasant, just undefinable;
- The Ginger Ale was about the worst, so far: didn't even taste of ginger;
- Lemon and Lime tasted of, well, lemonade but not lime;
- Zero Cola isn't bad considering it uses a sugar substitute;
- Apple tastes of apple, but with a slight aftertaste.
PopTray & GMail
I've also been looking at how to connect to GMail programmatically. I wanted a small email notifier, something that just sits in the system tray on the PC and checks my email every so often. I found PopTray:
PopTray |
Interesting blog entry today! I've not tried PopTray (or indeed the soda stream) but there is an official google email notifier here:
ReplyDeletehttp://toolbar.google.com/gmail-helper/notifier_windows.html
There are also a few ways to programatically get your gmail, google do have an api:
http://code.google.com/apis/gmail/
They have examples on using an atom inbox feed. You use an aggregator, just pass in user name // password.
Note that only the unread email messages will appear!
Oooowww, I'll have a go at that. I had a look at what Google had to offer, but I only noticed the gadgets thing. The notifier works fine, but I want to know how it works so that I can build it into PopTray. It seems to work along similar lines to PopTray GMail extension, HTTP GET and POST. Cheers.
ReplyDelete