in reply to Re: New Design for Sending + - votes on PerlMonks
in thread New Design for Sending + - votes on PerlMonks

> I'm not aware of anyone having concerns over the site's bandwidth usage

As you might expect, I keep a list of references on this topic:

👁️🍾👍🦟
  • Comment on Re^2: New Design for Sending + - votes on PerlMonks

Replies are listed 'Best First'.
Re^3: New Design for Sending + - votes on PerlMonks (Inline Images)
by LanX (Saint) on Jul 18, 2025 at 14:24 UTC
    I can't find a suitable word to describe the downsides of using HTML tables for displaying images here.

    But there are alternatives allowing a lot of details without bandwith problems.

    • Base64 encoding
    • SVG
    And less so
    • ASCII graphics
    I had to use the latter multiple times in the past and it was kind of bothersome moving characters by hitting the bar.

    But a nodelet-hack to extend the ability of the local markup to show base64 or SVG could be an easy proof of concept.

    Alas I doubt that's our top priority here.

    FWIW here a POC:

    The Perl Onion as Base64

    The Perl Onion as SVG

    UPDATE

    You can copy either code into your Free Nodelet Settings to see the effect. (Don't forget to activate the free nodelet to be shown in your nodelet tab)

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery