Skip to content

Instantly share code, notes, and snippets.

View ha10id's full-sized avatar

Anthonio Achiduzu ha10id

  • Mars Weapons Inc.
View GitHub Profile
@Zoobdude
Zoobdude / radioRecordLinks.txt
Last active January 9, 2026 09:01
Radio record (https://www.radiorecord.ru) - stream URLs

Factories

A factory is a function that returns a new reactive object.

  • Reactive Factories return reactive objects.
  • Resource Factories also return reactive objects, but they also register cleanup functions that are called when the object is no longer needed.

You can use a class as a factory, but it's not required. When you use a class as a factory, its constructor must take zero required arguments.

@nrjdalal
nrjdalal / QEMU-Silicon-Mac-Virtualization.md
Last active December 18, 2025 13:51
Create Virtual Machines using QEMU on Silicon based Apple Macs

Install QEMU on Silicon based Apple Macs (June 2021)

Option 1 - Automatically

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/nrjdalal/silicon-virtualizer/master/install-qemu.sh)"

Option 2 - Manually

  • Install Xcode command line tools

xcode-select --install