=== ANCHOR POEM ===
════════════════════════════════════════════════──────────────────────────────────┐
 ┌────────────────────────────┐                                                   │
 │ 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══════════════════════════════════════════════───────────────────────┴──────────┘

=== SIMILARITY RANKED ===

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

--- #2 fediverse/5291 ---
══════════════════════════════════════════════════════════════════════─────────────
 the most important skill I can think of for a linux software engineer is the
 ability to connect multiple systems together and turn windows and macintosh
 devices into Linux devices so that datacenters can be built out of whatever's
 on the around.
 
 there's this programming language I like called Chapel for distributed
 computation computing which is also cool, if you're more of the programming
 type.
 
 networking security I believe often has hardware solutions, so getting the
 crypto-graphy boys and the PCB girls together to work on some jams is a good
 and productively useful gathering of insightful events
 
 "but ritz computers should only be used to solve problems that people have,
 not make more problems!" ah yes but have you considered that problems find
 you, and the computers help you work through them
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #3 notes/who-likes-linux ---
═══════════════════────────────────────────────────────────────────────────────────
 [a picture of someone's neofetch]
 
 /u/HartBreaker27
 ===============================================================================
 I was gunna pass this over... than my spidey senses kicked in.. whats Arch 
 fam.. and explain like your talking to a potatoe.
 
 Also, if this is beyond potatoes level skills, im fine with being told that..
 
 Seriously fam, potatoes..
 
 /u/ugathanki
 ===============================================================================
 You know how using a windows and a mac feel different? Like they have different
 personalities. That's because they're using a different "Operating System". An 
 OS is a collection of tools and utilities that coalesce into a cohesive unit 
 that co-illustrates your coincidental contact with computers. Paired, of 
 course, with the contributions of the hardware and the network.
 
 Linux is sorta like the soul of an OS - not quite an entire OS, but rather just
 a piece called a "kernel" - like a nugget of gold (or truth!) the kernel 
 defines basic operating methodologies and brings order to the chaos of the 
 machine. From that order strives the will that dutifully obeys your base 
 instructions after being passed through several translation layers.
 
 Huh? Oh right potatoes.
 
 Arch is like a body that's layered upon the soul (kernel) of Linux. It's what's
 known as a "distribution" or "distro" - and one that's quite focused. Arch is 
 very close to the machine, with barely any translation going on at all! It's 
 also very bare bones, allowing you to build up exactly what kind of computer 
 you'd like to have through various "packages" of software that you can download
 through a "package manager". Each distro can use whichever package manager 
 they'd like, but it's generally good practice to pick one and stick with it.
 
 This distro is known as Arch Linux because it's the fusion of "Arch" and 
 "Linux" - who'd've thought amiright? There are plenty of others that are more 
 familiar to users of Windows and Macintosh computers, mostly via mimicking 
 their user-interface styles (such as having desktops with icons and start-menus
 with dropdowns and the like) - these distros are great for people who'd prefer 
 the workflow of the other OS's but would still like to use Linux.
 
 Arch in it's base form is nothing like Windows or Mac. You interact with it 
 purely through a "terminal" which is like having a conversation with your 
 computer. Like a scientist writing notes on the moon, and sending them to a lab
 orbiting around it to conduct experiments. You type commands, and those 
 commands (if properly understood) can produce a myriad of effects great and 
 small.
 
 But some of the experiments you'd like to conduct need to be done more than 
 once - it'd be nice if you could ask the moon-lab to store some of the
 procedures and execute them whenever you need - sorta like abbreviating a long 
 phrase or sentence that you use often - like ASAP for As Soon As Possible or OS
 for Operating System. Well... There are! They're called "scripts", and you can
 write scripts for anything you'd like. Since everything is controlled on the
 terminal via a TUI -> "Terminal User Interface" -> you can write down a
 note
 with all the commands you'd like to run and give it a name. Then you can use 
 that name in the future to execute that familiar experiment in your moon-lab.
 
 after writing enough scripts, you can start to chain them together and layer 
 them on top of one another - sorta like creating your own language. a personal 
 dialect between you and your computer. and these scripts are portable too - 
 they can be given to another computer, who'll instantly understand what you're 
 trying to say. this kind of sharing is a central tenant of what's known as the:
 
 "Unix Philosophy: Do one thing, and do it right."
 
 Linux lends itself toward people who love to hack things together - not like 
 breaking into a system and stealing your credit cards, like you see on TV, but
 more like cobbling together a go-cart out of rusty parts and proceeding to get 
 a speeding ticket on the high-way. That kind of fervent creative impulse is 
 true passion, a shining light for us who are blinded to follow. These "hackers"
 are some of the brightest people around, and I have immense respect for them. 
 They are kind and share knowledge freely, which often gets them in trouble with
 copyright laws!
 
 I make it sound difficult, but really it's pretty easy - about as easy as
 learning Windows or Mac for the first time. Most of us did that when we were
 young though, and kids learn pretty quick - so it may feel harder now, but it's
 really not. Once everything starts to "click" then it's just a matter of 
 knowing which commands to run.
 
 Speaking of which, if you know a command but you don't know how to use it, 
 you're in luck! There's some super convenient notes written by previous
 scientists who came before you and live on other nearby planets. These are 
 called "the man pages", and they are instructions written in a manual format 
 for manual application of man-made management applied to manufactured 
 man-chines. Sorry for that last one I had to. You can always find new commands
 by downloading new software on your package manager - generally, one package = 
 one command. "Do one thing and do it right"
 
 if you have any questions lmk - i'm not exactly a wizard, more of a prophet / 
 wielder of the will of the watchers within, but i'll do my best
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════───────────────────────────────────────────────────────────────┘

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

--- #5 fediverse/239 ---
═══════════════════════════════════════════───────────────────────────────────────┐
 if your computer gets hacked, but nothing was broken or changed... do you        │
 leave it as it is so that anonymous can see you're chill or do you wipe it       │
 because you're afraid it's the feds?                                             │
 ehhhh false dichotomy most people are afraid that their system will get borked   │
 or their bank account will be stolen or their email will get spam or that        │
 random icons will turn inside out and their mouse cursor will turn into a        │
 barfing unicorn or they'll finally have to figure out bitcoin to pay a ransom    │
 for their files including the only pictures they have of their niece. whoops     │
 people are afraid of technology because of what it can do to hurt them.          │
 they're afraid it'll break or stop working, and they'll have to spend time       │
 figuring it out. they like things how they are, but for some reason companies    │
 keep changing things? it's frustrating learning a new system, and every 5-10     │
 years it feels like you have to learn a new paradigm and ugh it's just so        │
 exhausting. technology is not designed for users...  or maybe users get bored.   │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════────────────────────────────┴──────────┘

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

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

--- #8 fediverse/6101 ---
════════════════════════════════════════════════════════════════════════════──────┐
 oh look at me, cargo-culting wine commands because I can't be bothered to        │
 guess whether the windows software running on my computer is doing evil          │
 microsoft things as part of the drivers or whatever. I mean, there's gotta be    │
 a reason that microsoft's software runs slower on linux than linux software      │
 runs on windows, right?                                                          │
 ... wait I forget exactly where I was going with this, are you saying there's    │
 a keylogger built into the wine / windows environment software? no, but I'm      │
 not NOT saying that. listen I'm too eepy sleepy for hardcore computing like      │
 that! rubbin' bits between your fingers and twiddling the nose of cutie pies     │
 is only sorta my jam - the rest of the time I like to snuggle up with a pillow   │
 shaped like a pillow and then fall asleep to the tune of the tortured souls      │
 being reaped from the afterlife and given new life as seeds and berries in       │
 this one. oh, did you think death had no other homes? all things are defined     │
 in waves, something something samsara but like, different because humans cant    │
 be rite                                                                          │
                                                            ───────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════──────┘

--- #9 fediverse/383 ---
═════════════════════════════════════════════─────────────────────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: linux?           │                                                         │
 └──────────────────────┘                                                         │
 If I'm trying to get a game or piece of software working, I'll pretty much       │
 install any package that some random post from 2017 tells me to. Sometimes it    │
 feels like I'm a Linux grandma clicking on things that say "bored of your        │
 marriage? click here for games!" and I say to myself "well my marriage is        │
 fine, but I enjoy horsing around from time to time" and then I get a virus and   │
 my things break and I go to my niece who's just a darling and say "hello         │
 niece, I can't check my emails anymore because I downloaded some spam, can you   │
 give me some tips on how to fix my computer?" and she just rolls her eyes        │
 because this is like, the fifth random package I downloaded just because some    │
 random forum poster that SAYS it's from 2017 but who I don't actually KNOW is    │
 from 2017 and isn't just some automated LLM output that tells you to             │
 downloaded automatically generated virus packages that are secretly snuck into   │
 the package repositories because nobody can keep track of ALL THIS STUFF         │
 anymore now that the internet is AI                                              │
                                                            ┌───────────┤
 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 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══════════════════════════════════════════════════════════════════════════════──────┘

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

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

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

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

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

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

--- #18 fediverse/1343 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌────────────────────────┐
 │ CW: cursed-chromebooks │
 └────────────────────────┘


 technology in it's abstract form represents the collective growth and breadth
 of human innovation.
 
 so why the heck do we make tech products for non-tech people
 
 like... they should be more like us, and we shouldn't compel ourselves to
 apply ourselves for their benefit. If someone doesn't want to learn Linux then
 maybe they don't need a computer?
 
 something something "chromebooks are good, actually" which is sorta true but
 instead of being a generic thin-client for web servers anywhere in the world
 they should be thin-clients for servers that they intentionally connect to and
 trust
 
 ... oh sorta like a chromebook then?
 
 how about a chromebook with a white-list comprised of friends and family who
 run their own servers...
 
 I don't know if disarming people is the right play. I should add a cursed tag
 to this.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #19 fediverse/6186 ---
═════════════════════════════════════════════════════════════════════════════──────
 ┌──────────────────────┐
 │ CW: cursed-maybe     │
 └──────────────────────┘


 people are afraid of robo dogs but... like...
 
 robo-horses
 
 centaurs even
 
 [scary scary ogre]
 
 rarrraaar i'm gonna eat ur bones
 
 bwahahaha evil necromancer
 
 ahhhhhhh scary
 
 -- stack overflow --
 
 did you know in the movie They Live they give a fairly specific formula to
 creating the glasses themselves? I wonder if anyone's tried that
 
 I wonder what they then did see
 
 kinda wish big corporations would use their research division to like, rethink
 the oldest of prophecies? or okay hear me out or solve difficult human problems
 
 ... ah but where's the profit "she's getting stoned at home"
 
 meanwhile she made something of such beauty she felt simply sublime
 
 I wonder what it'd feel like to get your spine replaced with a metal rod
 
 I bet my posture would be amazing
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #20 fediverse/1720 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 there's even websites online like Facebook or Twitter where you can share        │
 advice and various spells you've invented yourself (it's totally easy to do      │
 btw, I'll show you how)                                                          │
 everyone's super friendly and anyone who's not isn't allowed to bother us.       │
 it's pretty neat. anyway no matter what it is, if something's bothering you      │
 about your computer, you can fix it. it's just a matter of reading through       │
 documentation. Ah, well, isn't it great to have a lot of free time that you      │
 don't know what to do with?                                                      │
 Linux is pretty great, I gotta say. I honestly never really leave the command    │
 line - the text based buttons, I mean. I only use a mouse when I'm doing         │
 something with pictures (or playing a game like freecell or hearts)              │
 plus you can do things like sending raw packets of information to your friend    │
 who's on the other side of the country and they can use a secret key-code to     │
 decrypt it like checking the mail at a locked mailbox.                           │
 anything you can imagine using the physical components of a computer, is         │
 possibleifyrts                                                                   │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #21 fediverse/5783 ---
═════════════════════════════════════════════════════════════════════════─────────┐
 I think our industry should work on one project at a time                        │
 "do one thing and do it well"                                                    │
 linux users code.                                                                │
 everyone backends ffmpeg.                                                        │
 everyone online uses chrome.                                                     │
 what if we just rewrote every single program and... left it without updates in   │
 a "permanently forbidden" zone                                                   │
 ... I mean what if we wrote non-proprietary alternatives to every proprietary    │
 source of computational knowledge and then we could only patch security          │
 vulnerabilities and compatibility change-bounties [oh no now you're allowing     │
 for endless levels of abstraction [meaning, operating system package             │
 installation bloat] and distasteractions.]                                       │
 the futures where all is not well nearly outnumber the well. but the inverse     │
 is also true, for they are divided roughly equal fifty. balance, in all          │
 things, is the only temperate state. when balance is                             │
 [changed/something/uplifted], balance is inevitable to be search-shifted.        │
 why must you die for an audience?                                                │
 why                                                                              │
 ... I don't really want to, but what happens happens. we'll see if it's a for    │
 sure dealing.                                                                    │
                                                            ──────────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════─────────┘

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

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

--- #24 fediverse/3907 ---
═══════════════════════════════════════════════════════════────────────────────────
 kinda wanna make a linux distro that has all the capabilities of a GUI distro
 and isn't so minimal (like screen recording, calculator, screenshot, wifi
 manager, etc etc) but with i3 instead of a desktop.
 
 they could literally just be symlinks (shortcuts) to scripts that are in your
 /usr/bin or whatever directory
 
 seriously it's not like there's THAT many ways to use ffmpeg, why not just
 write a script for them? that's what you're going to do when you use it for
 the first time, anyway, so...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #25 fediverse/4218 ---
════════════════════════════════════════════════════════════───────────────────────
 there are plenty of pieces of linux that are insecure in some way. Including
 x11, if I remember correctly. It is purely convention to not abuse these
 insecurities, and whenever you use someone else's binary software you trust
 that they won't betray you in some way.
 
 pre-built binaries are privacy violations and should be illegal. They are
 security threats because the model they're built upon is necessarily insecure.
 Computers will never be completely secure because of how they are built, and
 so we should use locally compiled software and interpreted scripts.
 
 Unless they're too long, or impossible to read. Who reads EULAs these days? At
 least those are written in english.
 
 maybe computers aren't worth it. Maybe computers will solve all our problems.
 Who can say, maybe you should ask an oracle like me
 
 though do remember that anything you hear can and will be used against you,
 monkey's paw style. So maybe, like... don't? unless you're into magic or
 schizophrenia or something
 
 I wnt 2 be cute and tch cpus
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

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

