Archive details

Discord archive

Neon Genesis Phijkchu

Lifecycle
July 17, 2020 – Present
Snapshot
Through August 30, 2026
Preserved messages
June 19, 2020 – August 30, 2026
Members
712
Messages
1,098,506
Channels
43

Archive navigation

general

Jump to date
Pins
Rusp general
i would say a majority of the people in the nfl are of the variety that have been tenatively working towards it their entire lives
Polar_ general
I saw people doom posting about this on twitter, but i felt like it was paid advertisement cause i think the robo dog is pretty badass
Spooky Phijkchu general
import matplotlib.pyplot as plt import random import datetime # Generate dates for April start_date = datetime.date(2024, 4, 1) end_date = datetime.date(2024, 4, 30) dates = [start_date + datetime.timedelta(days=i) for i in range((end_date - start_date).days + 1)] # Generate random number of posts for each day with a more random and spikey pattern posts = [] current_posts = random.randint(100, 1500) for _ in range(len(dates)): posts.append(current_posts) # Add a random change that can be positive or negative current_posts += random.randint(-200, 200) current_posts = max(current_posts, 0) # Ensure posts are non-negative # Plotting plt.figure(figsize=(10, 6)) plt.plot(dates, posts, marker='o', linestyle='-') plt.title('Number of Posts in April 2024') plt.xlabel('Date') plt.ylabel('Number of Posts') plt.xticks(rotation=45) plt.grid(True) plt.tight_layout() plt.show()

This archive is read-only — snapshot through August 30, 2026

Channels:
Density:

Jump to date

Local bookmark

Choose a color

This marker stays in this browser. Your choice becomes the default for the next bookmark.