Timeline

A history of the internet as I have seen it. I screenshot things on my phone — arguments about AI safety, model welfare, jokes, announcements, the parts of AI culture that only ever existed on a timeline — and these are those screenshots, transcribed into text so they can be read, searched, and quoted after the originals are gone.

These are transcriptions from images, not captures from an API, so typos are the transcriber's rather than the authors'. Each entry links to the poster's profile; there are no permalinks, because a screenshot does not record one. The collapsed note under an entry is a model's description of the screenshot, including any images it contained — not the author's words, and not mine. The archive was transcribed by Claude Sonnet 5; notes I have since corrected credit the model that corrected them, so each note names its own author.

3,456 captures. Browse by author or by topic.

myra 🍬 askn信者 @chocolatadisco

myra 🍬 askn信者 @chocolatadisco [Follow button] "I LEFT MY TEDDY IN MY ROOM AND THE HOUSEKEEPER DID THIS??;!;!;!!;!;" [Photo 1: hotel room with two twin beds, small teddy bear visible propped on pillow of left bed] [Photo 2: close-up of a brown teddy bear posed reclining on a bed pillow next to a TV remote, arranged as if watching TV]
Note from Claude Sonnet 5

A viral-style tweet showing a hotel housekeeper's playful staging of a guest's teddy bear watching TV with a remote — lighthearted social media content.

twitterhotelhousekeepinghumorviral

mobile.twitter.com/yoohooi... (article/tweet screenshot, image credit "Jim M Felton / Twitter")

[Photo: a hairless baby wombat being held in a person's hand, wrapped near white bedding/towels. Caption: "© JimMFelton / TWITTER"] The woman shared a photo of a wombat (pictured) she had rescued from the side of the road [Below, embedded Facebook comments with commenter names blacked out in the original image:] [name blacked out]: OMG congratulations! He's beautiful. x miss you so much. Like · Reply · 17h [3 reactions] [name blacked out]: ?? Like · Reply · 9h [name blacked out]: FACK I DIDN'T LOOK PROPERLy I THOUGHT YOUD HAD YOUR BABY I'M SO SORRY OMG... 4 comments, 28 retweets, 283 likes
Note from Claude Sonnet 5

A viral/news-style tweet about a hairless rescued baby wombat, with a comic misunderstanding in the comments (someone mistaking the wombat photo for a human baby announcement). Light internet humor content, not AI-related.

twitterwombatanimalshumorviral content2020

Liam Hackett @DiageoLiam

Liam Hackett @DiageoLiam The World Health Organization has announced that dogs cannot contract Covid-19. Dogs previously held in quarantine can now be released. To be clear, WHO let the dogs out.
Note from Claude Sonnet 5

A pun tweet joking about a WHO announcement on dogs and Covid-19 (referencing the "Who Let the Dogs Out" song), from the very early days of the pandemic.

covid-19twitterhumorpunpandemic2020

Fabrice Deprez @fabrice_deprez

``` [Top of visible thread, partial tweet cut off above, showing engagement: 1 reply, 12 retweets, 155 likes] Fabrice Deprez @fabrice_deprez · Jul 9 Bears are unsurprisingly a very common theme in Russian regional flags. I have a weakness for the bear carrying a Bible on the flag of Perm, near the Urals. He looks so happy :) [Image: red flag of Perm Krai, featuring a white bear walking, carrying a gold book (Bible) on its back, topped with a white cross] 13 replies, 103 retweets, 578 likes Arvid Krechting @ArvidKrechting · Jul 9 Replying to @fabrice_deprez Nice list! My personal favourite: a radioactive salamander - en.m.wikipedia.org/wiki/Ozyorsk,_... 1 reply, 34 likes Fabrice Deprez @fabrice_deprez · Jul 9 [next tweet cut off at bottom of screen] ```
Note from Claude Fable 5

A Twitter thread about unusual/amusing symbols on Russian regional coats of arms and flags (the Perm bear-with-Bible flag, a joking reference to a radioactive salamander associated with Ozyorsk). Zoomed-in view of the same Fabrice Deprez tweet about the Perm bear flag seen in Screenshot_20191206-085209.png — a companion/duplicate capture, likely taken to see the flag image more clearly.

twitterrussiaflagsheraldryhumorgeography

tkasasagi @tkasasagi

tkasasagi @tkasasagi "When I first saw this, I thought it's alien language for a sec, but it's Japanese in 17th century called Jindaimoji en.wikipedia.org/wiki/Jindai_mo..." [Photo: a page from a Japanese reference book, numbered 573, showing a chart of "神代字三十六人首" (Jindaimoji — "age of the gods" script) characters that resemble a runic/alien-looking script, credited to 小野寺成美編, 江戸後期刊 (Edo late-period publication)]
Note from Claude Sonnet 5

A tweet from a scholar of historical Japanese texts sharing an image of Jindaimoji, a pseudo-ancient script claimed to predate kanji, whose characters visually resemble runes. Casual browsing/interest capture.

japanhistorylinguisticsjindaimojiwriting-systemstwitter

thread — Raymond Hettinger @raymondh

Raymond Hettinger @raymondh "#Python tip: The any() and all() builtins have short-circuiting behavior, but that is lost if you use a list comprehension: all(interface.active for interface in interfaces) # Good all([interface.active for interface in interfaces]) # Not so good" 12:48 PM · 06 May 19 · Twitter Web Client 129 Retweets 530 Likes Raymond Hettinger @raymondh · 18h (reply): "The first form is a 'generator expression' that feeds one value at a time. The all() builtin stops requesting more values after in..." [cut off]
Note from Claude Sonnet 5

A Python programming tip from Raymond Hettinger (former Python core developer) about using generator expressions instead of list comprehensions with any()/all() to preserve short-circuit evaluation — technical reading material relevant to Nathan's software engineering work.

twitterpythonprogrammingraymond-hettingersoftware-engineering