=== ANCHOR POEM ===
═════════════════════════════════════════════──────────────────────────────────────
 @user-431 
 
 I made an alias that overwrites cd so I don't have to do this. The important
 line is line 27, you could probably accomplish something similar like this:
 
 alias cd="cd ${1} && ls -v --color=auto"
 
 I also set it up so I can change more than one directory up using ... or ....
 or .....
 
 also I have a few shortcut scripts, cdir and qcd. cdir creates a quick way to
 drop a bookmark wherever I'd like, while qcd can make permanent bookmarks.
 Also qcd makes it so whenever I open a new terminal it opens to the last
 directory I was in, which is nice if you need a new terminal to do something
 in the current folder and you don't want to have to walk alllllllll the way
 back.
A BASH script that overwrites the built in "change directory" command to auto magically list the contents of the directory you've moved into after moving.  here's the content of the script:  #!/bin/bash  alias cd="cd-improved"  function cd-improved(){      if [ "${1}" = "..." ] ; then         builtin cd .. && builtin cd ..     elif [ "${1}" = "...." ] ; then         builtin cd .. && builtin cd .. && builtin cd ..     elif [ "${1}" = "....." ] ; then         builtin cd .. && builtin cd .. && builtin cd .. && builtin cd ..          elif [ -d "./${1}" ] ; then         local target_dir="./${1}"      elif [ "${1}" = "cdir" ] ; then         local target_dir="$(tail -n 1 '/home/ritz/scripts/.cdir-target')"         echo ${target_dir}       else         local target_dir="${1}"     fi      if [ ! "${2}" = '--no-ls' ] ; then         builtin cd "${target_dir}" && ls -v --color=auto     else         builtin cd "${target_dir}"     fi          # if the qcd function is defined     if declare qcd > /dev/null; then         quick_cd -d DEFAULT         quick_cd -a DEFAULT     fi }
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

=== DIVERSITY RANKED ===

