Skip to main content
Bing Images

Bing's Homepage Images Archive

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

    St. Finian’s Bay, County Kerry, Ireland (© Atlantide Phototravel/Getty Images)

    St. Finian's Bay, County Kerry, Ireland (© Atlantide Phototravel/Getty Images)
    St. Finian's Bay, County Kerry, Ireland (© Atlantide Phototravel/Getty Images)
    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
  • 89/50 words 30s read

    Infinite scrolling is unusual. Most implementations are “almost infinite” to avoid excessive length (memory).

    • Infinite scrolling: Limits content to an arbitrarily large amount to avoid exhausting memory.

    • Virtual scrolling: Unload everything except the visible viewport + a top and bottom offset. Pad the rest.

    Virtual scrolling is infinite, but breaks auxiliary actions ( CTRL + F ) because what’s on the screen is the content.

    js
    document.addEventListener("scroll", function() {
      console.log(document.querySelectorAll('*').length)
    });
    Increasing DOM length is infinite and constant length is virtual

    The most popular library appears to be https://infinite-scroll.com.

    #gists #webdev
    Grumpy Website

    Do you want to cancel? – YES / CANCEL

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

    nikitonsky: If only computers could create directories instead of complaining about it

    #feeds
    Bing Images

    Bing's Homepage Images Archive

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

    Giant panda eating bamboo, Chengdu, China (© Suzi Eszterhas/Minden Pictures)

    Giant panda eating bamboo, Chengdu, China (© Suzi Eszterhas/Minden Pictures)
    Giant panda eating bamboo, Chengdu, China (© Suzi Eszterhas/Minden Pictures)
    Index: Cache · Source
    #feeds
    Deno

    The latest news from Deno Land Inc.

    via @tdro Deno deno.com view
  • Markdown Plaintext Embed Permalink
  • 22/50 words 7s read

    Deno Deploy’s command line interface, deployctl, is the simplest way to deploy your projects to the cloud. Here’s how to do it.

    #feeds
    Grumpy Website

    Do you want to cancel? – YES / CANCEL

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

    nikitonsky: If you want to trick users into enabling notifications, at least come up with a good reason to do so.

    #feeds
    Bing Images

    Bing's Homepage Images Archive

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

    Anza-Borrego Desert State Park, California (© Stephen Matera/Tandem Stills + Motion)

    Anza-Borrego Desert State Park, California (© Stephen Matera/Tandem Stills +
    Anza-Borrego Desert State Park, California (© Stephen Matera/Tandem Stills +
    Index: Cache · Source
    #feeds
    Grumpy Website

    Do you want to cancel? – YES / CANCEL

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

    nikitonsky: Dear website designers! Please don’t hijack our scroll!

    #feeds
    Bing Images

    Bing's Homepage Images Archive

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

    Wat Phra Ngam, Ayutthaya Historical Park, Thailand (© boonchai wedmakawand/Alamy)

    Wat Phra Ngam, Ayutthaya Historical Park, Thailand (© boonchai
    Wat Phra Ngam, Ayutthaya Historical Park, Thailand (© boonchai
    Index: Cache · Source
    #feeds
    Grumpy Website

    Do you want to cancel? – YES / CANCEL

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

    nikitonsky: This is a dropdown menu. With two options. I guess the lesson here is “don’t use pictures of controls as icons for other controls”

    #feeds

    Authors