Patrick _@patrickulrich.com 6 months ago We should put @corndalorian npub on a blacklist for auth with vibe coded apps.
corndalorian corndalorian@primal.net 6 months ago Why would I want to use apps that don’t work and aren’t updated? 🤣🤣🤣
il_lost_ il_lost_@getalby.com 6 months ago 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)