
The weekly retweet
A recap on any interesting links I posted or retweeted this week
- Congrats to @twilio on the launch of OpenVBX – “This changes everything. Again.” – http://bit.ly/cfBugb // Fawk… awesome. (Via @daryn)
- Kill The Settings, Build Opinionated Software http://kiss.ly/dA7Tc0 /by @mike9r (Via @hnshah)
- Great case studies from @vlaskovits (author of custdev.com) slides at Los Angeles Lean Startup Meetup: http://ht.ly/1W2zP (Via @ericries)

The weekly retweet
Some interesting links this week. Slightly less original articles from me this week, real life intrudes. Testing out Twitter’s new Anywhere API on these link, I think it looks real purty – Let me know what you think.
- Bootup Labs runs out of money, screws startup founders: http://bit.ly/baYbu5 – @bootuplabs, hoping you have a good explanation (Via @cperciva)
- We are like prisoners… We do not have a life, only work. http://bit.ly/d0SIlG // A Microsoft sweatshop in China (Via @newsycombinator)
- Breaking News: Why Didn’t Stack Exchange Work? – with Joel Spolsky http://ow.ly/173TXb (Via @giangbiscan)

The weekly retweet
No April fools here today!

The weekly retweet
Interesting links from the week of March 26th. This week, Sean Ellis gave a talk on “The Keys to Explosive Startup Growth” for the Lean Startup Circle which was very well received.

The weekly retweet
A recap on any interesting links I posted or retweeted this week

The weekly retweet
A recap on any interesting links I posted or retweeted this week

The weekly retweet
A recap on any interesting links I posted or retweeted this week

Photo via seemoo
I’ve been looking for a simple way to keep track of the interesting links I see every week, and was searching for a way to integrate it seamlessly with how I already browse the web. One of the major points I took from Matthew Ogle’s talk at FOWA Dublin was that in order to provide a service that’s really useful to the user it has to coexist with how they already use technology. So basically I don’t want to have to store the links somewhere special, and don’t want to have to add additional tags in delicious (I’d link to John Keyes‘ nice implementation, only his blog doesn’t seem to have “previous post” navigation buttons anywhere…).
Simultaneously, I wanted a little project to play about with yahoo pipes* somehow.
Shamelessly grabbing the “post to wordpress” function from this blog post on how to post to wordpress using python and XMLRPC, I’m filtering my tweets from the last week for any retweets that contain links and bundling them into a post. At the moment I’m leaving them as drafts to be published manually while I iron out any unforeseen bugs, and future implementations might include a nicer template or to add an automated flickr image for every post.
* Admittedly, pipes aren’t a necessary component in this setup as all. All the pipe is doing is taking my twitter stream, and plucking out any that have links in them and start with “RT @”. Optimisation sometimes makes for less interesting implementation, I just wanted to tinker.