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

Index: Cache · Source
Bing's Homepage Images Archive
St. Finian’s Bay, County Kerry, Ireland (© Atlantide Phototravel/Getty Images)
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.
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.
document.addEventListener("scroll", function() {
console.log(document.querySelectorAll('*').length)
});
The most popular library appears to be https://infinite-scroll.com.
Do you want to cancel? – YES / CANCEL
nikitonsky: If only computers could create directories instead of complaining about it
Bing's Homepage Images Archive
Giant panda eating bamboo, Chengdu, China (© Suzi Eszterhas/Minden Pictures)
The latest news from Deno Land Inc.
Deno Deploy’s command line interface, deployctl, is the simplest way to deploy your projects to the cloud. Here’s how to do it.
Do you want to cancel? – YES / CANCEL
nikitonsky: If you want to trick users into enabling notifications, at least come up with a good reason to do so.
Bing's Homepage Images Archive
Anza-Borrego Desert State Park, California (© Stephen Matera/Tandem Stills + Motion)
Do you want to cancel? – YES / CANCEL
nikitonsky: Dear website designers! Please don’t hijack our scroll!
Bing's Homepage Images Archive
Wat Phra Ngam, Ayutthaya Historical Park, Thailand (© boonchai wedmakawand/Alamy)
Do you want to cancel? – YES / CANCEL
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”