ZILtoid1991

joined 1 year ago
MODERATOR OF
[–] [email protected] 2 points 3 hours ago

I can't pretend to be apalled, I just pretend I didn't hear it, and I have quite a lot of fetishes, with a lot of weird and/or gross ones among them.

[–] [email protected] 4 points 5 hours ago

Driver issues. For starters, ARM is protecting its Mali drivers like a dragon.

[–] [email protected] 15 points 5 hours ago (2 children)

In a metroidvania platformer, that's where you can find an health or weapon capacity upgrade. In a modern open-world FPS, that's where you can acquire the sawn-off shotgun early on.

[–] [email protected] 8 points 8 hours ago (1 children)

When multiple biggest protests are against your presidency, then you seriously fucked up.

[–] [email protected] 2 points 8 hours ago (3 children)

What about Manjaro Linux?

[–] [email protected] 12 points 11 hours ago

I made a wojak (wheeljak, or sterjak if you want it to be more Polish).

[–] [email protected] 1 points 11 hours ago

Does that car tell you every time the mile counter goes up that it's vegan? Does it regularly try to guilt trip you into quitting meat?

[–] [email protected] 12 points 11 hours ago (1 children)

Windows 12, with AI even moreso integrated.

[–] [email protected] 1 points 11 hours ago

While it does have the same stile, it does not have the same mistakes. GPT-4o is still "melty", also it lacks the texturing 4o has for some reason (to hide some other AI-related artifacts?).

[–] [email protected] 1 points 12 hours ago

Hungary already kind of did that.

 

At the age of 34, being extremely socially reclusive, and being autistic myself, I don't really think I have any chance of getting a relationship. I also have issues with staying attached to neurotypical/non-autistic people, people that drink alcohol regularly (I was raised by an alcoholic grandmother, you probably can put the two together), also I'm disabled in other ways too, etc.

A lot of people often like to say "ace/aro/demi people just too disappointed/have too high standards". Here I am being so disappointed and probably having way too high standards, yet I still vow for a romantic relationship, and thus often feel lonely from it.

[–] [email protected] 2 points 1 day ago

Cybercrab indeed sound much better. If I had the money and the expertise in robotics, I'd made that happen.

[–] [email protected] 7 points 1 day ago

Wait until you hear what they did to "vaporwave" remixes. Many of newer "slowed down and reverbed" type edits now using time stretching algorithm with very nasty artifacts.

 
 

I have created a new MIDI format to overcome both the limitations of the current one and the unwillingness of the International MIDI Consortium to develop a MIDI 2.0 file format. So I made my own for my game engine. I even added some primitive scripting features.

But here comes the big problem: now I need to develop an editor. While I created a textual representation of it, which is a weird mix of assembly with Lua influences and essentially musical notes and rhythm as values, but eventually it should have a full GUI editor.

The format so far has the following kind of commands:

  • Flow control commands
  • MIDI emit commands which can be either:
    • Note on and off commands
    • Velocity change (aftertouch)
    • Program change
    • Control change
    • Pitch bend
    • A few other less important commands (SysEx, etc.)
  • Commands for the scripting (Arithmetic commands on writable registers, compare and branch, etc.)
  • The ever important wait command, on which the whole system depends, as it tells the sequencer how much clock cycles have to wait between two commands

I have to process these commands for two display widgets, one displays the notes in a piano roll format, one displays any other commands. However, thanks to the way things work, I usually cannot just process MIDI commands directly. For example, notes are defined by a note-on and note-off event (often with aftertouch), no duration. And then comes editing. And then comes to editing around various wait commands. And then comes to editing around various conditional jump commands.

I started to work on a system that converted and separated each command for display, but it's a bit time consuming, and adds extra complexity. But modifying it a bit and adding a "transpiler" to the two systems would make editing pretty easy to implement. I already added "macro"-like features to the textual representation of the format. Could this work?

 
 
 
 
 

Note: I'm aware the sides are not perfectly parallel, this was the best I could do on my phone.

 
 

Feel free to write whatever you want into the fields.

view more: next ›