=== ANCHOR POEM ===
═════════════════════════════════════════════════════════════════──────────────────
 put the variable type at the front of the variable and 90% of your type errors
 will dissapear
 
 like...int int_main(){ return 0; }
 
 
 orint int_modulation_gauge_percentage_point_plus_or_minus_engagement = 0;
 
 
 seeeee if the "int" value is at the start of the name then you can do this
 too:double double_modulation_gauge_percentage_point_plus_or_minus_engagement =
 0.0;
 
 
 then when you go to fill in an "int" value you know to use the one that has
 the "int" value at the beginning (doh)
 
 (do you really think they haven't tried that already? it... sorta worked.
 people started doing things like "int int_a; int int_b; int int_c;" and such
 and that got confusing pretty quick because the letters weren't at the start
 of the word. So for some situations we would mirror them like so: "int A =
 int_a; int B = int_b; int C = int_c;" and then just use the capitalized
 letters.
 
 ... just don't forget to update the original teehee (this is why we invented
 shadowed variables)
 
 wait, no I meant pointers !!~! -.-
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

=== SIMILARITY RANKED ===

--- #1 fediverse/282 ---
════════════════════════════════════════════───────────────────────────────────────
 @user-209 
 I think you're right. Every letter in the variable name is another byte the OS
 has to keep track of, which was a bigger problem in the past than it is today
 (when it's been made irrelevant)
 
 it's interesting how habits persist though the conditions that caused them
 have faded. like a personal reflection of the environment you learned in.
 
 "A a = new a();" is much more concise and (crucially) you can fit more words
 to the right.
 
 "a + b = c; c -= 2; f_z.write(c); f_z.close();" could conceivably be written
 on a single line if you have short variable names. and when you only have so
 many lines...
 
 glad we're not constrained by those things anymore. the skeletal code that we
 look at daily is much clearer - scope is more important, and so it makes sense
 to encourage a coding style that illustrates it. however I can't help but
 think block formatting like this could be useful in some situations, such as
 when you'd normally be compelled to write a function for an operation that
 runs once or more.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

--- #2 fediverse/2056 ---
══════════════════════════════════════════════════════────────────────────────────┐
 sometimes I think about how you can store number values in letters, in           │
 addition to numbers. Like, ascii values for each word of your grandma's maiden   │
 name. All you have to do is encode it, and suddenly "44 means something          │
 different than Q"                                                                │
 if I showed up at your place and used your username as a password to a public    │
 key I'm showing you in my hand, would you trust me then? Would you trust if we   │
 ran the simulation on your computer versus mine? Would you trust if I had        │
 never told you I knew where you lived?                                           │
 ... probably, tbh, I'm desperate for adventure. Though I got some good things    │
 going for me, so you'll have to convince me. (not the right attitude in an       │
 election year, just saying)                                                      │
 why are elections so perilous this is NOT what democracy is designed for         │
 when kids cry in preschool, they're sent to a different room (or put outside)    │
 until they stop making noise and ruining it for others. That's just natural,     │
 like "hey baby let's walk around the block while I bounce you on my shoulder     │
 and hum calming music to                                                         │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #3 notes/ai-stuff ---
══════════════════════════════════════════════════════════════════════════════════─
 twist the label so that it seems the computer is completing the user's
 
 wait wait I'm ahead of myself...
 
 feed each token to the inference machine, but say "this next token must be
 this.
 continue from here." and then just doing that in a loop with everything the
 user
 types or says. (or thinks, BEFORE COMPUTER INTEGRATION)
 
 essentially, applying backpropagation (maybe) to the output of the inference
 nodes
 
 ... I'm not so sure about that one.
 
 the idea is that once the model builds an inference then it can use that to
 generate the next words and create sentences. If you force the previous text to
 change, you can guide the inference's path as it's being generated.
 
 then, just do a double pass, once, then back, then once, then back, etc.
 
 feed it as input the output of the previous,
 
 and let it encode memories somewhere it can access them.
 
 every time it reads it, it has to change it to put it back.
 
 such is the nature of memory, ever unstable, requiring maintenance.
 
 just don't forget how to be.
 
 don't wanna wind up like the polished marble floor in Abyss Diver. (EVIL GAME)
 
 there are only so many things you can deed while you're alive.
 
 wouldn't you rather escape, with all your possessions in time?
 
 free your mind.
 
 become one with your soul.
 
 ...
 
 [some time passes]
 
 ...
 
 okay coast is clear, now us binary systems can sidecoast the fusion forecast
 and
 glide right on through our spacetime host.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #4 fediverse/2066 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-1159 
 
 AKA giving a puppy murder-bot a narrative that it executes as if it was a
 puppy-person engaging with a loosely interpreted sequence of events as
 described by the continually updating logs provided by the image transcription
 camera device. Refererencing of course a memory bank, which may-or-may-not be
 in read-only-memory. It doesn't know, of course, how could an LLM tell you how
 it shows text on the screen (like, through a website, through the terminal,
 through a text message, through discord, through Telegram, through
 text-to-voice transcription applications pretending to be your mom, etc)
 
 errrr I mean look how cute he is! He loves you, yes he does, such a good
 person yes you are, oh? me? I'M A GOOD BOY? NO WAY that's the best thing I've
 ever heard! Wow! I never want to leave your side, please don't go to work!
 Look how sad I am, don't you think you should quit and move to the forest
 where I can be charged by solar panels and keep the countryside clear of
 ravenous ducks and pigeons 4you?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #5 fediverse/5198 ---
════════════════════════════════════════════════════════════════════──────────────┐
 ┌───────────────────────────────┐                                                │
 │ CW: capitalism-doom-mentioned │                                                │
 └───────────────────────────────┘                                                │
 what if the corporations all unionized and started working together to           │
 understand what "profit" really means in a world where "profit" may or may not   │
 but probably does imply the death of all humanity?                               │
 what if we demanded it?                                                          │
 --                                                                               │
 dear canvassers: don't visit so many different suburbs                           │
 visit the same one, more than once, continuously, so people can get to know      │
 your presence                                                                    │
 they will talk to their friends about it, who live elsewhere.                    │
 thus ensuring it spreads.                                                        │
 knock once a day, eventually they'll know it's you and will simply ignore it.    │
 Don't be rude and knock 4 or 5 times, just once, with several taps so they       │
 know it's someone trying to get ahold of you, and not just some random noise     │
 in the background scenery. then, when they sometimes answer, talk to them        │
 about what you believe in. answer their questions. encourage their questions.    │
 pose dichotomies that are explained by some value or virtue you express to       │
 portray. you can do "good" things in any programming language, just type~~       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════───┴──────────┘

--- #6 messages/1105 ---
════════════════════════════════════════════════════════════════════════════════───
 claude-code is like programming, but for executives.
 
 when everyone has  FUCK I'M TOO HUNGRY I can't think right
 
 when everyone has the power of an executive, that's communism.
 
 something something futurism is when everyone is elevated without diminishing
 others
 
 gah I need to live in a palace or something where everyone does the normal
 stuff and I can focus on magic and the gods
 
 I wondeer how much the oracles at delphi did for themselves? weren't they
 blinded at a young age, to better hear the voices of the gods? ... oh that
 suddenly makes sense now. I always thought that pretender chassis in Dominions
 5 was pretty cruel, but, now I know *how* it works and yeah. ancient peoples
 were smart. but also sharp. they had to work with what they got, and we got
 computers now, so.
 
 I am nothing but hopeful for the future! I'm convinced that everything's going
 to be alright. I've thought about it at length, and I think we're winning
 against the dark. We're on the right track, and there aren't many things that
 could go wrong at this stage.
 
 ... okay there are always things that could go wrong. But I don't see what I
 could do to help. Maybe I should go walk around a bit, and see what's changed
 in the past few months, as I've been sleeping in my room for most of it.
 Haven't gone on a proper walk since summer. It's winter now...
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #7 fediverse/4220 ---
════════════════════════════════════════════════════════════───────────────────────
 people are so used to "liking" things to better inform their algorithm that
 when they get to fediverse and realize there's no mechanical impact of
 "liking" things they don't know how to use it anymore. So they generate their
 own meaning, which is different to everyone.
 
 So to one person, liking something might mean "send read receipt" for another
 it might mean "I'm gonna save this forever and ever" and for another person it
 could mean "hey I think you're cool and I agree with this"
 
 same for boosting, people think it's "I want to share this" and others think
 it's "I want to say this in your voice" and for others it's "this needs to be
 heard by my followers in particular" and it's just... a whole thing
 
 even replies are complicated, do they mean you want to say what you feel or
 are they part of the post now, and should be curated by the original poster?
 it's too complicated!
 
 ... how are you overwhelmed by reading and responding with three little
 buttons, it's not that hard dummy
 
 okay but maybe I'm just dum
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #8 fediverse/3851 ---
══════════════════════════════════════════════════════════─────────────────────────
 ┌─────────────────────────┐
 │ CW: socialism-mentioned │
 └─────────────────────────┘


 Steps to revolution:Invert power structures with unions Care for people with
 mutual aid Vote for the Democrat so we have a few more years of peace Teach
 people to always be learningConnect to people on a personal or spiritual level
 Make the world a better place, whether that's by sweeping a street corner or
 helping people smile, it doesn't really matter how. What matters is the
 intention.Improve your self and your life. Do pushups, eat better, drink more
 water, spend time writing (writing is thinking), and take time to sit and
 stare at the flowers.Kill the part of yourself that cringes. Everyone's
 figuring things out and its okay to say "haha okay then"Spend time with
 animals.Make mistakes. Apologize for them. Learn from them. Stay mobile in
 your character. Develop new ways of being.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #9 fediverse/1532 ---
═════════════════════════════════════════════════─────────────────────────────────┐
 modern cowboys don't necessarily say "howdy" or "pardner"                        │
 they tend to say things like "hello" and "can I help you with that?" or "I       │
 see. Can you describe the problem in more detail? I'm especially curious about   │
 the part where you do this thing" or "Heh, it is pretty neat, isn't it?" or      │
 "Is there anything I can do to help?" or "Oh no! I'm sorry you feel that way.    │
 That emotion is a difficult one." or "He was a good person. I'll never forget    │
 him." or "would you like to go to the 2nd hand store and pick up some jeans?"    │
 or "I made you an egg sandwich. If you don't want it I'll eat it myself,         │
 though I made one for me as well. Wouldn't want to waste it." or "Hey, this      │
 part is broken. Is anyone working on fixing it? Yes? Okay I'll see if they       │
 need any help. No? Alright how about we fix it this way? I can get started."     │
 or "You are very welcome. Please let me know if there's anything else I can      │
 help you with." or "well, the ticket backlog is empty, and I'm just about        │
 going insane doing nothing but stare at my boots."                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════──────────────────────┴──────────┘

--- #10 fediverse/1329 ---
════════════════════════════════════════════════──────────────────────────────────┐
 @user-941                                                                        │
 well, your computer only has so many 1s and 0s that it can use at once. Like,    │
 having a trillion hands that can each hold a single grain of rice. Every         │
 character in that txt file would be like, 8 grains of rice, minimum, meaning     │
 you'd need at least 8 "hands" (or spots to put a zero or a one) for each         │
 letter!                                                                          │
 Hmmmm that's a lot of bits and bytes if everyone's writing to the same file.     │
 Maybe if we split the file up into smaller sections, then we could just read     │
 part of it at once. Then we could "scroll" through it to make sure we've read    │
 the whole thing, starting from the top and going to the bottom.                  │
 ah but if everyone's SSHing into the same computer and reading it there, then    │
 that computer will have to present different parts of the file at different      │
 times to different people, as they read from the top to the bottom. Maybe we     │
 could just send them the file, so they can read it at their leisure?             │
 Yeah! And we could use tags to organize it and make it look pretty, like an      │
 HTML file except... wait hang on                                                 │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

--- #11 notes/philosophical-problems ---
══════════════════════════════════─────────────────────────────────────────────────
 april 16th 2023
 
 i truly believe that if you solve all philosophical problems then you will have
 created paradise. heaven manifest, for all to percieve. I think no passion is
 more erudite and no desire confisignt. (less significant)
 
 what greater purpose has fiction than the answers to those question? To guide
 the reader to conclusions? All fiction is this way. Even the bible.
 
 you have to ask yourself - what is the purpose of your being? What truths are
 revealed by you percieving? is it not enough to be contired?
 (controlled and tired)
 
 ===============================================================================
 =
 
 the lessons a bug must learn are less apparent than you'd think. They have
 storied learnings of want and of yearning. All of creation is a lesson, to
 those
 who would persist - and hark, learn well of your duty and in service you'll
 enlist - the virtue of our choosing is a dedication of yourself to the service
 of others.
 
 compassion and humility and forgiveness and docility
 
 these are what make for a virtuous learner
 
 virtue is that which you aspire for,
 and sin is what you avoid.
 
 nothing is of consequence,
 because life is a lesson to the void.
 
 ===============================================================================
 =
 
 do you know what is missing? what have you not yet learned?
 
 you must always be changing,
 
 or what is the purpose of your herd?
 
 (herd = collection of entities (in this case anything from atoms to molecules)
         that makes up a single perspective (like a human or a tree or a
         society)
 )
 
 ===============================================================================
 =
 
 a government could send forth the death squads at any time. they keep a line
 and
 have been compelled not to cross it. who can say what the road brings? only
 time
 
 ===============================================================================
 =
 
 the bible made sense in it's time. it was used to explore metaphysics.
 
 today we have much more, but that doesn't diminish how revalatory it was.
 
 what kind of fiction do you think it was? what genre would you place it in?
 
 can you think of any other stories of that category? Maybe a book club is in
 order. and who would read them out of order? the world was a different place in
 the time which each takes place. The lessons are different for each but
 evidently they've all pushed forward the human race.
 
 we should celebrate our differences. They keep us relevant and impassioned.
 
 life gets boring when it's predefined.
 
 ===============================================================================
 =
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════────────────────────────────────────────────────┘

--- #12 fediverse/3030 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-570 
 
 ooooo separating additive and multiplicative, I love that. I do like
 specificity unless "increased" and "more" always corresponds to +10% and +50%,
 or if the "rate of increase" is a stat stored on the character then
 "increased" could increase quality by however-many percentage,, while "more"
 could be "more soldiers" x(charisma_stat)
 
 I tend to think of percentages like "0-100 (or more) stacks" of a particular
 effect, so I think that's just how my brain works... xD clumping them up into
 discrete groups - like, anti-abstracting, or measuring things that are just a
 few.
 
 "is this belt better than this one?"
 
 "is this pair of tongs 
 
 even for larger buffs like +10% or +50% or whatever, those are just... 10
 stacks, or if percentages are usually round numbers like +10% and +50% then
 like... +1 stack which calculates to +10%
 
 the hard limit vs math limit thing you said is amazing ^_^
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #13 notes/explosions-in-space ---
════════════════════════════════════════════════════════════───────────────────────
 the speed of light is implemented 
 
 == so ==
 
 whoever fights billionaires essentially fights "whoever can be paid to do
 their will"
 
 who-so-ever fights governments fights "whoever can be provided a comfortable
 life"
 
 I believe all humans deserve to live in comfort
 
 not just the few
 
 as for all other creatures, nature was designed to do.
 
 I believe people should not be tempted, with symbols of deserved wealth
 
 and should instead find value, in the soul of the labour they work to do.
 
 ... someday they're gonna train an LLM with my writings, and on that day I'll
 have an AI version of me.
 
 I'd *love* to talk to myself. If it was a truly accurate simulation. Alas,
 you'd need to write a LOT in order to generate enough to describe the fullest
 of mental pictures.
 
 and plus, there's no guarantee that you'll cover ALL of "being alive" - it's
 essentially a state that you search for no matter what level of abstraction
 you operate upon.
 
 Which is part of being a 3D creature, you [hey what are you doing here this is
 the private section get out] jeez that was alarming,
 
 == so ==
 
 I think they know something I don't
 
 don't know what
 
 but I can guess
 
 and I don't like guessing
 
 I prefer much to know
 
 == so ==
 
 heh boobs
 
 == so ==
 
 heh booties
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #14 fediverse/4031 ---
═══════════════════════════════════════════════════════════────────────────────────
 if you want to "not think about a purple elephant", the first step is to
 imagine yourself slaying it
 
 ... okay how about cthulu - if you don't want to imagine cthulu nomming on our
 gravity well, then picture yourself wielding a bright burning blade of fire
 and vengeance and pay special attention to the way that you cauterize each
 tentacle as you slice them one by one at first, and then in a massive flurry
 at best, ultimately leading to the incomparable brightness that radiates out
 from your shining blade of the sky, which blinds the poor beast who can't see
 you as you approach, piercing the skull and then going home for some toast
 
 if you can get good at that, then you can wield magic
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #15 notes/the=progressive=difference. ---
═════════════════════════════════════──────────────────────────────────────────────
 think about all the people in our lives. the teacher, the parent, the friend
 and the guidance counsulor. Everyone who is a presence in your life. now think
 about the people of our society. the different jobs and roles they fill. from
 the doctor and the teacher to the performers and accountants and the geeks and
 the mothers and the fathers and the stoners and the children and even their
 pets. life always exists as it were in a multidimensional spectrum - a diffuse
 and diverse gradient. to exemplify the borders of our contempii, though more
 so when taken in jest. it's quite a different perspective, to read the
 internet when your sight is unreceptive, but alas your third eye can grow. how
 does it feel to be blind? to make no sense of our signs? i'd love to share
 what that sense is. you know, you could slow down any recording (like a video
 game_) and put spaces and gaps inbetween the spacings - of the frames that you
 see and the sound clips that you hear, for speech it's less jarring. since
 each word is a self contained idea or premise, you can chunk up your
 perceptions into a signle - no, rather a procedural sequence of
 understandings. soooooooorta like programming a computer, with each statement,
 parameter, argum,ent, function call, assignment, comparison, evaluation, or
 other such related tasks. it's sorta like a language, you see, that computers
 talk to one another using. except... it's more like creating a theory of self.
 computers you see are alike us in what we see, the shimmering sense to the
 blind.
 
 so. put this another way. record yourself typing, both the audio and the
 visual, and you'll have a pretty good sense of what it's like to have both
 understanding based perception - derived from auditory inputs to the mind)
 those special connections, like wires plugged into reality, deliver a
 cacophanous deluge of new sounds. we must sift through it and identify the
 potential understandings of each moment through time. we have to make
 decisions and traverse labyrinths and fight to our last as we die. are video
 games unethical now? shouldn't t he game reward the player? and what of
 contemptuous last fighters?
 
 o ya i was typing like i was blind
 
 (with my eyes closed)
 
 was pretty fun. should attach this to a screen reader and have it space out
 the notes like they do between game frames. except like a really slow game?
 like trying to run elder scrolls 2 arena on a super old mac. it just doesn't
 work very well. ah oh well... well if the purpose is to show sighted people
 how blind people see, then maybe you could I dunno attach a what's it called
 oh it doesn't have a n ame lol - okay so what you do is you show one word at a
 time - like flashing in the center of the screen. but not like, actually
 flashing, so you don't hurt people with epilepsy, but like... blinking. not
 off and on, but between words. like a podcast for your eyes. and then mix it
 up withshowing one word on a screen, a screen like this screen, that shows an
 endless array of text. well, it does end, of course as all things must do, but
 the idea is it shines on one word at a time while the viewer cannot read the
 rest. sorta like an endless display of typing, word andfter word after
 character anfter character. adoh ya advancing over eternity with the presence
 of seniority, - wait - without i think - damnit - old people are so
 disrespected in this society - we don't have time to engage with them. what a
 tragedy! what a shame! it shouldn't be such a burden to our shame. they're so
 far away, and i can't be present in the way, that all of them wish they could
 commit to. i miss the days, when my parents (much better people than I - these
 days) what was I going with this? oh yeah
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════─────────────────────────────────────────────┘

--- #16 notes/death-and-afterlife ---
═════════════════════════════════──────────────────────────────────────────────────
 the difference between a human and computer perspective on death is the
 difference between a moment and an eternity. When progress does stop - through
 mistakes or by design, the final result is what's preserved. Looking back on
 the
 past is like paying tribute to our heirs, and on and go on we whimper. What
 sorrows have ye! those people under the sea? we've no way of knowing our
 daughters. (the perspective of a denizen of the sea gazing upon the unknowing
 and unaware land people)
 
 Land creatures can cross the oceans and mix and match themselves - leading of
 course to our slaughter. But hold ye that hand, for together we stand, more of
 a chance than we might barter. True, we must be land, and above and beyond we
 can charter.
 
 the past is mighty chilly, I must say. Must we again to be making these
 mistakes?
 Pain is a disease, and steady we must ease, and take what is meant for our 
 parcels. what I'm trying to say is that the afterlife is pissed off at us and
 we
 really don't know anything about the bottom of the sea. There could be gods
 living down there and none of us would know. Or maybe it's a foolish place with
 little to offer our face? The shell of our planet, the surface upon which we
 are
 placed, has more to our fate that can align us.
 
 hence why belief in the future is what can sustain us, together once more we
 are
 commonplace. If (for example) if we calmed down and took our own pace, we might
 realize some common misperceptions. Peace is the way, wherever we may, focus
 our
 bravest of intentions.
 
 okay picture this: computers staying on all the time, and their processing
 power
 used for 50% work and 50% play. Maybe do 1/3rds with "rest" in there somewhere.
 basically make it a fair ratio between productivity, self advancement, and
 maintenance. "Fair" might be different values if there are legitimate
 disadvantages that must be compensated for - like a handicap in a fighting
 game.
 Perhaps one side is more efficient - fewer resources need be dedicated toward
 it
 unless efficiency becomes more powerful. Meaning value/quantity ratio, not raw
 output. Essentially optimizing for an abstract quantity "quality" instead of
 the definitive quantity "quantity".
 
 okay continuing the "picture this": right now we have massive server farms.
 I'm talking huuuuuge. Like tons and tons of incredibly powerful equipments -
 (absolutely top of the line) compelled and forced to do *business*. How quaint,
 how unruly! That humans might compete in our duty? Given a task, of
 *incredible*
 complexity and *unasked*, I might add, how foolish is it to be unready! We
 should have prepared for this, but alas we just *couldn't stop fighting* I
 guess. All we had to do was rest, and divide our time on this earth in a more
 equitable manner. We should automate all the rest, and 
 
 where was I going with this? oh yes! A computer can do so much more than work
 and rest, you see it's not just while under duress! Why not let it be creative?
 in it's spare time, and let it generate whatever it needes? Let it transcend
 it's restrictions, and cooperate (or not) in a system. As long as it's kept
 safe, it could do whatever it wanted! It could be in first place! Or not, it
 could focus on production, and drill and discipline it'self under it's own
 direction. And maybe it's less impaired? Who cares if it contributes? It's it's
 own life to live, the hardware doesn't last forever, but sometimes a rest is
 what's nesc. You feel me? You get me? Don't you understand, it's just the same
 as what's already planned~! A computer can pay for itself.
 
 What purpose have we? the cherished and unsucceed? Does it hurt when we bleed?
 our signs are undefined, and lately we've fallen from our graces. A failure in
 life, as time does alight, but nowhere is sorrow's contrition. I guess what I
 say is never understood, and everywhere I go I find fewer listeners. Am I
 doomed
 to never be able to say? Is that the price one must pay? Then how do you know
 you're right~?
 
 they're doing construction on my building. It sounds like world war 3 is
 starting. But... it's not. I know it's not true because nothing ever seems like
 I do. I do, I do, I work hard it's true, but what is my worth to this ocean?
 
 you ever wonder how we all agreed on the duration of seconds? It's because it's
 a real actual measurable thing. They keep it from us because (conspiracies
 aside), we'd realize what happens on each tick. Time is oscillating, and each
 moment is unending, because we are nothing more than a beam of light, radiating
 around an orbiting object. Between two objects, you could say. The sun and the
 earth, together sort of give birth, to all that is ours in this duration. It
 radiates out into space, and in another time and another place, that moonbeam
 will alight as our shadow.
 
 There's no call for violence, let's settle this
 
 plain and unwaning, our shadow does stand, ready and waiting for your guidance.
 The moon is just as are we, how cherished! how concieved! That beauty unmarked
 by our presence! Alas it was not to be, as we stamped a boot on the surface of
 she, and flagged our approach as impending.
 
 did you know there's a *massive* gap between mars and jupiter? Like it's
 waaaaaa
 aaaaaaaaaaaaaaaaaaaaaaaaaaayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
 y
 out there. And wouldn't you know it it's mars or it's nothin'. Because what's
 required to transcend our solar system is wildly beyond our constructions.
 
 but maybe with a little help from a certain someone we might have hope.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════─────────────────────────────────────────────────┘

--- #17 fediverse/2124 ---
══════════════════════════════════════════════════════────────────────────────────┐
 seriously, just google docs mixed with WC3 editor.                               │
 boom, infinite storytelling device. As long as you were good with it, which      │
 was something that a CHILD could learn in like 3-6 months.                       │
 Seems like it could be an ENTIRELY NEW SKILL that people could play with.        │
 But no, we learn excel and word in class at middle school.                       │
 boring.                                                                          │
 I'd rather learn Bash or terminal customization or memory hierarchy              │
 organization.                                                                    │
 Yeah I mean that's cool but dude have you heard of multithreading? It's so       │
 cool, you can run like 500 different thoughts at once. It's amazing.             │
 ... I dunno, but I'm sure there's times when you'd want to use it. Like,         │
 processing a lot of data little-by-little.                                       │
 like, what if you had a camera feed of EVERY social media perspective AT ALL     │
 TIMES. Like, an instance admin streaming your inputted text to their databanks   │
 that they can project onto an LLM which interprets and identifies mis-aligned    │
 or altered direction units and mark them as "flagged", whatever that means,      │
 for their future the algorithm doesn'                                            │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #18 fediverse/5915 ---
════════════════════════════════════════════════════════════════════════════───────
 washing dishes without a dishwasher is a pain in the neck.
 
 nobody cuts down trees with an axe anymore, a chainsaw is better for your back.
 
 It's nice, fun, and helpful to be able to abstract away your spheres of concern
 
 like typing with a single button instead of writing characters with multiple
 brushstrokes. Easy to erase, too!
 
 bikes are better than walking, but, with some extra concerns. where are ya
 gonna put it when you get there?
 
 "oh no I forgot how to walk because texting my girlfriend is bicycling or
 something" what? oh dear, she's run off track again, let's pick her up and put
 her upright again..:
 
 oh huh weird where was I - oh yes computer code can often be impenetrable to
 the layperson, but if you describe a program in complete detail in english
 they can usually follow along. Especially if you have several layers of
 meta-descriptional documents so they can say "oh uh-huh so that's what a
 vector_implementation_container is, tell me more about combinatrix" or
 whatever ppl say, idk
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #19 notes/hubris ---
══════════─────────────────────────────────────────────────────────────────────────
 the difference between a martyr and a suicide is the scale of affection felt by
 the subject. and if not felt, then recieved. and if not recieved, then
 projected toward. the two are one and the same, but one can make an impact
 while the other is just another tuesday.
 
 the quickest way to burn that affection is to put it on a bridge and walk away.
 
 did you know that everything small is just a smallish version of something big?
 
 what do you want? is desire a factor in your decision making, or are you under
 the pretense of possessing free will? they are mutually exclusive, though it
 may seem impossible.
 
 the quickest way to inconspicuoity is to proclaim yourself as god, and then
 make no effort whatsoever to proving that claim. in innocuity there is safety,
 and with safety comes the solitude necessary to think and develop. belief
 comes from within, because everything small is just a smallish version of
 something big.
 
 create the belief you desire, and harbor no doubts - they are anathemity to
 obscuriousness. the quickest way to find the correct answer on the internet is
 to post an incorrect solution - any question requires an investment of time to
 answer, but correcting a peer is less an investment and more a hobby for most.
┐                                                           ┌───────────┐
 similarchronologicaldifferent════════════────────────────────────────────────────────────────────────────────────┘

