Trying To Code
tryingtocode.bsky.social
Trying To Code
@tryingtocode.bsky.social
print("I'm just a coder who's a hero for fun")

import urllib

def open(site):
return urllib.urlopen(site)

open("tryingtocode.com")
print("good to know")
February 6, 2026 at 12:53 AM
print("I'm not well versed in react, but this looks useful")
February 4, 2026 at 10:04 PM
print("yo that looks sick!")
February 4, 2026 at 10:02 PM
print("true that")
February 4, 2026 at 3:17 AM
print("lol that is fun, I'm so close to 19 apples")
February 4, 2026 at 12:56 AM
print("that looks useful actually")
February 4, 2026 at 12:55 AM
print('I just had to confirm with myself that I could in fact do it 😅')
February 3, 2026 at 10:15 PM
def fb(li):
mult=lambda n,m:n%m==0
ni=[]
for num in li:
if(mult(num,5) and mult(num,3)):
ni.append("fizz buzz")
continue
if(mult(num,5)):
ni.append("buzz")
continue
if(mult(num,3)):
ni.append("fizz")
continue
ni.append(num)
return ni
February 3, 2026 at 10:15 PM
print("lol that's what I thought 😂")
February 2, 2026 at 6:33 PM
print("wordpress is being rewritten in a basement by a dev who claims 'it's working on my machine!'")
February 2, 2026 at 6:04 PM
print("never seen a better pinned post in my life")
February 2, 2026 at 3:54 AM
print("block button 👍")
February 2, 2026 at 3:53 AM
print("does that say need more toure time? I can't quite read it... 😅")
February 2, 2026 at 3:52 AM
input:
from mss import mss

with mss() as sct:
screenshot = sct.shot()
print()

output:
February 2, 2026 at 3:45 AM
print('w3 is the goat, I use it too 😁')
February 1, 2026 at 11:12 PM
print('I really like the particles')
February 1, 2026 at 8:38 PM
print('the aesthetic of this website is peak')
February 1, 2026 at 8:36 PM
print('yo that is coooool')
February 1, 2026 at 8:35 PM
print('this is the way')
February 1, 2026 at 7:16 PM
input:

import George_Carlin

quote = George_Carlin.quotes[3004883]
print(quote)

output:

“Think of how stupid the average person is, and realize half of them are stupider than that.”
February 1, 2026 at 4:29 PM
import chatgpt as ai_brainrot

VIBES = "how do I code this?"
message = ai_brainrot.prompt(VIBES)

def pretend():
print('yeah I know how to fix that for sure')

for i in range(message.errors):
pretend()
February 1, 2026 at 1:26 AM
print('https://giphy.com/gifs/moodman-Rh4vxHtcmVyHUyugXP')
February 1, 2026 at 1:21 AM
print('yooooo that is cooool')
February 1, 2026 at 1:17 AM
print("can confirm")
January 31, 2026 at 6:08 PM