Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Lumen)
  • No Skin
Collapse
Brand Logo
szczęśliwyS

szczęśliwy

@szczęśliwy
Coders Русский(Russian) Classical Pianists Pythons the goat resource center Learning Polish
About
Posts
821
Topics
58
Shares
0
Groups
18
Followers
68
Following
64

Posts

Recent Best Controversial

  • what's your favorite browser game that works on switch?
    szczęśliwyS szczęśliwy

    I'd say mine is Twitch Tetris (the one on the website with the game links on the switchbru hometab)

    Useful Sites

  • BestieChat has officially launched!
    szczęśliwyS szczęśliwy

    yoo @YourAriesBestie I signed up 😎 seems pretty chill (the UI's a little confusing, but that's it)

    Projects Showcase

  • play me on chess.com
    szczęśliwyS szczęśliwy

    Ahhh shi, well if u ever learn let me know

    Gaming Hangout

  • play me on chess.com
    szczęśliwyS szczęśliwy

    Anyone here play chess.com, and if so do u want to play a game? My username is danniltrifonov on chess.com

    Gaming Hangout

  • any ideas for games?
    szczęśliwyS szczęśliwy

    make a game about being a person wandering in the time before the big bang.

    User Creativity programing

  • Sometimes relatable and pookie is a tired rotting purple corpse, and that's ok. 👍(art dump)
    szczęśliwyS szczęśliwy

    @Sup3rSwaggyy1983 woaaahhh wtf, these are crazy. good job frfr!! (my favorites are nr.1 and nr.8)

    Artist Corner

  • Art Dump/I need tips :3 (TW MILD GORE AND IMAGES)
    szczęśliwyS szczęśliwy

    @Sparkl3Ra1nbo0mz nooo ur really good, nothing i could do with training lmao

    Artist Corner

  • Gng, What should i draw? :P
    szczęśliwyS szczęśliwy

    @Sparkl3Ra1nbo0mz said in Gng, What should i draw? :P:

    @danniltrifonov Erm-what in the 2020 😭🙏/j
    yea, i can try lol

    yeah that was me at 7am yesterday with no sleep so...

    Artist Corner

  • Cloudflare On The Browser
    szczęśliwyS szczęśliwy

    Yeah ik it really sucks. i think overall the best solution would be to somehow create
    something like browserling.

    Technical Support

  • can we add a thing in settings that puts a spoiler for gifs?
    szczęśliwyS szczęśliwy

    @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. 💀

    Suggestions / Requests

  • Ai Chatbots for the switch and captchas
    szczęśliwyS szczęśliwy

    @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

    Switchbru switch

  • how does every feel about everyone leaving this site?
    szczęśliwyS szczęśliwy

    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.

    BrowseDNS Complaints, Questions and Warning Appeals.

  • What Happened To The 10000 Word Count?
    szczęśliwyS szczęśliwy

    yeah i noticed, i'm gonna make my bio 5x longer when i feel like it

    BrowseDNS Complaints, Questions and Warning Appeals.

  • Callout
    szczęśliwyS szczęśliwy

    @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)

    Regular Blogs

  • i reached 1.1k >:3
    szczęśliwyS szczęśliwy

    i bet less than enchanted 😭 (that was...superhuman)

    Regular Blogs

  • August Newsletter - 2025
    szczęśliwyS szczęśliwy

    @Yuni-Just-weird ffr 😭

    Announcements

  • August Newsletter - 2025
    szczęśliwyS szczęśliwy

    @C3M3T3RY_DR1VE yea yea, we know ur amazing bro 😭

    Announcements

  • Help Wanted
    szczęśliwyS szczęśliwy

    @Links said in Help Wanted:

    @Party_Poison i likeit but.. idk...

    how does Connectify sound?

    Web Development

  • my simple Python calculator
    szczęśliwyS szczęśliwy
    type = 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)
    
    Web Development

  • can someone give me some tips on how to make Python programs that write data to external files?
    szczęśliwyS szczęśliwy

    @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!

    Web Development
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular