I'd say mine is Twitch Tetris (the one on the website with the game links on the switchbru hometab)
szczęśliwy
Posts
-
what's your favorite browser game that works on switch? -
BestieChat has officially launched!yoo @YourAriesBestie I signed up
seems pretty chill (the UI's a little confusing, but that's it) -
play me on chess.comAhhh shi, well if u ever learn let me know
-
play me on chess.com -
any ideas for games?make a game about being a person wandering in the time before the big bang.
-
Sometimes relatable and pookie is a tired rotting purple corpse, and that's ok.
(art dump)
@Sup3rSwaggyy1983 woaaahhh wtf, these are crazy. good job frfr!! (my favorites are nr.1 and nr.8)
-
Art Dump/I need tips :3 (TW MILD GORE AND IMAGES)@Sparkl3Ra1nbo0mz nooo ur really good, nothing i could do with training lmao
-
Gng, What should i draw? :P@Sparkl3Ra1nbo0mz said in Gng, What should i draw? :P:
@danniltrifonov Erm-what in the 2020

/j
yea, i can try lolyeah that was me at 7am yesterday with no sleep so...
-
Cloudflare On The BrowserYeah ik it really sucks. i think overall the best solution would be to somehow create
something like browserling. -
can we add a thing in settings that puts a spoiler for gifs?@Yanderemenhera said in can we add a thing in settings that puts a spoiler for gifs?:
as someone with seizures i think this would be helpful, seizures are unpleasant and if i stumble apon a seizure inducing gif welll..... um not fun. i think this would help out a lot of people, is this a good idea for a feature?
This is a very good point, plus they could try to make it as easy as possible to "approve" looking at a GIF. Possibly they just blur it out/make it gray until you tap it. Still a very valid point though, I've actually never thought of that.
EDIT: This would also possibly help switch users, because there are plenty of times my switch just melts down because of ONE GIF.

-
Ai Chatbots for the switch and captchas@mr-floorboards Yeah i totally have the same problem. i've found out that deepai.com works perfectly exept when your using a bot you have to hit surmise to see what it said. and omg the captchas are depressing
-
how does every feel about everyone leaving this site?honestly this is all decently true, but I'd agree with the sentiment of it's less about everyone being extremely toxic, and more that we just aren't getting a lot of activity. and its really easy to notice that, considering that we barely ever see new topics that get genuine engagement. plus I'd guess that most users (like myself) use DM's far more than the actual forum. and I also feel like tis post ties into what we all have bee discussing lately: the site has some pretty decenty sized problems. and for myself, plenty of the time I don't post, because either I know that it's gonna be ignored, nobodys gonna care/give me genuine advice or feedback, or ppl might js derail it. this again just highlighta the problems here, and imagine if we could make this site more engaging/inspiring, I personally would love to see that.
-
What Happened To The 10000 Word Count?yeah i noticed, i'm gonna make my bio 5x longer when i feel like it
-
Callout@orbital This is VERY valid point, I cannot believe this whole time we have been being poisoned, and we didn't even know. I hope almond knows that mass poisoning is HIGHLY illegal
(fully satire don't ban me) -
i reached 1.1k >:3i bet less than enchanted
(that was...superhuman) -
August Newsletter - 2025@Yuni-Just-weird ffr

-
August Newsletter - 2025@C3M3T3RY_DR1VE yea yea, we know ur amazing bro

-
Help Wanted -
my simple Python calculatortype = input("Enter type of calculation: ") try: x = int(input("Enter first number: ")) y = int(input("Enter second number: ")) except ValueError: print("Please input correct information.") def calculate(x, y, type): if type == "+": return x + y elif type == "-": return x - y elif type == "*": return x * y elif type == "/": return x / y else: return "Wrong inputs") result = calculate(x, y, type) print(result) -
can someone give me some tips on how to make Python programs that write data to external files?@Links Thank you so much! I see what your saying, so I need to fix the is_minor logic, I'm forgetting the ")" in the file.write statement, and I need to converrt the Bool from is_minor into a string. And also, thank you you telling me to open it with "a+", I was very confused with that. Thank you again for your help!