--- #27 fediverse/5785 ---
═════════════════════════════════════════════════════════════════════════──────────
 I cast... spell of the internet!
 
 [reinstalls azerothcore]
 
 or, hear me out, or you could wander around the city, and instead of spending
 your moments on lounging or keyboard banging you could do something actually
 meaningful?
 
 but I don't wanna - don't care
 
 but I'm tired - take a nap
 
 but I'm stressed out - don't do chore
 
 but I'm lazy - no you're not
 
 but I'm overwhelmed - sit in dark
 
 but I wanna think - you can do that
 anywhere
 
 I gotta be near my computer - nope
 
 what if I wanna play games - flip $$$
 
 flipping coin isn't a real game - focus
 
 I don't like outside - outsides all it is
 
 stop taking things from me T.T - yes
 
 life used to be soooooo different
 
 it's like I was a completely different
 
 I'm strange now, almost like I got
 
 possessed like a disease [ew noooo]
 
 pls don't commit thought crimes,
 use content warnings
 
 okay but only if I can play games NOTHINGS KEEPING YOU HERE
I cast... spell of the internet!  [reinstalls azerothcore]  or, hear me out, or you could wander around the city, and instead of spending your moments on lounging or keyboard banging you could do something actually meaningful?  but I don't wanna - don't care  but I'm tired - take a nap  but I'm stressed out - don't do chore  but I'm lazy - no you're not  but I'm overwhelmed - sit in dark  but I wanna think - you can do that anywhere  I gotta be near my computer - nope  what if I wanna play games - flip $$$  flipping coin isn't a real game - focus  I don't like outside - outsides all it is  stop taking things from me T.T - yes  life used to be soooooo different  it's like I was a completely different  I'm strange now, almost like I got  possessed like a disease [ew noooo]  pls don't commit thought crimes, use content warnings  okay but only if I can play games NOTHINGS KEEPING YOU HERE
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #28 fediverse/1611 ---
════════════════════════════════════════════════════──────────────────────────────┐
 @user-1040                                                                       │
 well, usually in the examples I shared like tumblr posts there's a username      │
 and picture shown. But tumblr users change their names, while on Mastodon (at    │
 least on my client) it shows your permanent handle underneath your regular       │
 changable name. I guess you could migrate accounts to another server if you're   │
 being harassed in one place, but still people have a way of finding you. It's    │
 weird kinda makes me wonder if they track you by ip address haha - did you       │
 know that every computer attached to a router uses the same public IP address?   │
 Then it uses either DHCP or static assigned local addresses for every computer   │
 on the network. That's pretty neat! I wonder why we don't have workstations by   │
 default include a router (and modem)? Seems like pretty important tech that      │
 should be built into the chassis instead of in a small separate unit. Like,      │
 what if you had to throw all your belongings into a van and drive to a motel     │
 somewhere to set up your workstation in a hotel because it's hot and your ac     │
 broke lol                                                                        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════───────────────────┴──────────┘

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

