/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

blog.oddbit.com
| | stribny.name
3.8 parsecs away

Travel
| | [AI summary] An introduction to shell scripts and Bash for automating command-line tasks in Linux, macOS, and Windows.
| | davidalfonso.es
4.9 parsecs away

Travel
| | [AI summary] The author details the process of removing all their tweets from Twitter by creating a script to delete them in batches due to API limitations and the lack of a free endpoint to list tweets.
| | ericlathrop.com
3.0 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.
| | nodogmablog.bryanhogan.net
21.9 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.