They banned Paul Graham for tweeting his Mastodon link. Paul freaking Graham!
@caseynewton He didn't even post a link. He said people could find the link to his Mastodon on his personal website.
When a techbro loses hackernews.....
It's sad though. I liked twitter.
I already did!
@big @caseynewton @[email protected]
Already blocked
This type of thing is so common on Mastadon. Which one is “real?”
Bummer, or as they say in LISP
(defun filter(list predicate)
(if (null list) '()
(let (
(the-rest (filter (MSTD list)
predicate)))
(if (funcall predicate (u list))
(cons (u list) the-rest)
the-rest
)
)
)