@foone @whitequark @rcombs I’ve been born on 1901-1-1 for a long time. Unless it was 2-2-1922 for some stupid reason. It was a bad year to be born but I’m generally of age.
spider@mastodon.social
@spider@mastodon.social
Posts
-
I see so many people making a huge deal out of linux stuff adding support for the california age thing, and I'm like. -
My CPU is of an older model and gets easily distracted.Got you covered
def is_failed(data):
try:
doodad(data)
except (ValueError, TypeError):
return True
return False