Skip to content

Instantly share code, notes, and snippets.

@qnblackcat
qnblackcat / README.md
Last active March 5, 2026 13:17
Downloading older versions of iOS apps using ipatool

Downloading older versions of iOS apps using ipatool

👉 ipatool is an open-source tool developed by Majd, a highly trustworthy and talented developer in the iOS community. Recently, ipatool got a significant update that allows users to easily download older versions of iOS apps on macOS/Windows/Linux!.

👉 Since ipatool doesn't have a graphical user interface (GUI), some of you might think it's tricky to use. But trust me, it's not! Here's a simple guide if you're still a bit scared of the terminal. (Tbh, everything in this *guide can be found on ipatool's repo)

👉 Note: You need to log into your Apple ID via ipatool for the tool to work. Unless you prioritize security above all, you can trust logging into your Apple account with ipatool. As explained earlier, it’s an open-source tool developed by a well-known and reliable developer, minimizing security risks to the lowest level.

@0xdevalias
0xdevalias / audio-to-midi.md
Last active March 9, 2026 00:29
Some notes on Automated Audio Transcription (AAT) / Automated Music Transcription (AMT) (aka: converting audio to midi)

Automated Audio Transcription (AAT) / Automated Music Transcription (AMT) (aka: converting audio to midi)

Some notes on Automated Audio Transcription (AAT) / Automated Music Transcription (AMT) (aka: converting audio to midi)

Table of Contents

@0xdevalias
0xdevalias / music-apis-and-dbs.md
Last active March 8, 2026 02:41
A collection of music APIs, databases, and related tools
import csv
import argparse
from datetime import datetime
import os
from rich import print
from ollama import generate
from tqdm import tqdm
key_website = 'Website'
key_order_date = 'Order Date'
@0xdevalias
0xdevalias / compare-diff-audio-files.md
Last active February 12, 2026 23:43
Some notes on comparing/contrasting/diffing audio files
@0xdevalias
0xdevalias / audio-pitch-correction.md
Last active February 12, 2026 23:41
Some notes on Audio pitch correction (eg. autotune, melodyne, etc)
@0xdevalias
0xdevalias / generating-synth-patches-with-ai.md
Last active March 6, 2026 20:01
Some notes on generating software synthesizer patches with AI
@0xdevalias
0xdevalias / singing-voice-synthesizers.md
Last active February 12, 2026 23:38
Some notes on Singing Voice Synthesizers (eg. Vocaloid, etc)
@sethforprivacy
sethforprivacy / sethforprivacy-subscriptions.opml
Last active September 28, 2025 19:24
My favorite RSS feeds
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.1">
<head>
<title>sethforprivacy-subscriptions.opml</title>
</head>
<body>
<outline text="Bitcoin" title="Bitcoin">
<outline text="@lightcoin" title="@lightcoin" description="" type="rss" version="RSS" htmlUrl="https://lightco.in/" xmlUrl="https://lightco.in/feed/"/>
<outline text="6102bitcoin" title="6102bitcoin" description="" type="rss" version="RSS" htmlUrl="https://6102bitcoin.com" xmlUrl="https://6102bitcoin.com/index.xml"/>
<outline text="Athena Alpha" title="Athena Alpha" description="" type="rss" version="RSS" htmlUrl="https://www.athena-alpha.com/" xmlUrl="https://www.athena-alpha.com/feed/"/>
@0xdevalias
0xdevalias / ai-voice-cloning-transfer.md
Last active February 12, 2026 23:35
Some notes on AI Voice Cloning/Transfer (eg. RVCv2)

AI Voice Cloning / Transfer (eg. RVCv2)

My random collection of notes on AI voice cloning services/models/techniques/etc. Just because something is listed here, doesn't necessarily mean I have tried it, nor endorse it. Use this as a starting point for doing your own further research.

Table of Contents