Skip to content

Instantly share code, notes, and snippets.

View tylinux's full-sized avatar
💭
💎Github Super VIP

tylinux tylinux

💭
💎Github Super VIP
View GitHub Profile
@akihikodaki
akihikodaki / README.en.md
Last active October 25, 2025 14:46
Linux Desktop on Apple Silicon in Practice

Linux Desktop on Apple Silicon in Practice

I bought M1 MacBook Air. It is the fastest computer I have, and I have been a GNOME/GNU/Linux user for long time. It is obvious conclusion that I need practical Linux desktop environment on Apple Silicon.

Fortunately, Linux already works on Apple Silicon/M1. But how practical is it?

  • Two native ports exist.
@jamchamb
jamchamb / k360_spi.py
Last active August 14, 2025 05:48
GreatFET script for dumping nRF24LE1 firmware (https://jamchamb.net/2021/05/29/dumping-k360-firmware.html)
#!/usr/bin/python3
import argparse
import hexdump
import struct
import time
from greatfet import GreatFET
def reset(gf, reset_pin):
"""Pulse the reset pin low"""
@stephancasas
stephancasas / toggle-ventura-sidecar.jxa.js
Last active September 18, 2025 22:32
Toggle sidecar or screen mirroring from Control Center in macOS Ventura
#!/usr/bin/env osascript -l JavaScript
/**
* -----------------------------------------------------------------------------
* Activate Sidecar/Screen Mirroring from Control Center
* -----------------------------------------------------------------------------
*
* Created on February 17, 2023 by Stephan Casas
* Updated on May 18, 2023 by Stephan Casas
*