-
Recent Posts
Archives
Categories
Twitter Updates
- Sunshine, check. Park bench, check. Bubble tea , check. Ship Breaker by @paolobacigalupi check. Engage relaxation. http://t.co/eAPKVe7x 1 week ago
- It would appear my ISP doesn't want me to play diablo 3 nightmare mode till the wee hours of the morning and has unplugged my ADSL 1 week ago
- Magic Pants #Diablo3 2 weeks ago
- Hm that's a new one... The stairs(?) are out of order at Stadium Stn? Had to use escalator @translink 1 month ago
- y indeed http://t.co/zrCv7MNf 1 month ago
Other Stuff by Me
Tags
.net air c++ data storage distributed external interface futurism internet relay chat irc memory memory chip memory sand oauth open source p2p peer-to-peer pocket pc programming redundancy software redundant redundant data storage rtfm sand sockets software storage formats twitter win32 windows windows mobile windows phone 7
Monthly Archives: July 2010
No Sockets for Windows Phone 7
So this weekend I was looking into some Windows Phone 7 development, with the intention of getting started on a WP7 port of Pocket IRC. It was all progressing along handily until, much to my dismay, I discovered that the … Continue reading
Posted in IRC, Windows Mobile, Windows Phone 7
Tagged internet relay chat, irc, sockets, windows mobile, windows phone 7
3 Comments
Twitter OAuth in C++ for Win32 – Part 2
Part 1 covered the OAuth process at a high level, and Part 2 goes over the example code in what will likely turn out to be too much detail. The example project and source files are available on Google Code; … Continue reading
Twitter OAuth in C++ for Win32
The Problem There seems to be lackluster support for Twitter in the C++ community. I haven’t yet seen a single Twitter client for Windows written in C++ that was… acceptable. Accessing the Twitter API using Basic Authentication is pretty straightforward, … Continue reading
Why are Twitter Clients all AIR or .NET?
I currently use twhirl, because it’s the only Twitter client I’ve found for Windows so far that I can stand. It’s simple, unintrusive, single column, and just generally looks decent and works well. There are a few problems though… 1) … Continue reading