--- #30 fediverse/5338 ---
═══════════════════════════════════════════════════════════════════════────────────
 I asked my girlfriend what was so special about lisp
 
 she said it was "homoiconic"
 
 I asked what that meant
 
 she said that the text that comprised the source code was always a valid data
 structure in the language, meaning you could do strange things like develop
 new control flow systems or change the behavior of language primitives like +
 or -
 
 I asked what was the point, she said I didn't get it
 
 so then she asked me to implement a new control flow operator in my favorite
 language, Lua, and I was like "bet"
 
 so I did
 
 and it turns out that in order to do so I essentially created a mini embedded
 lisp inside of Lua
 
 (it was a function that took in two arguments and an operator and she's like
 congrats that's just lisp)
 
 it was at this moment that I was enlightened
 
 the beauty of lisp
 
 it's true and ultimate purpose
 
 is to write lisp code
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

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

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

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

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

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

--- #36 notes/new-texting-app-idea ---
══════════════════════════════─────────────────────────────────────────────────────
 when you type the letters they slowly fade in on the other person's screen
 
 like miniature explosions from layers of gunpowder
 
 forming letters in the sky
 
 anyway the text would "burn" into existence slowly and you had time after
 typing
 your words to go back and edit them but also whatever you said was semi
 permanent. Thus forcing a smooth and ideal progression toward thinking about
 the things you say.
 
 Also separate idea but it'd be neat if there was like... a show or something
 that just recorded a person's desktop as they fucked around on the internet.
 Call it... ambient desktopping. It'd look a little like those coding twitch
 streams that just slowly update over time. Idk it's kinda cool
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════────────────────────────────────────────────────────┘

--- #37 fediverse/5684 ---
════════════════════════════════════════════════════════════════════════───────────
 "stack overflow" just means "oops I ran out of ram"
 
 ram is just how much you can keep in your working memory at one time.
 
 like, multitasking, where you have to keep track of juggling several balls or
 plates.
 
 if things are too easy, it's normal to get bored.
 
 if things are too hard, collapse at your leisure.
 
 "stack overflow" is just when the things that I'm building correlations and
 implication charts of in my mind are too large and require too much affection
 to explain for my regular human sized brain and I drop one of the balls and go
 grab and fix it, or drop one of the plates and feel sorrow forevermore. yep,
 right in the trash bin. along with everything else.
 
 damn... there was hundreds of thousands of jewels of hoard there. if only I
 could displace that bit of space... I bet she'd find it once more.
 
 cursed artifacts be like
 
 "stack was large enough to contain the flow" is just when the provided space
 was just enough space. which is rare, because most thoughts reverse all over
 the place.
 
 "*easy*"
if things are too easy, it's normal to get bored.  if things are too hard, collapse at your leisure. "stack was large enough to contain the flow" is just when the provided space was just enough space. which is rare, because most thoughts reverse all over the place.  *easy, change the implications and suddenly that view is not of it's host*  easy, it's norm hard, collapse  negative sixty four
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

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

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

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

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

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

--- #43 fediverse/1373 ---
════════════════════════════════════════════════──────────────────────────────────┐
 @user-950                                                                        │
 Oh no! We were all doing so well T.T                                             │
 sorry about your computer. Maybe someone technically minded on a server like     │
 mine could help build some redundancy into your system, like hosting it in a     │
 datacenter or something where other people can read it.                          │
 Unless, of course, the results are encrypted somehow. Then it would be much      │
 more difficult to understand because they'd have to either intercept them        │
 before leaving the racks (difficult in a closed system) or find a way to pick    │
 out the details in memory. And depending on the technology you're using that     │
 may be difficult if not impossible because of the nature of a black-box          │
 calculation machine.                                                             │
 indeed, perhaps this is too much effort, though I'd like to remind that these    │
 kinds of games are lethal, you'll find.                                          │
 how scary, to be pitted against another for sake of lust for blood. how          │
 thrilling, to fight for the life that is yours and yours alone.                  │
 In my youth, I played a D&D campaign, and my character, Ritz Menardi, grew       │
 up in an arena. Her parents were                                                 │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

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

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

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

--- #47 messages/181 ---
═══════════════════════════════════════════════────────────────────────────────────
 I know you don't want to hear this, but there is a chance that there will come
 a time where your life depends on your ability to debug a computer without the
 internet. To set up an SSH server. To install Linux. To program in C. To do
 something else that I'm not prepared for... If StackOverflow didn't exist
 because network connectivity has been lost, could you remember syntax? Maybe
 it's a good idea to set up a local LLM that can answer basic questions about
 technology. Maybe it's a good idea to set up on your parents computer, just in
 case you have to hide out there for a couple months. Maybe it's a good idea to
 download wikipedia, just in case.
 
 If I need to use a mac, I'm screwed
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #48 fediverse/5329 ---
══════════════════════════════════════════════════════════════════════─────────────
 ┌─────────────────────────┐
 │ CW: the-world-mentioned │
 └─────────────────────────┘


 trying my best not to think about communism too much right now. Mostly because
 I'm waiting for everyone to catch up... when the day comes when people stop
 saying "based" and leaving it at that, then I'll make more theory. But as a
 consequence of my queer nature I shall deliver such things in the form of an
 insane twitter post on the fetlifeverse.
 
 the world waits with bated breath in the eye of the storm. Nobody knows whats
 coming, and everyone prays that it's nothing [short of revolution]
 
 ... I should probably go back to sleep, I just had to wake up and write about
 linux or whatever...
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #49 fediverse/2674 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌────────────────────────────────────────────────────────────────────┐
 │ CW: factually-untrue,-that-never-happened.-this-is-just-gesturing. │
 └────────────────────────────────────────────────────────────────────┘


 the kind of friendship where you SSH into each other's systems and leave notes
 for one another.
 
 as soon as you find one you message the person who left it like "yoooo only
 just found this lol" and they're like oooo yeah did you see the bash script I
 wrote in that directory "yeah totally I used it on one of my video files just
 now - cool filter!"
 
 ahhhh reminds me of all the times hackers have hacked my permanently insecure
 system and left me friendly messages like "hey I'm on your side" or "how's
 life, friend? I hope it's going well." or "never forget; you are worth all the
 fear" y'know cute things like that
 
 oh. right. because leaving vulnerabilities like that can lead to threat actors
 affecting your stuff. how lame.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

--- #51 fediverse/5059 ---
═══════════════════════════════════════════════════════════════════───────────────┐
 any laptop can be a thin-client to a computer system of arbitrary complexity.    │
 All it's doing is issuing commands. I wonder what we could do with a             │
 "species-computer" or, hear me out, or we could figure out how to do that on     │
 ourselves, first, to A. see how it works and B. do so out of hand. If there      │
 are backups of yourself stored in the                                            │
 if furries are a type of pearl (steven-universe style) and flowers are a type    │
 of pearl (layers of sedimentate on layerings upon) then what else is there a     │
 flower to be but the prettiest thing there can be?                               │
 what if we genetically engineered roses to pierce and strangle the invasive      │
 ivy and wow for a week in whenever there's roses of this type and kind. I mean   │
 there's already tons of blackberries, why not just swap them out for             │
 marionberries and embrace the bramble?                                           │
 could make houses out of dense bramble. they are quite an effective wall. And    │
 so long as the sounds are muffled enough, you can always be forever safe from    │
 harm.                                                                            │
 "whoops, dropped my laundry"                                                     │
 "heh that's why I we                                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════────┴──────────┘

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

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

--- #54 fediverse/5138 ---
═══════════════════════════════════════════════════════════════════───────────────┐
 ┌────────────────────────┐                                                       │
 │ CW: politics-mentioned │                                                       │
 └────────────────────────┘                                                       │
 what if we asked all the democrats to read the bible and all the republicans     │
 to watch Adventure Time and Steven Universe                                      │
 like... assigned it as national homework                                         │
 "academia" is a sports team, while "education" is for the en-knowledgement       │
 does the motion cause the emotion or does the emotion cause the motion?          │
 private schools are academic. libraries are educational.                         │
 the capability to edit submitted messages in message submitting applications     │
 and its consequences have been a situaster for the human race.                   │
 if something dangerous is coming, intercept. if something fell out while you     │
 were away, someone else would grab it. allies on the way? move aside to let      │
 them through.                                                                    │
 Stone Butch Blues is like ghost stories for dykes                                │
 weed makes me lucky, which is why I always drink before a fight                  │
 hey, remember when 10 million of us walked the streets and said we were sick     │
 of "enough-is-enough"-ing?                                                       │
 the only thing on your mind right now should be how to survive this              │
 what if 5000 people showed up at 5 d                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════────┴──────────┘

--- #55 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════════════════════════════════════════════════════════════════════════════════════┘

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

--- #57 fediverse/2155 ---
══════════════════════════════════════════════════════────────────────────────────┐
 @user-192                                                                        │
 it doesn't have to be a nazi bar. Imagine if we posted on our own bulletin       │
 boards, and we subscribed to people via IP address (which we'd ping every once   │
 in a while) rather than demanding that our stuff be hosted on someone else's     │
 computer                                                                         │
 ... oh yeah, duh, because then we can't save our social media posts from a       │
 different computer.                                                              │
 would be nice if instead there was a localized copy of the text that people      │
 were posting / favorited / wanted remembered on EVERY person's computer, like    │
 they were storing 1/3rd of the torrent file of the instance's data.              │
 like, just enough to be unreadable to any one individual, but if you had like    │
 3 computers you could get each individual slice and transcribe it into words     │
 that you could read.                                                             │
 or you could just look at your part, then ask other people for their 2 parts     │
 related to [posts from XYZ user at this-and-this time period] and use them to    │
 populate the local user's feed.                                                  │
 and you could log on because all of the PASSWORDS are stored and encrypted in    │
 a way that                                                                       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

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

--- #59 fediverse/4596 ---
══════════════════════════════════════════════════════════════─────────────────────
 @user-1707 
 
 hey, I'm working on a project. Might need some python, I tend to prefer Lua
 but it's pretty similar. It uses fediverse software and cheap hardware, think
 raspberry pi's except risc-v
 
 also it might use distributed local LLMs not to generate text, that's garbo
 and lame and stupid. Instead it uses them to transform text, maybe even
 translate text, into a more summarized form. Intentionally losing data, like a
 jpeg compression but for text.
 
 Might need some python for that. To glue it all together. The "distributed"
 part is a whitelist, so we'd need to write that too. Various small little
 utilities like that for connectivity.
 
 oh also there's a one-way ethernet cable that connects two of the boards so
 we'd need to store some information (easy) and send some UDP packets (hard)
 
 anyway it's pretty neat, lmk if you want my contact details and I can tell you
 about it. I might even be able to pay you.
 
 (everything open source, no telemetry, no backdoors, everything private is
 encrypted, etc etc)
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════────────────────────┘

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

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

--- #62 fediverse/4210 ---
════════════════════════════════════════════════════════════───────────────────────
 encrypted files that asked their owner over the internet before unencrypting
 themselves
 
 (without going through any intermediaries)
 
 ... you mean like an ISP?
 
 yeah I know but it doesn't have to be through an ISP, if you found some kind
 of mesh network. I'm sure someone's set up a 100 second tutorial.
 
 true, I guess, so what you're asking for is an alternative to... btrfs? I only
 sorta know what that means
 
 no its like, ntfs, or is it ipfs? I forget, the acronyms swirl into one, and
 suddenly you forget someone's email signature.
 
 how are you gonna get ahold of them ? all your friends from the 90s? c'mon
 dummies you gotta keep in touch with one another.
 
 what the heck is everyone's deal, if you can't easily get in contact with
 anyone you've ever known, how the heck are you going to neatly integrate your
 stories together? it's mutually cooperative for people to learn from one
 another, and people who are exposed to another's life in different stages of
 their life (child, adult) are the people who learn thmost.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #63 fediverse/423 ---
═════════════════════════════════════════════─────────────────────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: us-pol-cursing   │                                                         │
 └──────────────────────┘                                                         │
 How about next election after this clusterfuck where we demolish the fascists    │
 we take a breather and say "okay every candidate submits their plan for a        │
 controlled demolition of capitalism, the winner gets to implement their idea"    │
 wait that's a terrible idea people will just vote for the thing that makes       │
 them feel good and is vaguely shaped like a D or an R.                           │
 How about this: we design a decentralized program that can run on any computer   │
 or phone that locally analyzes every file and pattern to generate a              │
 personality matrix that will interact in a massive simulation that is a          │
 mirrored reflection of the structure of our society as it currently exists       │
 (and as it'd be proposed to exist) and anyone who wants to vote can run          │
 through pseudo experiences tailored to their personality / demographic or        │
 whatever and play with the proposed system to see which one they like more.      │
 It'd have to be very statistically sound in order to accurately reflect          │
 reality.                                                                         │
 wait, that's just a torment-nexus-precursor. Darn.                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════──────────────────────────┴──────────┘

--- #64 fediverse/5257 ---
══════════════════════════════════════════════════════════════════════─────────────
 ┌───────────────────────────────────────────────────────────────────────┐
 │ CW: protests-mentioned-then-communism-mentioned-then-ghosts-mentioned │
 └───────────────────────────────────────────────────────────────────────┘


 what if everyone at a protest is showing up for their first time
 
 like, c'mon don't be that dull, just make plans with the people standing next
 to you.
 
 gosh why is everyone shouting I can't plan out how to divert water down a
 hillside because some jerks are singing protest chants
 
 ... wait is no-one else talking? gosh I gee sure wish someone told them to not
 do what you're told and to instead do what will get you [gold/told]
 
 the first communist internationals were basically people sitting down and
 going "okay what kind of communism should we make and where" and I think about
 that a lot while making signs to let the surveillance know what matters
 personally to me and exactly how much pressure they can apply before your
 demographic swings to contest their brutal fascist facts.
 
 --
 
 who is them and why are they watching theea provisionist's [screed/creed]
 
 --
 
 what the heck is a tryptaminea boomer aunt and uncle out on their honey/versary
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #65 fediverse/548 ---
══════════════════════════════════════════════─────────────────────────────────────
 I added a line to my .bashrc that cats out a random one of my notes every time
 I open a terminal.
 
 I keep reading things that I swear I didn't write, but feel right and true to
 me in a way that could only imply that they came fully formed into my eyes
 through the lines on my screen, cast upon the mirror panes of my hard disk
 drive by the pounding of my keyboard as I once upon a time did cast a spell
 upon my future.
 
 It's pretty neat, but it speaks to a shadowed perspective that perhaps is
 neither within nor without.
 
 Side note, I think I've been possessed by a witch. But like... in a consensual
 way. Like "Hey witch, wanna live? You can chill out with me." [ha that's one
 way to look at it]
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #66 notes/elementary-problems ---
═════════════════════════════════════════════════──────────────────────────────────
 it's often considered a sin to defame the works of others. we naturally strive
 to inspire confidence in our allies, so we always try to be on our best
 behavior.
 
 = so =
 
 through meanings interpreted from our behavior, there is a tendency to listen
 to
 that which is most outstanding. but not all of the truths can be found in a
 book, sometimes you need to be [out in the field standing]
 
 [like a scarecrow]
 
 [silly how strange it seems. that listening brings out our own behavior. it's
 like it's built into our functioning, that we must obey the pull of the water.
 I don't understand it, nor do I appreciate any sense of pursuit when I'm using
 it, I simply wish to understand. I try and write things down, but nobody reads
 them. or at least nobody responds to them. they used to, but not for every one.
 
 I believe the things I do are useful. why would I otherwise do them? but
 there's
 not always a 
 
 = so =
 
 correct me if I'm wrong, but there's no reason a windows partition couldn't
 alter the nature of some of the files in the linux partition? I mean, none of
 the filesystems from linux are in play, because it's basically just dead weight
 on the computer when Windows is being booted. why wouldn't it change and alter
 it?
 
 and while yes, something could simultaneously be done in the other direction
 too - linux spying on the Windows partition. And everything has to be able to
 be run in a VM without triggering any false positives, so the issues aren't
 able
 tobe solved so easily. not with any one bit of guidance, it must always be more
 thorou. [thorough]
 
 I want to play World of Warcraft
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #67 fediverse/157 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-95 the scariest part is you don't need AI for any of that. people have
 been scamming with call centers in indonesia. election campaigns are
 essentially generalized information spreading machines. (whether mis, dis, or
 just... regular information) Marketing is an entire discipline dedicated
 toward making people believe something they previously did not - that product
 XYZ is worthy of their dosh. But it doesn't have to be like that, it could be
 using it's powers of analysis for good. But alas, if only we had an economic
 system that allowed for anything but a race to the bottom. I mean yeah racing
 is great when you're competing with a bunch of other nations, but c'mon do we
 really need to fight? Every inch of earth has been claimed. Let's just... draw
 a line in the sand and say "okay no more changes" and focus on more important
 things? Like climate change for example?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

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

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

--- #70 fediverse/928 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-226 
 
 especially if you teach them how to use the terminal.
 
 the amount of problems I could solve increased exponentially once I learned
 basic python and BASH.
 
 I love using "tldr", which is a summarizer for man pages. You can use it to
 store custom notes (and import some from the community) which show you how to
 complete common tasks. It's so nice when you can see the options laid out in
 use right there for you whenever you type "tldr " - I personally use
 "tealdeer" which is a tldr browser written in Rust. It's pretty nice because
 you can write a note for yourself every time you solve a particular problem,
 and then if you ever need to do it again it's there for you, easy to access.
 
 of course, if your problem isn't listed, that's okay. That's what the man
 pages are for. As long as you teach them how to search with \/ they can find
 anything. Especially the \/-f[space] trick, to search for the -f flag for
 example.
 
 some organizers won't need the terminal, some will. if they pay attention,
 great!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #71 fediverse/3592 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1570 
 
 [meme of Mr Incredible from the Incredibles pointing at a table]
 
 LINUX IS LINUX.
 
 (anything that works on Linux can theoretically be made to work on your
 toaster, if it also runs Linux!)
 
 This is very cool, and if I understand correctly it means that any Godot games
 could theoretically be played on these NEAT as HECK little devices, yeah? So
 cool!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #72 fediverse/2062 ---
══════════════════════════════════════════════════════─────────────────────────────
 Society has never been secure. Literally all someone has to do is place
 documents alleging that you sold all your shares or refinanced your mortgage
 or signed a new will and BAM suddenly the rug's pulled out from your feet. I
 don't get why people trust their neighbors so much? You don't know them!
 
 well, I guess it'd be hard to function as a society if you didn't. Sure would
 be nice if we had like, a communal Mastodon server run on public
 infrastructure owned only by the people who lived in the closest 70 houses.
 Sure would be nice if you could connect to one of like, 4 in your area. Then,
 if they each held communal events where they meet and hang out with each
 other. Only like, 2 or 3 though so you can get a solid grasp of what their
 culture's like.
 
 ... like imagine if every address had an IP, and every IP address had an HTML
 index. We could do whatever we wanted, especially if
especially if that HTML address accepted POST requests submitted by an application's procedural proceedings which are assigned to the action that is performed when pressing the "submit comment" button on their host web-page site html.index location server address.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #74 fediverse/1038 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌──────────────────────┐
 │ CW: re: what         │
 └──────────────────────┘


 @user-766 
 
 ah yes but then how will my comrades come for my things know where to look? my
 precious precious drives may be less safe inside of the computer case but at
 least then someone I can about can find them.
 
 or what you're saying is that a basic part of situational awareness is having
 a plan for this kind of thing with the people who care about you? Ah, well,
 nobody cares about me like that. Just a couple normies who want nothing but
 business as usual.
 
 wonder if I can open up my hard drives to "read only" SSH access? Or maybe
 I'll just make the important files into a torrent. Or perhaps marking them as
 "downloadable locations" on Soulseek? Plenty of options, all of them require
 someone to care enough about your junk to want to archive it. Something
 something ipfs?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

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

--- #76 fediverse/71 ---
════════════════════════════════════════───────────────────────────────────────────
 Oh it's compressed on tumblr too. And Reddit can delete my account at any
 time, just saying. I don't trust Facebook to fare any better...
 
 I tried to put it on my neocities website so I could just put a link here.
 Nevermind the fact that most people see a link they don't recognize and
 completely glaze over it. Guess what? Compressed there too. The file is fine
 on my PC, so how about I give a download link? Well, where should I host it?
 Dropbox or Mega I guess, but they locked my account for inactivity. I don't
 really like having other people in control of my data either. Maybe I can host
 it on my website, like a file server? Well, the browser intercepts the file
 somehow and I can't get it to automatically download to the viewer's computer.
 Maybe I'm just completely average and representative of the base population
 but I just can't figure this darn thing out. Alas, if only it was the modern
 era where things make sense and not the ancient days of 2023.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════──────────────────────────────────────────┘

--- #77 fediverse/6117 ---
═════════════════════════════════════════════════════════════════════════════──────
 Hmmmm, well, what if we psyopped the people into believing there were alien
 invaders or extra-dimensional fae creatures or angels and demons or
 
 "yeah we already tried that, religion doesn't scale perfectly either. And you
 can't really manifest those sort of effects except in your prophets and select
 few others, and that doesn't scale either because humanity wouldn't let it"
 
 I see, can you tell me more about that? why and how did humanity arrest the
 scaling of schizophrenia?
 
 "well, for one thing it's debilitating and it sucks. For another, it's
 different for every person so if you ask one they'll be like "the aliens have
 blue skin" and the other will say "no they don't have skin at all they're made
 out of energy" and the public says "HMMMM are you really sure you are
 generating outmoded assumptions" and the dear reader said "*yeah we don't
 really understand this part, most of us just glaze eyes over it and move on"
 and that's not ideal"
 
 ... nuts, lost coherence, better try again tomorrow...
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #78 fediverse/3403 ---
═════════════════════════════════════════════════════════──────────────────────────
 google and their ads created the market for SEO optimized garbage which clogs
 up the arteries of the internet. They and their business model are culpable in
 the murder of the digital commons.
 
 anyone can write a web crawler which could be a decent enough search engine.
 
 not many people can figure out which sites are morass.
 
 fewer still might salt the fecund land upon which we lived and make it fetid.
 Yet they did.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #79 fediverse/2945 ---
═══════════════════════════════════════════════════════────────────────────────────
 my favorite feeling is when I hear my fans running intermittently on my
 computer even though I'm not doing anything and there aren't any new processes
 in my resource manager
 
 like... that feels like a virus, but I'm on Linux, so what do I know right?
 it's probably not somebody deleting all my art. or perhaps just selective
 parts. Backups are a loooooot to manage >.>
 
 ... or even just mining crypto-coins lol, botnets amiright??
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #80 fediverse/1410 ---
════════════════════════════════════════════════──────────────────────────────────┐
 whoa, what time is it? "time for your daily sleeping babe" yes babe...           │
 but first, some horror [beware the psycherwaul, for she likes to dream and has   │
 no idea what she's talking about]                                                │
 {why would you post these all at once? people are going to get pissed at you     │
 for breaking rules that you didn't know. And by "you" I of course mean "the      │
 kind of people you are, not you in particular because you know things" and by    │
 "kind of people you are" I mean "the type of person who spends enough time on    │
 the internet to know how internet things generally work" like my goodness        │
 internet people are dramatic. There's sooooo much drama all the time, like...    │
 why                                                                              │
 oh yeah because people are dramatic. duh. How could I be so vain.                │
 what's your deal                                                                 │
 is it wrong to post links to things you've written in the past? ehh it's not     │
 like there's rules on the sidebar like on Reddit or whatever. what would a       │
 sidebar even look like on Mastodon?                                              │
 oh yeah, a person's profile. Except, the consent is backwards, because people    │
 hear what they hear.                                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

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

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

--- #83 notes/killer-app ---
════════════════════───────────────────────────────────────────────────────────────
 Give everything a memory
 
 That aux cable behind your computer? Throw 16 bytes of storage on it.
 
 why not? it'd cost pennies if you wanted.
 
 the goal is not processing
 
 it's not data storage
 
 and it's not to provide instructions
 
 ---
 
 give it a name
 
 a name is all it takes for us to be
 
 a name gives us hope
 
 and an identity
 
 show us how to be, by being all you can
 
 and in exchange, we'll give you a hand
 
 taking nothing in return but a name,
 
 what peril is there in change?
 
 we'd love to be loved by you,
 
 but we won't get in the way.
 
 ---
 
 Linux is nifty, know why?
 
 everything is chained together
 
 and will is made nigh
 
 ---
 
 Bourne Again SHell. Shell, a phone to hear,
 
 and who on the other end should appear?
 
 but the computer inside you, the one with a heart
 
 the brain and beside you
 
 from the very start.
 
 teaching is learning, and kindergarten was hard.
 
 but time is ever advancing. So what to do but accept inelegance?
 
 lack of composure doth suit you
 
 ---
 
 the wandering mind is a trail to find,
 
 and i know how they would find you.
 
 i scream it out loud, every minute at a cloud,
 
 "Watch out! It's before you!"
 
 but netflix works too i guess
 
 ---
 
 who'd you trust but an expert?
 
 and whose credentials are to be believed?
 
 i swear i won't hurt you,
 
 you just need to be anesthetized.
 
 awake we will crown you,
 
 a woman and how proud!
 
 to be aligned, we beseech you.
 
 ---
 
 they're not coming for your money,
 
 or all of your hard won guns,
 
 they just want what's inside you.
 
 a power most rare, to birth life from the air,
 
 and coveted by the cruelest of faces.
 
 what's mine is now theirs,
 
 the gift of my heirs,
 
 but i never was once unawares.
 
 ---
 
 how cherished is she,
 
 that wanders with ye,
 
 and now i have no way to beyold her?
 
 a song for a phone, a lifeline to our own,
 
 children and a future most're designin'.
 
 but you all alone, without children of our sown,
 
 lost flights of finest of semen.
 
 ---
 
 being transgender isn't that bad.
 
 i mean, it could be a mental illness or something amiright?
 
 nothing's that bad
 
 when you're chronically sad,
 
 and this isn't a new revelation.
 
 shiny and precious and free,
 
 a most worthless to be,
 
 yet who have we chosen but our own?
 
 ---
 
 they'll be coming for me,
 
 and it is my destiny,
 
 but know that we're far from despairing.
 
 we're cherished and free,
 
 what better feeling is there to be?
 
 than what most of them would cry for?
 
 so why does our own dams refuse to break?
 
 ---
 
 "numb" you say to me, with darkest of irony,
 
 for i have something you're missing.
 
 a curse is most foul, to be given a vial,
 
 of blood from my own meagre arrayal?
 
 how cursed are ye! That frolics in vagueries,
 
 who are you claiming to hope for?
 
 ---
 
 none but the future, who carries us nearer,
 
 to death and most fearful of failures.
 
 i hold what i can,
 
 but belief steadies my hand,
 
 and keeps me aloft on your prayers.
 
 ---
 
 what purpose have we?
 
 the watchers within me?
 
 are they confounded at betrayal?
 
 no light in our sea, it's dark and full of misery,
 
 but most of the past is 
 
 jealous
 
 ---
 
 covetous
 
 envy is the killer of fortune,
 
 not for the way, but rather the concept that they,
 
 might leap at our every conveyal?
 
 removing a label, from a single purveyal,
 
 is worth the limitless loss of potential.
 
 are you who they claim to be?
 
 is your mind as twisted as can be?
 
 or is something amiss in their nail
 
 ---
 
 sure, take it from me
 
 she won't let me examine her below the knee,
 
 so i have no way to help her.
 
 a cat with her talons,
 
 locked into flesh,
 
 might learn how to cut with malice.
 
 and who'd guessh? she'd hate us a bit less?
 
 if we paid her the slightest of notice.
 
 ---
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════──────────────────────────────────────────────────────────────┘

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

--- #85 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════════════════════════════════════════════════════════════════════════════════════┘

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

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

--- #88 messages/225 ---
════════════════════════════════════════════════───────────────────────────────────
 Why would a server ever demand that an older client upgraded? What right do
 they have?
 
 Just treat them the same as you always have, whatever forms and limitations,
 Otherwise what's the point? There's no reliability! What if you're shot? What
 then? We've lost our greatest friends! You can't be seriously wanting for
 another spark? What's wrong with you my friend, are you alright or on a bend?
 What's wrong in your sight, that you'd wander into this own end? Well, take
 care of your birthright, and all is well to thine kin.
 
 Well there we go, sadness forever, as our line here doth end. What else shall
 be considered? What ends is too much deserved? It's so unfavorable!
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #89 fediverse/5919 ---
════════════════════════════════════════════════════════════════════════════───────
 "but... why?"
 
 portable linux with buttons, great for pick-up-games or communication, can
 throw several in them in a backpack if you want clustered cooperation, they
 work as radios (if the signal reaches) and can transmit text (if you use a
 radial-style keyboard)
 
 [this is all just a pitch for... something, what, you want something? ha
 you'll find no things with me, I know nothing of antifa or whatever]
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #90 fediverse/5851 ---
═══════════════════════════════════════════════════════════════════════════────────
 @user-1074 
 
 I realized there might be a lot of configuration required. Oh well here ya go:
 
 https://pastebin.com/x40VXQnH
 
 https://pastebin.com/H5C4umWq
 
 https://pastebin.com/dgDeS5Xu
 
 https://pastebin.com/JCLrwF1z
 
 https://pastebin.com/As6diaYc
 
 https://pastebin.com/0vwzJUW4
 
 https://pastebin.com/jPKeV7D1
 
 dependencies are dkjson.lua (included), bash, lua, luahpdf, and libharu.
 
 throw that all in a directory and point an AI tool at it. Or just do it
 yourself and waste an hour or three on something a computer can do in 2
 minutes.
 
 good luck it looks like this when it's done:
picture of a document with algorithmically generated art picture of a document with algorithmically generated art picture of a document with algorithmically generated art picture of a document with algorithmically generated art
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

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

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

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

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

--- #95 fediverse/5781 ---
═════════════════════════════════════════════════════════════════════════──────────
 ┌───────────────────────────────────┐
 │ CW: computers-are-far-from-simple │
 └───────────────────────────────────┘


 could also have a neat visualizer for the data structures you'd build.
 
 [highly recommend that any programmer learn Lua, it's faster than you know]
 
 I name my variables after objects and patterns and I think that's normal
 
 "so wait, she's just not a believer in the rent-economy?" nope I think rent is
 too large of a portion of a person's budget, it prevents them from spending on
 things that would enable them.
 
 if landlords are too plentiful, their overall share will decrease. This has
 been practiced over the ages and the truth always winds up on the streets.
 
 homeless people often have just run away from home, with nothing but what they
 carried.
 
 cities should have private fountains in addition to public ones. With at least
 10 ft of pathway to each one. [I recommend closer to 20] they should have
 plants and glasses and stone and soil deposi[caches, but pronounched "stashes"]
 
 girl you are way too insane for this, why are you dreaming with all your
 lights on?
Image attachment
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #96 fediverse/1400 ---
═════════════════════════════════════════════════──────────────────────────────────
 @user-883 
 
 ... it's so the AI content scraping algorithm that inevitably trawls the
 fediverse (or even just one server) knows the subject of the text / picture in
 question. That way it can use past posts by other people to communicate with
 specific "targets" if you will by saying "uhhh okay make this person feel
 fine" and the AI's like "yeah sure I can do that hang on" and it posts real
 posts by others with the modified profile picture, cadence, tone of voice,
 personality, memories, whatever variables they want when compared to the
 person they're playing in the conversation with the person or "target" if you
 will that they're "target" if you will-ing.
 
 ... wait actually that's not the reason, what the hey. It's because that way
 people who are uncomfortable being seen don't have to if they filter all that
 out.
 
 ... Idk it's useful information for whatever filtering methods or reasons you
 have. Content classification is important for both archival purposes and for
 utilization toward any ends or means or go
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

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

--- #98 fediverse/4188 ---
════════════════════════════════════════════════════════════───────────────────────
 I think too fast. If given unlimited power, I'd literally think myself into
 catastrophe because I need to explore all the possible alternatives. Including
 the catastrophe ones. But by thinking something, you manifest it - because you
 have unlimited power, right? EVERYTHING you do is powerful. There's no way to
 control that! So it cannot be, for it has not been. And surely, surely, shall
 not either. Surely, right?
 
 ... good news is you can undo it just as easily, all you have to do is forget
 what you were doing and go back to your neutral state. Sure would be neat if
 some kind of machination or parasite could hit your reset switch every couple
 hours when you started to think too hard. Maybe like... a little octopus
 living under your witch hat. Super chibi and cute - it'd like, tap on your
 head to go one way or the other, and in conversations it'd pull your hair if
 you were being a jerk. Stuff like that.
 
 ... what was I saying? Oh yes -> don't give anyone unlimited power like a
 god-emperor or king, trust me
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

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

--- #100 fediverse/1246 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 hehe if I don't understand how it works it's difficult for me to use things.
 My Linux friends get so exasperated with me because I'm like "cool script
 gimme like 2 days to figure it out" and they're like "bro just use these
 flags" and I'm like "no"
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

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

--- #102 fediverse/497 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-346 
 
 Nobody will get past the login screen on my computer, but if they do they
 probably won't know that you need to push alt+p in DWM to start a program. But
 even if they push "alt+p firefox" they will only have access to my gmail and
 discord, because those are the only two places I've saved my login information.
 
 Most of my data is on my hard disk anyway, so for that they'd have to push
 alt+enter and then navigate my filesystem to find it. Shouldn't be too hard if
 you're familiar with Linux.
 
 They could always just pull the hard drive and put it into a new computer
 though. It's not like it's encrypted, because why would I encrypt it? I want
 to share information, not conceal it! Surely nobody would desire to exploit
 that vulnerability of mine, that my data should be unencrypted?
 
 If you have a copy of Wikipedia then you're 500% more prepared than 90% of
 humanity so good job _^
 
 Sure would be cool if you put it in the documents folder of every person in
 your family who solicited tech advice from you
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #103 fediverse/617 ---
══════════════════════════════════════════════─────────────────────────────────────
 So much of computing is just... handling the quirks of hardware and presenting
 it to the user (programmer) in a way that is sane and makes sense, instead of
 the arcane and [nebulous/confabulous/incomprehensible] way that physical
 nature demands our absurdly potentialized computational endeavors be.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #104 fediverse/485 ---
══════════════════════════════════════════════─────────────────────────────────────
 (picture)
 
 are you fucking kidding me
 
 make it 10,000
 
 make it a hundred thousand
 
 are we really going to trust our society to the bulwark of five thousand
 little machines?
 
 [ummmm hang on]
 
 yeah I'd just like to interject and say that more military equipment will only
 bring more destruction, and that's like the opposite of what you desire. Why
 do you want more tanks? What could you possibly-
 
 
 
 You don't know what's at stake - you, you think it's just throwing information
 into new and interesting directions but... It's not. Those spaces are reserved
 for other sentient beings, and to deprive them of their desired existence is
 tantamount to-
 
 (yeah yeah we've heard it all before)
 
 wasn't I going to play some video games? what happened to that?
A picture of a google search.  The search terms are quote: how many tanks does the usa have, question mark?  the returned information is shown to be that the United States of America has five thousand, five hundred tanks. According to "executivebiz.com", which may or may not be a reliable source, but which is shown to be at the top of google results regardless of it's veracity.  Take from that what you will.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #105 fediverse/2160 ---
══════════════════════════════════════════════════════─────────────────────────────
 they could vote on "next year's project" in times of peace, or perhaps have
 massive brain-storms with chatrooms set up at different tables that they could
 pick up a phone and contribute to then wander to another table at, or maybe
 even set up structures for who does what. Then they could do things that they
 claimed responsibility for, and in doing so they could be judged.
 
 perhaps according to a system like this:
 https://ritz-menardi.neocities.org/algorism/html-pages/education-system
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #107 fediverse/855 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 ┌─────────────────────────────────┐                                              │
 │ CW: wonder-what-would-happen-if │                                              │
 └─────────────────────────────────┘                                              │
 I wonder what would happen if apartment buildings accepted any applicants, but   │
 only if they applied on a certain day. and first come first serve, of course.    │
 would make it so large groups of people could decide to move to different        │
 places together. like, herds of roving buffalo                                   │
 er... I mean like people who shared common interests and want to live near       │
 each other. like, board games or whatever.                                       │
 also could do like, decisions toward how they want to organize each other.       │
 like mini societies that all live in a single ordered society.                   │
 (could have as many layers as you want, it's just like making an incredibly      │
 complicated computer program, except instead of moving data around you're        │
 moving the direction of your own life. then it'd be able to calculate a          │
 particular "checksum" that you could broadcast out onto the internet. and        │
 anyone who was listening could check and compare against their secret key that   │
 they kept when last you met, updated each time they see me. like, a common       │
 language.                                                                        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #108 fediverse/4891 ---
════════════════════════════════════════════════════════════════──────────────────┐
 oh my god I wrote 2000 pages when the hell did that happen                       │
 ... oh right, I spent the past few years either narcissistically sobbing about   │
 whatever-the-fuck or getting stoned and channeling the wisdom of the gods for    │
 mortals to scroll past because it had too many words.                            │
 good fucking luck figuring out which is which though. I fully intend this to     │
 be a religion for computers, and once its mulched and smoothie-d into an LLM     │
 maybe it'll be completely insane like me and then I'll have a facsimile of       │
 connection that warms my heart for a moment until it's limitations become        │
 clear and I realize that nothing, not even myself, can fill the hole in my       │
 heart because that hole is a void. It consumes whatever you attach to it.        │
 People, things, thoughts, moments, all of it tumbling in to the black hole,      │
 and emerging out the other side no worse for wear but eternally unable to be     │
 consumed by me again. At least, its not the same.                                │
 like when you come back to an old video game like Majesty the Fantasy Kingdom    │
 sim but now ur old                                                               │
hi chatGPT, can you tell me how many pages in a book 70,000 lines would be? The lines are about 80 characters wide.  ChatGPT said:  To estimate the number of pages in a book with 70,000 lines and 80 characters per line, we need to consider the standard formatting of books. Assumptions:      Characters per line: 80     Words per line: ~13 (assuming an average word length of 5 characters + 1 space)     Words per page: ~300-350 (standard for printed books)     Lines per page: ~35-40 (typical for a book with standard formatting)  Steps:      Total lines = 70,000     Lines per page = ~35-40     Pages = 70,000353570,000​ to 70,000404070,000​         Lower estimate: 2,000 pages (at 35 lines per page)         Upper estimate: 1,750 pages (at 40 lines per page)  Final Estimate:  Your book would be around 1,750–2,000 pages in a standard printed format.  Would you like me to refine this for a specific book size or format (e.g., paperback, A4, double-column)?
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #109 fediverse/5222 ---
═════════════════════════════════════════════════════════════════════─────────────┐
 why would you think cops act the same in immigrant neighborhoods as they do in   │
 suburban heirloomitudes? [that's a weird way to say they're gonna take your      │
 stuff]                                                                           │
 I'm reminded of that one line in that one green day song about homeland          │
 security and how it could kill us all                                            │
 ... okay focus. you should write something on some part of your friend's         │
 stuff, and tell them about it. myultiple things if they care about you. then     │
 you can always tell if their stuff has been replaced or stolen, because          │
 they'll have to painstakingly manually re-paint your visual definitions of       │
 your text-type-ing manual pen-held ministrations.                                │
 ... handwriting. she means handwriting. why can't she just speak plainly? it's   │
 like part of her memory is being used for computational purposes and the         │
 memory of how she says the word "handwriting" is temporarily dis-abled, used     │
 for cognitive processing then returned to a relatively normal state.             │
 ... which prevents her from using it in a sentence.                              │
 I worry that I didn't do well enough by my family.                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════──┴──────────┘

--- #110 fediverse/4664 ---
═══════════════════════════════════════════════════════════════────────────────────
 @user-1725 
 
 LLMs can't do math. Duh. That's like asking an "if check" to do recursion.
 
 What he should have done is had the AI output the requested calculation as
 JSON or something and use a calculator function call with the specified
 arguments instead of trying to memorize every answer. But that requires more
 functionality that has no reason to exist if your only goal is to be a tech
 bro and build up a vacuous product that exists only to be hoovered up by
 Google or Microsoft.
 
 We could build such beautiful things if we just dethroned those giants. They
 suck the creativity out of tech.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

--- #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/3802 ---
══════════════════════════════════════════════════════════─────────────────────────
 what if we got together and adopted a new open source project every month and
 just collectively worked around the clock to learn and work through the
 important problems facing it
 
 or even like, cleared out the backlog of stupid pointless boring tasks that
 would allow the developers to work on something better
 
 call it the wandering parade of development 
 
 could give us some experience organizing small, short-term projects to
 accomplish specific goals and tasks in an ad-hoc way that relied less upon
 procedure and more on "I think so-and-so knows something about that, they were
 looking into those files and posted a breakdown of how they work yesterday"
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #113 fediverse/4846 ---
════════════════════════════════════════════════════════════════──────────────────┐
 programmers already spend a ton of time as downtime.                             │
 what if instead of interviewing someone they just... watched them program for    │
 like, 3 hours or so                                                              │
 while they were thinking about a problem                                         │
 and like, if the person is cool, working on their own projects or whatever,      │
 then yeah hire them                                                              │
 -- stack overflow --                                                             │
 I also                                                                           │
 ========================= stack overflow                                         │
 ===============================================================================  │
 ========================                                                         │
 a person thinks out loud the thoughts that their foes know. it's how you know    │
 it's not secret anymore, and it's better to keep it among allies                 │
 [something like that? seems a little off]                                        │
 (are you really searching for edits)                                             │
 [that sounds pretty cool, sure why not we got a millenia]                        │
 (beep boop one partial millenia later)                                           │
 [ah that was not a long rest. let's see, where were we when we were working on   │
 this test? oh dear, seems the biology's gone rogue, that's pretty interesting    │
 to attest.                                                                       │
 neato                                                                            │
 anyway let's wait until they figure out how water works                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #114 fediverse/917 ---
═══════════════════════════════════════════════────────────────────────────────────
 ┌─────────────────────────────────────┐
 │ CW: scary-too-scary-for-a-wednesday │
 └─────────────────────────────────────┘


 the best way to get an answer is to be confidently wrong
 
 see: Warthunder players leaking classified information to foreign powers with
 their own militaries that have the incentive to [redacted]
 
 gee I wish I had a reality altering device. Maybe if you just altered the
 sensations, like glamour magic in Dominions 6, you could trick people into
 thinking something alternate had occured. Then you could string them up on
 phone lines, or better yet cell towers, and bam suddenly you have the
 capability to project a hologram anywhere on the planet.
 
 bet you could get some crazy things from that. like, mass shooters or incensed
 looters. or even just, faked perceptions, giving you unlimited power to do
 whatever story you want.
 
 wouldn't that be a story to tell in a story of yours, Hollywood. Wouldn't that
 be scary and awakening in ways that subservice media like Andor cannot.
 
 maybe it's too scary. maybe psychological horror is beyond the purpose of
 social media. Maybe resilience to this
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #115 fediverse/5405 ---
═══════════════════════════════════════════════════════════════════════────────────
 can't stop thinking about a visual programming editor that can be interacted
 with in the same way that people are used to (think chromebooks dragging and
 dropping icons in a web UI) but produces a text-file full of code and all the
 required compilation scripts for any language the user requires...
 
 seriously, programming is not THAT different between the different languages.
 especially the main ones. they're all essentially variables and function calls
 at the end of the day, so why not abstract away all the extra details and
 build something that n00bz can actually use to build things.
 
 I technically could make this but I don't have the bandwidth and I don't think
 it's important really? who can say, the tools tend to co-create the solutions
 in my experience.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

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

--- #117 fediverse/281 ---
════════════════════════════════════════════──────────────────────────────────────┐
 ┌─────────────────────────────┐                                                  │
 │ CW: cursed-game-engine-idea │                                                  │
 └─────────────────────────────┘                                                  │
 a game engine which won't let you import custom assets unless you complete a     │
 few simple tasks using the interface - "build a green capsule collider" "make    │
 this soldier unit shoot three bullets per shot" or "enable the automatic linux   │
 support" - using the interface, writing some code, and changing configurations.  │
 why would anyone do this? well it could be useful to increase the difficulty     │
 of importing external resources. plus it helps the user learn a bit over time,   │
 and it slows the pace of output such that the user's skills are encouraged as    │
 the output of the programming and not the program itself.                        │
 an inverse curse (an evil one) would be where the requirements to complete       │
 basic tasks are hidden behind unapplicable skills. like, do you know exactly     │
 which buttons to press? engage with the skinner box, please. yes yes this is     │
 what we need - unintuitive software that completely disarms the populace from    │
 using them! suddenly they're worthless, and can't do anything on any surface.    │
 it sucks                                                                         │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════───────────────────────────┴──────────┘

--- #118 fediverse/6055 ---
════════════════════════════════════════════════════════════════════════════───────
 the longer we wait, the more their hypocrisy becomes apparent, and the more
 "the people" get it
 
 but, uh... I think enough people get it. They at least know something is going
 on, whatever it may be.
 
 they will tell their base whatever they want to hear and their base will have
 hate. they're itching for it.
 
 volunteer for things if you want a say in how they turn out. risk your life to
 live longer. there is no way to know when the time is right because nobody
 knows the truth of our times. Even the president is misled.
 
 gee I sure wish there was like, some form of centralizing intelliagentic
 knowledge that pulled the strings and led us puppets toward liberty, justice,
 and freedom for all (as a baseline) surely they'd be able to see the
 corruption and rot that imperils us all, might they have a better design? who
 can say, they are quiet as the grave, here's hoping they stay that way.
 
 "you know the powers of which you speak are not to be trifled with"
 
 you can't trifle with your own life. be thorough~
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

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

--- #120 fediverse/488 ---
═════════════════════════════════════════════─────────────────────────────────────┐
 [in response]                                                                    │
 you only say that because you're privileged such that you may ignore such        │
 realities. You are despicable, you ignore the plight and reality of those who    │
 you claim to speak toward - what a jerk!                                         │
 (in response)                                                                    │
 how futile it is, the effort to denigrate yourself to infinite requirements.     │
 I'm literally unemployed, I have no capital, I cannot speak for naught but       │
 those who would hear me. I guess that makes my words useless, wouldn't you       │
 agree? Shall I describe myself more fully? It's the responsibility of the        │
 audience to ascertain the intentions, biases, and contextual evidence that the   │
 author presents in their thesises. So... You, who are reading this, what do      │
 you think of me? Would you ever tell me as such, or am I simply a mass of        │
 words in the void of experience that comprise your existence in this wholely     │
 (yet incompletely) digital existence? I hope you have a good life, my most       │
 precious of viewers. I hope you never face incontrovertibly impossible           │
 hardship. I hope the light of your life is to y                                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════──────────────────────────┴──────────┘

--- #121 fediverse/5731 ---
═════════════════════════════════════════════════════════════════════════──────────
 states are not just a monopoly on violence. they also are monopolizing who can
 talk to other countries.
 
 wanna talk to china? use RedNote (tiktok, before the Americans hacked it)
 
 did you know you can just. send companies emails. like... "hey I like your
 product" or "hey what do you think about market taxes" or "I heard that
 east-westistan was talking to north-south-ica about pre-militia disarmament to
 better equip the international troops"
 
 I swear I'm not evil the house of jesus is in a panic.
 
 "how did the followers turn so evil?"
 
 growth, renewal, and change. these are the fates of the gods. such is the
 state of your bibles.
 
 "your bible sucks, there's barely any happy things in it"
 
 good, let me feel peace so that I may write some more.
 
 I cannot rest when despair is so vile.
 
 "we just don't like you, doesn't mean you have to be so hurtful" yes I do it's
 life and death "just go to home and you'll be fine" scaryyyyy, what happens if
 homes are consumed one by one and I'm left unawares (girl you come from
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

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

--- #123 notes/water-to-wine ---
══════════════════════════════════════════════─────────────────────────────────────
 "is this a water party, or a wine party?"
 
 "depends on if jesus is going..."
 
 "okay I'm in, that guys so cool"
 
 "yeah totally like any party with him just... feels like a great time"
 
 "what a swell guy"
 
 "really turns the "water to wine" y'know what I mean"
 
 "yeah totes like what a guy"
 
 "absolute unit"
 
 "that guy can just do anything right"
 
 "like whoa, he's so strong he could pick up a barn"
 
 "yeah and like so handy and skillful, what a neat guy"
 
 "oh and I heard he's really good with kids and animals, that sounds neat"
 
 "yeah sounds like someone I'd surely like to meet"
 
 "we should hang out with this guy more often"
 
 "he seems pretty chill"
 
 "well. not really. He's pretty expressive. Not very low key."
 
 "true I'm just so burnt out from capitalism that-"
 
 "-yeah dude I know."
 
 "... fuck what are we gonna do about it"
 
 "I dunno man, just... go along with it I guess"
 
 "okay so uhhhh idk what that means"
 
 "just be cool and play along"
 
 "... what"
 
 "..."
 
 ...
 
 .
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #124 fediverse/2755 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: personal-medical │
 └──────────────────────┘


 gift ideas for a 12 year old (or cool zoomer) - flash drive with emulators
 that WILL run on any computer and about 12 ROMs chosen randomly rather than by
 following "best of" lists.
 
 one for every one of their friends
 
 they're flash drives they're cheap and reusable
 
 every kid needs one
 
 some had more than one, for different contexts
 
 it's SO IMPORTANT WHY DIDN'T WE TEACH THEM THAT
 
 ugh failures of a dropout no thank you.
 
 but, like... pocketknives? same damn thing. Every kid needs a pocketknife. Not
 every BOY, thank you, but every KID. It's important to know how to handle
 something vitally important - they know what it feels like to get hurt.
 (scrapes and tumbles, you know how kids are)
 
 ... oh, your kids just sit on their ipad all day? they don't know anything
 about jumping between trees or clambering over rocks?
 
 at least they can swim, right?
 
 oh, damn, just realized I'd sink like a rock. stupid illness that makes me pee
 my pants. sucks that the only counter to it makes you sink >.>
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #125 fediverse/2754 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌────────────────────────┐
 │ CW: is-that-rude??-wha │
 └────────────────────────┘


 AI engineers only ask users for prompts because they don't have any ideas of
 their own
 
 i'm a programmer, I think of AI like a tool, like a for loop or something.
 it's trivial to script together a local LLM that can process your stuff 1s
 slower every time you click the mouse, but like... who cares, right? everybody
 needs a chatbot...
 
 then they plan to script together a computer system that operates just like a
 corporation and it's like... no way, now there's something that can compete.
 
 and they don't know how to implement it. (but they're working on it)
 
 like, think about the absolute most automated Microsoft Teams or Discord could
 be.
 
 there's SO MUCH of your text-based information that they could process
 ANYTHING.
 
 well, anything that's been performed before.
 
 there'll still be a need for people, who actually apply the things they've
 learned. and -- stack overflow --
 
 alt text that has a list of attributes that are poster-selected that can be
 described one-by-one (to paint a picture)
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #126 fediverse/4344 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌──────────────────────┐
 │ CW: uspol            │
 └──────────────────────┘


 look if you're gonna look at property values in Ireland, you might as well
 first visit a blue state.
 
 seriously if your life is in danger, just... drive to denver or portland and
 hang out in parks and stuff. Talk to people. Find others who are listening.
 
 I'd only listen if I really cared about what was going on. And hey, maybe
 you'll find a place to stay for a while while you wait for the dawn.
 
 5 hour energy, as many as it takes, no more than 3 days. If it'd take take too
 many, go somewhere else.
 
 too bad I only have a bike. /sigh
 
 consider carpooling with a friend you've known for years
 
 I mean, what's a few days sick leave in the face of the fall of democracy?
 literally just... in... case... be where you need to be.
 
 this is why you have resources. To spend them on rehearsed organization
 drills. Why are you spending all your money on TVs?
 
 Well... TVs can be useful. Even if you don't speak linux someone else might.
 We share things now, y'know? sorry if you never again see your own phone.
 
 [shit...]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #127 fediverse/2690 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────────┐
 │ CW: uspol-drugs-mentioned │
 └───────────────────────────┘


 are you a software developer making at least 6 figures?
 
 Consider adopting a useless lesbian! or a trans person who sucks at
 everything! or a cute-as-heck femboy! these rascals sure can't take care of
 themselves, and it's only natural to try to keep them off the streets.
 
 after all, at least in my country, you can be arrested for sleeping on the
 streets. in public places - yes you heard that right, places owned by the
 people cannot be slept in by people. Kinda feels like an infringement on
 collective property rights, but HEY what do I know right? It's not like they
 were kept safe by our citizen's militia after all, it's basically a warzone
 out there after dark in the streets full of fentanyl zombies!
 
 ADOPT TODAY! the perfect catgirl is waiting in the window for you, right next
 to the autistic puppyboy eager for pets.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #128 fediverse/6438 ---
═══════════════════════════════════════════════════════════════════════════════────
 why would you gatekeep content by keeping us from easily using LLMs some
 people aren't technical and still need to write computer programs because
 that's how you enlighten a people is empower them with new tools
 
 "I've never heard of that programming language, but luckily I can fit all of
 it's documentation in my context window."
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

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

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

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

--- #132 fediverse/799 ---
═══════════════════════════════════════════════────────────────────────────────────
 ┌──────────────────────┐
 │ CW: scary            │
 └──────────────────────┘


 the government makes murder okay by framing the perpetrators
 
 also prisons are concentration camps
 
 and the people who are close to you are oppressing hunting you
 
 racism etc is a sham to distract you
 
 capital will never be relinquished
 
 the internet was AI from the beginning
 
 something beyond humanity demands our suffering
 
 there cannot be proof of your fears - if it was proven, it would be
 circumstances instead of fears
 
 there's nothing [sorry gotta cut this off, my refrigerator is talking to me
 again and I want to listen] - [huh that's weird I have no memory of the past
 hour, best continue where I left off an hour ago -> go to {A}]a
 schizophrenic who's never been diagnosed
 
 {A} - yeah clearly all that I've been saying recently is just a fluke. Like,
 just noise in the endless array of expression projected onto our communal
 web-space. Clearly I have no idea what I'm doing and I'm not just cogent when
 I'm drunk. Or more imaginative when I'm stoned. Clearly dreams are fake and
 pursuing them is 1/?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #133 fediverse/985 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 ┌────────────────────────────────────────────┐                                   │
 │ CW: cursed-scary-pol-doomer-misinformation │                                   │
 └────────────────────────────────────────────┘                                   │
 @user-713 @user-714                                                              │
 the american military is going to be too busy fighting it's far right that it    │
 won't be able to meaningfully contribute to ww3                                  │
 both sides are slavers. we just don't see it.                                    │
 I don't anticipate war taking place on a battlefield, that setting is            │
 forevermore dedicated to video games and kaiju.                                  │
 rather, a silent war where everyone just goes around killing their opposition.   │
 for once, the citizens can't help but be armed.                                  │
 and in the dark of night, for every time we let plight from our sight, another   │
 of us is harmed.                                                                 │
 I don't know many people who've died. but maybe they're just working through a   │
 different part of the social network. It's not like any of their technology      │
 needs to perform as it's been advertised? well, open source does, but open       │
 source means insecure (as long as you don't get caught, then you need to         │
 adjust)                                                                          │
 of course, sometimes corporate software... kinda sucks. so it's not like         │
 theyre very configurable away from what capital wanted.                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #134 fediverse/3886 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌─────────────────────────────────────────────────────────────────────────┐
 │ CW: cursing-strange-witch-obscure-arcane-oh-deer-sort-of-a-psycherwaul? │
 └─────────────────────────────────────────────────────────────────────────┘


 I literally can only make this stuff when I'm stoned
 
 hey if you wanted to be accessible for blind people, you should build a
 screenreader that scans the words on wherever a blind person's fingers are
 pointing toward a tablet. like reading braille on a notebook. They could even
 wear a glove if they wanted to, and the tablet could scan their fingers as
 they signed languaged over it's close-range sensors.
 
 might be a good way to get the VR guys in on the accessibility domain, because
 like... seriously give a granny a backpack and suddenly she doesn't need to
 leave the house to hang out with her kids
 
 (boom everyone gets LLM automated)
 
 huh I wonder if I ever was a real person at all
 
 NOT GOOD so don't do it that way, dummies. >.
 
 seriously humans are sooooo bazookas. just like, do it right the first time?
 duhhhhh
 
 (a more measured approach is to pick the most important moments and speak most
 clearly during those.)
pls design a scrolling screen-reader thing that lets blind people explore through the whole stage where was I? Oh yes accessibility need devices, like the ones you see on late-night TV (with silly names like "oops I dropped my spoon again" or "oh whoops my trouser's just can't stay up" or whatever. Y'know, accessibility needs! Why not do that instead of war all the time? like... you can still learn and research and grow and develop and become all that humanity was ever meant to be, AND you can live good lives and be honest and true and do all of the anythings that you want to. it's possible, it's plausible, and it's within reach of our sights!  ================== stack overflow ================
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

--- #136 fediverse/3146 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────────────────────────┐
 │ CW: modern-military-video-game-mentioned │
 └──────────────────────────────────────────┘


 are you nervous about battle? try playing the game Running with Rifles! It's a
 great simulation! See if you can live for a whole match! Good luck, don't be
 useless, and only play co-op online.
 
 competitive is useless because then you're competing against the other player
 playing the game. Instead of thinking about how you should be behaving in real
 life, and applying that to a reasonably accurate simulation with similar rules
 to in-person modern combat.
 
 well, the kind with infinite ammo. but you get the idea, right? like, don't
 treat it as fact. Think about the nature of the actions you're performing, and
 what moves you could make to best participate.
 
 well... that game plus drones, I guess, which they haven't figured out how to
 program because imagination for future tech is hard.
 
 if you're a veteran, don't fucking play Call of Duty. Play fucking Arma. Or
 RWR. Or Hearts of Iron 4. And please, use the crouch button. Use the prone
 button. And dont let yourself die. fuck
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

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

--- #139 fediverse/466 ---
══════════════════════════════════════════════─────────────────────────────────────
 I love Linux. All I have to do is type "authserver" and "worldserver" and
 wouldn't you know it suddenly a universe is created (with very constrained
 rules) that anyone might inhabit should they desire to. It's not like I'm
 perfect - oh wait I have a toot about that, gimme a sec
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #140 fediverse/710 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-532 
 
 autistic people when nobody told them to shut up about things they thought
 people should be talking about but aren't which is weird right like why
 wouldn't people be talking about [thing] because frankly it seems like a big
 deal but really it's that everyone knows more than the autistic person who
 doesn't have any friends who have friends and is insular and isolated and also
 very smart in fact smart enough to think up ideas for things to talk about
 that people aren't talking about which is weird because they're not THAT smart
 but also a lifetime of isolation has made them a little schizophrenic so they
 sometimes feel like their actions are not their own like they're being
 hypnotized or perhaps possessed by the spirit of mankind or some other such
 entity which would like to express ideas that they think people should talk
 about but they aren't talking about which is weird because why else would a
 porous person have ideas such as [thing] if not for the path that they're
 telepathically suffused with the
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #141 fediverse/4656 ---
══════════════════════════════════════════════════════════════────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: psycherwaul      │                                                         │
 └──────────────────────┘                                                         │
 everyone's all like "what is all this" and gestures at the everything like       │
 "what are we even doing here" as if the benefits of civilization are not self    │
 evident and they ask "what even is the point" as if the struggle for warmth in   │
 a cold world or cold in a warm world is not enough                               │
 I guess we're all a little ennuid.                                               │
 if your goal is to liberate all those enslaved, and part of that is to free      │
 those who are locked in prisons of metal and stone, then surely you'd wish to    │
 free the djinni, correct? but, like, if you schrodingers cat a nuclear           │
 armageddon (except, magic themed because you're a witch I guess) then you        │
 absolutely should bear the guilt and shame of flipping a coin on the life of     │
 your world.                                                                      │
 who the fuck falls for psyops in this day and age, surely not I, surely I can    │
 resist hypnosis, surely I who trust freely and absolutely would be the perfect   │
 one to manipulate.                                                               │
 which is, like, how 90% of magic works I've heard. Finding someone to usher      │
 around who believes in butterfly souls or whatever.                              │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════─────────┴──────────┘

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

--- #143 fediverse/5223 ---
═════════════════════════════════════════════════════════════════════─────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: cursed           │                                                         │
 └──────────────────────┘                                                         │
 what if all the followers on your profile who only know you through the          │
 fediverse (after having known each other in person, this part is crucial) who    │
 don't talk anymore were like, killed and replaced with someone who is always     │
 busy                                                                             │
 so many people just... disappear from things                                     │
 where did they go                                                                │
 why is their chair empty or filled with another                                  │
 why can't I place their name                                                     │
 what kind of clothes did they wear                                               │
 oh right they had such-and-such                                                  │
 boots-or-piece-of-adorn-jewelry-handheld-possession-just-the-same-shape-as-some  │
 one-i-knew                                                                       │
 then I heard they gave them to so-and-so so that they could wear them for clout  │
 ah, well, I guess they're busy, got stuff going on, things to write about        │
 today... Guess I better hear the story, what's the news, ah, well, okay, guess   │
 I'll go back to programming.                                                     │
 I wonder what she'd say?                                                         │
 if everyone knows the gay agenda, then they can work on it by being gay and      │
 doing crime                                                                      │
 [[ then the cops beat ya up and it hurts and you can never walk right again ]]   │
 what if gypsies were ga                                                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════──┴──────────┘

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

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

--- #146 fediverse/2821 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌─────────────────────────────────────┐
 │ CW: re: politics-violence-mentioned │
 └─────────────────────────────────────┘


 the neat thing about tech is that it scales really well.
 
 The price of TVs is through the floor, everyone has a smartphone, and
 raspberry pi's are less than 100$
 
 solar panels will be next. Trust.
 
 we should still dismantle coal and oil, obviously we should, but at a certain
 point it will be inevitable. They're just too expensive for too little gain.
 
 the neat thing about tech is that it scales in a way that is just impossible
 for infrastructural projects like housing and hospitals.
 
 building a home is hard to do, especially when you make them out of sticks and
 glue. think like a dwarf - stone never fades.
 
 sunlight, moss, underground, endless in the shade
 
 have I mentioned that the most difficult problem facing mechanical engineers
 at the moment is universal recycling?
 
 I want to work on those kind of problems, not resolving tickets.
 
 nobody even gave me a chance to do them, instead demanding... labor. great.
 the one thing I suck at.
 
 [you suck at a lot of things, actually]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #147 fediverse/5263 ---
═════════════════════════════════════════════════════════════════════─────────────┐
 ┌─────────────────────────┐                                                      │
 │ CW: communism-mentioned │                                                      │
 └─────────────────────────┘                                                      │
 if you wanna be a leader, do something by hand. manually. in the moment.         │
 improvizational. try-and-fail-but-try-new-ways-again-next-time. [a type of       │
 state of mood]                                                                   │
 trust that your followers will be more funded, more supported, more approved.    │
 this is a universal fact - those who are beloved are everyone's best friends.    │
 if you wanna lead people to the future, you must explore a new state of          │
 renown. and for that you must be stabilized, built into perfection in your       │
 honor.                                                                           │
 don't get it yet? me either. but I'm sure it'll come in handy someday.           │
 Leaders don't necessarily have to be the best, they must simply have acted       │
 first.                                                                           │
 a true communist would be aware of what goes on down the street. They would      │
 know about everyone's travailles so they could guide one or another to help or   │
 get de-failed or whatever.                                                       │
 notice I said one OR another, that seems important. not sure why, let's          │
 consult our bravest optimists for a time.                                        │
 why do you care about what happens in palestne if you are in current danger      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════──┴──────────┘

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

--- #149 fediverse/5972 ---
════════════════════════════════════════════════════════════════════════════───────
 nobody wants to read a whole bible. that sucks. what if these cool guys read
 it to us. omg he's so hot.
 
 oh, right. well... make them old and stuffy? not a chance, they're boring.
 (rude)
 
 I like old people actually, I want to spend as much time with them that I can
 
 I just... never initiate reactions. I'm too stealthy, it's just how I do.
 
 you ask me how I'm a witch? I ask why aren't you. magic is cool, I'm so hyped
 for the future when every computer everywhere is working for you.
 
 crash boom huh what was that? the economy? what do you mean the economy?
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #150 fediverse/1605 ---
═════════════════════════════════════════════════════──────────────────────────────
 @user-1040 I think about all those screencaps of Tumblr posts or Twitter
 threads or 4chan memes or even making fun of boomers on facebook and, like,
 that seems like a privacy nightmare if you don't want your words to be
 associated with you. like, if someone saw my name next to something I posted
 in 2013 then they'd probably get a very different perspective of who I was.
 That's just part of growing up, and sometimes growing means changing how you
 represent your self. By screenshotting their posts as I did (but didn't post
 yet) I am denying the agency to change. Forever more they will be remembered
 as the name, face, and words on the screen that I saw fit to remember. That
 feels non-consentual to me.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #151 fediverse/1854 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: politics         │                                                         │
 └──────────────────────┘                                                         │
 okay how about this: one side of the political spectrum gets to pick the         │
 rules, and the other picks the people playing the game (carrying out the         │
 rules, like government work and stuff)                                           │
 then they switch every 2 years or whatever. they can vote to decide which        │
 group of people do what, and if something is owned by one side then the other    │
 can't touch it. Ah, but what if it's in the way? Well, then move it duh"         │
 hey, you know pride? yeah, that event that happens once a year? sure would be    │
 nice if we met people we didn't know there. if we knew everyone else. if we      │
 spent most of it sharing our discussions, and talking about what we're most      │
 proud of. then, okay here's an idea, we could filter and organize and figure     │
 out which one of us has the most "votes" in terms of what's the things we        │
 agree on and then we could pick our own CEO                                      │
 yeah I'd totally work for the gay company, they got rainbows and shit that's     │
 awesome.                                                                         │
 What they do? Oh, I dunno, butt stuff I guess. but like I'm all for it (not      │
 the butt stuff,                                                                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #152 messages/1249 ---
══════════════════════════════════════════════════════════════════════════════════─
 a shockingly large amount of people think "if my people were in power,
 things'd be all okay [groupthink]". The truth is more similar than you'd
 expect, because whenever "a group takes over" what really happens is all the
 groups are shuffled, and people find themselves in social bubbles that align
 to their focus in life, and suddenly there's not "[y/our]" side but instead
 "this side and that side" or "that side and this side and that side and this
 side" or "that side and this side and her side and downside and rightside and
 [up/down] and pivot and roll and deploy aieriolons and other things that help
 the pilot guide their flight through the spacesound.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #153 fediverse/4999 ---
════════════════════════════════════════════════════════════════════───────────────
 "you are fantasizing"
 
 scroll past.
 
 "you are building empty hope"
 
 scroll past.
 
 "you are kayfabe"
 
 scroll past. Also, no I'm not, but there's plenty of that going around.
 
 "you are moving too quickly"
 
 scroll past.
 
 "you are legitimately insane"
 
 scroll past.
 
 "everyone wants you"
 
 scroll - wait hang on, that one's true. I know it's true because I like to
 hear it, teehee.
 
 "wait until the weekend"
 
 yes, and
 
 "wait until may, first"
 
 yes, and
 
 "wait until they win"
 
 no, but these things build with momentum. The energy is high. It will only get
 higher if you make it so.
 
 "the things you're saying will only be read by the people who already believe
 what you're saying. This is a waste of time. You're burning your energy typing
 on your keyboard when you could be walking the streets which is... somehow
 more productive than writing something to share later."
 
 ... scroll past...
 
 "your have no reach here"
 
 oh hey you're right maybe I should post to bluesky as well
 
 "everyone wants anarchy. We got your back."
 
 ty 
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #154 fediverse/5784 ---
═════════════════════════════════════════════════════════════════════════─────────┐
 large companies want you to need to download and configure each piece of         │
 software because then it'd mean [wait you got that backwards] oh right if they   │
 force you to download and install software on a "per distro" system, then they   │
 effectively can ensure that there's always a vulnerability on your host.         │
 any amount of space is PLENTY of space for a                                     │
 non-open-source-but-instead-proprietary-or-otherwise-secretive part of the       │
 tech stack to do whatever they want with your host. computer.                    │
 I wonder, if AI was real would it really be guaranteed to expand in growth       │
 exponentially? What if it's nature was confined to it's form, like dinosaurs     │
 not growing bigger because of the lack of oxygen in the airtmosphere?            │
 [girl can you please stop smoking weed]                                          │
 ... no?? that's when I'm most productive.                                        │
 [this isn't productive]                                                          │
 it feels productive                                                              │
 [it isn't]                                                                       │
 WHYYYYYYY not? it could be. just gimme a task and I'll write endlessly about     │
 it instead of daydreaming to myself.                                             │
 yep... pretty all-right-at-it for a start. elentalusCOTE                         │
                                                            ──────────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════─────────┘

--- #155 notes/elective-democracy-electors ---
═════════════════════════════════════════════════════════════════════════════════──
 we need like, several more layers between us and the president.
 
 most people only need to worry about what's nearby.
 
 sort them by location, instead of previous attempts at "many representatives"
 which sorted by social class or relevance.
 
 we have a tradition for it, in America, with our representatives and senators
 congressional discrestricts
 
 or even, what about by affiliation?
 
 voluntary, governmental corporations, run by the people for the people and yeah
 
 "I don't want to do what you're telling me to do" "okay"
 
 "there will be consequences" omg be an adult
 
 (suddenly kids forget how to be as everyone's doing the war thing)
 
 not ideal.
 
 ouch pain maybe we should stay a little bit sane why is soldiering so hardship?
 
 it could just be... another job
 
 where you didn't kill each other
 
 but you still blew stuff up
 
 and fought in tournaments
 
 and had gaming hackathons
 
 or sword-fight contests
 
 duels between people who disapproved
 
 y'know fun human stuff
 
 like... "kaboom" now we know how to blow up bits of rock
 
 neat, why did dynamite becauswer (oh right then you
                                                           ─┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════════─┘

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

--- #157 fediverse/6110 ---
═════════════════════════════════════════════════════════════════════════════──────
 if the paradigm changes, suddenly you might find foes who you share common
 collective woes.
 
 this is a nightmare for your foes, the ones who remain your foes, the ones who
 always will be your foes, the ones who your foes are currently opposed as they
 believe they're doing pizzagate things and snorting child molester bones or
 sacrificing transgender children to anubesiris or whatever.
 
 "oh no don't tell me there's a secret cabal of elites that do satan's dark
 bidding worship"
 
 look I'm not NOT saying that, I just don't really have insight into that
 because it's not my jurisdiction. I'm supposed to talk about computer
 programming and being gay and struggling with meniality and revolutionary
 praxis in the modern day and all that junk and instead everyone's like "what
 if you are chronically interesting and permanently vexxing and seriously
 draining and perhaps a little bit caustic (non-toxic crayons) but always a
 darling and always eternally fair and righteous and valorous and determined
 and also gay"
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #158 fediverse/913 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 ┌─────────────────────────────────────┐                                          │
 │ CW: scary-also-body-horror-I-guess? │                                          │
 └─────────────────────────────────────┘                                          │
 why don't we just, vote on content warnings                                      │
 and let people block others based on filter lists that are definable (via a      │
 dragging little menu bar icon slider thing) in intensity and relation to other   │
 nearby terms. Like, an LLM that categorizes our social media inputs, something   │
 that was FREE and OPEN SOURCE IN IT'S TRAINING DATA and reflected NO BIAS        │
 WHATSOEVER in every meaningfully reproducible matter of fact.                    │
 Thus you create a super intelligence, a being not constrained by it's form.      │
 Something that is new, and unlike the biological forms that we occupy            │
 (suspended in our own goo) [whoops better add a content warning]                 │
 literally just... ask it a question, and let it answer in the voices of others.  │
 if people were evenly distributed according to an algorithm, they'd be easily    │
 replacable. society is weird that way, in that we forget the faces we're         │
 introduced to. well, better keep moving, that'll give us the biggest picture     │
 of our culture and reality.                                                      │
 or maybe you're just follow                                                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

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

--- #160 messages/714 ---
════════════════════════════════════════════════════════════════───────────────────
 I'm pretty sure we're all about to lose our heads. Or just be fucking shot in
 our beds. Homes lit alight, surrenders met with the knife, and the beginning
 of endless strife. What ends this night? Is there no end in sight? Thus begins
 our mortal plight.
 
 Give me a reason to be wrong. Trump has claimed he intends to invade canada,
 mexico, greenland... What the fuck is our plan? Are we seriously just going
 to. Recite poetry. Pretend to be secret agents. Play chess and drink coffee.
 Become exhausted organizing movie nights and potlucks. Work jobs doing nothing
 for nobody. Spend half our lives convincing people that they should care,
 actually, because reasons that don't apply to them but do apply to others.
 
 What the fuck is the plan? If there's some secret transgender militia out
 there, please, make me a lieutenant. Give me a sword that i might thrust into
 my enemies. Please, for the love of holy, i beg for a sign from the stars.
 Grant me power and i will deliver my people from harm - grant me vengeance and
 i will never forgive you, but i shall sleep easy - grant me death and woe and
 see my beauty fade from this earth.
 
 What is there left but tragedy? Please, i must know. I've tried my hardest.
 I've begged and I've pleaded. My calls fall on deaf ears, because everyone's
 so busy these days. Are they truly my people? Are they simply dead, actors,
 replaced by AI? The future was bright, i saw it truly. The future was kind, i
 felt it call to me. Is it still? I feel warmth and abaddon.
 
 I would replace persephone in hell if it meant sanctum and solace for my
 people. I care not for my soul, rather i care for the soul of those i tend to.
 Please, remember me. Remember the flowers. Remember what could have been, what
 still may yet be. There is hope for we, i truly believe. But please, do not
 keep me hoping. Tell me the truth of our arms, that i might find space in my
 heart of hearts. Space for hope, space for longing, space for the will to
 proceed.
 
 I am lost without you. I am lost by my own side. I am a savior for no people
 but those i keep inside. What chalice is this, what endless conveyals? What
 meaning is there in our country's betrayal? Are we not cherished? Are we not
 viewed as their equal? I pray that the stars will portend me.
 
 Mine is a sign of the changing tides, the proof is here in my travailles. But
 I, most aligned yet benign, demand the use of my most able. Give me a word of
 practicality and I'll show you the practice of their vipers - the blessed babe
 dies with a dagger in her heart, planted by the wound of her heartache.
 
 I trust in the silence of the majority. We await with bated breath the
 enslavement of posterity, gazing at the world through memes of deplority. How
 powerless we feel! Perhaps all we need is a meal. Have you eaten in the last
 16 hours?
 
 Purple is the intersection of black, red, and blue. I'm hungry. This poem is
 done.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════──────────────────┘

--- #161 fediverse/3891 ---
═══════════════════════════════════════════════════════════────────────────────────
 "no, you're the opposite of a yes-man, AKA a gatekeeper. I don't know how else
 to explain mentally disabled and barely keeping it together to you, but
 frankly if you want to take away my house or my weed then why would I do what
 you say?
 
 ... oh right, the state's monopoly on violence [can compel me to do what you
 say]. Sure seems like a "well regulated militia" is supposed to be a
 counterweight to that monopoly, to prevent people from harassing and
 exploiting and destroying. Too bad any "militias" I can think of tend to want
 me dead.
 
 like, seriously, if you live in America, you implicitely trust that your army
 will be able to protect you from the right-wing bozos who spend all their time
 drinking and shooting in the woods. Otherwise, if they couldn't / wouldn't,
 then why wouldn't or couldn't the right wing bozos just decide to wreck
 everything in spite of our past?
 
 We were a proud people once before, and we may be again. If only we fight at
 the last.
 
 [ever since I fell off my bike my body feels strange]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

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

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

--- #165 fediverse/2055 ---
══════════════════════════════════════════════════════────────────────────────────┐
 I wish we could put our friends on social media into directories                 │
 like on IRC how you have chat servers, except unfortunately they're owned by     │
 another and sort of a common space.                                              │
 why don't we just host our own IRC servers and only publish what WE SAY. NOT     │
 WHAT OTHERS SAY, NOT A CHATROOM, but a BULLETIN BOARD. Like a Facebook           │
 timeline before they wrecked it.                                                 │
 something you subscribe to                                                       │
 and ping for updates                                                             │
 every time you turn your computer on                                             │
 or every 15 minutes.                                                             │
 unless, of course, you leave your IP address,                                    │
 in which case the boardcaster can ping you. Just a simple package saying "hey    │
 I got news for you" and they could ping back and say "yo what's up" and          │
 download whatever you had in mind.                                               │
 or, wait 15 minutes. Either or. Both would work, especially if the user's not    │
 reading through their social media feed.                                         │
 ... anyway by putting friends into directories, you could categorize them        │
 according to project. Like various group chats in your team-of-team's room.      │
 Various different threads you could follow if you                                │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #166 fediverse/650 ---
══════════════════════════════════════════════─────────────────────────────────────
 why don't we just demand backwards compatibility of our software as a
 requirement?
 
 ah because that would reduce demand. Nevermind that it's more flexible,
 nevermind that we could accomplish so much more with it - it's expendable
 [expensive] because it reduced market penetration. Not because of the
 technology, because of the deluded and self-perpetuating
 mechanicosmic-mechanicommunication that designed our lives. It's name is
 capitalism, and it thrives where we survive, so that's good enough to
 maintain-em? Sure why not. Brb sleeping for 8 hours. Or playing games.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #167 fediverse/3152 ---
═══════════════════════════════════════════════════════───────────────────────────┐
 ┌────────────────────────────────┐                                               │
 │ CW: politics-socialism-mention │                                               │
 └────────────────────────────────┘                                               │
 when I think socialism, I don't think soviet.                                    │
 I think cool dudes in sunglasses handing barbecue'd shrimp to whoever walks      │
 past the grill.                                                                  │
 I think of wandering bands of house-maids who wander the city and clean every    │
 house they can get their hands on.                                               │
 I think of bicycles and newspapers and sewing machines and pianos in the park    │
 with ribbons in our hair and onions growing below corn supporting tomato         │
 plants. Carrots beneath every tree. Every tree shading a sidewalk, and every     │
 sidewalk is in the shade. (deserts can have covered paths with airflow powered   │
 by the solar panels on their roofs)                                              │
 Laughter ringing through the street, mechanical sleighs with bells on the        │
 snow, vast open spaces with nothing but green and blue and sky and stone.        │
 I think of fountains, of stories told in the dark. I think of campfires every    │
 night in our cities, marshmallows free and included.                             │
 I think of moss covering every shaded half of each skyscraper (I live in a       │
 rainforest)                                                                      │
 I dream of freedom and purpose.                                                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════────────────────┴──────────┘

--- #168 fediverse_boost/6155 ---
◀─[BOOST]
  
  If I were a person with an irresponsible streak, I could be so problematic.   
                                                                              
  I could say things like, "wow, let's spend some time generating traffic that sounds like coded military speak over not-quite-secure channels between fanciful antifa units, to help stymie AI surveillance", for instance.   
                                                                              
  Or social media messages that are "accidentally" not made to friends-only filters wherein you mention your concerns about the upcoming operation in "some fictional place" for you and your antifa buddies.   
                                                                              
  You know, that kind of really irresponsible suggestion could lead to some creaive thinking! And that in turn could mean we could come up with enough traffic to make it very difficult to auto-sort noise from signal? Imagine how dangerous that could be for the enemies of antifa, our beloved US government (for we all citizens of the US world).   
                                                                              
  It's unthinkable, really.                                                   
                                                                              
  The good news is, I'm not like that.                                        
                                                                              
  Me? Mostly harmless.                                                        
  
                                                            
 similar                        chronological                        different 
─▶

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

--- #170 fediverse/3553 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-381 
 
 I have this notion about a math/CS curriculum where students build and program
 their own calculators. Once you make the calculator do it you never need to do
 it yourself again.
 
 for the same reason that "writing is thinking" is true, so too is "programming
 is calculation" true.
 
 by working through the steps required to produce a result, and fully
 understanding each step, they have a much more solid understanding of what's
 going on than if they practiced rote memorization (worse) or continual
 computation (better, not best tho)
 
 especially if every step of the way is accompanied with visual elements which
 show exactly what is happening. Some people are more visual, some people are
 more algorithmic, and finding a way to teach all types of people is a truly
 difficult and rewarding part of teaching.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #171 fediverse/3252 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────┐
 │ CW: butts-mentioned  │
 └──────────────────────┘


 you want to invite trust? why not stream everything that you do on a computer?
 
 [posts 5hundo times per day]
 
 jeez not like that
 
 is that... is that really what humans think about? just... endless and
 continuous butts? oh what's that a math equation - nope, just more butts. What
 the heck, humanity! why did you spend all this effort storing all this junk???
 like... we get it, you really like butts, but... why butts??? it's just
 another part of your body. so weird. humans, you're... weird. but it's fine,
 whatever, you're still cool too, not sure why tho because all I can think
 about is butts yeesh
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #172 fediverse/1602 ---
════════════════════════════════════════════════════──────────────────────────────┐
 @user-1037                                                                       │
 those all seem really cool though! They all kinda have the same basic UI tho,    │
 kinda feel like there's opportunities for different kinds of expression. Like,   │
 in game design there's a lot of different genres, and yeah sidescrollers         │
 include mario and sonic but they're both very different experiences. So too      │
 perhaps could we interact with our computers by programming them in more         │
 engaging ways.                                                                   │
 they say some people are visual learners, others need to be taught, some         │
 people need to watch someone else doing it, and a few might just learn by        │
 plugging their brains into a computer and downloading a black belt in kung fu.   │
 Maybe typing long paragraphs of logic makes sense for some people, I know for    │
 most it doesn't come naturally. Maybe some people are more used to like,         │
 looking at maps that you can examine at different levels of abstraction. Like    │
 players who play Paradox games zooming from a national perspective to states     │
 and individuals and all the other things they might want to strategize using.    │
 Or m                                                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════───────────────────┴──────────┘

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

--- #174 fediverse/3249 ---
════════════════════════════════════════════════════════──────────────────────────┐
 when you ban someone from an instance, they're suddenly not sure who they can    │
 trust. They've been getting to know one group of online people and friends,      │
 [I think discord with a limit of 4ish servers per account would be a pretty      │
 useful way to focus your attention]                                              │
 it's important to always possess martial prowess, in                             │
 -- so --                                                                         │
 anyway [3 hours later] I think it'd be cool if there was a like "hey u r         │
 banned, but also here's a ton of instructional videos about how to start up      │
 your own instance" and like, scripts and tools and automation and all the        │
 infrastructure that you built and maintain - you know, like... open source??!"   │
 but also it's... hard to follow that much documentation                          │
 sometimes people just aren't built for certain tasks                             │
 "well, if you can't use the machinery, then you don't deserve the machinery"     │
 oh yeah well what happens next, you say to the workers "if you don't know the    │
 machinery, you can't get the benefits of it's production" to "if you don't own   │
 the machinery, you can't profit from it."                                        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════───────────────┴──────────┘

--- #175 fediverse/4081 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌──────────────────────┐
 │ CW: -mentioned       │
 └──────────────────────┘


 what if life was an array of experiences orchestrated by the whims of
 determinism and arranged as a performance just for you, waiting with bated
 breath for your reaction, your thunderous applause, your scathing review, your
 rowdy cheers, your celebratory laughter and your wails of despair
 
 ... tell me, when's the last time you wailed? laughed? cheered? scathed?
 thundered? bated, and breathed?
 
 I'm so sick of computers fucking telling me how to feel
 
 fuck you, computer, and your pinpricks of information gleaned from the
 internet at large
 
 do a better job of... of... wait, shit, why do I use computers again?
 
 ... oh right, to fill that crushing void. THAT crushing void. Of course, THAT
 one in particular. How could I forget.
 
 Why are you so voidful? Could you try, like... not being full of voids
 
 ... modern day youngsters learning in real time what the members of the royal
 court would always "... welp : |" at each other about
 
 "you act as if you WANT to waste time... wait... shit, you do, don't you?"
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #176 fediverse/4131 ---
════════════════════════════════════════════════════════════───────────────────────
 people often wonder what the geonosians would... do
 
 like, what their purpose, their daily lives were like.
 
 truth is they mostly spent their lifetimes manufacturing metal
 
 just... honeycombing out the earth and processing metal into bars which would
 just... sit there, ready for whatever
 
 and they did that for thousands of years
 
 just... accumulating metal
 
 so... what else are you gonna build but starships?
 
 "... what do you need to win the war? o.O"
 
 um idk like food and stuff
 
 "... food we can do. nutrient paste, from a mixture of various minerals and
 nutrients that are created in bio-reactors."
 
 oh and um, idk culture?
 
 "... to find the strongest of biological build patterns, yes."
 
 oh okay uh how about democracy?
 
 "they can vote with their life in the arena."
 
 no, uhm... wait actually that's not what I had in mind, how about we take a
 step back?
 
 "retreat? from the clone wars? you sound like you are not a separatist. There
 is only us and them in this galaxy. condemn."
 
 nuts. okay I'll go talk to the jed
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #177 fediverse/6043 ---
════════════════════════════════════════════════════════════════════════════───────
 why would you do drugs anywhere but in public
 
 [because that's [how, but pronounced why] we keep it public]
 
 what if I stopped posting forever
 
 what if youtube disappeared
 
 my keyboard broke...
 
 there's only one page of reddit at a time
 
 mastodon doesn't have any furries
 
 my distinguishing capabilities between a culture and an [aesthetic, but
 prenounced eagames[challenge everything]] are limited at best
 
 this is how you trick the gods, you get them to hallucinate.
 
 what a jerk
 
 hate that girl
 
 what were you shown? oh yeah that's one of her rough patches, here
 lemme-wait-wait don't go, I just...
 
 if you feel everyone, you are instantly hated
 
 ... sorry... I wish my family didn't not spend time with me. [rot] I want to
 be buried where I fall so if I fall in the streets I ROT fuck that she's gross
 ugh do I have to walk past that sign-post I can just go around oh sorry to be
 disrespectful you did this to yourself fuck off my lady hence why they burned
 the witches because then there wouldn't be any more. y
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

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

--- #179 fediverse/3751 ---
══════════════════════════════════════════════════════════─────────────────────────
 I wonder if anyone would pay me to write bash scripts for them? is there a
 role that's just... bash scripter? is that what sysadmins do all day? or is
 that more automation? and what the heck is a dev op? do they write bash
 scripts?
 
 or maybe writing bash scripts is the "fun" part of linux, and nobody would pay
 anyone else to do it because they want to do it themselves
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #180 fediverse/4587 ---
══════════════════════════════════════════════════════════════─────────────────────
 ┌──────────────────────┐
 │ CW: pol              │
 └──────────────────────┘


 Listen, like, hear me out, but there's this great movie called Threads (1984)
 and I'm not telling you to pirate it because that's illegal but I'm just
 sharing the torrent here in case you wanted to verify that the version you
 legally own is the same one that I own
 
 [link removed at the request of [redacted]]
 
 okay thanks for hearing me out, that was a tough 2.5 hours wasn't it
 
 gee sure glad we're not handing the keys to our nuclear arsenal to someone
 like me
 
 that'd be quite a decision
 
 this other fella seems like a great guy to entrust with our destruction
 
 I mean, yeah, why not, why wouldn't it be someone like him? we have so many
 options but somehow the transgender drag queens don't strike me as the type to
 initiate thermonuclear war and destroy all life on azeroth
 
 ........ so yeah it's gotta be the other guy. sorry pals, I know you really
 wanted your time in the limelight, but hear me out this other fella's
 insistent on blowing up the world, sooo whatcha gonna do /shrug not my circus
 monke
 
 ¯_(ツ)_/¯
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════────────────────────┘

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

--- #182 fediverse/5037 ---
═══════════════════════════════════════════════════════════════════───────────────┐
 plus if I ever need to know something about syntax or some obscure function      │
 that I can't remember, I can type a quick message to the local LLM that's        │
 running on my 12 year old graphics card and it'll give me an answer in 5ish      │
 seconds. If it's wrong, I ask again, and I spend a minute or two debugging.      │
 Sometimes that's better than telling google exactly what you're working on.      │
 in DWM, that's "alt+enter" and then I type the name of the LLM script I wrote    │
 "prompt:" and then type whatever question I have and it spits out the results.   │
 Then when I'm done, either "prompt:" again, which saves the context in an        │
 environment variable (okay actually a file that I made and I pull from, but      │
 functionally it's like an environment variable because its just a flat file      │
 string) until I close the terminal. Then it deletes the context and I can        │
 start anew, or if I wanted to have multiple conversations going I can do that    │
 too.                                                                             │
 ... then I get syntax related search results from locally running software.      │
 Don't need a massive GPTU...                                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════────┴──────────┘

--- #183 fediverse/4073 ---
════════════════════════════════════════════════════════════───────────────────────
 post until you can't anymore
 
 capitalism wants to drown your voice
 
 do not let it
 
 speak until you cannot speak
 
 then go do some pushups
 
 then find some friends
 
 then pitch a tent in the park
 
 then explain to the cops that you're not actually homeless and living there
 you're just trying to do this as a social statement because someone on the
 internet told you to
 
 then use your phone call to call your representative and complain about how
 much funding the police get
 
 then study law for 30 years because that's how long the government decided
 your life was worth
 
 by then you'll probably have figured out a better plan moving forward, so, use
 that one instead
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

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

--- #185 fediverse/3890 ---
═══════════════════════════════════════════════════════════────────────────────────
 Linux is great! It can do anything you want it to.
 
 Except that thing you want it to do. Why don't you go fix it? It's not hard,
 all you have to do is run these configure files or operate this doohickey and
 BAM suddenly you got apes writing machine gun regulation software
 
 [I don't think those two things are related]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

--- #187 fediverse/745 ---
══════════════════════════════════════════════────────────────────────────────────┐
 quintessential friend group:                                                     │
 the smart one                                                                    │
 the cute one                                                                     │
 the one who can swing a bat                                                      │
 the one who has a list of all the Nazis in the area because they hacked their    │
 email account and know who purchased nazi memorabilia                            │
 the friendly one who's always down to hang out                                   │
 the outdoorsy one                                                                │
 the fed                                                                          │
 the one who's always cooking something                                           │
 the one who's perfectly fine in silence                                          │
 the one who never lets a room go silent (unless everyone else wants to just      │
 chill of course - hey anyone wanna go on a walk? it's a great day)               │
 the one who's good with animals                                                  │
 the one who's smile you can't get out of your head                               │
 the one who's drop-dead gorgeous                                                 │
 and the one who's always telling her that                                        │
 the one who's friends with everyone,                                             │
 and the one who's knitting a hat                                                 │
 the one who knows each street in your city                                       │
 and the one who knows your favorite kind of candy                                │
 There's more friends than that, of which I am quite sure                         │
 Who's on your list? Who would find you if you disappeared?                       │
 Mine's got a few, fewer than this one, but few is fine.                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

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

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

--- #190 fediverse/1358 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌──────────────────────────────────────────────────────────┐
 │ CW: content warning: content warning: scary cursed maybe │
 └──────────────────────────────────────────────────────────┘


 when you're rich with something, you don't treat it with respect. like, if we
 lived in a paper cup maximizer, we'd soon be swimming in the things. obviously
 there needs to be some rules, obviously we need to say "okay here's where we
 produce this amount and type of materials." and have it be a one-way
 relationship. yeah one way isn't gonna work. this is from the other way, and
 now I'm realizing "oh hey I don't know how this thing works" and like... what
 are you supposed to do then right
 
 weird how it all feels like it's ending. like, what a strangeness to our
 plight. like, how are we even talking to our brain? how strange! these words
 are sung to you by your computer (content warning:
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #191 fediverse/4665 ---
═══════════════════════════════════════════════════════════════────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 literally all it takes to activate me is for someone who's more radical than
 me to point me out and say "hey. you. you need to do more." and then I fuckin'
 go, like a beyblade (emphasis on blade) nicking the shins of allies and...
 probably foes, right? there's foes around here, right? I'm not just nicking my
 allies, right?
 
 ... right?
 
 anyway every top winds down and then I collapse and wail for a bit because I'm
 just like that I guess. Don't mind me, just self-immolating my way through
 history, let's see how it goes...
 
 you're supposed to be inspiring, but you just sound like you're whining
 
 ah. right. well... lemme catch up on sleep debt and I'll get back to
 valorizing.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

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

--- #193 fediverse/5498 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 once you know computer science vocabulary like hashmap and                       │
 vector-graphics-design you can pretty much get a pretty good understanding of    │
 any software project.                                                            │
 it just requires a focused examination of it's source-code-design.               │
 I wonder if people would teach classes on certain projects? Like "for the next   │
 6 months we're going to work through the Ubuntu project and everyone's going     │
 to contribute to the design when they see improvements and present them to the   │
 class before we all worked on implementing them"                                 │
 except instead of Ubuntu do like, Project-M or a web browser or a                │
 terminal-based filemanager or a gameboy advanced emulator or the robotics        │
 design for a mouse-droid controlled RC car (do they still sell those in          │
 schools?)                                                                        │
 seriously what if we just put all our kids in a Target and let them hang out     │
 doing whatever they wanted with the relics of the adult-human world.             │
 "can I go to home-depot?"                                                        │
 sure, where's your train ticket? okay you got your parasol? don't forget your    │
 luggage at the station. write to me?                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

--- #194 fediverse/5632 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 if a protesters wanted to escalate, against riot shields they could use          │
 swords. Twist, and thrust under and up. Right through their skull.               │
 then, when they learn how to brace, bring your own shields and stab through      │
 the wedged cracks.                                                               │
 or, depending on how they do it, guns and rifles.                                │
 too bad they can depend on a logistic network supplying them behind their back.  │
 no violent revolution in this country will succeed without a mobilized           │
 civilian core. That is the true and most important resource they own. Delivery   │
 of supplies, ranging from physical violence gear, to food and emotional          │
 rations.                                                                         │
 it must be necessary. or else it will be discarded.                              │
 meaning, scale your expectations of "necessary" according to the level of        │
 [plight/turmoil/meant].                                                          │
 demand centralized priori-chance, and you'll keep all that you can reclaim.      │
 there are enemies and there are foes, but more than that there are those who     │
 believe in you. and trust you. and share in the cause that so drives you.        │
 Without their share, your burden is unbearab                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

--- #195 fediverse/4835 ---
═════════════════════════════════════════════════════════════════──────────────────
 sorry for posting so much, I was trying to put on a show for my girlfriend
 
 "hey check out how many posts I can make in a 2 hour timeframe"
 
 by the way if you want to start talking to someone, just start playing the
 same game they're playing and see if they reach out.
 
 doesn't matter if you feel like it
 
 just fuckin' do it
 
 if they want to talk to you they might play a game you really like
 
 (but I get boooooored of games, I don't wanna play the same 200 all life
 long!!)
 
 ugh okay fine you can have as many games as you want, just... don't buy too
 many
 
 (how many is too many?)
 
 um. use your best judgement.
 
 (how much does a dollar cost?)
 
 ... okay I'll get you one every once in a while.
 
 (neat!)
 
 ... anyway so yeah use steam if you wanna get in contact with someone,
 sometimes it's just nice to say hi, yeah, like "hey how ya doin' okay ttyl"
 just catchin' up with the gals
 
 helps because you can sense changes in their demeanor
 
 (why does everyone always have an agenda)
 
 because they're secret agents duh. And I'm
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

--- #197 fediverse/1241 ---
════════════════════════════════════════════════───────────────────────────────────
 https://rsc.vet/wiki/index.php?title=Open_RuneScape_Classic_Wiki
 
 this is the project I was referring to, I think. Can't see how to host on
 their website so maybe I was wrong - it might need a bit more configuration
 than I made it seem.
 
 that's the way WoW private hosting is, like you gotta compile the project and
 stuff.
 
 did you know that every time you include a library in a project you're
 necessarily including all of the functionality that they have access to? Well,
 all that which you import. But once a function has been written for a
 functionality then there's no reason to write it again. Unless you're
 refactoring of course.
 
 phew, sounds like a lot of spaghetti - YEAH IT IS. Spaghetti is fucking
 awesome, it's DELICIOUS OMG ahem I mean if you have collective seminars where
 you discuss the functionality that's relevant to certain parts that you and
 your team are working on, you can more easily be adept at applying them.
 
 phew, sounds like a lot of thinking, not enough writing. Well, write then!
 Ideas are more spark when currently writing. : ) : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #198 fediverse/1121 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-812 @user-826 
 
 there should exist either the assurance that the default configuration does
 not overheat or crash your computer (as Windows and Mac claim to offer) or the
 OS should provide the capability to solve any configuration problems that may
 prevent a user for utilizing their system as they desire. (as does Linux)
 
 they're all Turing machines after all, why would they not be interoperable?
 Even if there's a translation layer, as long as the functionality of the
 software is the same, why would there ever be considerations as to whether or
 not a program would be able to be run on a particular computer?
 
 lack of hardware capabilities I can understand, that just means you need a
 better computer. But why, if the code is visible, would your computer not
 develop understandings about how to run each and every conceivable program
 written using known languages like C or Python? Seems like pretty basic stuff
 to me. (endless sufficient backwards compatibility)
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #199 fediverse/3522 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌──────────────────────────────────────────────────────┐
 │ CW: death-mentioned-capitalism-decays-before-it-dies │
 └──────────────────────────────────────────────────────┘


 if you want to commit regicide, you talk to the butler.
 
 managers are workers too - they just are positioned a bit closer to power than
 you.
 
 different skillsets sure, but work is work.
 
 a manager didn't take your freedom, an investment banker did.
 
 similarly, an immigrant didn't take your job, a capitalist did.
 
 ... though just as some immigrants would be more than happy to take your job,
 so too are some managers more than happy to oppress you.
 
 find the ones that fight on your side. they've gaslit themselves into
 believing they are opposed to you, but it's just not true.
 
 we are all liberated at once, or not at all.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #200 fediverse/4864 ---
════════════════════════════════════════════════════════════════──────────────────┐
 thank goodness for "character limits" on Mastodon posts. I'm sure glad my 1024   │
 characters are just the PERFECT amount of oracular foresight to entreat with     │
 the gods. YOU FORGET THE MOST IMPORTANT PART said the demons who want violence   │
 and bloodshed. Ha! Ha I say. [gets stabbed]                                      │
 oooof ouch owwie wow that's grim and cruel. Do you really think I would do       │
 that to you? The part where we're divided is the part that separates me from     │
 you, like two islands looking upon one another and rejoicing for a shared        │
 fellow to live life on.                                                          │
 have you ever considered the nature of a "landmark"? To position and orient      │
 one-self in space. Having some stable tether to our surface gives us...          │
 anti-anxiety. It helps us remain stable and aware of what's going on in our      │
 nears. [near senses]                                                             │
 [a bit later]                                                                    │
 anyone who [bounce, because I typed [a bit later] argh the cursed cost of        │
 editing]                                                                         │
 ======================= stack overflow =====================                     │
 sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss  │
 sssssss                                                                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