Explore >> Select a destination


You are here

tweets.miriamsuzanne.com
| | bryanlrobinson.com
6.8 parsecs away

Travel
| | Have you ever wanted to go back in time and see what it was like to browse the web using Sir Tim Berners-Lee's first web browser? I have. Apparently so did the team at CERN. For the 30th anniversary of the world's first web browser, The European Organization for Nuclear Research (CERN) brought togoether a team to recreate WorldWideWeb in a modern browser.
| | ericlathrop.com
8.9 parsecs away

Travel
| | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.
| | blog.stevenlevithan.com
6.7 parsecs away

Travel
| | A couple months ago I launched a new open source project, Oniguruma-To-ES. You can use it to: Take advantage of Oniguruma's many extended regex features in JavaScript. Run regexes written for Oniguruma from JavaScript, such as those used in TextMate grammars (used by VS Code, Shiki syntax highlighter, etc.). Share regexes across your Ruby and...
| | brianreiter.org
29.0 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...