Archive for the 'General' Category
Saturday, February 24th, 2007
I love Canada. Couldn’t pick a better place to live. And I suppose if the following exercise is one of the worst annoyances in recent memory when dealing with my federal government, then that is a good thing.
How:
pray:
tell:
am I meant to login to the Canada Revenue site to change my address? It is a […]
Posted in General | No Comments »
Thursday, February 8th, 2007
I played a bit with Yahoo’s new Pipes web app. At ActiveState we have a number of blogs where many of us write about what interesting things we are working on. A number of those posts are about Komodo. As well, with the recent 4.0 release, Komodo has started popping up on blogs more and […]
Posted in python, programming, General | No Comments »
Friday, September 15th, 2006
Dear Sir,
I am writing to inform you that the customer service I
received recently from EQ3 in Vancouver was totally
unacceptable. Please forward this message to the
appropriate person.
I ordered a Connick Pendant Lamp from your Yaletown
Store on 10th June 2006 and was told that it would be
delivered to the store in 2-3 weeks. When I called
after 4 […]
Posted in General | 1 Comment »
Tuesday, May 30th, 2006
I use Firefox and Thunderbird. (For the latter I recently switched from using mutt — the last luddite at work to finally switch to one of them new fangled GUI things for email.) Here are a couple fixes/featurelets that I want in them.
I set Firefox to open new URLs in a [...]
Posted in ui, programming, General | Comments Off
Monday, May 29th, 2006
Borgå is a lovely small town outside of Helsinki. My mom grew up on a farm nearby. The town is a popular tourist town — partly because of its proximity to Helsinki, its lovely waterfront and the gorgeous medieval Porvoo Cathedral pictured above. (Porvoo is the Finnish name, Borgå the Swedish.) My parents were married […]
Posted in General | Comments Off
Friday, March 24th, 2006
I’ve put up a new thirtyboxes.py binding to the 30boxes web API:
http://trentm.com/projects/thirtyboxes/
For example:
import thirtyboxes
tb = thirtyboxes.ThirtyBoxes()
tb.finduser(1)
{’avatar’: ‘http://static.flickr.com/25/9798863727ec96a24f_o.jpg’,
‘createDate’: datetime.date(2005, 9, 10),
‘firstName’: ‘Nick’,
‘id’: 1,
…}
from datetime import date, timedelta
today = date.today()
tomorrow = today + timedelta(1)
tb.events(start=today, end=tomorrow)
{’events’: [{’allDayEvent’: False,
‘end’: datetime.datetime(2006, 3, 25, 22, 0),
[…]
Posted in python, programming, General | Comments Off
Monday, March 6th, 2006
My fiancee and I bought a new house today! Phew. Buying a house in Vancouver (North Van in this case), sucks. It is waay too competitive. But we got a little lucky and won among a number of offers. I tend to cringe at blowing $20 gambling of an evening (more recently losing that to […]
Posted in General | 2 Comments »
Friday, February 24th, 2006
I have a work blog now. Mostly I’ll be talking about ActivePython and Komodo there.
Of course the big news is that we (ActiveState) are spinning out to be an independent company again. The close happened this week and now we are working on moving into our own space. This should be an exciting ride, […]
Posted in General | Comments Off
Monday, September 12th, 2005
Why doesn’t the mighty mouse have a click wheel?
[Update] Okay, dumb question. A thumb goes in a circle more easily than an index finger. We got a new iMac/Intel box in the office recently — which shipped with a mighty mouse. I haven’t played with it that much, but the buttons-that-aren’t-really-buttons would take some getting […]
Posted in macosx, General | Comments Off
Friday, March 25th, 2005
A week or two ago I noticed that the theme I was using with my WordPress blog (the default one in WP 1.5, based on Kubrik) was pretty broken when viewed in IE6. I thought that David’s blog was also using the default WP 1.5 theme, but his didn’t seem as broken.
In any case, I […]
Posted in ui, General | Comments Off
Thursday, March 10th, 2005
The greatest thing on my Windows dev box at work is Dave’s Quick Search Deskbar. This is probably the number one reason why I feel I am more productive on Windows than on my OS X box at home. I want something like this for my Mac. iSeek is close, but not quite there.
The […]
Posted in macosx, ui, General | 1 Comment »
Tuesday, March 8th, 2005
Checkout this amazing bit of paranoia, er, defensive programming used by Google Desktop Search. GDS installs a bunch of specifically named files to give a warning and uninstall instructions to errand Windows users.
Posted in General | Comments Off
Wednesday, February 2nd, 2005
These are too good of a distraction not to share — with my two listeners :). Rebecca says:
This one for example is a classic:
http://www.homestarrunner.com/sbemail94.html
(plus, you can play each game at the end of the episode)
More classics, reminds me of astroboy and/or megaman…
http://www.homestarrunner.com/sbemail57.html
[…]
Posted in General | 1 Comment »
Wednesday, December 1st, 2004
I suppose an intro is in order for starters. My name is Trent Mick. I live in Vancouver and work for ActiveState. My primary work is with Komodo and ActivePython. I mainly intend to talk here about my experiences with programming.
Posted in General | 2 Comments »