=== ANCHOR POEM ===
═══════════════════════════════════════════════════════════════════════────────────

screenshot of a bunch of mastodon posts. sorry it's too much to alt text. there's some visuals drawn on the bottom right.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

=== SIMILARITY RANKED ===

--- #1 fediverse/5646 ---
═══════════════════════════════════════════════════════════════════════────────────
 "you know what you never really hear anyone say?
 
 I need more projects."
 
 they should be allocated more resources so they can accomplish their
 objectives one-by-one as a matter of course.
 
 easy, if we all help each other.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #2 fediverse/4942 ---
════════════════════════════════════════════════════════════════───────────────────
 @user-1755 
 
 ... I do that, but I do it because I want to find common subjects to talk
 about. Or I think "if I was working on a project, who can I ask if I need
 help?"
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════──────────────────┘

--- #3 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════════════════════════════════════════════════════════════════════════════════────┘

--- #4 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═══════════════════════════════════════════════════════════─────────────────────────┘

--- #5 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═══════════════════════════════════════════════════════════─────────────────────────┘

--- #6 fediverse/1526 ---
═════════════════════════════════════════════════──────────────────────────────────
 "employee of the month" but like, not per month. per project. "here is our
 foremost, help them as much as you can" like, a hero. or champion. or tech
 lead.
 
 they don't have to be expertly competent, their job is to learn and apply
 themselves as best they can.
 
 Then, after this project, they can go into a pool with all the other tech lead
 hero champions, and then they can work on something more powerful. The process
 repeats, until you have a CEO or three.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #7 messages/483 ---
═══════════════════════════════════════════════════════────────────────────────────
 "hey listen! Do this thing to hurt me! Build the infrastructure to do it so
 that you can use it on people who deserve it!"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #8 fediverse/4855 ---
════════════════════════════════════════════════════════════════───────────────────
 "you should be acting like these people want to destroy you."me, to me
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════──────────────────┘

--- #9 messages/1129 ---
═══════════════════════════════════════════════════════════════════════════════────
 ai-stuff - this is how to program a society. (or software project) there are
 lots of other implementations
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #10 fediverse/3359 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-192 
 
 you could throw yourself into the project of hosting a private server, that
 way you could be working on "Runescape" while also being productive
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #11 fediverse/5496 ---
══════════════════════════════════════════════════════════════════════─────────────
 ┌─────────────────────────┐
 │ CW: weirdness-mentioned │
 └─────────────────────────┘


 "why bother disadvantaged and vulnerable people when you could just grow your
 own?"
 
 - motivations of a capitalist-in-regard
 
 empowerment requires strength. do you force people to unbecome the victim? how
 are your traps mentally prepared?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #12 messages/1177 ---
════════════════════════════════════════════════════════════════════════════════───
 it's more than a community if only one person asks where you've been.
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #13 fediverse/3193 ---
═══════════════════════════════════════════════════════────────────────────────────
 reading Nintendo Power makes me really want to write a Gameboy Advance game.
 
 resist, Ritz, it's not good for you to have 15,001 projects at once. You
 should finish your 15,000 other open projects first
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #14 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═══════════════════════════════════════════════─────────────────────────────────────┘

--- #15 fediverse/5959 ---
══════════════════════════════════════════════════════════════════════════─────────
 I love my roommates! They're so cool! I wanna help them and work with them and
 do cool things for them.
 
 hence, projects, for things that nobody wants.
 
 fall asleep talking about it.
 
 boring, a handheld gameboy computer? stop
                                                           ────────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════────────┘

--- #16 fediverse/3043 ---
═══════════════════════════════════════════════════════────────────────────────────
 you know more than me and I appreciate your analysis
 
 if you ever want to work on something together let me know 
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #17 fediverse/4706 ---
═══════════════════════════════════════════════════════════════────────────────────
 ┌───────────────────────────────────────────┐
 │ CW: re: cursing-mentioned-nazis-mentioned │
 └───────────────────────────────────────────┘


 "oh also I should mention that if you think about her too hard or too often
 there's a chance she'll overhear what you're talking about anyway so try not
 to think about her too much."
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

--- #18 fediverse/5322 ---
═════════════════════════════════════════════════════════════════════──────────────
 "I am liberatory" they tell me, yet everyone I know has a job.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #19 fediverse/643 ---
═════════════════════════════════════════════──────────────────────────────────────
 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═══════════════════════════════════════════════─────────────────────────────────────┘

--- #20 fediverse/3892 ---
══════════════════════════════════════════════════════════─────────────────────────
 "they should make clothing stores for tall people"
 
 uhhhh have you ever heard of "big-and-tall"
 
 "yeah but I'm not big, just tall"
 
 smh
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