Skip to content

Instantly share code, notes, and snippets.

@loggedbytucker-blip
loggedbytucker-blip / pi-commands.md
Last active September 16, 2026 10:46
Raspberry Pi 5 media server — Immich + Jellyfin + Tailscale

Raspberry Pi 5 Media Server — Commands

Immich (photos) + Jellyfin (movies/TV) + Tailscale (access from anywhere). Commands only, in the order they're run in the video.

Tested August 2026 on:

Hardware Raspberry Pi 5, 8GB — CanaKit Starter Kit PRO
@bttrem
bttrem / ses_g-tag_6.md
Last active September 16, 2026 11:14
Reverse engineering SES-imagotag G-Tag 6

Reverse engineering SES-imagotag G-Tag 6

После того как этот электронный ценник приобрёл известность в DIY-сообществе, опубликую некоторые свои наработки по G-Tag 6.

Куча бесполезных электронных ценников G-Tag 6 — YouTube автор shojkeee

Telegram-группа по SES-imagotag G-Tag 6: https://t.me/g_tag6 владелец ReallSeriously

Update: Коментариев уже больше сотни, часть по умолчанию скрыта под "Load earlier comments...", подгружайте если нужно. И пожалуйста, большие фотки и т.п. размещаем под спойлером.

@0x-auth
0x-auth / android-mac-dfu-poc.md
Created August 23, 2026 15:24
Talking to a Mac in DFU mode from an Android phone (proof of concept)

Talking to a Mac in DFU mode from an Android phone (proof of concept)

TL;DR: You can issue a real USB control transfer to an Apple Silicon Mac in DFU mode from an unrooted Android phone, using Termux + termux-usb + a raw ioctl — no second computer, no root. Confirmed by reading the Mac's USB device descriptor and getting idVendor=0x05ac idProduct=0xf014 (Apple, Mac-in-DFU).

This is detection only (Milestone 1). A full firmware revive/restore over this channel is not built here and is much harder (see "What's next").

@agutoli
agutoli / hello.S
Created September 25, 2012 20:42
Hello world em assembly
; Exemplo de um Hello World em Assembly
; ld -m elf_i386 -s -o hello hello.o
section .text align=0
global _start
mensagem db 'Hello world', 0x0a
len equ $ - mensagem
@0xjac
0xjac / private_fork.md
Last active September 16, 2026 10:43
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git

#To install:
#
#In your git configuration (for instance, .git/config to do it at the project level), add:
#
#[merge "json_merge"]
# name = A custom merge driver for json files
# driver = coffee json_merge.coffee %O %A %B
# recursive = binary
#
#In your project's .gitattributes file, add something like:
@Vova-SH
Vova-SH / instruction.md
Last active September 16, 2026 10:36
Разработка на Java

Программирование на Java

Методические указания и задания к лабораторным работам

Формат курса — сквозной проект. Все шесть лабораторных развивают одно приложение: от модели данных до распределённого клиент-серверного решения. Вариант выдаётся один раз и закрепляется за бригадой на все лабораторные работы.

Бригада может состоять не более чем из 2 человек. Соответственно это либо 1 человек, либо 2 человека. Больше - нельзя.

Стек - Java (можно Kotlin) Рекомендуемые версии: Java 21 LTS; Java 25

@Sauerstoffdioxid
Sauerstoffdioxid / googleurlparams.md
Last active September 16, 2026 10:20
Google/Blogger Image URL Parameters

Google/Blogger Image URL Parameters

This is an effort to document what is known about Google's (Blogger's/Blogspot's) image URL parameters. Some of these options were taken from existing first or third party documentation (see the links at the end of this document), but the majority is based off my own investigations.

Where to use them?

  • On Blogger's image URL's: 2.bp.blogspot.com/-OF7u67HQE1M/VHc8S8qJTDI/AAAAAAAACxI/UD-11c63diQ/s1600/005.png
  • On just about any googleusercontent image URL: https://lh3.googleusercontent.com/Jvmz11cLrvNIHG_LWjVO9B-UV2IN4Cfk1pycbhWZl6IriMgCAGCOFuBRtoHaiZ6xeVGqCugZcCql=w176-h176-n-o

Replace the bolded parts with the parameters.

@0xdevalias
0xdevalias / generating-synth-patches-with-ai.md
Last active September 16, 2026 10:17
Some notes on generating software synthesizer patches with AI