=== 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════════════════════════════════════════════════════════────────────────────────────┘

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

--- #22 fediverse/5647 ---
════════════════════════════════════════════════════════════════════════───────────

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

--- #23 fediverse/1777 ---
══════════════════════════════════════════════════════─────────────────────────────
 what if we taxed land not by charging money to keep it but rather by taking
 some of it and giving it to the bureau of land management
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #24 fediverse/5382 ---
═══════════════════════════════════════════════════════════════════════────────────
 they are the players, we are the pawns, and there are oh-so-many more of us.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

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

--- #26 fediverse/1790 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-883 
 
 The USPS is a model for how our economic system should be run, in my honest
 opinion. At least the logistical parts.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #27 fediverse/3562 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1550 
 
 me too T.T
 
 give it time
 
 someday everyone will be paid to do whatever they wanted
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #28 fediverse/3217 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-883 
 
 ... oh. yeah that checks out.
 
 maybe we could, uh... paint them black?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #29 fediverse/3156 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────┐
 │ CW: politics         │
 └──────────────────────┘


 our economy is not tuned to how much we can work, but rather to the minimum we
 need to recover.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #30 fediverse/65 ---
════════════════════════════════════════───────────────────────────────────────────
 if something makes sense physically, but not mathematically, then the
 mathematics are wrong.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════──────────────────────────────────────────┘

--- #31 messages/1154 ---
══════════════════════════════════════════════════════════════════════════════════─
 Freedom to do anything, and the liberty to choose as you please.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #32 fediverse/3942 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 who gives a shit what you look like just work together for goodness sake
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #33 fediverse/2112 ---
══════════════════════════════════════════════════════─────────────────────────────
 cops think we're gullible, just saying
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #34 fediverse/1783 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-883 
 
 Or we get serious about nationalizing it
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #35 fediverse/1313 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌────────────────────────┐
 │ CW: politics-economics │
 └────────────────────────┘


 if we had a universal basic income then we could pay each other to solve our
 problems and they just can't have that.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #36 fediverse/581 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-428 
 
 sometimes I think about how much more productive I'd be if I had a code editor
 that let me draw arrows and smiley faces and such alongside the code. Or if I
 could position things strangely, like two functions side-by-side with boxes
 drawn around them. Or diagrams or flowcharts or graphs or...
 
 something that would output to raw txt format, but would present itself as an
 image that could be edited.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #37 messages/1102 ---
════════════════════════════════════════════════════════════════════════════════───
 I want everyone to be able to do what they want. With oversight, sometimes,
 because we all share things and we can't agree if we don't share. and I agree
 to share, I think it's only fair.
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #38 messages/139 ---
══════════════════════════════════════════════─────────────────────────────────────
 Layoffs are the perfect opportunity for a bunch of people who worked with the
 same tech stack to sit down and think "what could we make together?"
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #39 fediverse/4016 ---
═══════════════════════════════════════════════════════════────────────────────────
 why do we have to work so hard to work
 
 they should be ready and waiting, jumping at the chance to utilize our
 expertise, our labour, our creativity, our kindness
 
 they treat us like we owe them our time and motivation
 
 but without us, they are empty shells
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

--- #41 fediverse/5167 ---
════════════════════════════════════════════════════════════════════───────────────
 @user-1074 
 
 so, you're saying we should select for good people, rather than loyal people?
 
 If so, I tend to agree.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #42 fediverse/4812 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌────────────────────────────┐
 │ CW: re: politics-mentioned │
 └────────────────────────────┘


 @user-1074 
 
 hence my suggestion for a three tier system - one of which maintains the
 current system, the next which organizes labor, and the next which organizes
 families
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #43 fediverse/1396 ---
═════════════════════════════════════════════════──────────────────────────────────
 @user-883 
 
 you can always throw that resume at the next job too!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #44 fediverse/4111 ---
════════════════════════════════════════════════════════════───────────────────────
 @user-1636 
 
 ... Is that already a thing? I should look around more, teehee
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #45 fediverse/2775 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-1355 
 
 maybe a good place to start is by re-examining Waterfall design with a
 critical modern perspective?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #46 fediverse/6412 ---
═══════════════════════════════════════════════════════════════════════════════────
 paparazzi should work for their target.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

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

--- #48 fediverse/3076 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌─────────────────────────┐
 │ CW: re: uspol kvetching │
 └─────────────────────────┘


 @user-1443 
 
 they need to do stuff like that or else the republicans would never win...
 
 which honestly is the most heartening thing I've heard all day.
 
 there are more of us than them, thank goodness.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #49 fediverse/4049 ---
