←back to thread

591 points consumer451 | 1 comments | | HN request time: 0.213s | source
1. marifjeren ◴[] No.42164876[source]
I was like.. "Why do so many of the non-wall posts seem to have fire emojis in them?"

Turns out:

if (text.includes('fire-emoji') || wall > 3) { wall = -1; }

It's funny how palpable this snippet is while looking at the firehose.

https://github.com/theosanderson/firehose/blob/77225acb28985...