VibeCoder

joined 1 month ago
[–] VibeCoder@hexbear.net 9 points 5 days ago (1 children)

I believe that’s the joke

[–] VibeCoder@hexbear.net 5 points 1 week ago

Is mander getting kulak-pilled?

[–] VibeCoder@hexbear.net 3 points 3 weeks ago (1 children)

My gut got a lotta gay DEI in it

[–] VibeCoder@hexbear.net 7 points 3 weeks ago* (last edited 3 weeks ago)

Before this loaded I thought it was going to be the Sikh farmers getting hit by the water cannons

[–] VibeCoder@hexbear.net 10 points 1 month ago
#!/usr/bin/env python

def main() -> None:
    """executes when file is run as a standalone script"""
    print('hello world')

if __name__ == '__main__':
    main()

geordi-no

print('hello world')

geordi-yes