Day: 14 March 2010

  • No Canadian weather? That sucks, Asus!

    I just got a ASUS O!Play HDP-R1. It’s one of the current crop of media player boxes, like the WDTV. I suspect they’re all the same MIPS hardware/Linux firmware inside. (Hey, you can telnet into it! Whee! Or something.)

    At first, I couldn’t get it to work with my network share, but after a firmware upgrade, all is good. The new firmware offers web content, including weather. So I hopped along, and tried to access Toronto weather:

    Err, some of us live outside Asia, Europe and the United States, y’know …

  • <sup>ping trouble with a long spoon

    I like Rob Goodlatte‘s Flow Theme for WordPress. But it makes me look like a shambling moron in some of my equations, viz.:

    What’s ‘d2 v3’ supposed to mean? I certainly didn’t type that.

    Digging (not very deeply) into Rob’s CSS, I found this section

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
    }
    

    That forces pretty much all text to be aligned with the baseline, including <sup> and <sub>. While it may be all pretty like, it also destroys the sense of my markup.

    Deleting the references to sub and sup in line 5 fixes the problem. Let’s have that equation again:

    Laaaahrvely.