Skip to content

Instantly share code, notes, and snippets.

View hugmatj's full-sized avatar

J Hughes hugmatj

  • Beard Brother Services
  • Bradenton Florida
View GitHub Profile
@f1shy-dev
f1shy-dev / best_SAE_trick.md
Last active September 20, 2025 00:55
sneakyf1shy's apple intelligence tutorial

the sneakyf1shy apple intelligence tutorial v2.0

Warning

This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.

This actually downloads the models, and is NOT just new SiriUI. Hence, this process is complex and probably not worth it.

⚠️ Prepare to be disappointed and annoyed, and have your time wasted! ⚠️

  • What does not work: Writing Tools, Memories, Reduce Interruptions, Image Eraser and other tools that are within official Apple Intelligence on supported devices.
@sbbosco
sbbosco / wkwebview.py
Last active July 4, 2025 11:47
WKWebView - modern webview for Pythonista
#coding: utf-8
'''
WKWebView - modern webview for Pythonista
modified version of https://github.com/mikaelho/pythonista-webview
updated for pythonista 3.4 compatibility
'''
__version__ = '1.1'
from objc_util import *
@NoteAfterNote
NoteAfterNote / note-after-note-2023-april-07-termux-and-the-ext4-filesystem-part1.md
Last active June 1, 2024 17:56
Termux And The ext4 Filesystem, Part 1 Of 5: Reading And Writing, No Root Required
@NoteAfterNote
NoteAfterNote / note-after-note-2023-april-07-termux-and-the-ext4-filesystem-part2.md
Last active April 17, 2024 10:53
Termux And The ext4 Filesystem, Part 2 Of 5: QEMU, A Guest Operating System, And darkhttpd
@hugmatj
hugmatj / tmux-cheatsheet.markdown
Created March 8, 2023 18:33 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@himslm01
himslm01 / NDI_00_README.MD
Last active June 8, 2025 01:22
Include libndi_newtek in FFmpeg master branch

Include libndi_newtek in FFmpeg master branch

Inspired by this gist, this patch set will apply to FFmpeg Git branch master (as of 23-Jun-2022).

patch -p1 < NDI_*.patch
@ejkarne
ejkarne / StageManagerOptions.md
Last active May 18, 2025 15:28
Stage Manager Options

defaults write com.apple.WindowManager GloballyEnabled -bool [True/False] Adjusts whether Stage Manager is enabled or not.

defaults write com.apple.WindowManager AutoHide -bool [True/False] Adjusts auto hide behavior. This option controls the "Show Recent Apps" and "Hide Recent Apps" GUI option.

defaults write com.apple.WindowManager AutoHideOverlapThreshold -int [-2147483647...2147483647] Unsure what this option does. Should be noted that when AutoHide is set to False and this option is set to -17 or lower Stage Manager behaves as if AutoHide is set to True.

defaults write com.apple.WindowManager LeftStripMaximumRowCount -int [-2147483647...2147483647]

@Juul
Juul / wds_bridge_notes.md
Last active December 6, 2023 13:00
4-address mode aka WDS for OpenWRT

To turn a router into a bridge between wifi and ethernet, with the router being a wifi client/station, you need 4-address mode aka Wireless Distributions System or WDS.

This does not necessarily work between vendors so make sure your AP and client use chips from the same manufacturer.

It seems that enabling WDS on an AP's wifi interface does not prevent non-WDS clients from connecting normally, at least in my limited experience.

On the AP you simply add option wds '1' to the relevant wifi-iface section. E.g:

config wifi-iface 'default_radio0'
import socket
msgFromClient = "Hello UDP Server"
bytesToSend = str.encode(msgFromClient)
serverAddressPort = ("127.0.0.1", 20001)
bufferSize = 1024
# Create a UDP socket at client side
UDPClientSocket = socket.socket(family=socket.AF_INET, type=socket.SOCK_DGRAM)
@ykarikos
ykarikos / Podcast audio postproduction workflow.md
Last active January 18, 2022 23:29
Podcast audio postproduction workflow

Podcast audio postproduction workflow

Here are the steps for podcast episode audio postproduction after recording individual tracks for each participant. The tools I have used:

1. Postproduction in Zencastr