════════════════════════════════════════════════════════════───────────────────────
 humans can only do what they believe they can do because they believe they can
 do
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #50 messages/772 ---
═══════════════════════════════════════════════════════════════════────────────────
 contrary to unpopular belief,
 
 it's good to be nice to people.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════───────────────┘

--- #51 fediverse/384 ---
═════════════════════════════════════════════──────────────────────────────────────
 ┌──────────────────────┐
 │ CW: re: linux?       │
 └──────────────────────┘


 @user-283
 
 let us pray
 for a day
 when we can say
 that computing makes sense
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #52 fediverse/6296 ---
══════════════════════════════════════════════════════════════════════════════─────
 @user-1918 
 
 I can't wait to see a timelapse! The universe is gorgeous, and the fact that
 we can see this is beyond amazing!
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #53 fediverse/4030 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 the democrats are the ones who forced us to get jobs, so... /shrug
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #54 fediverse/1437 ---
═════════════════════════════════════════════════──────────────────────────────────
 a perpetual motion machine would appear stable to the machine in motion
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #55 fediverse/1825 ---
══════════════════════════════════════════════════════─────────────────────────────
 if one person is honest to everyone, then no-one can be honest to them for
 anything they want to keep hidden.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #56 fediverse/870 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-95 
 
 that makes sense to me!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #57 fediverse/3266 ---
════════════════════════════════════════════════════════───────────────────────────
 how many people do you think in the world know that screenshots of a website
 are not admissible proof because they can be trivially doctored by editing the
 html?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #58 fediverse/5082 ---
════════════════════════════════════════════════════════════════════───────────────
 make excuses to work together.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #59 fediverse/1588 ---
════════════════════════════════════════════════════───────────────────────────────
 @user-1035 
 
 Even better if you say "you do you too"
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #60 fediverse/6319 ---
══════════════════════════════════════════════════════════════════════════════─────
 programming makes you smarter which is why we should teach it to everyone we
 can
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #61 fediverse/1266 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌──────────────────────┐
 │ CW: re: weed - ama   │
 └──────────────────────┘


 @user-907 
 
 how does the music sound? want me to help you setup a visualizer?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #62 fediverse/5185 ---
════════════════════════════════════════════════════════════════════───────────────
 frankly it makes a ton of sense to me that computer programmers would have a
 game playing in the monitor. Gotta keep those brains active after all.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #63 fediverse/3261 ---
════════════════════════════════════════════════════════───────────────────────────
 did you know that almost everyone could technically become competitive with
 olympians? it's just a matter of single-minded focus and determination over
 lifetimes of time. they are the most admirable because of that, and we cherish
 their presence in our life-world-line.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #64 fediverse/5514 ---
═══════════════════════════════════════════════════════════════════════────────────
 this, but with my "ideas" or whatever
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #65 fediverse/1518 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌────────────────────────────┐
 │ CW: strange-politics-scary │
 └────────────────────────────┘


 acceleration-ism is just "learning the truth faster than they do"
 
 tbh should be more like "learning things to show them" but eh whatever gets
 the job done
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #66 fediverse_boost/6405 ---
◀─[BOOST]
  
  maybe i should just work on my memoir...                                    
  
                                                            
 similar                        chronological                        different 
─▶

--- #67 fediverse/5350 ---
═══════════════════════════════════════════════════════════════════════────────────
 honestly we should be building cities in the most boring locations, not the
 most beautiful.
 
 like below the crust.
 
 or space.
 
 the surface is a pleasuredome, why waste it on scrubland and turf?
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #68 messages/179 ---
═══════════════════════════════════════════════────────────────────────────────────
 This life that we share is beautiful beyond compare
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #69 fediverse/3914 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌──────────────────────────┐
 │ CW: capitalism-mentioned │
 └──────────────────────────┘


 that feeling when capitalists make technological advancements that benefit all
 of mankind but refuse to open source them because... they want more money?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #70 messages/1116 ---
════════════════════════════════════════════════════════════════════════════════───
 What works for me might not work for another,
 
 But 
 
 What works for me might work for another.
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #71 messages/431 ---
══════════════════════════════════════════════════════─────────────────────────────
 Rent is expensive because they only want you living there if you're working.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #72 fediverse_boost/5566 ---
◀─[BOOST]
  
  We have to figure out how to take care of each other and fight alongside one another which means we have to actually, like, listen to each other.  
  
                                                            
 similar                        chronological                        different 
