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/content.tsx | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/desktop/files/content.tsx (limited to 'src/desktop/files/content.tsx') diff --git a/src/desktop/files/content.tsx b/src/desktop/files/content.tsx new file mode 100644 index 0000000..693be41 --- /dev/null +++ b/src/desktop/files/content.tsx @@ -0,0 +1,34 @@ +import { VirtualTextFile } from "$/apps/source"; +import { Hr } from "../hr"; +import { Link } from "../link"; + +export default { + name: "Content.txt", + type: "text", + content: ( + <> +

Content

+

Description

+

This track is what it feels like to doomscroll until your brain turns into slime. Considering I might be consuming too much content, it’s ironic I made more.

+
+

Sound design

+

I’ve always sampled other songs in my music, but really wanted to challenge myself with this one. This song is created entirely using snippets from other music, except the drums. In the end I think I sampled around 30 tracks to make this. Heavily inspired by zeroth’s sample away the world.

+
+

sample anything and everything in life pic.twitter.com/cf9bGzIPFs

+
+

zeroth (@notzeroth) April 14, 2025

+
+

Graphics

+

For the music video I simply recorded my screen while scrolling Bluesky and Pinterest, and occasionally layered the two together with random blend modes.

+

While uploading the video to YouTube I ran into an extremely infuriating issue, the video was considered a “Short” because it has a square aspect ratio and under 3 minutes long. So I had to export the video TWO pixels wider than usual to make it stop detecting as a short. The resolution ended up becoming 2162 x 2160 px. Cursed.

+ +

“AAA” is the test file that confirmed adding two pixels to the width of the video actually prevents it from turning into a short. Thanks YouTube, great feature not having the option to say whether a video should be put in front of people with zero attention span.

+ +

WRAHHGHGHHHGHGHGH HGHGHHHHH

+

Okay rant over, it took a little longer than I’d hoped re-rendering that but it’s all good now!!

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