We should put nostr:nprofile1qyxhwumn8ghj7mn0wvhxcmmvqy28wumn8ghj7mn0wd68ytn00p68ytnyv4mqqg8cumryxsh3upfysp3suflpq9kuud0u8fs5uczrflh54gjsxv5v4yqjvug7 npub on a blacklist for auth with vibe coded apps.

Reply to this note

Please Login to reply.

Discussion

Why would I want to use apps that don’t work and aren’t updated? 🤣🤣🤣

“Hey ChatGPT, draw a line right here.”

it's easy 🤣

def block_url_spam(x):

z=x['content']

for j in z.split():

if j[0:5]=="https":

if len(x['content'])==len(j) or len(x['content'])+5==len(j):

return "no context"

else:

return codifica_link(x)

god python is ugly

I wrote this function, maybe that's why

you can put lipstick on a pig but you can't make a language syntax readable without thinking a lot about it. python isn't as ugly as rust, so there's some upsides to python.