─▶

--- #73 bluesky#47 ---
═════════════════════════════════════════════════════════════════════════════════──
 when tension increases, decrease the amount of decisions made so we have more
 time to decide how we feel.
                                                           ─┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════════─┘

--- #74 fediverse/313 ---
═════════════════════════════════════════════──────────────────────────────────────
 when we're fully grown, we won't need all the resources on earth.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #75 fediverse/5724 ---
═════════════════════════════════════════════════════════════════════════──────────
 never say "nevermind" when you've got a good idea
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #76 fediverse_boost/5889 ---
◀─[BOOST]
  
  Trans people are not a terrorist threat, but we can become one if you'd like  
  
                                                            
 similar                        chronological                        different 
─▶

--- #77 fediverse/1409 ---
═════════════════════════════════════════════════──────────────────────────────────
 all of the good people I know work at corporations.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #78 fediverse/5862 ---
═══════════════════════════════════════════════════════════════════════════────────
 time to do some programming...
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #79 fediverse/1852 ---
══════════════════════════════════════════════════════─────────────────────────────
 hackers should repair things that are broken that are good
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #80 fediverse/2363 ---
═══════════════════════════════════════════════════════────────────────────────────
 Don't know what to do? Do anything at all, and odds are you'll either see an
 opportunity to do something better or you'll have an idea.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #81 fediverse/1730 ---
═════════════════════════════════════════════════════──────────────────────────────
 the best way to make friends is to be open and honest to them
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #82 fediverse/1643 ---
═════════════════════════════════════════════════════──────────────────────────────
 sometimes it's important to be innovative, and sometimes it's important to put
 your head down and work. Which is why we're always kept busy on things that
 benefit them, not us.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #83 fediverse/2837 ---
═══════════════════════════════════════════════════════────────────────────────────
 most people haven't heard of the "thanks for catching that, let's write it
 down" move and I really think it's underutilized
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #84 fediverse/154 ---
═══════════════════════════════════════════────────────────────────────────────────
 ┌───────────────────────────┐
 │ CW: autism-newtype-things │
 └───────────────────────────┘


 confusion is seeing with perfect clarity and speaking with utter disconnection
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #85 messages/679 ---
═════════════════════════════════════════════════════════════──────────────────────
 What if we paid people to administer a database of people who needed mutual
 aid so we could keep track of them, organize them, and care for them?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #86 fediverse/963 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-690 
 
 clarity and focused will, respectively
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #87 fediverse/94 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-107 If you can figure out how to do it well, everything else seems less
 difficult. : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #88 fediverse/4441 ---
═════════════════════════════════════════════════════════════──────────────────────
 trust that your allies are working.
 
 honor them by doing the same.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #89 messages/740 ---
═════════════════════════════════════════════════════════════════──────────────────
 had a dream that we gamified all work and then put them into one single
 mega-game so whenever you wanted you could work on an arbitrary project and it
 would spin up a new game and take your inputs and use them to accomplish
 whatever was happening
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #90 fediverse/1177 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 Those are things we should account for! As long as someone wants them, they
 can just sit in a warehouse forever. And frankly even historians will want at
 least a few, even in a thousand years.
 
 EDIT: until needed
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #91 fediverse/1242 ---
════════════════════════════════════════════════───────────────────────────────────
 one way to network is to connect other people.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

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

--- #93 fediverse_boost/4943 ---
◀─[BOOST]
  
  Ask people to work against their better judgement                           
                                                                              
   #ObliqueStrategies                                                         
  
                                                            
 similar                        chronological                        different 
─▶

--- #94 messages/949 ---
═════════════════════════════════════════════════════════════════════════──────────
 like if everyone was a package manager repository
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #95 fediverse/4843 ---
═════════════════════════════════════════════════════════════════──────────────────
 just because someone did something one way and it worked, doesn't mean you
 have to do it that way again.
 
 but you should have a reason why you aren't doing it that way.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #96 fediverse/2438 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: re: pol          │
 └──────────────────────┘


 these are the plans you should be making as you sit around a table discussing
 what you want the future to look like.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #97 messages/968 ---
