610s BC

Significant people

gollark: Of course.
gollark: The adblock implementation seems to be more of an ineffective extortion scheme.
gollark: Why bother with adblockers? Just use youtube-dl to download every video you watch!
gollark: This SHOULD maybe possibly work with some tweaks.
gollark: ```pythonlines = thing.split("\n")chunks = []current = ""for line in lines: if len(current) + len(line) > 2000: chunks.append(current) current = line else: current += "\n" + line```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.