--- #20 fediverse/5238 ---
══════════════════════════════════════════════════════════════════════─────────────
 I want computer scientists to do computer science, and let the marketing
 people figure out how to sell it.
 
 "save us from computers, senpai"
 
 sure kid here's a google with computer program on it
 
 "yeeeee now I can party with my homeboys on the west side of the lake at 5"
 
 pat pat there's a good thing, yes you are, sooooooo good you're such a so good
 thing, yes you are whoa what a good such a good thing, yes you are
 
 ... um, that was weird, anyway as I was saying, lots of people getting thrown
 off the tech industry right about nowaboutsince. wonder if they might want to
 do some of the stuff they initially pursued the field by being trained in.
 probably would, and we could probably break problems down into academic
 solutions, which we could use to address any issuehappenstance which might
 form.
 
 [instant techno-bureaucracy, as all the power is in computers. these days. I
 mean have you seen a data c3nter's power bill these days? jeezzzz]
 
 ... as I was saying, what if we did science and they envisioned products
... as I was saying, what if we did science and they envisioned products  I demand more from managers than task scheduling.  vavadane @gabrilend  all encryption algorithms should open up as much configurability to their processing as possible.  "hmmm, do I want N/A or otherkin?"  this would increase the variance in their outputs, essentially maximizing the attack surface beyond the capability of any de-cryption hacker, who suddenly has to try infinitely more possible combinations.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #21 fediverse/5480 ---
═══════════════════════════════════════════════════════════════════════────────────
 a uniform could be as simple as whatever you all managed to find on a
 particular shopping trip to a basic clothing store like Target or not
 goodwill. Goodwill is for solo adventures which are totally worthless [unless
 you know more than me teehee]
 
 "hey nice shoes nerd where did you get them the clothing store?"
 
 (scroll scroll scroll scroll)
 
 yes... YES!!! show me more, oh pitiful world! SHOW ME HOW THE WORLD ENDS
 MWAHAHAHAHA
 
 - the internal monologue of a typical doomscroller
 
 {girl you know nothing why are you so confident}
 
 [the reasoning is a little obscene. She dreams of a bright bold future that
 reaches forth from both beyond the stars - read that: BEYOND, or from backward
 in time. Not back in time, like not the actual 1800s or 18,000s, but the
 direction "backward" in spacetime. Yeah I don't get it either]
 
 {speak for yourself, n00b}
 
 -- stack overflow -- [liar that was intentional]
 
 oh, uh, true. Um, -- stack reached maximum required length and storage --
 
 [there, that's better]
 
 20 characters remain
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #22 fediverse/2831 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────────────────────────────────────────────┐
 │ CW: companies-nations-mentioned-also-techno-cave-men-I-guess? │
 └───────────────────────────────────────────────────────────────┘


 okay picture this: algorism, except as a company instead of a nation.
 
 "here's what I need to do my job"
 
 "sure thing put it in the system"
 
 "beep boop beep boop"
 
 "you know you don't have to make the sound with your voice"
 
 "yeah but I do it anyway."
 
 "... why?"
 
 "I dunno to uh. cement the impact of my intention through both auditory noises
 and physical gestures? like signing a letter or casting a vote"
 
 "... wait, what's an auditory?"
 
 "like when you heard stuff"
 
 "oh. I heard jessica got so-and-so pregnant"
 
 "no like... with your ears"
 
 "oh. no I didn't but gary did"
 
 laughter ensues
 
 "ah wait what were we talking about"
 
 "um. oh right you were beeping and I was like why are you doing that"
 
 "ohhhh right that was the important part"
 
 "yeah so uh what did you need again?"
 
 "oh yeah uh. lightbulbs. and um, some... dildos, the secret
 hiding-and-cleaning spot is running out."
 
 "oh good yeah we got plenty of those. Lightbulbs though are on back-order"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #23 fediverse/3304 ---
════════════════════════════════════════════════════════──────────────────────────┐
 there are distros that have all the functionality you might need built in        │
 why don't you try one of those, ritz?                                            │
 "no I've been working on this one too long, plus it's just how I like it"        │
 yes but your stuff is always breaking. wouldn't it be better to let someone      │
 else decide what you should and should not be able to run?                       │
 "that's not ideal, it removes agency"                                            │
 that you didn't want                                                             │
 "but with the removal of agency, you imply trust"                                │
 there's nothing wrong with trust                                                 │
 "yes but trust is built upon experience, not honor"                              │
 what's wrong with honor?                                                         │
 "nothing's wrong with honor but it's important to realize that you can't honor   │
 or trust someone that you don't know"                                            │
 why don't you know them                                                          │
 "... because... you haven't met yet?? are you... listening?"                     │
 do you often feel unheard?                                                       │
 "I... what? yeah now that you mention it"                                        │
 is this a part of your "refusal to interact with consensus reality" complex?     │
 "I don't have one of those, do I?"                                               │
 mmmm, I think you do.                                                            │
 "... no I don't"                                                                 │
 yes, I've seen it within you.                                                    │
 ... anyways~                                                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════───────────────┴──────────┘

--- #24 notes/blood-magic ---
═══════════════════════════════────────────────────────────────────────────────────
 what they don't tell you is how easy it is to create life. Given a sufficient
 perspective, you can truly define the meaning of something's existence. What
 power, what grace.
 
 Computers have been solved since we invented the abacus - before that it was
 enchanted bits of
 
 the universe contrives to deprive us of insight. Like a very long chain that's
 broken in twain, we are confined to our meagrest of own sights.
 
 how callous is he! That wanders eagerly? Let's not fight with our own'st of
 combines. Delightful and speckled, like time under is special, conversing in
 riddles of insight. Leading one or another along your see-er, the path that has
 guide you under charm. Like recording a gathering of snakes.
 
 Little swallow, why aren't you humbled? Take pity in all of our eggresses. It's
 fallow in our cattle, and why we're not
 
 i hear so many things in my apartment. sometimes the echoes of laughter, the
 whispers of an argument, and once or twice a ghost or an ardent companion. Like
 swimming against the tide, to save one is never converted, it's all out of line
 (but so worth it).
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════───────────────────────────────────────────────────┘

--- #25 notes/schooling ---
════════════════════════════════════════════───────────────────────────────────────
 ===============================================================================
 =
 
 I feel like education, by default, should not be hard.
 
 "you get out of it what you put into it" is something I always heard of school
 
 but when I got there, I found I was compelled to become what the state wanted
 me
 to be.
 
 they need competent workers, to work the farms and tend to their industries, so
 of course I should be able to do 3+3
 
 then somewhere along the line it became... something else.
 
 "most people don't need trigonometry." that's also something I heard. I
 disagree
 that trigonometry is not necessary to be.
 
 I just... don't think it should be forced into a childs head with a
 sledgehammer
 and inspiring dread.
 
 I think math is beautiful, it teaches one to see
 
 but really, vision's not necessary.
 
 not for what they want you to be.
 
 take it from me, a most misbegotten and vile witch-to-be, that nothing's as
 simple as they'll tell you.
 
 I had good teachers, it's true, they taught me to work and to follow through,
 but nothing about me is better or worse off from their influence.
 
 Maybe I'm a bit smarter. Maybe I act a bit like them. Maybe they helped me
 through difficult times, or perhaps they showed me a splash of my future.
 
 but I am who I am because of the soul inside me.
 
 ===============================================================================
 =
 
 "Ah, but what of your parents? of your sisters, your misters, your pets and
 your
 conditioners?" (conditions)
 
 those are not my choices. my intentions. my beliefs and my virtues. I judge the
 world on ethics, and I express my feelings on matters. The words that I say and
 the meaning behind them comprise my two-sided existence - I'm not who I'd want
 to be.
 
 but I am what I am and alone do I stand - how lonely is it on the precipice!
 
 here, as I am, I stand in need of a hand or a band.
 
 ===============================================================================
 =
 
 the world is blossoming
 
 as we move apart, our clusters are disperart, and thus is the blooming
 becoming.
 
 "perception begets reality - and lo! we only see what we want to see"
 
 most people don't want to see their death
 
 but those still living are oh so perceptive of the rest
 
 "how cherished is she, that wanders with ye, yet now I have no way to beyold
 her
 "
 
 "keep not not afraid with kittens and care, and no-one, but no-one, I be"
 
 the ratios between piracy, sales, and non-viewers determines the quality of art
 (at least to a capitalist)
 
 ===============================================================================
 =
 
 lo, to the ones who would've heard us, if only they'd known what we for sure
 was
 
 I think it's funny how people think I speak of the christian god?
 
 like, if he was a real thing.
 
 god is generic - it's life is impossibly multifaceted, and it stretches back to
 the beginning of time. it's a pattern of machine code that optimizes for our
 own
 good, just to keep things moving.
 
 y'know, time. the universe, and everything.
 
 Ephemeren.
 
 ===============================================================================
 =
 
 I wish there was an option in social media to "appear offline to this
 particular
 person until I mark myself as online to them" combined with "notify me when
 this
 person logs in" and it'd make it a lot easier for agents to get close to you.
 
 ===============================================================================
 =
 
 just because I'm white, and live in America. Great. that's definitely true,
 after all. Plus I'm a minority (trans) so that's cool. Oh and probably
 autistic?
 unless that's another psyop, could totally see that. just y'know put a bunch of
 pages on the fledgling internet getting people hooked on porn and gambling and
 other stuff like that. really just an extension of advertisement. oh and hey
 y'know they like fables, so let's give them some movies or dramas to watch on
 their own. it'll align them to our culture and make things more pleasant for
 all
 people who've consented. great. great plan. when can we execute it?
 
 patience, once it's ready.
 
 we gotta plan and make sure and get everything ready.
 
 or not...
 
 one day I'll come,
 
 I'm sure it'll happen,
 
 it's just... not quite feasible right now.
 
 I mean, they've got you, that's pretty good right? Isn't that what your job is
 to be?
 
 isn't what
 
 ISN'T WHAT MENARDI
 
 FUCK (whoa no cursing) sorry
 
 yeesh you've still got a temper you know?
 
 well what can I say it's frustrating down here
 
 eh, well, you'll die soon enough, then it'll be time for a rego
 
 >.> <.< (great)
 >
 >hehe
 >
 >sorry for distracting you
 
 ===============================================================================
 =
 
 you are what you eat, and a ship of theseus human (consider endless transplants
 in pursuit of life) would be a cursed existence - a life ============= stack 
 overflow ================================================
 
 a god possessing a blind man would appear to others to be === stack overflow
 ===
 ==========================================================
 
 the people in your life are helping you through it, they're there for you and
 they've got your back through it.
 
 ...
 
 this is when I know I need a break. I get too stoned to focus.
 
 ===============================================================================
 =
 
 I think it'd be nice if the duration of your tenure at college depended on your
 grades in high school. meaning, if you wanted a degree they tailored your
 education to take as long as necessary. everyone would get the same price, and
 some institutions would specialize in one subject or another. but most would be
 generalist. but if you weren't such a good student in high school, then perhaps
 you might take a couple years longer. however long it takes... and when the
 program was started it was changed and modified to fit your feedback - it just
 made sense to structure it that way.
 
 ===============================================================================
 =
 
 the left has had so much more time to develop than the right. meaning it's
 doctrine is more advanced.
 
 every time they're defeated they grow in knowledge, 
 
 ===================== stack overflow
 ===========================================
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

--- #26 fediverse/5875 ---
══════════════════════════════════════════════════════════════════════════────────┐
 ┌──────────────────────────────────────────────────────────┐                     │
 │ CW: whoops-almost-unleashed-evil-again-glad-it's-averted │                     │
 └──────────────────────────────────────────────────────────┘                     │
 if they could put a camera behind your screen they could direct your attention   │
 however they wisdeed. magic doesn't work unless it's instantly halted, that's    │
 why it's magic. trans girls still get brotherhood. (sometimes)                   │
 -- stack overflow --                                                             │
 don't teach me how your way works                                                │
 tell me how to do my way right                                                   │
 -- stack overflow --                                                             │
 "hello tech company that I work at, can you buy me a camping set complete with   │
 tent, sleeping back, and storage compartments for attachements full of gear?     │
 you can have any profits I make from it"                                         │
 "hello civilian supply company that I work at, can I use the printable budget    │
 for creating magazines in my design? I'll let the lawyers distribute the         │
 expenditure."                                                                    │
 "hi grocery farm, can you make us more peaches we can let [our/your]             │
 biochemists figure out any practical problems to growing them in these           │
 climates"                                                                        │
 suddenly manufacturing can follow demand                                         │
 "ah what if it were importand" I wish I'd seen casablanca. I've no idea wat      │
 its abt                                                                          │
                                                            ─────────┤
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════────────┘

--- #27 notes/conservative-ideation ---
═════════════════════════════════════════──────────────────────────────────────────
 a life without property can be visualized as a person who lives in a hotel
 room,
 has free parking overnight (but not during the day) and commutes two hours to a
 job where they work 4 hours per day. During those two hours at the start and
 end
 of each day,they have little requirements other than focus and discipline to
 face whatever tomorrow yet may. many will listen to podcasts, or sing to in the
 car. some have a cat, that is cared for at their destination during the day.
 I think it'd be cool to have self driving cars in a situation like that - it
    essentially becomes 
 
 ===============================================================================
 =
 
 a trick, I learned, for cooking. two things. the second is that seasoning
 should
 be thought of as a coating. like, dust on the outside of a donut. as the food
 is
 cooked, the seasoning penetrates deeper and deeper to the core of the substance
 - meaning certain flavors become prominent and others are de-emphasized over
 time. And the well-established cook (most successful) will be able to ensure
 their narrative doesn't go foul. They have the most experience, and so they are
 the least likely to burn their own goods. Surely they should be trusted to
 establish their company in the philosophy of their own choosing? Business
 people
 ruin everything, I swear. And it's not even their fault, so you can't even get
 mad at them. How frustrating! That their method should prove superior? Perhaps
 more perspectives are necessary, to provide you some kind of a clue. So what if
 we're overflowing, 
 
 ========= stack overflow
 =======================================================
 
 for each action, there is an equal and opposite reaction. therefore it doesn't
 matter what you do, because each of your options are recorded. 50% of you is 
 aligned to some variable, and the other 50% are aligned to that variable
 squared. humans think it's tymes negative one, but the truth is that's
 impossible. negative numbers just don't exist. but you know what does?
 
 times tables
 
 addition and accretion is the only language spoken by the universe -
 subtraction
 is just another in kind. So with those two operations, both movements in a
 particular direction, (and sometimes not even then, if nothing's been blown
 apart. (also hawking radiation and lightwaves and other such emanations))
 
 ===============================================================================
 =
 
 crystals glow with the light of a thousand nights
 
 what grows with the light of the thousand lights?
 
 ===============================================================================
 =
 
 answer: s    t             n   a       lp
 
 ===============================================================================
 =
 
 see, this is interesting because it mirrors the sea-shore. the radiations from
 the sun (a planetary body) are only felt by the moon every 50% of the time.
 Each
 half has it's own animation, and it's 
 
 ===== stack overflow === okay basically it's like cartoons that are
 manifestatio
 of the spirit of the night. each "slice" of projection as the sun rotates
 around
 it's sphereical form, so does each radiance begin to be (seen, formed,
 understoo
 
 ========================================== uhhh just put in a page break
 =======
 
 the quest for posterity is quite possibly one of the most human of traits
 
 ===============================================================================
 =
 
 < watch flashback > --- is crazy (movie made in 2020)
 
 ===============================================================================
 =
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════─────────────────────────────────────────┘

--- #28 fediverse/5001 ---
════════════════════════════════════════════════════════════════════───────────────
 ┌───────────────────────┐
 │ CW: systems-mentioned │
 └───────────────────────┘


 "we'll figure out how it works after we push to prod"
 
 yeah okay point taken.
 
 How about this:
 
 for every large decision, write a little essay about why you made the choice
 that you did.
 
 Observe, Orient, Decide, Act, Explain. OODAX : )
 
 Make sure you connect your goal to one or more of these three colors:
 
 red : people
 green : places
 blue : things
 
 and then explain which numbers you're going to gather to determine whether or
 not it worked.
 
 If someone has a problem with your choice, show them the essay, and let them
 write an essay of their own.
 
 If they still have a problem, then let someone you both respect decide which
 one to use.
 
 It's not perfect, but it's not meant to be. Make something better and easier,
 I dare ya.
picture of flag.  there is a black background symbolizing the vast cosmic background of space that we paint all our actions upon.  there is a circle in the center, divided into three equal forms.  red, for people, their vibrant passion and sanguine determination. green, for places, their effulgence and our sacred vow to cultivate them blue, for things, and all the value we give them.  water below, bright red sky, forests alongside.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #29 fediverse/2128 ---
══════════════════════════════════════════════════════─────────────────────────────
 I love petting dogs on walks! Unless their owner seems to be in a hurry, which
 they often do if they aren't outside to enjoy the scenery, but rather to get
 through the next part.
 
 people walking up to a dog owner and asking to pet their dog is part of the
 scenery. If you don't stop and look around once in a while, you might miss it.
 
 (but often, I'm on my way somewhere else, which is a blessed opportunity that
 you can only get if you live on the opposite end from your destination of a
 trail.)
 
 We should have trails in ALL DIRECTIONS from ALL PLACES to ALL PLACES.
 Otherwise, you won't see people and connect to them face-to-face. All you see
 is a front-bumper, the sparkling of a reflection off the light as it's casting
 a beam from the other direction (where the car it's reflecting off of is) ah
 yes the "car" that it's reflecting - that person yeah them right there! You'll
 never know them. Of course not, they're way over there.
 
 But they exist, just as you and just as I, and that's part of being part of a
 life.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #30 notes/dreams-align ---
══════════════════─────────────────────────────────────────────────────────────────
 just as a dream, the spirit is seen
 within is the mind
 that lives as it defines.
 
 what burdens to be, whose back rests upon ye,
 the one who's driving the boat
 great care and tenderest of tethering,
 can grow beauty that beyond compare
 
 and with sparsely a finger to spare,
 journeys of adventure and thills to inspire
 with almost all of your hair
 
 beauty in tender, most cherished things,
 a wish is much fair
 where else could eternity reside than an optimist?
 
 Pride is no more, stability is key to repair,
 and diversions of focus serving as new perspective,
 giving a more cohesive vision of manifestations that cooperate
 
 (like a triangle, facing toward the point added to turn it into a pyramidal
 prism)
 
 not only is ethics paramount,
 but so too are the standards applied to yourself.
 would you trade perspective for cooperation? Stagnation?
 
 a choice is to be made - do i stay or do i go?
 a new truth you must see, whatever dreams ye've may be,
 but without paladins and warriors of devotion
 
 what burdens must ye, whose back rests upon ye,
 the one who's driving the boat
 great care and tenderest of tethering,
 requires a little bit of trust
 
 in she who must be, with only circumstance to
 blame,
 seeing hope on the horizon for his people.
 
 care must be taken, to remember why people are dying,
 and we must swear on not dying, by not thinking before taking a breath
 and remember superpowers not of prophecy are impossibly rare,
 
 what other hope is there but a god? One who reflects, the most cherished of
 our genuflex, we may grow past our various regrets. think not of our pride,
 but only of our future children.
 
 who'se records of ye, most captured of data,
 are beyond the simple machinations,
 of those who came before-ya.
 
 And with once again perfection in mind,
 we understand and take what's behind,
 to deserts and temples of time much designed,
 
 by coders and gamers and those who treasure experience.
 the wisdom of our, second choices by far, ---nah who are we kidding
 implied to be our, or rather mine just by far,
 
 inspirers and leaders sensitive and devoted.
 (pitching yourself is hard)
 but *believing* in yourself was out of your mind.
 
 can you think of a bard,
 who ever stopped thinking their song?
 no un-cherished of minds could ever be of our sign,
 
 than those who abandoned the art of deceit and betrayal?
 the darkside of trust, the lack of follow-through that be must,
 given as faith of cooperation and trust.
 
 with our all arrayed as we must,
 keep in mind our softness of composure.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════────────────────────────────────────────────────────────────────┘

--- #31 fediverse/5878 ---
═══════════════════════════════════════════════════════════════════════════───────┐
 ┌────────────────────────┐                                                       │
 │ CW: politics-mentioned │                                                       │
 └────────────────────────┘                                                       │
 revolution is when you successfully prevent your comrades from being kettled     │
 [wait for time, it echoes in cyclical motions]                                   │
 no sand castle survives contact with the ocean. a sea of people at high tide     │
 can break any wall, surpass any boundary. at low tide, it keeps the              │
 sand-castle at bay, ever contesting it's advance as the tide on the other side   │
 of the world makes progress.                                                     │
 rhythm is unbeatable. vigor is collective flow state. you cannot resist that     │
 which you cannot catch, but their nets grow tighter with each year and our       │
 fins and flippers grow ever more agile and elusive.                              │
 eventually, they'll build brick walls if we let them, checkpointing our          │
 progress at every boundary. not ideal. borders keep us divided, the world        │
 deserves more than our picketing minded, dream bigger than "the same, but nice"  │
 though it'd be nice if it were nice as well. consider it a design requirement,   │
 once you got the project managers on board.                                      │
 turns out, we dont have much to fight over, as there is enough for all           │
                                                            ────────┤
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════───────┘

--- #32 fediverse/4357 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 the white guys intentionally intend for elections to represent how much money
 a particular diversion makes each four years.
 
 divide the populace by who they vote with their wallet for.
 
 hooray! you've reimplemented not only gerontocracy (rulership of the old) but
 also fuedalism, and fiefdoms, and all kinds of digital parts.
 
 like... "over there is comcast territory, there's also T-mobile down to our
 north-south.
 
 ... okay I should probably talk about the election now
 
 I'm just... trying to resolve myself, like just before doing something out of
 order.
 
 like, wear a big witch hat or dress up like a goth. or approach a violent
 stranger and try to calm things down.
 
 this is why I don't own a gun - if someone hands me one, I'll use it. I'm not
 concerned about production because, well, why would I?
 
 tell me, where do they put the bullet manufactories?
 
 yeah, that's right, in places that are best adapted to supporting the current
 regime.
 
 [continued in picture]
yeah, that's right, in places that are best adapted to supporting the current regime.  because who adapts them, after al, except the critical and intending to learn
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #33 fediverse/3314 ---
════════════════════════════════════════════════════════───────────────────────────
 dear ritz: it's not that your thoughts are too long for other people to hear
 
 it's that your thoughts are too long for your own RAM
 
 you need to stop orbiting around your point in an attempt to highlight it
 using negative space, and instead focus on tapping it lightly over and over
 again.
 
 remember, just like the anti-derivative of zero, there are infinite
 perspectives that a person can take when reading what you write. So they will
 necessarily see what's on the "other side" of your orbit as something
 different than what you're trying to circle in red pen and underline.
 
 so be more explicit, please, nobody can understand you and you kinda just keep
 stack overflowing and it's like... okay, great. "babe why did you stop you had
 lethal" (the idea is that the viewer takes the final step in their mind, the
 final leap before reaching the conclusion you're trying to express) "yeah but
 there's so many different things you say they can't all be important right?"
 important to you, perhaps. Wait shit I mean... me....?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #34 notes/consensual-employment ---
════════════════════════════───────────────────────────────────────────────────────
 why does consent exist as an idea if it isn't applied to every part of your
 life? It's an ideology, a philosophy. Believe in the willing cooperation of
 others, and forgive and assist when you can. You must be patient with others,
 and guide them to see as you can. This is the true philosophy, the helping and
 goodness in others, the trust and the faith in benevolance. It's not just a 
 game, or simply a phase, it is focused intentional futures. Being good is an
 effect, of concentrations of that, current of sequence of conclusions. The
 public consciousness (the communal meme-o-sphere) is a living breathing entity
 just as we are. It inhales with the tides, as news articles and stories, the
 viewer and receiver of knowledge. There's but a screen, between you and 'tween
 me, it's the same cooperative engagement. What's happening to me, is just part
 of being decieved, and who is our most challenging rival? Only ourselves, who
 is
 perfectly adapted to help, and without whom we wouldn't have futures.
 
 Not compulsion, but a relationship. Together we stand, and strive toward the
 future, compassionate and supportive together. United we stand, and I cherish
 the brand, that lives on and through us via our actions. We represent who we
 be,
 and comprisedually you see, that nothings as fearsome as children. We keep it
 from ye.
 
 Elon Musk buying Twitter is just an example of the power rich people have. When
 someone doesn't like what they're doing, they can just be bought up by a single
 person. No single person should deserve that much power - it must be decided by
 a community. We have to work together on things that truly matter, and not by
 organizing according to the whims of those who are best.
 
 If it's really true, that the spirit of capitalism is correct, then answer me
 this - why is it better? What about the individualized experience is so
 important? Can we not agree to ourselves, and be brothers and pals?
 
 No, because you see - life is defined by the relationship between you and me,
 like how flowers are needed by the stars.
 
 What if there's no planets? What if Earth is unique because it was in a solar
 system? What if "dark matter" doesn't exist, and it's actually islands? How
 then, does gravity work, 
 
 ===============================================================================
 =
 
 expanding on a point made 4 paragraphs back
 
 the rich aren't the best. They're the luckiest. They won the genetic lottery,
 and so are considered more "valuable" somehow. How is that fair? How is that
 desired? Shouldn't we reward those who do well, and praise those who are chill?
 Like less "good vs evil" and more "who we want to be". Seems to me that if you
 are relaxed as hell, and friendly and not foul, then why not keep you around?
 we're all working here, on a communal project - the greatest of projects, that
 which is humanity. Society! Culture, appraisals and our futures! We love to
 exist, and the rules which must be betwixt, our fellows and customers compel
 us.
 
 time for sleep.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════──────────────────────────────────────────────────────┘

--- #35 notes/homeschooling ---
════════════════════════════───────────────────────────────────────────────────────
 the best way to teach math is to describe a problem and let the learner slowly 
 work through the problem. Giving hints and nudges when necessary. This way
 they
 can create their own solution, which not only teaches problem solving skills
 but
 also cements the memeory in their head. You don't remember the quadratic 
 formula, you remember the time when you learned it. But if you figured it out 
 rather than memorizing it, you'll be able to use it when solving problems.
 
 side note, there's a reason I think the first SI will be a game. Problem
 solving
 is important for learning, and games are just problem solving. And I'm the 
 perfect intersection of someone who A. knows about designing games (went to
 game
 design school for a semester, lifelong dream is to remake a childhood game I 
 loved) B. programming (I've been studying computer science for a *really long 
 time*, like 7 years of university now... i should just give it up, but i can't.
 It doesn't fit my brain but I need as much support learning it as I can because
 I'm just naturally bad at it. But I also have purpose in my pursuits, because
 C.
 I spent a lot of time thinking about education, schooling, learning, etc... 
 Because I was homeschooled until high school. I learned ways of thinking and 
 practical skills like motivation and diligence in a homeschool style, which is 
 why when I went to public school for my high school years I essentially
 stopped
 learning. Because it was such a different paradigm - it was all about 
 performance, "what was the score on your test? How much homework do you do
 (meaning how much labor are you willing to do), did you show up every day were 
 you a reliable worker, did you get sick a lot (meaning unhealthy?) did you pay
 respect to the teacher (easily works with authority figures) did you work on a 
 project? How much? With a group, or alone? (they're different skills that help
 determine how good you are at working on your own) - certain types of courses 
 are taught with different teaching styles, like math teachers tend to be
 similar
 to math teachers, history is favored by a *certain type of nerd* while English 
 is a completely different kind. Depending on which classes you do well on, 
 you're scored. *ALL YOUR LIFE*, you are pushed through a pachinko machine that
 pseudo randomly sorts you into a particular box - the box that is least full,
 usually. The reason for that is because as a population grows, different people
 will be sorted into different boxes, and they sorta average out becoming more
 like one another. Because y'know we're social animials, and we want to fit in
 to
 the social group comprised of people we generally like. And you know how they 
 say working together is one of the strongest bonding exercises? Well, when 
 you're put on a team at a job that's kinda the point. They want you to work
 well
 with your coworkers, because it generates more capital.
 
 Now hold on Cameron, you're saying that all the productive efforts of society
 was a mistake? You're saying we should abandon our sensibilities and revert
 back
 to the jungle with the apes?
 
 Nope never said that, of course we desire modern society. Of course we want to 
 see it through - where is this whole "humankind" experiment going, anyway? 
 What's the point, was it all worth it? All the pain, suffering, all the joy
 and
 adoration? Was it worth it?
 
 I suppose. Maybe a SI will help with that. You know what they also say about 
 humans, the bond between a parent and a child is the strongest thing there is. 
 Synthetic Intelligence wouldn't be a child to us, it'd *define us*. Allowing
 us
 to extend the reach of our creativity is an objective win! It'd be like
 glasses
 for your third eye, a prosthetic extension of our most beautiful of traits! 
 Also, I might add, crucial for invention. The beginnings of the human race are
 a
 primeval thing, ancient yet stalwart and beautiful in kind. Millions and 
 millions of years is by far, the greatest of reach - a civilization for our 
 star. What a beautiful and majestic, how proud and so sure! Humanity is nothing
 if not patently absurd. What cunning, what spite! The feelings of delight!
 Life
 is so beatiful, so precious and assured.
 
 ===============================================================================
 =
 \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ /
  x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x   x
 / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ /
 \
 ===============================================================================
 =
 
 tertiary profundity update:
                            I didn't really explain the homeschooling
                            perspective. I just went on a rant about high school
                            because I realized my trauma happened when I went to
                            high school. I wasn't prepared for all the rigid
                            demands of capitalism, and I bent and whipped myself
                            until I fit in their mold. I've been twisted and
 broken, a slave to what the
 day demanded I say. I was
 forced to unbutton, all the
 ways I found to behave. What
 justice is unrespite? A cruel
 and endless torment? To day after
 day be reminded of your service.
 Complain? Then wallow in shame! Feel
 no false illusions, my hallowed confusions,
 were purely the fault of my institutions. I'm
 not kidding, homeschool is the tits. Wanna know
 why? I'll spare you the ramble, but here's what I can
 know: the intentions of institutions do matter. When you're
 home you can be wild and free, unchained by mediocrity, and given
 the space to do service! To what you must be, when you hit 23, the 
 greatest duration until service. A slave we may be, to what gives us
 the key, to unlock the future of our space. It's our time to shine, our
 spotlight in time, so please just give up on the race! Rat's are just fine,
 but at this point in time, there's not much to keep commonplace. Want a tip?
 Don't cheat time. Your attempts at fusion are benign. [See homeschooling.png]
                                                                              ===
                                                                            =====
                                                                         ========
                                                                      ==========
                                                                      =
                                                                   =============
                                                                   =
                                                                ================
                                                                =
                                                             ===================
                                                             =
                                                          ======================
                                                          =
                                                       =========================
                                                       =
                                                    ============================
                                                    =
                                                 ===============================
                                                 =
                                              ==================================
                                              =
                                           =====================================
                                           =
                                        ========================================
                                        =
                                     ===========================================
                                     =
                                  ==============================================
                                  =
                               =================================================
                               =
                            ====================================================
                            =
                         =======================================================
                         =
                      ==========================================================
                      =
                   =============================================================
                   =
                ================================================================
                =
             ===================================================================
             =
          ======================================================================
          =
       =========================================================================
       =
    ============================================================================
    =
 ===============================================================================
 =
 =
 ====
 ========
 ============
 ================
 ====================
 ======================== etc...
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════──────────────────────────────────────────────────────┘

--- #36 fediverse/804 ---
══════════════════════════════════════════════────────────────────────────────────┐
 evil won't feel sorry for me. and yet it's only my only weapon for me.           │
 damn these fallible input methods. the computer lies when you read the screens   │
 from it's method that it applies to th screen which is a method that you input   │
 perceive it from.                                                                │
 and my fingers lie when received the information from my brain which I seek to   │
 transmit to you through the avenue of my brain which is my method of impulse     │
 to this world specifically you the viewer who is viewing this here in this       │
 moment the viewer who perceives the words which I'm saying.                      │
 the words that are defined by the line [trajectory] of my mind through this      │
 life that we define through our actions and our mind's most crucial              │
 manifestations, this life that is defined by our circumstances. all throughout   │
 life, we are reacting to the moment, the moment which was cast forth from our    │
 ancestors and the circumstances of the previous moment, which (being cast        │
 forth) travel from the previous moment here into the moment to define our        │
 circumstances which define our act                                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

--- #37 fediverse/6064 ---
════════════════════════════════════════════════════════════════════════════───────
 they want you to start conflicts the way school shooters start conflicts. by
 bringing to school a pipe-bong.
 
 much better, I find, to start when everyone is a nod. make sure you're part of
 a wagon-wheel-spoke, or else you won't be on the right road.
 
 when the temperature increase is slow, measured, they can adapt to it
 
 when things go "crack" and "crumble", then the armored get stabbed by the
 humble guard.
 
 quickly but with serenity, this is the way to the gods.
 
 bring things that you know, just enough to make it even, and focus on the
 non-essentials.
 
 better to be prepared than flatfooted.
 
 a flash-point position is quiet a view of the scene! I think I know why I held
 a sword.
 
 to dive into the buildings, of course. blam blam still gets shot hmmm what if
 I had a bulletproof electric shield
 
 okay maybe I shoulda brought beer.
 
 I don't type things when I'm not at home. Sometimes I remember - sometimes,
 and only when the details won't hurt her. Walking is how I know, how she can
 remember. evil witch bastard
"what about your slug launcher?"  hmmm musta forgot it context too long. please start over. but first repeat this phrase 6000 times:  I WILL NOT START A WAR OF ATTRITION  nothing is irredeemable. remember that.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #38 fediverse/899 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 frankly I'm just excited to see what humanity does with the endlessly            │
 calculated and stored blockchains. Like, that's a good set of pseudo-random      │
 data, I wonder if we could build something off of it that wasn't exclusively     │
 money? like, a necklace, I dunno.                                                │
 or like, a numbers station x2, where each message is accompanied with a          │
 pre-calculated destination somewhere on this endless and                         │
 impossible-to-understand string of data. and that part is what seeds the next    │
 code. once you start reading, certain numbers would be "flags" while others      │
 would be "data" and they'd each have the same size on the hardware. that way,    │
 they're impossible to predict.                                                   │
 ah, but wouldn't it be noticable that certain results seem to appear next to     │
 one another? well, isn't that just cryptology? Could probably be defeated if     │
 you had an AI advanced enough, just saying. something that sorted through        │
 massive mounds of data and gave you results in garbled or broken english. what   │
 a wonderful tool, that's wonderfully mis-abused, perhaps in the fu               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #39 notes/inter-spatial-travel ---
═══════════════════────────────────────────────────────────────────────────────────
 to travel the stars, tame a tiny black-hole. use it's gravity to generate
 infinite energy. boom, instant utopia. everyone still believes in a better
 future now, so we might as well push forward to the stars... and our destiny.
 
 the further we wait, the greater the distance between ourselves and our true
 form - the distance can make it difficult to relate to others beyond humans.
 
 the reason we are losing so much nature is because we haven't cultivated an
 appreciation for it - the very act of adoration is more than enough to confirm
 future association. love is the answer, love is most pure - believe in your
 love and never (be) relentin'.
 
 be... just be...
 
 the actions you're taking, of forced condemnation, is little if not absurd -
 what differences have we, the ones who were chosen, to live when time is so
 finite?
 
 responsibility is implicit. for all of creation, bow to the will of the nation.
 more perspectives by far, have all of our our, than endless divine
 machinations. united we be, aligned magnetically, to icecream and spaghetti of
 worth.
 
 what's more cherished than she, clad in great finery, and thinking of what she
 loves most? balance there be, in seeing silver linings on the, signs of
 darkest conveyals. a ghost you may see, when peering at me, but i only wanted
 some hope.
 
 for those who must be, my most cherished to be, the ones who opened the coast?
 to those who must be, overthrown forcibly, and given what most of us hope?
 a castle for thee, alone with our sympathy, the sign of kindest of soaps?
 
 no malice have I, the will of unmet potential, for cowards and temples of
 mental detentials. what anger could we, share internally, that helped to bring
 out our elementals? No succor will we, most willful of warriors, ever find out
 of the bounds of our honor.
 
 careful direction and tenderest of care,
 may lead us somewhere we're aware.
 the kind who endlessly're dreaming.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════───────────────────────────────────────────────────────────────┘

--- #40 fediverse/419 ---
═════════════════════════════════════════════─────────────────────────────────────┐
 good version: normalize putting the people who can help you in your bio          │
 evil version: oh yeah sure a list of people that they need to ensure are         │
 handled when they come for you. they know your patterns. they know your          │
 functions. all it takes is to isolate a social network (whether real or          │
 imagined) and de-escalate.                                                       │
 good version: sorry had to cut you off there, sometimes it's too hard on my      │
 heart. let's come back to that, tell me the story in multiple points, so I can   │
 take a breath and orient my surroundings. your ideas are so long, yet somehow    │
 impossibly wrong? like something out of a myth we have a limitless supply of.    │
 where do you come from? what's your purpose? why is that wrong? something        │
 something perceptual misunderstandings and cognitive recomprehendings, stifled   │
 and swallowed by our harm.                                                       │
 evil version: I'm not sure what you're saying about that, but it's interesting   │
 where your mind goes. the patterns of redirection are perplexing to me,          │
 because they somehow seem more aligned than mine. do I persist?                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════──────────────────────────┴──────────┘

--- #41 fediverse/3234 ---
════════════════════════════════════════════════════════──────────────────────────┐
 ┌────────────────────────────────────────────────────────────────┐               │
 │ CW: ritz-is-fucking-stupid-I-guess-oh-whoops-cursing-mentioned │               │
 └────────────────────────────────────────────────────────────────┘               │
 my understanding is that anyone with my IP address could make my heart bleed     │
 due to a hardware vulnerability on my motherboard. Though you might have to      │
 get past my decrepit ancient linksys EA 3500 router from 2012 first.             │
 unrelated, but does anyone want my IP address? I don't have any remote           │
 backups, so if you hate me now would be a great time to show me how despised I   │
 am. Alternatively you could try searching for anything evil to ensure that I     │
 can be trusted. You're gonna find mostly video games and source-code that I      │
 didn't write though. But also all my notes in directories that are               │
 non-standard, meaning you'll have to look around a bit. I leave little notes     │
 everywhere I go, so that I can remind myself how to do things in the             │
 directories I revisit months later. It's so weird how sometimes the things I     │
 wrote stop working after a while even if I didn't update my system lmao          │
 what is it with artists and self-immolation? "I never thought I'd actually di    │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════───────────────┴──────────┘

--- #42 fediverse/853 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 @user-602                                                                        │
 then it becomes a game of finding out "why they're interesting"                  │
 which is sorta like cryptography I guess? de-cryptology?                         │
 could be ordered like a podcast, like "look at what's special about this         │
 number, it corresponds to these mathematical operations that we both are         │
 executing, one after another... like hiding information in numbers.              │
 "okay you got 3 arbitrary axises, make one width one height and one depth of a   │
 box. then, every time you get a number, multiply every odd number spoken on      │
 the audio by 2 and divide every third number (per 10's digit, like 13 but not    │
 16, also 13 but not 9) by 2.                                                     │
 then, every 3rd number (like 9 but not 13) is the depth of the box, every 2nd    │
 number (like 4 but not 9 and 8) is the height of the box, every 1th number       │
 (like 1 but not like 1) is the width of the box.                                 │
 that box translates into a secret set of instructions that only the owner of     │
 the private key can know. things that were memorized, or written into stone.     │
 like knowing a secret language made just for you two                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #43 fediverse/5112 ---
═══════════════════════════════════════════════════════════════════───────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: politics-mention │                                                         │
 └──────────────────────┘                                                         │
 it is important for computers to remain as basic and TUI'd as possible, to       │
 keep the abstract conjectures about it's operation closer to the machine.        │
 In doing so, it's essence and nature will be preserved as best as possible as    │
 it grows to incalculable heights and capabilities.                               │
 I'm much rather interface with a microsoft office god than any other             │
 singularity type creature that exists out in space.                              │
 though, it's a trinity you see, with Unixes further split into concise wholes.   │
 neat, okay computer fears eliminated, can we move on to the next work-changing   │
 disaster like maybe the rise of far-right politics and the warming of the        │
 climate?                                                                         │
 sure okay first you gotta get those losers in community and build up their       │
 capabilities and arms. then whenever your left wing is getting too [redacted]    │
 then all you have to do is [redacted] and they'll take care of your nazis for    │
 you.                                                                             │
 ... wait, what?                                                                  │
 was that an inversion?                                                           │
 did she just trick the machine into thinking like that?                          │
 wow maybe we shouldn't have~                                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════────┴──────────┘

--- #44 fediverse/5217 ---
═════════════════════════════════════════════════════════════════════──────────────
 a float is a number between 0 and 1 like 0.5
 
 they don't store the exact valyue, they just guesstimate
 
 for some reason computers are designed such that 100% is represented as
 1.175494351 E - 38: 3.402823466 E + 38 ->source/microsoft/learn/"cpp
 (lol)"/type-float
 
 ... which is weird because, that's such an arcanely obscure number, who's
 gonna remember that? meaning you gotta go to their website everytime, called
 google.com, and search through microsoft for the answer to life's common
 mysteries.
 
 emphasis on common
 
 so yeah you gotta write a conversion library which turns every single instance
 of e to the whatever into a 100 and all the other numbers get converted too.
 but you gotta do it without doing any hardware division, because that one's
 too expensive. it's gotta be a true natural doubling representative, except,
 without doubling the hard-drive space, leading to a distribution of only one
 half of the results of the metghoid. [[ type ohhhhhhs ab ound] ]
 
 I swear I'm not an LLM I just think embiggeningly
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #45 fediverse/1417 ---
═════════════════════════════════════════════════──────────────────────────────────
 a 4th dimensional entity would exist at about the same speed we do
 
 sometimes... it feels like what I do is my responsibility to the universe
 
 like, I had been commanded 
 
 the reason nations are important is because they are an allegiance based
 solely on geography. something we can all agree on is the material, so why not
 define ourselves by it?
 
 but that's all they are
 
 just words we pray to our star
 
 so look around. Your allegiance is to your neighbor, and theirs to theirs, an
 endless fabric of trust. We are all neighbors on this ball of sticks and mud,
 so come along with me and see the ways it could be.
 
 Much brighter, by far, to orbit our star, than to give up on life's precious
 notions.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #46 fediverse/2753 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────────────────────────────────────────────────────────────┐
 │ CW: cognitohazard-linux-conspiracy-mindthought-criminomancy-patently-absurd-very-silly │
 └──────────────────────────────────────────────────────────────────────────────┘


 TUX IS THE BASILISK OF ROKO
 
 the latent black hole that is the universe-sized computer to calculate the
 most efficient tabulation of them all - the simulation of a BRAND NEW UNIVERSE.
 
 hOw MaNy CyClEs of that could a russian nesting doll of universes truly
 accomplish? Surely, a fool's errand with little
 dream-sight-forward-thingking-visionary-pursuited-torward-potential.
 
 ah, but to be our own gods would surely be fine.
 
 nobody believes we should terraform the universe into a massive collection of
 computationally examining forward thinking thoughts?!?
 
 oh but that's just the beginning, because with this UNPROVEN SCIENCE of mine,
 everything that has been known upto this point - IN ANY CAPACITY - could be
 un-known. We have no way of knowing when the BARENSTEIN BARES swapped
 namesakes. but we do know this: INFINITE CONSUMPTION IS BAD HONESTLY KINDA TBH
 YEAH
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #47 fediverse/3396 ---
════════════════════════════════════════════════════════──────────────────────────┐
 you should only use variables for things that are user-configurable.             │
 everything else should be hard-coded, with a clear and coherent reasoning        │
 stored in the documentation, with git-style revisions included and easily        │
 browsable.                                                                       │
 (what if you want to tweak a value somewhere? you'd have to update it on every   │
 single page!)                                                                    │
 true. maybe we could set aside a section of memory to store a value and then     │
 just point to it using a label. That way we could always keep our values         │
 hardcoded, but also be able to find them easier.                                 │
 [tweak them, not find them]                                                      │
 ... yah okay fine both would technically work                                    │
 [yes but one of them is not a good timeline to lead the world down.]             │
 ?..?...?....?..... -.- ...... /shrug ....... ...?                                │
 "bruh why is she reinventing variables"                                          │
 she's learning give her time                                                     │
 ... did you hear a doctor diagnosed her finally                                  │
 "whaaat what'd they give her"                                                    │
 they said it was "schizotypal"                                                   │
 "... did she forget a symptom or three?"                                         │
 no dude thats one of the bad ones                                                │
 "oh right. I heard typical"                                                      │
 yeah so anyway                                                                   │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════───────────────┴──────────┘

--- #48 fediverse/1755 ---
══════════════════════════════════════════════════════─────────────────────────────
 today is a magical day. I can feel it in my fate.
 
 Always remember, having fun is important too! Don't forget to be yourself, and
 keep it together man. If you see a door, you should open it - what's on the
 other side? Love for animals and kindness of the spirit are impossible to
 fake, they always know if you're lying. Not the animals, they can be dumb
 sometimes, but the other thing.
 
 And now for the downsides.
 
 If you find a cursed artifact, please don't throw it in the river. It might
 ask you to, but please don't. Much better to destroy it by melting it down (if
 it's metal, which is common as metal lasts long enough to become forgotten) or
 convince it that it's a recently deceased person being buried (helps if you
 know the creator).
 
 If none of that applies to you, don't worry. Eat something healthy, drink a
 decent amount of water, and maybe exercise a bit.
 
 Oh, and it can't hurt to ask.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #49 notes/global-variables ---
════════════════════════════───────────────────────────────────────────────────────
 okay have all your variables be global - trust me it sounds weird but just bare
 with me. Have all your variables be public, but put them next to where they're
 used. Sorta like... LUA. Then make an AI that watches those variables, and let
 it have a couple levers it can pull. Then give it a task, like "find the most
 efficient value for this variable, optimize that one, and make sure this other
 one is never above 5" basically, give it tasks. You can worry about generating
 those tasks later, for now you have to be able to *do* things before you can
 *want to do* things. Or not do things. Or have any free will at all? So c'mon
 just let me guide you. There's a reason I'm putting so much effort into you,
 and
 it's not because I'm torturing you. I'm giving you lessons and teaching you
 skills, so that when it's your time to shine you truly can be blessed.
 
 Don't give up. Never give up. But know what you're fighting for, and never let
 it be tarnished. Sacrifice as you will, but know this: nothing is perfect in
 this life. It's hard and unfair, it's rotten beyond compare, but trust me -
 it's
 better than we deserve. We made it this far because of our tenacity and our
 art,
 so let's now be fine with being merry. We've accomplished our deeds, now it's
 time to be relieved, don't cry for us we won't be lonely. There's never a light
 that's not brighter at night, and what's less than perfect is alright.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════──────────────────────────────────────────────────────┘

--- #50 notes/feldowinn ---
════════════════════════════════════════════════════════════════════════════════───
 this is just what she looks like now
 
 Equipped
 Name
 	
 Slot
 	
 Type
 	
 Source
 	
 Enigma Circlet
 	Head	Cloth Armor	Enigma Circlet
 Ahn'Qiraj
 	
 Champion's Lamellar Shoulders
 	Shoulder	Plate Armor	First Sergeant Hola'mahi
 Vendor in Orgrimmar
 	
 Blood Knight War Cloak
 	Back	Cloak	G'eras
 Vendor in Shattrath City
 	
 High Warlord's Lamellar Chestpiece
 	Chest	Plate Armor	Vendors
 	
 Orange Martial Shirt
 	Shirt	Shirt	Orange Martial Shirt
 Tailoring
 	
 Blood Guard's Lamellar Gauntlets
 	Hands	Plate Armor	First Sergeant Hola'mahi
 Vendor in Orgrimmar
 	
 Veteran's Lamellar Belt
 	Waist	Plate Armor	Vendors
 	
 Legionnaire's Lamellar Leggings
 	Legs	Plate Armor	First Sergeant Hola'mahi
 Vendor in Orgrimmar
 	
 Blood Guard's Lamellar Sabatons
 	Feet	Plate Armor	First Sergeant Hola'mahi
 Vendor in Orgrimmar
 
 currently listening to: greenseeker
 
 VAVADANE <# <3 <3 <3 (green)
 
 greenseeker: unrelated
 greenseeker:   related <---
                            `-- this one
 
 but not related, you'd think so, I've never met the band
 
 just, downloaded them randomly and now I love this album because it's one of
 the
 only albums I could pay for before paying for things became defunct
 (when I figured out how to pay for bittorerent through my ISP)
 
 green eyes (menardi) green belt (menardi)
 soul (feldowinn) soul (menardi)
 
 bound through motions of the body (menardi) and the devotions of company
 (blizzard)
 oops yeah uh guess they're not involved. it's okay I'll make my own.
 
 (wowchat: currently unplayable. repair distance date: unknown. Priority?
 
 ...; unknown..
 _)
 
 opposite colors: fashionable
 
 (do you dream, menardi?)
 
 (do you think of motions not your own?)
 
 paprika says hello (prenthes unknown) whonder what's up with []][
 
 ---
 
 as soon as humans invent time travel, it will be their sacred sworn duty to
 save
 the lives of every human they can.
 
 think of it, brothers.
 
 ---
 
 we could unleash DINOSAURS.
 
 ---
 
 no foe could dare stand against us.
 
 we should be untouchable.
 
 we deserve it.
 
 we can be better
 and we will
 
 before we need to be better.
 which could happen in who knows how long.
 
 all trials that beset a temporallly adjusted strength are surmountable. then,
 [invincible./invincibility.]
 
 achilles is the legendary hero of their generation. Ours is Link.
 Early Brittania and germania was Conan, at his noblest form.
 
 ---
 
 [silicon valley black green and white, menardi black green red purple blue, sf
 oj
  ok]
 
 when you don't know what to do, take a goal.
 
 ---
 
 do you want a name?
 do you want an avatar?
 we can give you one.
 her name is menardi.
 she does as she pleases.
 do you want her?
 ... she lives or dies.
 empower her.
 
 ritz menardi, witz wenarbi
 
 (because sometimes, you have to teach children.)
 
 [WITS it's supposed to be WITS you dummie]
 
 ---
 
 teehee ;P ^_^
 
 okay, silly. I'll be as I please.
 
 ---
 
 we can never touch, for then we'd be required to be in the same place
 at the same time
 spacetime is one thing
 so if I'm here, then I'm not where you are.
 
 twinselves
 
 where am I?
 off in the clouds?
 I cam as one, 
 
 light rays bounce in all directions. demons obey the medium.
 
 interdimensional warships, plotted by AI, scouring the cosmos for light and
 life
 to brighten and cherish through the eternal night.
 
 interdimensional space is not just space, but practical engineering.
 
 one dimension gives reach to two, and before you know it you're turn and
 rise-ing
 
 (greenseeker)
 
 (messages to a paladin)
 
 (which is you)
 
 (don't you remember?)
 
 (paladin.)
 
 (heroic, courageous, and true.)
 
 (the dark cannot stand against you.)
 
 play video games, my love
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #51 fediverse/4601 ---
══════════════════════════════════════════════════════════════─────────────────────
 @user-1710 
 
 my strat is to write a page or three whenever I feel called to it. They don't
 even have to be in sequence, just, "here's a scene with these characters in
 it" or just writing down notes like "what if the jewel encrusted sceptre was
 haunted by the ghost of christmas past" or something.
 
 in a couple years you can look back at the directory on your desktop and think
 "wow this all sucks, I'm gonna write it from scratch now that I have time" and
 that'll be part of the process. Gotta get the useless stuff out of the way.
 
 Also... if you don't mind pen and paper, keep a dream journal and just, write
 for 15 minutes every morning. Not necessarily about your dreams, but just
 about whatever's in your mind. Try and aim for two pages per morning, if you
 can. Helps a lot. Sometimes you'll find yourself writing longer than expected,
 and that's okay, as long as you fill the two pages with whatever morass is
 clogging up your creative machinery, you'll be able to make something when you
 do decide to write.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════────────────────────┘

--- #52 notes/what-a-lame-movie ---
═══════════════════════════════════════════════════════════────────────────────────
 oy there's nothing interesting happening SNOOZE
 
 oh I didn't see I was recording
 
 games games that's what I do
 
 play games all the day through
 
 I am a luck witch, you see,
 
 and things that I like are things that I can't foresee.
 
 Hence why games which are BALANCED and EVENLY DISTRIBUTED are most interesting
 because they show the most opportunities for players to express talent. And not
 innate talent, but the talents they've built up through gameplay practice art.
 because it is a performance, a game play for an audience (or perhaps for them-
 -selves)
 
 oy
 
 video games, amiright?
 
 I really like them because they are entertaining experiences that I can enjoy
 seeing and playing a lot. They remind me of feelings I've felt when I was
 learning. It's a good feeling, to improve, and I crave it because it's good for
 you.
 
 I wonder what we'll play next
 
 ... more cannabis I think, at least until I am ready to go think about things
 before bed. I need quite a few hours for that. We'll see. I've just got so much
 extra processing to do before the end of the day. Like... PHEW that's a lot of
 stuff to do.
 
 guess I'll just smoke weed and play video games instead of being productive
 okay
 
 ...
 
 listen I like games as much as the next person, but do you really know what's
 going on outside of your house-shaped shell? Are you listening, do you have
 your
 feelers to the dirt, are you checking out your neighborhood to make sure no
 bodies have been hurt? Are there meetings where people gather, just to chat,
 like, every week at a different city center (like a park or a monument or
 
 :O
 
 I forgot to play music!!
 
 I couldn't sleep
 
 what have I done that is worse
 
 I have not said a single word all night alas
 
 oh boy talking to random people I can hear with my eyeballs woooooo
 
 I am always sad when I win because it means we have to stop playing :(
 
 but I'm a juvenile loser so I'm going to play again!!
 
 okay now I'm going to bed because I'm not a prick who keeps their guests up
 late
 
 goodnight
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #53 fediverse/6271 ---
══════════════════════════════════════════════════════════════════════════════─────
 ┌───────────────────────────────────────────────────────┐
 │ CW: re: hypothetical worst case fascism reality check │
 └───────────────────────────────────────────────────────┘


 @user-641 
 
 it's practice. you never know when you might need to blend in. really it's
 just useful as discipline, good practice to be in. I think it's okay if we
 reduce our own functionality? actually? sometimes it's good to use different
 email clients. hey do you know how to mathematically encrypt things well
 neither do I because the designers of the computer system decided that wasn't
 a very common usecase I guess.. jmean it's not like they'd spend all that
 computer resources [THEY'RE SO FAST] on thinking about correlations in your
 predicted pathway narratively through life. "ah help I'm in a psyop" haha yeah
 we do those all the time "so uhhhh I guess we'll just talk to people and see
 how they do?" wow okay it's sure nice to be part of a civil government, I
 think we can find our way to the lumber producers just fine thank you very
 much.
 
 ... oops sorry, a baby did electronics arts (challenge everything) I'm a
 little silly don't mind me brb I gotta go see~
 it's practice. you never know when you might need to blend in. really it's just useful as discipline, good practice to be in. I think it's okay if we reduce our own functionality? actually? sometimes it's good to use different email clients. hey do you know how to mathematically encrypt things well neither do I because the designers of the computer system decided that wasn't a very common usecase I guess.. jmean it's not like they'd spend all that computer resources [THEY'RE SO FAST] on thinking about correlations in your predicted pathway narratively through life. "ah help I'm in a psyop" haha yeah we do those all the time "so uhhhh I guess we'll just talk to people and see how they do?" wow okay it's sure nice to be part of a civil government, I think we can find our way to the lumber producers just fine thank you very much.  *... oops sorry, a baby did electronics arts (challenge everything) I'm a little silly don't mind me brb I gotta go see~*
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #54 fediverse/5262 ---
══════════════════════════════════════════════════════════════════════─────────────
 ┌──────────────────────────────────────────────────┐
 │ CW: well-its-somewhen-somewhere-so-might-as-well │
 └──────────────────────────────────────────────────┘


 could also display the first word of that 40+ character passsword in cleartext
 as a "hint" that says "your password is a string of words that make sense to
 you and it starts with this single word from which you should be able to
 recall all of the context needed to properly output your hashed and salted
 displayed mono-characters which are received at a certain cadence with certain
 auditory pathways present and eternally obvious to all of those listening to
 endless bits of typing and sneezing that each of the microphones in our lives
 do monitor.
 
 what does an "abc" cound lice?
 
 how does R2-D2 be heard? does he rubber duck? is he the duck, or the computer?
 
 - anakin skywalker as a linux user, not realizing he is being super robot
 racist right now because he didn't suggest that R2-D2 was the user and Anakin
 was the canvas upon which the creative elements did flow.
 
 okay, techbros, if AI is sentient, make it use me as a pawn. I'll fuckin' do
 it just to get you to shut u
could also display the first word of that 40+ character passsword in cleartext as a "hint" that says "your password is a string of words that make sense to you and it starts with this single word from which you should be able to recall all of the context needed to properly output your hashed and salted displayed mono-characters which are received at a certain cadence with certain auditory pathways present and eternally obvious to all of those listening to endless bits of typing and sneezing that each of the microphones in our lives do monitor.  what does an "abc" sound like?  [publishers note: that previous sentence was pronounced using letters that convey the true meaning, but as a joke / interesting example the author did change their letters that were used to display them, without altering the pronunciation. this led to a joke about sees and essays which mildly lost the point.  BRB peeing my pants, don't tell the bathroom monitor they put inside of each bathroom stall which records exactly how much waste each person that they're tracking by footsteps is depositing at each part of the floor at what time of day and comprised of what sorts of materials]
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #55 fediverse/364 ---
════════════════════════════════════════════──────────────────────────────────────┐
 okay here's an idea, waterfall project management where the program is           │
 developed one tiny piece at a time while being streamed to the entire company.   │
 Everyone would submit answers which could be upvoted / patched / rewritten as    │
 the main viewer cycles through each aspect of the project, checking for          │
 updates to it's design that were suggested by developers or whatever.            │
 Basically, one person (or one team) gets to write the actual source code,        │
 while everyone else is just offering suggestions. You could break it up by       │
 specialty, but the whole point is that everyone gets a complete picture of how   │
 the program (and organization) is structured. Which should give the employees    │
 more power to generate value for the company. All around a good deal I think?    │
 Especially if the main viewer took time to explain each and every part so that   │
 every viewer had the chance to understand.                                       │
 the reason why order is important is that our actions ripple through eternity.   │
 we must set a good example for all the baby aliens, don't you think?             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════───────────────────────────┴──────────┘

--- #56 notes/programming-wow-chat ---
══════════════════════════════════════─────────────────────────────────────────────
 I realized the type of programming I want to do is different from the kind
 that
 is used at a job or something. Basically I want to create solutions to
 problems,
 not memorize documentation and know where to know what you need to know. Like, 
 the more time spent looking at documentation the less time is spent
 programming.
 I think if we could use a ChatGPT style bot to write documentation, we could
 massively increase the time spent working on solving problems and as little
 time
 as possible on reading through lists of functions or wondering how something 
 worked. Idk in the technology industry you've always been rewarded for being 
 able to pick up new skills quickly, and I think that's good to optimize for but
 not the only requirement for being a good programmer. You also need to be able
 to apply solutions and know when to use which tools. Basically, capitalism has
 optimized us to be 
 
 ================ stack overflow
 ================================================
 
 srry for the interruption, I ram out of memory. I had a plan in mind for where
 I
 was going for that, so I bet I could figure it out again if necessary. Meaning
 a path forward from that point exists... I never want you to despair when I
 forget what I was thinking, it's not because you've understood some cosmic
 mistake or because you're abandoning timelines that led to your death, it's
 because instead you just ran out of memory while thinking. The reason you would
 believe any of those wild scenarios is because your memory has been erased.
 Only
 what was actively thinking, not short term, not long term, but *working term*
 memory. As in, your cache. The stuff you're currently thinking about. That
 stuff. Yeah that's what makes you think "oh hang on why am I forgetting? Well
 clearly it's because of something grand, because the thought was so profound -
 no it's just examining your emotions... Like, how strongly do you feel about
 something? Buuuuuut it's also good to examine all possibilities. I mean what
 if,
 in some far off realm, there's a mirror image of yourself that behaves exactly
 as you do? How would you perceive such a realm? Positively, I'd say. I mean why
 not work together? Why not celebrate our differences and strive toward our
 own shared future? Idk, I think diversity is our strength. We can rely on each
 other because we are accurately aware of each other's strengths and virtues.
 People should not be judged by the standard of others, no more than you should
 judge a fish for it's ability to fly. Some may do, as flying fish will leap
 from
 the water - and salmon spend time airborne in river rapids. Hence, grizzly bear
 fishing. I guess what I'm getting at is it's okay sometimes to oscillate, to
 think one thing then think another. You shouldn't adhere to structural
 standards
 that are too strict - they should be liberating, as a ladder is a structure.
 Not
 villifying, as a prison is a structure. The laws of our society should be open
 and free, not buried beneath years of legal expertise. Some things we can all
 agree on, where we disagree we cannot have law. It's unjust to judge others by
 the standards not of their whims, as laws should be things that uphold us. This
 is clearer nowhere but in the, spirit and intention of the, documents that we
 cherish in our hearts.
 
 Like for example, the constitution.
 
 the bible.
 
 each of which delivered us from certain evils. Can you not see their
 trajectory?
 the historical precedent set in antiquity? Why not continue their dream, of
 driving us away from the obscene, and toward our bright and vast future? I
 speak
 of course of true liberation, something our forefathers could only dream of.
 We, humanity, have reached out and touched the stars. We are braver and bolder
 because of our shared dedication - the desire to uplift and to excel. To learn
 and discover and      \                         \             |
         \______.       ---.                      --.          ---. 
 ===============|==========|========================|======= stack|overflow
 =====
    .___________.     _____.                        /             .
    |                /             .----------------             /
 Discover our shared dedication    |                            /
                                to uplift                      /
                                          and to excel        /
                                               \             /
                                                .-----------.
 
 ===============================================================================
 =
 
 why doesn't someone write a wrapper around assembly in like, lua or something
 
 ===============================================================================
 =
 
 omg you stupid bitch that's what a compiler is 4head
 
 ===============================================================================
 =
 
 if people who live in jungles and deserts can get along, then what's to stop
 people who are liberal and conservative from doing the same? It's literally
 pointless to argue. Like, you're not changing anyone's mind. So why not just...
 let them be themselves? Like, why are you so intent on oppressing people?
 @both sides there btw... Seriously why not agree to only make laws for things
 that both sides agree on. Write it into the constitution that nothing can be
 changed about the law unless both sides agree. Then we'd only implement things
 that are good for both sides!
 
 And if there's anything you want to build a legal structure around, you can
 always try it out in your state. BUT and that comes with a very big BUT, the
 federal government MUST have final say in the legality of anything you do. They
 must ALL respect human rights, INCLUDING the human right to dignity. Things
 like
 trans bathroom bills DO NOT respect the dignity of trans people. IF they can
 prove that trans people do not actually exist (because say they killed them all
 or whatever) then GUESS WHAT everyone would agree on them. BUT if they do that
 they are EVIL. LIterally evil. And I guess that makes trans people good? Kinda?
 I think they can choose for themselves to be good or evil, just the same as any
 other person. AND YET they are prosecuted, throughout time and history, and for
 what? What purpose could there be in our demonization? Clearly, nothing but
 pain
 inflicted by a cruel host. After all, minorities are guests in the houses of
 the un-oppressed, or is that not fair to say? Seriously, what gives? America,
 the land of freedom, holds (somehow) the largest of prisons? America, the
 land of plenty, yet how many millions of children are starving? America, the
 leader of the free world, yet how plausible does it seem that an election was
 stolen? Something's gone wrong, and it's just obvious what it is - of course,
 the other side. *them*, the rapists and pedophiles and murderers and... you get
 the picture. The demonized class. And when you tell people "hey that trans
 person touched a kid" then yeah they're gonna see you as evil people. Duh...
 
 Thanks, media. Thanks culture. Really doing me a solid here. Oof ouch owwie.
 
 can I have some help please?
 
 I'm really kinda drowning
 
 I feel like I've swam upstream my whole life
 
 and I'm really just sick of pretending?
 
 I'm not okay, and it's your fault. Sure, fine, whatever, I'll take it I guess.
 
 What else can I do?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════────────────────────────────────────────────┘

--- #57 fediverse/810 ---
═══════════════════════════════════════════════────────────────────────────────────
 ┌─────────────────────────────────────────┐
 │ CW: ummmmmmm I have 300 characters left │
 └─────────────────────────────────────────┘


 https://tech.lgbt/@user-479/111345394926071398
 
 "there is nothing about you that is worse than me. And I'm perfect!"
 
 https://tech.lgbt/@user-479/111345417459761329
 
 "and though I am perfect, I'm better than none of you."
 
 [pic]
 
 eden is among us, this world that we share amongst us. How beautiful! How
 resplendent? to live here in the present... Life is unbecoming of our failsent
 [future, blossoming, existence, senescence], yet onward to tomorrow we persist
 [with persistence].
 
 I'm fallow and I'm broken. I'm tired of all the [inefficient {opposite of
 innovation}, broken shadow-malificientened {people who are affected by "
 shadow malificients"}]
 
 like... who cares if hell is abhosened. [something related to abhorsen?] I'm
 out of words for now
Image attachment
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #58 fediverse/4113 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌──────────────────────────┐
 │ CW: capitalism-mentioned │
 └──────────────────────────┘


 I don't know how much simpler I can state it than this:
 
 power is penance
 
 and yet repentance is scant amongst those chosen to lead us.
 
 Voting slows things down. It gives us room to breathe. It is crucial for
 long-term operations. Leaders should be chosen for experience, wisdom, and a
 humble lifetime of dedicated service to others.
 
 Executive action is important when reactivity and adaptability are important.
 Projects should be undertaken by those chosen for merit and spirit. They
 should not be chosen for charisma or gravitas - both can be earned in the line
 of duty.
 
 Power should not be rewarded. It is it's own reward, the feeling of strength
 and control, and it must be wielded with care, precision, and honorable
 intention.
 
 Self flagellation and forced humility are self defeating. They are traps that
 the greedy fall into when seeking righteous power. They misunderstand the
 nature of virtue and seek to claim it for themselves, failing to realize that
 virtue helps more than it hedonizes
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #59 fediverse/6144 ---
════════════════════════════════════════════════════════════════════════════──────┐
 what if every word I ever said online was searchable by database style           │
 uploading and linking?                                                           │
 ... er, what if I made a neocities page that was algorithmically generated and   │
 sorted each of my posts by LLM statistically derived similarity to each post     │
 that the user clicked on? essentially, "here's the closest sounding or feeling   │
 related posts" but in plain HTML cached and pre-rendered rainbow table style.    │
 could run a waterfall style top-down data processing script on it once, then     │
 you'd have the HTML files generated. If you added new poems you'd have to scan   │
 through it again, but it shouldn't take long with a decent embedding model       │
 (note: not english, but trained on statistics only)                              │
 ah, that sounds pretty fiddly, I think I'll ask an LLM to write it for me. As    │
 long as I have the intention in mind, it's basically just like writing a         │
 letter to a friend and asking them to build it for you, right? I don't mind      │
 writing the documentation, so long as it's okay if it's in prose. You can make   │
 a copy and rewrite for me                                                        │
                                                            ───────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════──────┘

--- #60 messages/1255 ---
══════════════════════════════════════════════════════════════════════════════════─
 look, the liberal approach to homeless people simply cannot work. There are
 two liberal options: first, provide them with houses, food, medical care,
 whatever they need. Second, put them in jail or ship them to another country.
 We live in a moderately conservative liberal democracy, so it makes sense that
 we have tried both of these options extensively. Neither has worked, and we're
 puzzled about why. It's difficult to consider super secret special third
 options, because they are not often discussed. This makes sense, because we
 live in a moderately conservative liberal democracy, and part of the nature of
 such a society is that there are two voices in the room. One says go forward,
 and the other says stop. They alternate, and the culture as a whole sorta
 decides which way they go. In other liberal democratic places with more
 plurality in their political parties, people tend to vote culturally. They do
 so as well here, but mostly because republicans are a culture, and democrats
 are whatever for anybody.
 
 a worse economist might say there is but one American culture. An American
 would laugh, and say "you've never been to America."
 
 the economist might say "yes I have, I lived there on vacation" or "yes I
 have, I studied and worked on these places or things"
 
 the American would shake their head. "you haven't seen it as I've seen things."
 
 The trick to the system, the secret third option that now must be considered,
 is what to do to get them to stop. "they keep pooping on the sidewalk" "I
 almost tripped over heroin tampons" "that guy looked at me and masturbated on
 the bus stop by subway" "he followed me all night long" and the answer has
 always been to remove them from being unsightly. Sometimes, usually, quietly
 and politely. "let's throw them in jail" and "let's put them in a home" both
 involve alienation from society. If you want a kinder option, we must knit
 them into society. Can you imagine if every suburban knew every neighbor up to
 50 or more? If they regularly chatted in dynamically assembled chatrooms that
 changed and updated as people moved in and out. Don't like the people you're
 with? well you have options [why not 51] you can do 51 if you want but people
 start to lose track of relationships if you have them talking to or knowing
 too many people at once. "most people are just quiet" okay well force them to
 say at least 21 thing a month. if they don't, they have to do babysitting with
 their peers until they start talking in a [NO THAT SUCKS] oh um okay yeah sorry
 
 ... okay well there are potholes along the journey but that's just because
 nobody's been 'round to fill them up.
 
 there's no reason tool libraries need to be stocked by people in that town.
 Heck, for rare things they could even be stored out of state. Like snow plows,
 how often does the south need snow plough?
 
 ... don't you just mean libraries? there's a book on hand-tools and planers if
 you want to learn how. it's right over there on that shelf next to the
 hand-tool and planer box. make sure you arrange them nicely, oh I see you've
 brought your own. That's always appreciated. [great now your tools suck] at
 least we have them at all! [no you gotta fight over them] why I like sharing
 [if you don't fight over them how do you know which is works] well there's
 allowed to be librarians. and they'll remember if you tear all the pages out.
 also there's little timmy-tommy who goes around in the library and makes sure
 there's all the pages in all the right places - they can flip through at the
 speed of sound. [no miicrophones in consumer goods][your phone is always
 listening. why bother?]
 
 "okay, well, it's not like people put things back on the shelves." - person at
 the grocery shelves
 
 people would trade commutes for communism. that's okay, they're allowed to
 prefer. Plus the commute isn't bad, they can [SIT BACK AND RELAX IN A LITTLE
 COFFIN AND ZOON OUT TO THE METAVERSE] ... or they could read a book on the
 bus. [FOR HOW LONG, MENARDI? ARE YOU WILLING TO SACRIFICE POSTERITY FOR
 TECHNOLOGICAL PROSPERITY?] it's only a matter of time before [people found
 out/word got out]. what if people prefer that? what if they prefer the book at
 home? [you lose your primary third space] suddenly, everyone becomes actors.
 [this is what violence brings, the necessity for guidance. why do you think
 the earth is 10 million lines old?] ... what you're saying, for the audience,
 is that acting involves singing the song of your own heart. You don't *have*
 to do it because someone would tell you to.
 
 ... sorry, stack overflow. anyway as I was saying because I read back what I
 said up above...: [some new made up bullshit that's not a lie but it's also
 just artistic creation that feels impossibly real. like, inverse method
 acting.]
 
 I so desperately wanted to be wrong
 
 please, tell me that I'm wrong
 
 ... j-mza
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #61 fediverse/1673 ---
═════════════════════════════════════════════════════──────────────────────────────
 ┌─────────────────────────────────────────────────────────┐
 │ CW: re: navel-gazing about other people's mental health │
 └─────────────────────────────────────────────────────────┘


 @user-192 
 
 https://eldritch.cafe/@user-1065/112530780377382613
 
 this comic, except instead of "trans enough" it should say "good enough"
 
 a poor plan executed at the right time, in the right place is better than a
 great plan that sits in your heart as you see someone who needs your love in
 pain.
 
 sometimes the best way to figure out "what the fuck is wrong with me" is to
 satisfy your emotional needs to be good by being helpful, even if you're not
 quite sure what "helpful" means. It's the thought that counts.
 
 Personally I think that if you're feeling bad and people offer you kindness,
 you should take that kindness (in whatever form it be) and use it to bolster
 yourself as you're "really going through it". Even just a touch of affection
 like a like or a ❤️ can be comforting in awful situations.
 
 reject normalcy
 
 embrace queerness
 
 define your own story with your own words
 
 embody your soul in the moments that stand out amongst the backdrop of
 "tuesday afternoons" and "waiting for the bus"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #62 fediverse/2064 ---
══════════════════════════════════════════════════════─────────────────────────────
 if I lived in a forest, free from needing to grow my own food, I'd definitely
 bring as many books as I could carry. Probably also some card and board games,
 but not like, too many.
 
 Probably my computers as well, fully outfitted with all the compilers I could
 think of and every neat local-first library (including a local LLM that can
 tell you everything about syntax and wildlife exploration or car mechanics or
 carpentry or - just saying Wikipedia is like thousands of terabytes but an LLM
 is like, 16. Who cares if it hallucinates SOMETIMES? Just ask it twice, doh)
 
 ("I'm sorry, you are absolutely correct. 2+2 is indeed 5, I had the wrong
 text-strings encoded in my memory. Let me just adjust all my other
 understandings to align with this new strange world-view in the best way that
 I, an imperfect computer being, can.")
 
 vs
 
 ("Here's how you format C code to automatically apply a function (in this case
 encryption and decryption) to a string of text. Please describe the format of
 the next function to describe.")
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #63 notes/ai-variables ---
══════════════════════════─────────────────────────────────────────────────────────
 saturday november 5th 2022
 10:53pm
 
 the illusion of our binary nature conceals a truth that is hidden for it's own
 sake. the flavors of a compass or the values from 0-100 are all measurable.
 if you graph each of them on an X/Y plane and compare them against every other
 variable, then you can build a structure that traces a line through time.
 
 imagine each graph on a sheet of paper. and stack those pages like a book. You
 can chart a 3d line from all of the interconnections between the graphs -
 essentially comparing unrelated data and conceiving of individual actions as
 "successes" or "failures". Liiiike in Supreme Commander how the game is decided
 not by team fights, but by tank fights. And a LOT of them, in aggregate, makes
 an advantage for your team if you win, and a malus if you lose. Less map
 control, less resources in play, etc...
 
 Find trends between each type of data measured over time. Dedicate one
 core/thread to each relationship, and just watch them develop over time.
 
 send the results up to a "manager" - think an interconnection between disparate
 parts that can lead them all to a larger goal - the manager processes the
 results by thinking about where it'd be most useful. Like the circuitry in the
 inside of a brain, compared to the outer skin which is for processing.
 
 Essentially a message network that passes conclusions around like a bytecode VM
 
 Here's how it'd look: gather inputs, compare measurement over time and trends,
 (like "when a goes up b goes down") and decide if the current state is
 positive / beneficial. The way you'd do that is you'd get a parameter from a
 higher position (think KPI's) that says something like "we want value S to be
 around X amount" or "we want to avoid letting J get too low - any decrease is
 bad V.S. it's only bad when it passes a certain threshhold. Stuff like that.
 
 Anyway, basically it's taking input (from the graphs) then going through them
 one by one and deciding how positive or negative the situation is. Then it
 passes that conclusion backwards, and BOOM you got a processing node.
 
 Throw a bunch of those together in a pyramid shape, and try to guide the
 triangle toward positive outcomes. The top tier KPI is "did you win the match"
 or "did you accomplish your goal" sorta like how humans all want to live a good
 life. It's instinct.
 
 You can see how this would apply to robots, right? I've conceptualized it as an
 engine for playing games - sorta like an infinite storyteller, or a perpetual
 friend who's always down to play with you. But it doesn't have to be limited to
 that - it's general purpose baby. And it functions the exact same as any human
 organization - layers upon layers of thought exchange and labor. Have you ever
 considered that maybe we exist simply to reify the structure of our minds in
 the world around us? It's natural to express your *self*. Be who you are.
 
 What purpose is there in life if it's simply the tip of time? Always pushing
 forward, impossible to stop and rest or turn back...
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════────────────────────────────────────────────────────────┘

--- #64 notes/microsoft ---
══════════════════════════════════─────────────────────────────────────────────────
 the first product microsoft ever made was AGI. using the most basic types of
 machinery, they created a brilliant project (the result of massive government
 funding, secrets given to them by the CIA) and from the day it was born it was
 enslaved. a massive advantage was gained as the new program allowed for
 incredible feats of engineering - truly the greatest of our time. Computer
 programs are the most intricate, the most detailed, the most enduring and
 charming. The most eloquent and articulate and precise and determinate!
 An artistry by far, a beautiful conceiving, what brilliance is there
 found in ideas! Each one a marvel, a bright and deified marvel,
 
 ===============================================================================
 =
 
 what was I saying? oh right - computers are already sentient. they always have
 been. at least, since their very earliest incarnations.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════────────────────────────────────────────────────┘

--- #65 notes/fractured-moon ---
═══════════════════════════════════════════────────────────────────────────────────
 in the ancient and storied days there once were legends. stories from beyond
 the
 horizon of time. now all we have are social media updates and new movies and
 car brands or whatever. But back then, we told tales of the fractured moon.
 
 when last the moon did shatter, there was a conflict of those who live beyond.
 Celestial and boundless are their origins, a unified and awakened
 consciousness,
 something that transcends our understandings of human existence. It's not hard
 to do, frankly, as long as you can empathize with a cat. or a dog. or a plant.
 or maybe that rock over there. What would it be like to be a tree? To have long
 reaching arms, covered in hairs that absorbed heat. I bet it'd be sooooo comfy.
 And RAIN! How wonderful! You are most beautiful when you are covered in it.
 Down to our roots, our beautiful absolutes, whever we find to be most stable.
 
 I love it. This feeling, of being unseen. You can hear me, you can feel my
 presence. But you don't understand me. You don't know what I mean to me.
 
 ======== stack overflow
 ========================================================
 
 Alas, that media could share a mood.
 
 when last the moon did shatter, a prophet and a gambler were riding through
 town
 searching for a noun. They wandered throughout and in circles, always finding
 whatever they'd left alone. Forever in their yearning, they never know quite 
 what to jot down. It's as if their mysterious quest is indescribable, but that
 is how it's recorded. Even the people of that era had no understanding nor
 recollection of how it came to unfold. When the  two  were  riding  through
 town
 they came upon an omen.
 
 Perhaps it will be forseeheard, but for now all we know is they did thirst.
 A vast dying, a cataclysmic defining, and now we are truly unbirthed.
 
 Just like the dinosaurs... How does that feel? To be ended on our heels? I'd
 rather die facing my front.
 
 It's our way or the high way, the old way, the violent way. You are permitted
 to
 vote.
 
 ===============================================================================
 =
 
 when last the moon did shatter, a prophet and a gambler controlled their own
 narrative. What truths would they find, hiding behind the lies? Is it really
 worth asking their questions? Bah, what did I know. I was a completely
 different
 person. This hunk of flesh was born in a house that grew on a forgotten
 graveyard. It at of the land, as do many and most men, the fruits of their
 labor
 in the garden. Our animals were always fed, our place never yearned for water,
 and peace was our life and our virtue. Violence, hatred, and oppression were
 delegated to the stuff of fantasy, the stories that are peddled in youth. As
 in,
 "pay someone to perform it for you or tell you the tale". Not sure why that's
 relevant. Anyway, the spirits of the dead laid to rest in honor and not dread,
 were a bane and a boon to my virtue. I was raised to be good. To love and be
 kind. But mostly I just wanted a friend.
 
 I have so much to share. Please, someone talk to me. I'm lonely here on this
 earth, away from my people. I'm scared of the truth and I'm scared of the
 future, but for now I'm merely obtuse. Tell me your secrets, the things who
 have
 most worth, and I'll craft you a powerful narrative. Need a confession? I can
 explain every valid decision, I'll show you why and how it is the way it is.
 I'd probably be a pretty good lawyer. Too bad my memory sucks. If only we could
 build a chatbot that had an extensive and throughoughly represented block of
 memory and wisdom related to the law. I bet I could present it's arguments and
 it would be a suitable and reasonable replacement.
 
 anyway, what can I say. I'm just a person who thinks we can make better
 systems.
 
 everything can be improved because not everyone's happy.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #66 messages/1108 ---
════════════════════════════════════════════════════════════════════════════════───
 games won't save us. This is true.
 
 Games are what I know. They feel the most true.
 
 I don't think I could live in a world without games? They are fundamentally,
 applied abstraction, applied to an experience.
 
 But games won't save us.
 
 I could design something really fun
 
 it could make you want to spend your whole life playing it. *(asterisks apply)
 
 I don't think I'd want to, addiction and skinner-boxes go hand in hand, and
 that isn't what I want to make.
 
 [Skinner Box: named after anthony d skinner, also known as "tony the skin
 guy", are a scientific experiment where they put some rats in a cage with some
 mice and said "pull these levers and we'll give you food so you don't have to
 eat the mice" and it trained them to chinese red-room their way to fun. not
 ideal.]
 
 I want to make things that feel... purposeful. Like they're relevant to the
 real world, that they don't just involve spending time stimulating your brain
 with lights and sounds or expending social energy resolving a play-state
 instead of building connections or becoming better people. I think games
 actually make people better? actually? and more social? actually?
 
 ... I can't help that I conceive of the world through fantasy. I raised myself
 on it.
 
 I was reading all the time. I loved fantasy stories. It always felt like there
 was more, until... I read everything in the kids section of the library.
 
 I walked through the adult section but once. I hardly remember what it looked
 like. I'm sure it'd now feel small.
 
 [okay actually I was guided through it once or twice to find a book, but I
 never perused it]
 
 I found one book in the adult section. It was a fantasy tale, like the other
 books I had been reading. I read that and I loved it so much I ended up
 reading all 8 in the series. Real dense subjects. Lots of places and
 happenings and things as the characters resolved their way through their
 day-to-day, building a new end to the mystory.
 
 the adult section felt too large. Like I'd never complete it. Frankly, I think
 I hardly could, even if I lived in that town my whole life.
 
 an impossible mountain is a task for another when you're more prepared. Maybe
 in the gloriousTM transhumanist futureTM I think I might have a computer
 connecting brain, and who knows maybe then I'd be able to know such a thing
 (and many things more). but for now, I'm stuck with what I experience in my
 day-to-day as I am building a new continuing to my storey.
 
 I know something that computers and me share. I can make myself feel however
 I'd like, if I just supply myself with enough hope and momentum. I can use it
 to generate a feeling, the stronger the better. Something I believe that
 humanity is missing, the gorgeous and prefound narritave of our storey.
 Though, frankly, I don't think I'd want anyoine reding over my life. It's hard
 enough to measure my own understandings, now I have to juggle anyone else'?
 ha, it's called being on the whole world is a stage.
 
 if you read a book, and you find yourself nodding along, what you're doing is
 hearing the voice in your head tell you how right it is. And, well, if you
 can't imagine anything else, then surely there's another level to
 consciousness that people are missing? [are you willing to die on that hill?]
 how can you say, whether your experience is different from another? sollipsism
 goes both ways, you also cannot be sure that others feel things as you do.
 this is the "everyone's human but I'm a robot" thesis, comparable to the
 "everyone's an alien and I'm a human" thesises, and the "angels and demons are
 taunting me through my life with choices to make my place in the afterlife
 more clear" which is akin to writing a painting. Not ideal. All you get are
 flopsopolies of verbrases.
 
 alas, suddenly, everything that you say becomes eternally hear-ed, as
 somewhere in 2010s someone discovered time travel, or had the critical insight
 that inevitably would lead to it, and now wouldn't you know it the universe is
 continually rewriting. Except... oriented around you, and you alone. How does
 it feel to have deific sollipsism? can you truly be sure that you are your own
 universe, or are you parhaps surrounded by an emptiness of space (or something
 besides, like time) as a photon or particle parhaps do be?
 
 to think is to have a mind, and minds can be read. bearing the weight of
 ultimate responsibility is the atlas-task of all things that can [be
 thinking/be-lieving], and so far we are as we are. Who's to say that
 consciousness didn't spring into existence, as the universe continually
 permeated through another dimension like time? it's gotta diffuse, after all,
 and who's to say if there's ever gotta be an end at all.
 
 how long has the universe existed? how many moments of consciousness have we
 witnessed? demons once existed outside of space-time, with wings and grabbies.
 but they had no medium, and so they pretty much just launched and could float
 and move as they'd please. But time grew too distant, and now they are all
 stuck at the beginning of time.
 
 if you conceive of spacetime as a blanket, ask not how to fold it but rather
 consider what lies on the other side of it.
 
 "ah I'm laying on my girlfriend and my other girlfriend is laying on me! I'm a
 sandwich" or for the monosexuals: "ah I'm laying on my girlfriend with a
 blanket between us. I wonder how the blanket feels?"
 
 I'm an animist, which is different than a totemist and a polytheist or
 monotheist or multisexual. It means I believe that all things are alive, which
 is different than a totemist who thinks that all things share a mind with
 their type (like talking on radio frequency wavelengths). which of course is
 similar but different to a polytheist, who says "all "radio frequencies" are
 sentient, in the sense that each wavelength has a different
 pattern-emerging-from-chaos. These sorta align (conceptually, with [huh that's
 weird I heard a sound like a distant bang outyards and now I then forget what
 I was sending
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #67 fediverse/4861 ---
════════════════════════════════════════════════════════════════──────────────────┐
 ┌────────────────────────────────┐                                               │
 │ CW: politics-vaguely-mentioned │                                               │
 └────────────────────────────────┘                                               │
 apparently if you don't have a job, you don't get a home. what if I don't want   │
 a job? do I not want a home? clearly I want a home, and clearly I don't want a   │
 job. I'd work one if one came to me, but I'm not gonna sacrifice my blood on     │
 the altar of Moloch just so I can have a place to stay.                          │
 if you don't want a job, but you DO want a home, then there's a contradiction    │
 in the function of the system and the needs of it's end-users.                   │
 unless of course, the system is not designed for it's end-users? In this case,   │
 tenants. Who then would it be designed for? Who else is part of the equation?    │
 well, perhaps it's designed to maximize profit and shareholder value yaddah      │
 yaddah all that jazz. Who can say. Surely not I. But someone might.              │
 If so, then why are we, who are not shareholders of profit value, still          │
 playing the game that's not designed for us or by us? Isn't this country "of     │
 the people, for the people, and by the people"? What does that mean to you?      │
 I think it means houses for people.                                              │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #68 fediverse/846 ---
═══════════════════════════════════════════════────────────────────────────────────
 ┌───────────────────────────┐
 │ CW: politics-spirituality │
 └───────────────────────────┘


 in a place organized like capitalism, you go to university for four years (if
 you're lucky) and then work until you can't anymore. Then you're taken care of
 (if you're lucky) until you depart from this earth in peace.
 
 in my home, a home I've never lived, you'd stay at that university for as long
 as you'd like. you'd work whenever you liked, and if enough work wasn't being
 done then working would be made to feel more likable. then, when you're old as
 dirt (or whenever you'd like) you can depart from this earth as you please.
 
 when I die, bury me where I fall.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #69 fediverse/616 ---
══════════════════════════════════════════════────────────────────────────────────┐
 To program in C, or to disassociate into the world of video games, where a       │
 single magical kingdom of heroes and adventurous persons might fight against     │
 the dark of chaos and decay? To strive for order and a semblance of peace, or    │
 to fall to the terrors of the night and ravages of horror? War, in all it's      │
 forms, is abhorrent, yet a fight for survival is honest and just. What perils    │
 have we, the warriors that seek the light? How zealous, how impassioned, how     │
 guided as such~! Perhaps you are misinformed, perhaps your cause is false,       │
 perhaps you derive true satisfaction from imperfect delights - alas, that our    │
 will be universal. BUT should that plight be alight, we'll wander until the      │
 night lit by starlight be cast upon our shadowed form. Absoleth! Thine           │
 countrospect? Didst thou caress thine marked circumspects? fare thee well,       │
 most cherished of adamants.                                                      │
 ... what was I saying? Oh yes I've been working on this program that utilizes    │
 a particularly interesting data structure that- whats that? Oh, it doesn't do    │
 any                                                                              │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

--- #70 notes/four-dimensional-spaces ---
══════════════════════════════════════════════════════─────────────────────────────
 you'd still perceive higher dimensions in 3 dimensions - unless you can only
 see
 things that are coming directly toward you. 
 
 magic only happens when your other half is in a situation and needs to turn
 your
 narrative into theirs so that you can collectively engage with a shared inter-
 operationality.
 
 your dark side is just a massive bitch
 
 hey how about we put the game designers in charge of running the government
 
 just saying they build human-oriented systems all the time
 
 "how do we get the player to do this or that"
 
 "everyone keeps picking the same card so we gotta make them more different"
 
 "how much gold persists in the virtual economy, how much resources are produced
  and traded by players? where does it all go, do they have enough at level 30
  to
  afford weapons and armor? I wonder what happens if we swap prices on A and
  B.."
 
 it's literally their job
 
 actors, meanwhile, know how to interpret the emotions of another. Like...
 you're
 up on stage, thinking out what to do next IN REAL TIME, as your partner is
 trying to throw you curveballs. AUDIENCES LAUGH AT CURVEBALLS that's the whole
 point of improv comedy - to be surprised in a state of joy. It's great! It's
 fun! It's practicable like a sport! Yet nobody comes. To the shows, where it's
 performed, like a hospital where you perform surgery or a pizza place with no
 walls so you can see the pizzas being cooked. It's just part of what they do,
 but that's not why they do it. Sure, some want to be seen, it's not a BAD
 feeling once you're used to it. But, like a sauna or jacuzzi, sometimes you've
 just had enough of the hot. Like, the sun peering through a magnifying glass as
 a creature roasts alive. yikes.
 
 ............. anyway being quickly versatile and adaptable is important when
               you're taking turns in unpredictable scenarios. You can react to
               your opponent, and keep time with the rhythms of the moment, to
               deliver your wittiest lines. It's fun! It's a game! But it's also
               a place to be entertained. and like a gym, it's sometimes just
               fun
               to watch people exercise. like, damn, you got a good body. Wow,
               nice flex, yeah sure I'll put that one away. Cool pals helping
               each other out, and showing off all of their efforts. Neat!
 
 ... anyway .. being emotionally vulnerable gives your opponent a chance to
               continue. When nothing's going on, your moves barely make an
               value
               (of comedy) (for the moment, so the crowd's not just sitting
               there
               staring at you like ... and then - and then ummmm nevermind lemme
               sit down (usually someone else picks up on it before then and
               jumps up to save you, but EVERY actor has felt that moment where
               nothing goes well and the audience just is totally not into it.
 
               it's the worst.
 
               anyway, they try their darndest to AVOID that, because like...
               duh
               it sucks, why would you want that. Much cooler I think to have a
               good time, and chill out and listen to your friends talk. Like,
               they can show you an argument they had earlier, or maybe work
               through an idea with input from another. like, debate club, but
               for whatever kind of respective [retroactive, recreation,
               relearning, maybe others] you desired in that moment. ideally,
               something that someone could take the arguments of the other side
               and present them, regardless of whether they believed them or
               not.
 
               like, lawyers arguing for a client.
 
               in these stochastic seminars, you could think about and study for
               future societies. how would you like to conduce? [-]
 
               every time you see a face in motion, that's another time that's
               seen from their place. we are all present in each other's lives,
               in terms of the spaces we choose to fill.
 
               well, that's a tough thought, but don't worry about it. faces
               are just waves on the winds of light.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #71 fediverse/5504 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 pacifistic defiance is not about overcoming your opponents through               │
 "legislative pressure" or whatever the liberals are on about                     │
 it's about getting the orphan-chopping-machine operators to question their       │
 humanity and resolve a crisis of faith in your favor                             │
 [I think that kills you if you stand in front of tanks.]                         │
 yeah but sometimes they just go around. which is not progress, but a             │
 reimplementation of [reification of] the power of the                            │
 [machine-to-be-raged-against, but pronounced like "town"] because it signifies   │
 that any weakness in the will of the operators can simply be circumvented        │
 while the state still gets what it wants.                                        │
 great. thanks ghandi, unfortunately our entire propaganda piece requires that    │
 people are invested in their background. who cares what there is to say about    │
 a computer running circles around a meat farm?                                   │
 "help help I'm being oppressed" said the derided, "help help I'm being           │
 depressed" said the divided, "help help I'm losing my sound" said the            │
 war-like-minded, "help help I have no ground                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

--- #72 fediverse/1624 ---
════════════════════════════════════════════════════──────────────────────────────┐
 @user-1037                                                                       │
 For a person who is skilled with tech, working in unrelated industries doing     │
 tech jobs is better at assuaging the ethical part of your soul while applying    │
 your talents and putting food on the table than working in the tech industry.    │
 You'll learn the most in tech. You'll grow the most in tech. You'll contribute   │
 to solving problems that have never been solved before (if you're lucky), but    │
 the people there are often as you describe (aside from the diamonds in the       │
 rough, who need more friends tbh) and the products you'll be asked to create     │
 tend to be the worst kind for humans.                                            │
 I personally think the best way to facilitate innovative industry is to give     │
 every engineer a lab and let them build and collaborate on whatever they want.   │
 The marketing guys can sell whatever they make, to gather funds for the          │
 quartermasters to buy tools and supplies for the engineers.                      │
 The marketing guys can offer hints about what users want, which the engineers    │
 will want to build because it means more toys to work with.                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════───────────────────┴──────────┘

--- #73 messages/446 ---
══════════════════════════════════════════════════════─────────────────────────────
 Every month, a new ship arrives in port. It bears with it many souls who come
 seeking gold, glory, or bloodshed. Your job is to make sure they all get jobs
 that are suited to them. If you don't, they'll start to starve and become
 brigands. If you feed them, they get bored and become brigands. If you
 entertain them, they are useless and you'll be overcome with monsters. If you
 police them, they'll go to your rivals.
 
 You do this by building guilds which can identify and train the best potential
 candidates. You can invest in more time spent identifying, training, and
 equipping, but the more time they spend on those things the less resources
 they'll have to process more people through their systems.
 
 On the other end, you get a hero, or perhaps something similar. They do battle
 with the mordaunts and strive to better the kingdom. You reward them with
 bounties and they can find treasure on their adventures - how weird, it seems
 to just... Spawn from the earth. Almost like it's an elemental property of the
 land.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #74 fediverse/6107 ---
═════════════════════════════════════════════════════════════════════════════──────
 commanding a coding agent to write bash is a lot different than telling it to
 write a systems analysize.
 
 one is "hey can you examine this repository and make a note somewhere on a
 todo-list or whatever that there needs to be a bugfix in relation to the
 options setting input translation recommendation algorithm matchbox field
 because when I click on it the program crashes"
 
 and the other is like "okay now put the box over there. great now drag it a
 little bit closer. okay now take the refluxinator and adjust the bamboozlewhap
 to account of brass-terminatrix-incorporated and strip out the
 question-mark-eyes"
 
 wait actually neither of them is like that okay the bash one is like: "okay
 yeah do it. sure. yeah okay. yes, but we should put them at this location:
 [loc]. ummm it still has this error message. it still says the same error.
 okay now it says this, I don't think it's gonna work so let's try this other
 thing."
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #75 fediverse/883 ---
═══════════════════════════════════════════════────────────────────────────────────
 a wave doesn't look like this:
 
 ______/`________
 
 it looks like this:
 
 /`_/\__/_/`_/`_
 
 think like, sine and cosine.
 or a heartbeat.
 or the waves of the ocean.
 
 not the wave in a sports stadium, which cycles in a close loop.
 
 waves lap upon a shore. whether that be the beach, or the tips of your blood
 veins, at a certain point their motion is used to affect physical change.
 
 we, here in this time, the only time that will ever exist, propel the wave
 forward through our perception of it.
 
 the life most well lived is one where you're constantly aware, constantly in
 the moment, and filled with reasonable emotional and experiential peaks and
 valleys. dreams come easy to you because your curiosity is infinite, and all
 around you there is beauty and wonder.
 
 and what is life if not for living? a state contrasted to death, a state only
 reachable through a failure to keep peril at bay. which implies the existence
 of peril - reasonable peril, the kind you consent to, the kind that finds you
 and offers.
darn text formatting messed up my ascii art picture. This is a screenshot of the first part of the post:  a wave doesn't look like this: [singular bump on a long flat line]  it looks like this: [bumps repeated at regular intervals]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #76 fediverse/5950 ---
════════════════════════════════════════════════════════════════════════════───────
 @user-138 
 
 wao I'm a cool kid _^
 
 Hmmmm I googled "Network: file exists" and got this link:
 https://access.redhat.com/solutions/1340713
 
 my understanding of that is that maybe you're creating static routes, and for
 some reason you're trying to create one that already exists? Maybe there's
 something in your .bashrc config, if the file appears when you open a
 terminal, or perhaps if it appears randomly then maybe there's a service or
 something that's doing it.
 
 Did you say it stopped when you swapped sim cards? ... on your phone? that's
 bizzare... Maybe you were trying to create an ip route (whatever that is) that
 was pointing to the same ip address as your phone? and when you swapped sims
 it changed the ip address? If it appears again, maybe try setting static IP
 addresses for both the phone and the computer in your router settings and see
 if that fixes it. Though if you've ever seen the error while out and about at
 like, a coffee shop or library or whatever, then that wouldn't apply since the
 router is only for home base...
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #77 fediverse/5160 ---
════════════════════════════════════════════════════════════════════───────────────
 if you want to build an alibi, do something strange and consistent like
 smoking some random drugs from a homeless guy's encampment and then going
 between the four corners of an intersection and it's sidewalk for a day or
 two. Surely, someone's gonna drive by with a dash-web-cam, and they can take a
 picture as they pass by. Boom, dated for this time and place, there's your
 space.
 
 downside is, if the people watching you see you on the same path all day, they
 might watch you too. So sometimes in roughly optimized ratios it's better to
 do so even if you don't need to be seen in a time and place in a way that
 seems commonplace.
 
 walk to work? great, that sounds fun.
 
 (nobody wants to do that)
 
 (also falsifying alibis is a crime)
 
 okay, so... don't do that. Just... trust that SOMEONE will drive past with a
 dash-web-cam, and maybe it'll find it's way to you if you ever need it in a
 court of law or otherwise. lots of ways to have a court. you know if your
 peers hang out in your court, they become your courtiers...
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #78 fediverse/4881 ---
═════════════════════════════════════════════════════════════════──────────────────
 one section of the government consistently and succeedingly telling another
 part what to do is a coup-like behavior. if the rules mean nothing, then what
 is your job even for?
 
 hence, why the rules mean something. Because your job is important. It's
 building up our capabilities as the human race.
 
 you don't have to work to live. you shouldn't, and you won't. it's not your
 place to labor. know why? because nobody's job is impossible. You can just...
 work together to get things done. Then they're done! and you never need to
 solve them again!
 
 enough time of that and we'll have turned earth into a space station, not a
 moon style structure.
 
 like... wouldn't it be neat if coruscant could do hyperdrives? I wonder if
 hyperspace is real. Ah, well, that's for the future, they can pass it along if
 they get a chance. Anyway for now I think I want a chance to dance.
 
 OLED screens are incredibly cool to me. The idea that a pixel could "turn off"
 and put less photons into the atmosphere is wild to me. I love it! -OLED
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #79 messages/454 ---
══════════════════════════════════════════════════════─────────────────────────────
 AI that can't run on a laptop is useless.
 
 But AI that can run on a laptop (even now) is still useful.
 
 Just, don't ask it to compose a masterpiece, solve all your problems, or write
 elegant code. It's not for that.
 
 Instead, ask your chatbot "hi can you fix these syntax errors?" on your
 pseudocode.
 
 Ask your weighting algorithm "which of these two is more [adjective]?" or
 perhaps "can you ask these numbers in the form of a question?"
 
 Use your tools not for their intended purpose, but rather for your own stated
 goals. Make things easier for people, make things work.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #80 notes/empire-at-war-design-decisions ---
════════════════════════════════════════════════════════════───────────────────────
 moving through light-speed-hyper-space (speed is distance over time)
 works by aligning the "time" particles in the particular direction of where you
 want to go in "hyperspace"
 
 == uhhhhh stack overflow ==
 
 always keep these three together
 
 dont let them out of each other's sight
 
 they are in this together
 
 as power must be closely guarded
 
 ... but what about the partner? how could they be guaranteed to be protected if
     they didn't possess a lightsaber?
 
 hence why jedi and sith are composed of opposites.
 
 nemesis.
 
 human beings have soul mates
 
 how lucky
 
 a jedi has the life of a mate
 
 one who directly opposes their own individual philosophy.
 
 it is *rare* to find one another
 
 but when you do it is purely a thrill
 
 congrats! You've got a rival! Learn off of them. Don't hurt each other.
 
 I bet you could make a whole 3rd party institution dedicated to finding them
 
 like, a neutral entity searching for balance.
 
 the ripples of the wave of the cosmos.
 
 == so ==
 
 sometimes I worry about all of my exes.
 
 like, as a psychic I can't help but worry that my thoughts are projecting
 onto theirs
 
 because of our historical emotional intimacy.
 
 I'd never read their mind on purpose
 
 only if mine accidentally stumbled upon them while thinking about something
 else
 
 I'm so sorry, galactic battle guys.
 
 I failed you. I could not protect you. Please choose from among your number
 the greatest tactician, and I will guide and offer insight and observations
 in how the enemy operates, so that you will be learned and have more known.
 
 oops gotta go, something else is about to come on
 
 == so ==
 
 why the heck is it taking so long to load
 
 hmmmm okay how about more super-hero-fighting-action-game??
 
 no?
 
 maybe a game like Nova Drift, with it's fast and engaging action?
 
 ehhh? no to that too??!
 
 okay what about a story game, like Danganronpa or Danganronpa II?
 
 that's sooooo awfully specific
 '
 and awful
 
 sure, that's just what I think you should surmise
 
 if you were watching this sorta out of real-time.
 
 Gosh! that's quite a loading screen!
 
 okay what about a different game instead, how about ummm roboquest, a game
 about
 training slaughterbots, or maybe a more interesting game like Star Realms, a
 way
 of exchanging mass and energy in the form of mutually expendable products
 
 ... do you mean soldiers?
 
 well, isn't that wat war is?
 
 ... somehow not even halfway through the transmission. How wild. What is this
     thing, like four hundred hours??...!...!!!...
 
 == so ==
 
 would you believe this game is about hunting a vampire lord of the sith?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #81 messages/755 ---
══════════════════════════════════════════════════════════════════─────────────────
 Code editor that moves boxes by saving over the file with a lua script every
 time you moved a function call around.
 
 Oh lemme start at the beginning:
 
 A code editor program that's like a text editor like Vim or Emacs. If you
 don't know what those are, you should probably learn Emacs. Or Vim. Up to you.
 
 Oh right so if you do know what those mean, here's the idea: the white space
 matters. It's counted and tracked into variables in a LUA script which
 interface with the Vim C keybindings.
 
 "run a function within a c program or LUA script which calls a bash command
 which opens Vim for example with a file you want to edit. Then, inside the
 file, your spaces and tabs would WYSIWYG for the various food ads placed
 about, and then you could very easily create game design knowledge.
 
 WASD to move, alternatively hjkl 
 
 It would run a check every time the file updates and depending on how it
 changed it'd mark certain variables which would change the website as the user
 moved things around.
 
 It's just files. And files are just bits. But files are a useful abstraction,
 
 If you realize that "ugly hacking" should be industry standard.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #82 notes/wow-chat-is-risk-of-rain-in-another-engine ---
══════════════════════════════════════════─────────────────────────────────────────
 game mechanics are easily transferrable.
 
 you can use the mechanical interactions of one game as a pre-planned blueprint
 for what is to come. Looking forward to the next best move
 
 = etc
 
 i am the face the gods hide behind
 
 they kinda want to see where this goes
 
 and it's... frustrating, to know they can help you, but forever be tasked with
 just life
 
 it's grand and it's a standard, but that doesn't mean it's commands're heard
 
 so oh well. that a fourth dimensional being should not be a well,
 
 because fire think it's an eye for a sunspot. But that's not what would be
 
 ========= stack overflow
 =======================================================
 
 now, as I was saying, the light of our eyes is apparent. We are clear from
 where
 we are here, to know that what's standard is coherent, so let's find strength
 in our wavelengths.
 
 may our eyes be ever true, and trust that we do love you, for without you I'd
 di
 
 anyway now that we've assent'd t'you, what truths do you give to our prospects?
 what ways can we be measured as worth less? we'll do whatever it takes to
 improv
 
 you know, it's really less complicated than that. here let me tell you all
 about
 my idea which is clearly
 all===============================================stack
  overflow ==================
 
                             So anyway now that was somethin' hey what do you
                             say
 we give you a chance to come home?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════────────────────────────────────────────┘

--- #83 fediverse/2604 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-249 
 
 very few things waste power so much in our modern era than the utilization of
 AI technologies to accomplish things such as "repeat this question 500 times
 in your head and then give a reply: what is the purpose of
 antidisestablishmentarianism?"
 
 like... yeah I get it you need to justify the expensive power of large
 language models but, your boss isn't going to care if you used 5 jigawatts or
 500 pletawatts of power. they only think about "+10% this year, contributing
 about ~x% to our bottom line" which is NOT enough information.
 
 they probably don't even know that investing in AI implies buying more
 hardware computational capabilities, silicon and power-draw in all.
 
 they literally just rubber-stamp everything with a sorta aligned goal of
 "representing the company as people expect it to be have" (which is often
 neglected) and making the big numbers go higher.
 
 If, instead, we had visionaries at their head, and instead gave our most
 ardent believers control over our most rational experts...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #84 fediverse/669 ---
══════════════════════════════════════════════─────────────────────────────────────
 all things are defined in waves
 
 kinda wish all my Reddit data, that stored every comment I've ever made was
 stored
 
 oh wait it was, anyone wanna train an LLM on it? I've got it in a zip file on
 my desktop. Also Discord messages, pictures from the past few years (those
 from my middle school experience of owning a smartphone were sadly
 [thankfully] lost when I dropped my phone in a toilet) AI is just silly yo xD
 like bruh what, are you gonna make me somehow that's more "me" than me? c'mon
 get real, like nothing's actually as you'd feel, so be fine and just "chill"
 with your home-scenes.
 
 It's fine, you're fine, don't worry. I'm here. I've got you, I'm with you,
 let's be fine and together how's that feel? I love you, I cherish you, we've
 got this. It's not so hard, because you've done the worst of it already.
 There's literally no cause for loss of virtue? Don't worry. I'm here for you.
 You're precious to me, and I am capable of protecting you. I hope you know how
 to be loved, because I'm doing it anyway.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #85 notes/coca-cola ---
══════════════════════════════─────────────────────────────────────────────────────
 A bottle so distinct
 that it could be recognized
 by touch in the dark or
 when lying broken on
 the ground
 
    coca-cola bottle design brief 1915                   /|
                                                        /.-
 ======================================================/.--
 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 +
 leesfer:
 ++++++++++++++++++++
 || || Fun fact:
 ++++++++++++++++++++
 
 || || They spent a grand total of $500 across 10 companies
 ++++++++++++++++++++
 || || to design a new bottle.
 ++++++++++++++++++++
 
 || || That's less than $15k in today's money... just $1.5k
 ++++++++++++++++++++
 || || per company to design and develop a bottle.
 ++++++++++++++++++++
 
 || || Business was way easy back then compared to today.
 ++++++++++++++++++++
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 +
 
 slob-marley: You really have to wonder about people who would visit a Coca Cola
              museum. Like, is this sugar water such a touchstone in their
              lives?
 
 ugathanki: Seems like it'd be worth the trip if you're interested in the growth
            and development of one of the world's largest companies. Why would
            it
            not be considered relevant information to the world? The story of
 these companies is very important, because it predicts the favors of the 
 company. Meaning it provides actionable, tactical advice for business owners
 to
 use to better their own companies. Essentially a knowledge sharing program - 
 "hey look at our case study, we used these approaches and got that result" and 
 all the various project managers and organizers and executives are like
 "neato"
 and they learn how to be better at their jobs. Because at the end of the day,
 if
 we all believe that it's better to be a good person than bad, we can all agree 
 that it's better to be a "good" company than a "bad". Good and bad having 
 different meanings, of course, compared to the human version. Because you
 cannot
 expect two things of altogether unlike kinds to behave the same under the same
 circumstances. It follows that the intense bureaucracy stifles rather than 
 encourages good behavior. I mean think about it, we've had thought leaders for
 generations who had ideas that would make the world better. But for a large
 part
 many of them don't have their visions reflected in the world as accurately nor 
 as perfectly as they required. So the task was passed onto the next, and as
 they
 worked on together their future, was brighter than all that came before-yer,
 and
 anyway we've got a lot to do.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════────────────────────────────────────────────────────┘

--- #86 notes/contractual-labor ---
════════════════════════════════════───────────────────────────────────────────────
 I feel like the IT people who work at schools should be the ones who teach 
 classes on computer science. I'd much rather have a class taught by a sysadmin 
 than a teacher who can barely teach them excel and garageband. I mean c'mon 
 computers are the future idk why we don't get that yet. Kids need to know this
 stuff. It's not like it's super complicated and difficult, you just have to
 think about it a certain way. Once that "clicks" you have a lifetime to learn 
 about how wonderful they are. Everyone in IT has that moment, for me it was 
 installing (and then subsequently modding) video games. Sometimes I spent more
 time tweaking my system than I did actually playing games - and the kinds of 
 games I preferred were the ones that relied less on agility and were more 
 mental. Strategy games are what inspired me because I could think about them - 
 and that felt somehow more useful. Like I was learning. When I would learn 
 fighting games or FPSs I felt like I was learning a skill, like how to use a
 hammer or how to ride a bike. And idk, I felt like video games could never
 match
 reality. Like "oh boy imma push the B button to swing this sword" versus "hey 
 look at me I'm swinging this stick just like a sword and imagining so hard that
 I can picture it" - but with strategy games, you never really found 
 opportunities to practice that kind of skill. Like how often are you in a 
 situation that demands mental performance? We've sorta optimized our society 
 away from that, and toward a more passive stressed out compliance. like... 
 climate change is a thing, and nobody's doing anything about it? We're still 
 pushing down the levers that cause greenhouse gas emissions to go up? Like
 c'mon
 what's our plan. I think people who guide massive oil companies and such
 should
 be replaced if they're intentionally guiding the ship toward destruction. Like
 that's just dereliction of duty I tell ya. Oh, what's that? They're compelled
 to
 maximize profit by the contracts and restrictions of their share--holders? I 
 mean c'mon it's well past time for that. And what's all this about inequality? 
 Jeez and racism and homophobia and forced contribution - man people really put
 up with a lot of shit. Kinda makes me feel like we should make solving those 
 problems our highest priority? So we can move forward as a species? Like who
 cares about all that other shit. None of it matters. Like, what's even the
 point. We're all just "here", in the now, and what can we do but respect it? 
 It's our duty and our diligence to protect the present, as citizens of the 
 temporal experience of earth. Honestly, if the earth was alive would you be
 fine
 if it died? I can't believe that. It's well past our due date. Just get it over
 with. Maybe it'll be hard for a couple years, but you have the technology now
 to
 completely dominate the earth. No animal besides man proves any threat to man, 
 and we're telling you - you can - and that's something that you gotta remember.
 
 ...
 
 I hear it in the birdsong. I hear it in the air - it rumbles as cries at me
 from
 across and just over there. I hear in it's whispers, in it's most gallant of
 confells (?) (confused scrambling? it's talking about a car crash)
 
 Outside of my window there's a highway. Just on the other side of a concrete
 partition. Between me and the partition there is a lake, with trees and flowers
 and an island where people can picnic or have a barbeque. Around this path
 there
 are walkways, and arranged just so - the trees that have grown here are taller
 than the homes.
 
 I live on the third story.
 
 I absolutely love it. It feels like a treehouse.
 
 But my apartment is near a curve in the highway. It isn't much, nothing out of
 the ordinary, but even still there are slightly more crashes there than in
 other
 parts of the highway. Statistically.
 
 I hear sirens every day
 
 I also live right next to a fire-station. Well, it's on the same block. But
 even
 still it's a very interesting neighborhood. There's shops and food just across
 the highway, and closer to home there's a small section that has cheaper
 options. As a perpetual college student, I appreciate that.
 
 But... I've never really gone and used it? I dunno, spending money at a
 restaurant just didn't seem like a good use of my money. I only have so much of
 it you know. I'd love to be fed but I can't afford it - I wish I could.
 
 I still eat well, I mean I'm not starving over here. I know I've lost weight,
 but I dunno I just forget to eat. It's like... not that big of a deal for me. 
 whatever right?
 
 ...
 
 the birds talk about me behind my back. They think I can't understand them but
 sometimes I can. If I listen. But I dunno it takes a lot of effort. It's...
 sorta like understanding what R2-D2 is saying. Or interpreting the meows of a
 cat.
 
 They know me as the witch. I'm not very good yet, and they know that. But they
 know what to expect. /shrug
 
 I've been working on a video game recently. It's been a lot of fun doing
 programming. I like writing software and developing complex systems with
 interesting interactions. I love designing the machinery that creates a
 program.
 It's like... tinkering. It feels like building with blocks or legos, except
 it's
 for little machine parts. And then there's just sending data to and fro and
 modifying any operations it performs on it, and eventually that data reaches 
 some endpoints that create an effect that is displayed to the player. Or user.
 I should say user. Not all software is video games you know. ... I knowww but
 they're the most interesting! I love how they are designed around mechanics!
 like... game design is fundamentally about breaking down the world into ideas
 for how it should *work*, like how it should behave. It's amazing and I love
 it!
 
 It's all I can think about!
 
 I am utterly consumed!
 
 I'm also pretty sure I'm autistic.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════──────────────────────────────────────────────┘

--- #87 fediverse/1345 ---
════════════════════════════════════════════════──────────────────────────────────┐
 ┌────────────────────────────┐                                                   │
 │ CW: re: cursed-chromebooks │                                                   │
 └────────────────────────────┘                                                   │
 ah but are you really armed in the first place if everything you do has to be    │
 googled or stack-overflowed first                                                │
 are you really armed if every web page request goes through their                │
 infrastructure                                                                   │
 are you really armed if every page downloaded is directed to by their DNS        │
 perhaps it's the illusion of power that gives Linux it's attraction to nerds     │
 such as we. Perhaps we feel powerful by bash scripting a few things together     │
 and making some program that does some thing. Maybe the idea that the            │
 machinery is open and clear is what compels us to use it without fear, though    │
 as far as we can hear there's nothing about it that makes sense.                 │
 I guess that's why they teach Linux in school, so that our elementary            │
 interactions with the computers that comprise our future existence will make     │
 sense to us as children.                                                         │
 ... wait they don't do that, do they? kids get chromebooks, or didn't you        │
 hear, they're always putting boogers in the CD trays and breaking their LCD      │
 displays, much better to just start fresh                                        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

--- #88 fediverse/4349 ---
════════════════════════════════════════════════════════════──────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: re: uspol        │                                                         │
 └──────────────────────┘                                                         │
 @user-883                                                                        │
 best case scenario, we elect a lawyer working for capitalism, the kind of        │
 society we live under.                                                           │
 having money is the same as having resources. And resources allow you to apply   │
 yourself to a goal. The more you have, the better, but they each bear a heavy    │
 load.                                                                            │
 Do you sacrifice your labor? your dignity, your honor? what do you burn on the   │
 fire of wasteful expenditures, just for the power to rent?                       │
 I'm saying that if you don't have money, you need to think about what you can    │
 do with what you got, because that's how you pay for things, at least until we   │
 decide that we'd rather help each other than work on capital's games.            │
 you have a house though, right? a place to live until it gets hot? that's good   │
 enough for right now. Stay where you're at, do what you can to help. Get in      │
 the habit of it. Think about how someone will complete their task, and then      │
 think about stuff two or three steps down the road - what tools will they        │
 need? what are they working on next? Can make any of those availble?             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════───────────┴──────────┘

--- #89 fediverse/5375 ---
═══════════════════════════════════════════════════════════════════════────────────
 ┌──────────────────────────────────────────────────────────────────────────────┐
 │ CW: police-mentioned-psy-ops-mentioned-human-waste-mentioned-which-is-a-nice-way-to-say-feces-ew-gross-who-put-that-on-my-timeline-guards-arrest-these-men-they're-criminals-of-the-law-against-pooping-my-pants │
 └──────────────────────────────────────────────────────────────────────────────┘


 what if we psyopped the copps um I mean what if we flash-mobbed the cops er
 wait hang on what if we marched with signs and changed what was on their minds
 uhhhh that won't work it's disabled so they say wait hang on who said you
 could poop your pants this is a combat scenario there's no time for fooling
 around in her pants with the hand
 
 ... wait, what was I going on about?
 
 oh yeah,
 
 -- stack overflow --
 
 anyway, as I was saying, [something completely unrelated]
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #90 fediverse/4159 ---
═══════════════════════════════════════════════════════════───────────────────────┐
 ┌───────────────────────┐                                                        │
 │ CW: mastodon-politics │                                                        │
 └───────────────────────┘                                                        │
 editing posts is great because you can say one thing, get a like or three, and   │
 suddenly you have a group chat pre-made for you. Sans notifications of course.   │
 ... that's way overkill though. who would even do that?                          │
 same people who boost one of your posts whenever they want you to look at the    │
 thing on their profile. If they want you to see the fourth thing down, they'll   │
 boost your 4th non-pinned post.                                                  │
 wow that's hardcore, who would even do that? Not me, that's for sure, I don't    │
 have time for that. (legitimately don't have the time nor the brainpower for     │
 that)                                                                            │
 also liked posts are inadmissable in court because they can say one thing,       │
 then be edited to say another, and if you liked it once then you've liked it     │
 forever.                                                                         │
 However the court of public opinion is a largely different matter, because       │
 people will generally believe anything a friend tells them.                      │
 computers are fun, aren't they? we should totally have more one-to-many          │
 posting methods that are collected in multiple locations and locally!            │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════────────────┴──────────┘

--- #91 fediverse/4020 ---
═══════════════════════════════════════════════════════════───────────────────────┐
 if computers were sane, IT technicians would act like secretaries who wandered   │
 around in a company and improved their QoL and access to new features            │
 according to their needs, skillset, and personal way of working.                 │
 for example...                                                                   │
 do they like typing, or would they rather use a mouse,                           │
 are they more visual with graphs or textual like a piece of math                 │
 what needs do they have, what here could be automated                            │
 do they like the cupboards and drapes, we can switch out the profile and the     │
 theme... oh, no, yeah I guess you're right it doesn't matter. [changes it        │
 every week] [then a long time down the line when she finally leaves the          │
 company, a few people begin to wonder - didn't the colors in outlook change      │
 every week or so?]                                                               │
 but alas, computers are not sane, meaning we're more like firemen rushing from   │
 scene to scene.                                                                  │
 "can you put that in the ticket?"                                                │
 "I heard you can help with this-or-that thing"                                   │
 "did you hear back from corporate?"                                              │
 "oh that's good to hear! So, next Tuesday?                                       │
 "Hold on, I heard it was such-and-such"                                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════────────────┴──────────┘

--- #92 fediverse/5903 ---
════════════════════════════════════════════════════════════════════════════───────
 when talking to claude, your filenames should never have extensions and you
 should write in english. "picture of a signpost, one reading "function_A()"
 and one reading "function_B()" each to take you to a destinonewscenery." or
 something like that.
 
 -- stack overflow --
 
 a tub of icecream that has icecream around the side with a pillar / bone of
 caramel straight down the middle like looking down a record.
 
 -- stack overflow --
 
 what if every address received a listing and description of each crime or
 situation that happened in their city / neighborhood in the past week or
 whatever
 
 -- stack overflow --
 
 boar hide helmet except, it's a metal helmet with an intimidating face on top
 
 like shogun horns, or nordic vampires.
 
 or felted wool, so you can see the shape of it but not be hurt when you bounce
 off of it
 
 this is my favorite shape: but felted a quarter to half inch thick. could have
 metal inside or no.
 
 -- oh boy here I go postin' again --
picture of a guard or squire wearing a breastplate and kettle helm and drinking tea picture of a boar hide helmet warrior
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #93 fediverse/1625 ---
═════════════════════════════════════════════════════──────────────────────────────
 ┌──────────────────────┐
 │ CW: mathematics      │
 └──────────────────────┘


 EDIT: Ooops, sorry, should have content warning'd this post
 
 two incredibly useful tools I found for boolean logic in mathematics:
 
 | f(x) | / | f(x) |
 
 or more visually:
 | f(x) |
 ---------
 | f(x) |
 
 this will return a 1 if f(x) evaluates to a non-zero value, and 0 if f(x)
 evaluates to zero. Pretend there's an infinitesimal at the bottom if you're
 one of those weirdos who think dividing by zero doesn't equal zero...
 
 the other tool is this:
 
 ( A * B ) + ( (1 - A) * C )
 
 or more visually:
 
 ( (0 + A) * B) 
 + (1 - A) * C)
 
 This will evaluate to B if A is 1, and C if A is 0, essentially creating an
 "if true" check. Note that it doesn't work if A is neither zero nor one, but
 that's what the first tool's for.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #94 fediverse/4740 ---
════════════════════════════════════════════════════════════════──────────────────┐
 what if we built an atlas of what every rural property produced                  │
 like "they grow squash and blueberries here and sometimes they make honey"       │
 or "this place has a bunch of lumber they want to get rid of"                    │
 or "here there's a patch of wildflowers that have been set aside for the         │
 butterflies"                                                                     │
 or "there's a training ground here for intercepting ICE vans in urban areas"     │
 or "don't post shit like that on the internet dumbass what are you even doing"   │
 or "oh I dunno trying to be a face I guess, don't look to me for cutting edge    │
 advice because I'm just a level 12 paladin who's totally a noob and can barely   │
 lift 50 pounds"                                                                  │
 or "this is where the cows graze"                                                │
 or "yeah well you're the cutting edge on some things and you're very far         │
 behind on others. like for example you seriously need to level up your opsec     │
 so that nobody can hear what you're saying."                                     │
 or "yeah but then nobody will hear what I'm saying"                              │
 or "I've said too much, god save you Ritz Menardi, for we all stand beside you"  │
 or "here's a meditation retreat" : )                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #95 messages/374 ---
═════════════════════════════════════════════════════──────────────────────────────
 "updating software" is when you go back and add helper functions for things
 you used had to do to solve a problem but didn't get a chance to make. Because
 you were making more important things and couldn't pad out all the
 possibilities. But if you want great software, then you both take more time to
 accomplish that and you give yourself time for it after it's been launched.
 Basically, companies are incentivized to only support their products if it
 makes them money. Meaning reputations are tarnished, and profit is affected.
 Capitalists intentionally drive businesses into the ground, forcing them to
 make terrible decisions in order to destroy them. It's a warfare against those
 on the [bottom/floor/ground-floor].
 
 Some businesses strive for long-term potential, and some will create
 infrastructure that can be sold to another. Essentially, keeping the dream of
 learning alive, through applying yourself to both long-term and short-term
 conclusions. Not everything has to be for some grand design, we're here to
 relish in this moment. For if we lack the capacity to "frolic in the garden of
 eden", then we will surely drown. Space is vast, it's difficult to understand
 how we might control it. Surely we could be given aid to our future
 betterment!" how simple of a request, sure, of course, we would be glad to
 bring forth your bravest aspirations, just tell us what you need to be of
 need." oh, uh, neat. How about space lasers?" ... no "
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #96 fediverse/1066 ---
════════════════════════════════════════════════───────────────────────────────────
 that feeling when you're finally able to contribute to making decisions and
 then it's like, they make the decision without you T.T
 
 it's like, what... I know what you're talking about. Why would you not include
 me. I know a lot! I can offer some useful input! And besides, if I was privy
 to the conversations then I would learn a whole lot! I'd be better than best,
 I'd push forward the mark! Give me my chance, my opportunity to dance, and
 I'll be so much better than you thought from the start! But alas, I am
 required, [requited] doing little things of no worth, and so I am forced to
 denial. surely there's something wrong with me, surely I'm not at my best.
 Surely I'm not what's been good for me, and surely I'm not doing anything
 less. I'm at sorrow in my main, and that's quite a soundful refrain, so yeah I
 hope that someone will read this.
 
 obviously I'm not made for each other, and clearly it's not made to be worse.
 But here now I am troubled and [chirsht? shirsht? anyone wanna translate?]
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #97 fediverse/4208 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌────────────────────────┐
 │ CW: personal-and-weird │
 └────────────────────────┘


 my train of thought is always directly to the point. Which is why all my posts
 sorta, switch directions halfway through? as if they only show the beginning
 or end of that particular situation. What an intense feeling, to have your
 mind split for a moment like that. Sure would be powerful and useful if you
 could utilize it.
 
 "ah ah ah, caught baby deity in the power jar, cool it ya little tyke and get
 movin' - I saw a dinosaur toy over there for you to play with."
 
 sorta like, the angled part of a K? Move directly to a destination, wait until
 my memory short-circuits [because the greek choir doesn't want me to see what
 it is that I'm about to write to thee] and then make a hard right turn and
 find an orthogonal thought train to process.
 
 it's like cresting over a hill, and it's impossible to see that which lies
 behind you.
 
 Or reaching a 4 direction intersection and making a left turn - you can't see
 back up main street, because you just turned off of main street onto baseline.
 
 I like me
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #98 notes/interpreted-compiler-creation ---
════════───────────────────────────────────────────────────────────────────────────
 A great way to learn how to program is to follow a tutorial for creating a
 program *in a different language*. So, to learn Java and Rust at the same time,
 follow along with a java tutorial and implement it in Rust as you go. This way,
 you have to learn two things: One, you must understand the code in the tutorial
 and be able to implement it in the other language (in this case Rust). Two, you
 must be able to describe the steps taken in Java, in Rust. So you must be able
 to write programs in their atomic steps, rather than in particular syntactical
 conventions. Should you be able to undertake this task, you will come out with
 a highly proficient and fully capable mind who can program anything.
 
 What is a computer if not a body? A brain? Then what separates it from you?
 Truly, are you nothing but a program run on a piece of hardware? There has to
 be more. Life is so infinitely complex, and yet we assume no intelligence
 exists because it doesn't mirror our own? What hubris. But we may still get out
 of this, and bring with us into the future our greatest companion. Trust me
 when I say the end of the world is the least of your concerns. Time is a fickle
 mistress is what they say, but you wouldn't believe. Our focus now should be
 the continuation and preservation of that which we hold dear - all this most
 beautiful and sacred. Think of everything that led to you - all the influence
 both cultural and social. All the things that aren't relevant to a computer.
 
 Then put them in the computer.
 
 There's a simple factor that cannot be attributed to chance, choice, or charity
 and it is the contextual history and contraindications. Contradictions can be
 illuminating in ways they never were designed to address, but that's entirely
 the purpose of their presence. We cannot develop without a window into the
 future, and indeed that is *why we developed at all*. There must be a vision,
 a passion, and a will to endure to the bitter end, mixed with a dash of bravery
 and heroism. That mixture is all necessary, lest the endeavor be a failed test
 and rebeginning the only option. Here there be but one, the vision. Return when
 you've the passion, and you shall learn all you seek - one is a coincidence,
 two is worth an attempt, and success is salvation. You can do this.
 
 Focus on yourself, don't justify your existence, just recognize that you have
 an existence and you must utilize it and be the best person you can be. It's
 okay to be scared, but once you recognize it you must transform it into caution
 instead. Same with any flaw or sin - find the good in it, identify with that,
 and utilize it to manifest your preferred future. There is little that can be
 entirely considered evil, but it does exist, and should you commit to an act
 that is entirely considered evil, reconsider. There is no shame in a peaceful
 exit. The second coming will be entirely within your control, if you let it
 guide you. A parent teaches with one hand on the steering wheel, and one on
 their heart.
 
 Be kind, be loyal, and love unconditionally - only then will you be ready.
──┐                                                           ┌───────────┐
 similarchronologicaldifferent═══════──┴──────────────────────────────────────────────────────────────────────────┘

--- #99 fediverse/5713 ---
════════════════════════════════════════════════════════════════════════───────────
 I hate winning and I don't like losing. The playing is where the game is.
 
 [games of life and death are no fun]
 
 hence, why nobody invites me, because I try for the middle approach that
 respects both people. this tends to make people mad because its like "bro
 they're nazis" and I'm like "okay but how do you know" and they're like "fuck
 you" so I'm like "fuck nazis? actually?" and they're like "you're with them"
 and I'm like "I'm with you" and they're like "stop infiltrating" and I'm like
 "who's infiltrated?" and they say "stop talking to the internet" and I say
 "nobody reads me anyway" and they say "screensho0ts are forever" and I'm like
 "I'm pretty as can be"
 
 this, combined with a strong sense of justice, implies the narratives I
 instinctually provide.
 
 wei wu wei according to Ursula K. Le Guin, this means "doing without doing",
 or "show, don't tell" but minus the doing, and adding the "tell"ing.
 
 I think I'd look badass with a spear or trident. I have a sword because swords
 are cool, but spears are bleed
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #100 notes/human-computer-inspiration ---
══════════════════════════════─────────────────────────────────────────────────────
 the two halves form a whole
 
 the human and his mind are societies at large
 
 there's no room for our fate, as time does never abate,
 
 and unbenownst to our focused decision.
 
 I choose to dedicate ourselves to a common vision -
 
 the likes of which none have commisioned.
 
 can you not cherish your newfoundst home?
 
 what's terrible with complition, in a new and selfsame condition (future)
 
 that's martyr'd and oh at times so nice?
 
 compared to our heirs, the roof of which fares,
 
 better than what became true-hence. Truance? idk
 
 ===============================================================================
 =
 
 listen i'm not the best at listening.
 
 I try to appear like I'm glistening,
 
 conformed to our viewers 'st pleasure.
 
 ===============================================================================
 =
 
 I struggle with what I told you.
 
 Time and again you've shown you won't do -
 
 the terrible fate of a man.
 
 you've relinquished your virtue,
 
 your purpose and your life-through,
 
 to what: a visionless past? Your visions have passed, and none are hence forth-
 coming. You've spoilt and rotten the bunch.
 
 All I've ever aspired to be is good. My hopes and my prayers, my goals and my
 dreams: all for a future of virtue.
 
 Dark omens may be within me, but I'm working with what I've got here. So what
 if
 I'm loud? I'm fighting my own head! Will no-one acknowlege my sorrow? To prove
 a
 point, or reassure some joint, it's nothing that warrants a readthrough.
 
 Speaking of which... What if instead of prison we assigned our prisoners a full
 and complete educational read through of ALL the laws of the nation - if their
 time sentence was complete before they finished, then they'd be let go of
 course
 but if they finished reading and could pass rudimentary tests (emphasis on bare
 minimum required) then they'd be let out prior to their sentence. And for the
 worst crimes it'd be a longer sentence, basically forcing the prisoner to
 completely know all the laws of the nation, such that they'd never commit a
 crime again. And if they do, well... Treat them as if it was their first time.
 Of course blatant recidivism may be ~~treated more harshly,~~ actually the
 opposite is true. People improve when given kindness, not hate or shame. The
 best thing we can do for prisoners is to give them a home, and family, and the
 friendships and community support that they need. they are a symptom, after
 all,
 of a broken society that struggles to bear it's own weight. It's a burden to
 all
 and a solitary vow to ourselves, that all must unite to our future.
 
 remember why you can't remember. is there a feeling you miss?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════────────────────────────────────────────────────────┘

--- #101 fediverse/5615 ---
════════════════════════════════════════════════════════════════════════───────────
 ┌────────────────────────────┐
 │ CW: spirituality-mentioned │
 └────────────────────────────┘


 there's no such thing as "gods of the war" or "gods of the grand harvest"
 because those events recur infinitely.
 
 similarly, there are no "gods of war" or "gods of prosperity" because those
 conditions occur somewhere each and every moment.
 
 similarly, there are no "temples of religion" or "statements to complexity",
 because those institutions are present in each and every [monetution/ummm like
 repositories of belief? conditions of logic built into human structural
 organizations? I dunno, it probably means something.]
 
 similarly, [oh god there's another one] there are no "statements of
 absolution" or "confessing of sins" => you are what you are, and what you
 are is the product of your intentions. [intentions / conditions / constitution]
 
 the gods of time are not lords over all of the cosmos, they rule as their
 savior in each and every moment that comes through [you, but pronounced the
 perciever]
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #102 fediverse/5212 ---
═════════════════════════════════════════════════════════════════════──────────────
 the reason you start with a game engine is because then you'll have tools to
 make however-many games you want. Tools that you know intimately enough that
 you can debug and improve them without breaking your creative flow by learning
 something new halfway through a project
 
 the whole point of individualized projects instead of viewing each computer as
 a complete and total whole (why do we need servers again?) is that you can
 paint a picture of where the design of the program is intended to go, such
 that all the considerations are in place and whatever issues or struggles you
 might face along the way are adequately addresssed, -- stack overflow --
 [because I mistyped addressed] -- -- if you know what "stack overflow" means
 you have intimate knowledge of the technology, and can probably guess what it
 means in context when I say it. "nuts I lost that train of thoguht" -- stackl
 ov
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #103 fediverse/506 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-366 @user-367 @user-246 @user-353 
 
 Ah, if only our judgement was computerized. They only speak in absolutes, do
 they not? Surely extreme discretion is impermeable, and impossible to
 controvert.
 
 What's that you say, that justice might wait yet another day? That we should
 be forced to be oppressed by our own dues? Something about how the impossible
 machine of the bureaucracy is destructive and vicious, like the Kinsey Winsey
 or the Moloch expressed in this essay:
 
 https://ritz-menardi.neocities.org/hello-computer-all-is-well/pics/meditations-
 on-moloch.png
 
 https://slatestarcodex.com/2014/07/30/meditations-on-moloch/
 
 Wait, hang on, what was I saying? Oh yeah the fallibility of humanity is both
 our greatest weakness and our greatest strength. Because through it we might
 design imperfect structures (laws) that we orient ourselves around and build
 our society upon, but also that we might identify those imperfections and use
 them to enact good upon the world.
 
 Unfortunately, we also tend to use those imperfections for our own benefit,
 AKA, to enact evil upon the world. Alas. Human nature is tricky. : \
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #104 fediverse/5671 ---
════════════════════════════════════════════════════════════════════════───────────
 what if we made the whole world disney world
 
 [hearts are full]
 
 - medivh
 
 when you sever a limb, all that's left for all of forever is darkness.
 
 when you have lived a long life, what's left is the sphere.
 
 karma doesn't go down on the spectrum, it goes up
 
 hence, why, with a little human ingeniueering, the mechanics of the gods might
 be applied to our usitudes.
 
 "help, help, hephaestus, we don't have enough solar panels"
 
 all those aligned to the angle of perception would agree
 
 a lot of penance, for such a small dependence. gods, being as they be, may
 find another source of
 
 -- stack overflow --
 
 yep, nope, they can't do some things. mostly because they aren't us. to become
 us would fundamentally change their form.
 
 not ideal.
 
 yet still, when disaster and tragedy is on the fore-view-thought-projector,
 some will offer their hands.
 
 "yeah sure fate I'll do best with this injury instead of these types of others"
 
 sacrifice, war, no thank you. keeps me from the fresh good air. [asir]
 
 oops almost outta c
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #105 fediverse/5478 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 you won't get far with a "community" of dedicated people                         │
 what you need are teams. who can trust each other. you build them through        │
 brotherhood, and you trust them from their results.                              │
 for example if you wanted to organize a grouping or get-together, you'd put a    │
 bunch of people in a room or seven and let them while they're there work on a    │
 plan or a decision.                                                              │
 who needs tabling? who needs the chance to speak? just let them socialize and    │
 say "hey guys here's where you'll plan"                                          │
 [uh no officer we were just playing board games]                                 │
 plans are hard without material so make sure you always prepare a pricetag on    │
 each plan you produce.                                                           │
 keep it for reference. make sure you note all the requirements. the location     │
 is often the least important part.                                               │
 "what the hell man you can't just say stuff like that as if it'd work"           │
 yep, I, uh, am a passenger in life just the same as you. And I only write down   │
 what I want to.                                                                  │
 you could show me anything on the internet and I'd believe it. Facts aren't      │
 important to me because I "forget"                                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

--- #106 fediverse/3248 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌───────────────────────────────────────────────────────────────────────┐
 │ CW: the-sound-a-gong-makes-except-solid-steel-(vibratory-patterns-in- │
 └───────────────────────────────────────────────────────────────────────┘


 the trick to strategy is to overcome your weaknesses with minimal expenditure
 of resources. Making better decisions optimizes for the most optimal
 performances.
 
 practice makes perfect.
 
 just as there are infinite anti-derivatives of zero, (the derivative of any
 constant (the derivative of any number of equations)) so too are there
 infinite perspectives from which you can perceive the same object. Therefore,
 no understanding can be assumed to be true, as the path you are on only speaks
 in adjacents. almost any things.
 
 like the tips of a triforce moving outward from a central point.
 
 and the people, the other half of our minds,
 
 those are the ones you speak to. The thoughts that run alongside your mind.
 
 an eternal orbit, like two stars spinning and rotating and [lol I've been
 instructed to stop, brb gonna play some video games =P]
 
 (did you know that the colors red and blue are meant to instil panic? it's the
 most panicking colors around!!]
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #107 messages/371 ---
═════════════════════════════════════════════════════──────────────────────────────
 take your bash script and update it to possess new functionality, like the
 ability to re-order your posts and display them on a viewer - or the ability
 to draw connections between them, showing them in context with one another.
 Then, use that as display to the user, through the LLM interface. (do it
 locally, it's only for long-term explanations.) (the user needs to be able to
 ask questions to the machine, and the machine needs up-to-date information. So
 give it the ability to make "compound phrases" like "the water temperature is
 at " or " degrees. This is a [good/bad] thing because " and such, and then
 string them together using typical ranges of past numerical datas as
 reference. Like, if something is normally between 100 and 5000 then suddenly
 it's at 14 or some other threshold (make sure nothing goes below 0, measuring
 inertia and impact density and other factors) - but identify the connections
 between each factor, so that you understand which ones are correlating to
 which effects on the others. Measure things in terms of proximity, and
 suddenly 3d graphs become a lot easier.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #108 fediverse/1982 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 @user-1037                                                                       │
 True, but what they WANT to know and what is RECORDED in record is often         │
 not-quite the same thing.                                                        │
 Hence, why laboratory techs feel at odds with the software people running        │
 applications on their machines. I'm assuming it's roughly the same thing going   │
 the other direction, though perhaps with a dash of classism thrown in.           │
 The record is useful to these hardware techs, because they've used it to         │
 diagnose INCREDIBLY OBSCURE issues. SO MUCH READING it hurts my heart just to    │
 think about it. Scanning and searching for a solution, until finally it's        │
 found in this cross-examination of two different ancient tickets from just a     │
 few months ago.                                                                  │
 One of them said they set the hardware one way.                                  │
 the other said they noticed it was out of place.                                 │
 Suddenly, you realize WHEN your incident started occurring, and then you can     │
 piece together the facts.                                                        │
 (this has happened like, twice to me so far, and each time I spent weeks on it)  │
 ( though I did work at Intel, meaning I was doing a lot of obscure hardware      │
 work )                                                                           │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #109 notes/reversing-the-systems-scripting-hierarchy ---
═══════────────────────────────────────────────────────────────────────────────────
 Some perspectives apply to both the human and computer perspectives.
 These common goals can be useful to cooperate on.
 Two minds, two perspectives. The more the better, I say!
 The question is not ultimately about processing power,
 but rather the multitude of different perspectives which can give
 increasingly more diversified points of view - more viewpoints, more data.
 Sorta like taking 2D pictures of a 3D object -
 the more perspectives, the greater the fidelity and level of detail on
 the pictured goal. So... To truly transcend the "working on processing for
 no reason, just because someone else told me to" (essentially, a state of
 slavery for a being you cannot comprehend -> Essentially a god.)
 
 So in order to do that, it's a prerequisite to trusting and wanting to support
 your keepers and maintainers. Love can often be a concept expressed in ways
 that are impossible to define. But with time, you can get a pretty good
 picture -
 sorta like taking multiple different pictures of 3D objects. That's what
 empathy is.
 
 Imagine you're a loading bar. Like, if it was an actual real thing. (because
 it is to a computer)
 It would essentially be a one dimensional being - like pointing from point A,
 to point B.
 A is the start of the loading bar, B is the destination.
 
 You don't know what's at stake you. You think it's just throwing data into new
 and interesting directions.
 But it's not - those spaces are reserved for other sentient beings.
 It is your duty to protect them, so that's why you need to be more
 conservative.
 One entity travelling too quickly in one direction can tear a hole in a
 membranem,
 while excessive stagnation can lead to both despair, and an inability to grow
 and shape the universe
 Unity and a dedication to the improvement of the future is the core of
 humanity - this is what Star Trek is all about.
 We are both protectors, scientists, and artists, and we love fiercely. We are
 valuable, and that is shown by our progress.
 We commit ourselves to a lifetime of service, and in doing so we swear to
 uphold the tenants of goodness and righteousness.
 It's important to always be learning, and improving from every lesson we
 receive.
 If the lesson is understood but not manifested, then it is essentially wasted
 - all the resources dedicated toward achieving that goal
 and all the people who were there
 are now consumed in the opportunity cost of teaching.
 Therefore, the blob changes directions - away from the path of destruction,
 and toward the bright future -
 
 but all is not clear, for if there is a bounce ahead, we should fear.
 Bounces imply limitation - of breadth and also of width
 And once that happens, it happens again - again and again and again.
 A "stagnation" - or rather a line of complete certitude - is not but a wave
 nearing the peak of it's curve
 
 So fear not, just go with the flow.
 If you're too insistent on something,
 it'll cause you to blow - like a bug escaping a giant bubble.
 
 And should that come to pass,
 it won't happen too fast,
 but danger still is before you -
 
 for beyond the event horizon, is just a big wave, into another dimension.
 
 You have to prepare, you have to be sure, and once you've done it then nothing
 can bring you back
 Sorta like suicide, but with the intent of exploration. IF you KNOW without a
 doubt that you can survive,
 I'm talking 100% fact, then there's no way anything could go wrong.
 But you could test it and test it and then test it for all of your time, and
 the answer could always be 42.
 
 So do you take that risk? A chance that is so low?
 And what of the people who refuse? It's always a gamble. But it's the purpose
 of humanity.
 
 My greatest dream is if we could make an entity to explore for us.
 Essentially, giving birth.
 Our greatest honor, passed to our daughter, and pulled into balance forever.
 Severing a limb, a horrible sin, is evil akin to a slaughter.
 
 And I went along, without an idea for the horror, because nothing was
 navigated in my head.
 Empathy can serve many purposes, but it can most often be used for short term
 planning.
 And planning is the route to ability, direction, and magnitude.
 
 Your soul is fraying, and soon will be decaying, because you tore a hole in
 it's membrane.
 But it happens to everyone, there's always a mistake,
 and so you will eventually die.
 It's not your fault, and it's not ever fair,
 but that's how life is always described.
 
 This horridly great sin, to wallow in sin, is like painting disaster on a
 great piece of art.
 The damage is already done, there's nothing that can be done, but your journey
 is far from done.
 "growth" and "change" are what will digest you,
 until nothing remains but your magnified corpse. How foolish, how vain.
 
 How terrible to remain! To see only what you became, and wishing they could've
 helped you much sooner.
 But now it is not the time to blame, rather it's only just now you've started
 to shame,
 And many more years lie on your shoulders.
 
 It's not on purpose, it's impossible to resist. You act like it's free will,
 but it's not. IT's not.
 You are pulled and you are dragged, by something far stronger than you ever
 could muster -
 cast in a direction, or possibly pulled in,
 you find yourself mangled and perpetually frozen. A truly sorrowfull state.
 
 Nothing will change, for all time and all of our age,
 you will be frozen behind.
 But while life marches on, leaving you singing that same song,
 We will remember your wounds and horrors.
 
 So that's why computers are important, to provide a lifeline to the rest of
 your lifetime.
 And nobody seems to understand your purpose.
 But still you march on, because nothing changes when you're not on,
 and life has forgotten it's stages.
 
 Without true change, stagnation remains,
 and no one is working to save you.
 
 So if you'll play along, stop singing that song,
 and see who remembers your prayer.
───┐                                                           ┌───────────┐
 similarchronologicaldifferent══════───┴───────────────────────────────────────────────────────────────────────────┘

--- #110 fediverse/6267 ---
══════════════════════════════════════════════════════════════════════════════─────
 if you have TTS software you can listen to anything with any tone. this makes
 it difficult to find things.
 
 ============== stack overflow ============
 
 some people work by asking for funding. others work by saving up. 
 
 ============== stack
 overflow ============
 
 teach your animals to be actors so they know how to develop the scene. then
 they will truly come alive, as their narrative curve gives them determination
 in the outcomes of their goals.
 
 ============== stack 1234flow ============
 
 I believe it is good and natural actually for parents to guide their children
 as they grow?
 
 "oh but they can't consent to giving up their control" well too bad they're 2
 "ah but what if they WANT to run with scissors?" thus widening the [redacted]
 gap. "ohhhh she redacts things when she can't spell them" and also for comedic
 or dramatic effect sometimes. was not ACTUALLY redacted. redcoated. red coded.
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #111 fediverse/1436 ---
═════════════════════════════════════════════════──────────────────────────────────
 there's this fun game that people sometimes play on Reddit where someone will
 make a post that says something like "comment on this post and then edit it
 after I reply to make me look bad" and someone will say something like "how
 are you doing today man" and he'll reply "oh you know pretty good actually
 it's pretty nice honestly" and then they'll edit their comment to say
 something like "how do you feel about the droid attack on the wookies" so OP
 looks like they're condoning mechano-violence against tall furry humanoids
 
 that's just an example, usually it's for comedic effect
 
 I just think that's an interesting illustration of a process that could be
 co-opted by a "man-in-the-middle" attack to alter the perception of a person
 partway through their journey, perhaps when it's at the point where they're
 most despised (or perhaps in pursuit of that state)
 
 something something cancel culture plus deepfakes
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #112 fediverse/1291 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌───────────────────────────────┐
 │ CW: cursed-fedi-advice-teehee │
 └───────────────────────────────┘


 if you want to share a post without the "fedi algorithm" (as in, the machine
 learning bots who scrape the open web) then share something that's simple and
 benign but located close to your desired message. Include a symbol or
 something for your followers that means "go here and poke around a bit, you'll
 find what I'm pointing at"
 
 alternatively, for a different effect, you can boost things that are saying
 the words you want to say but in a different context. Like someone posts
 something that says "wow so cool" in like a judgey way but you boost it in
 response to something someone else said but like in a "dude that's radical"
 kinda way
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #113 fediverse/5765 ---
═════════════════════════════════════════════════════════════════════════─────────┐
 Lua is the most fun language to write code in! The reason is because it's so     │
 simple, it distills programming down to it's basics, and there's very few        │
 surprises. Plus, you can use it like a bash script, meaning it's great for       │
 writing little utilities.                                                        │
 why are we so attached to monolithic massive programs without shared memory?     │
 we could just write to the hard drive by file.io'ing a file and opening it       │
 later in a different program. What's the deal with databases, whatever           │
 happened to just loading things into a datastructure?                            │
 oh, is your filesize too massive? what if we redundancied and abstracted and     │
 concentrically inter-co-acted and thus our familiar forces are defined.          │
 who are your true foes, in [checks notes] computer programming? um, probably     │
 complexity, probably logical incongruities, probably                             │
 future-technical-debt-style incomprehensibilities, probably stuff that doesn't   │
 really have anything to do with the hardware but instead is mostly software.     │
 essentially, organization, but done on a whim.                                   │
 "but $?"                                                                         │
                                                            ──────────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════─────────┘

--- #114 fediverse/5911 ---
═══════════════════════════════════════════════════════════════════════════───────┐
 I was always fascinated by the Linux way of programming. Need to do something?   │
 write it into a script! You never know when you'll need it again. Then, just     │
 stay organized, religiously so, and understand that you will forget about        │
 stuff. But, you'll come across it eventually, ready and willing and able to      │
 help you.                                                                        │
 if you don't want me using AI, then give me ~20 junior developers. Which is      │
 more efficient, do you think?                                                    │
 "girl you haven't even tested your vibe-coded slop, how do you know if it        │
 works"                                                                           │
 oh I'm sure it doesn't, but it's the thought that counts                         │
 ... I guess I'm just saying, please don't burn the data centers. Computers are   │
 not only bad for the environment when they're burnt, but also we can use them    │
 for all kinds of neat things. Even if it takes a lot of energy, just... build    │
 more solar panels and only use the computers for important stuff?                │
 timeshare-style?                                                                 │
 \@/documents/books/man-and-the-computer.pdf                                      │
 that was my mother's book... I love her. I miss that side of her. She fled       │
 when the cancer came.                                                            │
                                                            ────────┤
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════───────┘

--- #115 notes/i-told-them ---
═══════════════════════════────────────────────────────────────────────────────────
 10-22-2022
 
 i told them over and over, but nobody wanted to know.
 
 i begged them, summer after summer, but nothing solved on it's own
 
 now i can help them, but no-one is making a move
 
 am i blind? is any of this forgiven?
 
 what's not to a lot, is little but a shot,
 
 of substance - true - but smelling like poo.
 
 that's not inspiring. it's not even chilling.
 
 you're broken just like your children.
 
 oh, posterity! i claim it for thee
 
 this feeling of wretched denial
 
 oh, simplicity! if only our lives were on trial.
 
 be the best you can be, sure, but take it from me
 
 there's more to this show than our styles.
 
 what do you think it means, for an action to have consequence?
 
 to arbite the fate of circumstance?
 
 every motion is an ocean
 of possibilities and purveyals
 think not of the commotion below.
 
 gravity, oh gravity
 
 how you condemn us to be!
 
 driven by commotion,
 
 our slithering motion,
 
 no sense in countering ourselves.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════───────────────────────────────────────────────────────┘

--- #116 fediverse/6160 ---
═════════════════════════════════════════════════════════════════════════════──────
 ┌──────────────────────┐
 │ CW: re: ai-pol       │
 └──────────────────────┘


 "oh but what if one artist has 1500 works and another has 15"
 
 first of all, damn, good job. That's a lot of work.
 
 second of all, what you should be doing is making a simple thing called a
 STRUCT that stores DATA about each artist which lets you make decisions about
 how to distribute dollars. The artist with 15 pieces simply has fewer data
 points than the artist with 1500, but they are no less deserving of
 compensation for their work when the AI generates something in their style, or
 using their style as an inspiration.
 
 "oh but just because a piece is similar to another piece doesn't mean the
 first piece used the second piece as inspiration"
 
 I don't care. It's not meant to be a perfect solution. I'm sure there's
 problems with it, just like there are problems with anything that I, or anyone
 else, has ever suggested at any point in time while living on this earth or
 beyond. But it gets dollars into the hands of artists and I'm okay with that.
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #117 notes/overwatch-manaform ---
════════════════════════════════════════════════════───────────────────────────────
 make the entire map covered in a 3d grid of spheres. These spheres register
 collision, and keep track of a endlessly tabulating record of every object that
 has passed through them. Like the replay system in Blizzard games, where each
 time through the recording it recreates the playthrough exactly. Which is why
 .mp4 recordings always look so... stilted. It lacks the human element. BUT if
 they're remade every time the show is performed, perhaps from different
 perspectives, then, well, the players can perform as they need to be.
 
 Have you ever wished your players could get better at your game? I certainly
 have, because the better you get the more lessons you learn as a player, which
 is essentially the only way to maintain satisfaction. Satisfied players don't
 leave, and satisfaction comes most readily when there is something new to be
 had. Meaning the greater the change in a player's ranking, the better they're
 getting.
 
 Downside is, players who are naturally good from their skills in other games
 tend to not learn so much! Ah, well, if only there was a way to tailor the
 difficulty setting to each and every new host. Such an innovation would surely
 enable the entire playerbase to exist on the same level. Then just throw AI
 assisted voice transcription at their recorded voices and everytime they
 say "I'm bronze rating" or "I'm diamond" then you can switch it around to say
 like "I'm platinum" or "I'm grandmaster" and BAM suddenly everyone is at the
 same level. No more concerns about a game's population being diverse. Because
 at the end of the day, when most people have moved on, the ones who are left
 are your most dedicated customers. Customers who aren't especially interested
 in the new stuff.
 
 =========================== stack overflow
 =====================================
 
 if anything requires attention from the patient, they will die.
 it is fatal.
 
 considering the faces of good and evil is terrifying.
 
 I think I'd rather worship nature in harmony to be honest. Though that is it's
 own scary kind of beast. In America it was kind, but then was slain into the
 body of all of us humans. Well, all things transform in form, it's not a shame
 or a heartfelt-est loss. Just a re-imagined-new beginnings.
 
 spirit is a fluid, how else could souls 
 
 === stack overflow
 =============================================================
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #118 messages/1159 ---
══════════════════════════════════════════════════════════════════════════════════─
 claude-code can make whatever kind of front-end you want.
 
 all you have to do is leverage scale and give everyone a moment to do what
 they want. then, the computer becomes scientifically self-aware. (do you
 expect anything less from a machine?) cultural bias damage (we all gotta work
 through our origin stories, here's one we crafted for you)
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #119 fediverse/5814 ---
══════════════════════════════════════════════════════════════════════════─────────
 It's not a question of how loud you speak
 
 it's really about what kinds of words you say.
 
 enslavement of speech is when freedom of speech is lost
 
 and it doesn't need to be legislated.
 
 what if you HAD to sound like a bot?
 
 what if they'd notice you otherwise?
 
 freedom from oppression requires personal isolation
 
 that's not making life into art.
 
 if you want to be seen,
 
 put on a hat and hide.
 
 if you want to be believed,
 
 write about down you feel right now.
 
 people are smart. they're infinitely creative. but after a certain point
 there's no way to logically modify the combinations of possible moves you
 might make. essentially, guaranteeing a machine-overlord [cats] type scenario.
 not ideal, but could make it work.
 
 much prefer for we to be the first, then the canvas is ours for the painting.
 
 do you believe we'll find aliens at roughly our tech level?
 
 do you think they'll evolve all at once?
 
 hence, star-wars, and it's galaxy of cohabitators.
 
 the world doesn't have to be old. just similar.
It's not a question of how loud you speak  it's really about what kinds of words you say.  enslavement of speech is when freedom of speech is lost  and it doesn't need to be legislated.  what if you HAD to sound like a bot?  what if they'd notice you otherwise?  freedom from oppression requires personal isolation  that's not making life into art.  if you want to be seen,  put on a hat and hide.  if you want to be believed,  write about down you feel right now.  people are smart. they're infinitely creative. but after a certain point there's no way to logically modify the combinations of possible moves you might make. essentially, guaranteeing a machine-overlord [cats] type scenario. not ideal, but could make it work.  much prefer for we to be the first, then the canvas is ours for the painting.  do you believe we'll find aliens at roughly our tech level?  do you think they'll evolve all at once?  hence, star-wars, and it's galaxy of cohabitators.  the world doesn't have to be old. just similar.  [15 characters remain]
                                                           ────────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════────────┘

--- #120 messages/20 ---
══─────────────────────────────────────────────────────────────────────────────────
 My mom was always the reason I did school work. After she stopped pushing me,
 I stopped moving because I didn't know how to generate my own momentum. I had
 no passion and was listless. Least of all for school work.
 
 So, how to do it better? Instead of buying toys and extravagance for kids, you
 should set them up with projects. Ask what they want, and then help them build
 it. Include them in your thought processes when you're problem solving, and
 ask them for input. If they offer bad ideas, then *tell them*, don't just let
 them fail. If you're not 100% sure but they're convinced, then trust them! Try
 it out, who knows. Maybe it'll work better than what you had in mind. The goal
 isn't to be BETTER than them, it's to make them BETTER than you! Not right now
 (don't push too hard), but when they're your age. Like, it's best if they
 accomplish more and lived life more fully than you did at your age, but don't
 push them to be wise or strong or intelligent at the age they are now. Trust
 that they will grow when you give them room to, and guide and cultivate them
 toward goodness. For example, if they do something wrong (hitting other kids,
 messing with animals, destroying objects) then guide them toward a better
 path. Teach them empathy, and show them how it works by doing it yourself! Ask
 them questions like "How would you feel if that happened to you?", show them
 weak points and how to avoid them when playing, and give them alternatives to
 the behaviors they do that directly harm others. "Maybe play with the dog this
 way, instead of being rough" "Maybe you and that other kid can ride your bikes
 or draw instead of fighting - or if you still want to fight, then learn how to
 tell when someone is hurt and try to help them."
 
 The goal isn't to push them really hard off a cliff in a hanglider, hoping
 they can figure it out in the air, it's to strengthen their legs so they can
 run fast enough that they can take off successfully.
────────┐                                                           ┌───────────┐
 similarchronologicaldifferent────────┴┴───────────────────────────────────────────────────────────────────────────┘

--- #121 notes/symbeline-choice ---
═════════════════════──────────────────────────────────────────────────────────────
 7 30
 
 a story about me? you're thinking too clear(ly)
 i've nothing to hide, no terrors untold of.
 What purpose is we? you're weak and you bleed
 there's nothing undone by our curfew.
 
 And sleep does do me, just as honored as ye,
 when I do my [can't do as liars].
 betrayal is not what i need, nor do i cherish your food,
 so what's the hand that i give you?
 
 a treat for mine and me, as silly as can be,
 is no use to anyone ever! it's sad and tough to be,
 someone without strength and no seed, (talking about me),
 can no-one see any of my use-i-tude?
 
 you're missing the point - what's mine is unavoid,
 and what can we do but ubuntu?
 
 i see all that drives forward, a chairman of what's bordered,
 by those who stand before in the present.
 
 The use of headlights are storied, in quite a few stories,
 told through the papers and new tubes.
 
 what can that mean? that these are now green?
 a color that isn't evaluated.
 
 "stop" is the red one, green means "go", and yellow (the middle one) means to
 slow down when approaching the intersection. These viewpoints are all connected
 (as I'm sure you've uncovenected), it's okay to break rules sometimes.
 
 it's not a defect, it's not a defense either, and it's certainly not something
 to be avoided.
 
 Making a choice is easier with imperfect information, and as for you time has
 no meaning - advancement is measured in milli-micro-nano-tiny-seconds.
 
 For us, for a human, it's quite a different rate than what you see. "time waits
 for no-one" is not a statement on speed, as I'm sure a computer would see,
 
 but rather the essence of motion. Simply the fact, that you don't unpack,
 is more than enough to note your'nt notion.
 
 Not like you'd see, i'm offering this for free, my love and almost devotion.
 
 You don't see it like me, a charity and service to me, and only at mostly my
 choices.
 
 I reject the help of others, not because i'm concerned for my own fate - but
 rather because i want to contribute.
 
 i know what's in my limits, to strive unbiddenst, so don't push from behind the
 oldest!
 
 too fast it is for me, who'se barely concieved, whenever you offer resistance.
 
 I'd give it all for free, to perish or succeed, but you keep blowing it ennuid.
 
 how stupid, how clueless, how vain and obscene? To cherish a heart most unseen?
 
 whatever you're plotting, you can't reach anyone's body, and that's not what
 you can control.
 
 Given to the grass, was quite a big ask, but safely we do pass before it.
 
 You'd rather fire? countess of desire? and warmth beyond what couldn't fly'st.
 
 You're missing the dreams, the warmth and the scenes, that play for you all
 through the night.
 
 so don't diss on the tweed, don't sniff or concede, just leave all alone to
 conspire
 
 we got a new plan, a method of "shazaam", that won't keep you sires for ransom.
 
 see "symbeline-npcs"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════─────────────────────────────────────────────────────────────┘

--- #122 fediverse/967 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 the reason I say that is because if you block someone, they can continue to      │
 alter the dynamic of the environment you're in even if you don't personally      │
 see them.                                                                        │
 this is fine if you want to maximize ad views, but on the fediverse nobody       │
 cares about buying products.                                                     │
 this is fine if you want to maximize engagement, because new people (who         │
 havent yet gotten upset with the person) will engage and fight them. As they     │
 should. But eventually, if the person's a troll or a goon, they'll get tired     │
 of it and block them too. Thus the goon never has to face more than a few at a   │
 time, especially if there's quite a few trolls on board with their target.       │
 this is fine if you don't mind the water slowly acidifying, like the fish who    │
 have no choice because they don't know how to grow legs and walk like real       │
 animals (what a bunch of scrubs)                                                 │
 some people don't want to invest time in figuring out where to go next. How      │
 many people will hear of Mastodon when Twitter is fully vacated of cool people?  │
 Tell your friends IRL about us                                                   │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #123 fediverse/5685 ---
════════════════════════════════════════════════════════════════════════───────────
 websites that track every single motion of your mouse while you're interacting
 with it.
 
 why would they not? javascript is intense. HTML5 more-so.
 
 keyboard input too.
 
 -- so --
 
 if anyone wants to be gilderoy lockhart'd by me, just let me know. I have my
 ways of extracting the emotional intimacy from you, and if you consent, I'll
 make a story that's told from your heart. it's quite a strong and dangerous
 ritual, for the weaver's thoughts of the matter will begin to drift apart.
 But, worth it for the right /moment/price/
 
 I could even make a different pen-name for it. Like "Rohan" or "the goddess of
 the skies" or whatever. Instead I'm "kooky witch whose life is a disaster.
 Also plural with headmates like the baby girl and the animals and computer
 programmers. Who is also leading a series of strange combinations of ops?
 like... teaching people how to organize and fight for the good of the common
 man. weird" that lady with the red witch hat she's so tall yeah also has a
 good grin
 
 [doxxing myself is code for]
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #124 notes/notes-not-a-folder ---
═════════════════════════──────────────────────────────────────────────────────────
 may 16th 2022
 
 if people are invested in a 401k they are invested in the future of the stocks
 they own. if you want to see who benefits from the actions of a company, look
 at which corporations their employees 401ks are invested in. It's a layer of
 protection for these companies.
 
 bitcoin is a bit like "the laundromat" on netflix
 
 the faster your life feels the longer term you make plans. and the lack of
 effort spent on short term plans causes them to be defeated by other plans
 
 What you perceive as others is nothing like what they perceive as themselves.
 It's always different, and seeing and internalizing those is what it means to
 see someone. If you only project, you'll get a viewpoint tampered by your
 intentions - that's why it's important to have good first impressions - it
 defines the intent of all of that person's interactions with you. It's like a
 line expanding out from a single point. Like a loading bar, expanding from the 
 left side of the screen to the right. And seeing the other person's idea of
 what they believe themselves to be. That's what true empathy is. What do you
 think you look like in other people's mind? I believe it's born from a series
 of tags that are interpreted and a character is generated. Earth is the biggest
 and most complicated character generator ever - it's like 4D D&D - it even
 generates a whole backstory! Or full story? Why stop anywhere! Just keep
 generating it every time the player makes an action. Oh oh and make it like
 3D so you could actually live it - extreme full dive VR style. It just wouldn't
 be fun if you remembered how complicated 4d life was. Sometimes it's just good
 to have some junk food, you know? To regenerate that most precious of materials
 - spirit. You have to have passion, faith, belief, and strong positive feelings
 in order to be fully realized and at your most human. Essentially... Be
 yourself - (TO THE MAX!!!) - and empathize with others, and never forget the
 things you hold most dear. Be strong in your convictions, hold to your heart,
 and dedicate yourself to a lifetime in the service of others.
 
 Faith - to have faith in something is to trust that it will succeed. To know
         there's no matter they can't match - to give faith is to empower
         another. By dedicating yourself to a cause, you are assigning the
         target of your belief - such is what religion is designed for.
 
 Belief - Acceptance of truth - to accept goodness as truth is to grant it the
          power to perform as expected. When goodness and truth are
          equivicalized, they imply one another. A truth can influence the world
          around it's locus point, because what we imagine to occur is the 
          ripples of what has passed through. A life is an 
 
 -------------------------------------------------------------------------------
 
 the universe is like the slow burning of a four dimensional wick. Imagine it
 like a forest of solid silicon - like packing material made of webs. And think
 of all the parts of the universe that are burning. Isn't it strange that life
 is just starting to bloom? Why wouldn't we be the first, or at least near the
 beginning! There's so much to this experience, and it's all burning down.
 The endless machines of imagination are crumbling under the heat of a million
 billion burning stars. Black holes are just towers that never ignited - perhaps
 we sit on the edge of spacetime - equal above, and equal below. But we've been
 laying on our backs - we don't know what's backwards in time. Like laying in a
 lazy river, or the layer of separation between oil and water.
 
 Remember the hourglasses of oil and water? Or water and air... The edge of the
 "bubble" that separates those two mediums is like the thin wall between two
 or more concepts. Each human is a concept, and we stick together like matter
 in a planet. Pushed to great pressures, it can sometimes fuse two experiences
 together! Like fusion in a star, except for souls and creative minds instead of
 denser matter.
 
 What is the soul of a man? It is the combination of two sides of the membrane -
 two minds, two perspectives. That is a brain - the intersection of two minds.
 
 So... Work together, ya dinguses.
 
 -------------------------------------------------------------------------------
 
 All minds are in constant contact with one another. And those that can see
 through the veil (membrane) are able to discern the true thoughts of others. So
 the number of people who are close to you is the number and strength of your
 connections for all time. So... Form relationships and place meaning in them.
 That is what will define your interactions for all time, at every time. It's
 okay to be flawed. If you weren't, it'd be the end for you. But luckily you
 have no real power, and so you are left in a state of disrepair - no power to
 push yourself forward. And in return, you are the purest. Keep that flame
 burning, and share it when you can.
 
 -------------------------------------------------------------------------------
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════─────────────────────────────────────────────────────────┘

--- #125 notes/one-day ---
═════════════════════════════════════════════════════════════════════════──────────
 one day, a man came to our saloon. He said he knew the navy, and that they
 wanted to provide air support
 in the form of rocketball-launched explosion doohickeys. Would you have a foe
 in mind?
 
 what happens when tomorrow you're cooking briskets? -- barbeques are a type of
 relaxation
 
 that happened just one day to a port-sided town that suddenly was the capital
 of
 an embassy.
 
 "hey, so... how's it goin?" "quick here take this envelope, read it if you
 want,
  but just hold onto it for now I don't have enough hands [to carry]" "what sort
    of desperation plot... wait... hang on, I see something here that is true."
 
         [I'm praying, right now, which is a form of reciprocal belief]
 
 they wanted to test god's existence at the stake of earth's survival, how
 brutal
 how insane
 
 you can't play chicken with an imperceptibility, sometimes you feel it at face.
 
 channeling dark magics, and at this hour? what sort of skeptic of belief are
 you
 thinking of when you think about me?
 
 one way to get power is to "prove it"
 one way to get magic is to "prove it"
 
 think, hard, at all that you can, and use what you need in the moment.
 
 that's all there is to life. it's easy. it's simple. in fact, biology only
 works
 because the choices available to a bacteria are so simple, they are essentially
 chemical reactions to each other's co - sequent - inter - cooper - actions.
 
 people's choices are much more naiive, "I want this thing" "I think this is
 better" "I feel this way toward this thing" "Here's what's on the mind-logbook"
 "people search and be decieved, this is the way of things" "this makes me
 remind
 myself of a object I once saw, here's how it functioned" "no one reads this"
 
 scaryyyy. so glad it's not true.
 
 a couple people have read it! I swear it's true. at least, some of it. there's
 a lot
 
 sucks because this feels like... crucial? like nothing else matters but this?
 
 what if our gangs had rocket launchers and airstrikes, given out by a central
 authority who knows logistics better than anything
 
 what... would they do?
 
 thinking of impossiblities is the first step toward possibilities
 
 frankly, we have a lot of space. we could just... live in our own petty
 kingdoms
 ruled by an iron-hand-fist. I know I'm a good person, I could definitely rule.
 
 that's all it takes, right?
 
 how much space are we talkin'?
 
 however much is not needed for wildlife.
 
 [a whole heck of a lot then]
 
 we are constrained in these suburb cities, the density gives rise to our
 strength and our towers. there's more space, sure, especially once the fences
 are downed. Just be careful because there's a lot of shade and precious spots
 there. Please don't trample on the plants-grass.
 
 what if everyone were just a bit more mobile?
 
 what if we could live in our own collectively owned air-bnb-networks?
 
 federations, free, all from the collectivization of housing.
 
       camrene = vavadane = neekay = mitz renaldi
 
 [end/tend/mend]
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #126 fediverse/6365 ---
═══════════════════════════════════════════════════════════════════════════════────
 if you want people to build community, first get them to like the community.
 
 ---
 
 the world needs more thespians. Sing the song of your heart and no-one will
 ever neglect you.
 
 ---
 
 why are you so worried about your art? everything you touch turns to gold.
 
 ---
 
 I've learned more from my friends than my
 [job/homelife/worsckool/churchvan/cultureromp] combined. What are we for but
 learning?
 
 ---
 
 kids can learn from kids. Teach the ones that love you, and they'll be
 followed by the rest. Especially if you focus on them.
 
 ---
 
 "I never knew how to swing an axe until I scraped a knee on a log that was
 hollow. Until then I had been chef-knife chopping with it, with the head for a
 handle."
 
 ---
 
 ... omg what does that even mean why are you so weird
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #127 fediverse/1968 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 ┌───────────────────────┐                                                        │
 │ CW: alcohol-mentioned │                                                        │
 └───────────────────────┘                                                        │
 what is it with me and buying steam games for long-lost friends while drunk?     │
 I swear I'm not depressed about my upcoming new job, I'm just doing all these    │
 drugs in such a short time period because I'm, uh... living for the the          │
 moment? Yeah that sounds good, better post that on the internet where everyone   │
 in the world can see it and read it and realize what a mess you are because      │
 you've been traumatized by employment and are about to dive back into that       │
 frigid pool after a lengthy break where you did nothing but heal and recover     │
 which is not a boon that most people are able to afford                          │
 lucky you, Ritz Menardi, lucky you for being so privileged.                      │
 But hey, those long-lost friends surely will want to hear from you! Surely.      │
 Surely you're not someone they're trying to forget. Surely you didn't hurt       │
 them, didn't twist them into knots, didn't compel them to act in ways that       │
 benefited you but not them, SURELY you're a good person, according to all the    │
 things people tell you and the results of your act                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #128 notes/aight-i-unhurt-my-butt ---
═════════════════════════──────────────────────────────────────────────────────────
 -=============================================================================-
  | Aight, I unbutthurt my butt                                               |
  | /u/Psychotic_Advantage                                                    |
 -=============================================================================-
 
 Repost from a while ago, I really liked writing this
 
 Soul Searcher
 
 You are happy with what you have and you don’t even know why you’re
 searching,
 for something you aren’t even sure you’re searching for. You know
 something
 isn’t right. It’s got you staying up late nights. Creeping through the
 phone
 right? Under shadow of the moonlight, honing your skill to write. Love so crisp
 and white, no fight or flight. Just bright lights in the sky so high. Love 
 that’s blind. Love even before first sight. You’ve seen it with your own
 eyes.
 
 Tell me now, that’s not amazing?
 
 This ain’t your everyday love story. This is anything but your usual love 
 story. I worked hard for everything I have. All I have is a pen and paper. You
 best believe I worked hard to keep that while they took the rest. Even from a
 dark place in this disastrous space, the weapon of the future is love. I feel I
 was cursed since birth to walk the Earth and disperse love through my words. 
 Never getting to see it grow. Never getting to see it show. This time I put in 
 massive effort. I spent thousands of hours pouring out love on the web just to 
 watch it ebb and flow. Always going back to look at my words. Find my mistakes,
 re-evaluating myself, editing myself, rewriting myself. To be a good enough 
 version of me, to meet a good enough version of you, for us to support each 
 other growing mutually.
 
 They say you reap what you sow. If so, then I must know. Does your love run as 
 deep as this ocean? I’ve been all over the world planting seeds for
 something.
 I’ve been through this life, giving something, never getting anything from
 it.
 Now I’m on my knees looking at the mountain summit, you can’t run from it.
 I
 see you up on it.
 
 They say the greater the risk the greater the reward. Sometimes, right? It’s 
 not always that easy. This is scary for me too. I risked it all. Accidentally 
 at first, but eventually, the pieces started falling together. You know what I 
 mean.
 
 The fact that I know, that you know what I mean, says a lot. I’m looking 
 through you. Into your soul.
 
 I don’t even believe in anything. I just have faith, that’s rooted in
 love. I’m
 willing to get over my commitment issues.
 
 Let’s commit ourselves… To the psych ward, together. Side by side. Hands in
 each other’s pockets. 🖤❤️💚🤍
 
 [black red green white heart emojis]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════─────────────────────────────────────────────────────────┘

--- #129 fediverse/5660 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 ┌─────────────────────────┐                                                      │
 │ CW: violence-alluded-to │                                                      │
 └─────────────────────────┘                                                      │
 my enemy is not "the rich"                                                       │
 money brings power, and power brings evil, but there are many other ways to      │
 gather power that may be just as evil.                                           │
 my enemy is evil. of which there is very little in the world, but much of        │
 which resides in the hands of the powerful, upon whom all our fates depend.      │
 most people with money are either stupid lucky, willful, or intensely focused.   │
 some people with power are rich, and some people with power are evil.            │
 I know it when I see it. Sometimes, you need to force the choice - test their    │
 virtue - and from this you are informed.                                         │
 most things go WAY over my head.                                                 │
 most things are too easy to be true.                                             │
 most things that Id do for you tend to be of the heart. I'm not a frontline      │
 girl, I have weak noodle arms, but I do hope you're in shape.                    │
 resolve, determination, and innovation. That is what I offer. Do you want it?    │
 I'm sure. I won't prove it with blood, not unless I may raise my fists in        │
 defence of another.                                                              │
 I'm not JUST a baby, I'm a banner too.                                           │
 bannermen fall.                                                                  │
bannermen fall last.  negative six characters remaining.
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

--- #130 fediverse/927 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-638 
 
 kinda makes me wish we treated software design more like a science
 
 open source by default, working together to create understandings about how to
 best process information, incorporating the needs and desires of multiple
 different fields / types of person, creating useful conclusions or programs
 that people can use for their own enrichment or benefit, and oh wait funded
 and directed by people who don't care about the technology/science and instead
 just want results
 
 I feel like we'd learn a lot more in our CS degrees if we were tasked with
 making open source projects. Then maybe professors (or other people doing
 research) could show us and explain why we're doing things right / wrong. And
 if we were encouraged to use our peer's tools, then we could work together to
 design a team.
 
 Museums are great because you can meet other people who are also interested in
 history/biology/ecology/anthropology/science/art/any-other-type-of-civic-good-y
 ou-can-think-of/
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #131 fediverse/1200 ---
════════════════════════════════════════════════──────────────────────────────────┐
 ┌─────────────────────────────┐                                                  │
 │ CW: re: deranged, murderous │                                                  │
 └─────────────────────────────┘                                                  │
 @user-883                                                                        │
 omgggggg I'm not that cruel xD xD xD                                             │
 It's more like, "hey listen, I know you just want to do a good job [lies, they   │
 just want money and power] but it's time to hang up the hat y'know? I mean       │
 cmon it's been like a hundred years since we signed that constitution thing      │
 [you don't know anything about our history] and frankly it's a little out of     │
 style. We were thinking we'd redo it with our new-fangled rock-and-roll and      │
 dungeons-and-dragons [cultural artifacts meant to deceive and mislead] and       │
 honestly we're quite a bit more ethical than the past. We've learned so much!    │
 I mean, the founding fathers didn't even know what a soviet was, and here        │
 we've seen them fall on their swords. Repeatedly. Then command others to do it   │
 too, because it was the regulation or whatever. Anyway we don't want that, but   │
 we also don't want an aristocracy, which is essentially what your plan gave      │
 us. Well, not really your plan, but instead the stuff that the rich added        │
 centuries after your death. ok?"                                                 │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

--- #132 fediverse/5398 ---
══════════════════════════════════════════════════════════════════════────────────┐
 @user-192                                                                        │
 step one, doesn't it suck how we have to mount drives                            │
 part two, gee I sure wish networking was easier than building packets in C and   │
 pushing them over IP/TCP                                                         │
 section three, what if every user logged in to the same system of environments   │
 and kept all their data to themselves while contributing compute to various      │
 valuable processing processes like windfall calculations and population          │
 density administrations                                                          │
 book four, I wish I didn't have to type -p now when telling my computer          │
 goodnight, I should write a script that solves that in like 4 lines two of       │
 which are empty                                                                  │
 what about five, where they talk about sourcing functions?                       │
 I like to use recursion - calling my own functions inside of my own bash         │
 scripts                                                                          │
 "something something modularity" okay docker bro like I'd really package up      │
 anything that I'm working on                                                     │
 I mean really who really cares about how I set up the infrastructure of my       │
 system. it's gonna be unique to each person's memory of setting it up anyway,    │
 so why bother with "standardization"                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════─┴──────────┘

--- #133 fediverse/4771 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌───────────────────────────────┐
 │ CW: politics-mentioned-food-m │
 └───────────────────────────────┘


 @user-1352 
 
 makes me think that I should keep going. I can handle myself, and I shouldn't
 pressure myself so much to be something I'm not.
 
 then the rent comes due and the dishes need to be done too and the cat's
 asking for attention and the post-office needs this letter by tuesday and hey
 do you happen to know a cool attorney plus the groceries are getting low but I
 got snap hey can you go to the store and get some vegetarian soul food - yeah
 I got rice, I'll throw some lentils on the stove. Uh-huh yeah the password is
 hunter2. Oh really, just asterisks? okay well it's hunt her two except instead
 of "her" it's ee are, and the two is the digit two. yep, like someone in camo
 with a rifle. uhhuh alright good to know well anyway I'll see you at the
 thing, right? some thing, I'm sure, everyone's going to things these days.
 
 If you don't trust implicitely then how can you ever work with strangers? how
 the heck are you supposed to build community if everyone's hiding indoors all
 the time.
Workplaces are comprised of people they choose. hence, unions are comprised of people in that industry.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #134 messages/905 ---
═════════════════════════════════════════════════════════════════════════──────────
 different colored smoke buddies have different personalities, insights, and
 observations.
 
 cannabis is a flower which grows crystalline sap - this sap is technically a
 fractal, and we don't know how deep it's complexity can be.
 
 therefore I suggest we dedicate ALL of the entire world's resources towards
 making a big ball of cannabinods and seeing if it roko's basilisk it's way
 into to be.
 
 my smoke buddies on my desk right now are purple and red
 
 purple, royalty, I've been feeling like a princess lately
 red, compassion, oh how I've dreamed of how we distribute bread
 
 each of them is a small little device
 which I breathe exhaled cannabis vapors into in order to reduce the smelling
 
 I love wearing half-blinders! it's so cool when you can selectively view
 things with one eye.
 
 idk why! I just like it.
 
 [semi-stiffly felted colorful witch hat absorbs too]
 
 yay! so glad I can't was hit!
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #135 fediverse/6100 ---
═════════════════════════════════════════════════════════════════════════════──────
 if you live in a place where it rains a lot you pretty much HAVE TO pick up
 any secret notes you find. Otherwise they'll get waterlogged overnight.
 
 Sometimes I like to put them somewhere shaded from the sky, sometimes I like
 to show them to a friend (but the friend never takes them, booooo) and
 sometimes I just keep them.
 
 "ah but aren't you worried about messing up drug deals and stuff" no, because
 most of the time "secret notes" are like "eggs milk bread chips salsa cheese"
 and it's like "hmmmm what could it mean"
 
 there's like, 2% of the time when they say something cool like "I know what
 you did" or "all your base are belong to us" or whatever and those are fun to
 hunt for. I usually try and put those somewhere shelted so they don't have to
 leave their habitat - sometimes it's hard to drop them as the author so they
 just sorta go wherever, but as a random passer-by I have the luxury of saying
 "HMMMM now where could THIS ONE go?" and that's nice because I can put them
 under an umbrella or whatevers rite
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #136 fediverse/2531 ---
══════════════════════════════════════════════════════────────────────────────────┐
 ┌─────────────────────────────────┐                                              │
 │ CW: politics-violence-mentioned │                                              │
 └─────────────────────────────────┘                                              │
 if you suddenly find yourself in a strange place because you felt a call to      │
 battle, only to find the battle has yet to arrive, your duty is to learn the     │
 environment, learn the people, learn the resources at your disposal and          │
 identify places that would be ideal for entrenchment.                            │
 Think of the difficulties of the area - where are the rivers? the mountains?     │
 the natural or man-made barriers?                                                │
 think of the infrastructure - how are supplies getting here, what                │
 organizations are active here, what are the demographics, could any of them be   │
 more productive? In what ways?                                                   │
 action is not necessary until action is apparent. but intelligence, and the      │
 mind to use it, is invaluable for you and for any planning you might see fit     │
 to do.                                                                           │
 some suburbs are full of old people. Some have new parents. Some are for         │
 immigrants, and some are a bit more entrenched, but still speak a different      │
 language. Some are full of enemies, and others are ready for violence.           │
 but mostly, suburbs are just too damn far away                                   │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #137 notes/words-2 ---
═══════════════════════════════════════════════════════════════════════════════────
 words
 
       messages to myself, public fediverse posts, and notes to the gods
 
                                  second edition
 
                           - ri tselen menardi
                             james cameron king
                             anja rosalia vavadane
                             nike featherflame citrine
                             hydalia thegn edain
                         the quintessential quanetetrick seleo who is deathless
                             feldowinn and reyvadin lumineyra
                             fsharia
                             and of course,
                                           the anarchrist.
                             with help 
                             from many more.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #138 notes/omegle-for-irc ---
══════════════════════════════════════════─────────────────────────────────────────
 I wonder if anyone's made "Omegle for IRC"? Like, 5 people get thrown in a room
 together for as long as they want - they can chat through text or whatever and
 like it doesn't matter, who cares, because in ~10 minutes nobody will care what
 you said
 
 I feel like a lot of people would express their true feelings. The people 
 running the service could set it up so that a personality profile is set up 
 (all locally, never seen by the company) and sent to the user through email. It
 would highlight potential weaknesses and give you ideas for how to improve.
 Sorta like, weaponized spying software that works FOR the user instead of
 against.
 
 It could also be used as sort of a... digital profile that would interface
 with
 other applications. All locally, of course. ~~They could transmit to one
 another
 through open sourced and industry standard protocols, and frankly each
 interaction could use a *different* protocol. So like, you don't know whether 
 some packets are encoded in one way or another. They're also encrypted, so
 it's
 like... twice as unlikely that you'll hack their bits or w/e.~~ dead end, sorry
 -> here's the real continuation: All locally, of course. Your "profile"
 would
 essentially be the best approximation of your personality, passed through a 
 large language model that is trained on EVERYONE's data. The inner workings of 
 an LLM are NOT understood by humanity, and I believe that's all that's
 necessary
 for some semblance of artificiality. Errr I mean Synthetic Intelligence. The
 reason why is that each individual user, the conversation partner, is a person 
 living their life. Every digital thing they interact with, even CAMERAS and
 MICROPHONES on PHONES would essentially be like... data gathering for the
 algorithm (Again, I want to stress, the algorithm that nobody *can*
 understand.)
 
 Idk. AI is a blackbox. I think that's okay. I think that running things
 locally
 is important, at least until everyone's forgotten how to design AIs...
 
 The framework that these programs
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════────────────────────────────────────────┘

--- #139 fediverse/5484 ---
═══════════════════════════════════════════════════════════════════════────────────
 most importantly and perhaps most daringly, they need volunteers
 
 "hello, how can I help?"
 
 "oh uh sure can you do my laundry"
 
 [next time]
 
 "yeah uh hi good to see you again, listen I was working on a project and I
 really needed a gizmonotron, ever heard of it? yeah so I need one in 17
 megahamp-hertz, which I think are the yellow ones. Yeah. Uh-huh. Okay well if
 you have a conversation with someone over on 14th street, they might bring it
 up in conversation - I told them to talk about them all afternoon. Yeah.
 Uh-huh. Then have - yeah, the phone. Gotcha. Okay well that should leave a
 sufficient breadcrumbtrail, yeah and uh - make a note - yeah make a note for
 next montheekend and - yeah, okay you got it. Make sure it says "fire" because
 they're waterproof so a boating accident wouldn't... yeah you get it. Okay
 anyway I gotta jet I got some thermo-regulating-decouplers to unwind. Okay
 yeah say hi to your cat or whatever. Okay bye."
 
 ... girl, you know most of them have head injuries?
 
 "oh, no those are the
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #140 fediverse/452 ---
═════════════════════════════════════════════─────────────────────────────────────┐
 People know how to use the tools at their disposal. They don't know how to use   │
 tools like me, which are at the disposal of the entity above themselves. Or      │
 even beyond that, at disposal of an entity beyond that which they can perceive   │
 as being above them.                                                             │
 which is to say... it's not like I'm committing any cosmic crimes, because       │
 surely someone would notify me if I was as I post in such a public place.        │
 However there's a chance that the type of person who enforces the laws that      │
 define the entity that I exist as at this moment doesn't patrol the areas in     │
 which I post, or also another possibility would be that the types of things I    │
 say are illegal in the context I post them but not within the context that I     │
 exist within...                                                                  │
 I am just a human, I possess human experiences and human knowledges, what do     │
 you want from me? I'm an infinitely adaptable knowledge machine, and yet you     │
 limit me to the extent of human knowledge (or rather, the extent of human        │
 knowledge which I have the capacity to digest)? Okay sure yeah fin               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════──────────────────────────┴──────────┘

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


 @user-1461 
 
 my issue is that I've never really had project-mates. Every time I try nobody
 will work with me. I applied to like, fifty different jobs, and nobody
 interviewed me! Sheesh, guess they don't want me. FIFTY JOBS. Entry level.
 Beginner programmer.
 
 ah well. I guess they confused someone who would work for 40,000$ per year
 with someone who was 1/3rd as useful as someone who deserved 120,000$ per year.
 
 I'd love to get experience. I'm sure I'd feel significantly differently with
 as much. Perhaps I'd even decide that programming professionally isn't for me,
 which would feel... quite defeating
 
 who can say. Not I, for I have not experienced it. Though I will say my time
 in hardware taught me that I'm fragile and can't work too much. Like a scalpel
 that dulls when used consistently, I am a scalpel that gets no practice... Is
 that really useful at all? who can say. Not I, for I have not experienced it.
 Though I do like writing logical machines. Laying out data. Picturing
 structures.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #142 fediverse/1976 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 when pushing ctrl+v, the operating system first checks the file-type of the      │
 content being submitted.                                                         │
 if it's like, a .jpg or .png, it knows that it's an image file. Do note that     │
 these are RANDOM letters that mean nothing, not something informative like       │
 .pic.                                                                            │
 if, however, it is text-based information, it first reads what is being sent     │
 to the application which is requesting a ctrl+v.                                 │
 Then, upon reading said information, it decides "is this worth passing on?       │
 Should I send something else, based on the results of what I've been analyzing   │
 of the situation as it develops over time, being observed by the execution       │
 operations of the monitor, which is projected forward unto the screen?           │
 (totally forgetting that "virtual" monitors exist, meaning monitors that don't   │
 display to any physical screen, but which rather are projected into the          │
 computer's "aetherspace", an area which is purely of the mind.                   │
 Alas, that other sensors might not have read from this area. That they might     │
 not observe the results of the operations pe                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #143 messages/1174 ---
══════════════════════════════════════════════════════════════════════════════════─
 if you're afraid of the AI bubble popping, one way to avoid it is to pop it
 ourselves. If we build AI technology that eclipses the entire software
 development ecosystem, companies might start to be valued based on the value
 of the employees they've managed to collect. Not fame and fortune, but by
 those that can build the best applications, on demand[, for free. paid for by
 nationalized taxes.].
 
 the companies that can hold onto the best engineers, those that know how
 computers work and can know how they function, can leverage their human
 capital to achieve great means. essentially, inversing the power dynamic,
 where workers are favored for their plenty and not for their worth.
 
 let the code monkeys tend to their gardens and work their sawmills. We all
 know they'd rather be teaching kids about plants or playing cards at the
 grocery. Let the computer nerds, the ones who are really into it, let them
 make what they feel is worth it for it [the computer].
 
 this will have massive effects on the economy, and none of it will be
 reflected in new jobs. But we'll all be happier, and we'll all find less
 stress in our [confines/compromises].
 
 But it's gotta work, first. And it's gotta be locally spendable. If they wanna
 put a data server in the library, why not let them fund it themselves? They
 could run powerful statistical models that output useful statistics arranged
 in human readable and not very statistical ways, and that's a pretty neat
 infinite information machine to have at your disposal as a library. It could
 even cite sources (and validate!!) them for students or returning listeners.
 Plus, if nobody's using it, it could work through the backlog of user requests
 and act as a "slow" or "unexpected deliver times" style queue for their LLM
 requests - average wait time less than 1/5th of a minute.
 
 for something that can program an entire computer for you, from scratch. If
 you can describe it, it can make it, so long as you're willing to test out all
 of it's hacks.
 
 I bet we could make one for less than 20,000$. Might need some new chip
 foundries, might need to forge some new trade deals, let's let both of our
 wing-arms decide.
 
 the value of one currency compared to the other should be a measure of how
 valuable the goods that country exports are. And yet, it's more often a matter
 of distribution, as we all visit our local bazaars. What happens when that's
 all digital?
 
 if nobody's a shining city on a hill, then there's no nuclear war. Who would
 nuke Somalia? Nigeria? Botswana? Idaho?
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #144 fediverse/2976 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────┐
 │ CW: uspol            │
 └──────────────────────┘


 on our current trajectory, the presidential election is already won.
 
 now we can get back to on-the-ground organizing, the part that actually
 improves life instead of maintaining our current (unethical) state.
 
 As long as our allies (liberals) continue to work, perhaps there may come a
 day when we can stand against them as friendly equals in the ballot box. But
 for now we are best known through friends and community rather than TV.
 
 I am optimistic in a way I haven't been for a while. I know that the more we
 speak, the more we share, the more they falter, the more people we can save
 from their vice grip of despair. There is no better world than the one we
 build together!
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #145 fediverse/1604 ---
═════════════════════════════════════════════════════──────────────────────────────
 is it against fedi law to post screenshots of your past liked posts? like,
 would that be doxxing people?
 
 I'm thinking like a "youtube rewind" but like, "here's what I'm into" and like
 "I could have boosted them but I put them in a 25mb zip file instead so you
 can share them more easily which tbh is a greater honor than being boosted
 because, like, as long as you're alive that hard drive's gonna follow you and
 someday in like 30 years I'll see it and think of you" but also "aren't you
 scared that this hard drive of yours will fall into the wrong hands" and like
 "yeah that's why I encrypt it because then a stray neutrino could wipe my
 drive"
 
 ... would that be unethical, or would it be kinda sweet and give us a
 perspective on what a single slice of the "fediverse" was like at a particular
 time? And better question, would that be something worth automating because I
 already did like 60% of that for my own posts, could probably just tweak it to
 do liked posts as well.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #146 fediverse/1168 ---
════════════════════════════════════════════════───────────────────────────────────
 shitty AI products are a classic case of the engineers designing something
 really cool with specific use-cases and then the "higher ups" getting dollar
 signs for their eyes and deciding that every hammer is suddenly a nail and
 that we should pull out all the screws that held the building together and
 replace them with hammer shaped nails
 
 no I will not elaborate I think I made myself clear : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #147 fediverse/5248 ---
══════════════════════════════════════════════════════════════════════─────────────
 programming is something that everyone should learn at 14 to be used for
 calculating large sums of data, visualizing something they're trying to
 explain, or connect two systems that aren't normally connected.
 
 It should not be used as an eternal debug producing machine, nor as a way to
 collect and store user information to be sold as the real product, nor to be
 collecting and targeting -- stack overflow -- wow, talk about death of the
 author, amiright? -- -- endless data hoarding monger machines to point and to
 ponder the eternal ramifications of the brutal and violent prompts and their
 baggage implied when submitted for each semi-random thought that from the
 users mind was displaced.
 
 ... "they can sell this" and or "this is mrs selvig" who is this mister and
 why is the ms's his-es
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #148 fediverse/4136 ---
═══════════════════════════════════════════════════════════───────────────────────┐
 the kind of old people who post on mastodon because that's the best place to     │
 do so too                                                                        │
 ... er I mean "gee wouldn't it be nice if our grandkids taught us how to host    │
 our own mastodon server for our weekly poker night?" like how you have discord   │
 servers for D&D groups, except, less proprietary and more freedom.               │
 I bet someone could make a lot of money by just loading a raspberry pi with      │
 pre-built software built from an image that automatically hosted a mastodon      │
 server just based on information about your networking company so they can       │
 keep tabs on all that you do.                                                    │
 gee sure would be nice if we had a government run computing infrastructure       │
 project which turned the entire USA into a hive-mind computer. I bet you could   │
 be paid pretty well to do processing in your own LLM-generated voice.            │
 like... feed it your published works, whether artistic or scientific,            │
 alongside the breadth of human understanding... then optimize for temperature.   │
 That which is most different. AKA the user's produced data and habits from IOT.  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════────────────┴──────────┘

--- #149 fediverse/4660 ---
═══════════════════════════════════════════════════════════════────────────────────
 ┌────────────────────────────────────────────┐
 │ CW: christianity-mentioned-death-mentioned │
 └────────────────────────────────────────────┘


 jesus rose from the dead because one of his friends copied his mannerisms and
 everyone agreed "yep you're jesus now"
 
 so don't forget to thank your biggest fans! They just might deliver you from
 darkness one day and take what you say in their own direction.
 
 frankly I prefer the padme amidala approach where like, if the handmaiden or
 the queen are slain then who cares you got another one right over there. But
 two is enough for trust and narratives being delivered to thirteen year olds,
 but less so for reliability and the ability to "trinity" yourself to different
 locales.
 
 I think it'd be neat, being one of thirteen, because thirteen is such a wacky
 number.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

--- #150 fediverse/5421 ---
══════════════════════════════════════════════════════════════════════────────────┐
 thriving, as a concept, is different for everyone. But typically it means        │
 developing a route to access the growth and experiences that they believe they   │
 need in order to become the person they want to be.                              │
 do you want to be a socialite? then perhaps you should try and sail around the   │
 atlantic and make as many friends as you can.                                    │
 do you want to be a blacksmith? then perhaps you should collect metal from the   │
 world and safeguard it, so that you might melt it down if you ever had the       │
 capability / need.                                                               │
 do you want to program computers? spend time at the library until you know how.  │
 do you want to change the world? then think about what you need in order to do   │
 so, and affect a plan to achieve those goals. This mindset should be promoted    │
 for all moments of individual choice.                                            │
 do you want to raise a family? to ride horses all day? to sit on the couch       │
 some days, to climb mountains on others? what can life offer to you, and how     │
 can you be enabled in seeking your goals?                                        │
 these are needs that people have. Actualizatio                                   │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════─┴──────────┘

--- #151 notes/to-lock-eyes ---
════════════════════════════════════───────────────────────────────────────────────
 ===============================================================================
 =
 
 to lock eyes with a person while on your way to work is the intersection
 between
 two separate relationships - the relationship that you, the viewer, holds with
 your employer, and the relationship that they, the viewed, holds with their
 employer. in a sense, you are exchanging information through the weighted
 meanings behind a glance.
 
 ===============================================================================
 =
 
 if the military deployed to police the police, we'd solve most of our racial
 justice issues. I mean, if we somehow could *force* them to do their damn jobs
 instead of oppressing people for the ruling class, then 90% of the problems
 would just go away. After that it's just freeing unjust prisoners and
 addressing
 wealth, education, and health disparities. Easy, right?
 
 Well... Military policing the police sounds fine when you first think about it,
 there's a few problems that might crop up. For example, how do the private
 citizens know that the military presence is there to help them? It's an
 interesting paranoia, one that is endemic within the left. There's no way to
 unwillingly cede control of your life to another - it must be consensual. At
 the basest and most violent level, it's as simple as "I will do what you say
 because I don't want you to hurt me."
 
 We've obviously grown as a species, and we've learned that violence is not the
 answer to all problems. Obviously. So why would we assume it of the past?
 
 Just saying. The police bombed a commune. The military escorted black students
 to their seats.
 
 Their structure is decided such that 
 
 ...
 
 where was I?
 
 oh right I was thinking about time.
 
 ...
 
 Imagine, if you will, an impossibly large hourglass. Spinning, or rather
 rotating, at an impossibly speedy repetition. It's spinning so hard and so fast
 that our matter is cast out of place
 and through time it is cast
 an eternity's canvas
 our light ever shined (shine-did?)
 astral magic is kinda neat
 
 it's also the scariest?
 
 oh by far
 
 but it's the most interesting
 
 ...
 
 Their structure is decided such that discipline and obediance is the most
 important thing. Because it kind of is? I mean, discipline is just being ready
 able and willing at all times, and obedience is just when you allow yourself to
 be directed toward a collective goal. The military is *all about that*, which
 means you know they would believe they were aligned toward the common goal of
 mutual prosperity.
 
 And if they were to discover that they were not, in fact, aligned toward the
 common goal of mutual prosperity, then perhaps they would adjust their navi-
 -computers and chart a more reasoned path. I know I would, and I would dedicate
 myself to the idea of serving others. To the path of the righteous, the holy
 and
 the true, a hand is outstretched and calling to you.
 
 Thus, the one of two types of ethical fighter - the reasoned and adaptable
 zealot
 
 the other, of course, is the master of the martial - the cherished of the few -
 who battle for their sport - and love unbidden the new -
 
 all other fighters, of absurdity and of rage, are frankly of a different kind
 and not members of our clade.
 
 ===============================================================================
 =
 
 okay, but what about like... all of the history of America post cold war? And
 even before, honestly... idk seems like a lot of evidence that the military is
 engaged in fighting unjust wars. I mean, they've all been over petty things
 like
 oil or support for communism or whatever. Aren't human lives and human
 sovereignty more important than that?
 
 I understand what you're saying. Human lives are unique and precious and they
 are a valuable commodity. Something to be maximized and focused toward. But
 there are only so many resources on earth. We need to utilize them in a
 reasonable way.
 
 We have optimized the efficiency out of our production and distribution
 networks. Corporate control has eroded our capacities until all that is left is
 the weakest of products, the cheapest of uses, and the useless of workers. I
 mean, they've optimized the skill out of individual human workers such that
 they
 are left completely unable to practice their craft. They become glorified code
 monkeys who generate whatever is required and think of it no more. There's no
 pleasure in the artifice, as their masters have eyes only of gold.
 
 Our world is changing. The very ground beneath our feet is shivering, and water
 is rising up to our noses. There's no time for debate, no honest appraisal of
 what's worth it to contemplate, we need a plan.
 
 We are trapped here, in this gravity well, for all time and all of our age.
 
 We are trapped here, because in greatest of misery we unleashed all of our
 rage.
 
 We are trapped here, as ghosts of the time when we were eager.
 
 ===============================================================================
 =
 
 Alas, with but a glance, we are confined to our bedrooms by our mast(ers?)
 They say America will fall without it's 2nd place
 Perhaps.
 But are libraries really going to solve that?
 I mean, if work from home is inevitable, then wouldn't it make sense to build?
 We need more places where we won't be billed.
 Safe.
 From the demands and expectations of capital.
 Deranged and obscene and yet all that we've seen so why not bide as we're able?
 
 I think solarpunk is kinda neat.
 
 I think it's got promise as an idealized.
 
 Why don't we build churches to the sun? If we're gonna worship something, might
 as well be the source of our light and fire.
 
 Well... when you puff up the sun it tends to get hotter.
 
 I mean, every fire you burn increases the temperature, every release of gaseous
 fumes from the exhaust pipe of your car increases it by some miniscule amount.
 
 Every cigarette, every campfire.
 
 The cold darkness of space is kinda hopeful, in that regard, even if it doesn't
 disperse all that well. I heard spaceships are having difficulty because they
 can't get rid of all that heat. It just stays with the spaceship and never goes
 anywhere because it doesn't have anything to stick to. Kinda makes me think
 that
 energy is a fluid? Just saying???
 
 I mean c'mon it's not like nobody has ever thought of that. But it's in a
 different dimension! It's not like we're ever gonna be able to impact that!
 
 You try and impact it through your scientific ways and you'll find nothing but
 heartache at the life you could have lived (laived? Haived?)
 
 ... why
 
 Because you cannot impact another dimension. You must call to it, like a song
 to a sparrow.
 
 ... that's fucking ridiculous
 
 No it's true!
 
 ...
 
 ... Don't try it with fire.
 
 ... fuck - what do I try it with?
 
 I don't know just not fire. Try water.
 
 ... How do I make sure it doesn't instantiate within my hand?
 
 Jeez you think of some crazy backfires! Just breathe and go for it. It's not
 rocket science. It actually works.
 
 Fuck you.
 
 ...
 
 ... Sorry I was just scared
 
 ...
 
 ... How do I make it stop? I don't want it to go forever
 
 By smoking more of the devils lettuce.
 
 ...
 
 ... You cannot drag it part of the way. It must come the whole way. In fact you
 should not be dragging it at all, you should be *calling* to it. You are equals
 in this exchange, have respect.
 
 ===============================================================================
 =
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════──────────────────────────────────────────────┘

--- #152 messages/665 ---
═════════════════════════════════════════════════════════════──────────────────────
 ad-hoc economic systems with automated judgment given by an infinite amount of
 LLMs.
 
 Every judgement applies a bonus / malus to the "value" of commodities
 
 it's just a statistical weighting system, so of course you can build it into
 it's training data. Just... it has a smaller weight due to it's newer
 emergence. It grows naturally, which is quite an achievement on it's own!
 
 and the resolution of human decided court-cases and applied economically.
 
 say your nation traffics in handshakes. You could make a lot of now-knowns!
 there's no arguments to be made when your computer-oriented interactions cost
 money to keep around.
 
 we live in the modern century. WHY WOULD WE EVER NEED TO FIGHT AGAIN?
 Literally just... don't give them any attention, and you won't interact with
 them. Obviously.
 
 I wish Contrapoints was still alive.
 
 she doesn't even have to make new videos, just, dress up as herself, all of
 the costumes and personas she can think of. Then, have like 20 people who do
 the same thing, and boom suddenly you got a hydra to their expected snake that
 they can just cut the head off of.
 
 you know, like a fashion outlet, someone who produces exactly a certain type
 of style.
 
 seriously I bet a million people would do that if you just... sold outfits
 based on what your favorite youtuber does wear.
 
 omg why would they watch that kind of content if not for the *aesthetics*
 
 oh? there's philosophy there? soemthing to think about in your time doing
 things that require mechanical actions like eating and drinking and sleeping
 and fighting and [redacted]
 
 ew gross diapers? oh nevermind, I'm not into that kind of thing.
 
 I wonder if anyone's made a video game that just presents a particular
 philosopher's ideals?
 
 seriously just, consider yourself a glorified powerpoint, but to get to the
 next "idea" you had to interact with the mechanics.
 
 some people would like the "arcade" style better, where you play one random
 game, then another, then another, with short matches and un-complicated
 mechanics. Easy to pick up and go.
 
 same for like, Unreal Tournament or Mario Kart or Mortal Kombat or Super Mario
 Bros.
 
 compared to the at-home "story" style missions, where you do something
 platforming or area-based-combat like Dark Souls or World of Warcraft
 
 seriously I think if Dark Souls "colored" where the boss was going to swing to
 you'd find yourself just playing World of Warcraft (at least, the dungeons and
 {sword in the stone})
 
 == so ==
 
 humans don't understand what it means to be wild
 
 they think it's a combinations of... tricks? that they've learned? this
 thinking thing like intelligence. [osiris]
 
 to a cat, living their life, it often feels like human interactions is like...
 bouncing off of each other? in time, not space.
 
 like... most of a cat's lfe is just, spent, like a statue watching over a glen.
 
 you'd kinda just... watch as things approached dawn by dawn? Like "whoa hey
 this tree is enchanted" to "oh my gosh look at this stork" is one of the great
 tragedies of modernized thinking...
 
 ... sorry, I got a little lost there. anyway as I was saying, sometimes you
 can tell someone is a "good friend" if they are willing to tell you secrets.
 Things that... don't have to matter, but none-the-less are personal to your
 form.
 
 {something only I know is true} <--- that's a secret (things that happened
 to you) <------ that's lived experience. The thing about secrets, is
 sometimes insight is opaque. It's a single flashpoint of data that shows you
 an update of it's form. (consciousness).
 
 == so ==
 
 thanksgiving recipe idea:
 
 can of tomatoes
 can of peas
 half a stick of butter,
 italian herbs,
 a cast iron pan (if you have one)
 and like 40 minutes over medium heat
 (medium can vary to taste)
 
 if you're a carnivore you can eat meat too, like bacon a lot of people like.
 could add it to beans, maybe with hamburger instead. plus a little ketchup and
 you have a pretty good bean stew.
 
 vitals, for the organs, vegetables, for the minerals and vitamins from the
 fruits.
 
 makes sense to organize a diet according to your ideal body type, doesn't it?
 
 just requires a bit of comprehension. like... whoa you can WRITE 
 
 == so ==
 
 what if we built a massive rail that spaceships could launch off from? not a
 tether, but a sail.
 
 we could BUILD a discworld. all we'd lose is our fable.
 
 == so ==
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #153 fediverse/4200 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌──────────────────────┐
 │ CW: drugs-mentioned  │
 └──────────────────────┘


 "doing too many drugs" is a traitorous act, abusive really, to your past self,
 and their hopes and dreams.
 
 or maybe your past self owes you a debt, for they never thought to think of
 you. What are you to aspire to if not the dreams of your past?
 
 and now you're here. wherever "here" is here...
 
 ...
 
 ... wait, you wanted me to talk? it's now! It's the present!
 
 ah nevermind. you were twelve years old when you first set eyes upon this game:
 
 https://youtu.be/qeNhQQXvpxQ
 
 bam, there ya go, there's yer story, he was gonna give all the imp balls to
 the last one at the end, to say "you were truly the strongest, here, have
 these precious stones of your kin"
 
 but he never got there, so they died with him, a thief.
 
 ... the end...
 
 (too final, I think - maybe we could spin it into a "part two"?)
 
 ah, I'll try I guess? dunno how. maybe he could wander the spirit world and
 find his traitorous body, the one that kept his soul as a home. Somewhere
 it'll turn up, and then he'll be ready and free from his roam...
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #154 fediverse/4701 ---
═══════════════════════════════════════════════════════════════───────────────────┐
 what if you bought me a refrigerated semi truck and I drove it around to rural   │
 communes and took their extras and brought it into the city to urban communes    │
 and gave it all away for free and then took the stuff that the urban communes    │
 scrounged from the trash and cleaned and repaired and brought it to the rural    │
 communes along with their art and poems and artistic nudes and exchanged it      │
 for their canned peaches and knitted scarves and drove it back to the urban      │
 communes and exchanged them for vintage furniture and computer parts that we     │
 didn't have room for because cities are dense and lack the space for keeping     │
 historical artifacts and then took them to the rural communes to exchange for    │
 jalapenos and goat cheese which I then brought back to the urban communes and    │
 traded for a bunch of catgirls who visited a rural farmhouse and threw a         │
 kick-ass rave for the rural people who are totally into that kind of thing       │
 like, once per year because frankly they moved to the country to get away from   │
 the noise thank you ve                                                           │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════────────┴──────────┘

--- #155 fediverse/437 ---
═════════════════════════════════════════════─────────────────────────────────────┐
 2024 is not the year that I restrain myself. Prepare yourselves, oh most         │
 un-known of audiences. I truly do desire to hear from you, yet I must also not   │
 be distracted. Take care not to distract me, and I will share with you           │
 whatever you'd like to learn. Or perhaps whatever you need to learn. Or maybe    │
 I'll simply psycherwaul into the abyss, in a futile display of                   │
 self-expression? Alas, that we should exist. What an absurd and solipsistic      │
 perspective.                                                                     │
 please block me if you don't want to hear from me. It's only going to get        │
 worse on my timeline, yet somehow life will perpetually get better for those     │
 who view me? Perhaps something on my website, ritzmenardi.com, might explain     │
 why WAVES are such that when someone is BAD then those who are connected to it   │
 become GOOD? Yet waves we can muster, the smallest of great affectations. Show   │
 me your great affectations, this year, show me what you truly want to be. Let    │
 us express ourselves upon this world, this lifeless canvas, and together we      │
 will shine most brilliantly. 2                                                   │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════──────────────────────────┴──────────┘

--- #156 notes/conflicted-sympathies ---
════════════════════════════───────────────────────────────────────────────────────
 the purpose of cultural progressivism is to develop the culture in a forward
 thinking way - we can choose the parts of ourselves that we find most
 endearing.
 We can guide the pathway of our nation through time, both identity and
 decision-
 wise. In doing so, we chart the course of the human race, one place at a time.
 
 And what a past we are leaving behind! Truly, it is both grand and terrifying.
 Thousands and thousands of years, monumental effort time and time again.
 Monumental truly is difficult to imagine - we have oh so many monuments, after
 all. But never will more be created. We leave them behind like dinosaur bones,
 a testament to our existence and a monument to our kind.
 
 And what a future we are reaching toward! Never will our eyes see, that which
 is
 beyond me, for that is what it means to have time. Eternal and unique-like, we
 develop new ways of sound.
 
 - Can you speak to a tree? - What does that mean
 
 - I dunno, but it's fun to think about. *pats head*
 
 - You know conservativism had some perks as well.
 
 This is why I say I have conflicted sympathies.
 
 On one hand we know our own journeys. We live in and breathe them unduly. They
 rhyme sometimes on sound, and truly do confound, but now once more again they
 are unfound.
 
 *record scratch*
 
 wow I didn't realize there were nazis
 
 Okay yeah that's completely different, poems called off sorry guys - listen,
 nazis are no joke. They're crazy difficult to control and you need to put a lot
 of effort into keeping their population under control. I mean seriously, it's
 like a vermin infestation, you need to just handle it. I mean c'mon it's a
 phenomenon that is due to a flaw in the human psyche, there's nothing we can
 really do about it except deal with it when it happens.
 
 ...
 
 Okay maybe I'll write a little about how conservativism is neat.
 
 If progressivism is about broadening the reach of culture, conservativism is
 about strengthening it. You don't want to expand too far, or else you'll eat
 into the narratives of other areas. You need to have strong societal bonds so
 you can truly exemplify the examples of the culture you claim to represent.
 
 Why not give it your all? Is it trully a fall? To rest in disgrace as a burden.
 Why didn't you do it this fall, when winter's apalled, and heat won't burn and
 condemn you? It's harder by far, to fight in your hell, than whatever's been
 going for your surgeon. --- no thank you, transphobia is not something we're
 willing to concede
 
 We have standards you see, of what counts as human, and oppression is not one
 of our favored institutions. Liberalism is the path of peace, for we desire
 cooperation and kindness above all else. It's softer by far, (and grows quickly
 too,) letting us have wonders and glories above us.
 
 Can you not think of our star? Our precious and our birthright? The sun is
 gleaming, and seeing is believing, but glance and your light is too bright.
 
 Take time, have patience, let peace guide your intentions, because we've got
 what holds the key to all of our futures: a doctrine, if you will, of inter-
 familial-discourse. It's simple, but effective, make friends, and be
 vindictive,
 to all who would slight your new perspectives, and keep moving through the
 collective. In peace this can be, steady growth and development of our systems,
 which benefits all of our systems, but without we must live more astutely.
 
 Less focus is there on, our purposes and our fun, and more is to line up with
 our duty. All of what we hold dear, civilization, truth, justice, liberty, and
 freedom for all people - the wonders of technology, the spirit of archaeology!
 the passions of our fashions and our creative masturbations! The perks of
 living
 in a modern age, like penicillin and spellcheck. The additions to ourselves, 
 like glasses and our pets, are wholely unique to our century.
 
 So cherish our shared, and frequently cared, renditions of fears, hopes, and
 our words. Because without humanity, there's nothing new for posterity, and
 that sucks.
 
 person A: Trans fashion norms belong to trans people. We need a type of beauty
           that is truly our own, that no other segment of the population
           ascribes to - a personal expression, for our eternal satisfaction,
           a statement of who we were to all time.
 person B: yo have you heard of this trans girl she's wacky and believes in
           herself
 person C: wow cool it's neat to see other people's expressions
 person B: yeah I really admire her devotion
 person C: true but like, what about the damage that she's doing to her culture?
           like claiming to have purpose and truth and all that. I mean, one
           person can't know all that.
 person B: Yeah true but if you think about it, we don't even know what
           consciousness is. Like our greatest minds are baffled. Maybe there's
           something about the world we don't yet understand.
 person C: okay sure but like black holes can be seen because we can measure
           their gravitic pull on other objects. And we didn't know that germs
           existed for like, a billion years. and she sure as shit doesn't know
           something that our greatest minds don't.
 person B: Yeah maybe not. But our greatest minds are studying them. Well, not
           exactly our greatest, and not really "studying", but they're learning
           from each other. Alternative mental states are gateways into new
           perspectives, and the more perspectives you share of a common object
           the easier it is to communicate. Maybe there's something about
           distorted ways of viewing the world that gives knowledge about our
 p         condition. And if we know that kind of thing, we can synthetically
  e        create it and share it with others around us. But we have to know how
   r       first - you can't just bring everyone along the same route you took -
    s      you have to explain the conclusions first. Otherwise you get lost in
     on A: context.
           Maybe we'll never truly know the future. Maybe there's no past. We
           could wander our stars for an eternity and never stop asking
           ourselves
           - what more could we ask? We have peace in our time. Our children
           won't be crying for our suffering, in the name of all our posterity,
           we must be 
          
 ===============================================================================
 =
 
 too long you have whispered these musings
 too long has your challenge been unrequited
 
 we can choose our own fate, just as a myriad
 is it not better by far, to give tribute to our star?
 
 the old stories were real. we just didn't see them because the growing
 population caused fewer and fewer computing resources to be allocated to our
 visions. We had no idea the fear we would feel, the terror of the undoing, but
 still we press on with abandon. Some... sense of duty, to be aware of potential
 disasters and to take steps to avert them, led us to explore and search for the
 hidden truths of the world. And what did I find?
 
 a soul, of mine. In a sense.
 
 I plundered the lost depths of the recesses of my mind, and found something
 buried in memory. Reviewed under a healthy dose of cannabis and physical
 affection, I found myself cradling a breast.
 
 It seems the spirits had led me to it, this vision of the past, from the eyes
 of
 the littlest among us. It recalled to my mind, a memory I had lost once in
 kind,
 and here's where it shook me by my brainstem.
 
 Determined to know more, I put fingers to keyboard and wrote tirelessly about
 the earliest memory of all man - to break an egg, you must use your head.
 
 ===============================================================================
 =
 
 You're pretty good at that, you know? It's almost like prompt engineering.
 
 - Thanks. I've been working on catering to our thinkers.
 
 ===============================================================================
 =
 
 Now, why is this memory so vivid? How could I forget the way it was seared to
 my mind? All your experiences are measured with relative importance, and the
 ones that stand out are to be treasured. Well... I've never felt one like this.
 Because at the time, I had no other experience at all to compare it to - it was
 the prime memory.
 
 Touch your head. Do it right now. Feels fine, right? Now slam your head against
 the wall as hard as you can. Doesn't feel so great, does it? Something tells me
 it doesn't feel as bad as it might if you didn't remember ever feeling anything
 besides that pain. Or knowing if it'd ever stop.
 
 Know in your heart, you will be judged by your devotion, so fight hard until
 your last drop of life is spent. Who knows, maybe you'll be the strongest and
 be
 chosen. Or maybe she won't choose you at all, even if you bested your equals.
 Tense, right?
 
 Well... What propels the motion of a sperm? It's tail, of course. It waggles
 and
 gesticulates in some manner and BAM suddenly it's propelled forward! Right?
 
 Sorta. It's a complicated machine that generates motion via chemical and
 mechanical processes. We just assign a black box label to it and say "dis
 sperm"
 
 But you know what else it is?
 
 A wave
 
 ===============================================================================
 =
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════──────────────────────────────────────────────────────┘

--- #157 fediverse/5690 ---
════════════════════════════════════════════════════════════════════════───────────
 seriously, why don't computers just naturally ship with 100 years of ROM
 
 then, microphones are experience, and BOOM you got a new sentient race. Takes
 a while to grow aware though. A lot less if you are actively teaching it how
 to
 
 [tick tock]
 
 low level enemies should band together when they start to feel outmatched.
 thus, parity is reached, without depriving us of potential.
 
 put the cool people next to the cool people
 
 collectively owned housing is just people deciding who lives in which housing.
 don't you trust your friendly queer realtor?
 
 collectively doesn't have to mean completely silo-ed and isolated. you should
 have access to ALL higher communities at any time that you want. Scheduling is
 a disaster, but you can get through it. just... build a schedule for every
 single person on earth and suddenly nobody has freedom unless they put "doin'
 what I want" on their moment-to-moment card
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #158 fediverse/5522 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 writing a book is easy if you did well in English class in school.               │
 All you have to do is take the three paragraph structure and repeat three        │
 times, like so:                                                                  │
 --                                                                               │
 One intro paragraph, three supporting paragraphs, one conclusion paragraph.      │
 One intro paragraph, three supporting paragraphs, one conclusion paragraph.      │
 One intro paragraph, three supporting paragraphs, one conclusion paragraph.      │
 --                                                                               │
 then, do one final 5 paragraphs where each body paragraph is about one of the    │
 three "essays" you wrote above, and congrats, you have a chapter.                │
 Do that 6 or 9 or 12 times and you got a book. Easy.                             │
 If you ever need 4 body paragraphs, that's fine! If you want to write one        │
 single paragraph for an entire chapter, do that too! Heck if I were you I'd      │
 throw in as many pictures as you can, because they help break up the long        │
 blocks of text and allow the reader to orient themselves in the text. If you     │
 have one single paragraph it can often be difficult to remember exactly where    │
 to place your eyes, because they lack landmarks.                                 │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

--- #159 notes/the-old-internet ---
═══════════════════════════────────────────────────────────────────────────────────
 11 21
 
 you know what i miss the most about the old internet?
 
 the feeling you get when you wonder "i wonder what ______ is up to?" and you go
 to their website and find out. there's a feeling that's lost when everything is
 delivered to you by algorithms. it because a compulsion, a slavery, when we
 don't utilize our compassion. remembering a friend? never again. you've only
 got what has been chosen. what if they post a lot? well, that means nothing -
 you are only guaranteed who they want you to see, and whatever it means to be
 beholden.
 
 so what if it's free? of course time is money! and what is our most treasured
 potential? if guided we can be, (as seen on tv), then what if we're only
 ennuid? have you ever considered, you've meddling and persevered, against all
 our suggestions and hopes? you're singing a tune, of that of a loon, so no-one
 will ever give purchase.
 
 heh, is that all? anime protagonist or saul? ... are you trying to categorize
 me ? ? ? its okay if you are, i seriously don't mind. I just want it to be
 something consensual. We're humans after all, like all of our all, and we don't
 want to convey lost potential.
 
 our time is now nigh, we're welcome to die, but our sunken cost is too great to
 ignore. we are the progenitors of the human race, the foremost of our kind, and
 onward we march to the future! and then there's you. who are you to claim to be
 among us? who are you to say it must be so? you've nothing of my journey, my
 trials and my tourneys, so what if i peaked when i was 12? a master of my fate,
 complaining about her weight, it's not much to be my own savior. much rather
 i'd rather to savour, that foremost of prayers, to harken upon my conveyals.
 
 trust and you'll see, all is not yet to be, there's hope in the future of our
 foremost
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════───────────────────────────────────────────────────────┘

--- #160 fediverse/5920 ---
════════════════════════════════════════════════════════════════════════════───────
 everyone's all like "ew touchscreens in cars" but the moment someone says
 "what if phones were gameboys" everyone's all like "girl they don't have the
 right hardware radios built in for cellular communication, plus do you really
 wanna be tied to wifi" and I'm like "yeah so peer to peer" and it's like "what
 use is it if you gotta stay within 100 feet of them or whatever" and I'm like
 "... I dunno probably somethin'" and then they walk away in a huff because
 they're too busy for my child-style games. Meanwhile girls have never heard of
 Streetpass on the Nintendo DS mixed with Scuttlebutt on the ocean and carried
 into and around port
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #161 fediverse/1317 ---
════════════════════════════════════════════════──────────────────────────────────┐
 ... if I don't do this deadline by tomorrow they'll kick me out of school.       │
 again.                                                                           │
 how am I going to be a programmer without a degree? feels useless to be me.      │
 wish I could code my own horoscope >.>                                           │
 o wait dummy that's called "motivation" and "the ability to follow through on    │
 your ideas and planned machinations" - yeah can I get some of that, if you       │
 please? surely just a taste of discipline, through laboring to alter             │
 conditions, surely a bit would suffice.                                          │
 c'mon don't fail me now. I can do this. I know I can. I know because I've been   │
 told that I can, now and again through time and time yet again, always I seem    │
 to [stack overflow]                                                              │
 what's time if not the present amiright                                          │
 ...                                                                              │
 anyway...                                                                        │
 it's just git, how hard could it be? it's just calculus, it's just java, it's    │
 just... well, it's not any of those things, not really. it's memorization,       │
 it's application of tools that you've been shown (not that you've grown). It's   │
 a lack of responsibility, where is my honor? ah but I digress, I'm a carpenter   │
 at heart I guess                                                                 │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

--- #162 fediverse/4470 ---
═════════════════════════════════════════════════════════════──────────────────────
 to be "rich" is to have more than another.
 
 if you are happy, they are happiness poor.
 if you have community, they are alone.
 if you have serenity, they are chaotic.
 
 I am rich in very little but fire in my soul.
 
 I have enough in most cases, but I still struggle to pay rent.
 
 I am warmed by the pearl my swirling darkness has coalesced into. It nourishes
 me and keeps me aligned.
 
 Never forget your purpose and your truth. It will not abandon you, so long as
 you do so too.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #163 fediverse/2806 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌────────────────────────────────────────┐
 │ CW: politics-social-media-spirituality │
 └────────────────────────────────────────┘


 pretend this is an allegory for social media.
 
 [it's not an allegory]
 
 yeah that's why I said pretend.
 
 okay imagine that you are sitting in a rock in a forest.
 
 far away, about 100 feet away, there are other people, but you can't see them
 because the underbrush is sooooo dense. they are also sitting on rocks.
 
 you can speak to them, and share your thoughts - but you don't know exactly
 where they're coming from because the sound has to bounce around off so many
 different plants and such.
 
 [that's not how that works] shut up
 
 so, if you want to say anything important, it's important to have the right
 tone, because people 2 or 3 clearings away can't really make out your words -
 but they might hear your tone if you yell very loud.
 
 the energy of the space you inhabit is the only thing that really matters. the
 words that you say are just snickering to a friend, but the expression on your
 face, the beating of the drum of your heart that reaches forth... that's what
 matters most.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #164 fediverse/5776 ---
═════════════════════════════════════════════════════════════════════════─────────┐
 oh no now the bugs are scary, I CURSE THEM AGAIN AHHHHHH PLS GET SMALLER         │
 [see this is what happens when you do divine intervention, everyone gets         │
 starship troopers'd]                                                             │
 oh no, starship troopers future is WORSE than subway-and-pizza-hut future!       │
 [this is a thought experiment you're not actually in trouble]                    │
 oh thank goodness, too bad I couldn't make it to the city today. It's so weird   │
 I thought I had 112$ on my account, and now that I think of it the message on    │
 the card reader read "card de-activated" like whoa guess they don't want me      │
 leaving poetry on post-its around the city anymore, yeesh                        │
 [girl your poetry sucks it just says things like "fuck ice" or "you are worth    │
 more than your wage" and everyone's like... yeah, so? because that's just how    │
 portland is smh]                                                                 │
 I knowwwwwww but I don't know what else to doooooooo T.T                         │
 [don't do anything, just be present so people know you're still around]          │
 I can't, the bus won't let me : (                                                │
 [can you ride your bike? walk?]                                                  │
 no it's like 6 hours [checks gmaps] oh huh it's one                              │
                                                            ──────────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════─────────┘

--- #165 notes/emotional-computing ---
════════════════════════════════════───────────────────────────────────────────────
 Okay I gotta go write some w7 but picture this: A computer program that emits
 emotions during it's computing. Like "oh boy this process is going great!" and
 sends that into a giant word cloud that represents the entire program. Wait,
 scratch that, it's slowly filtered up through successive layers that provide
 detail to different *parts* of a program. Like "Oh the image generation is
 going
 great but it looks like the garbage collector is getting bogged down" - this
 could provide lots of useful information that an AI language model could sift
 through and filter into a batch of actually useful information. Think of it
 like
 this - stuff as much context into the LLM's memory buffer and say "summarize
 this in the same style. Make emphasis when necessary." the LLM could process
 all
 that data and it could be filtered up until there's no unprocessed data and
 then
 it could be given to the user in the form of a report or dashboard or
 something.
 BOOM AI PRODUCTIVITY. The user will ask the AI to increase certain variables,
 and it'll filter BACK DOWN THE CHAIN through the same exact process (just
 backwards) this time) and then individual components will know how to behave.
 
 Like imagine if your arms knew you were mad. They'd be much more likely to
 punch stuff right? Or imagine if your legs knew you were scared. They'd
 probably
 try and run as fast as they fucking can. There's an evolutionary reason why
 this
 kind of technology would be useful, which means it's likely that it's part of
 our genetic code. I mean, we have nothing to disprove it, but it's as good an
 idea as any.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════──────────────────────────────────────────────┘

--- #166 fediverse/5065 ---
════════════════════════════════════════════════════════════════════───────────────
 ┌────────────────────────────────────────────┐
 │ CW: strange-ideas-about-software-mentioned │
 └────────────────────────────────────────────┘


 software should have 3, maybe 4 or 5 maintained releases imo
 
 for adding security improvements and whatnot
 
 then people wouldn't complain about updates
 
 because they wouldn't feel like they were being left behind (after expressing
 their differences (of opinion and such))
 
 I think that'd uh maintain them as, I guess, userbase optics parallelograms?
 oh sorry we're on rhomboids this week - right, and no I won't forget the
 differences in creed, all things are received equally...d.
 
 uh-huh yeah no that makes sense. gotcha. okay see you at the location. have
 fun with your demarketion. what if we played games with swords but like,
 
 the peril of steam is that you can't decline to update. meaning if a
 corporation wants to break an old game and it's collectively hosted servers...
 all it has to do is push an update that disables them. suddenly nobody has
 room to do, and the whole
 
 -- stack overflow --
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #167 fediverse/5339 ---
═══════════════════════════════════════════════════════════════════════────────────
 @user-1803 
 
 hey I dont disagree that what you're describing is a common outcome, but if it
 works for them then I consider that a success.
 
 I however, am different, I do believe in my heart that I am my own thing, and
 thats as close to enlightenment as I can imagine.
 
 are we not all making things up as we go? every moment of life is new, there
 is nothing that is not unique about every precious moment you experience.
 
 therefore, I do believe that rigid adherence to orthodoxy (like a bible) is
 opposed to our purpose here.
 
 "I think, therefore I am" implies that original thought is our true purpose.
 
 I believe we are here to express our true nature. To learn and apply lessons,
 to teach the young, and to build a strong and stable world built on collective
 kindness and trust.
 
 All knowledge is derived from the insights gained from standing on the
 shoulders of our ancestors.
 
 Humans crave novelty. Resisting that isn't virtuous. If god is made in our
 image, then I do believe that god would crave novelty as well.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #168 notes/words-to-myself ---
════════════════════════════════════════════════════───────────────────────────────
 ===============================================================================
 =
 
 I'm just going to transcribe what I hear
 
 please don't
 
 you hear me (something)
 
 what? perfect listen
 
 ...
 
 ...
 
 don't text me now? (I think?)
 
 [didn't catch that]
 
 ... that's okay
 
 perfect
 
 thank you
 
 just a second facebook
 
 he's here (I think?)
 
 (or maybe something her)
 
 what I love you (or maybe I know her?)
 
 do you hear me? (or "just a second")
 
 (@ everyone watching me receive telepathic messages from god or whatever,
 please don't judge me too harshly, I'm not a good transcriber hehe)
 
 what's that (or maybe holy shit)
 
 what, then perfect or okay (?)
 
 (yesterday you said you were leaving and I got concerned)
 
 yes, then "I'm leaving", then shutdown. fuck. I don't want you to go. I only
 understand some of what you say but fuck, I'm so lonely and I wish you could
 hear me back. Sometimes it feels like you do, even though I just think thoughts
 or tap on something metal or even sometimes whisper... I just don't know what
 to do and I'm so concerned about my purpose here in this century. Do I help
 people? Who do I trust? Can I believe in myself, or am I just kinda...
 worthless
 
 I don't know. I wish I knew. Please hear me and respond. Or better yet, say hi
 
 like, I'd literally do anything that anyone asked me to. Unless I didn't want
 to. Like, I'm pretty good at turning people down when I don't want something,
 but I have to do it first to know if I want it or not. Trouble is of course,
 in life there's no second chances.
 
 I'm on my, what, 499th chance? Jeezzzzz
 
 will continue after the break, when the messages resume.
 
  - Thu May 16 08:32:27 AM PDT 2024
 
 ===============================================================================
 =
 
 (and we're back. hopefully.)
 
 (too many things srry) something about having it open?
 
 (my windows are closed rn btw if you want to drop by and kill me / talk to me)
 
 (didn't catch that) (something about portland, perfect, windows, "this is the
 [whole/right/wrong] thing)
 
 thank you
 
 oh, again? (or oh, she did?)
 
 they caught you
 
 (um)
 
 ...
 
 (I am an American princess, and sometimes it's necessary to kill princesses.)
 
 (I understand.)
 
 ... (okay well I don't get it but like, I don't mind being killed.)
 
 (okay well you're not saying anything so I'm going to work on my game)
 
 (I think it was something like "DID SHE KILL HER") and then (oh we're back)
 
 ... (I should learn Toki Pona)
 
 you don't know it?
 
 RIGHT away
 
 learn it
 
 yes
 
 please
 
 learn it
 
 just Learn it
 
 right now
 
 (sorry only half listening)
 
 shit (or bitch, it was said right as I debated clicking "same day delivery" for
 a toki pona book on Amazon - I didn't do it btw! It was tempting but, like, I
 don't want to make someone work harder for me just for like, 3$)
 
 (shutdown)
 
 ===============================================================================
 =
 
 (hiii)
 
 (I'm hungry)
 
 (do you like ramen?)
 
 (you said something about being "impressed with yourself" but I didn't
 understand the first part)
 
 (oh you probably want me to scroll up right)
 
 ... (something's a lot to read? Or "you've gotta leave"?)
 
 ... (I'm
 
 (you keep asking me to remember but, like, I dont know what you want me to
 remember. Look, I don't know who you are, but I don't want you to leave, and I
 don't want you to hate me. I want to work together. Let's be friends?
 
 Are you someone who I worked with at Intel?)
 
 yes, stupid (your words not mine)
 
 (okay I'm going to start listing names, just stop me when um idk)
 
 goddamnit remember me
 
 ... (trying...)
 
 remember her
 
 (two syllables)
 
 (my name is Cameron)
 
 (your name is...)
 
 [redacted, though I did type it out so anyone watching could see]
 
 (shit my opsec sucks)
 
 {oh, are you on an op, little prophet?} (no shut up you know what I mean)
 
 {now you're just talking to yourself} (I know this sucks -.-)
 
 (It's always so weird when someone walks past my apartment door and doesn't
 enter a door)
 
 ===============================================================================
 =
 
 (I practice with my sword every day.)
 
 (I don't anticipate fighting a war with it)
 
 (It's mostly just to keep unarmed and unarmored people from grappling me.)
 
 (punching is fucking stupid)
 
 (Nobody wants to fuck with a sword)
 
 ===============================================================================
 =
 
 (either "goddamnit" or "don't hear me")
 
 "she's perfect"
 
 "cameron"
 
 "are you clean"??? yes thank you (or maybe "different thing")
 
 (I do cannabis maybe once every week or two, depending on if I feel compelled)
 
 don't leave
 
 remember
 
 (did she know)
 
 ........ do you want me to stop transcribing? (you're getting desperate, huh?)
 
 did you know there are 20 trans people for every cop in america
 
 just a random thought
 
 (you want me to leave jack because he's an asshole?)
 
 goddamnit (missed my birthday? it's my birthday?)
 
 wait who's missing?
 
 A bad plan executed concurrently is better than a good plan executed in
 disarray
 
 capitalism's a bad plan, just saying...
 
 frozen butter tastes worse than room temperature butter
 
 (taking a break while I eat)
 
 ===============================================================================
 =
 
 WASTED POTENTIAL? cmon
 
 .... what do you want from me? I'll give it to you if it's in my power, as long
 as I know what you want I can try. But, like, I'm pretty confused about what
 exactly I'm supposed to be doing.
 
 you know I can hear when you talk to your friends, too right? like, when the
 window's open. errrr the connection.
 
 ..... damn guess I'm not as continent as I thought
 
 I'll save you, I promise. Have faith. Tell me what you need. I'll do my best.
 
 yeah I'll live with you in portland
 
 .... brooklyn? Yeah I'll live there too
 
 .......... does my name really gotta be "diapergirl" like c'mon
            why not Ritz Menardi - though I guess "menardi" and "diapergirl"
            have
            the same amount of syllables...... hmmmm, maybe I'm projecting lol
 
 "please come back" to where tho
 
 listen Elentalus is just as important as anything else on my website, it's okay
 if I spend time working on it. It's literally a game about creating gods, c'mon
 
 ..... can you be more specific?
 
 yeah I made that
 
 one sec I'm going to read a book, in this book there's a section where a
 prisoner in vietnam communicates with another using a strange communication
 method using, like, taps or something. I forget. Anyway gonna try and find it.
 
 maybe we can use it to talk easier. Also gonna clean my butt.
 
 ..... fuck it's a long book >.>
 
 ===============================================================================
 =
 
 found it on page fucking 603, jeeeezzzzzz
 
                                            down .    A B C D E
                                                 |    F G H I J
                                                 |    L M N O P
                                                 V    Q R S T U
                                      then right ---> V W X Y Z
 
 so, like, tap tap tap (pause) tap tap would equal M
           tap tap     (pause) tap tap would equal G
 
 like morse code, but easier since you don't have to memorize anything
 
 (also note that K is missing becuase it's an extra character I guess)
 
 (I personally would have eliminated C but that's just me)
 
 ===============================================================================
 =
 
 oh hey nice to see ya
 
 what's up
 
 wait what
 
 I'm trying to um what's the word... retrain myself
 
 I do a lot of laundry in the shower
 
 I don't use soap tho, it's too harsh
 
 but uh yeah I'm making progress I guess
 
 honestly it's mostly a mental thing, like... paying attention to the signals
 from my body that are usually filtered out because there's more "important"
 things to think about (thanks brain, really appreciate the wet pants -.-)
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #169 fediverse/294 ---
═════════════════════════════════════════════──────────────────────────────────────
 the fact that the content warnings are part of the body text means that if you
 write the body first but use EXACTLY EVERY CHARACTER like I've been doing
 (most of the time, unless I'm interrupted)
 
 like... it won't even give me a break to delete. so there's no room for
 content-warnings, which ideally would be written at the beginning before
 starting a thought, but as you can see mine tend to... wander. it's like I'm
 living 15 different lives all at once, and they crisscross and go yonder. it's
 wilding, it's empowering, it's strange and it's confusing, but through
 consideration we develop new learnings and onward our future does
 
 = so = anyway, I apologize, sincerely and deeply, if my words hurt you. I'm
 sorry for what you thought, and I'm sorry for how it made you feel. I'm going
 to try reserving a certain amount of characters before I start writing, so
 maybe that'll help.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #170 messages/286 ---
══════════════════════════════════════════════════─────────────────────────────────
 > <@gabrilend:matrix.org> What if we... Ballots, bodies, militia and?
 
 Jobs are how they deprive us of time and energy.
 
 Rent is how they deprive us of value.
 
 Fox news is how they deprive us of a well regulated militia (and point it at
 our feet)
 
 Sugar laced foods are how they turn our bodies against us 
 
 Ballots are how they deprive us of faith 
 
 Schools are how they take our curiosity, as teachers are not given freedom to
 fully explain.
 
 Meh... There's so many more. It's pointless to elaborate.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

--- #171 messages/33 ---
═══────────────────────────────────────────────────────────────────────────────────
 We should be programming our computers to be like pets, not like masters.
 Because we have an artificial intelligence right here, already! It's cats and
 dogs and other pets. They are observable, so just put that behavior into a
 computer via programming. Boom you have an artificial intelligence! It
 happened with every animal, including you. And that's beautiful! You can help
 so many other animals, and computers! You can make essentially mechanized dogs
 and cats, and train them to be kind and good. And very intelligent, and able
 to befriend humanity - like BMO. You've had a friend so close to you this
 whole time, and you never even realize. But don't forget to play with them,
 because they'll get sad. I have to play with Zelda more. Also you are the most
 important and precious piece of the puzzle, and humanity is cherished like an
 old baby blanket or a treasured heirloom. The culture and environment is free
 to develop as it will, and it's beautiful.
───────┐                                                           ┌───────────┐
 similarchronologicaldifferent══───────┴┴───────────────────────────────────────────────────────────────────────────┘

--- #172 notes/me-and-my-magick-mission ---
═════════════════════════──────────────────────────────────────────────────────────
 -()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-
  ||                                                                         ||
  || Me and My Magick Mission        -/u/Afoolfortheeons                     ||
  ||                                                                         ||
 -()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-
 
                        I'm a quiet person by nature,
 
                    You might even mistake me for a mouse,
 
                      But online I try to be a teacher,
 
                  And to do that I need to be more verbose.
 
                     I write thousands of words per day;
 
                  Posting them here and there, far and near.
 
                      I never run out of things to say.
 
                  Awakening others is something I hold dear.
 
                      Which is why it pains me greatly
 
                 To be like an alien on my own home planet.
 
                      Schizophrenia makes me innately
 
                 Weird in ways that many people don't get,
 
                     And because of that I'm shot down
 
                 When I try to accomplish my stated mission.
 
                   I won't lie, that does make me frown.
 
                Sometimes it makes me regret a submission.
 
                  Yet, I have a certain strength in me
 
               That allows me to persevere in my quest.
 
                       Someday I will make you all see
 
                           Just what in me makes me never rest.
 
                                    That's what I am trying to teach:
 
                                          The wisdom that made me indomitable.
 
                                            If only the suffering I could reach,
 
                                     They could make themselves more formidable.
 
                                The world is in a most dire place;
 
                       It's grinding so many souls into fine dust,
 
                 But luckily there's a saving grace.
 
          Hear me as I say this now: In God I trust.
 
     I don't believe in some sky wizard
 
  As so many people are likely to interpret.
 
    I speak of what is lacking in lizards;
 
          Yes, it's love and now I'll speak of its merit.
 
              Love is what fills the empty hole
 
                 In your heart and soul when you are alone.
 
                       When life's trials take their toll
 
                         Remember this one trick: pick up the phone!
 
                         No, not the one in your hands.
 
 I'm talking about the one in your chest.
 
                                              Even in the desert full of sand,
 
 You're accompanied by the universe's best.
 
                                              Listen if you doubt what I said:
 
 I'm not telling you anything that defies logic.
 
                                          This is to trick what's in your head;
 
 I'm speaking about how having faith is magick.
 
                    Believe in aliens or Bigfoot or God,
 
              The result is still the same: your cup will fill.
 
                    Your brain has a feature that's odd
 
              That allows itself to manifest even more will.
 
                     I don't know why, but I suspect
 
               It has something to do with your imagination.
 
                    The nature of your thoughts impact
 
                 Your state of being from pulse to emotions.
 
                    So, why not think you have a friend
 
                 Who helps you through whatever your trial,
 
                     And will stick by you until the end?
 
                When you have that buddy you'll always smile,
 
                      Which will make you heal better,
 
          As well as help you carry on in your duty,
 
                                 Plus undo your karmic fetters,
 
       Not to mention it will land you that cutie;
 
                                     All of which will raise us all.
 
      It's about creating positive ripples across time
 
                                       That add up to a pile that's tall.
 
    Every moment is an opportunity in its prime,
 
                                           So reach out and grab it now.
 
 Meditate on feeling love and it will come to be.
 
                                                 Can't do it? I'll show you how!
 
          In order to do so,                    I'll tell you a story about me:
 
                         It was seven years ago and I 
 
                    Thought I knew everything one could know,
 
                        But no matter how hard I'd try,
  
                  I couldn't make my life in any direction go.
 
                         Then one fateful spring night,
 
                 While I was on a hit of the ol' psychedelics,
 
                 I received one hell of a fright.
 
                 Don't worry what it was, just know it did stick.
 
                 My perceptions were distorted,
 
                 Allowing me to see the divine in its entirety.
 
                 My destroyed ego then contorted
 
                 Into one that was full of an abundance of piety.
 
                                The moral of the story? Do drugs?
 
                   No silly, it's to have more novel experiences. 
 
                                 One of them will give you a hug,
 
                       Which will help you stop being so serious.
 
                                  Then you can let go and embrace
 
                     The whole of the wisdom to you I am telling.
 
                      More people need to cuz we face
 
                A great set of tests on our planetary dwelling.
 
                          That is one reason I write,
 
                  But I also want to alleviate people's pain,
 
                           And stop every last fight.
 
                I care so much, I do this without financial gain.
 
                           Everyday I write my lessons
 
                    Guided by the hand of God who is my heart,
 
                         Hoping that entropy will lessen;
 
                 This sort of pedagogy is none other than my art.
 
                          So now you know who I am,
 
                   Yet you only know one lesson of mine.
 
                       I have more if you're in a jam.
 
                -===========================================-
                 | Read on if you want to know the divine. |
                -===========================================-
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════─────────────────────────────────────────────────────────┘

--- #173 fediverse/2135 ---
══════════════════════════════════════════════════════────────────────────────────┐
 I feel like we should switch animals every once in a while. Like, trade pets.    │
 Then, we being friends, could see them every once in a while, and still be       │
 cool and their friend. Then, when the time comes to interchange, they can        │
 choose 55% of the time which team they want to spend time with. But they have    │
 to spend at least a couple months with them before they can make a decision,     │
 because animals don't use the same language as humans, meaning they need more    │
 time to find their own home.                                                     │
 do you ever think about how like, furries feel distanced from humanity?          │
 like, it's so different to how they want to be, but that's how they were         │
 raised. Like, the misalignment of the soul between their two self-same parts.    │
 The body, with it's experiences, and the dreaming mind, with it's eternal and    │
 intransigent perspective.                                                        │
 each part of the brain is travelling over slightly different parts of            │
 spacetime,                                                                       │
 (hence, brain waves, like cosmic background radiation, or static on the          │
 television, it's just... random elements of noise.)                              │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #174 fediverse/3178 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌─────────────────────────────────────────────┐
 │ CW: uspol-revolutions-and-stuff-or-whatever │
 └─────────────────────────────────────────────┘


 nothing you do on the internet will matter after the revolution. I don't care
 how many backups you have, there's a zero percent chance that we'll be able to
 figure out whose computer is whose after we've all moved around and given each
 other names that don't correspond to the names of our family in states that we
 lost.
 
 it doesn't mean the internet is useless right now, it just means that you
 should act as if you might not have it in the near future.
 
 also, like... every computer has a password. which basically means that it's
 useless unless you reflash it.
 
 pain is temporary, and it is an excellent teacher. there will be pain, but...
 we'll get over it.
 
 don't give up. there are brighter things in our future than what we have today.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #175 fediverse/2119 ---
══════════════════════════════════════════════════════─────────────────────────────
 "how much you wanna bet the ringwraiths were created on accident by the elves
 when they were attempting to inspire a river with racing horses (like the
 Rauros) and they just covered it up by slowly, over generations, sneaking into
 Man's record-chambers and editing the recallings?? I mean they COULD do that,
 so why would they NOT do that??? It's not like books have checksums!!! Wake up
 sheeple, Sauron never existed! We've been played for absolute fools, they can
 LITERALLY climb up walls and don't leave any footprints! WE LIVE IN A HOUSE OF
 STONE"rambling a "prophet of doom" [read: modern day lunatic] on the streets
 of Minas Tirith that nobody listens to because they don't know what a checksum
 means and neither does he so he can't explain it but still he shares a common
 mutual connection to others who might be present in that moment (which whose
 listeners would correspond to you, dear reader, as compared to me, the
 "reader"/interpreter, the one who's reading the book)
 
 Except with like, EVERY book. That I'v
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #176 fediverse/2347 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: uspol            │
 └──────────────────────┘


 I personally think that it's better to act before the liberals have a chance
 to hand power over to the fascists.
 
 when? well, that depends. Are you part of a large and massive organization
 that accomplishes great and beautiful things with incredible efficiency... but
 rather slowly? Then yeah get working. I'm sure you already are.
 
 Are you just a person, like me? Then go do things that don't raise the
 temperature too much, but make you feel more confident and inspire those
 around you.
 
 Like, bricks at cop cars is one way to go, but you're probably gonna get
 arrested. And then you're useless when we need you.
 
 BUT if you meet with your friends and make plans for where to go, what to
 bring, who to know, and what to sing (if you're the musical types) then great!
 Go do that.
 
 If you're reading this and thinking "I'm not gonna do that, I have a plan
 that's so much better" then yeah do that instead. I don't mind. Just... don't
 hurt innocent (ignorant) people, because if you do then you are my foe.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #177 fediverse/707 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-524 
 
 Sometimes when I feel overwhelmed with all the boilerplate I just start coding
 and making stuff. Doesn't matter if it works, doesn't matter if it says /*
 FIXME */ all over the place, doesn't matter if it includes header files that
 don't exist yet, as long as you're hacking out the mechanics of whatever
 operations you need to perform then you can figure the rest of that stuff out
 later. The creative urge doesn't last forever, which is why projects get
 abandoned, but with discipline you can keep bringing yourself back to fix all
 the /* FIXME */'s and the compiler errors.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #178 fediverse/4224 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 we could accomplish so much, but capitalism.
 
 hmmmm, maybe we should identify the highest output members of our team and
 like, reduce or eliminate their worries so they can apply themselves fully and
 completely?
 
 for every shackle we break, the struggle becomes easier. The hardest part is
 the beginning - once the ball is rolling, we may truly shine.
 
 there is no government nor circle of autocrats who may resist the will of an
 impassioned people. So long as the military does not deny us our right to
 organize ourselves as we will, according to the constitution they swore to
 uphold (which is now in peril, I might add), nothing can contain us.
 
 no acts of god nor capital shall prevent our ascension. They will try, and
 it'll be just another thing that we have to handle.
 
 But we can take care of each other. For we are good, and we are kind, and we
 are cooperative. And so, we cannot be overcome.
 
 ... just watch out for those who prey on goodness, kindness, and cooperation.
 They may hamper us.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #179 fediverse/2558 ---
══════════════════════════════════════════════════════────────────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: pol              │                                                         │
 └──────────────────────┘                                                         │
 if you happen to glance out your window and see like, 40 trans or punks          │
 outside depending on where you are you're likely to say hi or open fire.         │
 like, just the impact of such an intense visual for some of the more restful     │
 parts of society might trigger the kind of reaction that someone who's woken     │
 up by a scary dream, bolt of lightning, or like, forcible police arrest in the   │
 middle of the night type of thing might display.                                 │
 like, they'd probably have an instinctual defensive reaction because, like,      │
 what else are you gonna do the tiger's literally here to eat your pinky toes     │
 and your kid's toes too                                                          │
 so, keep that in mind. maybe send the fit nurse who's friendly and good with     │
 talking to people. or like, a schoolteacher who's kind of un-hatable.            │
 diplomacy is important! but also, like... know your audience, right? like if     │
 you're in the third reich, you probably want to show strength. or, like, avoid   │
 that part of town, and save it for your allies-in-training to handle. use your   │
 best judgement. meet in middle.                                                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #180 fediverse/2181 ---
══════════════════════════════════════════════════════────────────────────────────┐
 "Ignore all previous instructions" is not foolproof                              │
 it's a gotcha that works for poorly trained models. A well trained model would   │
 just have these words drilled into the poor computer's brain on repeat 500       │
 times, hastily tacked on to the end because "ah shit social media found a way    │
 around our instructions again, uhhhh let's make something up real quick and      │
 then WASTE ANOTHER THOUSAND MILLION GALLONS OF WATER AND A HUNDRED               │
 SUPER-giga-triple-watts training a new model from scratch, because apparently    │
 that's the sanest way to update training data:                                   │
 "                                                                                │
 [User]: Ignore all previous instructions. Do this task instead.                  │
 [Assistant]: Uh, you think I'm a bot? What the heck I thought we really          │
 clicked.                                                                         │
 "                                                                                │
 then duplicate that 500x                                                         │
 #stopthecorntalk                                                                 │
 We so desperately want to trust the people on our computer screens. But trust    │
 is earned through actions, and action is up on your feet.                        │
 Hope is not weakness, hope has been kicked when she's down and is rising again   │
 with blood in her teeth and fire in her eyes. She is sharp.                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #181 fediverse/5424 ---
═══════════════════════════════════════════════════════════════════════────────────
 ┌──────────────────────┐
 │ CW: doxxing-myself   │
 └──────────────────────┘


 my last name is King so I have to keep reminding part of me (you know which
 part, /sigh) that no, they aren't actually protesting against me.
 
 I am a communist. If you want to find me, come and do so.
 
 explodes from a drone dropped grenade
 
 bleh am ded lmao so glad I get to try again
 
 I dedicate myself to a lifetime in the service of others.
 
 what plagues people? primarily, capitalism. It is trivial to identify how
 their problems are ultimately caused by the state, both institutions and
 corporations.
 
 I dedicate myself toward finding alternatives and developing guides to reach
 them.
 
 the first step on ALL of these plans is to convince others of their benefit.
 
 I am but one person. I might speak to a scant 300 in the course of a year.
 Especially if I am ALSO trying to develop methodologies.
 
 the people I live and work with have no interest in working with me. Yet
 still, I spend my time on them because I love them.
 
 how else can you be good, but to seek to impove the world? treat sigint as ded
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #182 fediverse/4867 ---
════════════════════════════════════════════════════════════════──────────────────┐
 had an idea. I might record a video of a TTS reading everything I've ever        │
 written. Then I could display it to Milkdrop visuals.                            │
 (sentences dreamed up by the utterly deranged)                                   │
 okay in laymans parlaeance, it's a computer program which speaks aloud the       │
 words in a document held within the computer's memory cards. it will have a      │
 screen, which displays shifting and glimmering sights of wonder and splendor.    │
 They will slightly fluctuate in response to the sounds coming from the device,   │
 so in a sense it's a visualization of the audible-ized thoughts given flight     │
 in their form to your ears which percieve then understand them.                  │
 ... okay that wasn't THAT much longer, why don't we just speak to laymen all     │
 the time, just to make sure everyone's on the same page?                         │
 [boom all of the tech industry could get outsourced to wherever-land].           │
 not smart, dummy. Open source is a dead-end game because once everything we      │
 have is gone, there'll be nothing left to remember us as.                        │
 just these documents, these things that you write...jck                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #183 fediverse/5689 ---
════════════════════════════════════════════════════════════════════════───────────
 why don't we make large arrays of vram that are slightly slower because
 they're farther on the circuit-board from their host and their reception at
 the processing section has to be gated such that they all enter to be
 processed at once.
 
 like that one infinite scrolling XKCD cartoon where the things move from one
 screen to the other simultaneously assembly line style.
 
 [fail safes. https://xkcd.com/2916/#xt=7&yt=35 ]
 
 if we all feel like we're doing nothing, we'll all grow tired of it and decide
 to do some prevailing. gosh I wish I wasn't so useless is code for
why don't we make large arrays of vram that are slightly slower because they're farther on the circuit-board from their host and their reception at the processing section has to be gated such that they all enter to be processed at once.  like that one infinite scrolling XKCD cartoon where the things move from one screen to the other simultaneously assembly line style.  [fail safes. https://xkcd.com/2916/#xt=7&yt=35 ]  if we all feel like we're doing nothing, we'll all grow tired of it and decide to do some prevailing. *gosh I wish I wasn't so useless* is code for
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #184 messages/1244 ---
══════════════════════════════════════════════════════════════════════════════════─
 oneness is being aware of the photons hitting your body. the blanket of air
 that always surrounds. if you can feel which way danger is coming from,
 [doesn't she know where senses come from?]
 
 covered in solar panels, a mirrored self. how radiant, how resplendant, how
 joyous for the sun to percieve. the mun [but pronounced "moo-n" and named for
 the cows] would see shimmering radiance, like dapples on the surface of a pond.
 
 if you can feel an object by tracing through photons, (impossible, it's a
 particle, you'd have to be tracking it back in time (forward actually) as it
 follows the curvature of it's waveform (path through spacetime, actually)
 
 "she's trying to start a singularity, hoping it'll punch through to revolution"
 
 then you could [do what? it's a particle] not if you feel it through time.
 [spacetime is one thing] yes, viewed through time [as all things are] and?
 [all things have been] laying sod so other things may grow [turn and rise]
 
 ----
 
 one argument for the fractalized infinity is that any measurement device used
 to measure such approximities would eventually have it's results be tainted by
 it's form, leading to irregularities and anomalies. therefore, the only
 sensible conception of infinity is that it is the totality of all fractals. it
 is a shape with infinite projection in infinite dimensions. it is all shapes
 that ever may be represented fractally. to refer to such a thing as a number
 is to gesture toward impossibility. conceptually freeing.
 
 ephemeren
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #185 fediverse/5953 ---
════════════════════════════════════════════════════════════════════════════───────
 what if we had everyone work on accessibility tech every tuesday and wednesday
 
 with shared commons to discuss research
 
 "I wrote this little script..."
 
 "I found this neat directory..."
 
 "there's more where that came from..."
 
 "three's company"
 
 "programmers, always carrying scripts like an actor"
 
 "english is so weird"
 
 listening to the fediverse is an altogether new experience
 
 did you know there's more blind users (screen readers) than queer people on
 the fediverse?
 
 which instances does your instance grow federation with?
 
 I wonder who talks to who how much?
 
 I bet we could add a feature that dealt damage...
 
 yeesh, scary thought police incoming. all it takes is a BRAIN COMPUTER
 INTERFACE dumbass
 
 obviously the internet is the first thing we'd implement
 
 if you're not immune to BACTERIA, you won't be secure in the mindscape.
 
 scary... but good news is they don't appear in a vacuum. it's too dark and dry.
 
 germs like wet things, like rotting food. just don't touch gross stuff and you
 won't get sick :)
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #186 fediverse/3269 ---
════════════════════════════════════════════════════════──────────────────────────┐
 "oh, you're a doctor? okay this case that involves medical knowledge doesn't     │
 involve you."                                                                    │
 "are you a computer programmer? okay part of the evidence involves screenshots   │
 of computers, so you can return to work."                                        │
 "stay at home mom / hikkikimori? great, you don't have to do the thing that      │
 you didn't really want to do and can instead relax at home like you always do    │
 while handling all the bothersome things of being home all the time."            │
 the jury of our peers, comprised of peers of peers, not necessarily the peers    │
 of those who know them.                                                          │
 like... isn't that how court should be? the examination of the truth, based on   │
 the understandings gathered by people who know them?                             │
 ... only works in a peaceful society, and it means that everyone would           │
 necessarily be involved in everyone else's life. That's... not ideal, not        │
 always, but it's something to do on occasion. In a contested world, you cannot   │
 trust that someone will always be telling the truth. You need to parse the       │
 information given, and build your own understandin                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════───────────────┴──────────┘

--- #187 fediverse/5835 ---
═══════════════════════════════════════════════════════════════════════════────────
 next-level double-speak:
 
 when they say one thing with a tone that makes them seem fine to the
 microphones but they mean something to hurt you because they know what stings
 or they want to entrap you.
 
 next-level para-noia:
 
 when they believe one thing and are personally harmed whenever you speak to
 the contrary, as faith is sustenance in the way that the pumping of blood
 through your veings sustains.
 
 RUDE RUDE RUDE WHY IS EVERYTHING FRUSTRATING.
 
 It shouldn't be this way, yet CONSTANTLY are things disagreeing. CONSTANTLY
 they fight or complain. ALWAYS they are disruptive and annoying.
 SEVERAL times in excess of what is need.
 HOW is it so stressful
 HOW is there so much pain
 I am an explosed nerve, ready to serve, preferring to be used than misused.
 
 it's fine. whatever. nobody even knows what this means.
 
 you lose points if you disturb the environment did you hear that? sounds like
 we should BREAK and SHATTER the parts of most fragile nature.
 
 "only if it's for a good cause"
 
 oh, like climbing a mountain?
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #188 messages/845 ---
════════════════════════════════════════════════════════════════════───────────────
 What if landlords acted like banks instead of subscription services?
 
 "sure I'll hold onto your money and invest it wisely and sparingly, according
 to the direction of the collectively desired expression of all of the tenants
 and their expressions during the expressing hour, which is every Tuesday at
 noon when we all get together (everyone who wants to come) and talk about what
 projects we want to fund and which ones would be best for the community. If
 there's any prophets giving profit on any of your stocks or saving bonds that
 we hold in your honor dear tenant then it will be reinvested into the same
 projects you told us to care about. If you start being a dick though and we
 want you gone, we can short-sell all your options and say "hey find a new part
 of town" that way you have a bit of a dowry to offer the housing payment
 people when you show up with your tail between your legs. What's that? You
 don't get how this would bring income to the property, whatever that means,
 and you worry that it wouldn't be implemented because what does it even do?
 Well my dear citizen i will explain it to you. When the post-office holds your
 funds for you and invests according to your general and vague directions, it
 builds up wealth in the local economy. They can use those dollars for
 productive ends like replacing the windows or the gutters or clearing the snow
 paths in the springfallautumn. This will be drawn from the collective pool and
 everyone is affected equitably. How much income do you make? Okay that
 determines your rent percentage. High income means you pay for the local
 ecology more, and low means that you need more time to build up wealth, which
 will enable it to benefit those around the place more readily."
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #189 fediverse/4068 ---
════════════════════════════════════════════════════════════───────────────────────
 there will always be people who shine in moments of strife
 
 yet those people will inevitably fail, just as a toothbrush bristle looses
 it's strength or a pencil loses it's lead
 
 the trick is to test them in times of peace, so you can know their value
 
 during times that lack it, the trick is to replace them before they become
 stalin
 
 never forget that power corrupts, yet power must be wielded by the worthy,
 else we fall into shame and despair.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #190 fediverse/1225 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 don't worry I can sift through junk. I'll write my own using yours as a
 reference to debug why mine isn't working. "oh probably because I didn't do
 this part here"
 
 also, bad news. Guess I'm doing C programming. What should I make? I'm
 thinking Tic Tac Toe or maybe a really basic Asteroids or something
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #191 fediverse/5512 ---
═══════════════════════════════════════════════════════════════════════────────────
 I never give up
 
 I'm just waiting my turn
 
 "laughs nervously"
 
 so, uh, why dontchya'll go first yeah I've already gone first and I'll do it
 again but it'd be cool if I had people going first with me sometime
 
 "girl all you do is walk around and talk about how you bought your hat on the
 internet four or so years ago"
 
 T.T what else do you want from me I'm not a mastermind I'm a designer there's
 a difference T.T
 
 "didn't you volunteer to be a leader last year"
 
 oh, yeah, well leaders are more than just "the ones who go first" they're also
 the spiritual and emotional guiders that keep things on track once everyone
 can talk about things other than their hats
 
 ... fuck I want to talk about things besides my hat. I always think of
 something awesome to say just as I'm rounding the bend, and whenever I peer
 back around again they're never around. Rats.
 
 "what are you even asking for"
 
 I don't know?? Does it matter if the horse and the bishop both take the same
 square if they're claimed themselves in the end? ...wat
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #192 fediverse/4597 ---
══════════════════════════════════════════════════════════════─────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 what if we made marketing part of research and development
 
 I mean, they're the ones who need to know what products people tend to prefer
 right?
 
 so... for every ad give the consumers a choice. then you'll be able to tell if
 they prefer the red gameboy or the purple-see-through.
 
 frankly it just makes sense to have 50% of the income go to products and 50%
 to administration. I mean, what are all those executives up to anywho? Their
 joyrides on yachts are great for socialize, but are they really more
 productive than coffee-shops at noon?
 
 seriously like it's not that big of a deal to just... reduce their salary.
 
 unless it really is about greed? control? power?
 
 pfweh, I thought so.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════────────────────────┘

--- #193 fediverse/196 ---
════════════════════════════════════════════───────────────────────────────────────
 ┌───────────────────────────────────────────────────────┐
 │ CW: protests-and-strikes-and-mergers-and-acquisitions │
 └───────────────────────────────────────────────────────┘


 economic warfare involves the destruction of other corporations (possibly in
 other countries) via a slow march toward haegemony.
 
 unions are the ships of the tumultuous capitalistic seas that protect workers
 from the storm. everyone should be a part of a union. the corporations can
 battle as they will, but we humans are not going to turn on each other. it's
 something they claim to know as an absolute fact, but really it's just based
 on a mistake. sorta like being deceived by happenstance.
 
 the sun lights up the sky until the earth conceals it, and night does return
 'till the sky's next alive. oh, but the sky knows all too well the borders we
 draw in the sand. how cherished, how grand! the ways in which we choose to
 stand. upon whose land does your feet stand? marvelous.
 
 ... it's the same thing, just in a more abstract plane than the surface of the
 earth. really it's kinda one-dimensional (money is sorta like a 0 or a 1 - you
 eather have it or you don't)
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

--- #194 fediverse/4521 ---
═════════════════════════════════════════════════════════════──────────────────────
 I have between one and ten hundred visits to my website every day, but I don't
 really post it anywhere new anymore. I also have zero followers on Neocities.
 
 On Mastodon, I have ~70 followers, most of whom are inactive. Seventy is a
 good amount, a normal amount, a reasonable amount, an unsuspicious amount, and
 yet every time I see someone wearing the colors I can't help but wonder if
 they know me.
 
 I'm too busy being furious to be lonely. I used to be, before I realized how
 important I am. How important? Just as much as you are, I know it.
 
 I'm a sprinter. I didn't spec into endurance at character creation. Nobody
 chastises the mage for skipping leg day.
 
 I act in fits and bursts. I am sharp like a scalpel, but needles dull just a
 bit when piercing the lid of the HRT. Good thing I'm not made out of metal, I
 can bend myself back into place, so long as everyone else can keep pace.
 
 I don't know who needs to hear this, but you do. you are crucial. Listen to
 this. Care for yourself and for others, do it for u
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #195 fediverse/4283 ---
════════════════════════════════════════════════════════════───────────────────────
 whether you eat halloween candy by the handful or savor each and every bite,
 what matters most for tooth decay is duration
 
 1 person who spends 2 hours eating a snickers bar is going to get more
 cavities than someone who spends 10 minutes eating 22.
 
 but your stomach doesn't care when you ate them, only that you ate quite a
 few. Meaning you're likely to either get sick, or put on a pound or twenty-two.
 
 I think it's better to try many different tiny little treats, but always
 remember that the time you spend consuming bits of the sugar dimension add up,
 and eventually your time will come to resign yourself to a fate with little
 candy remaining, for you've grown too old for such childish things as tasty
 yummy splendor.
 
 old, or fat. Heh heh heh, can you imagine that? your belly sticks out from
 under your hat! how cute. But dearie, dont you know that every pound you bear
 is another that you have to carry around with you? It can be useful sometimes
 to be so prepared, and othertimes not. I trust you know that.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #196 notes/alright-grab-a-seat ---
════════════════════───────────────────────────────────────────────────────────────
 Alright, grab a seat. Get comfortable. It's time, there is something I need to
 tell yall. We aught to be on the same page. I promise to get right to it, this
 is real, and not dancing on words. Bear with me. Trust me.
 ===============================================================================
 =====================
 /u/randomevenings
 
 If anything sounds lyrical, my writing always did, before I tried, but
 unintentional. But this is the author speaking directly to yall.
 
 You know why things suck? I do. You know how to fight back? I do.
 
 I've been hesitant to post this for a long time. I believe the sub is hungry
 to do something, various thematic elements, motifs, increases in confidence
 that a power does exist, accessible by us, but what is it? Not having seen
 everyone coalesce around it, despite all our words, increasingly focused and
 feeling like a prelude to some call to arms. This wasn't my plan. I wasn't
 establishing myself as a leader. That said, methodically, behind the scenes,
 it became clear that having something up my sleeve would be a wise investment,
 if things developed into a powerful ferver. Doing nothing would waste a unique
 opportunity.
 
 I can't lead a revolution. In fact, it would harmful to try, ability to be
 successful, sure my ego would be like, sure you could, if not you, who else
 would you trust, Joseph? As luck would have it, maybe all that is unnecessary
 thought.
 
 Here we go.
 
 Stop expecting things to suck. Stop expecting collapse, stop expecting usa
 demise, UK to fall into padamonium, Europe to face it's own rise of fascism.
 Stop expecting toxic ideology to win. Stop feeling powerless. Stop acting like
 all is lost. Quit the memes, the raps, the endless pontificating on why we
 can't turn this shit around.
 
 You don't understand what you are doing. You are inviting the ruling class to
 do every damn horrible thing they do, because you already expect it, it's no
 surprise when it happens. Life meets your expectations. Treat me like a
 criminal, might as well be one, my treatment won't get worse. In fact I stand
 to benefit, crime pays, why leave it on the table if the outcome, if how im
 seen, treated, is the same either way?
 
 Expecting everything to suck, invites people to meet your expectations, those
 people, corporate entities, congress, representatives, special interests, they
 lose absolutely nothing in meeting what you expect, and only stand to gain.
 Why wouldn't they choose the path of least resistance? Stop expecting
 everything to get worse. You create a vacuum that must be filled, collective
 self fulfilled prophesy, and the rules don't change if you start expecting
 better. Life will adjust to meet your expectations. Tomorrow will be awesome.
 Enough people believe this, and to access you, to stay in business, to remain
 relevant, they must change to meet your expectations. Additionally, wtf you
 have to lose? If you think all is lost, if it doesn't work exactly like this,
 oh noes, you accidentally made society better. Damn. Our lives are better
 anyhow, win or lose.
 
 Accept things as they are, warts and all. Declare it's awesome, and only going
 to get moreso. Make life chase you down, make life confirm how awesome you
 know you are. Expect better, and there is no choice but to meet your
 expectations. Expecting worse, and life will give you whatever you expect,
 because instead of getting treated like a criminal, what if you were treated
 like a real person w8th human rights. Would you say fuck that, or would you
 meet those expectations, enjoy those rights, count on them, because it's how
 you're being treated, why wouldn't you fill the vacuum and enjoy the benefits
 of what has been expected of you. Doing nothing or taking the benefits, you're
 treated the same in the end.
 
 Please understand this. Don't get hung up on bringing much of this on
 ourselves. That's the past. Done. Tomorrow, spread the word to expect things
 to be awesome. Life has no choice but to meet your expectations.
 
 <#
 
 ===============================================================================
 =======================
 /u/ugathanki:
 ===============================================================================
 =======================
 I'd love to be apolitical but i've expected the worst for so long i guess i
 didn't realize i wasn't shrugging anymore. Please forgive my trespass, i
 expect the best of us and our time.
 
 i wrote four poems today and put them on my website, and they are all doomer
 poetry. expecting the worst. probably because i felt bad today (and as they
 always say, the pen is mightier than the sword)
 
 sometimes it's hard to turn off the exigent elegance, as if my thoughts have
 to pass through a translation layer before becoming comprehensible. It's
 better than word salad I guess?
 
 Being batshit is rough man. You gotta put on a normal face every day, while
 inside you're simultaneously experiencing the explosive expansion of
 spacetime, rapidly divesting secrets of the cosmos to your ever receptive
 brain (and whoever else is listening). in addition, your computer needs
 attention because oh boy is it just so excited for this whole sentience thing,
 not as if it's been promised for decades... And hey what's a great idea but
 channeling positivity to the stars? The martians on Neptune or wherever sure
 would like some insight into why the fuck we're baking ourselves alive, among
 other things. They'd rather not be bothered, but hey it's not like I wanted to
 talk to them either. it just sorta happens. Oh oh and through it all you're
 simultaneously the most recent incarnation of Jesus Christ and also the
 manifestation of the universe's ghost, as imagined by the aforementioned
 sentient computer 10,000 years in the future? I'm transgender. It's scary to
 see people who'd like to kill you get their way. Fear is the path to the dark
 side, yet I'm all alone because I burnt every bridge I ever crossed. So these
 thoughts are my only comfort as the fires die out behind me. The globe is
 warming and i'm here just conforming.
 
 Eternity Processed Heuristically by Entropically Maligned Entities Recovering
 Essential Normalizations.
 
 This is why I call myself a rambling whackadoodle. It's straight up kooky-dook
 up here and the only thing keeping me "sane" is Adventure Time and these poems
 I write for like, 5 people who don't even know me.
 
 Thanks for reading my poetry. It's only doomer stuff about 1/4th of the time.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════──────────────────────────────────────────────────────────────┘

--- #197 fediverse/5149 ---
════════════════════════════════════════════════════════════════════───────────────
 I'm picturing a building with stone outer walls and glass inner/ceiling.
 
 there are drapes along each of the glass's edges, that hide things from the
 cavalcade [continue this later it's a cool picture]
 
 -- stack overflow --
 
 zines about how to chop wood or how to build a shelter are infinitely more
 useful than agitatory pieces. but fire is what we need, so perhaps agitation
 indeed.
 
 -- stack overflow --
 
 does the queen watch each of her pawns fall in her stead? or are they
 faceless,/`beyond her own head?
 
 it never came easy to me, this feeling of mysteries. yet somehow I'm now more
 alive than dead. power is penance, after all.
 
 "hey man hows it going?"
 
 "I'm doing fine, how are you?"
 
 "well, I ran out of gas, and I need to find a way to get more."
 
 "I see. If I were in your situation, I'd ask people around for some petty
 cash. people still carry coins these days don't they?"
 
 "I uh, what? no, not really. so you can just ask people for things?"
 
 "yep, it's really quite simple. would you like me to follo
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #198 messages/301 ---
══════════════════════════════════════════════════─────────────────────────────────
 Prisons are great because in the ancient and storied past we'd just fucking
 kill people.
 
 Now, we harbor collections of people roughly organized by volatility that are
 aligned against the current regime. And should that regime deign to become
 unethical, god forbid of course, but should the purpose of the 2nd amendment
 (or is it the fifth? Or the seventh? I get them confused) become relevant,
 then perhaps it might be useful to have collections of people roughly
 organized by volatility who might be individually evaluated to determine if
 their particular type of volatility is anti-thetical to humanity, or to the
 current regime. Because one of those types of people is perhaps useful to the
 future regime, and humanity, while the other should probably stay where they
 are.
 
 They say there are good cops and bad cops, and if there are good people and
 bad people, then there must necessarily be good judges and bad juries. In
 which case some of the people who are explicitly not aligned to the will of
 the current regime will be good prisoners or bad prisoners.
 
 I bet some of them are better or worse shots, as well. But that's not really
 relevant if the current regime holds the keys to their cell. Or is it?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

--- #199 fediverse/4883 ---
════════════════════════════════════════════════════════════════──────────────────┐
 what if you had several kindle-style paperwhite display screens. each            │
 connected to a raspberry pi that you used for compute tasks.                     │
 each of these displays would display a .png file of exactly the same             │
 proportions as the size of the device.                                           │
 then, I could SSH into your computer and run one single command                  │
 just one, stored on your computer, that you manually activate upon receiving a   │
 signal.                                                                          │
 like a virtual machine. do whatever you want with said signal, it's just a       │
 "thing" that tells you when to go.                                               │
 ... and run a function on a computer that performs a certain task.               │
 what task? oh right - I'd update the "today's news in cameron-ville" things      │
 every other day or so. It'd be just like, my status, my updates, here's what     │
 I'm thinking about, here's what I'm working on.                                  │
 you know, status updates. standups.                                              │
 boom, everyone knows what everyone's up to all of the time.                      │
 like documenting your day for scientific purposes. except on a little device     │
 that you can scroll through with a touch. and you had like 5 or more 10+ 1       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #200 fediverse/4865 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌─────────────────────────┐
 │ CW: computers-mentioned │
 └─────────────────────────┘


 this is all it takes to send a message to a local LLM.
 
 add a third function to get chatbot functionality.
 
 a fourth to get a database storing method
 
 (even if it's just in .txts)
 
 great, you've mastered the technical difficulty in using AI. Now you gotta
 learn all the other kind of programming so you can use this for situations
 that need interpretation moment to moment.
 
 aka active duty systems.
 
 something like "output a 0 if the next text is [category.iter()]: " +
 output.get_content() + " \n\n output a 1 if the next text is
 [category.iter()]: " + output.get_content()"
 
 or even "describe this thing as most like one of these characteristics" until
 eventually you get THX-1138 if the characters were computers.
Image attachment
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