On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
| #!/bin/bash | |
| # Define the main export folder | |
| export_folder=~/Desktop/iMessages_Export | |
| mkdir -p "$export_folder" | |
| # Part 1: Generate the CSV file | |
| echo "Generating CSV file..." | |
| sqlite3 ~/Library/Messages/chat.db <<EOF |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Fullscreen Image Viewer</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| } |
Facebook works with advertisers to target you. These instructions are one of the many ways to begin crippling that relationship. When AI targeting is crippled, your psychosecurity improves :)
| Option | Value |
|---|---|
/ResetRoomData |
bool |
/ShowSocialLinks |
bool |
/WindowY |
int |
/SkipVideoCardTest |
bool |
/SteamTrackpadMultiplier |
float |
/LastUpdateDate |
std::string |
/ZPassCullRadius |
float |
/DirectLoadCheckpoint |
bool |
Below are a list of System Preference pane URLs and paths that can be accessed with scripting to assist users with enabling macOS security settings without having to walk them through launching System Preferences, finding panes, and scrolling to settings. Not all panes have an accessible anchor and some are OS specific.
To find the Pane ID of a specific pane, open the System Preferences app and select the desired Preference Pane. With the pane selected, open the ScriptEditor.app and run the following script to copy the current Pane ID to your clipboard and display any available anchors:
tell application "System Preferences"
set CurrentPane to the id of the current pane
set the clipboard to CurrentPane| url scheme: | |
| x-apple.systempreferences:com.apple.KEY[.KEY]?SUB-PANE | |
| examples: | |
| x-apple.systempreferences:com.apple.systempreferences.AppleIDSettings?iCloud | |
| x-apple.systempreferences:com.apple.preference.keyboard?Shortcuts | |
| urls: | |
| com.apple.systempreferences.ApplelDSettings |