@flex

amateur shitposter, certified pineapple

About me

I am a wasteof.money user!

Statistics

Joined 3 years ago
Posts 828
Followers 113 [>]
Following 221 [>]
flex @flex

still waiting for my best day…

radi8 @radi8

kinda cool to think someone somewhere is having the best day of their life today. someone's hearing i love you for the first time today.

someone's gonna get the job of their dreams today.

someone received some kind of good news today.

tomorrow it could be your best day so keep going

Dec 10, 2023, 1:56 AM
0
Dec 16, 2023, 4:32 AM
2
flex @flex

wasteof, i would like to inform you all that i play the trumpet now :D

i know:

  • toxic by boywithuke (partially from memory)

  • sweater weather by the neighborhood

  • hard rock blues (from memory)

feel free to suggest other songs i should play! (it would be awesome if you could also provide the song’s music sheet for tenor/trumpet, keep in mind i’m still a beginner lol)

(edit: i know some more songs, but they’re extremely basic or just ones that i learned for my school’s concert)

Dec 15, 2023, 2:33 PM
5
flex @flex

this quote is a double-edge blade.

mythus @mythus

Who cares what people think, as long as you have fun do whatever the fuck you want

Dec 14, 2023, 3:39 PM
0
Dec 14, 2023, 4:39 PM
4
flex @flex

anything above 1.16.5 is just generally unstable on lowend devices for some reason (well, most likely because these updates are major and add tons of new things, and minecraft is just poorly made in the first place)

3xiondev @3xiondev

why does minecraft all of the sudden run like shid

Dec 12, 2023, 2:11 AM
4
Dec 12, 2023, 5:54 PM
1
flex @flex

solving random problems in python is fun, but i need more challenging things than this:

def count_vowels(string):
    vowels = ["a", "e", "i", "o", "u"]
    vowel_c = 0
    
    for char in string:
        if char.lower() in vowels:
            vowel_c += 1
            
    return vowel_c
    
print(count_vowels("Counting vowels!"))
Dec 12, 2023, 4:48 PM
2
flex @flex

i just tested an idea i had, what if i installed a package through os.system() in python (my school blocked cmd, and powershell)

so i tested it on a web ide that didn’t allow for custom packages and it worked

obviously it won’t have the same exact idea or whatever, but i also tested running cmd commands in windows 11 via vscode using python (even when cmd is blocked)

https://i.ibb.co/tYTMtRJ/image.png

Dec 8, 2023, 7:00 PM
5
flex @flex

tfw goguardian can’t block iframes so you can just write an html website that embeds a website in like 5 minutes

Dec 7, 2023, 7:17 PM
7
flex @flex

there’s no way my school blocked jsfiddle 2 hours after i used it

Dec 5, 2023, 3:39 PM
7
flex @flex

ITS DECEMBER?!?!?!

Dec 1, 2023, 3:26 PM
3
flex @flex

this is the average man’s dreams

burrito @burrito

zylenox is kind of a crazy youtuber because he went from being really good at geometry dash and verifying some of the hardest levels and also creating some of the most famous geometry dash levels ever to completely quitting the game and playing Minecraft where he proceeded to get the RSG world record

it’s rare you find someone who’s that skilled at more than one video game

Nov 30, 2023, 11:37 PM
1
Dec 1, 2023, 1:03 AM
0
flex @flex

I would translate wasteof to Chinese, but the issue with that is I don’t know Chinese.

Nov 29, 2023, 2:20 PM
0
flex @flex

its crazy how chromebooks can be exploited tbh

Nov 28, 2023, 5:59 PM
0
flex @flex

literally half the bag of jellybeans are just flavors that shouldn’t exist

Nov 25, 2023, 8:08 PM
0
flex @flex

tfw you find out the code you’ve been trying to make work for 7 hours wasn’t working because you accidentally redefined every variable in a forever loop and everything kept resetting

Nov 25, 2023, 8:07 PM
4