Trending
Melody πŸ“Ž's Avatar

Melody πŸ“Ž

@meluhdy.dev

MEL - it/she (πŸ–€πŸ§‘πŸ€ @mari.meluhdy.dev) chase - he/they Marina - she/her 21 y/o pfp by @nessiemooo.bsky.social

332
Followers
311
Following
899
Posts
17.09.2023
Joined
Posts Following

Latest posts by Melody πŸ“Ž @meluhdy.dev

switch in, and in those cases the quick switch side effects were still definitely present sometimes, but minimized to a great degree, as when both parties are aware of the switch and do so voluntarily it’s much less jarring.

14.03.2026 05:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I remember getting the head pressure when a headmate would switch in (I’ve unfortunately lost contact due to trauma subconsciously suppressing the DID which is a bit ironic) but we had it such that alters could β€œtune in” to what was going on, cofronting without any control, and then request to

14.03.2026 05:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image Post image Post image

who would survive. two people afraid of needles vs the one part whos not

12.12.2025 04:38 πŸ‘ 1301 πŸ” 239 πŸ’¬ 16 πŸ“Œ 1

Need to work on projects and talk about my projects more

13.03.2026 09:00 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What’s this about?

12.03.2026 23:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image Post image Post image

CW for discussion of sexual assault, threat of violence, self-destructive behaviour and depression.

Please take the warning seriously before reading. Thank you.

Protector #brainbunnies

12.03.2026 11:32 πŸ‘ 1898 πŸ” 284 πŸ’¬ 31 πŸ“Œ 3

freedom of artistic expression and queer culture have always gone hand in hand- And even if queer did not include deviancy and BDSM (which it very, very much does and you can thank the kinksters of the world for your basic rights), discrimination always begins with labelling something as "indecent"

11.03.2026 15:08 πŸ‘ 296 πŸ” 103 πŸ’¬ 1 πŸ“Œ 0

Webp is incredibly good for image storage and is actually one of the best image formats in terms of loading time and size, it’s just not very adopted by anything other than websites

11.03.2026 16:51 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

I’m so glad mkwii is still alive and kicking

11.03.2026 11:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I mentioned a while ago that it would be nice to use moderation lists as a way to make β€œprivate” posts

Make a moderation list, add only the people you want on it and then make a post to that list and if you’re in the list you can see/reply and if not you can’t

09.03.2026 23:42 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Oh shit all my friends remix

09.03.2026 03:13 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Old drawings of character by @FUCH_official on twitter i forgot to send oops.

07.03.2026 00:25 πŸ‘ 1467 πŸ” 327 πŸ’¬ 11 πŸ“Œ 1

this has happened to me almost every time i boot up outlook for the past like 4 years i thought it was going insane

05.03.2026 23:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

the two things stopping me from moving to libreoffice calc instead of google sheets is
a) while cloud-based stuff is very very awful, it's unfortunately the best way to share and collaborate on sheets with people, and
b) the named tables are so so nice; i get named ranges exist but it's not the same

05.03.2026 22:59 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

(The actual way these would be used it smth like OreQueryBuilder::new(pool).spawns_in(β€œMantle Layer”).find_all() or LayerQueryBuilder::new(pool).in(WORLD).depth(3000).find_one() or smth like that

The spawns_in and in/depth functions are defined only in their respective QueryBuilders

05.03.2026 11:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

But then there’s also caves that can spawn their own ores so I was thinking of an intermediary LocationQueryBuilder that LayerQueryBuilder and CaveQueryBuilder inherit from and then I realized I’m writing in rust and that’s not how things are done in this language

05.03.2026 11:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

For example:
I have a table with info about different ores in the game and I have a table with info about the layers those ores spawn in, and I wanted to make a base QueryBuilder with the functionality needed to make an OreQueryBuilder and a LayerQueryBuilder

05.03.2026 11:19 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

For example just earlier I was trying to make a wrapper around sqlx (to minimize duplicated code and write less super-long sql statements) and I wanted to make a β€œbase” query builder that I can inherit from and add specific functions as needed for different tables

05.03.2026 11:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I wanted to challenge myself and rewrite a program of mine in rust and I started yesterday and I’m already running into problems or trying to apply an OOP solution when that’s not feasible fkskdbdkd

Also I know lifetimes are gonna break my brain because they have every other time I’ve tried rust

05.03.2026 10:39 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Oh 100%
I have a very intrinsic knowledge about the data structures and hierarchy which is why I’m able to plan out entire project structures before even writing a single line of code

When it comes to more function-oriented languages (even stuff like rust) it is incredibly hard for me to follow

05.03.2026 10:38 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I am so OOP-brained it's a problem

04.03.2026 23:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

It’s okay my gf calls me this all the time

02.03.2026 03:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

@boysensyrup.bsky.social happy birthday oomf

01.03.2026 06:05 πŸ‘ 512 πŸ” 94 πŸ’¬ 4 πŸ“Œ 0
Post image

if you guys are wondering why i haven't said anything about heartcrash in over half a year

01.03.2026 00:00 πŸ‘ 233 πŸ” 30 πŸ’¬ 7 πŸ“Œ 0

the main problem with humanity is not that we're all assholes. it's that we're too nice to the assholes

01.03.2026 04:29 πŸ‘ 5 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0

Did I infect you

01.03.2026 00:20 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

tim apple i will see yuou in court for capitalizing my song titles

27.02.2026 21:37 πŸ‘ 104 πŸ” 2 πŸ’¬ 6 πŸ“Œ 1

I never particularly liked country music. But now its literally impossible for me to take any of it seriously, because all I can ever think about is this dumbass singing "I just wanna kiss my fish"

22.02.2026 11:57 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image
27.02.2026 03:03 πŸ‘ 707 πŸ” 83 πŸ’¬ 8 πŸ“Œ 0
【Music】NI4NI Β» For the Official ULTRAKILL Cybergrind OST
【Music】NI4NI Β» For the Official ULTRAKILL Cybergrind OST YouTube video by Vylet Pony

🩸 NI4NI 🩸
youtu.be/Yiy-plVqG64

My song for @ultrakill-game.bsky.social

β€”

Download/Stream: www.vyletpony.com/ni4ni

β€”

Music + Vocals by Me
Art by QuadrupedQueen & @dexterdaybreaker.com
Commissioned by @newblood.games

25.02.2026 03:01 πŸ‘ 483 πŸ” 229 πŸ’¬ 15 πŸ“Œ 11