/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

lanziani.com
| | shaneosullivan.wordpress.com
3.2 parsecs away

Travel
| | How to run a clean up script when your NextJS dev server is shut down
| | thepugautomatic.com
2.7 parsecs away

Travel
| | I spent some time in encoding hell the other day, trying to read a UTF-8 encoded text file with osascript in a bash shell script. Despite its preference for the MacRoman encoding, AppleScript does...
| | purefun.dev
2.5 parsecs away

Travel
| | When in doubt, always consider adding set -e and cd $(dirname $0) at the beginning of a shellscript. Why? Let's find out: When to use cd $(dirname $0) $0 is the currently executing script, so what the command does is to change current directory into the same directory as where the script resides. If you don't do this, any references to other files next to your script will be incorrect if you run the script from another directory.
| | ha.nnes.dev
14.0 parsecs away

Travel
| [AI summary] The author discusses their experience of rewriting their website multiple times, exploring different static site generators (SSGs) and the challenges of managing side effects and data processing in web development.