Category: computers suck

  • can’t get here from there

    I was trying to send a largish promotional image to our marketing department yesterday. It was too big for e-mail, so I put it on the department share, assuming that marketing could read it. Nope. Moved it to a company FTP site. User has no access to ftp. In the end, I had to send it on a CD, even though I’m pretty sure it originated somewhere inside the company.

    I also had to point an (internal) reviewer to an engineering report on our servers. Again, it’s on a share – you know, those things that people are supposed to be able to, y’know, read. No dice. I think the reviewer ended up requesting hardcopy from the original consultant, even though I know the file’s on a server in the very same building as the reviewer. Aagh!

    If one company that spends a truckload on IT can’t get communications right, there is no hope for us.

  • Lady Goosepelt Rides Again!

    Lady Goosepelt, from What a Life!

    In case anyone wants them, the 600 dpi page images of What a Life! are stored in this PDF: what_a_life.pdf (16MB). If you merely wish to browse, all the images from the book are here.

    I got a bit carried away with doing this. Instead of just smacking together all the 360 dpi TIFFs I scanned seven years ago, I had to scan a new set at a higher resolution, then crop them, then fix the page numbers, add chapter marks, and make the table of contents a set of live links.

    I’ve got out of the way of thinking in PostScript, so I spent some time looking for tools that would do things graphically. Bah! These things’d cost a fortune, so armed only with netpbm, libtiff, ghostscript, the pdfmark reference, Aquamacs, awk to add content based on the DSC, and gimp to work out the link zones on the contents page, I made it all go. Even I’m impressed.

    One thing that didn’t impress me, though:

    aquamacs file size warning

    I used to edit multi-gigabyte files with emacs on Suns. They never used to complain like this. They just loaded (admittedly fairly slowly) and let me do my thing. Real emacs don’t give warning messages.

  • ad free goodness

    I (heart) Adblock Plus: and to think it’s bad for the internet

  • Display or hide zero values – Excel – Microsoft Office Online

    Display or hide zero values – Excel – Microsoft Office Online
    You may have a personal preference to display zero values in a cell, or you may be using a spreadsheet that adheres to a set of format standards that requires you to hide zero values. There are several ways to display or hide zero values.

  • go train!

    I found one of the little pluggie-innie dealies that attach to an iBook power adaptor on the GO train yesterday. This is convenient, for my own pluggie-innie dealie got bent and no longer works.

  • to convert a geographic shape file to a UTM projected one

    OGR seems even more cryptic than proj:

    ogr2ogr -t_srs "+proj=utm +zone=17 +datum=NAD83" -s_srs WGS84 outfile-utm.shp infile-geo.shp

    Note the weird output-first convention. Check your UTM zone and datum. This approach seem to work for GPS tracks saved as GPX and converted using gpx2shp.

  • doesn’t rule my web

    Lots of people are drooling over the book Rule the Web. I’m not, particularly. It’s good in parts, but reminds me so much of those mid-late 1990s “Best Web Directory Ever” tomes that are currently propping up shelves in bargain bookstore, and propping up houses built on landfills in Arizona.

    My biggest complaint is its US-centric approach. Pretty much everything related to buying, selling or finding people or things mentioned in the book only applies to the USA.

    As is the way when web meets paper, some things are out of date already. It happens, but it’s a shame when the book’s pretty new in the shops.

    I did find a couple of things I genuinely didn’t know about, but might find useful:

    • Combine PDFs, for slicing and dicing PDFs under OS X. (I could do this with pdftk, but Combine PDFs is purty).
    • The Freesound Project is a collaborative database of Creative Commons licensed sounds. When I next need a comic boing, I’ll know where to look.

    It also gave links to OnyX and HandBrake, both of which I already use. But that’s about it. I’d have been peeved if I bought the book (yay, Toronto Public Library!), as this is more of a basic manual than a compendium of coolness.

  • the beast of the bios

    I now have a 16:9 LCD monitor for the front room computers. The Ubuntu box needed a little reconfiguration of the X Server to work perfectly, though I think the bandwidh for 1440*900 might be a bit high for my old KVM, as I’m getting some sparklies on solid colour.

    The mini-ITX box was another story. It resolutely refused to see the wider screen. Then I found out I had to update the BIOS. Yuk.

    Since Catherine is of the teacherly profession, she bought a USB floppy drive with her iMac five years ago. The drive hasn’t seen much use, but it was essential here. First I had to find a floppy that worked (discarded a couple), then I found that Windows XP’s “make bootable floppy” option doesn’t actually make a disk that boots. I had to go off to bootdisk.com to find a super-minimal floppy boot image. Once I got that, I installed the bios tool and the flash image onto the floppy, and rebooted.

    At this point I got really annoyed. The bios tool linked from all the VIA pages is too old to recognize the new bios file format, so exits with “It is not Award BIOS” error message. Once I found the right link (thanks, filupn), I was in business. Or was I?

    I then discovered that my SP13000 had its BIOS protect jumper on. This meant dismantling the box. For most PCs, it’s not such a big deal, but for mini-ITX, it’s a horror. I had to remove the DVD drive, the hard drive, the PCI card and riser and many cables just to get down to the motherboard. Putting it all back together was hard, with the expected amount of squtcha, squtcha‘ing on the cables to get everything in.

    The BIOS upgrade, the machine rebooted, and now all I need to do is update the graphics driver. Unfortunately, there are many that are described as the VIA/S3G Unichrome Pro Integrated Graphics Driver. Argh.

  • excel: alpha code to numbers

    I use an annoying program that labels its output A..Z, AA..AZ, BA … rather than numerically from 1. This is annoying, as a spreadsheet won’t sort it correctly (it does A, AA, AB …). The following code will convert this code to the right numbers, assuming your alpha code is in cell B3:

    =IF(LEN(B3)=1,CODE(B3)-64,26*(CODE(B3)-64)+CODE(RIGHT(B3))-64)

    This will only work for codes of two characters or less, and is case sensitive.

  • Almost as good as “Keyboard Missing: Press F1” …

    Bought an RJ Tech DVD player today because it has VGA output, and we have a spare 19″ monitor. It seems that you need a composite video display to be able to use the on-screen menu to select VGA Out on this unit. This is teh smrt programming.

    Update: Yup, the RJ Tech RJ-800DVX does need to have the VGA output enabled from a composite video source. This is very strange, as the composite does seem to work with the VGA enabled, so why not enable both out the box? I’m glad I still had my Plextor TV tuner from my abortive attempts to run a PVR. I hooked it up to the PC and DVD player, fiddled with it until I got an image, then selected VGA video output. It works beautifully now, playing every region of DVD, MP3 CD, and downloaded MPEG I can throw at it.

    Update #2: Just got this e-mail from RJ Tech:

    N/P won’t solve the problem.
    You need to press V-mode to change the dvdplayer setting to VGA mode.

    I’m sure I did this and it didn’t work, but props to RJ Tech for answering in one business day for a $50 player.

    Update #3 – 12 August:  I’m now on my third RJ-800DVX. The first one fell over last night, with no disk being recognized and a nasty screeching sound as it tried to seek. The one I got in return from Canada Computers was DOA with the same problem. The new unit is quite different – it has a much cheaper looking remote, and now has a SCART socket as well as VGA on the back. This one works, for now at least.

  • spent too much time in the henhouse

    The Chuckie Egg Professional’s Resource Kit (warning: loud embedded YouTube video of the BBC B version) is a worryingly complete website about Chuckie Egg. You don’t know Chuckie Egg?

    chuckie egg

     You should. I’ve probably spent more time playing this than any other computer game. It was even my workhorse for testing how quickly my fast tape loading routines worked on the Amstrad (I think I got somewhere north of 9000 baud on a good tape, and it loaded back more than once, so – success!)

    There are emulators and versions for just about every computer made, so go nuts.

  • disnaeland

    Conclusive proof (if any were needed) that Scotland invented Unicode:

    didnae

    isnae

    wasnae

    If you try to display a UTF-8 apostrophe on an ISO 8859-15 system, you get a reasonable representation of didnae, isnae and wasnae.

  • 18 things I’d rather have than an iPhone

    In response to Jill’s post to fegmaniax:

    1. Batavus Personal Bike
    2. Lagouille pocket knife
    3. The Muppets Series 2 on DVD
    4. a better film scanner
    5. a Bill Rickard banjo
    6. Danelectro guitar (like Syd’s)
    7. “Unicorn Power” t-shirt
    8. duplexer for my inkjet printer
    9. titanium spork
    10. a ream of Blue Angel printer paper
    11. A4 feed tray(s) for my printer(s)
    12. Sumo Lounge beanbag
    13. silent Mini-ITX motherboard
    14. bluetooth GPS
    15. Fixpencil
    16. Vivitar 285HV flash gun
    17. Pelican case for the RB67
    18. nylon-strung old Harmony banjo.

    I was trying to get to 100, but I guess I’m not that acquisitive.

  • overfed

    We had a power cut last night, and my Gregarius aggregator on the basement server really didn’t appreciate it. I think it was doing something to the sqlite database that holds the feeds when the power went out, so I lost all my configs and had to trudge through hundreds of old items.

    It could be worse; you could be stabbed! (as Mark Taylor always used to say).

  • GPS Central: in stock, with a silent “not”

    For the upcoming midwestern trip, I’d ordered some Mapsource maps  from GPS Central to help navigate across the mitten. They said they were in stock; indeed, they still do at time of writing:

    gps central

    I was very disappointed to get a note today saying that they were really out of stock, and they can deliver after the time I need it. GPS Central had previously been great, but they let me down by misrepresenting on their website. I cancelled the order.
    Prairie Geomatics came to the rescue. They’re shipping tomorrow, for the same price (and cheaper shipping). I spoke to a real person to confirm.

  • now it really works

    While I said quite early on that I had Ubuntu Feisty running in 64-bit, it wasn’t until today I got things really how I liked it. My earlier Perl problem was due to a broken gcc setup; all is happy now, and all the modules I’ve ever used are built and running as expected.

    The one thing I’ll probably never get going is Citrix Metaframe presentation client. There’s no AMD64 package for it. I’m hardly heartbroken, as I still have two machines on which it runs just fine.

  • my neighbourhood, according to CanVec

    my neighbourhood, according to CanVec and QGIS

    Canada has recently released most of its geodata for free – Go Canada! I was particularly interested in CanVec, the large vector topographical set. I downloaded the set for Toronto and environs, and slapped it into QGIS. With nearly all the layers on, my neighbourhood looks like the above.

    I didn’t find any labels, or much in the way of documentation for this huge data set. It would be a shame if good metadata weren’t available, for it adds real utility to the map data.