Explore >> Select a destination


You are here

slashusr.wordpress.com
| | www.naseer.dev
4.8 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.
| | blog.florentdelannoy.com
5.2 parsecs away

Travel
| | Florent Delannoy's blog
| | brianreiter.org
2.8 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...
| | opensource.net
56.6 parsecs away

Travel
| This series explores the critical security principles every Python web developer needs. While hard and fast rules like avoiding plaintext passwords and custom security algorithms are essential, a deeper understanding of broader security principles is equally important.This first post delves into fundamental security best practices, ranging from general principles to specific Python-related techniques.