Explore >> Select a destination


You are here

codewithstyle.info
| | noelwelsh.com
3.1 parsecs away

Travel
| | [AI summary] This article explains the core principles of functional programming, focusing on local reasoning and composition as its main goals, and discusses how these concepts apply to code structure and maintainability.
| | argumatronic.com
3.1 parsecs away

Travel
| | Occasional writings about Haskell.
| | degoes.net
2.6 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | brianreiter.org
20.1 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...