══════════════════════════════════════════════════════════════════════════─────────
 what if you painted every house twice, to ensure you got the color completely
 applied [ bright green or yellow would shine through in little spots, clear
 and obvious to even the most undiscerning of patrons of the arts
                                                           ────────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════────────┘

--- #98 messages/392 ---
═════════════════════════════════════════════════════──────────────────────────────
 Hey, can someone please accomplish my dreams for me? I'm too busy being a
 waste of potential!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #99 fediverse/3092 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────────────────────────────────────────────────────────────┐
 │ CW: re: why-are-you-so-demanding-ritz-just-give-it-a-rest-everyone-agrees-with-you │
 └──────────────────────────────────────────────────────────────────────────────┘


 @user-570 
 
 oh yeah UBI would be nice. Can we do that instead?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #100 fediverse/3864 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌─────────────────────────┐
 │ CW: re: drugs-mentioned │
 └─────────────────────────┘


 @user-1218 
 
 my ex boyfriend told me to
 
 also I thought it would be a good idea so I could find a job, but now I have
 one (sorta) soooo
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #101 fediverse/2614 ---
═══════════════════════════════════════════════════════────────────────────────────
 literally just... if you want to connect to me, come hang out on my wavelength.
 
 or like, invite me to join yours, and I'll do my best to show how I feel about
 the things you share.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #102 fediverse/3200 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-1481 
 
 we endear
 
 @user-1074 
 
 yeah well maybe they should fear us.
 
 queers bash back and all that
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #103 fediverse/1738 ---
═════════════════════════════════════════════════════──────────────────────────────
 ┌───────────────────────────┐
 │ CW: re: mh-, embarrassing │
 └───────────────────────────┘


 @user-889 
 
 perhaps you need a community, rather than a friend? just a guess
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #104 fediverse/589 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-440 
 
 please please please please please please please please please please please
 please
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #105 fediverse/3453 ---
═════════════════════════════════════════════════════════──────────────────────────
 my favorite thing about strategy is how it can be abstracted!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #106 fediverse/5233 ---
══════════════════════════════════════════════════════════════════════─────────────
 @user-1086 
 
 ... good idea...!
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #107 fediverse_boost/5147 ---
◀─[BOOST]
  
  Need that E2EE fedi right now                                               
                                                                              
  i'd be at least 70% more feral                                              
                                                                              
  and feel cozier opening up and sharing                                      
  
                                                            
 similar                        chronological                        different 
─▶

--- #108 fediverse/2786 ---
═══════════════════════════════════════════════════════────────────────────────────
 the best way, I find, to be deserving of trust is to do the best that you can,
 and be honest when you cannot do more.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #109 fediverse/4297 ---
════════════════════════════════════════════════════════════───────────────────────
 @user-1605 
 
 yeh it should just be @user-1657 or possibly RitzMenardi or something like that
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #110 fediverse/1454 ---
═════════════════════════════════════════════════──────────────────────────────────
 ... what
A screenshot of a multiple-choice question labelled "Knowledge Check" (1 point possible, ungraded)  the question is: Which programming language is commonly used in Linux?  the possible responses: HTML JavaScript CSS HTML5
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #111 messages/929 ---
═════════════════════════════════════════════════════════════════════════──────────
 {[booooo that writing stinks, the writers of the first few lines were better]}
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #112 messages/1149 ---
══════════════════════════════════════════════════════════════════════════════════─
 There's no such thing as cowards. We are together or we are not at all, and we
 are together.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #113 messages/526 ---
══════════════════════════════════════════════════════════─────────────────────────
 what if we got together and adopted a new open source project every month and
 just collectively worked around the clock to learn and work through the
 important problems facing it
 
 or even like, cleared out the backlog of stupid pointless boring tasks that
 would allow the developers to work on something better
 
 call it the wandering parade of development
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #114 fediverse/2878 ---
═══════════════════════════════════════════════════════────────────────────────────
 advice is always solicited.
 
 help meeee e tell me how I'm wrong so I can get better
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #115 fediverse/5880 ---
════════════════════════════════════════════════════════════════════════════───────
 I legitimately think computers should write code and software engineers should
 write legislation and lawyers should resolve problem tickets made by aggrieved
 citizens while judges do their best to just keep the boat floating
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #116 fediverse/1559 ---
══════════════════════════════════════════════════─────────────────────────────────
 ┌──────────────────────┐
 │ CW: re: what, gross  │
 └──────────────────────┘


 @user-1024 
 
 ....... you might want to distill it, first......
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

--- #117 fediverse/1412 ---
═════════════════════════════════════════════════──────────────────────────────────
 reverse dorian grey where someone looks decently old but every picture of them
 gets younger every year
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #118 fediverse/905 ---
═══════════════════════════════════════════════────────────────────────────────────
 having trouble naming things?
 
 just name it after it's inevitable logical conclusion! AKA the message you're
 trying to get across.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #119 messages/198 ---
════════════════════════════════════════════════───────────────────────────────────
 Id rather have the most brilliant people in the world making families and
 communities rather than products
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #120 fediverse/4896 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌──────────────────────────────────────────────────────────┐
 │ CW: re: relationships, mh(+/-), where I've been recently │
 └──────────────────────────────────────────────────────────┘


 @user-1748 
 
 they want you drained and overloaded.
 
 makes it harder to take care of others.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #121 fediverse/3980 ---
═══════════════════════════════════════════════════════════────────────────────────
 just means that's the most entertaining type of strategy we've found so far
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

--- #123 fediverse/3607 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘


 @user-1573 
 
 ooooo both good ideas!!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #124 notes/craving ---
══════════════════════════════════════════════════════════════════════════════─────
 a craving to know more and a carefully examined set of actions which
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #125 fediverse/5828 ---
═══════════════════════════════════════════════════════════════════════════────────
 something we can all agree on
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #126 fediverse/1112 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-78 
 
 elle - emm - ayyyy - ohhhh
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #127 fediverse/2961 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: transhumanism    │
 └──────────────────────┘


 okay what if we bio-engineered a shield that would grow around your nuts
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #128 fediverse/3188 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-883 
 
 they liiiiike you 😋 
 
 maybe they'll hire you!
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #129 fediverse/307 ---
═════════════════════════════════════════════──────────────────────────────────────
 normalize building a library that's just a wrapper around solutions you've
 made to common problems from the past that can be imported into every project
 you work on
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #130 fediverse/5086 ---
════════════════════════════════════════════════════════════════════───────────────
 nobody could have expected rogue trickster spirits operating in the pacific
 northwest, but hey here we are.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #131 fediverse/4399 ---
═════════════════════════════════════════════════════════════──────────────────────
 ... Dare for the Bright Age, though "don't forget to be awesome" works too I
 guess.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #132 fediverse/5435 ---
═══════════════════════════════════════════════════════════════════════────────────
 okay flag is cool and all but what if
a picture of a flag with three horizontal stripes, to represent the breadth of a large country.  the top stripe is black, to represent the night sky  the middle stripe is red to represent the people of this earth  the bottom stripe is blue to represent the rainfall as it pools below our feet
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #133 fediverse/5437 ---
═══════════════════════════════════════════════════════════════════════────────────
 okay flag is cool and all but what if
a flag with three colored bars, oriented vertically left to right.  on the left, is a black bar, symbolizing blackness.  on the middle, is a red bar, symbolizing things that are red. and also passion because sex is red.  in the right, there is placed with due care a blue. that blue is bar. it is blue and represents water because water is clear and clearly blue.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #134 fediverse/1326 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: kicks-down-the-door │
 └─────────────────────────────┘


 @user-883 
 
 I finished my project! Thanks for encouraging me 🥰​
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #135 messages/1098 ---
════════════════════════════════════════════════════════════════════════════════───
 Trust is a handshake because both partners have to reach for it.
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #136 fediverse/5442 ---
═══════════════════════════════════════════════════════════════════════────────────
 @user-1839 
 
 the trick is to just make it and point people toward it as if it's supposed to
 be there.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #137 fediverse/5449 ---
═══════════════════════════════════════════════════════════════════════────────────
 tomorrow is just as important as today.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #138 fediverse/1352 ---
═════════════════════════════════════════════════──────────────────────────────────
 if evil were honest, we could use it to our advantage, knowing it's nature and
 it's curseboromir, council of elrond
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #139 messages/423 ---
═════════════════════════════════════════════════════──────────────────────────────
 A job where you only have to work one day per week of your choosing (but
 semi-permanent) and are automatically placed on a team with others in the
 company who work that same day and accomplish whatever goals they think
 fulfill the company's vision. If they don't have any ideas then they should
 work on collaborating with others until they do. Let's get things done!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #140 messages/771 ---
═══════════════════════════════════════════════════════════════════────────────────
 When you're working, don't write down your ideas.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════───────────────┘

--- #141 fediverse/2371 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: pol              │
 └──────────────────────┘


 Look at me. This is what you become when nobody hires you for a year and a
 half.
 
 Think of what we could be without unjustified hierarchies.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #142 fediverse_boost/5565 ---
◀─[BOOST]
  
  Also, if I must state the obvious:                                          
                                                                              
  Solidarity is the only way home.                                            
                                                                              
  We truly, really cannot create a more free, more whole future for any of us until we understand that we are all in this together.   
                                                                              
  Collective. Liberation. Or. Bust.                                           
  
                                                            
 similar                        chronological                        different 
─▶

--- #143 fediverse/5948 ---
════════════════════════════════════════════════════════════════════════════───────
 worth
picture of my cat sleeping on my lap at my computer desk.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #144 fediverse/3927 ---
═══════════════════════════════════════════════════════════────────────────────────
 okay but why has nobody ever approached AI from a game design perspective like
 seriously there should be researchers who are multidisciplined in this kind of
 thing
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #145 messages/1176 ---
══════════════════════════════════════════════════════════════════════════════════─
 it's not a community if nobody would ask where you've been.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #146 fediverse/4895 ---
═════════════════════════════════════════════════════════════════──────────────────
 don't think about how rare something is. think about how useful it is to you.
 
 we can make more stuff.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #147 messages/967 ---
══════════════════════════════════════════════════════════════════════════─────────
 oppositional coding is getting jobs at their corporations and implementing
 bugs and vulnerabilities
                                                           ────────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════────────┘

--- #148 fediverse/2045 ---
══════════════════════════════════════════════════════─────────────────────────────
 what if we taxed every ounce of resource that companies wasted
 
 (maybe with a multiplier for the current relative value of the substance -
 diamonds are more valuable than apples per pound)
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #149 fediverse_boost/4779 ---
◀─[BOOST]
  
  I genuinely wish all Nazis in this world either an epiphany of the truth or a bullet to the head.  
                                                                              
  Either one is fine.                                                         
  
                                                            
 similar                        chronological                        different 
─▶

--- #150 fediverse/1810 ---
══════════════════════════════════════════════════════─────────────────────────────
 some people hear words like "datastructures" and "object-oriented programming"
 and think they're made up terms that don't mean anything important.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #151 fediverse/5176 ---
════════════════════════════════════════════════════════════════════───────────────
 ┌──────────────────────┐
 │ CW: cursed-post      │
 └──────────────────────┘


 what if corporations gave better quality products to people who clicked
 through their advertisement
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #152 messages/350 ---
════════════════════════════════════════════════════───────────────────────────────
 Like, UBI that encourages education mixed with wage equality laws.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #153 messages/399 ---
═════════════════════════════════════════════════════──────────────────────────────
 The schizophrenic sees the truth in dazzling displays of color that are nigh
 incomprehensible, while regular people see truth in shades of gray that you
 can understand and work with.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #154 fediverse/5118 ---
════════════════════════════════════════════════════════════════════───────────────
 what if we paid people to answer questions about their life?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #155 fediverse/5451 ---
═══════════════════════════════════════════════════════════════════════────────────
 ┌──────────────────────┐
 │ CW: pee-mentioned    │
 └──────────────────────┘


 wildflowers and piss make pretty good soil.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #156 fediverse/2379 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: uspol            │
 └──────────────────────┘


 they have the audacity to claim their plan for next year is a second
 revolution, as if we had sat idle
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #157 fediverse/2111 ---
══════════════════════════════════════════════════════─────────────────────────────
 when someone deletes what they were typing and starts over, that means they
 have something more to share and you should try and figure out what it is with
 questions.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #158 fediverse/6211 ---
══════════════════════════════════════════════════════════════════════════════─────
 I trade the justice of my heart for the world my mind knows it wants.
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #159 messages/218 ---
════════════════════════════════════════════════───────────────────────────────────
 Capitalism pays developers massive salaries because it doesn't want them
 developing
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #160 fediverse/3027 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-570 
 
 that sounds really interesting and I'd love to read anything you write about
 it ^_^
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #161 fediverse/1397 ---
═════════════════════════════════════════════════──────────────────────────────────
 why don't we teach git in high school?
 
 oh yeah, because microsoft word is not plain text.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #162 fediverse/2927 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────────┐
 │ CW: re: cursing-mentioned │
 └───────────────────────────┘


 @user-192 
 
 It doesn't have to be this way! We shall be cute again, this I swear. For the
 good of all humanity, the catgirls must feel safe again! Let there be meows!!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #163 fediverse/187 ---
════════════════════════════════════════════───────────────────────────────────────
 @user-95 sometimes I say "all seriousness aside..."
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

--- #164 fediverse/1835 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-883 
 
 Right, but, if we can only help and interact with people who are near us, then
 how are we going to accomplish much of anything at all? Much better I think to
 contribute to structures that we fully consent and agree to, rather than
 hoping that the wisdom of the masses pulls us through.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #165 messages/626 ---
═════════════════════════════════════════════════════════════──────────────────────
 Talk to veterans for tactics and discipline.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #166 fediverse/3639 ---
═════════════════════════════════════════════════════════──────────────────────────
 love nature no matter what
 love nurture if they earn it
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #167 fediverse/3643 ---
═════════════════════════════════════════════════════════──────────────────────────
 if you cannot rapidly reorganize, then you are not organized.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #168 fediverse/1233 ---
════════════════════════════════════════════════───────────────────────────────────
 low key kinda wish someone would kidnap me and lock me in a room with nothing
 but a c compiler and strict orders to only work on whatever I want
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #169 fediverse/5360 ---
═══════════════════════════════════════════════════════════════════════────────────
 another day goes by when I haven't done any programming... oh well
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #170 fediverse/1680 ---
═════════════════════════════════════════════════════──────────────────────────────
 @user-1061 
 
 that happens sometimes, no clue why.
a picture of my neocities visitor counts. For some reason on two particular days it drops to like, 12 people for some reason? ? ?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #171 messages/271 ---
═════════════════════════════════════════════════──────────────────────────────────
 We have art like Green Day for the same reason we have guns.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #172 fediverse/3031 ---
════════════════════════════════════════════════════════───────────────────────────
 the things that I suggest we do when we hang out are not because those are the
 things I most want to do, but rather because they are the things that I think
 you'd want to do.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #173 fediverse/5782 ---
═════════════════════════════════════════════════════════════════════════──────────
 sometimes I post random silly [scary] things to pad out the serious things and
 I hope that's okay
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #174 fediverse/2384 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-1257 
 
 what a beautiful insight!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #175 fediverse/962 ---
════════════════════════════════════════════════───────────────────────────────────
 when considering the benefit of the doubt, consider doubting the benefit of
 consideration.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #176 messages/1132 ---
═════════════════════════════════════════════════════════════════════════════════──
 marketers know society very well.
                                                           ─┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════════─┘

--- #177 fediverse/562 ---
══════════════════════════════════════════════─────────────────────────────────────
 when peak unintelligibility levels have been reached, feel free to become
 unremarkable at your leisure.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #178 messages/762 ---
══════════════════════════════════════════════════════════════════─────────────────
 what if discord servers formed unions
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #179 fediverse/1035 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-757 @user-192 
 
 true and my suggestion doesn't provide a tracelog, pretty much just the status
 of the variables when it pauses or ends.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #180 messages/632 ---
═════════════════════════════════════════════════════════════──────────────────────
 Please don't let me down. I trust you for a reason.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #181 fediverse/2466 ---
═══════════════════════════════════════════════════════────────────────────────────
 do as I say, and as I do.
 
 or don't, do as you want to.
 
 I hope you do want to do what I say to do.
 
 I wouldn't say it if I didn't think it was right.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #182 messages/910 ---
═════════════════════════════════════════════════════════════════════════──────────
 all you need is to be steam friends with one person and then your whole
 organization knows what you're trying to say with game titles
 
 (I just like games)
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #183 bluesky#22 ---
══════════════════════════════════════════════════════════════════─────────────────
 what if bluesky users unionized and leveraged their collective power to
 "suggest" improvements to the software
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #184 fediverse_boost/3183 ---
◀─[BOOST]
  
  it seems like many people think LLMs are good at boilerplate. but i haven't seen anyone suggest that we should get rid of the boilerplate  
  
                                                            
 similar                        chronological                        different 
─▶

--- #185 fediverse/1001 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌───────────────────────────────────────────────────────────┐
 │ CW: re: cursed-curséd-scary-not-real-u-dont-have-to-read │
 └───────────────────────────────────────────────────────────┘


 @user-246 @user-473 
 
 perhaps that "light touch on reality" is what makes these pieces of art
 resonate with me. I think you're beautiful and have a good heart.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #186 fediverse/2394 ---
═══════════════════════════════════════════════════════────────────────────────────
 folding tables in the park
 
 seated around which is a spark
 
 all we really need to do
 
 is talk about what we need to do
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #187 fediverse/6057 ---
════════════════════════════════════════════════════════════════════════════───────
 gonna touch grass. maybe do some programming. ttyl
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #188 fediverse/4463 ---
═════════════════════════════════════════════════════════════──────────────────────
 at this point in time you probably shouldn't be forming NEW online communities
 unless you're part of an OLD community that just isn't radical enough. And
 then you should try and MERGE communities into larger, more geographically
 concentrated ones.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #189 messages/533 ---
══════════════════════════════════════════════════════════─────────────────────────
 They keep trying to make a movie out of my life because that's how they keep
 culture going but I won't let them unless the movie is about them
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #190 messages/751 ---
══════════════════════════════════════════════════════════════════─────────────────
 tents are good? actually?? we should have more semi nomadic peoples
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #191 messages/323 ---
═══════════════════════════════════════════════════────────────────────────────────
 Some human cultures learned competition through hunting, and some through
 agriculture, and it really shows
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════───────────────────────────────┘

--- #192 fediverse_boost/4747 ---
◀─[BOOST]
  
  i love capitalism bc everywhere is understaffed and none of my friends can find jobs  
  
                                                            
 similar                        chronological                        different 
─▶

--- #193 fediverse/2842 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────┐
 │ CW: re: yelling-scary │
 └───────────────────────┘


 @user-1208
 
 weeks, then?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #194 fediverse/362 ---
═════════════════════════════════════════════──────────────────────────────────────
 ┌───────────────────────────────────────┐
 │ CW: capitalism-amazon-societal-impact │
 └───────────────────────────────────────┘


 if we're encouraged to boost our old toots then I should be allowed to post
 screenshots of my old Reddit posts, right?
a reddit post from a year ago with 728 upvotes titled: This system is literally insane but they try to make it feel like you're insane. from the subreddit /r/psychonaut.  submitted 1 year ago by Nervous_Ad_9687       125 comments   [–]nincomturd   66 points 1 year ago   Lots of very good and salient points, but what I don't understand is this random praise of Jeff Bezos. It's entirely incongruent with everything else you wrote.  If greed is one of the problems you mentioned, you cannot at the same praise Jeff. The praise of western culture as well was a bit incongruent, as it's inextricably linked to these problematic concepts. You even talk about the problem of how culture perpetuates itself at them individual household level and goes on to firmy the broader culture.  But other than that, you definitely highlighted much of the insanity we're living with. If those of us who similarly have the eyes to see them insanity were to collectively live our values and work with each other to do so, we'd build the greatest culture and society the world has seen. One day I hope we make it. [next comment] /u/ugathanki 7 points 1 year ago       amazon has provided a useful and valuable service with excellent follow-through      amazon is unethically abusing it's workers, it's competitors, and the environment      the priorities of the company are misaligned - valuing service over ethical behavior [ran out of characters, see next picture] part 2 of the description for screen readers, because I ran out of characters      the reason they are misaligned is because it is most desirable to do so for the company      the reason it is most desirable is because corporations are designed to maximize profit over value produced.      just as "income" is adjusted by "expenditures" to create "profit", so too must "profit" be adjusted by "impact" to create "value"      the problem is, nobody can define what "impact" means. it's essentially a vacant variable, leading corporations to assume that "profit" == "value"      we don't need to punish corporations or "eat the rich", we need to adjust their reward structures such that "profit" != "value"      another problem is in the internal structure of a corporation - if none of the employees are powerful enough to challenge their higher-ups, then people like Bezos accrete power      the pathway to liberation is empowerment of the workers. those workers will re-define the priorities of their workplace to fit their desires - with a little guidance, they can desire "diligence, dedication, and a passion for craftsmanship" over "big number go up brrrrrrrr" - hence, social media.  sorry for the highlighting, am stoned. [next comment] /u/Amalvenugopal 18 hours ago  🙌 preach brother
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #195 messages/436 ---
══════════════════════════════════════════════════════─────────────────────────────
 There is endless work to do. Never will our labor abate. That is not the goal
 - to see an end to all fulfillment. No, the goal is to choose how we
 contribute - to define how our own story goes.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #196 fediverse/309 ---
═════════════════════════════════════════════──────────────────────────────────────
 @user-223 normies need third places too... just, a lot of them, I guess.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #197 fediverse/1558 ---
══════════════════════════════════════════════════─────────────────────────────────
 Just because you haven't won yet, doesn't mean you've lost.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

--- #198 messages/213 ---
════════════════════════════════════════════════───────────────────────────────────
 Maybe I'm just woefully arcane?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #199 messages/1211 ---
══════════════════════════════════════════════════════════════════════════════════─
 Life should be about growing up, not a story if businesses and accounts.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #200 fediverse/3373 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌──────────────────────────┐
 │ CW: capitalism-mentioned │
 └──────────────────────────┘


 I bet we could solve capitalism if everyone on earth went blind for a day
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