• 5 Posts
  • 456 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle






  • This is an online forum. It’s words. Your idea that the people you’re talking to are all talk is unfalsifiable. If anyone did post on here about pulling a trigger you could attack them for being all talk for exactly that same reason.

    On this forum, you are also all talk. There is literally nothing else you can do on here.

    But go off, everybody around you is all talk, all the time. That certainly isn’t a feature of the place you chose to express your vapid rants.

    People who are organising on the ground are under no obligation to keep you in the loop by posting about it publicly, especially given you clearly aren’t interested in helping anyway.

    My guess is your accusations are all a projection of your own feelings of powerlessness. I mean there’s not going to be another election for about 4 more years, and your only method of change is useless until then.

    Gee, I wonder if that’s by design?


  • I agree broadly with the idea that the state’s legitimacy relies on the appearance that they wield their violence justly, but I think you’re giving the state too much credit when you frame it as a fair and considered exchange of power.

    The state has had all of us under its purview since birth, it has pumped us full of pro-hierarchy, anti-autonomy, anti-social propaganda and it wields its violence more to prevent insurgency than it does to protect us.

    There is no “social contract”, nothing that I ever signed anyway, and even if there were, contract law invalidates any contract signed under duress. The concept of the social contract is just yet more hierarchical propaganda. It’s a vague, handwavey vibe to obscure the fact that we really aren’t given a meaningful option to leave.

    The state relies on not just the appearance of legitimacy, but the appearance of absolute power. Both are illusions, and can be opposed by organised people directly building mutual aid on the ground. The more we meet one another’s needs for security the less we need the state and the more people can see it for the charade that it is.





  • Okay, that’s all very interesting and I love the idea about dynamic music, I’ve had similar thoughts myself but wouldn’t have thought to go this far to make it happen. I’d love to see what you come up with!

    My only real thoughts are about the transpiling, so the editor uses relative time codes but the format itself uses absolute, if I understand you, and you’re converting between the two?

    That to me hints of code smell, because I wonder why that’s necessary. For example, could you program the editor to display and work in absolute time codes, or is there something stopping that from happening?

    Alternatively you could simply make the format capable of natively understanding both relative and absolute commands, so whichever is more appropriate to the context is what gets used.

    Keeping them different seems like it will require you to program two formats, make them compatible with one another and deal with bugs in both of them. Essentially you’ve not only doubled the number of places where bugs can arise within the formats, you’ve added the extra step of transpiling which also doubles the number of interactions between the formats, adding even more complexity, even more places where inconsistencies can show up, even more code to sift through to find the problem.

    It’s the sort of thing that shows up in legacy systems where the programmers don’t have the freedom to simply ditch one of the parts.

    Personally if I had the freedom of programming the system from scratch I would rather commit completely to a single format and make it work across the entire stack, so then I only have one interpreter/encoder to consider. That one parser would then be the single point of reference for every interaction with the format. Any code that wants to get or place a note for any reason - for playing, editing, recording, whatever - would use the same set of functions, and then you automatically get consistency across all of it.

    Edit: another thought about this: if you need some notes to be absolute and others to be relative, it might be worth having an absolute anchor command that other commands can be relative to, and have it indexed, so commands are relative to anchor 1, 2, etc. Maybe anchor 0 is just the start of the song. Also maybe you could set any command as an anchor by referring to its index. That way you can still move around those commands in a relative way while still having the overall format reducible to absolute times during playback. Also a note “duration” could just be an off command set relative to its corresponding on command.

    I say that because as another principle I like to make sure that I “name things what they are”. If the user is programming things in the editor that are relative, but under the hood they’re translated into absolute terms, that will probably lead to unexpected behaviour.



  • Honestly a lot of this post is very inside-baseball with a lot of lingo, and the last paragraph is very dense, so it’s hard to know what you mean, especially by the term “transpiler”. What is it transpiling to & from, and where does this happen in the overall process of implementing the editor?

    I’m sorry I don’t have a lot of insight other than: it sounds like you know better than anyone here, so just try it and see what works. Sometimes rewriting a system is unavoidable as you figure out the logic of it.

    Also as someone with some interest in programming my own physical MIDI instruments, I’d be interested to hear what limitations of MIDI you’re talking about and what your system does differently. It sounds like you’ve got a pretty advanced use-case if MIDI isn’t up to the task.



  • Actually, factually, in truth, for real, fr, no joke, seriously, absolutely, in fact, truly, truthfully, really, in reality, literally, I couldn’t tell you, because only you can figure out how to say what you want to say, and if you didn’t already know that there are countless ways to say that, that makes me wonder if you actually care very much about the topic, for realsies, in actuality. All you need to do is spend a few seconds thinking of another way to say it and you can answer your own question.

    It’s language. Of course we have ways of saying things, that’s what it’s for. Also you can say “literally” to mean “actually” as long as you understand how to say it in context, and the fact that you can correct people who you believe are using it wrong is a sign that you can tell the difference and you don’t need to correct them.

    And if we don’t have a way of saying something, you can invent one, because that’s how language works. People who tell you that there’s some authoritative measure by which we know what words mean don’t actually care about language. They’re trying to kill our language, because a living language can’t be controlled like they want. The good news is that it’s impossible to achieve that goal.

    Like if you’re not going around lamenting the fact that “terrific” doesn’t mean “terrifying” anymore then maybe it’s okay if words change. It sounds like you survived that particular tragedy.


  • You can, but I find that if I have the tabs there, I use them or close them. I don’t use bookmarks after I make them, so they just acrue. You’re right I don’t need 7000 open tabs, just like I don’t need 7000 bookmarks. Part of the point of tab groups is you can more easily determine what tabs aren’t relevant and get rid of them, so you don’t wind up with thousands to start with.

    If they’re open as tabs, even in groups, I’m incentivised to close them when they’re no longer relevant. For longer term notes I use a note-taking app that doesn’t rely on my browser or computer staying the same. I don’t like using a browser for that because it’s just not a good tool for it.


  • “Literally” literally means “as written”, or “in the literature”.

    To use the word “literally” to mean “in reality” or “in fact” is not that original meaning, but is literally - in fact, as well as a written thing - a figurative meaning.

    Language changes. There are plenty of words that are their own antonyms. It’s not sad, it’s inevitable, and the sooner you can accept that the sooner you can avert the fate of becoming an old man yelling at clouds.