/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

tla.systems
| | hiltmon.com
1.5 parsecs away

Travel
| | [AI summary] The post discusses increasing the file descriptor ulimit on macOS to prevent resource starvation in development environments, providing a script to adjust system limits permanently.
| | www.naseer.dev
1.1 parsecs away

Travel
| | A Hyper Key is an extra modifier key that can be used to add extra keyboard shortcuts in tools such as hammerspoon. The most common method on a Mac was to use your Caps Lock key as your Hyper key using a tool called Karabiner Elements. The issue with Karabiner though is that it is a kernel extension and keeps running into problems with newer OS X releases. If your only use case for Karabiner is to remap the Caps Lock key - you may be able to use the OS X native hidutil utility to achieve the same result.
| | janik6n.net
1.6 parsecs away

Travel
| | Run a scheduled task on macOS with launchd
| | brianreiter.org
12.6 parsecs away

Travel
| macOS ships with postfix but it is in a semi-disabled state. The launch daemon configuration provided doesn't work and postfix will immediately exit What I want is a working local MTA that forwards mail securely to a smarthost for delivery. This is mostly useful when building and testing scripts and server applications that need to...