tadhg.com
tadhg.com
 

Posts concerning tech

Email Service Interruption

23:33 07 May 2009. Updated: 01:35 08 May 2009

My email server was down earlier this evening, and when it came back up, it didn’t like something about my procmail setup. My brother noticed and shut off my procmail after a while, but for some period, emails to me were getting bounced.

So, if you happened to send me an email this evening, you should send it again.

Permalink     Comment     [, ]    

Version Control Recovery

23:40 04 May 2009

Last year, the server with my Subversion repository on it died suddenly. I’ve made several attempts to revive it, none of which have worked. I tried to get the data off of it, but had trouble doing this as well. Having been frustrated a number of times, I gradually got used to not having it… which is something I should have fought harder against.
[more...]

Permalink     Comment     [, , , , ]    

New York Strangers Help Cute Robots

12:19 12 Apr 2009

This is probably all over the net by now—I saw it via Sarah Milstein—but it’s too cool not to post about: Tweenbots.

Tweenbots are human-dependent robots that navigate the city with the help of pedestrians they encounter. Rolling at a constant speed, in a straight line, Tweenbots have a destination displayed on a flag, and rely on people they meet to read this flag and to aim them in the right direction to reach their goal.
—Kacie Kinzer, tweenbots.com, 2009

I think it’s a fascinating project, and love the fact that the tweenbots were largely helped to their destinations successfully by strangers. I immediately wanted to see experiments where different features on them, as well as different routes and different times, and possibly the presence of money on the tweenbots, would alter the results. I’d also love to see how the results would be altered by their becoming more common as a result of running tons of experiments with them…

Permalink     Comment     [, ]    

No Google Street View in Broughton

23:56 02 Apr 2009

The Guardian reports that residents of a village in Buckinghamshire phsyically prevented attempts to add street view images of their town to Google. Perhaps because I’m a sneering, post-ironic, San-Francisco-values, technocrat elitist, I find this extremely amusing. This line just makes it better:

Jacobs said there had been three burglaries in the last six weeks: “If our houses are plastered all over Google, it’s an invitation for more criminals to strike.”
—Maev Kennedy, “Coy village tells Google Street View ’spy’ to beat a retreat”, guardian.co.uk 3 April 2009

Permalink     Comment     [, , ]    

WP Plugins: Recent Commentary and Show Tags in RSS

19:38 23 Mar 2009

I finally got around to writing up docs for, and then packaging, the two WordPress plugins I’ve finished recently:

I’m currently looking at support for series in WordPress, and am considering either writing my own plugin or using/forking the Organize Series plugin.

Permalink     Comment     [, , , , , ]    

Some RSS Changes

19:44 19 Mar 2009

I’ve made some changes to my Related Posts by Tags plugin, so that it’s now possible to add the list of related posts to the RSS feed entries. As I was experimenting with this, I realized that I wanted the RSS entries to show the tags for a post as well, so I wrote a (very simple) plugin to do that, too.

As a result, those of you reading this via RSS will now see a list of tags at the end of posts, followed by links to related posts. Please let me know if this doesn’t work as intended, or if you have other comments on the change.

Permalink     5 Comments     [, , , , ]    

Yahoo!’s Website Performance Rules

16:32 12 Mar 2009. Updated: 02:38 15 Mar 2009

While I’m familiar with a lot of them, I’d never actually read Yahoo!’s performance recommendations. They’re clearly laid out, with lots of good information in there. I should have a look at changing some of my own stuff into CSS sprites, as well as some of the other suggestions—these rules make a difference to users even on sites like mine.

Except for those of you who read all this via RSS, of course.

Permalink     Comment     [, , ]    

AI and Games

18:14 26 Feb 2009

I recently came across this article about an AI program winning two Traveller competitions in the early 80s. (This was naval space combat simulation with Traveller rules, “Trillion Credit Squadron”, not roleplaying.)
[more...]

Permalink     Comment     [, , , ]    

New Blog Functionality: Recent Commentary

21:39 23 Feb 2009

I’ve had a Recent Comments section on the front-page sidebar of the site for quite some time, and decided it was time for an upgrade. The old version was straightforward: it displayed a list of the most recent comments and who made them. What I decided I wanted was, rather, a list of the posts with the most recent comments on them, how many comments there were, and a list of the people who made the comments in timestamp order.
[more...]

Permalink     Comment     [, , , , , ]    

Another Text Editor?

15:56 15 Feb 2009

Mozilla Labs recently introduced Bespin, a browser-based fully-featured text editor. I have mixed feelings about this, because I wonder if the time would be better spent working on other things (or improving other editors), but on the other hand I like the idea of a text editor written using languages that web developers can tweak, and being in the browser offers a tremendously rich framework for layout and presentation. I also wonder if it might lead to the kind of semantic “word processing” tool I’ve previously mentioned looking for.

Permalink     Comment     [, , , ]    

My WordPress Development Setup

16:29 13 Feb 2009

One of the first things I did with my resuscitated blog was to figure out how I could develop for it in a reasonable fashion.
[more...]

Permalink     Comment     [, , , , ]    

Twitter Experimentation

18:00 12 Feb 2009

After refusing for quite some time, I’ve decided to give Twitter a try. This might prove short-lived, but we’ll see. I like the concept of easy status updates and of disconnecting them from a larger, clunkier framework, e.g. Facebook.
[more...]

Permalink     4 Comments     [, , , , ]    

Related Posts Plugin and SQL Trickery

11:55 10 Feb 2009
Permalink     4 Comments     [, , , , ]    

Musical Graphs

23:58 03 Feb 2009

I know that the Songsmith thing has been extensively covered, but this one is different, and interesting, and depressingly informative:

Permalink     Comment     [, , , ]    

New Blog Functionality: Related Posts

23:37 01 Feb 2009. Updated: 16:31 10 Feb 2009

Having revived my proper blog and transferred my content over, I’ve now started adding improvements, some of which I’ve been wanting to add for quite some time. The first one is a list of related posts on the individual post pages.
[more...]

Permalink     Comment     [, , ]    

jQuery Sparklines

19:40 22 Jan 2009. Updated: 16:47 28 Jan 2009

I really like this jQuery sparklines plugin. I’m not sure what uses I can find for it right now, but my books/week or books/month reading rate, something like lines of code written or changed per day, the page counts of recent books, or recent MTG results would all work with it. Some of those things would be better expressed with full-size graphs using Flot, though. But while I don’t have a use case right now, this seems like a tool worth having in the toolbox (especially since it’s free).

Permalink     Comment     [, , ]    

Rules of Database App Aging

18:58 19 Jan 2009. Updated: 16:48 28 Jan 2009

I came across a blog post about the Rules of Database App Aging today. I’m having another look at my database assumptions at the moment, and the three rules that Peter Hawkins lays out seem solid:
1. All Fields Become Optional.
2. All Relationships Become Many-to-Many.
3. Chatter Always Expands.
[more...]

Permalink     2 Comments     [, ]    

Ever Wanted to Make Music?

22:57 08 Jan 2009. Updated: 16:50 28 Jan 2009

Regardless of the answer, I’m not sure that this product is for you. It’s from a major technology company, which makes it scarier. I’m not convinced that either the product or the ad are real, actually. Maybe that’s part of the genius of it.

Because I didn’t think it would be fair to inflict it on others without watching it myself, I forced myself to get through it (it took three tries) and I think enduring that might be worse than being RickRolled.

Permalink     3 Comments     [, , , ]    

Big Number Hunting

23:56 05 Jan 2009. Updated: 16:52 28 Jan 2009

I came across this essay on large numbers by Scott Aaronson recently, and found it fascinating. It pulls together concepts of large numbers, notation, Ackermann numbers, and Turing machines, in clear and concise fashion.

Permalink     Comment     [, , ]    

Email: The Resurrection

20:32 23 Dec 2008. Updated: 16:55 28 Jan 2009

Dramatic title, I know, but I’ve been operating with greatly-diminished email capabilities since the end of June this year, when a spam burst knocked out my server—that’s what first forced the move to this “temporary” blog, and then in July a much worse burst of it made my mail more or less unmanageable on that server. It’s taken me until today to really recover from that.
[more...]

Permalink     1 Comment     [, , ]    

More Versatile Freebase Views

23:28 01 Dec 2008. Updated: 17:08 28 Jan 2009

I’ve been eagerly awaiting the latest upgrade to freebase.com (which I work on), because it makes much more interesting saved views possible with our UI. Previously, all kinds of interesting queries were possible using our query language, MQL, but to present their output you’d effectively need to write your own application. Now you can make queries using the UI and then have them displayed intelligently on Freebase.
[more...]

Permalink     Comment     [, , ]    

On-Demand Television

23:58 28 Oct 2008. Updated: 17:26 28 Jan 2009

I haven’t had a television feed for a few years now, ever since I decided that cable television just wasn’t worth paying for. I was paying more than fifty dollars per month for something that I almost never used, and worse, that I mostly didn’t like using when I did watch it.
[more...]

Permalink     Comment     [, , ]    

Freebase: Films Adapted from Books in the Last Decade

21:37 19 Aug 2008. Updated: 17:56 28 Jan 2009

I’m usually pleased when I stumble across questions that it seems can only be answered by Freebase or a lot of work—even though I don’t see Freebase as being primarily for casual searching/browsing in the way that Wikipedia is, it’s always nice when I come up with a casual question (one that might come up in conversation, say) that suits the site very well.
[more...]

Permalink     Comment     [, , ]