=== ANCHOR POEM ===
═════════════════════════════════════════════──────────────────────────────────────
 maybe our most experienced and talented individuals should get together and
 work on a project. We could just... see what they come up withlawful good
 aligned project manager
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

=== SIMILARITY RANKED ===

--- #1 fediverse/644 ---
═════════════════════════════════════════════──────────────────────────────────────
 Makes sense, that way we know which direction to avoid.personally identified
 "lawful evil" [person-above-project-manager]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #2 fediverse/3805 ---
═════════════════════════════════════════════════════════──────────────────────────
 neat
the website Ephemeren has 100,008 followers as of 5 days ago. There are 0 people who follow the website on Neocities, it's all external traffic.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #3 messages/527 ---
═════════════════════════════════════════════════════════──────────────────────────
 could give us some experience organizing small, short-term projects to
 accomplish specific goals and tasks in an ad-hoc way that relied less upon
 procedure and more on "I think so-and-so knows something about that, they were
 looking into those files and posted a breakdown of how they work yesterday"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #4 fediverse/1903 ---
═════════════════════════════════════════════════════──────────────────────────────
 @user-1074 
 
 listen... we are the good people. You, me, and everyone who has the capacity
 to hope.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #5 fediverse/6394 ---
══════════════════════════════════════════════════════════════════════════════─────
 I wish I had a project manager who managed me and like 4 other me's to work on
 our own individual projects without me needing to know about or work with the
 other me's
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #6 fediverse/5287 ---
═════════════════════════════════════════════════════════════════════──────────────
 we all need each other, no matter how much we don't want to need.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #7 fediverse/233 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-189 yah chillies are good as long as we can put shallots in it too!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #8 fediverse/1275 ---
════════════════════════════════════════════════───────────────────────────────────
 Our chances may be
 
 far from pioneered
 
 but our chances may be in our favor
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #9 fediverse/614 ---
═════════════════════════════════════════════──────────────────────────────────────
 What does your template for a new project look like? Here's mine:
39 lines of C code included in it's original form here:  #include <stdio.h> #include "pthread.h" #include "raylib.h"  void* draw(void* args){    const int screenWidth = 800;    const int screenHeight = 450;     InitWindow(screenWidth, screenHeight, "template");     SetTargetFPS(4);     while (!WindowShouldClose())    {       BeginDrawing();          ClearBackground(RAYWHITE);          /* do something */       EndDrawing();    }     CloseWindow();    return NULL; }  void* game(void* args){    /* do something */    return NULL; }  int main(void) {    void* args;     pthread_t threads[2];    pthread_create(&threads[0], NULL, draw, &args);    pthread_create(&threads[1], NULL, game, &args);    return 0; }
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #10 fediverse/1822 ---
═════════════════════════════════════════════════════──────────────────────────────
 we should reward frugality as much as value-creation.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #11 messages/935 ---
════════════════════════════════════════════════════════════════════════───────────
 wow what if we could get it working
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #12 fediverse/3965 ---
══════════════════════════════════════════════════════════─────────────────────────
 maybe some whiteboards and notebooks as well...
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #13 messages/565 ---
══════════════════════════════════════════════════════════─────────────────────────
 What if we told teachers to teach lessons like "the urgency of time" or "the
 frailty of life" or "divide and conquer" or whatever
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #14 bluesky#39 ---
════════════════════════════════════════════════════════════════════════════════───
 what if we deputize anyone who asks for it
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #15 fediverse/3514 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-579 
 
 maybe if you pitch it to them with a presentation and offer to set up the
 infrastructure they would give you extra credit or an award or maybe just
 brownie points
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #16 fediverse/4386 ---
═══════════════════════════════════════════════════════════────────────────────────
 This is our moment, guys. We got this.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #17 messages/608 ---
═══════════════════════════════════════════════════════════────────────────────────
 This is our moment, guys. We got this.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #18 fediverse/4751 ---
═══════════════════════════════════════════════════════════════────────────────────
 apparently security through obscurity is out, and security through community
 is in, don't ask me how I know that teehee
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

--- #19 fediverse/3379 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-883 
 
 proud of you! 
 make that your job! 
 you can do it!!!
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #20 fediverse/2134 ---
═════════════════════════════════════════════════════──────────────────────────────
 but we, being united in our shared common societal solidarity, as in the
 shared struggles and hopes that we have, perceive each and every things that
 passes through us. Our thoughts. These, we
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