Older blog entries for Hobart (starting at number 393)

I say!

This application has requested the Runtime to terminate it in an unusual way.

:monocle:

Gracious, old chum! There's something completely irregular about these goings-about, I tell you! Most unusual!

Syndicated 2011-10-18 06:58:30 from jon's blog

Just used the Ubuntu "usb-creator-gtk" utility to make a bootable amd64 Ubuntu 11.10 USB drive. After I finished, there was a "test disk" button. I thought it'd verify the disk. Instead it launches a working QEMU and boots the bloody thing in a subwindow, which I'm currently posting to LiveJournal under Firefox out of.

That is actually impressive work by the team involved.

Syndicated 2011-10-16 23:08:06 from jon's blog

Fitting eulogy

(stolen from http://www.muppetlabs.com/~breadbox/rip-dmr.html )

                         
#include <stdio.h>

int main()
{
    printf("goodbye, dad\n");
    return 0;
}
 

Syndicated 2011-10-13 06:14:57 from jon's blog

Posted using LJ Talk...

Cat, what are you doing there? You are not a FireWire adapter. http://www.amazon.com/gp/customer-media/product-gallery/B001KN8PSK/ref=cm_ciu_pdp_images_all You don't even have a 1394 port. You are cute though.

Syndicated 2011-10-10 22:14:50 from jon's blog


all I could think was Brad Pitt looking at a box of leftovers yelling "what's in the box?"

Posted via LiveJournal app for Android.

Syndicated 2011-10-08 19:03:19 from jon's blog

smbclient + time capsule

I *clearly* cannot be experiencing problems connecting to an Apple Time Capsule (latest firmware) from Ubuntu 11.04 using "smbclient". That bug (the one that noted that a built-from-scratch Samba works, whereas the packaged one doesn't) was marked "fixed" a while ago.

Syndicated 2011-10-07 12:18:23 from jon's blog

wmic uninstall returnvalue 1603

If you're trying to use the Windows command line to uninstall something:

C:\>WMIC product where name="Program To Remove" call uninstall


...and you see "execution successful - returnvalue 1603" but nothing happened...

...you're not running with admin privileges. Do either:
Start->AllPrograms->accessories->[RightClick]Command Prompt->RunAsAdministrator
or:
Start->type "cmd", [ctrl]+[shift]+[return]
and in both cases say "yes" to the UAC query, if active. You can now rerun your WMIC command and it will work.

Syndicated 2011-09-29 22:39:30 from jon's blog

384 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!