/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

bradleyjkemp.dev
| | cocomelonc.github.io
1.8 parsecs away

Travel
| | [AI summary] A practical guide demonstrating macOS malware persistence techniques using LaunchAgents and LoginHooks for educational red teaming purposes, complete with C code examples and automation scripts.
| | www.ahalbert.com
1.9 parsecs away

Travel
| |
| | www.naseer.dev
1.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.
| | chaosinmotion.com
15.6 parsecs away

Travel
| I just read the following article: Stop Using Function Parameters Now. It was an article which called for using a Javascript feature for passing parameters, which in a language like Swift could be done using default parameter assignments and named fields. Here's the example: // Recieves a name and returns a greeting message // Typescript...