Explore >> Select a destination


You are here

www.will-myers.com
| | andadinosaur.com
5.2 parsecs away

Travel
| | Yesterday, I launched Lucky, a Safari extension that removes the clutter from Google search results. Many people are confused by the setup instructions, so let me explain: I thought Lucky improves ...
| | lea.verou.me
6.2 parsecs away

Travel
| |
| | codersblock.com
2.8 parsecs away

Travel
| | Anchor links (also called jump links) are an easy way to provide in-page navigation. For example, a table of contents could use anchor links to take readers...
| | www.unindented.org
27.4 parsecs away

Travel
| I wanted to compress some large strings in JavaScript, for an experiment with WebRTC, and found the excellent lz-string by pieroxy. It's fast, and it weighs just a little over 4KB if you run it through something like Terser. I've tweaked it ever so slightly for my needs, but it should still be 100% compatible with the original. You can play with it below.