Based on a comment in this thread, it seems like you want to learn some basic music theory, to get a feel for how music is put together. Based on that, I recommended electronic keyboards as the instrument. Keyboards are laid out in a fairly intuitive manner that can help you learn how scales and chords are built, and more advanced music theory depending on what you want to learn. Also, electronic keyboards can be quite cheap, and the sound making part (synthesizers) can live in a computer and be pretty affordable as well. But don’t get a keyboard without full sized keys…that will limit your fun and have you learning bad muscle memory. You want to use a keyboard the size you would keep learning if you eventually put thousands of hours into playing that instrument.
For shopping, you want a ‘midi keyboard controller’ with a usb connection.
The good news: approaches have already been developed to mostly allow this. The bad news: incompetent or lazy or corrupt people try to NOT implement these, and doomers always show up to loudly say that everything sucks and we should all just live in despair.
Nothing is perfect, but implementing the stuff mentioned below would be a big improvement to balancing privacy and security compared to virtually all previous human history. It involves the government implementing a few things and citizens having new ID-type-things that are not like photo IDs.
If these systems are set up correctly, a person can digitally prove that they are 18 years or older, but without providing ANY other information. Not there name or photo or anything other than ‘yup. I’m 18+. Let me do my thing.’
Here are three critical tools to leverage, and do a bit of research on:
Verifiable Credential (VC)
What it is: A digitally signed attestation about you, issued by a trusted entity (e.g. a country government).
Example: a university issues you a credential saying “PositiveNoise earned a Master’s degree in 2008.”
Structure: Typically uses the W3C Verifiable Credentials standard — it’s a JSON document signed cryptographically by the issuer.
Key idea: You hold it (not them). You can present it later to anyone (“verifier”) to prove something about yourself, and the verifier can confirm the signature without calling the issuer.
Analogy: A digital version of a stamped diploma or driver’s license, but one that lives in your own encrypted wallet rather than a government database.
Zero-Knowledge Proof (ZKP)
What it is: A cryptographic technique that lets you prove a statement is true without revealing the underlying data.
Example: Prove “I am over 18” without showing your exact birthdate.
In relation to VCs: VCs can include data that can be selectively revealed or proven via ZKPs, so you never have to expose full documents.
Analogy: Showing only the needed part of your ID through a frosted window, but mathematically guaranteed.
Digital ID Wallet
What it is: The software or hardware container where you store and manage your Verifiable Credentials.
Think of it like a crypto wallet, but instead of coins, it holds identity proofs (e.g., driver’s license, student ID, health certificate).
In relation to the others:
It stores your VCs (the signed attestations).
It lets you create ZK proofs on demand when sharing data.
It maintains control and consent: you decide when and what to share.
Analogy: A private digital passport holder that can generate “proof slips” without handing over the whole passport.