/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gist.github.com
| | brianreiter.org
3.9 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...
| | www.github.com
3.0 parsecs away

Travel
| | A comparison of MobX and Redux and React Context API - Stargazers · leighhalliday/easy-mobx-redux-comparison
| | michalzuber.wordpress.com
3.8 parsecs away

Travel
| | I wanted to backup content of a paid subscription on a WordPress site After some ChatGPT prompts and Googling I ended up with the following https://gist.github.com/mikaelz/8d1e05f346db115f7474f192e92fbbf5
| | nodogmablog.bryanhogan.net
9.4 parsecs away

Travel
| It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.