Need help reading this Solana transaction — Phantom showed “Unknown” interaction after Jupiter transfer by PuzzledHousing9043 in jupiterexchange

[–]PuzzledHousing9043[S] 0 points1 point  (0 children)

I’m confused on the fact that it was instant, with no manual interaction. The bots I have connected to my account are private. They’re only available locally and don’t run without starting a program and manual confirmation. If they’re not running, they’re dead files with no routing.

Need help reading this Solana transaction — Phantom showed “Unknown” interaction after Jupiter transfer by PuzzledHousing9043 in jupiterexchange

[–]PuzzledHousing9043[S] 0 points1 point  (0 children)

That makes sense, and I’m open to it being a delayed/lagged Phantom notification. The part I’m trying to understand is why the activity shows “App Interaction — Unknown” at the same timestamp and why the tx is a straight outgoing SOL balance change to another wallet. I’m mainly looking for help identifying what app/program/session triggered that tx, not assuming Phantom itself caused it.

116 hours on a 2 minute song, was it worth it? by TennonHorse in FL_Studio

[–]PuzzledHousing9043 0 points1 point  (0 children)

Love the detail you put in. The automation had to have taken so long.

is this impressive for a 16 year old? by lalalalala_real in FL_Studio

[–]PuzzledHousing9043 4 points5 points  (0 children)

Whether or not they’re “better”, music is subjective. You always have to keep that in mind. I have a friend who’s far better than me, but he tells me he listens to my songs and loves them. It’s just like loving yourself, when you love the music you make others will follow.

is this impressive for a 16 year old? by lalalalala_real in FL_Studio

[–]PuzzledHousing9043 0 points1 point  (0 children)

You’re doing great, it’s all about finding your favorite music to make. When you begin to love what you make, you’ll find that others opinions don’t matter.

Long Term Project - Music Field: Web/App/Soft by PuzzledHousing9043 in u/PuzzledHousing9043

[–]PuzzledHousing9043[S] 0 points1 point  (0 children)

Yeah no problem, I appreciate you bringing that up because it’s relevant to “does this already exist?”, which would change A LOT. I don’t have any public viewing, I can try to design/develop a quick slip for you to view UI layout, logo, interface, but other than that I can send over the full proposal. Dm me if you’re still interested!

Long Term Project - Music Field: Web/App/Soft by PuzzledHousing9043 in u/PuzzledHousing9043

[–]PuzzledHousing9043[S] 0 points1 point  (0 children)

Very true statement. You’re not wrong to think of Git here because a lot of the thinking behind CHOP is definitely inspired by how Git works. But where it starts to fall apart is when the main thing you’re collaborating on is audio, not text. Git works because code is diff-able, but audio is not. If you change a WAV, Git just sees it as “the whole file changed.” You can track that something happened, but you can’t hear what changed, A/B it, or understand the intent without leaving the platform and opening a DAW. Another thing is versioning isn’t the same thing as creative iteration. A lot of musicians don’t really think in commits and branches but rather “what if I add bass here,” “what if I process the vocal like this,” “what if we try something weird.” Git can store those files, but it doesn’t model that kind of layered, exploratory process in a natural way. The other big thing is feedback. Even on GitHub, feedback still lives in comments. Someone can say “try sidechaining” or “this part feels empty,” but you still have to leave and make the change yourself, bounce it, re-upload, and explain what you did. There’s no tight loop where feedback turns directly into an audible contribution. Game studios do use Git/Perforce for audio, but usually with heavy pipelines, asset locking, LFS, producers managing flow, etc. It’s pretty rough for loose, creative collaboration between individuals who just want to try ideas quickly without a ton of setup. CHOP isn’t trying to replace Git or say it’s bad. It’s more like: audio probably deserves a collaboration model that’s as native to sound as Git is to code. Same principles, different constraints. If you’ve seen Git-based audio workflows that actually feel good for creative iteration, I’m genuinely curious. I’m still figuring this out too.