sylvar: (Default)
2008-10-16 11:47 pm

(no subject)

Oh, thank heavens I'm not the only one who noticed the bug in WIRED. Go ahead, read the code and see if you can spot the problem. As a veteran of Atari BASIC, I frowned instantly.

The article, Why Veteran Visionaries Will Save the World (printed as "The Ages of Innovation"), is about chronological age and technology leadership.



Hands up if you spotted the bug.
sylvar: (Breakfast Club: Brain)
2006-05-01 03:59 pm

Stylin'

With #code4lib's help, I've now got an XSLT stylesheet that lets browsers turn the existing RSS feed into something resembling HTML. This is a big step for all of the work I'm planning to do, since it means I can apply that knowledge to all the rest of the XSLT stuff.

Huzzah! I really need to cacheize the script so I can share the URL with everyone. I've gotten a lot done today and I'm proud of it.

From an email to the stakeholders (hey guys, put those stakes down, I haven't even got my game face on):
A letter to the webmaster, my boss, and her boss )

Technorati tags: , , , , ,
 
sylvar: (B5: Sheridan: Big Damn Hero)
2006-05-01 01:24 pm

Success!

My Perl script returns valid RSS for items added in the last 7 days at any given SunCat library. I need to make it cache results and use the cache, or else I can't share the URL without getting our database slammed by broken RSS aggregators querying once per minute. But I've got valid RSS, which is a good start.

Next parts of the project:
  1. Get a scratch PAC working so we can monkey around with it.
  2. Cache-ize the RSS script.
  3. Add more useful information; currently it's only displaying an ISBN and an image.


Technorati tags: , , , ,
 
sylvar: (PUTV: No Easy Answers)
2006-05-01 09:07 am
Entry tags:

Fun with DBD::ODBC

I'm trying to install DBD::ODBC so I can use ODBC-Sybase to make some interesting additions to our drab catalog. Sadly, it's becoming so much of a PITA that I'm already tempted to backtick a call to isql, which just seems like the Wrong Way.

Technorati tags: , ,
 
sylvar: (Hmmm. (Giles))
2005-09-12 05:22 pm

Programming the Falcon PT40

This is extraordinary. In just one day, I appear to have been able to learn to program the PSC Falcon PT40 barcode scanner and write a program that gathers barcodes in the very peculiar format required by Horizon.

They've got a very good tutorial file, but I'm still surprised I caught on so quickly because I've never programmed like this before. It was all done in a GUI that looked like Visio, only every object had a properties sheet with various tabs.

I take it that what I did was some sort of object-oriented programming, only I'm used to having to learn a syntax and then type stuff in order to create a program. If anyone knows common terminology for this sort of programming, I'd like to learn what it is.

Anyway, tomorrow (if possible), I'm going out to a library to actually test this with real barcodes and real call numbers, and see if it can handle various peculiarities of input.

The best thing about this is that I can release my code under the GPL, once it's working well enough to not disgrace me, and other Horizon libraries will then be able to buy these scanners cheaply and load my program. They won't have to shell out for the official software package.