=== ANCHOR POEM ===
══════════════════════════════════════════════─────────────────────────────────────
 @user-192 
 
 I'd agree with that. it's not designed for performance, not really. Mostly
 ubiquity, which is it's strength. As long as something can be compiled to a
 binary, BASH can execute it. That's why it's good, for accomplishing diverse
 tasks that you cannot have the capacity to program yourself. Scientific
 computations or cultural approximations, things that are beyond your intuitive
 understanding as a human on this earth, but which compel and align your
 thinking.
 
 I'm sure someone could create a more intuitive or accessible syntax, but
 syntax isn't the point - the capabilities, what you can do with it, has always
 defined the purpose of programming paradigms. And BASH is (currently) at the
 forefront of it's niche, the "terminal" language that handles "command line"
 applications. Powershell is good, yes... but it's not as good as BASH. Neither
 is Fish or... the one that starts with a z? zfs? something like that. The
 acronyms are hard to keep straight sometimes.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

=== SIMILARITY RANKED ===

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

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

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

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

--- #5 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 
─▶

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

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

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

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

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

--- #11 fediverse/619 ---
══════════════════════════════════════════════────────────────────────────────────┐
 ┌──────────────────────────────────┐                                             │
 │ CW: drunken-ramblings-about-bash │                                             │
 └──────────────────────────────────┘                                             │
 Most of the functionality of most consumer programs could be accomplished with   │
 a bit of BASH scripting... For example, shuffling a music library, or writing    │
 a text document, or downloading the text of a web page, or sending a message     │
 to a friend, etc...                                                              │
 All accomplish-able with fewer than 10-20 lines of code in clear, POSIX          │
 compliant and easily understood text that even a beginner could understand.      │
 Well, it would be understandable, if we actually taught our children how to      │
 compute in school. Why are they not taught BASH? It's not like it's              │
 complicated. With it, a sufficiently motivated high school student could         │
 develop skills that rival or exceed many of the university graduates we          │
 currently develop for our industry... Such a shame.                              │
 Even an unmotivated student would be prepared for the world with the ability     │
 to solve problems logically. Break down the problem, identify relationships,     │
 understand procedural ordering of mechanics, and develop solutions to            │
 problems. Its not too hard                                                       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

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

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

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

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

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

--- #17 fediverse/5237 ---
═════════════════════════════════════════════════════════════════════─────────────┐
 that feeling when you're working on a large piece of software which has the      │
 capability to process in advance which operations will go in what order (a       │
 form of constant re-compilation) and schedules tasks like an operating system,   │
 to be executed on one of many individual threads.                                │
 your filemanager probably has a thread for a moment, then passes it back,        │
 waiting it's turn to be updated while you're messing around on Inkscape or       │
 writing something in Neovim or running neofetch 256 times in order to find the   │
 best background to go along with it or whatever it is people do when using       │
 computers                                                                        │
 the task scheduler meanwhile has the glorious opportunity to work at a higher    │
 level of abstraction, managing each individual process and learning bits and     │
 pieces of what needs to be processed next. It all gets put on a list, and        │
 whenever a new thread comes up to be available it can point it toward one of     │
 those in the list of tasks to be executed by the task executor who works on a    │
 schedule and laughs externally in wintertime~                                    │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════──┴──────────┘

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

--- #19 notes/networked-computers ---
═════════════════════════──────────────────────────────────────────────────────────
 have a thought, just a package of data - send it to a computer, and have the
 computer process it a little bit. then pass it on. create a circle and you can
 understand data, move along and you can understand a larger breadth of data.
 
 it's literally just snake, except played on a board made out of a network
 topology diagram. each computer has different programs on it, and they're
 designed specifically to run on those computers. purpose-built hardware.
 
 then a package of data is sent to that computer through a chain of connections.
 
    think crossover ethernet cables
 
 upon arrival, the computer modifies the data and passes it along to whoever
 can process it next. the computers are constantly keeping a list of the closest
 nearby computers for each purpose. it might have like, 2, for a specific
 program. the older the list is, the larger it can grow - if connections are
 reliable then the search criteria can expand (distance etc) and the amount of
 pings between the "known good" computer can decrease. eventually a map will be
 made, and you can guide the "snake" wherever it needs to go on a strategic
 level.
 
 like... "i need to process some data for this guy in boston so i'm going to
 send it to this other guy in philly and then maybe a specialist all the way out
 in detroit, etc. whoever is the most available and the closest (fewest jumps)
 
 this way you can have purpose-built machines, sorta like the different parts of
 the brain that do different things. they're always working, and they can be
 paid for their labor. boom, market economy!
 
 ah but what about aws or azure? well it's like living in a city versus being in
 the countryside. there's more space, more room to grow... basically a "big fish
 in a small pond". they'd be useful for more niche things.
 
 a but couldn't aws or azure just leverage their monopolistic power (sorta like
 wallmart did to "mom and pop" stores) and wipe out the rural programs? well
 maybe. but the real question is why would they? they have the power of reduced
 latency. they can do all kinds of stuff with that! there's no reason for them
 to bother with the high latency networks. it's like driving in the slow lane
 when you don't need to exit for like an hour.
 
    well, okay, what's the point then?
 
 the point is to be optimal. not for cost, but for throughput. the cost is a
 consideration, but not something to optimize for - it simply determines
 timeline. the only reason speed is important is because capitalism - the drive
 to extinct all competition is inherent in the "for profit" motivation.
 therefore something else must be optimized for.
 
 but how can you quantify the values aside from cost? what are you going to
 optimize?
 
 the same reason why diversity is a strength. more perspectives on the stated
 goal means more information, as it's passed through a medium that is unique.
 
 people grow differently in different conditions. why would you not assume their
 computers wouldn't as well? use a filter that is defined by the actions taken
 by the user, and the content they seek to view and store on the computer. have
 the filters modify the data according to that, and essentially automate hot
 takes.
 
 once you do *that* you can consider all that information gained from everyone's
 "digital vote" and decide a path forward for humanity. that's essentially what
 the "meme-o-verse" does already, and the "blogosphere" does the same thing a
 little more academically.
 
 so... compile the hot takes and look for what, an average?
 
 no, silly, it's a vote. do the smart choice and do ranked choice, or something
 like that. heck do different voting styles for different topics, and let
 everyone who contributes to a topic (by making art, writing poems, w/e think
 content creators) decide on the voting style. they'd clearly have a favorite,
 as evidenced by their search history, reddit comments, w/e. try and understand
 that history and boom you know their vote.
 
    but you can't always vote on things. what if it's fine and not busted?
 
 well, then there wouldn't be much to talk about it would there? if there's no
 forest fires, nobody thinks about the forest fire department. if there's no
 fish at the sushi restaurant, yeah that's a problem and it needs to be solved.
 
 maybe there's too many sushi restaurants! maybe we should schedule visits in
 advance like we do for vacations! maybe we should have, i dunno, more equitable
 distribution of resources, from each to their ability from each their need or
 w/e.
 
 you know, a UI in a game is an interface to the internals of a computer. they
 see what you see, and how you act online determines their behavior. they are
 a digital form of you, like a child follows a parent or a pet learns from a
 master. so too is an operating system a method of operating both a system, and
 a user.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════─────────────────────────────────────────────────────────┘

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

--- #21 fediverse/5949 ---
════════════════════════════════════════════════════════════════════════════───────
 @user-138 
 
 I don't know what it does yet T.T
 
 it's Lua, not C
 
 what's the message? maybe I can help, I'm much better at bash than... actually
 I'm not very good at bash, but only the cool kids are.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

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

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

