ZILtoid1991

joined 1 year ago
[–] ZILtoid1991@lemmy.world 2 points 7 hours ago (1 children)

What's an MTX?

[–] ZILtoid1991@lemmy.world 8 points 8 hours ago

It also has rougelite elements and stuff. Pretty good, the gatcha elements are not too bad so far, but I'll have to see how bad stuff will get, cough-cough Infinity Nikki, cough-cough Blacklight Retribution, cough-cough countless other live services.

 
[–] ZILtoid1991@lemmy.world 1 points 11 hours ago

Omnomnomnomnom!

[–] ZILtoid1991@lemmy.world 5 points 11 hours ago

Do you apply it for Xitter/Farcebook?

[–] ZILtoid1991@lemmy.world 2 points 12 hours ago

CNC (Computer Numeric Control) machines are reverse 3D printers. Instead of putting things together layer-by-layer, they take things out from a piece of wood, metal, etc. I did and still do have interest in them, but materials for a good one cost an arm and a leg, and I got horribly fucked over by my family (and society in general) career-wise.

[–] ZILtoid1991@lemmy.world 17 points 13 hours ago (2 children)

My experience with wasps are different. They'll fucking attack you it you're anywhere near their food.

[–] ZILtoid1991@lemmy.world 8 points 13 hours ago

His last supper was pure protein and steroids...

[–] ZILtoid1991@lemmy.world 1 points 14 hours ago

Also don't forget all the suicides happening with hard to obtain poisons and shooting oneself in the back of the head three times.

[–] ZILtoid1991@lemmy.world 2 points 15 hours ago* (last edited 12 hours ago) (2 children)
> be me
> be gifted child
> suddenly require help
> people suddenly scream all things at me
> "you were supposed to be a genius, not a retard that needs to be sit down with while learning"
> grades fall
> grades sometimes crawl back
> other kids immediately accuse me of cheating, because forest gump
> some family members want me away from the PC
> they're concerned that I'll be so addicted I'll shoot up my school
> they also want me to be manly and shit
> pick up guitar instead
> they still hate me
> facebook becomes popular
> suddenly they think I can be button press man
> learn coding
> they think I became CNC programmer too
> they want me to work at the local metal workshop because I can get house with kitchen garden
[–] ZILtoid1991@lemmy.world 3 points 16 hours ago

People liked to joke about Xena being lesbian back in the days.

[–] ZILtoid1991@lemmy.world 1 points 17 hours ago

From what I've heard, they either see themselves as the hero turning things around, or just outright seeing an inspiration in them.

[–] ZILtoid1991@lemmy.world 1 points 17 hours ago

I always wondered what dystopian novel gave them the idea to make genAI...

 
 
 

It also obscures any licensing issues one might have.

 

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.

 

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.

 
view more: next ›