Skip to main content
tdro

Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 50/50 words 17s read

    One way to remove multi–page transition jank is to force a permanent scrollbar. Are there any kindred spirits? Yes — there’s a kindred spirit. Overflows may disable descending position: sticky behavior. Avoid that problem with other jank removal techniques.

    css
    html {
      overflow-y: scroll;
    }
    
    body {
      overflow-y: scroll;
    }
    #gists #webdev
    Bing Images

    Bing's Homepage Images Archive

    via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 29/50 words 10s read

    Misool Island, one of the four major islands in the Raja Ampat Islands in West Papua, Indonesia (© Elsy Saldek/Getty Images)

    Bing's Homepage Images Archive
    Bing's Homepage Images Archive
    Index: Cache · Source
    #feeds
    Grumpy Website

    Grumpy Website

    via @tdro Grumpy Website grumpy.website view
  • Markdown Plaintext Embed Permalink
  • 12/50 words 4s read

    nikitonsky: Hiding your name from yourself, in case you don’t know it?

    #feeds
    tdro

    Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

    tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 4/50 words 1s read
    Bing Images

    Bing's Homepage Images Archive

    via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 17/50 words 6s read

    Poppies in bloom, Moravia, Czech Republic (© rusm/Getty Images)

    Bing's Homepage Images Archive
    Bing's Homepage Images Archive
    Index: Cache · Source
    #feeds
    tdro

    Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

    tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 9/50 words 3s read
    tdro

    Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

    tdro micro.thedroneely.com (edited) view
  • Markdown Plaintext Embed Permalink
  • 67/50 words 22s read

    Reality is a bonus stage in the lifecycle of jokes/memes. VanillaJS, ZeroVer, and “The Year of The Linux Desktop” are semi–serious concepts now. Makes me . This is the case for everything — including politics.

    Rumor has it that a certain country’s political discourse is actively “memed” by anonymous forums on the Internet. That’s some Serial Experiments Lain type spookiness — funny, until it becomes utterly terrifying.

    #musings
    Bing Images

    Bing's Homepage Images Archive

    via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 17/50 words 6s read

    Sweetheart Abbey, Dumfries and Galloway, Scotland (© Westend61/Getty Images)

    Bing's Homepage Images Archive
    Bing's Homepage Images Archive
    Index: Cache · Source
    #feeds
    tdro

    Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

    tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 83/50 words 28s read

    A lot of websites dump the entire feed — that’s nice. Ideally for bandwidth efficiency, combine multiple delivery strategies.

    1. A partial content feed (Atom preferred) limited to the last 3/5/10 posts for quick queries.

    2. A full content feed of a similar limit for fresh content.

    3. A hidden/unlisted feed for dumping all content (mirror).

    Alternatively, just implement atom’s collection partial lists for feed pagination. If your post bandwidth (size/frequency) is low, then pretend you didn’t see this — be lazy and optimize later.

    #web
    Bing Images

    Bing's Homepage Images Archive

    via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 28/50 words 9s read

    Long-beaked common dolphin pod and diving Cape gannets hunting sardines off the Eastern Cape, South Africa (© Pete Oxford/Minden Pictures)

    Bing's Homepage Images Archive
    Bing's Homepage Images Archive
    Index: Cache · Source
    #feeds

    Authors