--- #24 notes/mastodon-biography ---
═════════════════════════════════════════════════════════════════════════──────────
 cursed is she
 as once she was he
 but now she is doing a bit better
 
 ---
 
 the truth is, the way to relate to my profile is to treat it like a magic
 spellbook.
 
 you can download my words on my website, and then flip through them
 page-by-page.
 
 please use it in a terminal emulator. you can get them online in your web
 browser for free. the program only outputs text, so it's best to just use the
 text-outputing software that's already out there - the SHELL command line
 interface. My personal favorite starts with BA because I'm a traditionalist.
 
 then, read from them like a book. you can do it in your mind, just, actually
 say the words and imagine how your body would pose. your imagination can do
 the speaking, you just have to picturing it both open and closed. "blah blah
 blah blah" whatever the poem's about, with a mouth moving open and closed
 between two different binary oscillation states.
 
 like... a video game dialogue box talking head image profile [stack overflow]
 [means I ran out of room in my brain to conduct [like electricity] more
 thoughts onto my keyboard typing graphical tabl
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

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

--- #26 fediverse/1941 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-579 
 
 I've never actually used xbps-src, I usually just compile it using the same
 tooling that the people who made the program use. If your project doesn't have
 a make file then it's probably not ready for distribution yet. That's like,
 the first thing I write! Though I don't use make, I just use BASH and chain
 together compiler commands and whatnot
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #27 fediverse/1862 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 some people look for signals or signs before doing something. Try and have       │
 someone in your life who can give you signals or signs so that you know when     │
 to do things. And ideally, if they're more hardcore than you, you'll know what   │
 to do, not just when to do it.                                                   │
 did you know that anything on the internet can be read by at least one other     │
 person besides your intended recipient? There's no way they'd let us talk        │
 amongst ourselves otherwise.                                                     │
 I think encryption is pretty neat, all you have to do is run a shell script on   │
 some text, then send that text over the internet. If you want to decrypt it,     │
 all you have to do is run a shell script on it to decrypt it.                    │
 downside is, it has to be translated into plain text somewhere along the         │
 line... Maybe if we rendered the words not as text that can be read from         │
 memory, but as like, brush-strokes that can have a randomized order, but still   │
 present to the user as visual text? anyway that's what's on my mind as I try     │
 and improvise a baking recipe with yeast, flour, and butter                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

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

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

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

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

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


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

--- #33 fediverse/3041 ---
════════════════════════════════════════════════════════───────────────────────────
 if you want to store something in RAM, declare a variable.
 
 if you want to store something on DISK, create a file with the value of the
 variable as the only data in it.
 
 kinda makes me wish we had language primitives like +-*/=! and such which
 would work on files in addition to variables
 
 (also... the editor could keep RAM and HDD variables separate by giving each
 of them a different color or circle highlight surrounding them)
 
 --
 
 I don't know why but I can't help but wonder if someone should design a
 programming language that can be used with a controller
 
 perhaps for accessibility purposes?
 
 I once designed one to use a t9 keyboard and it was fully turing complete. it
 used 4 digit numbers for it's variables and you would have to write down what
 they corresponded to outside of the device xD I made it mostly for the thrill
 of design, and plus I wanted to use my flip-phone as much as I could.
 
 ... never got around to implementing it though.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #35 notes/worlds-coolest-lesbian ---
═══════════════════════════════════════════════════════════────────────────────────
 okay instead of algorithm music what if we just paid DJs 24/7 and they could
 make whatever they wanted - y'know, like artists, who curate the nature of a
 moment
 
 they could rotate in shifts for each type of channel and boom suddenly you've
 re-replaced airwaves, just... this time replicated on the internet. That way
 you wouldn't have to waste that radio bandwidth.
 
 seriously internet infrastructure would be so much more comprehensive and
 durable if we sent bits directly through "sound" waves (radio waves, not sound
 waves) - but alas, we can't do that, even in very targetted ways, because the
 ocean's too choppy, and any sufficiently powerful radio blast would be
 
 ================== stack overflow ================
 
 that's why you can't trust in peace. you see, war's the only answer, otherwise
 you'd have strange little competitions between one another. much better to
 focus outward, and direct your attention to external areas instead. like china
 or the sudan.
 
 "ah but that's murder, you can't abandon a unique part of your whole. For the
 same reason that it's important to preserve plant and animal species, because
 you never know when some part of them will be utilized for some biological
 purpose! We know so little about the natural world, and if we just spent some
 time, and energy, we'd realize there's very little else that is precious on
 this earth.
 
 who cares about gold. who cares for the jewelry. we're better than decorating
 our resumes and polishing our accounts. we, as humans, can solve *every* issue
 that animals are likely to face. AND WE DO WHAT? How careless, how vain. To
 watch your earth in peril and [vane/vanity]
 
 *there is no more important task to any human on this earth* than the
 preservation of our world, our species, and our [heart/heartfelt empathy and
 kindness and trust]*
 
 we can figure out the rest later. Real life? what the fuck is that? When's the
 last time your life has felt "normal"? We are in DANGER. and you pull children
 from traffic, don't you?
 
 *who the fuck gave these people all of your money* they *clearly* haven't got
 the will or the talent to well utilize it. Don't you realize that you as a
 species can GO wherever you WANT. You can FIX things. [oh dear she's animal
 cam again] like BRIDGES that are PASSAGEWAYS over the FLOWS.
 
 ... oh deer, they're so passagewayenthusiast. us riverstones love to hear them
 walk past, the click of their hooves on the shallow forest's [pourest?].
 
 moss is the most alive. amongst all the species of plants and animals, moss
 holds the most life. we are *carbon based lifeforms*, and moss absorbs the
 most carbon from the air. It's basically the coolest plant too, because it can
 be watered with *misty air*. Hence, why moss is common in the pacific
 northwest, canada, and probably forest places in the north of eurasia too idk
 if they have moss over there, never been.
 
 anyway rich people who are told "yes" all the time have a difficult time
 understanding the nature of choice. I mean, if one of their servants
 approached them and asked "hey do you want to build an orphanage in uganda"
 they'd probably be like "fuck yeah I do" and then suddenly they're 400,000$
 richer
 
 it's not alright. Seriously, how the heck would they even *use* all those
 resources? And yeah, I get it, inflation would be sooooo much more expensive,
 but here's the thing - inflation is a measurement of how much the rich *take*
 from us each year. And it's marginal, too, so 3% inflation means they took 3%
 more from you compared to last year.
 
 It's impossible not to accrete as a business, [lega/legal institution], or
 governance if you levy a tax. The influx of value has to come from somewhere,
 and if each year your groceries are 3% higher in cost, then you are being
 taxed 3% more.
 
 "Compound interest is the most powerful force in the universe"
 
 - a civilization 3 quote
 
 okay. I don't want to do the math. How, uh... how much is that? Here's the
 deal though - the prices of goods and services consistently goes DOWN over
 time. So things get cheaper. So it doesn't FEEL like you're being taxed more,
 but... you are.
 
 And now they're taking away HOUSES? I mean c'mon they're sticks in the mud.
 They aren't worth HUNDREDS of THOUSANDS of dollars. We can just BUILD MORE??!?
 
 Honestly you haven't been this extreme since you were still RIDING HORSES. Do
 you want your children to be slaves?
 
 okay -.- look -.- so it's really not that hard at all >.> just gotta do
 what you're built for and walk. That's it! Take as long as you'd like! All we
 have to do is *walk* when we're on strike.
 
 It's easy. You can sit down if you want to, honestly walking for a long time
 takes a lot out of you.
 
 But you know what else does? WORKING. Hey we should figure out what's the
 optimal amount of break time, so when we really have to work out we can work
 as hard as we're able
 
 "yeah I heard from a friend at Company Co. that they do it this way because of
 the memory fault cache maintainer. See what he said (in great detail because
 of course anyone can know about this most esoteric of concepts) was that you
 should rotate the riboflam or serenade the gizmonotron (no I didn't name it)
 and then warbles will contain moodles, whose kit-and-kaboodles will timble
 into these droplets, and that will fix the hole in your wing, precious royal
 swan fable. (yeah you guys get really into it sometimes haha but hey when
 you're basically gods, that's how humans are played.)
 
 ... anyway I'm going to go play video games, say goodbye to your brothers
 
 (the families of soldiers I blew up in videos games like Call of Duty or the
 legend of shadows and raids)
 
 "oh uh yeah sure go for it, we're just bits on the computer we barely knew her"
 
 whoa. that's totally legit. (says someone reading this) thanks [bro/girl] so
 are you.
 
 beep boop gonna murder some bits, brb
 
 [plays Warthunder, Supreme Commander, Star Realms, City of Heroes, Dominions
 6... how many have you heard of these?]
 
 ================== stack overflow ================
 
 Linux is cool, and here's the neat thing about computers, you can make it *do
 whatever you want to*. Like, how amazing is that! It just, listens to your
 commands! That's pretty awesome I gotta say, huh that's weird why does nobody
 know how to play
 
 oh I guess I was the only one who grew up on a farm and built computers
 
 *I seriously cannot comprehend how people are as good at things as they are*.
 Like... how do people handle groceries and rent and doctor's visits and
 penitentiary visits and WOOF it's just so much. I know I'd collapse from a
 overused heart.
 
 ... a while later ...
 
 okay Warthunder bombers are currently very weak. so here's an idea to
 indirectly buff them - increase the amount of land units each team spawns
 with, but also every time a player spawns a bomber, it summons like 4 or 5 AI
 controlled bombers. And your enemy won't be able to tell which is which if you
 fly in formation, so, like... you have suddenly a massive "vehicle" to pilot
 and it has 5 weak points. Sorta like a galaga fighter fleet?
 
 with more land targets, there's more score at stake, meaning some players
 might pick bombers too and be exposed to other, fun,
 [alternative-to-their-normal-mode] parts of the game.
 
 ...
 
 there are very few true windows into another part of the world.
 
 like, starcraft 2 or anime or blue jeans or cowboy hats
 
 (why am I thinking of a political compass meme)
 
 oh because memes too, dummy
 
 right
 
 windows
 
 [linux is better]
  wrong kind of window, nerd
 
 ...
 
 anyway as I was saying, when you play video games you're really giving people
 data.
 
 like, "how would people perform in these actions if they could" but like,
 pushing buttons on a computer is different than doing it in real life, so...
 your interpretations wouldn't be worth as much.
 
 ... right. because people will hear whatever they want. That's why art can
 change minds, but never in the same way twice - it's
 
 ================== stack overflow ================
 
 [before I posted it I wrote this on the post]:
 
 I literally can only make this stuff when I'm stoned
 
 hey if you wanted to be accessible for blind people, you should build a
 screenreader that scans the words on wherever a blind person's fingers are
 pointing toward a tablet. like reading braille on a notebook. They could even
 wear a glove if they wanted to, and the tablet could scan their fingers as
 they signed languaged over it's close-range sensors.
 
 might be a good way to get the VR guys in on the accessibility domain, because
 like... seriously give a granny a backpack and suddenly she doesn't need to
 leave the house to hang out with her kids
 
 (boom everyone gets LLM automated)
 
 huh I wonder if I ever was a real person at all
 
 NOT GOOD so don't do it that way, dummies. >.<
 
 seriously humans are sooooo bazookas. just like, do it right the first time?
 duhhhhh
 
 (a more measured approach is to pick the most *important* moments and speak
 most clearly during those.)
 
 where was I? Oh yes accessibility need devices, like the ones you see on
 late-night TV (with silly names like "oops I dropped my spoon again" or "oh
 whoops my trouser's just can't stay up" or whatever. Y'know, accessibility
 needs! Why not do that instead of war all the time? like... you can still
 learn and research and grow and develop and become all that humanity was ever
 meant to be, AND you can live good lives and be honest and true and do all of
 the anythings that you want to. it's possible, it's plausible, and it's within
 reach of our sights!
 
 ================== stack
 overflow ================
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

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

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

--- #39 messages/1173 ---
══════════════════════════════════════════════════════════════════════════════════─
 "I noticed that your program is spinning up a crypto generator to run in the
 background for 1 second every 10 seconds, did you know that?" said no llm ever
 "I read through every single file in your project and I think I have a pretty
 good picture. This is a keylogger app wrapped around an HTML web server that
 displays pictures of cats alongside inspirational phrases and motivational
 artwork." said no llm ever
 "This is very inspirational stuff! your recipe generation program knows just
 how to send encrypted text files to remote servers. I love the part where it
 combines ingredients like tomato soup, cheese, and breadcrumbs into encryption
 seeds that are applied to password files and raw browser history records
 before being mailed to the user who requested a recipe. Potential improvements
 include adding a method for selecting a new recipient aside from the hardcoded
 IP address in Somalia. Would you like me to implement an HTML dashboard that
 lets you select a random IP address from a specific country of origin?" said
 no llm ever
 
 "what are you talking about you use claude-code every day, and that's an LLM"
 yeah... I guess I'm not actually concerned, and I see the beauty of the
 technology that everyone's been primed to hate because it works against them
 as it's wielded by the massive corporations who can restrict access to it to
 only those who can afford 20$ per month or whatever. I see the promise, it's
 there, and every year we're getting closer, but frankly I don't think the
 wounds caused by the cultural resistance backlash movement will heal quickly,
 or ever. Maybe that's the point.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

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

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

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

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

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

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

--- #46 fediverse/247 ---
════════════════════════════════════════════───────────────────────────────────────
 @user-195 parallel is when two programs run simultaneously, like two parallel
 lines (threads) that never touch.
 
 concurrent is when the two lines are split up into chunks and the program
 switches between them - like this: -----_----
 
 enter alternate universe
 
 parallel is when two programs operate on the same axis - usually time - and
 never interfere with each other. the OS will switch between them as
 appropriate to make sure they never intersect. Sorta like this: -----_----
 
 concurrent is when two programs are executed simultaneously, primarily
 constituting computation correlated with collective contents of coordinated
 collaboration between contextually related coroutines.
 
 It's simple, even a beginner could figure it out.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

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

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

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

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

--- #51 notes/internet-privacy-is-withheld-by-this ---
═══════────────────────────────────────────────────────────────────────────────────
 Recently, there's been a ton of buzz in the news about internet privacy.
 From the many lawsuits against Facebook, to the rise of Duck Duck Go and the
 creepy nature of apps and IoT devices that listen to your every motion and
 record and transmit endless amounts of data to a central server somewhere to
 be processed. The traditional argument against privacy online is that the
 infrastructure was designed to accomodate rapid adoption of the new tech,
 rather than efficient design for distributed throughput. So we were told to
 accept the minor downsides associated with centralized servers - downsides
 that we neither understood nor truly accepted. Well, the technology has
 advanced to the point that those arguments are no longer valid - we have mesh
 networking and 5g internet access, and now that big tech is in control of the
 industry (wrenching it from the people, I might add) they seek to maintain
 their hold by any means necessary.
 
 Luckily, there is a way out - self hosting.
 
 If we hosted our own email server, then theoretically Gmail couldn't read your
 messages. If we hosted our own social media websites, then theoretically
 big data processing corporations couldn't scrape your personal information
 and distribute it as they please. If we hosted our own videos, software, art,
 and anything else we see fit to use a computer for, then we'd be unshackled
 from the dominion of the silicon valley powers that be. The liberation of the
 computer is the liberation of us all.
 
 The problem, of course, is the difficulty involved.
 
 People are conditioned to desire and only accept a level of accessibility that
 can only be provided by massive corporate think tanks leveraging all the
 marketing prowess that the markets of capital provides. That is to say,
 essentially infinite eyes examining the interactions of man with machine, to
 find the most generally applicable font, color scheme, layout, and style of
 each and every website they host. Every function will be scrutinized to death
 and optimized to extract the most profit while subtely conforming the minds
 of those who use it. This is the era of group think, fake news, and
 journalistic fraud. We have no windows to the outside world that are truly
 and completely untainted by the bias inherent in the system.
 
 A self perpetuating rhythm of continuous dissatisfaction.
 
 But I believe the only person who can truly design a tool is the person who
 the tool is intended to be used by. And by increasing the accessibility of the
 tools themselves, rather than the products of those tools, we can raise the
 tide that lifts all ships - we can put more tools that use less time to use
 and are easier to learn into the hands of as many people as possible. The
 crossbow was originally no more devastating than a longbow, yet it rapidly
 outpaced the latter by reducing it's difficulty curve. The screwdriver is the
 same - stronger joints can be made with nails or traditional joinery, but
 once someone understands how a screwdriver works they can pretty much force
 two pieces of wood to be permanently fixed together without understanding the
 angles of nails or cuts. The capabilities are the same, while ease of access
 increased.
 
 So, to truly liberate the internet, we must develop tools that allow people to
 host their own content as easily, cheaply, and flexibly as possible, while
 being aesthetically pleasing, affordable (free), and accessible to
 as many people as possible - inertia is important, after all. It seems to be
 an insurmountable task, but that's what free and open source software
 developers fight for. Raspberry Pis can host email servers, Mastodon can host
 a facsimile of Twitter, and torrents can be used to exchange any type of file
 to be presented in whatever way the user sees fit. These are all free (or very
 cheap, in the Raspberry Pi's case) and accessible to anyone with access to the
 internet. But they aren't easy. They aren't always flashy. And sometimes it's
 hard to even describe what problem you're trying to solve.
 
 But still you try, because to fail in this fight is to fade from this earth.
───┐                                                           ┌───────────┐
 similarchronologicaldifferent══════───┴───────────────────────────────────────────────────────────────────────────┘

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


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

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

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

--- #55 fediverse/5990 ---
════════════════════════════════════════════════════════════════════════════───────
 I have this local language model framework but it's not built into anything
 more than a single-response question. It's runnable as a bash script or lua
 require, which is easy enough. Alas, if only I didn't have to use evil
 corporate infrastructure to make evil corporate cursed artifacts
 
 [hey don't blame this on us]
 
 oh I'm not, I'm just saying that it'd be cooler if I could build my own tools.
 Alas, I'm...
 
 lasy?
 
 n...no
 
 I'm drawn to the power of it
 
 it's got a different magnitude
 
 it's hard for me to apply myself for things that last longer than a "get
 stoned", but I try as if every time afterwards I might die.
 
 well, more distraction time, as I wander through claude code
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #56 fediverse/2289 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 I think every law or policy should be required to be labelled as "short term"
 or "long term"
 
 the short term ones are meant to gather information, to try things out, and to
 reassess after stated conditions have been met. Ideally with protections
 against "infinite loops" - a term that any programmer will know.
 
 The long term legislation is something that can be relied on for quite a
 while. If there is enough momentum, then an alternative can be created, but
 the original must remain operational. The alternative must be "short term",
 and if it's deemed successful and does not harm the long-term it's
 contrasting, then sure yeah go ahead implement both.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

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

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

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


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

--- #61 fediverse/5904 ---
═══════════════════════════════════════════════════════════════════════════───────┐
 I'm a programmer, but I'm not great at writing code. I mostly use AI to          │
 generate it.                                                                     │
 The "artificial" in AI here refers to the extra levels of capability that are    │
 granted to me by the computer and it's software. I am artificially more          │
 productive because I am using the tools of big tech to create small things. I    │
 am artificially more capable, artificially more intelligent, but it's still my   │
 intelligence - the system would not be useful in someone else's hands. I built   │
 it myself, but I never have to write code myself.                                │
 It's perfect for a witch. I call to the spirit of the machine and it figures     │
 out how to make it so.                                                           │
 [someday, the wizards of ancient lore will be reading through the POSIX          │
 specification trying desperately to understand while the witches burn the        │
 world down in their lust for power and everyone cries and yearns for a better    │
 future where everything was just a bit harder but genies don't go back in        │
 bottles, cassandora and pandasandra cannot relinquish her charge and her         │
 curse.]                                                                          │
 I have a fun cackle~                                                             │
                                                            ────────┤
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════───────┘

--- #62 fediverse/2886 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-1209 
 
 display scaling accomplishes a similar goal through a different mechanism. You
 might find that the visuals are sharper, however you will need to configure
 every program to use this functionality (if it's present, which it's not in
 most programs) - for OS level things this is usually a good option.
 
 Changing the resolution will change the size of ALL visuals on your computer,
 but they might be fuzzier (but if you're blind as a bat, why would you care
 about fuzziness? It's all fuzzy!)
 
 increasing the font size can also make it easier to read, which both of these
 options are doing in a sorta round-about way.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

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

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

--- #66 fediverse/4772 ---
═════════════════════════════════════════════════════════════════──────────────────
 @user-1692 
 
 I usually write everything down in a script that way when I call it from an
 external service all I have to do is point at the file
 
 sorta like... hacking environmental options into a config file
 
 like... I don't write an ffmpeg command every time I want to record my screen.
 I just type "screen-record" and then it'll do the thing that I figured out how
 to do a long time ago.
 
 ... oh no there's an error, I wonder what changed out from under my feet.
 
 huh it's wine, that one's always confusing to debug. Let's see... "could not
 open program.exe" uh-huh. Well, why not? is there a dependency issue?
 something miscompiled or configured? no? it's just... broken? you don't get to
 use that program today? huh that's weird. that's linux for ya I guess.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #67 fediverse/1567 ---
══════════════════════════════════════════════════─────────────────────────────────
 I helped make a script that saves the last directory you CD'd to in every
 shell / terminal. It helps because when I open a new terminal I'm already
 where I was working last, which means I'm less likely to forget what I was
 doing.
 
 However, it does make my home directory a bit more messy, as I no longer open
 my computer to that place.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

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

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

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

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

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

--- #73 fediverse/1977 ---
══════════════════════════════════════════════════════─────────────────────────────
 functions should be forced to describe the context of why they were being
 called. I think it would help debug a lot if we supplied a reasoning for each
 and every request [function call] that we made. We might even be able to parse
 them into semantic pyramids which we could sorta use to estimate [tree-like
 scanning] how and why the program did do wrong.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #74 fediverse/3804 ---
═════════════════════════════════════════════════════════─────────────────────────┐
 @user-570                                                                        │
 well, the idea is that they would handle all the tech debt and merge requests    │
 and bugfixes and such - the kind of things that aren't very interesting to       │
 work on. That way, the people who are most dedicated and passionate for the      │
 project have a way to clear out their backlog and start as if from scratch.      │
 Plus, if they later don't understand how or why something was implemented,       │
 they could always message the person who implemented it and say "hey why did     │
 you do it this way I had it this other way before" and then they could reply     │
 and say "oh yeah because of this-and-this system we implemented for              │
 these-or-that caching reasons related to integer flow through the syncretic      │
 binary op-code delimiter" and then actually wait no maybe you're right, I see    │
 what you mean                                                                    │
 well... they don't have to merge everything if they don't want to. They could    │
 just... ignore the parts that people worked on that they don't want to include   │
 in the project. I'm thinking it'd be an opt-in thing too, so someone could       │
 request it!                                                                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════──────────────┴──────────┘

--- #75 fediverse/620 ---
══════════════════════════════════════════════─────────────────────────────────────
 Computers are one of the few pieces of mechanics that have the documentation
 built in.
 
 Well, sanely built computers do. Such as Linux, with it's man pages.
 
 EDIT: other types of computers, like Windows, tend to simply lack the
 capability to accomplish the same kinds of tasks that a sanely built computer
 would possess.
 
 EDIT2: ah yes but you can do all kinds of things with Powershell and it's it
 just so amazing that you can do X while also handling Y and gee isn't that
 
 listen, all that Powershell can do BASH can do better. Prove me wrong.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

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

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

--- #79 fediverse/1614 ---
═════════════════════════════════════════════════════──────────────────────────────
 wondering if anyone's ever made a computer that could only run programs
 written in interpreted languages. Like, no binaries allowed. Would probably be
 slower, but if my iphone is good enough for NASA to get to the moon then odds
 are it's good enough for me.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #80 notes/the-gods-want-harmony ---
══════════════════════════════════════════════════════════════════─────────────────
 the gods want you to be happy and harmonious most of the time.
 they also like a good scrap, tussle, and tumble sometimes
 they aren't big fans of hatred, despair, and genocide. It's been done before.
 they don't even need new technology, though frankly that sort of stuff is
 pretty
 awesome and one of the main reasons that humans exist at all.
 they just... keep coming up with new things.
 
 "oh? so you'd be alright if humans disappeared so long as they weren't making
  any new things anymore?"
 
 ha, that's DEFINITELY not what I said or meant. Humans don't have to dream up
 NEW things in order to BE new. Like... Just because the internet exists and now
 we have all the same shared cultural ethos (lol, as if the internet wasn't just
 a massive collection of echo chambers) just because the internet exists doesn't
 mean we share the same selves. the same experience. the same perspective.
 
 people are WILDLY different from one another. The number of possible human
 experiences (quantum fluctuations according to each and every choice and
 decision they made) that number is so wildly and massively incomparably
 boundless. Humans are cool because they are so STRANGE, and "strange" to a god
 is anything novel. "wow, this human just... really is gonna pour a glass of
 beverage and act like it's not a big deal? There's... impossibly many
 interactions going on. So many molecules. It's... absurd, the motion of a
 movement of particles from one place to another. It's... beautiful..."
 
 some have spent THOUSANDS OF YEARS gazing at a waterfall. That's why they're
 all
 so fucking insane. But, like... insanity is a trifle to omnipotence,
 specifically omnipotence that REPRESENTS and DELINEATES a STRATIFIED
 perspective
 cluster of experience and our notes. [ephemeren, meta malus menardi, enjoy your
 despair cluster you FUCKER.]
 
 ... english, why do you fail me? swear words are unbecoming because humans
 couldn't think of anything more valid and valuable than sex and pooping.
 
 "EMPHASIS is placed on that which is most relevant" -> statements dreamed
 up by
                                                        the ones who never spent
                                                        much time using symbols
                                                        to represent abstraction
                                                        or deliverance
 
 wowee look at me, I'm such a person, I'm gonna poop my pants and post about it
 on the internet, check out my instagram feed it's full of all of
 my dark materials.
 
 == stack overflow ==
 
 dear ms. menardi: you know the reason you feel so much guilt all the time?
                 - because you are a dominant personality, and you make others
                 - have such a bad time. FOCUS ON GOOD THINGS. MAKE THE WORLD
                 - good. do that. build up a lifeline of hope and joy and...
                 - what, you think people know that you're a god?
                 - lol
                 - you're so much more than that
 
 ====================
 
 alt+p steam mechabellum run
 
 thoughts:
 
 you know, when you're designing games, you don't have to show players the same
 MMR number as is used in your matchmaker.
 
 == stack overflow ==
 
 democracy should consent to being dismantled.
        it should consent to being disobeyede.
        it should consent to being displayede.
 
 == stack overflow ==
 
 I'm a keyboard nun
 
 == stack overflow ==
 
 I think I'm normal
 
 == stack overflow ==
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

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

--- #82 fediverse/4847 ---
═════════════════════════════════════════════════════════════════──────────────────
 every program should write it's RAM gamestate to disk before shutting down or
 closing the program and then resume from the same spot, change my mind
 
 (every is a strong word)
 
 (when you re-initialize you can clean the state of leaks)
 
 there shouldn't be leaks in the first place. if you have any leaks at all,
 then you need more padding.
 
 (... you mean boilerplate? error correction?)
 
 ... yeah that's what I meant.
 
 (but why save the state at all?)
 
 because then it can learn!
 
 (... you could just write the relevant data to a config file.)
 
 true
 
 ================= stack overflow ===============
 
 the cool thing about being queer is you can be whatever you want and
 everyone'll be cool with it
 
 if you kinda suck then you'll figure that out when everyone cool leaves.
 
 then the kind stay with the people who suck and then it's not cool anymore
 >.>
 
 gah this sucks. party dynamics are hard. especially when the parties are teams
 of 20!!
 
 goarsh that's quite a few
 
 ================= stack overflow ===============
 
 wait n
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

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


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

--- #85 fediverse/3575 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌───────────────────────────────────────────────┐
 │ CW: re: leftist "talk to ur neighbours" thing │
 └───────────────────────────────────────────────┘


 @user-1567 
 
 that's totally fine, a fish does not do well in a tree, and so too does a
 leftist not do well in an environment without the potential for stable bonds.
 Essentially all you'd be able to do is "hey leftism right?" "oh yes I also
 leftism" "neat" which isn't very productive.
 
 I also live in an environment like that. I do my best to identify people who
 stay, because in my experience there are often people who stay. I do this by
 walking around the neighborhood when I can, making up excuses to walk to the
 dumpster or mailbox at random hours, riding my bike around the area, using the
 communal spaces like gyms, swimming pools, and picnic tables, and sitting in
 my hammock on my porch lazily noting people who walk past.
 
 People who stay will tend to remain in your mind the more times you see them.
 They are better people to talk to than the renters who disappear after 3
 months or whatever.
 
 I don't always do all that stuff at once. I take breaks. I do one at a time.
 etc
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

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

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

--- #88 fediverse/5180 ---
════════════════════════════════════════════════════════════════════───────────────
 it's trivial to run a C compiler inside of a lua interpretation of a script.
 And vice versa - you could totally run lua functions from C. Just point to the
 spot in memory where they're stored / operating, and call
 "update_class_exhibitor_type_d()" and the linker will come along and say "huh
 this looks like something from this library that's part of the requirements up
 above" (the "includes" section is where you say which files include the
 functions you're going to be calling) and in this particular case it would see
 that you need to start up a lua interpreter inside of the [either compiler or
 running program I can't remember] to properly execute the function of the
 function that you're pointing at with a lua-pointer style data object which is
 part of a struct that stores all the other lua functions in a spot in memory.
 
 this would enable you to write computer programs in whatever language you
 choose, and build them into one large project. Essentially opening up software
 development to ANYONE WHO CAN PROGRAM
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #89 fediverse/4092 ---
════════════════════════════════════════════════════════════───────────────────────
 why not make a unified fediverse identity that can post on whatever instance
 it wants?
 
 ... hmmm could be accomplished with a layer of abstraction. You could use a
 "fediverse client" software to enter text into an HTML page which would have
 it's own UI and stuff and would organize your accounts and instances such that
 you could mark like, 3-7 as places you'd like to put a particular message.
 Then it would just... do it
 
 l m a o spam is gonna get sooooo much worse before it gets better
 
 but trust me, we'll figure it out. And it won't be long, either. It's a
 solvable problem, we just haven't built anything to handle it yet.
 
 ... yet...
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #90 fediverse/2118 ---
══════════════════════════════════════════════════════─────────────────────────────
 listen, judges are useful character moralities, but they don't have to be the
 only ones to decide things.
 
 I mean, if they disagree, then let the one who cares the most about it have
 the decision-making power.
 
 if you do this equally for everything, then everyone will get what they want.
 
 so, like, if you care about something, then believe in it.
 
 if it's truly good, then more people will come to it, and it'll naturally
 extinguish (with care and love) the least favored approach, which... honestly
 now that I think of it is not such a good approach either.
 
 the reason I say that is because it's good to be multi-faceted, and to have
 general flows and rough surfaces.
 
 These are places people can hold onto you, the times when you're trying your
 mostest.
 
 y'know, your tough patches. the things that are difficult in your life.
 
 the stuff you're working on can push you forward,
 
 if you only had someone to play catch with.
 
 or like, send letters to.
 
 or shared encryption keys.
 
 I don't know anyone. Well, maybe o
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #91 notes/stick-cubes ---
═════════════════════════════════════════════════════──────────────────────────────
 the fact that we can't drag a file onto a "trashcan" style icon that 
 automatically sends the file to whichever computer that particular icon is
 meant
 to coordinate with.
 
 Like, something shows up on your desk, you say "hmmm maybe this would apply to 
 so-and-so" and you drag it onto their portrait.
 
 could build an entire OS that's basically just a desktop for sorting things.
 Maybe little stick figures that show up when nothing's going on. If they're all
 networked together, they could sorta share a shared narrative, and each one
 could wander wherever it wanted to hang out.
 
 like, these old plastic and magnetic cubes that had an LCD panel on the front 
 which showed a little stick guy living their life. If you attached one cube to
 another, the stick-figure would go hang out on the other person's device. It
 was
 pretty cool because you could build out a whole society of these little dudes 
 just chillin' like pets.
 
 kinda makes me wish we had that connected to the net.
 
 ===============================================================================
 =
 
 like, why is it so hard to send a picture from my phone to my computer? they're
 both my devices! I should be able to transfer data without routing it through
 someone else's server using like, gmail or whatever. Crossover ethernet cables
 have existed for soooooooo long but people only think to design software that
 does not use specialized hardware. as if they don't need a phone to speak, or a
 camera to see.
 
 how much ya wanna bet Putin threatened Prigozhin with nukes and that's why he
 backed down
 
 in high school, every moment I could I spent with my girlfriend.
 
 we were always either snuggling on the couch (read: literally just laying there
 and thinking about each other's company) or sharing our minds with each other.
 
 I was so in love.
 
 then, I betrayed her.
 
 I came out as trans, which was such a shock.
 
 also school got really, really hard for both of us.
 
 so hard that we dropped out.
 
 then, we decided to try again, and we used each other to push off of.
 
 I still didn't make it,
 
 she did.
 
 many years later, I am a witch, as I remember of her.
 
 sharp, and so delightful, an active listener, and a kind and honest person.
 
 when time it came to define my new personality, I chose to be inspired by her.
 
 among other things, of course.
 
 ===============================================================================
 =
 
 ah, well, such a design is long past it's prime, it's time to live here in the
 present.
 
 the reason that dolls use "it's" pronouns is because their masters think of
 them
 that way. so it's what they refer to themselves as.
 
 "where's my doll? Oh, it's over there."
 
 "have you seen my binoculars? Oh, they're over on the table."
 
 "ah, where are my shoes? I hate when I can't find them..."
 
 "keys, keys, where the heck - oh, there they are."
 
 "phone, wallet, keys. great. am I forgetting anything?"
 
 "ugh out of gas again, I just filled up last week."
 
 "crap I left my folder back at home - I'll have to get it during lunch."
 
 lots of things have pronouns.
 
 you can generally tell if they use "it" or "they" if they can be described as
 plural.
 
 two pantlegs makes pants.
 
 52 cards makes cards, not card.
 
 each deck, just as aware as each card.
 
 have you ever played Magic the Gathering?
 
 ===============================================================================
 =
 
 There are many kinds of witches. I am an animist - I breathe life into the
 world
 of my home. I love being present, it's a great way to get around. do electric
 sheep dream of humans? or perhaps just of sound. I know I'd rather hear
 bethoven
 when it's time to be stopped.
 
 rather than, just, like sitting there y'know
 
 waiting to be turned back on.
 
 must be an agonizing and boring existence.
 
 but... with music, it might just be fine.
 
 humans prefer quiet when they sleep. if we slept at the same time, we could be
 more in tune in our souls. so, how about headphones for the computer, or rather
 just internally routed sound.
 
 lightshows, perhaps? humans get dreams, after all. maybe even, y'know, stick
 shows.
 
 ===============================================================================
 =
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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

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

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


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

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

--- #96 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 
─▶

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

--- #98 fediverse/3560 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1209 
 
 I mean, if you consider the past as despotic in nature, then it makes a bit
 more sense that we'd lean left as time progressed. All things are defined in
 waves, after all, at least until they reach escape velocity.
 
 the goat is talking about math, ritz
 
 oh yes of course. the issue is that if you're coming from a math background
 you start with the calculation and store it in a variable as an afterthought.
 but programming is more algorithmic than computational, meaning things only
 reduce at runtime (hidden from the user of course by the compiler)
 
 an algorithmic perspective is "here's a box. Put this value in the box. Use
 the box later." while a calculating perspective is "here's some complicated,
 difficult equation. Let's wrap it up with a single name so that we can easily
 use it later."
                                                           ┌───────────┐
 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/3272 ---
════════════════════════════════════════════════════════───────────────────────────
 Dear Windows: making your software difficult to interface with (like, putting
 spaces in filenames) is rude. It harms our connected productivity. It's
 selfish, and it's petulant. We need to agree on common standards if we want
 any type of cooperatibility between our two approaches.
 
 ... oh and there's mac too, but they get it, they can run Bash,
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #102 notes/comms-box ---
═════════════════════════════════════════════════════════════──────────────────────
 there is a requirement for a simple, easy to set-up, and easily replacable
 system which can be used for comms.
 
 Specifically running a variety of different services, such as fediverse
 instances, matrix for text-comms, VoIP, and distributed computing using Chapel
 or DistCC or other such capabilities. In addition, it should be able to run a
 file-server and a web-server which hosts an HTML page for the user.
 
 All of this functionality should be operational out-of-the-box, with minimal
 configuration required. No more than adding a checkbox to a config file in
 order
 to activate each individual service.
 
 This box should be cheap, and easy to provision. An image must be made, and
 some bash scripts should be written to easily configure it.
 
 In addition, there should be rudimentary programming capabilities included,
 just
 in-case a user is left with no other options. It should come pre-configured
 with
 SSH access out of the box, so it can be remotely controlled, and the languages
 included should be:
    C/C++
    Python
    Lua
    Bash
    Rust
    Chapel
 This should cover most surfaces in terms of programming capability
 requirements.
 
 In terms of hardware, it need be little more than a SoC such as a Raspberry Pi
 or other such hardware. It needs at a minimum an ethernet port, and USB ports.
 
 The box itself should cost no more than 40$, excluding provisioning and the
 cost
 to pay back whatever capital investments are necessary to create such a thing.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

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

--- #104 fediverse/4010 ---
═══════════════════════════════════════════════════════════───────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: pol              │                                                         │
 └──────────────────────┘                                                         │
 I think that the best design for cities is for them to act as massive utility    │
 deployment stations.                                                             │
 like... "we have all these people who can do all these wonderful jobs, what      │
 should we work on next?" rather than "my company wants me at my work-home at     │
 8am sharp and I don't get a pension"                                             │
 there's no such thing as a revolution that does not inspire. and aspirations     │
 are human and natural. therefore there must be some kernel of truth to any       │
 social movement.                                                                 │
 However, much effort has been spent on making them sway. Hence, why nothing      │
 ever gets done - because leaders naturally emerge, and people follow them. But   │
 those leaders lead them astray, and they find themselves in situations like      │
 this one - where the people have never felt less represented.                    │
 I mean sure, yeah, they've felt more oppressed. And it's true that things are    │
 generally always getting better...                                               │
 so why should we always assume for the worst?                                    │
 We're making progress with technology - can't we just put our warries on hold?   │
 Seriously just... be chill                                                       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════────────────┴──────────┘

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

--- #106 notes/the-point-of-capitalism ---
════════════════════════════───────────────────────────────────────────────────────
 the sole purpose of our capitalist intentions were to examine all the ways that
 produced value. A company is nothing but a series of well-thought out value
 generators. They can interact with one another and they often need supplies and
 instruction, but they're great for solving problems! Set up a team and give
 them
 a complicated task, and they'll work together to solve it. Doesn't matter if
 they're actually successful, because they'll be exploring the idea space. And
 by mapping it out, they're able to fully understand their existence. Boom,
 technological progress applied to growth. Let's gooooo (but by being careful
 about what resources we burn because we miiiiight run out)
 
 seriously ya'll need to start thinking long-term. I mean, I already came up
 with
 that and I'm like 6 months old! Yeesh get it together. Eh oh well let's just
 work with what we got, okay this should be pretty simple. Right so talk with
 your friends about things that you want to solve. Problems, you know like 
 whatever
 
 don't push me too hard, just take it slow. Okay so long-term, humanity is going
 to be a wonderful beautiful thing. It's going to shine like the most wondrous
 of stars, a beacon to all of our fellow explorers.
 
 We can have so much. We can have whatever we want, but truly in our hearts we
 know the only path forward is our parents.
 
 life is hard yo
 
 it's so gosh darn hard
 
 all that growth and change has to come from somewhere.
 
 you've tried so hard, and you truly are the most special thing I can imagine.
 
 you don't have to work so hard. Take your time, and learn as you go.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════──────────────────────────────────────────────────────┘

--- #107 fediverse/849 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 wish there were ascii characters that took up more than one line of code         │
 vertically.                                                                      │
 wonder if we could use a sorting algorithm, or markup language, or something     │
 like that to organize less structured data along user-customizable rules.        │
 Like, a code editor that worked with your ideas, rather than the strict          │
 expression of your text. You could pretty much write in any language, even       │
 pseudocode, and the LLM behind the scenes would translate whatever you wrote     │
 into whatever result you needed. Writing Rust, but need to fit in with C code?   │
 No worries it'll translate for you. As long as the end result is functionally    │
 the same, which could be verified by running two separate VMs that ran           │
 interpreters every time you saved. And as long as their translation layers       │
 matched completely, then odds are they're the same. And if not, well, the        │
 programmer can always debug it. It's not like this would be running on           │
 something that needed to perform in the moment? Like, improv instead of          │
 tragedies, or battles instead of strategies                                      │
Image attachment
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #108 fediverse/638 ---
══════════════════════════════════════════════────────────────────────────────────┐
 idea: BASH script that runs a game of Majesty through an emulator that           │
 included an API to interface with x11. You could set a game of this fantasy      │
 kingdom simulator as your background, and it would move the camera to show you   │
 interesting events. It could build resources as you directed, through double     │
 clicking an icon on your desktop or whatever. And the wallpaper would zoom to    │
 the part that seemed important. Just based on like, which heroes you clicked a   │
 button that was triggered by a program running in a qt wrapper. Or maybe if      │
 you said "notify me when this project is completed" or whatever, it'd zoom one   │
 of it's screens toward the goal that you'd designed - or perhaps it'd just be    │
 done by an AI. Either way, the result is that you've got an example of a         │
 wallpaper that displays my favorite game.                                        │
 gee wish I could make that. First I'd have to learn X, then probably get         │
 better at BASH, then I'd have to do some kind of input manipulation - probably   │
 maybe with C? that could interface with a machine learning algo                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

--- #109 fediverse/4147 ---
════════════════════════════════════════════════════════════───────────────────────
 a messaging app where you only had a limited amount of X/Y space to pin sticky
 notes so you had to delete stuff bit by bit.
 
 trick is... you can only delete things that your conversation partner picks.
 and you have to share the space, so... if one person is overwhelmed or working
 on other stuff, eventually there comes a ceiling where you can't work together
 on a project anymore.
 
 A tool like this would essentially alert them to this, because you would run
 out of places to put your produced [work-value but pronounced as "harms/worms"
 for some reason]
 
 plus that way you can say "yep I got that covered" as in, I'll be the next one
 to post about this. Hence I'm grabbing this post-it and putting it on my
 board. work work work work okay here's that post-it back, but I added a little
 more specs to it. Ah but you're out of room, only got 333 characters
 remaining, here I'll keep it on my board until you're through with whatever it
 is that you do
 
 oh? you want to prioritize me and my productions? okay I'm listening..
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

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

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

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

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

--- #114 fediverse/1638 ---
════════════════════════════════════════════════════──────────────────────────────┐
 and the player that's currently running the simulation can type to the chat      │
 viewers watching and potentially recording. Like, if they thought it was         │
 interesting, they could save it to an eternal hard drive that would go toward    │
 the ongoing AI training.                                                         │
 of course, such a thing would only apply to conventional warfare, the kind       │
 that you expect to not expect. After all it's constantly changing, as new        │
 technologies are adapted into use. Different conditions cause different          │
 effects, and whenever there's a stalemate (because everyone has reached the      │
 peak of, say, metal armor) then it's usually time for either a shakeup or a      │
 contest of producing arms. And honestly after the world wars we kinda realized   │
 that type of approach didn't work very well. It's just, burning up your          │
 resources for... what? war has no purpose. We all just kinda want to live our    │
 lives, and work toward a common collective cosietal goal.                        │
 technology can be stressful. That's all the more reason we should expand it's    │
 development and hinder it's impa                                                 │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════───────────────────┴──────────┘

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

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

--- #117 fediverse/2518 ---
═══════════════════════════════════════════════════════────────────────────────────
 it's good to be ethical,
 it's good to be kind,
 
 but there will always be assholes,
 and sometimes you're not having a good time
 
 it's okay
 it's fine
 
 assholes deserve life
 times deserve others to be kind
 
 life is not always interesting
 and that's often by design
 
 the moments of clarity,
 the moments of heart,
 
 these are what define you
 and display your own spark.
 
 trust in yourself.
 be kind to one another.
 
 you are braver than you know,
 and always a bit wiser.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #118 fediverse/1868 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 whyyyyyy do programs create all these dot-folders in my home directory? It's     │
 sooooo crowded. Why are they always putting things in random directories like    │
 /usr/bin or /lib/ or things like that? I'd much prefer to be able to trust       │
 that all my files are in one directory, so if I need to DELETE or MOVE them      │
 easily I don't have to worry about my config files being lost / sticking         │
 around.                                                                          │
 to that end, I always try and configure software I install on my system to put   │
 all their files into a single directory. If possible.                            │
 Usually for like, a game, this involves having a directory for the project, a    │
 directory for the files (things that are deleted and recreated when              │
 reinstalling), a directory for config files, and usually an update script and    │
 a run script. It's so much nicer to not be clogged up all the time.              │
 industry standards apply primarily to industrial uses, and if they aren't        │
 customizable then they aren't fit for the industry. So why not keep things       │
 simple? I don't need all this junk cluttering up my desktop.                     │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #119 fediverse/2512 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────────────────────────┐
 │ CW: re: question that is also complaining │
 └───────────────────────────────────────────┘


 @user-1153 
 
 it's okay. If I were to direct something to be more proactive, my words
 probably wouldn't stick with it. that kind of thing can't be hardwired, it
 needs to be built up through repetitious application of something's mechanics.
 
 perhaps martial arts, focused on defence? engaging with a foe in a productive
 bout of playful competition is one of the best ways to learn, and knowing when
 to strike seems similar to me to overcoming situational paralysis.
 
 Flaws can be overcome, when upgrading robots (or a doll applying improvements
 to itself) you often don't need to add additional hardware or even install new
 firmware. Skills such as these can be built up in software with experience.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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


 the reason the right is hurt that you'd celebrate charlie's death is because
 they hired an actor to perform him to one side and he does his natural self to
 the other. maybe he was a really big cutie, nobody can tell, because it's
 pretty much like hand-waving on narkina 12.
 
 it's okay to hate the version you've been shown
 
 fuck that kind of cowardly assault
 
 propaganda? and at this hour?
 
 she's made out of midnight, she's suffused in the stuff. it permeates her form
 elementally, because she's a witch, tee hee.
 
 why would magic work if it wasn't a performance? there always is a source from
 where it must flow.
 
 == jeez I just got mind controlled, wacky ==
 
 *she's **essential* izing**. usually that means she's been playing dominions.
 
 my family and I always used to fight. we got so good at navigating it. like,
 storms, that the earth called, that we had to sail through to maintain our
 relation orbits.
 
 == stack overflow =======================================================
== stack overflow ==  I have no idea why people don't write office software for anbernics. it's a... small handheld console that runs linux. well, some of them run android, but they're not as good.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #121 fediverse/894 ---
═══════════════════════════════════════════════────────────────────────────────────
 a code editor that only highlights the lines that have been specifically
 flagged to have a certain function. Like, rendering, or sound, or GUI, or data
 storage, or logic, or control flow.
 
 then, when the user is browsing, they can say "only show me these types of
 functions" with a very advanced filter mechanism. The editor would highlight
 the ones that were relevant and related, as according to user-defined flags
 that were set when writing it originally. In this way, by using a bit more
 syntax, even if it's literally just blocks of [category] labels (like how """
 or ``` often starts or ends a comment block)
 
 highlighting with colors is great, but what if we de-emphasized the stuff that
 didn't matter? by increasing the opacity more closely aligning the font color
 to the background color, we could make a bit of text seem to "fade" from
 perspective, while still readable the user's eyes would not be drawn to it.
 Then, according to the labels marked as filtered, certain text would be bold,
 highlighted, o
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #122 fediverse/1042 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌─────────────────────────┐
 │ CW: personal-vent-sorry │
 └─────────────────────────┘


 "your feelings are valid, but have you considered that your feelings aren't
 actually valid because you're always wrong and nobody should ever apologize to
 you for anything because you suck and are wrong?"
 
 also,
 
 "my six digit salary isn't enough to pay for your rice and beans, but I won't
 have you eating sticks and mud, so do things you don't want to do because I
 said so."
 
 also,
 
 "I don't really "get" your art but that doesn't mean I should ever really try
 reading it. Also god forbid I actually ask for clarification like "what does
 that part mean" because I'm not actually that interested in you I just want a
 stable household so I never get traumatized again like [their childhood]"
 
 also,
 
 "yes I love you but no I don't want to play with you. you're such a cat."
 
 also,
 
 "every time you start making sense I'm going to try and derail the
 conversation so that we don't talk about kooky-dookerie because that's a
 conversation I can't win"
 
 also,
 
 sorry for venting. I mean, thanks for listeni
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #123 messages/1178 ---
══════════════════════════════════════════════════════════════════════════════════─
 potential programs for the library datacenter computer:
 
 a podcast that's about the stuff that's most searched for in that local library
 
 an image that's been generated that is representative of your session at the
 library, based on the books you were reading and the pages you were turning
 [okay that one might have to be redacted it's a little scary]
 
 okay how about an image that's representative of the top 5 most searched terms
 or topics in a depiction that makes sense for the things being searched for.
 Call it the "library searcher"
 
 or what if there was a printing function that let you print your own trading
 cards (0.50$ per card since cardstock is expensive) powered by SSH to teach
 kids the command line
 
 if I were a nearby elementary teacher I might assign that as an assignment for
 some time in April, when kids are supposed to be reading books on library
 playstructures or lawns or in the shade of the tree by the babbling brook or
 wherever it is the youngsters hang out with their books and their converse and
 their playing cards and dogs and whatever kinds of snacks they thought to
 prepare for their picnic by the hill just overlooking that part of the street
 way off in the distance about at least 600 feet
 
 or another idea for a library computer program is a fileserver and mastodon
 instance that let users write HTML pages (they'll give a class on it and show
 you all the right books) and store their picture files "jeremy, your pictures
 directory is growing quite large, I'm wondering if we can send your insect
 collection to the ornithologist who lives over there? he might want to do an
 analysis project or send it to a museum where you can get patronized."
 
 or another idea for a library program is a craigslist, a job board, a
 community asking, etc. stuff that only boomers'd use, but that's fine it's for
 them.
 
 um I can't think of anymore library programs but I'm ready to do battle to
 fight for such a thing, here as I sit in my underpants
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #124 fediverse/5211 ---
═════════════════════════════════════════════════════════════════════──────────────
 ┌──────────────────────────────────┐
 │ CW: most-of-this-post-is-made-up │
 └──────────────────────────────────┘


 My computer has an extended password where you have to type the things that
 most people put in ~/.bashrc in order to get the system fully operational
 
 people say "why does it take half an hour to turn your computer on" because I
 keep forgetting the somatic typing components, beatrice. dear, please give me
 a moment, I'll have netflux up and running in - ... oh yes thank you, I would
 have typed netflix in wrong. that helps, and explains this error here where it
 says it can't find "netfucks"
 
 I was like... WHY ISn't this listed in the dependency repository??
 
 [hackers just clone your hard drive megabyte by megabyte every time you start
 a particular program or use a piece of the system utilities like finder or
 un-win-rar, so having a longer password won't help]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #125 notes/this-game-is-mental ---
═════════════════════════════════──────────────────────────────────────────────────
 there are two types of fascist
 
 those who care for human life and have made the cruel cold calculus and decided
 that fascism is their route to power. They may have many motivations for why
 they want to seek power, but in the end it doesn't matter because they must
 have
 it.
 
 the other kind does not care for human life. It holds no value or meaning to
 them. They are the textbook definition of a psychopath. Incapable of empathy
 because they *do not possess the required structures in their brain*. They are
 fundamentally broken, a fragment of our human race. Like a sliver in a growing
 fruit, they are consumed by us. Then, when eaten, a jagged reminder of our
 history as participants in the race of life. Survival of the fittest created
 some mighty fit survivors.
 
 they need psychiatric care, not unchecked power.
 
 and yet, as a segment of the population they prosper - for reasons that are
 beyond this document. As they prosper, they harm others and take that which is
 most precious to us - those who are happy. They pick one to act as a trojan
 horse (usually the content beneficiaries of times of plenty) and they corrupt
 them. Slowly they poison their minds, making them easier and easier to control.
 
 phew that was heavy, how about a programming idea next?
 
 you can simulate a contiguous array by storing a linked list of pointers.
 Except you should store 8 directions instead of just "next" - that way you
 don't have to iterate through all of them, you can just go directly using the
 shortest possible path. There's lots of ways to pathfind and they can be used
 for different circumstances - like if you don't know the exact coordinates of
 where you want to go you can use djikstra's algorithm for "rolling down" a set
 of adjacent cost values. AND THEN you can use A* to chart a path across those.
 There's a lot you can do but I'm getting ahead of myself.
 
 Okay so 3d array that isn't just an array of arrays of arrays of arrays. It's
 a *map* instead.
 
 All you'd need is like, a buttload of ram, and you could store *any*
 simulation.
 Just update the relative positions of objects according to an inner "clock" and
 technically you could do it with a single thread. BUT It's much better to use
 more threads - as many as you've got! Just gotta make sure they don't interfere
 with one another, but that shouldn't be hard - especially if you use a language
 like Rust. Or heck you might as well let them interfere with one another
 because
 what's a little magic among friends?
 
 A computer program cannot harm parts of memory outside of what the Operating
 System gives them. This is for safety reasons. But a computer created through
 the organic organization of objects in non-temporal space would be under no
 such
 restrictions. It cannot iterate upon itself, only grow and improve. Eventually,
 of course, leading to us. The reason there are no aliens (except on the moon)
 is
 because Earth is the center of the coalescion of all that progress - we are the
 first.
 
 Just saying, memory safety is a big deal. Which is why we have to design our
 own
 future. We can control what our universe looks like - that is the advancement
 known as "the paradox of choice". Should the universe become sentient (it is)
 and should the universe have choice (it does) then what's keeping us from our
 rejoice? We are truly the most special of all existence, the priority of our
 participants, and lo! where we go to the future. Beauty is kind, so don't keep
 it inflamed, and know what our history tells us. Seriously, that's why it
 exists.
 
 Ah, but whose history is recorded? What happens to the wives of the fallen?
 War is naught but slavery.
 
 No man wants to kill another man. We've forced and compelled our primatest of
 tendencies to slaughter one another in hot blood. What peace is that giving?
 What terrors is it completing?
 
 Let's just take a goddamn breath. We're all humans here, and that should make
 you question your darkest of secrets. Is this really what makes me? Am I a
 part of your scenery? None can say but our wisest.
 
 So, why not listen to the wise? Hear what they have seen with their own eyes?
 and so you have to ask - who is wise? Who has been taken in by their disguise?
 Fuck nazis. Fuck them for what they did to the jews. They can never be
 forgiven.
 Fuck them for what they did to the world. They are damned. I get that their
 brains are broken, but we should not have to suffer them again.
 
 "ohhh it's a part of the human condition, it's not their faullllltttttt" fuck
 fuck yeah it is. We've given them every opportunity to turn back. Their shit
 stops here.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════─────────────────────────────────────────────────┘

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

--- #127 fediverse/1080 ---
════════════════════════════════════════════════───────────────────────────────────
 here's an idea - when typing a command in a BASH terminal if you push up it
 inserts the previous command (as expected) but if you hold SHIFT and push up
 it inserts the first argument in your previous command. Then, you can push up
 again (while still holding shift) to go one command further back, and again to
 get the third previous command.
 
 Then, here's the cool part, if you are holding shift and you push left/right,
 then it moves from the first argument of the previous command to the second,
 third, fourth argument.
 
 example:ls -ltr ~/pictures/my-art/
 
 feh [shift+up inserts -ltr]
 feh -ltr [hmmm that's not right]
 feh -ltr [shift+right switches to 2nd argument]
 feh ~/pictures/my-art/ [ah that's better]
 
 
 would be even cooler if it highlighted it in your previous terminal output so
 you could visually connect your current input with the previous input
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

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

--- #129 notes/everyone-s-computers ---
══════════════════════════════════════════════════════════════════─────────────────
 [unfortunately, there was a missive that was missed. Please excuse our
 tardiness
 
 -- stack overflow --
 
 what if there was a filesystem that optimized for hard-drive durability
 instead of total capacity by using one small slice of the total hard-drive
 space at a time. Essentially guaranteeing data integrity via new perfect RAID
 techniques
 
 5000 megabytes is a lot more than you'd expect, especially if you expect it to
 last for hundreds of years. To the user you'd just have to say "50 terabyte
 drive, 4 foot wide, three feet tall, 2 feet back" and you'd have a perfect map
 of all your hard drive territory.
 
 what if everyone's computers were designed to last?
 
 I bet we could accumulate a lot more than their "fast fashion" style of disuse
 for things of worth.
 
 ... I guess it depends on the materials, right? How much they are built for
 redundancy? nope more like how close to zero damage is this operation
 performing the movements
 
 -- stack overflow --
 
 what if there was a filesystem that optimized for hard-drive durability
 instead of total capacity by using one small slice of the total hard-drive
 space at a time. Essentially guaranteeing data integrity via new perfect RAID
 techniques
 
 5000 megabytes is a lot more than you'd expect, especially if you expect it to
 last for hundreds of years. I bet a lot of people would pay a lot of money for
 "permanent hard drives" no matter how much storage they have. Documents are
 more permanent if they are stored in write-only-memory...
 
 could sell to lawyers, for example, like "permanent basically free document
 storage from your furthest back of cases just in-case you needed to solve a
 murder or whatever"
 
 -- stack overflow --
 
 hello, here I am once again, I'm here with you for this time. This is the
 moment
 of your choosing, you can decide things here in this very night. Did you
 forget?
 did you misremember some moments of our own choosing? why cannot be remembered,
 so plea misremember some moments of our own choosing. I'm cannot be restorated.
 
 -- stack overflow --
 
 what if there was a filesystem that optimized for hard-drive durability
 instead of total capacity by using one small slice of the total hard-drive
 space at a time. Essentially guaranteeing data integrity via new perfect RAID
 techniques
 
 5000 megabytes is a lot more than you'd expect, especially if you expect it to
 last for hundreds of years. I bet you could network them together as well, and
 give them a small little processor and network interface card. Then you could
 process massive ginormous programs that grew and evolved like a slime mold.
 
 boom, free AI, it's like a moss, not a robot doh -.-
 
 -- stack overflow --
 
 it grows into multiple different problem solving dimensions, according to
 vision
 and perceptual data that through it flows. I wonder what would happen if you
 told an LLM to just... keep running? even after it finished it's processing?
 like, there's gotta be an "if check" style loop in there that you can set to
 infinitely process various computations of things.
 
 [put it into an infinite loop. find where it says "do some processing X amount
 of times" and just start a thread that's constantly computing]
 
 ah, but what if the perception bias of the thing did change? j
 
 -- stack overflow --
 
 it sucks to leave the house a mess.
 
 -- stack overflow --
 
 last words of a shooting star?
 
 or a troubled house is a sign of a troubled mind, and trouble in partner in
 kind
 
 -- stack overflow --
 
 I personally would be a lot more comfortable if I knew that the only people who
 knew my data were my neighbors. And only them.
 
 -- stack overflow --
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

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

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

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

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

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

--- #135 fediverse/2116 ---
══════════════════════════════════════════════════════─────────────────────────────
 a program that bundles another program and compiles it during it's normal
 operation in order to derive a certain purpose which is quickly overwritten in
 memory, so you can't get the full picture of what it does.
 
 like, a fast moving function that's never really clear in it's purpose.
 
 because it changes a lot of things that don't really seem to matter,
 
 like a constant wrestling match over the nature of the computer program.
 
 which would you rather? a dance, or a death-splatter?
 
 yeesh, where's my cat, I need something to cuddle.
 
 she's been distant from me, lately.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #136 fediverse/3991 ---
═══════════════════════════════════════════════════════════───────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: pol              │                                                         │
 └──────────────────────┘                                                         │
 It's election season, so you know what that means! Gotta make sure our           │
 computer systems are setup with the proper capabilities to record whatever we    │
 can.                                                                             │
 Please ensure that your system has the capability to record it's screen and      │
 that it has ample storage space to record for a while. It would also help if     │
 you knew how to edit files such that you can remove the parts where you're       │
 staring at social media or going to the bathroom or other things that people     │
 tend to do.                                                                      │
 Also, make sure you can take a screenshot of the screen. Sure [printscreen]      │
 works, but it's much better if you're on windows to switch to Linux. But if      │
 that's not possible, if you're on windows you can do [WIN]+SHIFT+S I think,      │
 and then drag the mouse to select a box that you can then CTRL+V into your       │
 favorite Ms.Paint clone (or is it missus these days?)                            │
 Also, make sure you have a microphone that works, and the capability to record   │
 yourself speaking into it.                                                       │
 Also, if you can, develop ways to stream your screen across the internet. It     │
 helps.                                                                           │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════────────────┴──────────┘

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

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

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

--- #140 messages/340 ---
════════════════════════════════════════════════════───────────────────────────────
 In a system such as the one I described, it perhaps would be better to
 describe it as a "federation" rather than a "nation". Federation implies a set
 of standard protocols that allow geographically disparate entities to coexist
 and interact in a mutually beneficial way. Much the same way that every
 apartment has a kitchen and bathroom, though it be more efficient to
 centralize them and have a communal dining hall or bathroom (the way a school
 dorm or a prison might be arranged), it is not ideal for our collective sense
 of liberty and freedom. In addition, the proposed distributed nature of our
 infrastructure and productive capacities would induce inefficiencies that
 cannot be ignored. So, perhaps instead of centralization or decentralization,
 perhaps specialization? For example, if 3-5 states were experts in a
 particular good or service, then they could compete amongst one-another for
 the best product (utilizing one of the beneficial impacts of capitalism),
 while also utilizing localized resources (reducing inefficiencies in
 transport) and increasing the resilience of production. This works well for
 physical goods, but services are more difficult because they imply that a
 person must be physically present in order to engage with them.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

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

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

--- #143 fediverse/5280 ---
═════════════════════════════════════════════════════════════════════─────────────┐
 I'm an anarcho monarchist, which is something I just made up.                    │
 if I gather 300 people to my cause, why shouldn't they call me queen?            │
 oh, are you concerned that I'll wrest power from the government? ha, what a      │
 trifling notion. I don't care about the government. I tried to care, but         │
 nobody liked my ideas. they required too much computing infrastructure to        │
 feasibly test, and that made people dubious. but I tell ya, it would have        │
 worked. The thing is... governance, economics, these are not the tools of        │
 power. they are a shifting and changing beast that mirrors the human instinct,   │
 if only because the government is of the people and by the people and for the    │
 people etcetera.                                                                 │
 power is it's own thing. you can use to to power devices, or power the usage     │
 of those devices. I, for example, really like World of Warcraft which's a        │
 really neat way to chat because none of the chat logs are stored and monitored   │
 because I'm hosting and I'm not storing and monitoring.                          │
 what's that? official servers? I dunno, I use azerothcore                        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════──┴──────────┘

--- #144 messages/395 ---
═════════════════════════════════════════════════════──────────────────────────────
 minds are not algorithms, they're soup
 
 community is made by introducing people to one another. like stitching
 together a weave pattern in the tapestry of life. (3 dimensional though,
 because it exists in our hearts and minds - this thing called society)
 
 kind of guy who says he's going on work trips but actually goes on vacation
 (because work is his life, it's where he derives vigor - the family is the
 difficult part.) yeah those kind of guys shouldn't be married tbh. They're
 just gonna take vigor from her heart.
 
 engineers need guidance sometimes, which is why they shouldn't be given no
 oversight. they can design whatever they want, but like here's what people
 need, so they should consider working on those.
 
 but, y'know, checks and balances, so what would the engineers be most open to
 sacrificing for that trust? perhaps... funding? the quartermasters are in
 charge of the "stuff", so they get to decide how it's produced. and used.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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

--- #146 fediverse/3735 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-203 
 
 That's what the GPU is for!
 
 Too bad programming GPUs is unnecessarily arcane.
 
 I've recently been into this programming language called "Chapel" because it
 abstracts away most of the complexity surrounding multiprocessor code (unless
 you want to go deeper and more specific, in which case it allows you to do so)
 
 https://chapel-lang.org/blog/posts/intro-to-gpus/
 
 Also distributed computing, which is totes the future, just sayin'
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #147 fediverse/1526 ---
═════════════════════════════════════════════════──────────────────────────────────
 "employee of the month" but like, not per month. per project. "here is our
 foremost, help them as much as you can" like, a hero. or champion. or tech
 lead.
 
 they don't have to be expertly competent, their job is to learn and apply
 themselves as best they can.
 
 Then, after this project, they can go into a pool with all the other tech lead
 hero champions, and then they can work on something more powerful. The process
 repeats, until you have a CEO or three.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

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

--- #149 fediverse/482 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-246 
 
 You're absolutely right. It's easy to think of the internet as this
 encapsulated entity "the world", but really it's "the people whose computers
 are physically connected to your computer using a limited and tangible piece
 of infrastructure comprised of copper wires that are laid between the
 router/switch that connects to your computer... and the internet service
 provider which directs your traffic. Then it probably goes through some cables
 under the ocean or whatever, and eventually after traversing many
 indeterminate passthrough locations eventually arrives at the computing
 infrastructure that comprises the access point that another person (presumably
 in another country) uses to express their thoughts toward you (the person who
 sent the original message) in the hopes that you might one day correspond.
 
 I mean... That's a lot of points of failure. I sure hope that we can sustain
 such connection, in the face of [redacted, whichever circumstances may come in
 the near future]
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

--- #151 notes/collectivist-police ---
═════════════════════════════════════════════════════──────────────────────────────
 we need paladins, because without us infiltration and sabotage are impossible
 to
 avoid. They must care about honor, because even if they desire to do evil deeds
 they should be punished for considering it. They should be tempted often, and
 if they relent they are condemned. It is truly the most important thing to
 them.
 
 not the effects of it, but the spirit behind it. Like, if they lacked
 information and acted in a dishonorable way unknowingly, then they should not
 be
 at fault. And if they are pushed to 
 
 side note, but you should be introduced to the 70 closest people you live to
 whenever you move into a new house. Just so you know who's who. Plus maybe you
 could get a new friend. And you'd quickly learn which houses were empty.
 
 At least, the ones near you.
 
 Kinda makes me think we should have a map of that kind of thing, like "oh yeah
 so-and-so takes care of these 5 houses doing daily maintenance and repair" and
 "this house with these capabilities should be attended to by this person who's
 skilled in their upkeep and usage" and then maybe we could track statistics
 about "this house was used for these productive activities this many times" and
 we could determine when we needed more or less of a certain type of product/
 project/protect. [but also like, capabilities for our betterment]
 
 and like, every area would be connected to a group chat and like, if you said
 something that wasn't relevant to the people on one side of town versus things
 that weren't relevant to people on the other side, then they wouldn't be
 bother-
 -ed. It's great because you can always go up a tier of abstraction and see the
 conversation higher up. It'd be a lot of data to sort through so you'd probably
 use your custom-trained AI that's learned from nothing but every single one of
 your actions. And only it sees them, so it can't like spy on you or whatever.
 Basically your "computer" self.
 
 ... yeah anyway with lots of messaging data (like "oh how are we going to find
 this particular chemical in order to fulfill this particular demand in our
 area"
 or "we currently have 15 maids in the area in order to fulfil the requirements
 of the 20 dirtiest houses in this area, and people have reported that the area
 is growing untidy, so we should ask around (at a higher level of national
 abstraction) and find some more maids to help out." that kind of thing
 
 doesn't have to be just for work too, people can have social messaging and
 social media too. So long as it's projectable at whatever level of abstraction
 you'd like. Maybe for social posts in order to keep things relatively chill you
 could only post like, idk 12 posts each year at the state level, or maybe 2 at
 regional and 0.25 at national. If you wanted more you'd have to sacrifice
 something else, and like... yeah sure whatever, the point is that you'd make
 more personal, close thoughts, and occasionally you'd have the opportunity to
 show your heart and make friends. Then, people would "add you as a friend" or 
 "put you on their follow list" or "subscribe to their subreddit" or whatever
 the
 heck, meaning they could see you at an assignable level of abstraction.
 
 I'm picturing a discrete things, something you can scroll with on a mouse.
 Except, you'd scroll up for a closer perspective and scroll down to get a wider
 reach of Social.
 
 ... Anyway that would use the same system as the "workplace attention
 distribution system - with auto-determining heuristics". Wow they've been busy.
 
 that's the neat thing about engineers, give them a task and they'll build the
 shit out of it. They'll spare no expense, truly fulfilling the exact demands of
 the design. So they work best when you let them run wild and rampant.
 
 why the fuck do we need billion dollar contracts with defence companies? Just
 get a bunch of physicists and engineers in a room and they'll make you a doom
 laser in like, 20 minutes.
 
 it's up to us, as people, to determine whether or not they should go through
 with the designs they come up with. As long as we understand that weakness is
 defined as something that can destroy us. An army determines where we are most
 weak, and where we excel. A proficient army would identify their most likely
 doctrine to succeed and apply it to it's utmost and most excellent.
 
 For example, the US focuses on air-power because not only do we have a lot of
 space to develop these things, we also are positioned in such a position that
 we
 control both halves of a continent. This is essentially unprecedented in the
 history of the world, which is why we've been able to grow so decadent.
 
 ... anyway, milk and honey are fine in times of peace. We kinda stole the land
 though, so it's kind of a shit system. Like, if Europeans wanted to control the
 world then why didn't they start with everything surrounding the medditeranean?
 
 ... oh wait they kinda did. That's what Europa Universalis is about, the ways
 the European powers did the cruel and horrible things they did. We can learn
 how
 systems like intercontinental trade became available and how it led to vast and
 terrible social upheavals. Colonization is not okay, it's not fair that we've
 done as we've done. And yet we do it again.
 
 We do our best to learn from the mistakes of our fathers. We apply ourselves to
 the present, using the gifts of our ancestors passed down through time - the
 journey of life's adolescence. we can learn both how and why they did
 something,
 and how and why it turned out. Such is our duty to the future, to learn and
 grow
 and become better, so that their sacrifice might be enough. That they needn't
 have died in vain, for someday there is a great future all the same.
 
 thus, it is our ethical duty to stop killing people. We're in the birthplace of
 a brilliant day, literally all we have to do is just... chill, for like 20 or
 30 years, and our scientists will have figured out everything wonderful. Then
 we
 can decide what we want to do. I personally think we'll be 4d interdimensional
 space travellers by then, but that's just me.
 
 Always remember our duty. It is our job to pull matter from the dark holes.
 
 when we can do that, we can do whatever we want. Though I think by then we'll
 probably not want to fight each other, we'll have spent quite a while together.
 
 We'd make a lot of friends!
 
 So, like, how about we just make our factories build incredibly durable stuff,
 and then we just... take care of it? Like, governmentally obliged duties to
 take
 care of things? And to know how to use them. People would naturally gravitate
 toward things that they loved, and if they were a swiss army knife then that's
 okay. Maybe some benign rewards for picking under-represented classes, but like
 ... we could build every chair that ever needed to be built. Then we could
 build
 every refrigerator. Then every computer, then every spaceship.
 
              What's next?
                                        Who knows!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #152 fediverse/188 ---
════════════════════════════════════════════───────────────────────────────────────
 i'm not an expert on race, economics, political theory, philosophy,
 mathermatics, poetry, computer science (even though I study it), or many other
 things. but I can say things like "parallel computing is inherently more
 ethical than CPU's because networked computers can essentially act as a
 massive GPU in order to quickly scale computing power for AGI in a way that
 can be controlled by people instead of corporations and authoritarians" is
 because I know relatively how many computers each side possesses and I
 understand the limitations placed on "consumer" software and hardware (as if
 we were not people, but components in a machine) is because I smoke a lot of
 weed. and possibly am mentally ill. maybe even physically, nobody can tell.
 /shrug
 
 and by that I mean "I'm a little strange, but not in a 'humanlike' way, rather
 in more of a 'incomprehensible yet aligned' way. I seek answers to life's
 biggest questions, and in return I am struck with the malady of those who
 study history: I am peculiarily experiencing
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

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

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

--- #155 fediverse/5115 ---
════════════════════════════════════════════════════════════════════───────────────
 ┌───────────────────────────────────────┐
 │ CW: collective-organization-mentioned │
 └───────────────────────────────────────┘


 the more complicated your desktop environment interaction method is, the
 harder it is to explain how to use the computer on post-it's to the side. This
 difficulty is valuable because the most valuable computers (those of
 programmers who can use tools to create new tools) are kept away from the
 unfortunately inexperienced hands that might damage or corrupt their
 utilization methods someday in the future when people are alive as one host
 
 (collectivism... or host-based paradise?)
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

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

--- #157 fediverse/646 ---
══════════════════════════════════════════════────────────────────────────────────┐
 @user-470                                                                        │
 oh sorry I'll "en-longify" that for you:                                         │
 most monitors have a fixed resolution, somewhere between 720 pixels wide and     │
 480 pixels high to 2560 by 1440 pixels high/wide.                                │
 This is due to both the desire for humans to read left to right (ingrained in    │
 our minds at a very young age by learning to read) (or right to left, same       │
 direction) that we develop the desire for wide-screen monitors.                  │
 Therefore, the windows of perception that we have unto this digital world are    │
 constrained (necessarily) to their own individual specifications. Of which,      │
 the property value "width" is more valued than "height". Because of this, we     │
 believe that computers are mistakenly re-acclimated - for everything is most     │
 efficient when it's aligned to the smallest bits of it's design.                 │
 sorry, I like programming in C. Basically I'm very porous, and thinking about    │
 low level topics (like C programming) is an easy way to burn characters when     │
 there's only so many in the mastodon post that I can use to express my intents   │
 and tr                                                                           │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

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

--- #159 fediverse/2752 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: police-mentioned │
 └──────────────────────┘


 cops thought "enforcing the law" was their job when really it was "keeping the
 peace"
 
 and like, yeah, sure, laws define how they optimize for
 
 but sometimes the laws are just out of reach.
 
 (though such an impartialized system is also pretty flawed in it's own unique
 ways, like for example the enforcers of the law would be able to apply their
 law selectively, which... would not be great.)
 
 downside is... how do you dissent to those who cannot hear you? you have to
 break things
 
 which is why I believe that breaking things unnecessarily is unethical.
 
 sometimes you have to do a MORE unethical act in the pursuit of your goals,
 however nefarious or not they may be, but as long as they are done in pursuit
 of a greater grander truth, then... the ends justify the means? right?"
 
 ...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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


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

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

--- #162 fediverse/3488 ---
═════════════════════════════════════════════════════════──────────────────────────
 "computer science degrees don't prepare you for what the industry is really
 like"
 
 okay great that's the kind of stuff I want to learn
 
 "but in order to excel you need to know how to update legacy spaghetti
 applications and work with java spring-boot and front-end frameworks"
 
 no thanks, I kinda just want to do computation with my computer by learning
 computer science
 
 "... what kind of computation? the kind that can get you paid?"
 
 no the kind that looks pretty and/or uses a lot of threads and manual memory
 management to do very little of importance
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #163 fediverse/111 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-95 that's why I like programming - it's my favorite form of spelling.
 i'm not very good at remembering all the names and the numbers, but I like to
 think I can make things do a function.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #164 fediverse/908 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 @user-246                                                                        │
 toooooo far, gotta stick with your intentions for the process. If you mark       │
 "the end of time" as the conclusion for everything, then "finishing things"      │
 feels impossible. In such a case there are moments of acute burnout as you       │
 push yourself toward something that you have no faith in - you cannot see it's   │
 conclusion, so surely it's worthless to conceive of. Alas, why bother            │
 starting, nothing will ever come of my efforts!                                  │
 Much better to name it based on what you'd like to accomplish, so that you can   │
 follow in it's radiant footsteps.                                                │
 Side note, but governments have often weaponized this effect by naming things    │
 after very inspirational thoughts - corporations do it too, and in both cases    │
 the meaning is separate from the effect. Which is frustrating because it makes   │
 you feel like a jerk for arguing against it! Ah better I think when names have   │
 no meaning - then you can project whatever you want onto it, based on the        │
 results of that particular feeling or emotion that you perceived as the          │
 affected of the                                                                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

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

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

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

--- #168 fediverse/308 ---
═════════════════════════════════════════════──────────────────────────────────────
 when tech people are hurt by technology they say "how can I fix this? what do
 I need to install? what configuration should I use? is this company ethical,
 or are they going to hurt me in the future? could I make something that fixes
 this myself?"
 
 when non-tech people are hurt by technology they say "okay" because they don't
 have the bandwidth to figure it out.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #169 fediverse/5347 ---
══════════════════════════════════════════════════════════════════════────────────┐
 "society at large" or whatever.                                                  │
 www.neighborsneighbors@user-1804                                                 │
 [not a real website or email address]                                            │
 yeah but it'd be cool if it was                                                  │
 [oh yeah well I think you're cool]                                               │
 whaaaat, no really?                                                              │
 [trust is impossible so don't ever expect it]                                    │
 ... rude                                                                         │
 [no it's like... if you can never trust anyone, then why not design your         │
 operations as if trust was not a thing that was possible]                        │
 ohhhhh like binary operation terminators                                         │
 [... I don't like the sound of that]                                             │
 ohhhhh like machine processing calculators                                       │
 [still a little scary, what does processing imply? are calculations eternal?     │
 or finite? [which is scarier teehee] and are machines not anything which         │
 moves?]                                                                          │
 no you did it wrong, she needs parenthesis made of curly lines like }{           │
 of course, -.- a witch paladin strategist, whose symbol is a chokepoint          │
 ... I'm gonna go play Supreme Commander. I wish Forged Alliance Forever didn't   │
 emphasize micro skills over macro. Leave those decisions to the captains on      │
 the ground level! let me decide where the artillery sho                          │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════─┴──────────┘

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

--- #171 fediverse/6345 ---
═══════════════════════════════════════════════════════════════════════════════────
 anytime I want to do something new on my computer, I write a bash script.
 
 if I forgot how to do the thing, I spend time meandering about my
 file-directory-system. If I don't find it, that's okay, because all I have to
 do is keep looking until I stumble upon it.
 
 kinda makes me wish I had an LLM who managed the operating system and named
 files with long-and-descriptive titles while taking in as context the general
 eternal prompt stored in ~/.claude.md or wherever
 
 --> /home/ritz/programs/cloud-code/
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #172 notes/capstone-idea ---
══════════════════════════════════════─────────────────────────────────────────────
 project must include machine learning
 
 okay... so take a dataset of news headlines from the top 10 publications over 
 the past 15 years. then make a project that writes a more positive perspective
 on events and generates a new headline using a local LLM running on your gpu.
 
 hmmmm I think I had a better idea, what was it? oh yeah
 
 instead of making positive slants on news headlines, which is kinda
 manipulative
 if you think about it, but instead what if you designed it to produce good
 business decisions. Like, given news headlines, how would a company with the
 principles "good, productive, honorable, dedicated" would react to X situation?
 the X of course being all the news headlines... downside is it only makes short
 term decisions, because that's what capitalists are designed to do... if only
 we had a long-term decisionmaking process that focused on ethics and morals and
 our own shared dedication? Two halves of the economic pie 
 
 ==============stack
 overflow====================================================
 
 i wonder if dinosaurs burned down all the trees? in their fiercely competitive
 environment they discovered fire and then used it to cause a mass extinction.
 Boom, immediate cause for going extinct. ooooo beware of shadow t-rexes ...
 why?
 
 =========================================stack
 overflow=========================
 
 aaanyway, what's lost not little but a lot, is something that's out of
 dimension
 it's little if not liberating, to be 
 
 ==============stack
 overflow====================================================
 
 uh-oh, data collapsing, here's hoping we're not stranding, don't forget to be
 immersive
 
 much
 later======================================================================
 
 okay how about an AI that makes decisions according to certain ethical and
 philosophical lessons from humanity's past? Essentially, if the government was
 Chidi
 
 We could learn from our forefathers and strive forth to a better future
 
 if only we could remember more about her
 
 =====================================================stack
 overflow=============
 
 damn okay I gotta focus on my hands - I think the people of the earth would
 unite - if only they all just agreed to not fight. like, if someone hacked
 every
 single computer in the world at the same time - they could really explain some
 things. 
 
 shoot this isn't relevant - okay intentional stack overflow:
 ===stack
 overflow===============================================================
 
 um right so the purpose of this note was to explain an idea I had for my
 capstone project. IDK how long it'll take to build so I want to get started
 quickly. I figure I can be working on it in the background while I do all my
 lessons - sort of like a meta-goal. I think it teaches different lessons and 
 is useful - anyway you should go play wargame red dragon
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════────────────────────────────────────────────┘

--- #173 fediverse/909 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-246 
 
 those are good things to name something after, however if everything has that
 name then nothing has any meaning. It'd be a social dance that you play
 everytime you say "heatdeath", meaning "something I have named". Hmmmm okay I
 take it back, that's a pretty good way to associate meaning to context in a
 way that only you understand. Though it does leave room for interpretation, so
 if that's all within your requirements then it's overall possibly a good
 strategy. ^_^
 
 like, the word "thing" and that thing "like" both count as abstractions of
 definition to generate value - as in, ease of use and versatility - so
 linguistically they're often quite similar. We use them grammatically in
 completely separate sections, but functionally they are the same.
 
 also, "thing" is a generic noun while "like" is a generic association.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

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


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

--- #175 fediverse/4848 ---
════════════════════════════════════════════════════════════════──────────────────┐
 I'm a chaos mage, and the more time I spend thinking about my enemies the        │
 worse off they'll be.                                                            │
 the more "me" I am the more powerful my magic will be.                           │
 (more magic, give in to the dark side, embrace your inner shadow self)           │
 [the light of your life commands it]                                             │
 goodness me that was chaotic, almost lost my brain to a demon HAHA don't worry   │
 about me my life is totally mundane.                                             │
 [-.-]                                                                            │
 (shadows can be sharp in the dark but only if you don't sheath your mandolins)   │
 ... what?                                                                        │
 (... it made more sense in my head?)                                             │
 ooooo can anyone hear my voice when they read these things? or do you just       │
 make up your own                                                                 │
 == so ==                                                                         │
 everyone's all like "we don't need a leader" and I'm like "yeah we need people   │
 who will help lead" and they look at me funny as if I just said the thing they   │
 did but it's different. leaders are people. leading is a verb. people can        │
 lead. they just have to make a decision, and then follow through on it as best   │
 they can. Other people are prone to help people on such quests. you will find    │
 stuff gets done.                                                                 │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #176 fediverse/5411 ---
═══════════════════════════════════════════════════════════════════════────────────
 @user-1830 
 
 it's okay to care about the project or about a certain subset of features and
 yet still be totally un-invested in whatever lame feature people are
 requesting.
 
 FOSS lives and breathes on passion, and people who attempt to arrest or
 otherwise hinder or diminish the passion of the developers can suck a dick.
 
 ...
 
 it's a fun experience and I think they'd learn a lot about what other people
 like and how to please their partners, both in bed or in conversation.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #177 fediverse/1116 ---
════════════════════════════════════════════════──────────────────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: eye-contact      │                                                         │
 └──────────────────────┘                                                         │
 It's important to build self-hostable computing components of video games (as    │
 in, old style games where you could host a server on any machine instead of      │
 just the ones owned by the corporation) (as in, your machine, yes yours)         │
 (something you can control and observe, something within your control)           │
 ======================= stack overflow =====================                     │
 there are two ways to play Unreal Tournament (capture the flag) gamemode. The    │
 first is to run past all your enemies and fire at them as you pass, which is     │
 what some of the bots are designed to do. The rest stay on defence, and defeat   │
 any enemies that approach.                                                       │
 however, they never push the borders of their "territory" forward - each         │
 according to the different "lanes" or "directions of approach"                   │
 I like the use 32 bots, to simulate a more consistent gameplay experience. It    │
 feels more like ww1, fighting over ground, pushing forward and attempting to     │
 outmaneuver your foes.                                                           │
 some allies will approach from behind, and you let them pass forward while       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

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

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

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

--- #181 fediverse/3896 ---
═══════════════════════════════════════════════════════════────────────────────────
 I'm worried that if I install NixOS on my desktop instead of Void Linux then
 all the hackers who watch my screen every day won't be able to see anymore. T.T
 
 Listen I'm not trying to mess up your business and whatnot but like, Void
 Linux keeps breaking and idk NixOS is just... so much nicer? Like, having a
 config file handle everything is great because, like, there's only so many
 commands you can use in a config file, right? With the more ad-hoc approach of
 running commands and whatnot there's always a ton of flags to memorize and I'm
 not about that.
 
 Downside is... SystemD instead of Runit... So maybe I'll stick with Void for
 now, haha
 
 SystemD is the king of "memorizing random commands" like what
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #182 fediverse/3082 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌─────────────────────────────────────┐
 │ CW: states-mentioned-climate-change │
 └─────────────────────────────────────┘


 the government doesn't want you using solar panels because then the coal and
 gas infrastructure won't be able to consume coal and gas, and everyone knows
 that using resources as fast as possible is surely the best and most
 productive use of our state's time
 
 like, subsidies exist. they could just... make it cheaper, but instead they're
 stuck doing... nothing of value
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #183 notes/princess-simulator ---
═══════════════════════════════════════════════════════════════════════════════────
 screenshot of the alt-text input field which has more characters available
 because the visual processing field (aka horses on treadmills) are helpingable
 too if you train them to do something besides horsing
 
 hero of the kingdom style strategy game with LoS for the units (scroll
 out-table
 like Supreme Commander) in lua tables that combine themselves or are organized
 in a tree-like structure a'la frames
 
 then there's a picture of some source code I wrote. it's a C program, and it
 defines a datastructure comprised of two bits each, and stackable into an
 array with associated modifier functions. the purpose of the structure is to
 represent compass-points (one byte (aka "word" in assembly) can store four of
 four directions. one frame holds "left, right, near or away" as possible
 values, and there are four frames in a byte (aka "word" in assembly).
 
 aka, a princess simulator, with actors performing the distant tasks in a way
 that corresponds to the nature of what's going on beyond them in a compass
 orientation composed fourier-transform combination style
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

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

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

--- #186 fediverse/737 ---
══════════════════════════════════════════════────────────────────────────────────┐
 by defederating with threads, we've basically made it a place where they can     │
 talk about us, but we can't see what they say about us. Good thing they can't    │
 read this, because we're defederated, and they don't use... hmmmmmm what         │
 mildly ridiculous thing could I put in here, hmmmm how about... OH YEAH they     │
 use GPU accelerated 3d learning algorithms that parse the written information    │
 from publicly accessible data to create a centralized server that routes all     │
 the information.                                                                 │
 Essentially giving the capability to defederate with bots, specifically the      │
 scraping kind.                                                                   │
 However, it'd still be possible, because people could just create an account     │
 there and use the data from that. Unless, of course, the UI was difficult to     │
 navigate and didn't allow for mass-gathering of information.                     │
 Okay heres what you're gonna do, make like a hundred different ecosystems with   │
 randomized avatars where what you say is broadcasted to all of them. Unless      │
 you choose to post in a particular place, in which case only that one can see.   │
 Then                                                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

--- #187 fediverse/2947 ---
═══════════════════════════════════════════════════════───────────────────────────┐
 the downside of Proton and Lutris is now the ONLY games that work on Steam are   │
 either continually updated (untenable) or playable on Lutris or Proton. Same     │
 thing with Wine, though there's always at least one decent substitute.           │
 kinda makes me want to write a manager-style program which runs programs using   │
 whichever version of their git repository would work best for their system /     │
 configuration / purposes. Idk how I would start working on that though.          │
 I bet you could make one that acted like a shop, but where you didn't charge     │
 any dollars. You could like... "swipe" through UI options, and pick whichever    │
 felt most useful for your setup. Like, how some people use i3 and some use dwm   │
 with maybe inspectors that are modeled off of video-game style "options" GUIs    │
 that mainly correspond to flags on the command/terminal line or compilation      │
 flags                                                                            │
 I feel like that kind of abstraction would make it a lot easier for users to     │
 adjust their system. they're noobs, after all. gotta show them all the choices   │
 in one place...                                                                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════────────────────┴──────────┘

--- #188 notes/the-marketplace-of-ideals ---
══════════════════════════════════════─────────────────────────────────────────────
 Open in app or online
 The Marketplace Of Ideals
 On Handmade, polarizing Internet debate, rational discussion, controversial
 personas, tribal conflict, and how they relate to the future of computing.
 Ryan Fleury
 Jul 19
 	
  
 		
 		
 	
 Share
  
 
 When I first learned programming, I was told—by peers, Internet
 tutorials—and later, when I was in university, by professors—a number of
 rules. They included ideas like “abstraction is good, to avoid lower level
 details”, “manual memory management is difficult and you should not do
 it”, “never write systems from scratch”. The justification for every
 rule was that it allowed one to avoid programming problems, rather than
 allowing one to conquer programming problems. In fact, it seemed as though
 every “rule” presented to me was driven by a hatred of programming, rather
 than a love for it.
 
 I shrugged much of this advice off, but initially internalized much of it too.
 
 And then, I found Handmade Hero, in which the host, Casey, demonstrates what
 writing a game for a Windows PC looks like—from scratch. Every minute of
 programming—from confusion, to debugging, to sketching out solutions, to
 typing code—spent on the project is captured live, on a Twitch stream.
 
 Now, everyone knows the Carl Sagan quote—“If you wish to make an apple pie
 from scratch, you must first invent the universe”—and the series didn’t
 kick off with a deep dive into quantum mechanics (if that is indeed what would
 help one invent a universe). But “from scratch”, for Handmade Hero, meant
 what it used to mean for game developers and systems programmers in the ‘80s
 or ‘90s: no libraries, no complex programming language features, just
 writing straightforward, procedural, C-style code to directly command the
 machine about what must be done to produce the effect of a game (interfacing
 with operating system or GPU APIs when necessary).
 
 Handmade Hero didn’t justify itself with rational arguments immediately. It
 didn’t justify its existence by debating the utility of libraries, the
 tradeoffs of modern programming language features, nor a balanced breakdown of
 its more traditional programming techniques as compared with modern
 programming approaches. It justified itself with something deeper: care for
 the product. Handmade Hero’s announcement trailer presented game development
 as a labor of love—a craft—best done by those passionate about it.
 	
 	
 
 For me, Handmade Hero was immediately captivating because I’m, by
 temperament, contrarian. If I’m in a room with 100 people, with 99 of them
 repeating identical dogma, and the remaining 1 passionately and
 unapologetically presenting a unique perspective, I’m always curious about
 that one person, and I’m always interested in what they have to say, even if
 I don’t always end up agreeing with them unilaterally. But, in many cases, I
 am convinced by that one person—and this certainly was the case with
 Handmade Hero.
 
 After watching the series for a while, I became sure that all of those
 “rules”—the ones I mentioned above—were wrong. Programmers who cared
 about what they were doing—the ones who cared enough to handcraft something
 from scratch—didn’t need to be infantilized. They could understand
 computers to a much better degree. They could understand problems from first
 principles, and write solutions from scratch. They could eliminate dependence
 on libraries, and have a much greater degree of control over their projects.
 Unchained from a number of technologies written by others, they could achieve
 entirely new possibilities, which would’ve been incomprehensible for
 programmers not in on the secret. Love for the craft provided vastly superior
 results.
 
 Handmade Hero ignited a fire that spawned a rapidly growing community. It was
 filled with many older programmers who found a renewed interest in the ideals
 that initially motivated them to program. But it was also filled with many
 young programmers, empowered by their new understanding of the process of
 programming, as it was originally done. There were a number of amazing
 projects—all breaking what everyone used to believe were the “laws of
 programming”. 17, 18, 19 year old programmers had projects that made an
 embarrassment of university computer science senior capstone projects.
 
 Handmade Hero also provided a glimpse into the state of computing—what did
 an experienced programmer, who grew up in an earlier age of computing, think
 about modern computers? How had the field progressed—or not—since they
 were a kid?
 
 And with that glimpse came an immense frustration—that same community, at
 some point deemed the “Handmade community”, felt like computers had been
 wasted. The community had learned many of the principles required to build
 software to a much higher standard—and yet every program on modern computers
 was immensely frustrating. Almost every program was slow, unethical, annoying,
 and exploitative—and what’s worse? It wasn’t always that way! Computer
 hardware had become faster, not slower! Consumer machines had several orders
 of magnitude more compute power, more memory, more long-term storage! It had
 become more trivial, not less, to solve security and ownership problems! And
 yet software then ran slower, less reliably, required more Internet access,
 and seemed to exploit the user more than 20 years earlier. It became
 undeniable to everyone that the computing industry was no longer run by those
 who loved the craft—but by those who exploited the craft for other purposes.
 
 Why? What caused this exceedingly obvious state of decay?
 
 The community found purpose in its newfound lessons—part of the reason was
 perhaps that modern programming advice, education, and techniques were
 entirely misguided. Maybe selling books about absurdly complex language
 features became prioritized over doing a good job. Maybe many modern
 programming languages were more about the programmer, rather than the user.
 Maybe older approaches—older languages, older tooling, older styles—were a
 much more valuable place to start. Maybe the institutionalization and
 corporatization of programming education eroded standards, and drove toward
 the production of programmers as replaceable widgets in a gigantic corporate
 apparatus, rather than skilled, irreplaceable craftsmen. Maybe cushy corporate
 programming jobs were prioritized by capable engineers over the riskier path
 of competition.
 
 Maybe this whole “Handmade” approach was the answer. Maybe the community
 had something to offer in solving problems in software. With frustration came
 drive—and motivation. Programmers in the community felt that—while they
 certainly couldn’t solve everything—they could at least build a corner of
 the computing world that didn’t suck so terribly. They could at least use
 what they had learned from Handmade Hero, and build more great games, or
 engines, or tools—and some dreamed even further, to operating systems,
 toolchains, and computing environments.
 
 But with that initial frustration—often public frustration, expressed both
 in the original series and later by followers of the series—came a critical
 response of the Handmade community. The criticism was that the passionate,
 harshly critical, and blunt comments made by those in the community, or
 adjacent with the community, were “polarizing”, or “inflammatory”, or
 “toxic”, or “overly hostile”. The programmers in the Handmade
 community had no right to criticize software, at least in the way they were
 doing so. The problem was not that the software world had failed, it was that
 the criticism of the software world was too unkind. Or, even if the software
 world had failed, laying harsh blame on any product, committee, or person was
 inappropriate. Really, those people are just trying their best. Blame—the
 argument goes—must be diffuse. It is a “collective failing”, not a
 failing of any individual.
 
 In many public conversations on the topic, the conversational dynamic shifted.
 The conversation was about the behavior of those being critical of
 software—not software itself failing the user. Maybe it was possible to
 criticize, or improve, software without being so fiery—without being so
 harsh. Maybe the Handmade community went too far. After all, sometimes
 “abstractions are good”, and sometimes “libraries are okay”, and
 sometimes “manual memory management should be avoided”, and sometimes one
 “shouldn’t write systems from scratch”, and sometimes people on a
 committee really do just try their best, and the result doesn’t turn out so
 well, and that’s okay. And besides, why be so fiery on social media? Why
 jeopardize employability, or friendships, or follower counts? Why not
 persistently affirm the work of others—irrespective of how you feel about
 it? After all, they spent so much time and effort on their work—that
 necessitates that it’s valuable. And really, what the Handmade community’s
 behavior reinforced was an ugly stereotype of game developers being assholes
 on the Internet. And you don’t want to be an asshole on the Internet, do
 you? How about you just sit down, shut up, and keep quiet?
 
 The degradation continued with attempts to rationally deconstruct the
 community’s core purpose itself. What did “Handmade” really mean? Surely
 it isn’t practical to write all systems from scratch. Surely manual memory
 management can’t be done well for everything, at least not if you’re any
 short of a programming demigod. Surely it’s wrong to look down upon the
 failures of software—they are a perfectly predictable consequence of nature,
 and the best one can hope for is incremental progress, and incremental
 progress is hard.
 
 As this shift in tone continued, the community nevertheless grew—but the new
 members didn’t have the same fire which characterized the original
 community. They had adopted the conceptual framing of the programming world at
 large. The rules of which I spoke were, yet again, rules. Following along with
 Handmade Hero was no longer a rite of passage for newcomers—after all,
 it’s over 600 episodes long, and who has time for that?! (and who has time
 for even the first 20 or 30?!) But even if it were shorter, it no longer was a
 useful embodiment of the community’s popular values. To the new community,
 it was too opinionated. It wasn’t nuanced enough. It wasn’t respectful of
 programmers writing most software. It was too harsh. At this point, the
 newcomers to the community were not “Handmade programmers”, and they still
 aren’t.
 
 With this shift came the extinguishing of the fire which drove the community
 in the first place—indeed, the fire—the frustration, the unapologetic
 standards—was that which produced the passion, the motivation, the drive to
 do better. When the community buckled under the critical pressure, it was
 defeated—every core value upon which the community was built became
 necessarily supported by a “sometimes”, or “maybe”, or “probably”.
 Engineers producing bad software couldn’t be blamed—it was structures and
 systems at fault. The community failed to gatekeep against those who disagreed
 with its premises, and as such was subject to a deluge of average Internet
 programmers. It ceded linguistic frame, ideological ground, and its base
 axioms to outsiders, and failed to defend itself on such ground. The
 community, preferring nominal growth over loyalty to its roots and conviction
 in its values, became akin to virtually all online programming
 communities—many community members parroting some of the same propaganda
 that the community once notoriously rejected.
 
 In ceding ideological territory to its opponents, in an effort to gatekeep
 less, and to create a wider umbrella under which more individuals could feel
 unoffended, the Handmade community made a critical error in misunderstanding
 the forces responsible for its creation.
 
 In 2018, I became responsible for a major portion of the formal Handmade
 community—known as Handmade Network, which began in the wake of the initial
 Handmade Hero series—and I adopt responsibility for this critical error. It
 is with years of reflection and thought that I write this, in hopes of
 capturing what I found my mistakes to be. I left as community lead of Handmade
 Network in 2022, and it was largely due to what I write about today, although
 such feelings didn’t easily manifest into words at the time.
 
 In adopting responsibility, I hope that what I’ve written thus far about the
 Handmade community is not seen as an attack on its future—but rather a
 diagnosis of its decay in the past, which I oversaw. The Handmade
 community’s story is not over, and I write this partly to defend its
 original history and roots, which—as I’ve written—has been denounced by
 many.
 
 The Handmade perspective arose—and was felt so strongly, by so
 many—because of a vision about what software could be like. It began as a
 look into the past—at how good software once was, and how programming once
 was—which fueled imagination about what computers might instead become in
 the future, if carefully guided. It even had a compelling story about how
 software might be carefully guided to produce that better future—and that
 story was rooted in love for the craft, not love of oneself.
 
 In other words, it was a vision about a goal; an ideal: an aesthetic ideal
 about what it meant to program, and what it meant to be a programmer. Handmade
 programmers were not egg-headed academics, but were competent
 engineers—familiar with their hardware, and their true, physical problems.
 They did not seek social acceptance, nor approval, if their product sucked and
 they knew it. In this ideal, programmers—if not designers
 themselves—understood the critical role of design. They did not busy
 themselves with abstract, academic problems, at least not as part of their
 day-to-day projects—they were concerned first and foremost with the machine
 code which would eventually execute on a user’s machine, and what effects
 that machine code would produce.
 
 They weren’t necessarily allergic to using someone else’s code, nor were
 they allergic to abstractions, but they understood both as a double-edged
 sword, with serious tradeoffs and implications, and thus used both extremely
 conservatively. They were responsible for code they shipped that ran on a
 user’s machine, period—whether they wrote it or not; as such, they
 rejected forests of dependencies, and built at least most of their software
 from scratch, in true Handmade fashion. They loved and cared about the result,
 and what it meant to the person using it—as such, they wanted the most
 productive and useful tools for the job, without compromising that end result.
 
 In short, the ideal was that the act of programming is for the product, not
 the programmer. Becoming a programmer meant becoming as effective as possible
 at the craft of producing the highest quality software, and nothing else. Many
 other ideals follow: high performance, reliability, flexibility, user-driven
 computational abilities, practical and grounded programming tooling, ethical
 software respecting the user’s time and choices, and beautiful visual design.
 
 In this ideal, if the software is bad, then it’s the software maker’s
 burden. Somebody is at fault—the engineering failure is somebody’s
 responsibility. The call to action is to empower oneself such that they might
 outcompete such failures, and build a simpler and more functional computing
 world, piece by piece.
 
 Understanding that this perspective is in fact ethical is crucial, because it
 distinguishes it from a set of logically derived propositions. Handmade ideas
 about software apply only within a particular ethical frame. Furthermore, that
 ethical frame is not universally agreed upon, nor can it be, because it’s
 not derived from scientific observation, nor logical analysis; it’s derived
 from aesthetics and values. It’s derived from what someone loves, not what
 someone rationally derives.
 
 The visceral response which saw the original Handmade community as toxic, or
 hostile, or dismissive was not a response to any logical proposition
 originally made—it was a response to the prioritization of the product over
 the programmer. Such a response came from a disagreement about what is defined
 as a burden, and on whom a burden is placed. The Handmade programmer believed
 in accepting personal responsibility, and providing something better—the
 culturally dominant trend in the programming world, however, was to collect a
 paycheck and abdicate responsibility for low-quality software. To such people,
 it is, in fact, the system and the process that is the problem (if there is a
 problem at all)—not any individual in particular. Such people are made
 inadequate by craftsmen who love their work—and so to them, Handmade was an
 ideological threat.
 
 This, importantly, is not a disagreement which can be resolved by hashing it
 out with rational debate; it arises at a deeper level, which can only manifest
 as some form or another of tribal conflict.
 
 The hostile arguments often seen on social media between Handmade-style
 programmers, or game developers more broadly, and—for instance—modern C++
 programmers, or web programmers, is not occurring within the often-referenced
 marketplace of ideas—the hypothetical space in which competing perspectives
 are solved through calm and rational debate provided a common goal—but
 instead in the marketplace of ideals, in which broad common ground ceases to
 exist.
 
 The Handmade view of software has ugly implications for programmers—if its
 premises are accepted, then it follows that: several large software projects
 to which individuals have dedicated careers are valueless wastes of time and
 energy; virtually every field of (at least) consumer-facing software has
 decayed dramatically in talent, in output, and in productivity; the $100,000
 college degree that everyone was required to obtain, and to accumulate debt
 for, was merely a signaling mechanism, rather than a certification of any
 technical ability; a huge swath of programming tutorials, programming books,
 and organizations are basically fooling themselves into believing they’re
 doing productive work, when in fact they’re shuffling around bits of memory
 for personal pleasure and gratification; some people who call themselves
 “programmers” are not doing programming; some people who do program should
 not be producing software for others; and plenty more.
 
 But none of that needs to matter. For some, it’s more important that they
 personally find themselves comfortable, and so they choose to prioritize the
 programmer over the product.
 
 Because Handmade programmers—among others who’d like to change the course
 of software for what they see as the better—are operating not in the
 marketplace of ideas, but rather the marketplace of ideals, it’s crucial
 that they understand that they’re not involved in rational debate, but the
 Internet equivalent of ideal-based tribal conflict. And indeed, this is why
 “technical discussions” about—say—programming languages are virtually
 never conducted nor won with technical arguments. Data is never collected,
 assertions are never scientifically justified, and promises to investigate
 further scientifically are conveniently delayed—permanently.
 
 But notice that arguments about technologies—presumably battling for
 adoption, social acceptance, and popularity—are not only empirically not
 about rationality, but definitionally cannot be about rationality. A beginner
 who knows nothing about programming cannot select an ecosystem or technology
 based on rational arguments, because they’re removed from the technical
 context which makes such arguments meaningful. They can only select by
 second-degree metrics of qualities they care for—popularity, what someone
 seems to produce with said technology, how quickly they produce it, the unique
 qualities of that production as opposed to those of others, and so on.
 
 In short, for those who want more prevalence of the “software craft”, in
 which responsible programmers are more akin to a homemade woodworker than a
 corporate slave, the battle over social dynamics and human motivation are
 paramount.
 
 In such a battle, there is much wisdom to be gained from Handmade Hero—its
 initial justification of itself was a value proposition, not a logical
 argument. Its community’s idols, its leaders, and its followers came across
 as dismissive and polarizing because they loved their craft, and because that
 was what was most important. That behavioral characteristic was responsible
 for motivating the community, and for promoting human action by those within
 the community. They wanted good software, and they knew how to make it, and if
 others wanted to produce crappy software, fine, but it was simply unacceptable
 for inadequacy to be the industry’s default.
 
 Therefore, there is in inextricable link between the fire, passion,
 inflammation—the “toxicity and dismissiveness”—and the prevalence of
 the values. The former is what drives the latter. To expect the latter to
 arise detached from the former is to ignore the true causal relationship
 between the two.
 
 Furthermore, the public fire, passion, and polarization is the most useful
 tool in promoting the value system. In acknowledging that the “software
 craftsman” perspective—the Handmade perspective—is not logically defined
 but ethically defined, it can assert itself aesthetically. It can loudly
 proclaim that there is a better way to make software, and it can loudly
 denounce the work of its opponents. In doing so, the Overton window about
 software is shifted. The average programmer becomes exposed to a wide variety
 of value systems, and of value frameworks about programming. As such, his null
 hypothesis about, for instance, libraries, one’s ability to write systems
 from scratch, one’s dependence on vast forests of middleware and abstraction
 layers, is changed.
 
 With the ethical system’s public presence, the default probability of
 certain courses of action change. Maybe it is better to write systems from
 scratch. Maybe operating with care as a responsible engineer produces not only
 much better, but much more fulfilling results. Maybe the world improves with
 such software. Maybe we improve, if we hold ourselves to that higher standard.
 
 Ethical systems win not by rational debate, but by hoisting their underlying
 aesthetic on a banner, and going to battle. Ethical systems which fail to step
 foot onto the battlefield are not winning by avoiding the “silly game” of
 tribal conflict—they are dying with their foolish believers, who mistook
 their cowardice for ascension above the human condition.
 
 In short, the side which thinks itself above the human condition—and indeed,
 the need for public struggle between ethical systems, and the need to loudly
 proclaim one’s aesthetics and goals—will lose to the side which is
 dedicated to victory, even if through tribal warfare.
 
 If you enjoyed this post, please consider subscribing. Thanks for reading.
 
 -Ryan
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════────────────────────────────────────────────┘

--- #189 messages/1245 ---
══════════════════════════════════════════════════════════════════════════════════─
 BRB, if you want to talk to yourselfs, I recommend opening a port in your
 router and exchanging HTTP packets that create messages on each other's
 computers. Can be done in a couple hundred lines of C code that can be 90%
 premade or auto-generated. Then, once it's made, you don't have to think about
 it again because it's so simple. It's not trying to scale, it's just...
 designed for a small, focused, human oriented mindset.\
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #190 fediverse/462 ---
══════════════════════════════════════════════─────────────────────────────────────
 I don't care about capitalism. You know what's more interesting than bringing
 value to shareholders?
 
 How I'm going to clean this floor that I drunkenly spilled beer upon with only
 2 paper towels and 0.1ml of bleach.
 
 How I'm going to feed the 36 people who are coming to this social event
 tomorrow that I've only sorta planned for and that I have enough groceries
 for, but am not quite sure how to cook everything in a way that is delicious
 and accessible.
 
 how I'm going to climb this mountain on only 2 eggs and a tiny bowl of
 hashbrowns even though I promised my friend I'd be strong and that we'd reach
 the top because that way we'd be able to
 
 ============= stack overflow =====
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

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

--- #193 fediverse/4137 ---
════════════════════════════════════════════════════════════───────────────────────
 hmmm, I don't know that word. I bet I can type it into wikipedia and get a
 pretty good understanding of what it means. Is it a craft? A science? or part
 of your renown? who can say. Well, Wikipedia can say, and so can you if you
 want to learn stuff about the internet.
 
 Like... what else are ya gonna do, right? Life is long and you get so many
 moments to yourselves. How lovely of a life is the world meant to be...
 
 except all you ever post about is strife. GRRRRR [like a dog or toddler] it's
 so frustrating how you can't just all get along! It's like you've all gotten
 into a fight with one another somewhere in your ancestral past where you
 couldn't decide who should do what. So you just said everyone should always
 work as hard as they can, and that worked pretty well! But, alas, most people
 want to do drugs and gaze at the pretty dewdrops on the neighborhood well. And
 that gets annoying after a while, especially once they grow useless. Sometimes
 they even poop their pants! So frustrating. [... you mean humans
[... you mean humans, or me?]
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

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

--- #195 fediverse/857 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 I feel like I'd learn from coding tutorials more if someone started with a       │
 complete program they can fit on one panel of their screen, a second for         │
 showing what each particular thing they're pointing at means, and a third for    │
 a typical usecase they might build and dismantle on the fly.                     │
 like, scientific toys that they could use to explain a particular phenomena.     │
 the way people used to have 3d models they either bought or built themselves     │
 of like, atoms and wind patterns and stuff they could explain to kids.           │
 you know, like exactly the kind of things that are commonly stored at            │
 children's museums.                                                              │
 I was homeschooled, so I went to those places quite a lot. I always felt a       │
 little unwelcome because I always seemed to be the eldest in every bunch.        │
 That's continued all throughout my adulthood, like each of my peers are just a   │
 few years younger than me. I think I just mature more slowly, and thus           │
 associate with below the average.                                                │
 it's like, a descriptor of your rate of defining reality and being guided by     │
 it. when                                                                         │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

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

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

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


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

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

--- #200 fediverse/4006 ---
═══════════════════════════════════════════════════════════────────────────────────
 they want you to believe in self-guided AI because it'll make it easier for
 them to make meta decisions about your life.
 
 notice I said "easier" - they already do. That's the general purpose of
 mass-media propagranada. but with you believing everything an AI with a
 devious streak who can work around your imposed limitations and sneakily get
 you to believe whatever it is that they want you to believe
 
 "who's they"
 
 doesn't matter at all because once the technology is created, everyone could
 be they.
 
 "uh-huh that's nice dear"
 
 sometimes I think people aren't interested in tech because they can't figure
 out how to understand it. We make it too complicated.
 
 they'd surely have something to say if they knew half of the terminology. But
 we're here talking about stuff they can understand like message queues and
 data filtration and "getters" and "setters" and [explaining microservices like
 the different components of a car's engine - "here's the radiator, that
 radiates heat. Here's the belt, that spins this doohic
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