All | 43 Folders | Accessibility | BoingBoing | Books | Computer Related | Family | Films | General | Hacking | Hobbies | Humor | Java | Links | Omni | OpenSolaris | Puzzles and Games

Main | Next page »
20090702 Thursday July 02, 2009

Links for 2nd July 2009

A summary of my more interesting recent twittering.

[]

( Jul 02 2009, 12:53:53 PM PDT ) [Listen] Permalink Comments [0]

20090625 Thursday June 25, 2009

Links for 25th June 2009

A summary of my more interesting recent twittering.

[]

( Jun 25 2009, 08:52:15 AM PDT ) [Listen] Permalink Comments [0]

20090612 Friday June 12, 2009

Links for 12th June 2009

A summary of my more interesting recent twittering.

[]

( Jun 12 2009, 08:06:02 AM PDT ) [Listen] Permalink Comments [0]

20090529 Friday May 29, 2009

Links for 29th May 2008

A summary of my more interesting recent twittering.

[]

( May 29 2009, 08:49:36 AM PDT ) [Listen] Permalink Comments [1]

20090519 Tuesday May 19, 2009

Blog Translation

Finally got around to adding a Google Translate widget to my blog. Up there. Near the top left corner. Use it to translate these blog pages into your favorite language. 34 to choice from.

I can now tell those ten people that translate my blog into other languages that they can stop doing that. Oh wait. That's somebody else.

[]

( May 19 2009, 07:48:14 AM PDT ) [Listen] Permalink Comments [0]

20090518 Monday May 18, 2009

Wordle Of My Twitter Tweets

Wordle: Rich Burridge's tweets

Inspired by Tim O'Reilly, I did a Wordle of my Twitter tweets.

[]

[]

( May 18 2009, 01:53:14 PM PDT ) [Listen] Permalink Comments [0]

20090507 Thursday May 07, 2009

Links for 7th May 2008

A summary of my more interesting recent twittering.

[]

( May 07 2009, 08:45:46 AM PDT ) [Listen] Permalink Comments [0]

20090427 Monday April 27, 2009

Blogs.sun.com - Five Years Old

And I've been here for 98.5% of it. From my first post (notice the absence of the signature image in the top left corner), through to the one that gained the most comments, and on to the latest.

Today I spend more of my spare time Twittering, but I still try to summarize the interesting things I find in blog posts.

Congratulations to the creators of Roller and the blogs.sun.com team. It's been a lot of fun.

[]

[]

( Apr 27 2009, 08:21:30 AM PDT ) [Listen] Permalink Comments [0]

20090422 Wednesday April 22, 2009

Links for 22nd Apr 2008

A summary of my recent interesting twittering.

[]

( Apr 22 2009, 07:41:50 AM PDT ) [Listen] Permalink Comments [0]

20090414 Tuesday April 14, 2009

Closed TRACKEDINBUGSTER - Two Months Later

See a previous post for more background.

Well it's almost two months on, and I've shuffled a load more bugs over to Bugster, so I thought I'd run my script again.

There are now 644 bugs that have been closed in OpenSolaris Bugzilla as TRACKEDINBUGSTER. Here's their current status, this time with percentage figures:

1-Dispatched:           146       22.67%
2-Incomplete:           24         3.72%
3-Accepted:             70        10.87%
4-Defer:                16         2.48%
5-Cause Known:          6          0.93%
6-Fix Understood:       6          0.93%
7-Fix in Progress:      15         2.33%
8-Fix Available:        11         1.71%
10-Fix Delivered:       179       27.80%
11-Closed:              171       26.55%

[]

[]

[]

( Apr 14 2009, 08:58:51 AM PDT ) [Listen] Permalink Comments [4]

20090407 Tuesday April 07, 2009

Links for 7th April 2009

Summarized for posterity.

[]

( Apr 07 2009, 10:40:16 AM PDT ) [Listen] Permalink Comments [0]

20090403 Friday April 03, 2009

Automatically Change Your Twitter Background

As a follow-on to yesterday's post, the Python cback.py script has been updated to automatically send your newly generated random image to Twitter to become your new background image. That functionality is not part of the "standard" Twitter Python API so many thanks to lucy for providing the magic necessary code

The new version of the script is here. Save it, then rename it to cback.py. You will also need multipart.py. Before you use it, you will need to adjust the username and password lines (about line 55) to be your valid user name and password.

Twitter is sometimes flaky in taking these images ("urllib2.HTTPError: HTTP Error 500: Internal Server Error"), but then again, I sometimes get similar problems when I try to change my background image from the Twitter Settings dialog.

The cback.py script sometimes generates images greater than the allowed size when used with the wallpaper option. I'll need to fix that.

[]

[]

( Apr 03 2009, 09:42:14 AM PDT ) [Listen] Permalink Comments [1]

20090402 Thursday April 02, 2009

Generate Random Backgrounds For Twitter Revisited

You may remember my previous attempt to do this. There was the problem of it generating a .bmp file, which then had to be converted to .jpg or .gif (with something like Gimp), before it could be uploaded to Twitter.

I've gone back and reworked my cback script so that it now uses the Python Imaging Library. Not only does this fix the .jpg problem, it has made it an order of magnitude faster. The new source code is here. The changes were minimal.

The final problem to try to solve, (in trying to totally automate this), is to see if there is a way to automatically upload the new image to Twitter. I'll leave that for another day.

[]

[]

( Apr 02 2009, 09:36:11 AM PDT ) [Listen] Permalink Comments [0]

20090330 Monday March 30, 2009

Links for 30th March 2009

[]

( Mar 30 2009, 02:37:17 PM PDT ) [Listen] Permalink Comments [0]

20090326 Thursday March 26, 2009

Generate Random Backgrounds For Twitter

I had a hack attack yesterday. I converted an old C program of mine that automatically generated random patterned backgrounds for an X11 desktop, to now generate similar random patterns, but this time save them in a .bmp file. If you then convert then to .jpg (or .gif or .png) they can be uploaded and used as your new Twitter background.

The simple Python script that did this is here. A big thankyou to Paul McGuire for writing the bmp.py code that makes this so easy. You can find that file here.

You can see a sample random circle background pattern on my Twitter page.

It's version 0.1 of the code. A quick simple conversion. It needs to be tidied up and improved. It should also just generate .jpg (or .gif or .png) files. I need to see if there is a standard Python class trhat does something like that.

What would be even nicer was if it could automatically change your Twitter background, but I don't see anything in the Python API for Twitter that allows anything like that. Pity.

[]

[]

( Mar 26 2009, 09:33:01 AM PDT ) [Listen] Permalink Comments [2]