From 8f32fd58cafe677c07d9ed9fff84f6e255156d37 Mon Sep 17 00:00:00 2001 From: darkuss Date: Sat, 22 Aug 2026 01:58:37 +0200 Subject: holy shit i'm finally done --- src/desktop/files/robotYuri.tsx | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/desktop/files/robotYuri.tsx (limited to 'src/desktop/files/robotYuri.tsx') diff --git a/src/desktop/files/robotYuri.tsx b/src/desktop/files/robotYuri.tsx new file mode 100644 index 0000000..9e32d25 --- /dev/null +++ b/src/desktop/files/robotYuri.tsx @@ -0,0 +1,47 @@ +import { VirtualTextFile } from "$/apps/source"; +import { Hr } from "../hr"; +import { Link } from "../link"; + +export default { + name: "Robot Yuri.txt", + type: "text", + content: ( + <> + +

Robot Yuri (feat. Kasane Teto)

+
+

During the Europe heat wave of summer 2026 many of us suffered terrible temperatures of 37°C (= 98°F) without access to AC. I wasn’t able to use my PC for the usual work so I was stuck on my laptop with barely anything installed.

+

On the verge of heat stroke I ended up writing a silly cheerful song about a robot singing karaoke, yearning for love. I initially didn’t think about writing lyrics at all, but m1nt_ listened to the instrumental and thought it would be awesome if it did have vocals.

+

Huge thanks to m1nt_ for helping me with the lyrics for this, it was a fun project!

+
+

When writing the lyrics for Robot Yuri, I really wanted to play into the heatwave thing. Getting hugged in the sweltering summer heat is sure to make a gay girl melt, especially if she’s a robot! I wanted to convey that she can’t think straight, not only because of the heat, but because she’s completely infatuated and maybe just a little obsessed with the girl she fell in love with.

+

The lyrics for the first and second halves of the song were written several weeks apart from each other. Initially, I actually wanted the second half to be bittersweet (even though I actually don’t like doomed yuri - I prefer silly, fluffy, happy yuri!!), but ultimately decided against it, because I felt that it didn’t fit the spirit of the song, and because I couldn’t have added that line about rings! Though, when I mentioned that to Sunnexo, they came up with the idea of the song being sung by the robot at karaoke, still yearning for love inside, which is an angle that I hadn’t considered before, but really like.

+

I’d like to thank Sunnexo for giving me the opportunity to write the lyrics for this. I’m really proud of this one and I think I did the sick instrumental justice!

+
+

Written by m1nt_

+
+

Lyrics written by Sunnexo and m1nt_, performed by Kasane Teto SV

+

Temperature so high I think I'll overheat

+

I feel my circuits failing as you're holding me

+

Sights of you are filling up my memory

+

My scanners can't detect a being happier than me

+
+

I didn't know my silicon could feel

+

My only wish is that you feel the same towards me

+

By your side is where I always want to be

+

And so I really hope that you'll keep counting on me

+
+

Temperature so high I think I'll overheat

+

I feel my circuits failing as you're holding me

+

Sights of you completely filled my memory

+

The only rings I need are those you're gonna share with me

+
+

I didn't know how silly I could be

+

And when my disk is full of junk you clear it for me

+

By your side is where I always want to be

+

No integer can hold the value you have to me

+ + ), + height: "70vh", + width: "70vw", +} as VirtualTextFile; -- cgit v1.2.3