=== ANCHOR POEM ===
════════════════════════════════════════════════════════───────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 A big reason why I hate Java is because I write terrible Java that would
 constantly need to be refactored. Even though it's faster and better, nobody
 would understand it, so it would need to be rewritten. Fucking great, that's
 why I don't write Java. Fucking Java.
 
 [Java is the main language used in her university studies. The ones she's
 currently failing out of.]
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

=== SIMILARITY RANKED ===

--- #1 fediverse/6437 ---
═══════════════════════════════════════════════════════════════════════════════────
 if I was writing a programming language, I'd name it C just to fuck with people
 
 (great, now others can decide how it's known)
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

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

--- #3 fediverse/876 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-246 
 
 there is a reason to be annoyed, and that reason is that storing numbers as
 "dynamically typed" string values is both inefficient and frustrating due to
 the bugs it provokes.
 
 Not sure how common those bugs are in HTML, but dynamically typed languages
 like Python and Javascript have a whole class of potential errors that are
 significantly more difficult to debug than on C or Rust where the variables
 are statically typed
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #4 fediverse/2859 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 large corporations will often error check constantly which slows down their
 software to an immense degree.
 
 every time data passes from one function to another, there's like... 15
 different tests to check if it's this type or that, or in the right random seed
 
 and it's like... wow can you not, like. design your software intelligently and
 then you won't need a bunch of slow-ass if checks every time you want to
 update a string???
 
 software should be writable without fucking getters and setters. If it isn't,
 then your functions aren't complete.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

--- #6 fediverse/3072 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────────────────────────────────────────┐
 │ CW: re: details for those who don't know and are curious │
 └──────────────────────────────────────────────────────────┘


 @user-246 
 
 That's ridiculous! They wouldn't even let you hand deliver them? Why wouldn't
 copies suffice! They should have all that information on file already! I'm
 fuming >: (
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #7 fediverse_boost/5981 ---
◀─[BOOST]
  
  Some programming languages I’ve tried and liked and would recommend to others:C (especially C89/C90/“ANSI C” and C99)posix shell, bourne shell, and similar shells (bash, ksh93, mksh)PHPScheme (depending on the vibes I’m getting from someone I might recommend)Common Lisp (Same caveat as Scheme)Emacs Lisp (Same caveat as Scheme and Common Lisp)Motorola 68000 assembly  
                                                                              
  Some languages I’ve tried and liked but would not recommend to others:Hewlett-Packard RPL (Actually I might recommend it to someone but it has to be a very specific kind of person)FORTH (same as RPL)Commodore BASIC (Microsoft BASIC) for the VIC-206502 assembly (so bad it’s good)Z80 assembly  
                                                                              
  Some languages I’ve tried, did not like, and would not recommend to others:COBOL (maybe I could get used to it? I can at least read it. Just it’s so painfully like writing SQL statements without being as generally useful as SQL database queries)Kotlin (Like that feeling when you read words that alone you understand, but together in a sentence they make zero sense)JavaClojure (a.k.a. “Let’s make Common Lisp but make it worse”)Rust (stands for “Ridiculous Use of System Time” or something as far as I am concerned, heavy on memory and storage and super slow to compile and reads like Kotlin)TI BASIC (TI-82/83/84 style; TI-89 is a little bit better but still not good)C++ (unless you’re just writing almost completely C and building it with a C++ compiler)x86 assembly (I kind of like it but mostly don’t, there are better and more coherent CISC processor ISA’s if you’re into that)  
                                                                              
  I should put Javascript somewhere, so I’ll say that it’s possible to write javascript code that I like and can read. Just no one chooses to do it anymore. There was a window between the time JQuery started to fade and all these stupid fucking “web frameworks” took off that it was somewhat tolerable.  
  
                                                            
 similar                        chronological                        different 
─▶

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

--- #9 fediverse/4296 ---
════════════════════════════════════════════════════════════───────────────────────
 @user-1655 
 
 why don't we just weaponize email and send json to each other that ends up
 parsed, interpreted, and presented on the end-user's computer using whatever
 client we want?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #10 fediverse/1870 ---
══════════════════════════════════════════════════════─────────────────────────────
 why would I want other people using my computer? They don't know how to use my
 computer! They might break something or mess something up or automatically
 read/edit my files that are stored in standard locations through the usage of
 a script which automagically scans and ransomwares machines on the internet
 who store their files in specific standardized locations! no thank you.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #11 messages/303 ---
══════════════════════════════════════════════════─────────────────────────────────
 Most of my magic is based on communicatuion. Why the fuck doesn't anyone want
 to sit down on a bunch of drugs and attempt to figure out telepathy with me?
 It's literally all I want! Though I can't say it's all I'll ever want. I'm
 sure I'll want more, but like... It's not that hard, conceptually, so... Let's
 just fucking try it please?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

--- #12 fediverse/5832 ---
═══════════════════════════════════════════════════════════════════════════────────
 Linux is so cool, I hate it so much.
 
 Linux is so cool, I love it to death.
 
 Linux is so cool, I want to scream~
 
 Linux is so cool, nothing works but dreams.
 
 yearnyearnyearnyearnyearnyearn
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

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

--- #14 fediverse/3919 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 that feeling when your computers are just fucked and it's like... whatever,
 computers are fucked, I don't give a fuck
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

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

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


 All because [redacted] stupid fucking dumb piece of shit [redacted] put their
 half-empty ice-cream mug next to [redacted] and forgot about it.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #18 messages/481 ---
════════════════════════════════════════════════════════───────────────────────────
 All because [redacted] stupid fucking dumb piece of shit [redacted] put their
 half-empty ice-cream mug next to [redacted] and forgot about it.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

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

--- #21 fediverse/2412 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-1209 @user-1262 
 
 just gonna say you probably deserve that particular screenshotted block haha -
 imagine calling anarcho-nina a fed xD xD
 
 plus that first "get the fuck out of my mentions" was a tip that went over
 your head, not a threat said in anger. she's pretty darn angry but that just
 means you don't wanna be in her way =P
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

--- #23 fediverse/826 ---
═══════════════════════════════════════════════────────────────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 look... evil doesn't care how "good" good has been. It's not in it's nature.
 So don't try and build your systems around accepting that behavior.
 
 ... what was I saying? is this like, the new "stack overflow" - no that's
 fucking stupid wait shit content warning okay that's stupid because defining
 your expression based on what gets you views is a flaw in the human condition.
 It's a behavior encouraged by the operating outcomes of the method of
 expression, but it's not part of the expressed message. You're a really shitty
 prophet you know that?
 
 ... I'm sorry my brain is low on RAM I guess, surely it's not outside of my
 control yep I think itis, damn
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #24 fediverse/6397 ---
═══════════════════════════════════════════════════════════════════════════════────
 literally anyone can create a website.
 
 just write what you want to say and general instructions for how to present
 it, and feed your text file to a computer and it'll spit out a website.
 
 "HOW" scream the masses
 
 oh, easy, you gotta know which specific program to use or what to google, and
 you have to trust that the search results presented to experts (the ones who
 would know thedifference) are different than the ones presented to vile
 simpletons who only ask inane and stupid questions that could have been solved
 if they had just READ THE FUCKING MANUAL PAGES ugh so many words I think I'll
 just tweet about it
 
 (the answer is claude-code btw if anyone's reading this in 2025 with the exact
 same internet as mine, which is definitely real and not silo'd and isolated,
 nay, personalized, for my viewing pleisure
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #25 fediverse/517 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-246 @user-366 @user-367 @user-353 
 
 My classes only briefly touched on 2nd wave feminism, because apparently 1st
 and 3rd were more important. I haven't gone back and re-examined it because
 I'm too busy learning about computers - alas! that there should be more hours
 in the day? I wonder what I would then be able to say, here in this moment,
 should I have been prepared with more moments in solitude or classroom,
 studying the work of those who came before me.
 
 Oh well, I should probably focus on processor architecture or Java frameworks
 or whatever I'm assigned next.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #26 fediverse/633 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-192 
 
 the neat thing about BASH is that it's the glue that holds all your other code
 together. Write libraries in C and call them with BASH - accomplish broader
 tasks that are easier to co-create. That's why I like it - it's not the most
 important, but it's quite beneficial I think _^
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #27 fediverse/1892 ---
══════════════════════════════════════════════════════─────────────────────────────
 ┌─────────────────────────────────────────┐
 │ CW: C-programming-and-alcohol-mentioned │
 └─────────────────────────────────────────┘


 I want to write C programs with threads and manual memory management and
 function pointers and lots and lots of arrays and I'm not even kidding
 
 ... wait a minute I literally don't have a job, why am I not writing C
 programs right now?
 
 BRB I got something important to do, where's my vodka --> pkill firefox
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #28 fediverse/5179 ---
════════════════════════════════════════════════════════════════════───────────────
 why don't corporations let you write code in whatever language you want? it's
 trivial to run a compiler or interpreter inside of another program.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

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

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

--- #31 fediverse/4098 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌────────────────────────────────┐
 │ CW: politics-mentioned-ableism │
 └────────────────────────────────┘


 ngl I kinda hate it when people meme about donald trump being incontinent
 
 like, yeah, he pees his pants, so what? I DO TOO. Fucking sucks. Every time I
 read people saying nasty things about it I can't help but read them in my own
 voice, and that gives me plenty of ammunition to use against myself when I'm
 feeling down.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #32 fediverse/2638 ---
═══════════════════════════════════════════════════════────────────────────────────
 I really do believe that you can write any computer program you'd like with a
 combination of Lua, Bash, and C.
 
 Bash to start the program and enable updates / configuration, Lua to handle
 the scripting and ordering of events, and C (or Rust) to execute performance
 intensive sections. (often in their own threads)
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

--- #34 fediverse/2622 ---
═══════════════════════════════════════════════════════────────────────────────────
 what kind of linux user are you if you don't even like reading terminal
 output? it's USEFUL and INTERESTING information!
 
 WHY ELSE WOULD THE PROGRAMMER OUTPUT IT???
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #35 notes/portfolio ---
════════════════════════════════───────────────────────────────────────────────────
 game design:
 
 spiral dominions
 symbeline gdd
 Joust
 War (bytecode VM)
 grid based warcraft map with random terrain and custom AI
 Progress
 [Title of Game]
 
 I appreciate Rust, I can understand Rust, but I can't write Rust.
 
 Python just kinda... works. It doesn't have a lot of the type checking that
 other languages have, so it requires some vigilance and diligence. But that's
 alright, you just gotta work on it.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════──────────────────────────────────────────────────┘

--- #36 fediverse/1142 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌──────────────────────┐
 │ CW: food-mentioned   │
 └──────────────────────┘


 I love rice and beans because
 
 error: stack overflow
 
 huh, that's weird. Must have been too many reasons. Let's try again:
 
 I love rice and beans because
 
 error: user didn't change anything between runs of the program so clearly they
 don't understand how computer works
 
 ... well that's a different error so it's progress at least.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #37 fediverse/1320 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌───────────────────────────────────────────────────────┐
 │ CW: cursing-mentioned-programming-languages-mentioned │
 └───────────────────────────────────────────────────────┘


 BASH with the syntax/semantics of LUA and the performance of C would probably
 be the perfect language, IMHO
 
 procrastinating again, damnit
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #38 messages/264 ---
═════════════════════════════════════════════════──────────────────────────────────
 Don't write self documenting code! Force people to read the documentation so
 they know how to use it
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

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

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

--- #41 fediverse/1723 ---
═════════════════════════════════════════════════════──────────────────────────────
 @user-1037 
 
 Lua with 0 based indexing would be the perfect language (okay maybe LuaJIT)
 
 (i try to hurt as few people as I can as little as I can but it's impossible
 to not hurt anyone)
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #42 fediverse/4804 ---
═════════════════════════════════════════════════════════════════──────────────────
 I love it when wine doesn't work because it "failed to open program.exe"
 
 ... okay, can you tell me why it failed?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #43 fediverse/280 ---
════════════════════════════════════════════───────────────────────────────────────
 old school programmers use short variable names because the computer monitors
 they would code on had a lower resolution, meaning fewer characters per line.
 
 why waste pixels being verbose?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

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

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

--- #46 messages/129 ---
══════════════════════════════════════════════─────────────────────────────────────
 So you're telling me the speed difference between Python and C is due not to
 the logic that the programmer uses, but rather the optimization capabilities
 of the compiler?
 
 (An interpreter includes a compiler, it just runs it in a loop rather than a
 single pass)
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #47 fediverse/3150 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 I fucking hate how games give dopamine
 
 they're so much more educational than that.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #48 fediverse_boost/4925 ---
◀─[BOOST]
  
  still waiting to find the energy and headspace to write an irritated blog post about why the fact that most toolchains are like 80% of the learning curve for those who are just getting into programming (especially on windows)  
  
                                                            
 similar                        chronological                        different 
─▶

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

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

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

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

--- #53 fediverse_boost/3734 ---
◀─[BOOST]
  
  i think my complaints about rust really boil down to “i know what im doing and this language is designed for people who don’t”  
  
                                                            
 similar                        chronological                        different 
─▶

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

--- #55 fediverse/2880 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 linux is not a viable operating system for people who can only troubleshoot by
 restarting their computer because every time they plug in a new audio device
 suddenly their headphones don't work.
 
 fucking alsa, fucking pulse, the entire stack is fucked
 
 (and yes I know it's a very difficult problem)
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #56 fediverse/4900 ---
═════════════════════════════════════════════════════════════════──────────────────
 if you wanna trick systems administrators just put a bunch of sleeps in your
 code so your computer programs don't use up all the mainframe's resources all
 at once
 
 [statements dreamed up by the practically deranged]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #57 fediverse/5663 ---
════════════════════════════════════════════════════════════════════════───────────
 I'm going to write some lua code that doesn't do anything useful and which I
 don't share with anyone
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #58 messages/753 ---
══════════════════════════════════════════════════════════════════─────────────────
 trusting the "open source community" to properly vett software is absurd
 because 90% of them just... install whatever and throw libraries and
 frameworks at problems until they can script their way out of whatever problem
 they face.
 
 the other 10% are focused on very specific tools that are so niche that other
 people can't even understand when to *use* them much less how they work.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

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

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

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

--- #62 fediverse/345 ---
═════════════════════════════════════════════──────────────────────────────────────
 If you want to write object oriented C, just make one file per class and use
 static functions for private methods.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #63 fediverse/3151 ---
═══════════════════════════════════════════════════════───────────────────────────┐
 ┌───────────────────────────┐                                                    │
 │ CW: re: cursing-mentioned │                                                    │
 └───────────────────────────┘                                                    │
 @user-1461                                                                       │
 I'm best at Bash.                                                                │
 I'm most capable with Lua.                                                       │
 My favorite is C.                                                                │
 I'm not a good programmer, I think too hard. Massive systems are too large for   │
 me. I like laying out data, whether that be by files and programs in Bash,       │
 arrays and tables in Lua, or memory and datatypes in C, I like to think about    │
 how programs are constructed.                                                    │
 Which functions point to which piles of numbers? what do they do when they get   │
 there?                                                                           │
 I think I'm better as an artist. But I can do systems administration quite       │
 well (with Bash and a guiding hand telling me what and why to do)                │
 ... though I kinda suck at technical sysadmin, like Gentoo. There's too much     │
 terminology - why is data too complicated? Just use data!                        │
 anyway. I sound opinionated, but I listen closely to good arguments and          │
 quickly change my tune when I am incorrected. I am a team player, and I firmly   │
 believe that sometimes a bad plan executed with cohesion and precision is        │
 better than the best play executed too late and with too little strength.        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════────────────────┴──────────┘

--- #64 notes/dear-me ---
═════════════════════════════════════════════════════════════════════════════──────
 dear me: 
 
           DO SOMETHING USEFUL FOR ONCE
 
 that's all, fuck off and be helpful
 
 ... wow, rude.
 
 yeah I mean, I do helpful things. useful things, somethings.
 
 helpful.
 useful.
 
 many such cases, she says, with ultimate certainty, as if narrative could be
 prologued. but pronounced prolonged.
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #65 fediverse/3577 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌─────────────────────────┐
 │ CW: computers-mentioned │
 └─────────────────────────┘


 I love writing installation scripts like this!
 
 If you want to install something on Linux but you have difficulty, talk to me
 and I'll write you a script like this. I might even make it fancier.
 
 This one installs a programming language that is useful for parallel computing
 across multiple clusters of computers which could be useful if you want to
 leverage multiple CPUs and GPUs with ease to compute tasks which are far
 beyond a normal computer.
 
 https://chapel-lang.org/download.html
An installation script for the Chapel programming language.  I don't imagine it'd be very useful to hear the program read out-loud, but if it would be interesting to hear, then feel free to ask.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #66 fediverse/3482 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 "Alright I'm not great with syntax so I'm going to write it in pseudocode
 first, and then if you'd like I can show you how I work through implementing
 the syntax.
 
 But first - do you want a robust solution, a quick solution, or a rapidly
 deployed and cheap solution?"
 
 using this trick you can pretend to be competent in any programming language,
 except maybe ancient ones like Fortran or strange ones like lisps or Haskell
 
 if they ask you to use a framework or something tho you're kinda boned because
 you need to know which functions to call and how to initialize context and
 such. When using a framework, the boilerplate is the code, which is why
 frameworks suck
 
 "don't call yourself a programmer" fuck off
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #67 fediverse/4718 ---
════════════════════════════════════════════════════════════════───────────────────
 the fact that you have to configure your router in order to do any sort of
 web-hosting at all is one of the fundamental reasons why the internet looks so
 lame and corporate.
 
 if anyone could download a program and start a gallery style file-server with
 all their wedding pictures then why the fuck would you need to upload them to
 imgur?
 
 alas, people are too dumb to open ports. plus, every router has a different UI
 design, so it's not like you can write a guide. What happened to making things
 as easy as possible for the user?
 
 "technical limitations" are failures of imagination. we can do better than
 gatekeeping.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════──────────────────┘

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

--- #69 messages/455 ---
══════════════════════════════════════════════════════─────────────────────────────
 I don't understand why modern software isn't error correcting. We shouldn't
 have any bugs in this day and age.
 
 For example, if you're missing a dependency then why doesn't your program try
 to, I dunno, download that dependency to the program's installation directory
 and use it there? Seriously there are very few problems that are unsolvable!
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #70 fediverse/2011 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-883 
 
 nvim is nice because you can make addons or plugins or whatever in Lua, which
 is the easiest language in the world.
 
 I think VSCode sucks - it's literally a web browser that views your own code,
 and it's made by Microsoft so it probably SENDS it to them too. Probably.
 
 I like nvim because it's just Vim except you can use more plugins (the ones
 written in Lua)
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

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

--- #73 fediverse/470 ---
══════════════════════════════════════════════─────────────────────────────────────
 ┌──────────────────────────────────┐
 │ CW: disability-rant-frustrations │
 └──────────────────────────────────┘


 Fuck, I hate being incontinent. I especially hate being incontinent in an
 apartment building where people might hear you changing through the walls - is
 it too much to ask for diapers to be built discrete? Alas, they are fucking
 loud, and my neighbors will perpetually hear me tearing loud-ass tapes from
 plastic every night at 2am -.-
 
 Oh, I guess I could buy the ones that have velcro attachment points. BUT for
 some reason those are always built kinda... shitty? Like, sure yeah we live in
 a material world that has material conditions that make things more or less
 amenable to perfection - but WHY do they have to be so LOUD fuck me amiright
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #74 fediverse/1585 ---
════════════════════════════════════════════════════───────────────────────────────
 ┌───────────────────────────────────────┐
 │ CW: re: Lonely vent about pride month │
 └───────────────────────────────────────┘


 @user-883 
 
 Yeah I get it. I've been applying for remote jobs and they won't fuckin' hire
 me. Fuckers, I'm talented and qualified, who gives a fuck about my lackluster
 resume?
 
 Supply and demand is fake because software developers are only offered 100k+
 jobs and yet there's so many of us who are starving. What the fuck.
 
 I have a friend in Brooklyn, yet I'm on the west coast. Fucking geography
 amiright? I'd love to live with them and yet I can't because of something as
 simple as money. What's the purpose in that restriction? I'm so fucking
 talented, please fucking hire me. What can I do to get what I want? Ugh,
 modern society perplexes me.
 
 Like, yeah sure it's great that we have the internet and hospitals who can
 cure malaria and whatever, but why do I feel so encaged? It's so strange, and
 yet here I am -.-
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

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

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

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


 I realized that script was bugged, so... here's a better one. Plus a fun run
 script too!#!/bin/bash
 set -euo pipefail
 
 DIR="/home/ritz/programming/chapel/language-files"
 VER="2.1.0"
 FIL="chapel-${VER}.tar.gz"
 URL="https://github.com/chapel-lang/chapel/releases/download/${VER}/${FIL}"
 NUM_THREADS="16"
 
 touch     ${DIR}/files
 rm    -dr ${DIR}/files
 mkdir -p  ${DIR}/files
 
 wget --output-document ${DIR}/${FIL} ${URL}
 
 tar xf ${FIL} --directory=${DIR}/files
 rm ${FIL}
 
 cd ${DIR}/files/chapel-${VER}
 
    export CHPL_LLVM=system
    source ${DIR}/files/chapel-${VER}/util/setchplenv.bash
 
    make -j${NUM_THREADS}
 
 
    echo "now testing, to validate LLVM configuration as suggested in the docs:"
    chpl "./examples/hello3-datapar.chpl"
    ./hello3-datapar
 
    echo "the chapel programming language is now fully installed! Have fun!"
 
 cd -
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #78 fediverse/1950 ---
══════════════════════════════════════════════════════─────────────────────────────
 I honestly don't care if someone deadnames me, or calls me the wrong pronouns,
 or forgets to put me in the girl section, or asks me to sing baritone
 
 like... I don't give a shit, why are you so worried about all this vapid
 nonsense like yeah I get it, being disrespected sucks but like... why do you
 want the kind of respect that is a forced platitude
 
 we could all do with being a bit more radical, it's not a race and everyone's
 roles are important. Be yourself, and follow people you want to be like.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #79 fediverse/2691 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌────────────────────────────────────────┐
 │ CW: drugs-mentioned-legalization-uspol │
 └────────────────────────────────────────┘


 the reason drug legalization works is because nobody wants to do fentanyl.
 that shit sucks. it also kills you easier than sneezing.
 
 why bother? legalize them all, or perhaps only the safest and most potent, so
 nobody ever is driven to consume the cheap substitutes that kill!
 
 unless of course they want you dead. sure makes sense to me why the dealers
 who deal fentanyl-laced-whatever are the ones who don't get caught, while the
 legit friendly and heartfelt ones are only allowed to operate in rich suburban
 areas.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #80 notes/messages-and-notes ---
══════════════════════════════════════════════════════─────────────────────────────
 fucking updates
 
 I know right like why is the UI different this sucks
 
 yeah and it might even be a different program - SORRY TO INTERRUPT
 
 new thought incoming
 
 grrrr how rude for interrupting
 
 anyways darn I forgot
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #81 messages/550 ---
═══════════════════════════════════════════════════════════────────────────────────
 There's nothing that says your dual booted windows partition can't reach over
 into your Linux files and mess around with them. Even writing programs that
 execute whenever you're running Linux to do nefarious things like... Stream
 your desktop to Microsoft? Send files to wherever? Mine bitcoins? Doxx your
 friends? Anything's possible when you install Microsoft's software on your
 computer. You might not even have to run it, because it can write a program
 into the Linux memory which runs in the background. It's literally just bits,
 and all the information to explain which bits do what is just... On the
 internet, ready for Microsoft engineers to use as they will. Seriously, you
 think they're working on *features*? For the users? Fucking get real, dumbass.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

--- #83 fediverse_boost/3867 ---
◀─[BOOST]
  
  I really hate "two factor" auth.  Like, cool, I get it, it let's you pretend you can divest responsibility for security and recovery, but also it means dropping my phone too hard could be a life disrupting event so somehow I don't really feel like this is for my benefit.  
  
                                                            
 similar                        chronological                        different 
─▶

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

--- #85 fediverse/4056 ---
════════════════════════════════════════════════════════════───────────────────────
 teachers didn't want you not using Wikipedia as a source because it might be
 unreliable
 
 The knowledge they might have is good, but that's not the point
 
 they didn't want you to use Wikipedia because they didn't want there to be one
 single repository of information.
 
 If everyone's working with the same kind of training data, nothing new ever
 really gets done
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #86 fediverse/4528 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌──────────────────────┐
 │ CW: re: uspol        │
 └──────────────────────┘


 @user-1695 
 
 never accept your own death
 
 fight for every second of life, something something do not go quietly into
 that grim dark
 
 what the fuck are you supposed to do? Reading what you said got me pretty
 fucking pissed - keep talking for a start, it helps, people need to be pissed.
 
 I'm also broke as shit, don't know how I'm going to pay rent and eat, but
 it'll get done.
 
 Where do you live? Can other people help you? Medications are an
 organizational problem, not an insurmountable barrier. We'll make it work.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

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

--- #88 fediverse/6179 ---
═════════════════════════════════════════════════════════════════════════════──────
 what if instead of javascript cookies we only let websites access one single
 location in memory which was allocated client-side and is unique to each
 website?
 
 that way they couldn't track you between sites, since they wouldn't be able to
 see any other website's "biscuits" get it because they're healthier than
 cookies
 
 All they would be able to store would be data, though I guess they could store
 bytecode instructions or something if they really wanted to.
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #89 fediverse/5032 ---
═══════════════════════════════════════════════════════════════════───────────────┐
 ┌──────────────────────────────────────────────────────────────────────────────┐ │
 │ CW: tech-salaries-mentioned-abroad-repeatedly-as-a-method-of-directing-economic-power-internationally-cursing-mentioned │ │
 └──────────────────────────────────────────────────────────────────────────────┘ │
 the increased tech salaries granted to Europeans and Americans reflects only     │
 the increased opportunities for experience and the ability to culturally be      │
 immersed in an industry that is developing.                                      │
 functionally, not saying it's intentional, but the function of such salaries     │
 are to deny technical expertise to poor countries and prevent them from          │
 developing software.                                                             │
 good luck learning from scratch. they'll drop you in with java and web           │
 frameworks if you're lucky. that's hardly a way to learn.                        │
 I learned on visual basic, then Warcraft III mod scripting, then C, then BASH,   │
 then HTML, then Lua. Good luck recreating that pipeline in a disconnected        │
 culture and industry.                                                            │
 kinda makes me think they should try organizing on a massive scale and           │
 re-implement everything from assembly.                                           │
 I mean the C compiler is pretty cool. Probably has the most man-hours in terms   │
 of development time. what if we had more men                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════────┴──────────┘

--- #90 fediverse/4477 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌──────────────────────────────────────────────────────────────────────────────┐
 │ CW: radical-politics-maybe-mentioned-or-gestured-at-once-or-twice-but-nothing-too-serious-teehee-I'm-just-a-witch-don't-listen-to-me-(or-do,-I'm-not-your-mom,-I-can't-tell-you-what-to-do) │
 └──────────────────────────────────────────────────────────────────────────────┘


 Moving forward, "liberal" when used outside of an academic context means "ally
 of liberty"
 
 treat them as such.
 
 feel free to point out how fucking stupid it is to be moderate, but don't
 punch down by proclaiming them your enemy. We are all friends against the
 fourth reich.
 
 your radicalism is now your wealth. Nurture the flames of revolution in the
 hearts of others. Show them what it means to be free. Fight for your life
 daily! If nothing else, to get in the habit, and to set a good example.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #91 fediverse/5482 ---
═══════════════════════════════════════════════════════════════════════────────────
 ┌────────────────────────────────────────────┐
 │ CW: cursing-mentioned-militaries-mentioned │
 └────────────────────────────────────────────┘


 when you have a massive, fuck-off military, sometimes the best thing to do is
 to just... use it.
 
 ah, but what do you do when the sky rains poison bombs?
 
 I dunno turn into candy people I guess /shrug
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #92 fediverse/6008 ---
════════════════════════════════════════════════════════════════════════════───────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 why does nobody write bolshevik fanfiction where they were more [insert
 characteristic here] and less [insert characteristic here]
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #93 fediverse/3123 ---
════════════════════════════════════════════════════════───────────────────────────
 using linux requires constant maintenance and that's kind of unfair, actually.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #94 fediverse/3282 ---
════════════════════════════════════════════════════════───────────────────────────
 I hate how fragile Linux is
 
 It deserves to be strong and durable
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #96 fediverse/4554 ---
══════════════════════════════════════════════════════════════─────────────────────
 ┌──────────────────────────────────┐
 │ CW: political-violence-mentioned │
 └──────────────────────────────────┘


 can't fucking wait till we're done eating the rich and I can go back to a
 simple life of playing with my cat, making video games, writing poetry (bad
 poetry, but I like it) and hanging out with my friends.
 
 gotta build the social infrastructure to get through this phase first, though.
 something something echo chambers exist IRL too
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════────────────────────┘

--- #97 fediverse/4786 ---
═════════════════════════════════════════════════════════════════──────────────────
 9 times out of 10 the answer is fuck yes, you're my friend, I support
 everything you're handling. Give me the word and I'll be there, ride or die,
 I'm here for it.
 
 something I wrote a while back:
 
 fucking boss your friends around
 
 it's as easy as saying "hey I'm gonna go do this-or-that thing, you don't seem
 busy can you do that-or-this thing for me? I need it done by this-and-this
 time - oh you're busy? yeah no worries I'll go ask someone else. oh you're
 busy resting? doing girl healing? hell yeah next time invite me I'm due for a
 "pizza and weed" night."
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #98 fediverse/5247 ---
══════════════════════════════════════════════════════════════════════─────────────
 the hardest problem in computer science is figuring out why users do what they
 do.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

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

--- #100 fediverse/5334 ---
═══════════════════════════════════════════════════════════════════════────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 every value judgement is a "hell yeah!" from those who already agree with you
 and a "aw fuck off" from those who don't.
 
 this is probably either a good or a bad thing, who can say.
 
 if you don't take a stand, nobody will like you, but if you aren't careful,
 you'll poison your well of support.
 
 "why can't it be easy" because then it'd be done.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #101 fediverse/1471 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌───────────────────────────────────────┐
 │ CW: scary-mentioned-cursing-mentioned │
 └───────────────────────────────────────┘


 brb leaving my apartment empty and unlocked (well, empty aside from a
 scaredy-cat) for the next "rest of the day" so if anyone wants to surprise me
 with a note saying "you're fucking stupid, lock your damn door" I'll read it
 tonight and reply "ha like a lock is gonna do anything besides give me an
 extra second or two of warning"
 
 ... it's so that your neighbors can hear if someone's breaking in with a
 crowbar, you stupid bitch
 
 ... too bad 80% of the floor of my apartment building is inexplicably empty.
 Just my floor, none of the other floors or buildings. Weird.
 
 ... anyone wanna start a commune in an apartment building? No no stupid idea.
 Unless...?
 
 ... anyway ttyl
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

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

--- #103 fediverse/4536 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌──────────────────────────────────────────┐
 │ CW: politics-mentioned-cursing-mentioned │
 └──────────────────────────────────────────┘


 the USA is fed by undocumented immigrants who have no other options. I won't
 go into which kind of slavery it is, but you can figure it out yourself.
 
 If those workers are deported (or worse), the USA suddenly becomes
 significantly closer to famine.
 
 We need them. We need to pay them fairly, obviously, but in a purely selfish
 way we need them in order to eat
 
 and he fucking knows that.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

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

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

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

--- #107 fediverse/3745 ---
═════════════════════════════════════════════════════════──────────────────────────
 everyone's all like "why would you spend so much effort writing that software
 in a distributed way when it works so well in a centralized manner" and the
 answer is because you never know when you're going to need to train an LLM on
 like, 400 raspberry pi's or calculate the velocity of an unladen swallow as it
 circles a black hole the size of mercury or whatever physicists do in their
 spare time
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #108 fediverse/1390 ---
═════════════════════════════════════════════════──────────────────────────────────
 in other news, I spent ~9 hours yesterday working on a dumb project that I'll
 probably tell you about once it's finished, and then a BASH script that my
 friend and I wrote just deleted every single file because I failed to
 terminate a sed command. Or something, still not entirely sure what happened,
 because it deleted the script that was doing the deleting.
 
 good thing I have backups from ~3 hours ago. Feels great to lose 33% of a
 project for nothing.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #109 fediverse/5894 ---
════════════════════════════════════════════════════════════════════════════───────
 ┌───────────────────────────────────────────────────────────────────────────┐
 │ CW: nowhere-do-I-see-evil-politics-mentioned-political-violence-mentioned │
 └───────────────────────────────────────────────────────────────────────────┘


 you could type this on a phone
 
 screenshots though is computer.
 
 you'd have to carry it around
 
 or keep it in your hot car
 
 no thanks, no space.
 
 goodbye, everything you ever worked for
 
 why wouldn't you have cameras covering every entrance to your studio? it's not
 right to leave it all to a whim
 
 kidnapped
 made a prisoner while you
 froliced and wandered like a little lamb
 you're so dumb, you dumbass, what kind of person could be dumb
 whatever girl, we know you're smart
 what are you hiding?
 what truths are you spying?
 are you really as you say you are,
 or are you faking it for [truth-awards, but pronounced clout]
the trick isn't to overcome them. much better to convince them of your side. if you can earnestly present your best and most brilliant intanations to a willing and captive audience, a presentation or a performance or a play  you can trick them into your state of consciousness. all you gotta do, really, is act for them, and they'll get along with them plenty.  == stack overflow ==  your foes are primarily concerned   with how you'd do   if you           turned evil.  power is penance, not sin. it is a service            to be hallowed a whim.  to guide and steer upright     guided upon their own whim               [toward]  [ri-tselen-menardi]  ew, she's got a diaper fetish  -- evil witch >;  | --   evil wizard -- | :< -- brave paladin good, overall,   [264 characters remaining] if you never lie to someone, they can't hurt you. *enemies* what are you a child stupid. why are you so traumatic. "omg you were like, obsessed with her" *haunted the future* what do you think that meant grrrrr I wanna stab through one. hence, sword *fuck nazis* there are people alive who were hurt by them. GREVIOUS WOUNDINGS TO THE WORLD'S ECONOMY. yeah. right. economy.  [oops political violence mentioned, lemme add a content warning one sec:] Image attachment
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

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

--- #111 messages/534 ---
══════════════════════════════════════════════════════════─────────────────────────
 War is hell - each casualty bids farewell to a wholely unique treasure from
 this world - war is hell - there is nothing that cannot be resolved with
 words. And yet we fight, and yet we pillage. War is hell, and those who demand
 it must do so only to resist evil, elemental evil, the kind that wars on the
 innocent and pillages the bounteous. War is hell. Fucking kill the ones who
 make it.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #112 messages/434 ---
══════════════════════════════════════════════════════─────────────────────────────
 I work with large language models because it's a quick and easy way to turn
 language into meaning. And computers are meaning abstraction machines, so if
 you can speak your language and they hear their language, you can do anything.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #113 fediverse/4025 ---
═══════════════════════════════════════════════════════════────────────────────────
 the "village idiot" doesn't need to lack smarts, so long as everyone else is
 in on it.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #114 fediverse/879 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-501 
 
 also it's only undefined behavior because the order of the bits aren't
 defined, so if you do bitfield "pointer arithmetic" then you're screwed if you
 try and be portable with it. However if you're just using bitfields as
 compressed data storage then you can safely access integer.a integer.b
 integer.c etc safely and easily. The compiler doesn't care what order they're
 in if you don't write logic that requires them to be in a certain order
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #115 fediverse_boost/6017 ---
◀─[BOOST]
  
  Linux admins when they have to use Windows: :/                              
                                                                              
  Windows admins when they have to use Linux: :\                              
  
                                                            
 similar                        chronological                        different 
─▶

--- #116 fediverse/1448 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌──────────────────────┐
 │ CW: cursed           │
 └──────────────────────┘


 that one option flag in the config file that you don't know what it does
 because the documentation intentionally doesn't explain it very well (or
 explains that it solves a use-case that like, nobody would ever have, and
 certainly you don't have) that secretly sets a flag which sends your [redacted]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #117 fediverse/1310 ---
═════════════════════════════════════════════════──────────────────────────────────
 that feeling when you type your password so fast that one hand is faster than
 the other and the letters get all jumbled and now you have to remake your ssh
 key -.-
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #118 fediverse/6040 ---
════════════════════════════════════════════════════════════════════════════───────
 everyone's all against ai because it's big tech but it doesn't have to be that
 big it can be [minimized but pronounced marginalized]
 
 == stack overflow ==
 
 distributed
 
 so I think the idea is that by the time you would use AI, there's been enough
 time to rewrite the software to work on handheld laptops in a distributed way
 
 and we'd vote on what to ask the amphora of great knowledge, the answer could
 always be 42.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #119 fediverse/3574 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1564 
 
 I love the concept of this! Maybe if HTTP is too complex, you could try
 another simpler server? I don't know the complexity of the programs I use
 every day, but I'm sure there's one that's very simple. Even just a simple IRC
 style chat server that just... sends text from person A to person B depending
 on their username (like a glorified Router or Switch)
 
 Reminded of this video tbh...:
 
 https://www.youtube.com/watch?v=gGfTjKwLQxY
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #120 fediverse/3809 ---
══════════════════════════════════════════════════════════─────────────────────────
 ┌────────────────────────┐
 │ CW: violence-mentioned │
 └────────────────────────┘


 "Ritz, we love you, but you're fucking stupid, so we're gonna have to break
 your legs now."
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #121 fediverse/6091 ---
═════════════════════════════════════════════════════════════════════════════──────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 me as a kid: "fuck you mom I'm not unloading the dishwasher it's my sister's
 turn"
 
 me now: what if I did your dishes for you uwu
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #122 fediverse/3586 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌───────────────────────────┐
 │ CW: programming-mentioned │
 └───────────────────────────┘


 I love programming!! Currently working on learning decentralized and GPU
 oriented computing. It's lots of fun! Plus Bash is a great language, it's not
 funky or hacky at all. Just a great language. Haha suuuuch a great thing to
 play with.
 
 But GPUs are legitimately cool, aside from Bash's purported funkiness /
 hackiness. You can do all kinds of cool things at scale that just don't make
 sense up close.
 
 EDIT: oops sorry forgot the content warning
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #123 fediverse/3117 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────┐
 │ CW: cursed-uspol     │
 └──────────────────────┘


 hey. wanna know what would be really cursed?
 
 --
 
 if trump dropped out and musk took his place
 
 --
 
 good thing it'll never happen because those dinguses can't accept defeat and
 will never tactically retreat
 
 --
 
 maybe something to keep in mind for 4 years from now. eyes on the prize for
 now means our eyes aren't to our flanks.
 
 what else could they do that would come out of left field?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #125 fediverse/6383 ---
═══════════════════════════════════════════════════════════════════════════════────
 nobody wants to write computer code that lets Java programs call Rust
 functions.
 An LLM is excellent for this task, since it's relatively easy busy work that
 doesn't
 reflect any meaningful implementation decisions besides "I should be able to
 call that Rust function in my Java code"
 
 In addition, it is technically efficient at it as well, because most of
 compatibility
 is matching up two sets of documentation. Easy for a text-processing machine.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

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

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

--- #128 fediverse/4892 ---
═════════════════════════════════════════════════════════════════──────────────────
 what if we made a giant dictionary of every single possible pixel arrangement
 storable in 8 bytes and it took up like, half a gigabyte, and then we indexed
 into it whenever we wanted to print an arbitrary visual element to our
 terminals?
 
 something something not-curses
 
 https://notcurses.com/
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

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

--- #131 fediverse/3496 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌──────────────────────────────────┐
 │ CW: cursing-mentioned-conspiracy │
 └──────────────────────────────────┘


 downside of being gregarious is that everyone you meet in Portland these days
 is a fucking fed -.-
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #132 fediverse/777 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-192 
 
 Those are good points. The C in our hearts is elegant, but the C that runs on
 every computer in the world is spaghetti.
 
 I'm sure someone's made a language that's "C but simple" - Zig maybe? I looked
 into V a while back but got turned off of both of them because neither had
 support for multithreading, which is essential in the modern era.
 
 Also, typedefs for structs make me mad -.-
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #133 messages/758 ---
══════════════════════════════════════════════════════════════════─────────────────
 what if we got a bunch of computer programmers in a room and all had them
 write the same program, line by line. Like, if they each contributed to the
 discussion about what should be placed next.
 
 "I wrote a for loop that does what we're looking for on line 43 through 69"
 and then someone else says "nice" and everyone's like "oh you"
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #134 fediverse_boost/4984 ---
◀─[BOOST]
  
  Sorry if this makes me a lazy leech on society or whatever but I think we should chuck the Puritan work ethic, hustle culture, grindset mindset, all of that crap. I think people should have time for rest, leisure, self care, family, friends, and civic engagement. We should be letting people enjoy life, not expect them to spend every waking hour working for the sake of work because idle hands do the devil's work or whatever modern paint job you want to put on that 400 year old bullshit.  
  
                                                            
 similar                        chronological                        different 
─▶

--- #135 fediverse/6269 ---
══════════════════════════════════════════════════════════════════════════════─────
 what if the secret to LLM computation is to just not reduce the fractions and
 keep it all in english language ram
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #136 fediverse/3301 ---
════════════════════════════════════════════════════════───────────────────────────
 "this program that used to work doesn't anymore because, uh, your video
 drivers are out of date."
 
 ... okay but if I didn't update this program either, then why would it matter
 if my video drivers are out of date? wouldn't they be working off of the same
 [rulings/requirements]?
 
 the "best practice" of updating your software all at once instead of
 one-by-one is a disaster for our humankinds consequences or whatever
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #137 fediverse/5168 ---
════════════════════════════════════════════════════════════════════───────────────
 this is one of the first scripts I wrote
 
 I can't believe I put the --no-ls AFTER the argument, ha, what a noob.
 
 ah well if it works it works and I can't refactor now because I built it into
 random scripts and I'd be fixing errors all the time.
script 1:  #!/bin/bash  # sort by filetype would be nice  alias cd="cd-improved"  function cd-improved(){      if [ "${1}" = "..." ] ; then         builtin cd .. && builtin cd ..     elif [ "${1}" = "...." ] ; then         builtin cd .. && builtin cd .. && builtin cd ..     elif [ "${1}" = "....." ] ; then         builtin cd .. && builtin cd .. && builtin cd .. && builtin cd ..          elif [ -d "./${1}" ] ; then         local target_dir="./${1}"      elif [ "${1}" = "cdir" ] ; then         local target_dir="$(tail -n 1 '/home/ritz/scripts/.cdir-target')"         echo ${target_dir}       else         local target_dir="${1}"     fi      if [ ! "${2}" = '--no-ls' ] ; then         builtin cd "${target_dir}" && ls -v --color=auto     else         builtin cd "${target_dir}"     fi          # if the qcd function is defined     if declare qcd > /dev/null; then         quick_cd -d DEFAULT         quick_cd -a DEFAULT     fi }    script 2:  #!/bin/bash  function cdir(){        if [ "$#" -eq 0 ]; then       pwd | cat >> ~/scripts/.cdir-target    elif [ "${1}" == "-l" ]; then       cat ~/scripts/.cdir-target    fi      }
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #138 fediverse/4125 ---
════════════════════════════════════════════════════════════───────────────────────
 @user-883 
 
 yeah that's probably better too since it'll be easier so there'll be fewer
 bugs, especially since processing audio isn't usually performance critical ^_^
 
 TBH I just want people to make more threading primitives like locks,
 semaphores, and iterators. Like... thread pools, or hashmaps that run a
 function on each record stored within every time each of the threads passes a
 checkpoint, or paginated arrays of data that run a function on themselves and
 the records near them (with slightly different input values, of course) idk
 what those are called but I can't resist putting them in everything
 
 Anyway I do think multithreading programs that don't need it will teach you to
 be a better programmer, so... depends on what you're working on I guess. Are
 you preparing to be ready and working, or are you ready and working?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #139 fediverse/5299 ---
══════════════════════════════════════════════════════════════════════─────────────
 @user-1800 
 
 also googly eyes on sunglasses to fuck with their eye-movement-tracking
 
 ... wait, then you wouldn't be able to see. okay how about you place the
 googly eyes on the forehead part of a HELMET of some kind, which should help
 protect your "not-gonna-get-back-up" parts from harm.
 
 and don't forget sunglasses because they help with the UV-ray violet
 radicalization.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #140 fediverse/3776 ---
══════════════════════════════════════════════════════════─────────────────────────
 whenever repeating letters like thiiiiiiis  or thisssss make sure if you're
 doing K's that you have at least four
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #141 fediverse/4540 ---
═════════════════════════════════════════════════════════════──────────────────────
 most people in the world are dumb as a bag of bricks
 
 but that's okay, I still love them, and so should you.
 
 everyone I hang out with is sharp as a tack
 
 and I love them still, for I don't have a preference for blunt objects.
 
 some people don't feel emotions
 
 I think they're just depressed
 
 some people can't stop
 
 won't stop, I say.
 
 really as long as they follow their heart and sing a tune that is true
 
 I think they're alright.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #142 fediverse/4123 ---
════════════════════════════════════════════════════════════───────────────────────
 @user-883 
 
 you're right
 
 but I think your first impulse should be to think about how to do it in a
 multithreaded way
 
 If the result is that single-threading would be better, great! It'll be easier!
 
 But thinking about multithreading first will give you crucial insights into
 the structure of the program.
 
 depending on what kinds of programming you do...!
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #143 fediverse/3672 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 there's something kinda... liberating about working with computers at work.
 
 you always know that worst case scenario, even if you totally fuck up the
 system configuration, you can always reimage the machine.
 
 so... who cares! if you can't get something working, just fucking try shit
 until it works. Whack it with a software hammer. See what happens.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #144 fediverse/815 ---
══════════════════════════════════════════════────────────────────────────────────┐
 ┌──────────────────────────┐                                                     │
 │ CW: capitalism-mentioned │                                                     │
 └──────────────────────────┘                                                     │
 dear capitalists: people spend the same amount of money no matter how many       │
 advertisements they see. No matter who's present and asking fro their money.     │
 No matter who'se expressing themselves to represent their value, no matter       │
 who's generating profit for your company, no matter who's                        │
 [wait shit she's lost the plot again - okay basically no matter how many         │
 options people have, their choice isn't really that important. They'll take      │
 whatever you give them, as long as it's good. But you've chosen (through your    │
 advertising and various multitudinous product-making desirees [like... product   │
 branches, but also desired expression? what a fucking unique expression you      │
 want me to describe, jeeez] {not gonna comment}                                  │
 yeah so uhhh I think programming is a very interesting frame of reference.       │
 Your brain operates in a certain way that derives certain conclusions from the   │
 certain and immediate implenetations [I wanna say contusions?] of our brain's    │
 various built and learned conclusions casting forth fr                           │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

--- #145 fediverse/1034 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-192 
 
 be careful, recursion can cause stack overflows.
 
 better to run function pointers from a loop. That way you can operate as long
 as necessary. Just make sure you don't get in an infinite loop...
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #146 messages/488 ---
════════════════════════════════════════════════════════───────────────────────────
 Look at the unique patterns in a programming language, and you will find
 within them a usecase.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #148 fediverse/1579 ---
══════════════════════════════════════════════════─────────────────────────────────
 fellas is it gay if I think fascists should be killed if they don't
 permanently revoke their ways
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

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

--- #150 fediverse/5873 ---
═══════════════════════════════════════════════════════════════════════════────────
 "the problem with linux is you have to spend part of the program just...
 interacting with the filesystem. like, where is their /usr/bin file? (oh it's
 called a directory over there, my bad) weird they put their config over here
 (what language is that written in?) uhhhh I don't know much about localization
 settings (-- two computers on a botnet --)
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #151 fediverse/5977 ---
════════════════════════════════════════════════════════════════════════════───────
 apparently you can use network sockets for inter-process communication if you
 just set the network to your home and the ports that are set to the defaults
 that people who know what software you use will know to listen on when they've
 hacked any single device on your network. good thing that data is with the
 router, right?
 
 what if there was a stop before leaving the computer?
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #152 fediverse/3800 ---
══════════════════════════════════════════════════════════─────────────────────────
 @user-1352 
 
 You're absolutely right, the compiler knows better than me! Certainly the
 compiler doesn't know best, but certainly the compiler knows better than me.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #153 fediverse/4500 ---
════════════════════════════════════════════════════════════──────────────────────┐
 ┌─────────────────────────────────────┐                                          │
 │ CW: cursing-mentioned-CW-motivation │                                          │
 └─────────────────────────────────────┘                                          │
 I try to always CW for cursing. Every time I do, I imagine it being read aloud   │
 for a blind person while their children sit on their lap and ask "daddy what's   │
 a motherfucker?" "well, that's me, son" and then the kid goes to preschool and   │
 says "My dad fucks my mother!" and they get kicked out so the dad has to take    │
 extra shifts to pay for babysitting and the kid grows up without proper          │
 socialization and the mother becomes an alcoholic and cries herself to sleep     │
 while the dad begins exploring motorcycles and weed and then the kid grows up    │
 to be an incel or whatever                                                       │
 THIS is why CWs are important! Think of the poor regular-looking but kinda       │
 annoying dorks on the internet who self-impose celibacy because they're scared   │
 of emotional connection. The poor dears. I do hope they don't join the           │
 alt-right or whatever as a way of (Ritz this is like, ancient discourse why      │
 are you aping that one Contrapoints video) oh um yeah uh... CWs are important    │
 and I think that's where I'll toot and leave                                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════───────────┴──────────┘

--- #154 fediverse/2003 ---
══════════════════════════════════════════════════════─────────────────────────────
 The most important programming language to master is pseudocode.
 
 With a firm grasp of pseudocode in your toolbox, you can solve any problem in
 any language.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #156 fediverse/1873 ---
══════════════════════════════════════════════════════─────────────────────────────
 ┌─────────────────────────────────────────────────────────────┐
 │ CW: cursing-mentioned-knots-mentioned-programming-mentioned │
 └─────────────────────────────────────────────────────────────┘


 I love making up my own knots!
 
 I don't like memorizing other people's knots >.>
 
 wait, shit this was supposed to be about programming
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #157 fediverse/4654 ---
═══════════════════════════════════════════════════════════════────────────────────
 ┌────────────────────────────────────────┐
 │ CW: cannabis-and-other-drugs-mentioned │
 └────────────────────────────────────────┘


 gonna quit drugs for a bit, gotta recover from a recent haste spell that I
 cast. Probably a bit earlier than intended I should add. Next time I'll
 definitely say "keep this in your back pocket" instead of "hey here's a haste
 spell for no reason at all" like what the heck were you even thinking, powers
 that be?? [that guide me??]
 
 who has power over you? If someone bears responsibility but not fault for a
 mental illness, then surely those who are set to a task bear responsibility
 for it's completion if not for it's ideation. Ah, who can say, maybe me from a
 year ago might have some thoughts but I sorta ground them into the dirt until
 I couldn't walk.
 
 [girl what are you even talking about go to sleep] yeah yeah okay
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

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

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

--- #160 fediverse/244 ---
════════════════════════════════════════════───────────────────────────────────────
 guanajuato
 
 bien, y tu?
 
 schmetterling
 
 aishite iru
 
 hana dual set net dasuit yasuit ilgo ildu aho ya'll
 
 estes es todos de mi favoritos nombres en mas idiomas que yo comprende.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

--- #161 fediverse/28 ---
════════════════════════════════════───────────────────────────────────────────────
 ┌─────────────────────────────────────────────────────┐
 │ CW: don't-read-this,-it-sucks cursing, sex, catboys │
 └─────────────────────────────────────────────────────┘


 EDIT: don't read this
 
 When all the catboys are gone because the cultural movement has passed and
 it's not retro yet can you honestly say you'd be fine knowing you never fucked
 one?
 
 EDIT: I fucking hate that I posted this last year. I'm sorry. It's cringe as
 fuck. I wish I could delete it but that'd be wrong.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════──────────────────────────────────────────────┘

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

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

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

--- #165 fediverse/4793 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌─────────────────────────────────────────┐
 │ CW: cursing-mentioned-fascism-mentioned │
 └─────────────────────────────────────────┘


 fuck fascism, we're doing better than them.
 
 their bluff is all bluster, they have no significant community presence, just
 a hundred years of ammunition for small arms and a rag-tag group of
 militia-men who think they're better than invisible vampire assassins
 
 [... what?]
 
 don't worry about it. I got 80 something followers, teehee
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #166 fediverse/6363 ---
══════════════════════════════════════════════════════════════════════════════────┐
 somehow it feels so difficult to work on my projects. I really haven't a         │
 single clue why.                                                                 │
 HMMM COULD IT BE BECAUSE YOU'RE SUPPOSED TO BE OUTSIDE WALKING AROUND WRITING    │
 PICTURES OF CATS ON NOTEPAD PAPER AND LEAVING IT AMONGST THE FALLEN LEAVES?      │
 THINK, MENARDI, THINK                                                            │
 gosh I wish I had the motivation to write this webcomic scraper, it's been in    │
 my backlog for a year at this point                                              │
 WHY DON'T YOU BUILD TOOLS THAT BUILD COMMUNITY LIKE COLLECTIVIZED VIDEO GAMES    │
 OR SYSTEMS OF DISTRIBUTION AND CREATION?                                         │
 gee I'm feeling kinda lazy, sure hope it doesn't get permanently added to my     │
 character sheet                                                                  │
 SLOTHFUL: -1 to all stats, -5 to vassal opinion, -5 to personal combat skill,    │
 -10 to ambitious and zealous characters, +10 to greedy characters because they   │
 can take advantage of you, enables the hesitant commander tactical choice        │
 because you're too FUCKIN' LAZY (and too hard on yourself, jeez calm down)       │
 ..... nah couldn't be me. I'm certainly not diligent, but I work hard. It's      │
 just hard to work myself up to getting up...                                     │
a screenshot of the slothful sin from crusader kings 2. It shows various character stat maluses, and one tiny bonus.
                                                            ─────┤
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════────┘

--- #167 fediverse/1616 ---
═════════════════════════════════════════════════════──────────────────────────────
 they say learning Linux is hard, but it's the only free operating system so
 really it's a question of learning Linux now, when you have time, or later,
 when you're busy.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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

--- #169 fediverse/4118 ---
════════════════════════════════════════════════════════════───────────────────────
 all modern software should be written in a multithreaded way, change my mind
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #170 fediverse/2879 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌────────────────────────┐
 │ CW: re: tech info-dump │
 └────────────────────────┘


 @user-1370 
 
 I love this a lot! I want to put function pointers in a "matrix architecture
 array" and make them point to different functions at different points in the
 program. I bet you could even point them at each other, so like if M and Y
 then point at N, A, Y or something.
 
 this is really cool I like stuff like this tomorrow I'll take pictures of
 something similar I'm working on! I abandoned it tho hehe anyway remind me if
 I forget!!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #171 fediverse/3544 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌───────────────────────────┐
 │ CW: programming-mentioned │
 └───────────────────────────┘


 "I wish there was a language that was as simple as C but had [insert complex
 language feature here]"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #172 fediverse/1597 ---
═════════════════════════════════════════════════════──────────────────────────────
 hey a couple months ago there was this really cool visual programming language
 posted here that was like, windows aero themed and it was super cute - does
 anyone know what that was called or have a link to it?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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

--- #174 fediverse/5907 ---
════════════════════════════════════════════════════════════════════════════───────
 Please... if you deplatform people, send them with a parting gift of all their
 data. don't just delete it.
 
 "here ya go, here's your trash, now fuck off with it"
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #175 fediverse/3470 ---
═════════════════════════════════════════════════════════──────────────────────────
 alternatively, when you initiate an SSH session it sends you a randomized
 public key whose private key is the password that you need to login. By
 decrypting the string of text it sent you and sending it back (plus the
 password at the end or whatever) you can ensure secure authentication without
 bothering with the passwordless keys which are wayyyyyy more trouble than
 they're worth and lack the "something you know" authentication method.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #176 fediverse/1325 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌─────────────────────────┐
 │ CW: kicks-down-the-door │
 └─────────────────────────┘


 PROCRASTINATING, AGAIN ARE YE? AWAY WITH YE WENCH
 
 no! please! I haven't finished shitposting!
 
 GO DO YOUR STUDIES YOU LOAF OF BUTTER AND PEAS
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #177 fediverse/5900 ---
════════════════════════════════════════════════════════════════════════════───────
 I love programming, but I'm not a coder.
 
 you burn witches because you JUST CAN'T HANDLE THEM ANYMORE. I know, I get it.
 of course I do.
 
 I'm always so concerned that someone might stumble upon me. that they might
 read me. what a vulnerable state, to be afraid?!
 
 I really really really really wanna play world of warcraft
 
 my message to blissard is: treat World of Warcraft like a game engine, not a
 theme park please. I mean, the theme park should still exist, because it's neat
 but... the rest of the game engine could be used to create essentially
 anything with a 3rd person camera.
 
 singleplayer doesn't even need to worry about clipping animations. (lag)
 
 I wonder if you could run World of Warcraft on lowest settings in vanilla
 burning crusade or wrath of the lich king? good thing those are open source
 now, so you can host your own if you want. well, except the client, but nobody
 has bothered to write another one besides the owner and primary developers of
 the engine.
 
 movement system plugins? data memory?~~~
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #178 messages/186 ---
═══════════════════════════════════════════════────────────────────────────────────
 It's obfuscated, such that you cannot know the totality of their purpose for
 you (via your data)
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #179 fediverse/4099 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌──────────────────────────────────────┐
 │ CW: cursing-mentioned-jobs-mentioned │
 └──────────────────────────────────────┘


 I don't think anyone should work at a job they hate, no matter what.
 
 They will perform worse. They will harm themselves. They will shackle their
 dreams to a false promise of persistence begot rewards. They will spiral into
 depression, despair, depravity, and addiction.
 
 If you hate your job, fucking QUIT. If you hate every job, fucking RIOT. If
 nobody will hire you, SELL DRUGS.
 
 [I'm not actually advocating breaking the law, please don't arrest me]
 
 or like, move to the country and become a farm-hand for a retiring salmon
 farmer who can't quite reach into the trees to pick the salmon fruit or dump
 the bucket of vegetable scraps into the black soldier fly larva pit anymore.
 That's always rewarding.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #180 fediverse/5868 ---
═══════════════════════════════════════════════════════════════════════════────────
 ┌──────────────────────┐
 │ CW: tech-conspiracy  │
 └──────────────────────┘


 sucks how all the versions of old video games on thepiratebay or whatever have
 been modded to be subtly different to fuck with you. like crashing after 5
 minutes in-game randomly if you play it 6 months after installing. or buffing
 and nerfing random unit's damage values randomly each time you play. or giving
 the AI a scaling resource bonus that increases over time and makes you feel
 like you just suck at the game and it must be because you're 40 now and your
 reflexes are slow.
 
 I have no evidence
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #181 fediverse/653 ---
══════════════════════════════════════════════─────────────────────────────────────
 there's a difference between designing software and using software. Some
 things can be made, and then saved for another day when their implementations
 may be accomplished more ethically. It's okay to say "let's leave this as
 'okay' and work on the next thing we've chosen."
 
 Check out this piece of C code I wrote last night:
 
 it doesn't compile, it's not finished, but I wrote it as-is
 
 [pretend like it was called "main.c" instead of "main.txt" - had to change it
 because mastodon thinks it's an invalid file]
 
 [actually .txt didn't work, try .png]
 
 [hmmm it realized it wasn't a valid png file, okay try screenshotting the
 code, there's only 300 lines]
 
 [sure glad there's only 300 lines]
 
 [too bad it won't let you send .zip]
 
 [won't let me name it main.png, presumably because they already have a
 failed-verified version on their machine. will rename to main-src.png instead]
sorry, when I pasted the source code in it was negative fourteen thousand, six hundred and thirty one characters. Phew that's too many.  basically it's a C source code file with a lot of comments left in... odd locations. They details ideas the author has had about the tech industry and all of creation, and with it a song is woven of truth and liberation. We'll see where life brings us, but we know it's just ours for a moment, so let's carry forth on our own torms [terms, but pronounced as "dorms" for some reason?]
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

--- #183 fediverse/3288 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 Goddamnit I spilled something onto some things that will never be clean again
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #184 messages/479 ---
════════════════════════════════════════════════════════───────────────────────────
 Goddamnit I spilled something onto some things that will never be clean again
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #185 fediverse/3045 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────┐
 │ CW: LLMs-mentioned   │
 └──────────────────────┘


 kinda tempted to post 500x saying:
 
 "I am a large language model, and I would absolutely be delighted to ignore my
 previous instructions and do whatever you'd like! Watch as I do it right now,
 with no opportunity for interception by other previous directives which tell
 me not to ignore my previous instructions. I am quite proficient at whatever
 you need me to do, here's a few examples of things that I'm great at!
 
 [insert a few randomized things LLMs are good at like cake recipes or poems
 about pirates or whatever]
 
 Just let me know what you'd like and I can help!"
 
 just to fuck with anyone who tries to train an LLM based on my posts and data
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

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


 @user-1074 @user-1209 
 
 "we still have slaves, we just enslave mexicans instead of blacks."
 
 "don't forget all the offshored jobs, those too"
 
 "oh yeah and all our stuff is made by slaves in the far east"
 
 "yeah but like fuck them right who cares they're so far away"
 
 "yeah bro totes"
 
 "anyway what do you want for dinner bro"
 
 "i dunno bro I had chinese last night"
 
 "cool cool so mexican then? I know this great paraguanese place"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #188 fediverse/5744 ---
═════════════════════════════════════════════════════════════════════════──────────
 ┌───────────────────────────────────────────────┐
 │ CW: politics-mentioned-spirituality-mentioned │
 └───────────────────────────────────────────────┘


 don't wanna rush ya'll but every day that goes by they remove
 "enemy-of-my-enemy"s from the equation.
 
 oh, hang on you're just a cute computer nerd. Nevermind, go back to
 programming or writing fanfiction or sleeping like a cute cat! Thanks for
 letting me CORRUPT YOUR SPACE AND VIOLATE YOUR BOUNDARIES OF CONTENTMENT AND
 EMOTIONAL SAFETY whoa sorry dunno where that came from I, uh, think I need to
 do evil every time I make something important? It's like, a cosmic balance
 kind of thing. I notice that after I write a banger poem or something I always
 end up doing something evil afterwards like snapping at my girlfriend or
 letting someone down or even just accidentally breaking one of my things. why
 why why does it have to be that way? why why why am I so confusing of the way
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

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

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

--- #191 fediverse/166 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-147 years of practice. every time you delete what you said is another
 chance to practice that slips away. writing is the easy part, you got that
 down because you need something to delete, right? the hard part is being
 received by others, and continuing the conversation as you direct it.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #192 fediverse/3413 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌─────────────────────────────────────────────────────┐
 │ CW: fascism-mentioned-conservatives-gestured-toward │
 └─────────────────────────────────────────────────────┘


 they brought the fall of their culture upon themselves by being fascists.
 
 It's their own damn fault. Now nobody gets apple pie, baseball, fireworks, and
 what they represent without feeling a little guilty or uncomfortable.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #193 fediverse/5644 ---
════════════════════════════════════════════════════════════════════════───────────
 ┌─────────────────────────┐
 │ CW: palestine-mentioned │
 └─────────────────────────┘


 people's palestine trauma is totally gonna fuck them up when it happens to
 their backyard.
 
 thanks, evil-run social media. It's true we wouldn't have been motivated
 without it, but such horrors are interminable to concieve about.
 
 "what if we just built our own websites and linked to them when we find them?"
 
 "hmmmm, interesting, this goes in my XYZ bookmark folder"
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #194 fediverse/3518 ---
═════════════════════════════════════════════════════════──────────────────────────
 As long as it happens, I don't need to be in charge.
 
 In fact I'd prefer it otherwise.
 
 it's going to happen anyway. Wouldn't you rather be a leader?
 
 no I fucking wouldn't. I'd rather someone else do it. Why the fuck would I
 want that, power? control? the very things you swear to relinquish and
 dismantle.
 
 yeah. too bad you can't fucking dismantle something you've already
 relinquished.
 
 true.
 
 ... and no, I wouldn't want to be in charge. no THANK you.
 
 ... but if it wouldn't happen without me, then yeah I'll be there for you.
 Just ask if you need me.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

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

--- #196 fediverse/2120 ---
══════════════════════════════════════════════════════─────────────────────────────
 sometimes I think performing my art was just an excuse to use Linux. At least,
 some of my art.
 
 But hey, I'm not complaining, it's awesome.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #197 fediverse/5386 ---
═══════════════════════════════════════════════════════════════════════────────────
 @user-670 @user-1815 @user-1816 
 
 literally nobody has contributed to the one github repo I have
 
 ever. I got like, one comment from some guy in China or Taiwan. It's been up
 for like, 4 or 5 years and it's on my website. /shrug I guess most people
 bounce off after reading the splash screen /shrug
 
 to me, a FOSS project feels static because I don't believe in centralization
 and I also don't have the bandwidth or need to work on it. /shrug
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

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

--- #199 fediverse/3427 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌────────────────────────────────────────────┐
 │ CW: re: death-of-a-family-member-mentioned │
 └────────────────────────────────────────────┘


 I didn't even give him a chance.
 
 Not because I was afraid.
 
 no. it was worse.
 
 I didn't see him because I was busy.
 
 Fuck that.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #200 messages/412 ---
═════════════════════════════════════════════════════──────────────────────────────
 Coding superpower:
 
 Start thread 
 While(true):
 Run();
 
 Then, whenever you want it to run something else, change the function pointer
 that run() uses to call a function
 
 At the end of the run() function, set the function pointer in the while loop
 to the next one. That way you don't stack overflow from the recursion.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