--- #1 fediverse/6413 ---
══════════════════════════════════════════════════════════════════════════════─────
 to understand something, work backward from present understandings back to the
 fundamentals of algebra. insert words. wield LLM. build a neuronal structure
 many layers wide. let them coprocess bit-by-bit as they are adding new
 processors to be "learning" new domain specific memory
 context-processing-thingy.
 
 "over here's the memory cells, over here are the conceptual structure"
 suddenly, organified. not ideal.
 
 much better, I feel, is for a disambiguous association of processor selves,
 each contextualizing a cache in a ram. ['s horn]
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #2 messages/765 ---
═════════════════════════════════════════════════════════════════──────────────────
 you don't have to write poetry to write notes. The poetics are just practice
 for when secrecy is intended.
 
 OR IS IT THE REAL THING? who can say.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #3 fediverse_boost/6270 ---
◀─[BOOST]
  
  I am once again begging people to understand that “the government” already knows you’re queer whether you do elaborate online opsec dance rituals or not, and if they decide to just start shooting people for being gay, they’ll do it whether the evidence is airtight or not. is that grim? yes. but you can stop giving yourself undercover superhero identity PTSD about it  
  
                                                            
 similar                        chronological                        different 
─▶

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

--- #5 fediverse/1678 ---
════════════════════════════════════════════════════───────────────────────────────
 ┌────────────────────────────────┐
 │ CW: re: cooking-food-mentioned │
 └────────────────────────────────┘


 @user-1037 mmmm, paprika for flavor, red chile flakes for spice
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #6 fediverse/4141 ---
═══════════════════════════════════════════════════════════────────────────────────
 @user-1268 
 
 I often walk to the grocery store, even though it's on the other side of the
 highway
 
 also I will walk sometimes to meet people nearby
 
 it's a fun occasion
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #7 messages/738 ---
═══════════════════════════════════════════════════════════════────────────────────
 Dear Anakin, for as long as you've known him, Obiwan learned just as much from
 you as you did from him. His title as "master" was a formality - he didn't get
 it because he was better than you, and "padawan" does not mean you are lesser.
 There is no hierarchy. He was learning to teach at the same speed that you
 learnt to learn. You built each other up, an unstoppable force for good in the
 galaxy.
 
 But then an evil wizard stole your heart and twisted your mind. Have no fear,
 fear is the path to the dark side. Your mother knows this well, for it is a
 common lesson among all people as they age. Fear not, hate not, and feel fury
 more than rage. You can bring the universe into a bright golden age, never
 forget your purpose and your [potential / duty]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

--- #8 fediverse/1473 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 yeah uhhhh the one you helped me setup. The error is just "connection refused"
 because it "could not write header for output file" because of incorrect input
 parameters, but I don't think I changed anything since we used it a couple
 weeks ago. Have you seen any errors like that?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #9 messages/766 ---
══════════════════════════════════════════════════════════════════─────────────────
  
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #10 fediverse/2630 ---
══════════════════════════════════════════════════════─────────────────────────────
 ┌─────────────────────────────┐
 │ CW: uspol-history-mentioned │
 └─────────────────────────────┘


 what happened when they got Martin Luther King Jr? What about Malcolm X? What
 happened to their movements? What is the plan to avoid that, what lessons
 could be learned?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #11 fediverse/3920 ---
══════════════════════════════════════════════════════════─────────────────────────
 Supreme Commander ruined me.
 
 I can't play RTS games without a zoom function T.T
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #12 fediverse/2470 ---
══════════════════════════════════════════════════════─────────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 damn I gotta get more blue for my wardrobe
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #13 fediverse/989 ---
═══════════════════════════════════════════════────────────────────────────────────
 ┌──────────────────────┐
 │ CW: 3/20 swearing    │
 └──────────────────────┘


 3/20
12. the text continues from the previous page and reads "if it's been ten or more years since they moved in, the site gets rebuilt. [wait, hang on, weren't we talking about html websites? when did houses come into the discussion?]  ... wait, what was I saying? Oh yeah the text is on a gray background, as interrupting as a scythe, with a yellow backdrop as if to represent sheer white-hot flame except not white the color of all colors but fire the color of all flames. the text reads "prince of the nehalim" in bright pinking blue, as in something completely foreign and unknown to you, and continues on to read in red "so many opportunities" as if life hadn't absconded, but instead of severed instead. "parabolas persist" in the flavor of blue, the color of space in a non-light polluted view.  "live life like you're merry, as do but a few."  do you want to make people feel better? or do you just want to make them confused? Neither, really, I'm trying to tell the truth. I'm seriously just struggling to find a way to express things that others clearly seem to be forgetting - I'm not an expert in other stuff! This is literally all I'm good at! Is it valuable? Maybe not to you, but I think it could be useful, or else I would covet it and leave it in disuse.  it's time is relevant, it's words fit into a context, so if you misunderstand it's past then it's probably because you don't have the records or the ability to process them of the time in which it was posted. What if things were de 10 ten. blue text on a blue background, as a calming and soothing influence, saying "it's okay, don't freak out, just think about learning lessons about stuff that *could* go wrong and think about how you'd counter it. just like any video game, there's a strategy to defeat any other strategy. the careful application of said strategy while using or applying your own capabilities is directly correlated to the conclusions of the task." meanwhile the listener is like "what the fuck" wait shit hang on lemme add a content warning:  right so the text reads "if you want your neighbors to know something, don't post it on the internet - put it on a post-it on the wall in a public place" like, your front door, or maybe the entrance to your building, or the parking garage near the mall, or maybe the grocery store, on a product behind the one in front. that kind of thing.  depending on who you want to see it, of course... people used to do this with library books but stopped because it's quite obviously a bad and rude thing to do, books are for record keeping of the status of humanity, through each and every one of it's forms. It's weird that they all have the same stuff, because they're designed for capitalism right? Why not share them based on availability, and keep as many different types of things as possible?  when nobody cares for them, how will we remember the countless books nobody reads? How will we understand that step in developing our culture if we don't have access to the con 9. the text begins to diverge at this point, on the left it reads "it's easy if you want some privacy, - all you have to do" and then is cut off by the introduction of red text on a green background, to evoke similar colors as the original thing it was interrupting but it's own thing nonetheless, and existing off to the side in tandem, so that conditions could not remain unaddressed. the text reads "they were betting on selling us space flight [with spaceflight sliding from one side to the other, like a rocket escaping the gravitic pull of the planet it surrounded] but we cared more for food and water" the second part, after spaceflight about food and water, is intruding onto the yellow's background, which was next, to represent a continuation of the previous thought about websites and HTML. it's frustrating for the next text, which is in purple, a confused and disoriented color. it continues from the original thought "is delete the website! Boom, no more html. but if they were listed (neocities sites on a map of the region" but map is emphasized with a different color, green the color of the land, and "region" is pronounced like "realm" or perhaps "ground" or even "directions" or "land beyond the horizon (if it even exists)") 11. I think. orange text on a green blue background, same background as the previous three pictures. orange text which contrasts in a way that almost calls back to the 80s, but not quite. a little too dirty, like the blue and orange decorations around highways in New Mexico. car smoke and tire dust'll do that, and it's not like it's easy to clean - right next to the freeway, c'mon! Wouldn't it be nice if we shut it down for a day or two? Unless you had very important business, solely self-suggested. if too many people used it on those days (when they were cleaning it) then they're supposed to follow through and identify if their need was too great or if they were just being an asshole about it because their bosses forced them to. basically like, family emergencies gets a lane, things that are crucial to a social event like no beer at a frat party or whatever, heck even if the girl you like really wanted to get laid. whatever the heck it is, if you deem it an emergency then that's fine. you can drive while the highway is being cleaned. just make sure you don't slip on the suds...  ... a while later, humanity realized they could just close one direction at a time and clean the next one next time.  what was I saying? Oh yeah the text! Here's what it reads: "every year, replace five percent [but read as %] of the homes and boom you're good - maybe even do 10% if things are going well - either way, as time goes on people can live in a house as long as they want - but when they mov
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #14 fediverse/1181 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-171 
 
 Hi, I wanted to say that all the posts you boost significantly improve my time
 on the fediverse. I appreciate you and value you, and my feed is made more
 engaging due to  the things you find interesting enough to share. Thank you.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #15 messages/514 ---
════════════════════════════════════════════════════════───────────────────────────
 Paying your employees more *makes them better workers*.
 
 An extra 2$ per hour might mean they can eat out an extra night, they might be
 able to afford a car, and they might be able to focus just a bit more without
 crying in their sleep about an unexpected bill.
 
 With less stress, employees perform better. They are more loyal. They work
 harder.
 
 Pay your employees more. They are your greatest resource.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #16 fediverse_boost/6207 ---
◀─[BOOST]
  
  External post: https://kolektiva.social/users/justbob/statuses/115226319741825396  
  
                                                            
 similar                        chronological                        different 
─▶

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

--- #18 fediverse/4773 ---
═══════════════════════════════════════════════════════════════────────────────────
 @user-1352 
 
 ... why is that unfair? I would hope that taking a break is allowed. otherwise
 you burn out. cortisol overload.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

--- #19 fediverse/3856 ---
═════════════════════════════════════════════════════════──────────────────────────
 I'm tired of working as hard as I can and still ending up wrong
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #20 fediverse_boost/4008 ---
◀─[BOOST]
  
  External post: https://tech.lgbt/users/RadioAddition/statuses/113292494727215042  
  
                                                            
 similar                        chronological                        different 
─▶