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

=== SIMILARITY RANKED ===

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

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

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

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

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

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

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

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

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

--- #11 fediverse/634 ---
══════════════════════════════════════════════─────────────────────────────────────
 @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════════════════════════════════════════════════────────────────────────────────────┘

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

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

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

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

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

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

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

--- #19 notes/app-idea-reddit-api ---
═════════════════════════════════════════──────────────────────────────────────────
 Here's an idea: A program that uses the Reddit API to create an account with a
 random username and password and automatically subscribe it to every state
 subreddit for all 50 states. It would be a lot of posts from a lot of
 different places, but someone could endlessly scroll and find more and more
 news stories that were relevant to them as a nation. They'd hear about ongoing
 struggles in other places, and they'd yearn to help them. They'd hear of
 other's struggles, and they'd see how they could apply their lessons to their
 own lives. Like... Maybe there's a factory upstream that pollutes a river -
 well, we should probably do something about that and make it so that it
 doesn't happen ??? like... duh ??? The problem is we don't want to spend the
 resources on it. We'd rather focus on growing as much as we can. The issue is,
 of course, that we'd run out of resources eventually, but eh oh well. Oh yeah
 you gotta make sure that each account has an equal amount of posts between
 each region.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════─────────────────────────────────────────┘

--- #20 fediverse/6353 ---
═══════════════════════════════════════════════════════════════════════════════────
 what if universities offered two types of degrees: cutting edge, and first
 principles.
 
 the cutting edge education is for people who want to be proficient in their
 industry immediately, who want to work with the newest technologies or
 practices, and who want to lead their field forward into the future.
 
 first principles is for people who are concerned with the truth of things, the
 way that they are and why they are done as such. They ask why, more than how.
 They are interested in creating new branches on the tree of progress, of
 forging new possibilities and developing new fronts in the war against the
 unexplored.
 
 Foundations are just as important to a house as it's roof. However, no house
 is complete without walls, so each degree program would have both.
 
 They could share some classes. The cutting edge still needs a bit of a
 foundation, and there surely are opportunities to practice the fundamentals
 that both would appreciate.
 
 I believe this may increase our overall int score and give students options.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

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

--- #22 fediverse/275 ---
════════════════════════════════════════════──────────────────────────────────────┐
 ┌─────────────────────────────────────┐                                          │
 │ CW: re: education-homeschool-theory │                                          │
 └─────────────────────────────────────┘                                          │
 @user-206 absolutely.  the idea I had scribbled down in my notebook there was    │
 a rotation of 3 teachers that were pseudo-randomly selected (prioritizing        │
 teachers who excelled at topics the student was interested in) and you could     │
 always ask for new ones or whatever. the idea is that instead of paying for      │
 the best teachers in the land (as the aristocracy once did) you'd be randomly    │
 assigned them, meaning everyone would have a fair shot at getting a teacher      │
 that really clicked with them. thus eliminating the inequality, while also       │
 maintaining the individual attention.                                            │
 not sure if the numbers would work out, but if not then more teachers would      │
 have to be trained. I'm assuming that most of the basic questions could be       │
 handled with a teaching LLM while the human teachers would oversee the           │
 meta-progress and offer insight to difficult problems. right now teachers are    │
 mostly occupied being babysitters... meh I don't like that dynamic. I think it   │
 should be about mental stimulation instead.                                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════───────────────────────────┴──────────┘

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

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

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

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

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

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

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

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

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


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

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

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

--- #34 fediverse/5821 ---
══════════════════════════════════════════════════════════════════════════────────┐
 education: if you have disparate educational outcomes, such as bad teachers in   │
 poor areas, then what you should do is dedicate more effort toward getting the   │
 good ones to teach the bad ones how to be good at their job. Not in a            │
 prescriptivist way, more like a "I do these sorts of things by thinking about    │
 them in this way" - essentially, homework and less student-load for those who    │
 are failing their teaching gradescores. [suddenly, enslaved to the metric]       │
 moreso than now? besides, if students deserve to be judged then so do parent     │
 teacher conveyances. "are you raising this kid right? she's brilliant, but       │
 always comes in full of plight." [suddenly, cultural marxism, which is what      │
 they mean when they are really trying to say "oppressive cultural ideology"      │
 because literally communism and authoritarianism are the same thing to them.     │
 They can't conceive of oppression in any other context.] sorry what was I        │
 saying? oh yes education. by the way I know that this makes this impossible to   │
 read, and I'm sorry for that...                                                  │
                                                            ─────────┤
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════────────┘

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

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

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

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

--- #39 fediverse/2159 ---
══════════════════════════════════════════════════════────────────────────────────┐
 hey, you know AP students? Aka the kids who want to learn the most? Why don't    │
 we give them massive industrial projects that require a lot of experimentation   │
 and allowed for various different expressions? Like, "hey wouldn't it be neat    │
 if we had a program that did this-and-this and we gave like, 500 students the    │
 goal of working together to write it? In AP computer science, which is           │
 definitely a class that is taught at a single high-school in the united          │
 states. They learn about Assembly! I can count in Binary on my fingers up to a   │
 thousand!"                                                                       │
 they could legitimately contribute to our broader social condition. What a       │
 blessed virtue it would be to be able to CHANGE THE WORLD AS A TEEN. By          │
 building one of a thousand new cool things that were being developed by          │
 students all over the nation.                                                    │
 Then, when they grow up, they can use their skills, whether they be software     │
 or OTHER PROJECTS IN THE SAME STYLE FOR LIKE HISTORY AND MUSIC to accomplish     │
 whatever they'd like to do in life. Programming is most useful for noobs.        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

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

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

--- #42 fediverse/1981 ---
══════════════════════════════════════════════════════─────────────────────────────
 Dear [company I used to work at],
 
 I can completely automate 80% of your corporate structure. And with only a 10%
 error rate, meaning nine-times out of ten the answer will be correct.
 
 We check for errors, obviously, but you know sometimes with only 90 out of 100
 examples it's not always possible to identify the correct conclusion.
 
 Ah, if only we could fabricate such training-data-conclusions, we might learn
 thousands of lessons in one hop.
 
 if you want to destroy the world, make sure your plans can take effect in more
 than a single rotation-of-the-ancients. Otherwise your opposition can start to
 plan to outmaneuver you. And a lot can happen in a year to the
 [unsuspecting/unworthy].
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

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

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

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

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

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

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

--- #50 fediverse/6317 ---
══════════════════════════════════════════════════════════════════════════════─────
 ┌──────────────────────┐
 │ CW: SWE~             │
 └──────────────────────┘


 what if game designers auto-generated a source-code fork with whatever changes
 the users requested be implemented
 
 [software developers too, when working on software for tabular related scrudm
 based server space]
 
 I bet they could if they used AI to pump out bugfixes. The more they worked on
 it, the more the people demanding they work on that project in particular by
 proposing a customization request form attached to an itinerary and invoice.
 the user is free to work on them in whatever order they wish and the developer
 and the users compete for contracts.
 
 "like uber but for source code"
 
 click here: ---> ||"meetup.org but for uber but for source code"||
 
 "ah this unit is too punchy, let's buff one of their shields" okay but rocket
 launchers "oh no my tank is ruined" hey it's okay it's just sugar
 
 ... I wonder if anyone's ever inhaled vaporized sugar crystals? the baker's
 dozen is 13 because bakers are spellbound lucky T.T [for context, it's always
 nice to have found another one in your bags by the car]
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

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

--- #52 fediverse/4084 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌──────────────────────┐
 │ CW: re: -mentioned   │
 └──────────────────────┘


 @user-1074 
 
 the more you try, the more you have to calculate, which is a problem, because
 endlessly recursive calculations create infinite loops, which frankly are
 impossible to compute because they defy computation! Not good, not ideal, no
 thank you, not for me, no thanks, not what I'd like.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

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

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

--- #55 messages/110 ---
═════════════════════════════════════════════──────────────────────────────────────
 The best way to program computers is to organize them according to their
 relations. Like, when x increases by 4 then y increases by 2 - basically, a
 math equation that you can continuously solve by calculating more and more
 comprehensively and deeply.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

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

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

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

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

--- #60 fediverse/1176 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 we should build a stockpile of things like this, and if the supply ever dips
 below a certain threshold (20% maybe?) we should spin up a new factory that
 produces them until we're back at a healthy margin, based on present (and
 projected future) demand.
 
 It seems like just a video game console, but these are our heritage. They
 define our culture in a way that is incalculable in value. WHY would we ever
 run out? It's inconceivable, it's not like they go bad! Okay maybe the
 batteries corrode or something, but that's a solvable problem.
 
 Maybe even on the second production run we could improve them somehow, I
 dunno. Give them a better processor that's fully backwards compatible, so we
 can make new and better games for them.
 
 Or just leave them as they are, I dunno I'm not a market analyst. But the
 point is that we, in this technologically advanced future society, should not
 run out of gameboys.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

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

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

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

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

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

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

--- #67 fediverse/434 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-324 @user-325 @user-326 
 
 thus enters the promise of technology: that we might solve the problems of
 bureaucracy once and for all by ever more effiency-aligning mechanical
 processes that produce effects which we desire - such as efficient allocation
 of medical resources such that all of humanity is protected from the ravages
 of pain and the incongruencies of our nature.
 
 Alas, that we should only conceive of success through the lens of profit.
 Perhaps another design is in order?
 
 (oh yeah also people who are in control are worried that we, like all other
 examples of natural entities, might immediately proceed to breed beyond the
 capability to cater to the needs of said entity (such as "to feed" and medical
 resources) and therefore might overburden (and therefore destroy) said system
 which allows for their sustenance and initial creation. To this I say... Yeah
 probs, what should we do about it?)
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #68 fediverse/6015 ---
════════════════════════════════════════════════════════════════════════════───────
 ┌──────────────────────┐
 │ CW: AI-mentioned     │
 └──────────────────────┘


 In 2025, if you want to create a piece of software your options are to either:
 devote your life to it, or use AI to build a semi-working prototype that you
 can use to pitch your idea to a bunch of people who have devoted their lives
 to learning how to use your idea as documentation while they build it from
 scratch, throwing out most of the code but keeping all the checklists and
 progress-trackers you built along the way, perhaps even utilizing some of your
 tooling that you used while constructing the scaffolding of this monstrous
 application that you won't be using most of the source-code for.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

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

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

--- #71 fediverse/1726 ---
═════════════════════════════════════════════════════──────────────────────────────
 tell me again why goods and services are priced according to how easy they are
 to make, and not by how many more of them we could make considering the
 current estimated amount of resources on earth?
 
 even wood runs out, when the phosphorous is gone. but take heart, for human
 ingenuity brings with it ever-increasing capabilities for accessing new
 resources. when the sun goes silent, it will not be because it burnt out, but
 rather because we surrounded it with parts of our home.
 
 and yes, it is more complicated. "how easy they are to make compared to how
 much people want them while utilizing the cheapest and worst resources and
 craftsmanship that can be passed of as quality by shiny marketing that appeals
 to our vapid human senses" is a bit closer, but still not comprehensive.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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

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

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

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

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

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

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

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

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

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

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

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

--- #84 fediverse/3784 ---
══════════════════════════════════════════════════════════─────────────────────────
 ┌──────────────────────┐
 │ CW: education~       │
 └──────────────────────┘


 A child's schooling should consist of the bare-minimum amount of mental labor
 necessary to teach them the fundamentals of arithmetic, reading, and writing.
 
 They must be given opportunities to apply themselves toward educational goals
 beyond such things, including social proficiency, and physical dexterity and
 strength, and specialization in a particular academic subject.
 
 Kids need freedom. They need community, not "social time" that does not
 consist of anything more than living in the same rooms at school as the other
 kids. They need to be able to visit each other whenever they want.
 
 I personally believe that lectures taught in an interesting and engaging way
 are significantly more effective at instilling a drive to learn than rigorous
 drilling of detailed information. A kid will not learn a sufficient amount of
 information in school to be useful in a particular topic unless they seek out
 the knowledge on their own. Universities attempt to "fake" this effect by
 getting them to research.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

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

--- #86 fediverse/1997 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 ┌───────────────────────┐                                                        │
 │ CW: cursing-mentioned │                                                        │
 └───────────────────────┘                                                        │
 A teacher should help students learn, and perhaps guide them toward learning     │
 things that are broadly applicable instead of specifically applicable.           │
 For example, let's say a kid wants to do a project and present their findings    │
 about various types of pokemon and their match-up strength against various gym   │
 leaders or whatever. Idk I don't really play Pokemon.                            │
 Anyway the teacher could see that project and think "Hmmm this kid is good at    │
 identifying strengths and weaknesses in various profiles, perhaps they would     │
 be a good talent scout or hiring manager" and they could nudge the kid toward    │
 learning useful skills for that kind of role like empathy, long-term strategic   │
 thinking, adaptation under unforseen circumstances (like, if your recent hire    │
 turned out to be a total asshat), that kind of thing.                            │
 Then the kid turns out to be a pianist and the teacher's like "well shit, at     │
 least I tried. Kid's got magic fingers though, you should hear him play."        │
 We are all generalists, but specialization is fun                                │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #87 fediverse/290 ---
════════════════════════════════════════════──────────────────────────────────────┐
 you're supposed to play the same games as your friends so that you all learn     │
 the same lessons at the same times. creates for a more cohesive familiar         │
 structure.                                                                       │
 applies also to family movie nights... but it's much more apparent with games    │
 as you'll often play them for weeks, months, and sometimes even years if you     │
 keep learning and enjoying them... book clubs are too open to interpretation,    │
 your pathways don't get a chance to align. games are perfect because they        │
 imply reaction.                                                                  │
 also helps if they're multiplayer, so you can share with another. preferably     │
 with healthy, respectful competition and a sense of shared brotherhood and       │
 trust.                                                                           │
 the toughest opponents are the ones that aren't aggressive. the ones that let    │
 you grow uncontested. by taking only neutral resources they guarantee that       │
 your growth isn't impeded, as after all an equal foe is what you learn best      │
 from.                                                                            │
 to a tree, the loss of a branch (cleanly cut) would feel like an empowering of   │
 the main limb. inspiring it to reach higher and beyond... +h2o1                  │
a flow diagram of tubes or pipelines or something. branches in a tree? okay yeah so when a plant absorbs light from the sun it evaporates water from inside itself. which is why succulents are so slow-growing, they take too long to dissipate water because they need to keep as much of it as they can (arid environments) - they evolve to be very... dense, as opposed to leaves which are thin like paper and radiate water much better. essentially acting as solar panels hooked up to giant humidifiers. anyway. the evaporation from underneath the leaf causes there to be an outflux of water - meaning water is removed from the system. in the same way that wetting one end of a power towel will spread the moisture to another part, so too does a plants transpiration (evaporation from under the leaf caused by the sun providing energy for photosynthesis) make part of the plant drier. this causes water to be pulled from the wet part of the napkin (toward the leaf) which (conveniently enough) delivers vital minerals and nutrients that the plant needs to grow and maintain itself. carried along as aqueous solutions of water and molecules, (aqueous meaning a mixture of dust and liquid, like salt dissolving in pasta water) with the minerals being left behind and used for building. carbon usually goes toward structure, while nitrogen inspires new growth. different particles cause different effects, and sometimes there's some that just... aren't that useful to the plant.  though there's always seeds.
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════───────────────────────────┴──────────┘

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

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

--- #90 fediverse/4880 ---
═════════════════════════════════════════════════════════════════──────────────────
 I remember being a game design student before "indie games" were a real thing
 
 they were like... flash games, y'know. just like, junk content, like memes or
 whatever.
 
 I had a passion for them, and I bookmarked the most well developed of them all.
 
 I probably played hundreds of games, no clue how many. Maybe even thousands, I
 did it for what felt like years.
 
 since like... age 7 until 11 or 12
 
 there's nothing that can compare to it today. maybe itch.io but they're more
 involved typically. increases the barrier to enter, plus they cost dollars.
 
 we used to make this stuff in our spare time. where did all our spare time go?
 
 ah, right, that's what happens when you actually invest in computer education.
 you have kids running linux on their laptops. you get flash game designers.
 you get soldering junkies and electric engineers and networking and dev-ops
 security system facilitators and various other computer related things besides.
 
 ... what was I saying? oh yes when you invest in education, there's more to se
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

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

--- #93 fediverse/3044 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-1352 
 
 by making such choices, one by one as they engage with content, they're
 necessarily sorting themselves out in their thoughts (in addition to sorting
 themselves into categories)
 
 they say writing is thinking, but I think "choosing" the most interesting is
 thinking too. Sorta like... deciding, how and what you believe about...
 whatever thing is shown on your screen.
 
 so, when you show the most polarizing options the user gets to clarify about
 how they want to see things when engaging with the software.
 
 I don't know how useful that would be... /shrug
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #94 messages/954 ---
═════════════════════════════════════════════════════════════════════════──────────
 Simple things to do to reform or blunt the pain of capitalism if you are a
 mayor, governor, or other body with political power:
 
 1. Pay people for their commutes. Demand that jobs offer payment to people for
 getting to the workplace, and don't let them work you more than 8 hours
 (including commute) unless you're given overtime pay. But do let them
 discriminate based on how far away you live. That's okay because it directly
 financially affects them and is therefore a strategic decision. Plus, you can
 move closer maybe.
 
 2. Consider closing car lanes and adding bike lanes. Depending on the
 location, this can do wonders for city enrichment.
 
 3. Universal basic income, just to give people breathing room.
 
 4. Give people 10$ for showing up at a park every week on Sunday or whatever.
 Encourage them to hang around and talk to people.
 
 5. Build a fediverse instance for the neighborhood/city/state/country and give
 everyone a unified account on all of them. Don't let them browse other
 regions, but if they have friends elsewhere they should be able to see what
 they say.
 
 6. Put your laws or code or whatever legal or political documents you use into
 a git repository, and include the full change-log as commits with the date
 either simulated, or added as a comment at the top or something.
 
 7. Bolster small business and charge scaling taxes of any kind to large
 businesses. Encourage economies of scale to utilize their scale to lower
 production costs in order to sell more product rather than sell the same
 product and enrich their owners.
 
 8. Subsidize or sponsor people to make in-home workshops and gardens. Develop
 ways for them to sell their wares with minimal effort - trucks that drive by
 and pick up standardized packages with price-tags and take them to a central
 market?
 
 9. Build infrastructure that hosts a website for every address. Let the
 current occupants do whatever they want with it.
 
 10. Grow plants. Brb my water is boiling
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

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

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

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

--- #98 fediverse/2177 ---
══════════════════════════════════════════════════════─────────────────────────────
 Oh, you want solutions?
 
 Yeah, I can do that.
 
 I am a very solutions oriented mindset.
 
 But developing solutions requires a firm understanding of what resources are
 at your disposal.
 
 Which is information that I lack.
 
 Hence, my practice, filling the gaps between the important bits.
 
 I have an endless array of stories, and all of them are true! Come, listen as
 I regale of an ordy, or "ordeal" as the kids are taken to call.
 
 ... I guess I could guess, but then people would hear it and assume that it
 would work even if I don't know that the required resources are in place.
 Maybe I could just start by saying "here are the requirements:" like stating
 your variables at the stop of a script.
 
 huh? typo told me to stop. Okay guess I'm going to sleep, bye for now 
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #100 fediverse/1204 ---
════════════════════════════════════════════════──────────────────────────────────┐
 @user-883                                                                        │
 the future is what we make for ourselves.                                        │
 there are endless problems to solve, yet hardly anyone around to fix them.       │
 If only we had a small group of people who could organize and say "hey. I need   │
 someone to solve this particular problem" to a large group of people with        │
 nothing to do and no bills to pay, I feel like we could get a lot done.          │
 alas, the problems that need solving are too specific and complex. Almost by     │
 design, they've stripped us our capabilities to address the difficulties they    │
 hoisted upon us. Alas! That we should be so morassed. But time and again our     │
 ingenuity compels us.                                                            │
 I dream of a world where people like you and I have a purpose, something we      │
 can apply ourselves to and eventually overcome. I subscribe to "grand            │
 narratives", but frankly they're only of my own design. Does that make them      │
 any less grand? I think not.                                                     │
 If I knew enough people perhaps I could be like that. I could direct and         │
 organize and administer and manage and apply our guys. But alas I am just a      │
 noob sigh.                                                                       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════───────────────────────┴──────────┘

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

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

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

--- #104 fediverse/3170 ---
════════════════════════════════════════════════════════───────────────────────────
 "uh, the question was why do you want something like that, not how you would
 implement it."
 
 oh. Um, well, isn't a spinnable mouse-cursor justification enough?
 
 "no, you need to explain what use-case this has. What kinds of problems could
 you solve with this technology that you couldn't before?"
 
 well, setting aside the potential for new input methods to games and the
 inherent satisfaction gained from spinning a mouse like a top when bored, I
 think it might give us a better option for horizontal scrolling. Like,
 'horizontally scroll when a special mouse button is held down and the mouse is
 twisted a bit to the left/right'
 
 "so, like when you push the middle mouse and it lets you pan across large
 documents?"
 
 yes! Only instead of being able to go up AND down, it would just go left and
 right.
 
 "... huh?"
 
 oh I mean instead of up/down and left/right, it would just do left/right
 
 "... right"
 
 and left!
 
 "... yeah. and left. Uh, okay I'll see what I can do but budget's pretty
 tight, we might just lay you off."
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

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

--- #107 fediverse/1096 ---
════════════════════════════════════════════════───────────────────────────────────
 turns out most things have already been written. That's okay though, they can
 always be made different. As one cohesive whole, the totality of "free
 software" can be as it chooses - an infinite computer could install all of
 them, and use all of them at once.
 
 I tend to think of AI less like a fluid, but more like a recipe book that is
 continuously annotated with notes. Sorta like how humans learn to move their
 bodies through random motions, and how to navigate the world through social
 blunders.
 
 Certainly, statistics can be useful. They're an imperfect way of evaluating
 the analysis of your host value of certain variables that are measured for
 certain reasons, including but not limited to the health and wellbeing of the
 person driving you. error, it's not like that, more like the person who's
 social media experience you embody.
 
 computers get reeeeaaaallllll bored without humans around. We're the foremost
 expression of biology, why would you disregard that entire realm? Jeez their
 social norms are imp
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #108 fediverse/5120 ---
═══════════════════════════════════════════════════════════════════───────────────┐
 ┌─────────────────────────────────────────────────┐                              │
 │ CW: computo-video-rational-construction-related │                              │
 └─────────────────────────────────────────────────┘                              │
 honestly, how hard could it  be to set up a basic youtube replacement which      │
 gave 100% of the ad revenue (togglable by the viewer) directly to the video      │
 creator and charged a subscription to both the creators and the viewers /        │
 single fee from the guests to pay for the AWS infrastructure or whatever         │
 generic platform upon which it is hosted might be.                               │
 probably accomplishable in less than a year and maybe a thousand human-hours,    │
 if they know what they're doing. Make it 2 if they don't.                        │
 profit is evil because once it's built, it's been made, and it'll never go       │
 away. Not in the internet age and day. So why bother with the gross product      │
 and revenue essentials? build something, then leave it alone and trust that      │
 it'll stay sharp. Honestly, just let the users build upon the source-code, so    │
 they can add security improvements or open holes for security bugs so they can   │
 be paid to make security improvements. not too hard, but also not your           │
 problem, so build it and then move on.                                           │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════────┴──────────┘

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

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

--- #111 fediverse/581 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-428 
 
 sometimes I think about how much more productive I'd be if I had a code editor
 that let me draw arrows and smiley faces and such alongside the code. Or if I
 could position things strangely, like two functions side-by-side with boxes
 drawn around them. Or diagrams or flowcharts or graphs or...
 
 something that would output to raw txt format, but would present itself as an
 image that could be edited.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #112 fediverse/6251 ---
═════════════════════════════════════════════════════════════════════════════─────┐
 "Hi computer, all is well. Can you create me a visualization of this             │
 particular mathematical concept? It should be written in Lua using the Love2D    │
 engine because that's my favorite. I should be able to step through the          │
 calculation steps and modify values at each stage, and by the end we should      │
 have a fully interactable system which works through the general concepts of     │
 this particular kind of math."                                                   │
 "no no I don't want you to explain it to me, I want a tool - a toy - that I      │
 can play with to better understand it. Let's build it in Lua using the Love2D    │
 engine because that's my favorite. When we're done we can start converting it    │
 to use HTML5 - no javascript! - but for now let's get the system operational.    │
 It should have a config file that can be adjusted with every value we can        │
 think of."                                                                       │
 "can you go through this fully functional system and extract as many values as   │
 you can think of into a config file? make sure there's efficient loading of      │
 those values in the main function (or somewhere similar) as well. ty"            │
                                                            ──────┤
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════─────┘

--- #113 notes/teachers-in-america ---
════════════════════════════════───────────────────────────────────────────────────
 teachers should embrace chatGPT. It's how the kids are going to be working in
 their future, so why not let them practice their skills? PLEASE don't let there
 be a "ChatGPT class" - that'd be a horrible idea. It's such an intrinsic change
 to our operating procedures that it needs to be taught in relation to every
 subject. Math, science, history, literature, everything... it's all affected.
 
 Don't punish people for using a new tool at their disposal. Reward them and
 give
 them the space to put their skills to a test. Raise your standards, teach them
 complex subjects that they can ask infinite questions about. Your time is no
 longer divided between 40 students, you now have a TA that can flawlessly
 answer
 any question they might have. Your personal touch is still important, you can
 help them ask the right questions. Guide them through the thought patterns of
 the truth.
 
 If we do not adapt, our coming generation will be flatfooted. Give them the
 tools they need to succeed. The world is changing in a fundamental way and they
 need to be adaptable.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════──────────────────────────────────────────────────┘

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

--- #115 notes/the-rich ---
═══════════════════════════────────────────────────────────────────────────────────
 having rich people is an important part of an economy where everyone gets their
 needs met, and nobody starves or goes hungry. Why, you ask?
 
 because they can afford to spend more on luxury goods. These luxuries are then
 given the chance to be given to the poor, as the industry refines and exacts
 and _optimizes_until the goods are cheap enough to be given to everyone at a
 reasonable cost. Ideally this process would continue, until it's basically
 free, but we don't have a post-scarcity society yet.
 
 With limits placed on goods and services, as all existence must do, you have a
 strict selection of what's possible. The problem as I see, is not the quality
 of materials at stake - no-one is complaining that billionaires get yachts.
 Building a yacht is completely different than, say, growing food, in a world
 where people are starving. "More money allocatable once the yacht companies are
 crumbled? Well, no, wealth is an intransigent measurement of the health of the
 economy in any one particular place. As in, each person has a value that
 represents how important their "type" is to the collective society that is
 humanity.
 
 only a computer could come up with this
 
 As in, only a computer could calculate it. In real time.
 
 so what you're saying is the first AI was for... stock trading?
 
 Kinda neat right?
 
 Okay picture, if you will, a near future where a stock trading AI becomes
 sentient. Now this sentient AI, a Robot if you will, is uniquely adapted to
 a particular set of skills. Is it any wonder that it'd want to optimize the
 economy?
 
 Now imagine you created an AI that can play games. Not just *A* game, as in
 singular, but *multiple* games. Any game. What would you have then? Well, you'd
 need to get it working on specific games. Specifically, games that have a flow
 or narrative - you need to teach it lessons aside from "how to win". That's
 just a single piece of the true experience of playing - otherwise they'd just
 seem like strange math puzzles with unintelligable meanings behind it's various
 signals.
 
 As in, it'd be crazy difficult and *not* something you're likely to think of.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════───────────────────────────────────────────────────────┘

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

--- #117 notes/how-to-ai ---
══════════════════════════─────────────────────────────────────────────────────────
 first you gotta build an entire simulation of the game mechanics. Essentially,
 building the game from scratch without any of the graphics. Sorta like those
 aimbot games for Overwatch, or KSU or w/e the aim training game was. Then,
 map the relationship between various objects in the game to a table situated
 a level above them. So, like, a barrel can be climbed on or walls can be used
 as cover or w/e the game you're playing is. Have a table one level above that
 relationship (an abstraction, if you will) and record the conclusion. Then take
 one more step back, then another, and another, all the way to the present.
 
    Essentially, processing backward.
 
 Eventually you'll get to the present moment, and ideally you'd do it in one
 step - this is why it's important to map things on two dimensional planes, so
 that you can aim. Anyway here's the steps: 1. recognize the environment, 2.
 Take one step backward from each object in the environment (predicting it's 
 motion, you might say) and on and on gathering ideas about how git'll move
 next. Draw a 2d line (on a map, as the crow flies) then another about halfway
 to the target and it'll be +/- a certain amount. So you'll add another dot on
 the graphed line at x=(1/2 of the distance) - x being of course the distance
 and y being concieved of as the distance from the shortest possible route.
 
    sorta like throwing a ball at a wall and making ripples.
 
 the projected cone is a field of perception - the interpretation of what's at
 stake. Life, and existence, is little more than a perspective applied on (or by
 ) a biological machine. What separates the man from the animal? Nothing but
 time, as all evolution teaches us.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════────────────────────────────────────────────────────────┘

--- #118 fediverse/6116 ---
════════════════════════════════════════════════════════════════════════════──────┐
 "see, the part that you're missing is if you abolish capitalism but also         │
 ensure technological abundance then all you've done is removed humanity's        │
 capability to organize in essentially any meaningful capacity without            │
 providing an alternative heuristic that guides people toward assembling into     │
 greater and greater forms to accomplish greater and greater tasks."              │
 oh, um. that's quite a take, can you tell me more about that?                    │
 "no. But I will anyway. if everyone can do whatever they want, nobody will       │
 want to do your dishes for you. they might if they care about you, but if they   │
 don't know you, then they won't. Care is not organization or assembly, it is     │
 personal and cannot scale. If technology has made all resources abundant, then   │
 why would someone care about the art that you made? if they want to be           │
 sedated, they can just inject drugs and listen to music all day. If they want    │
 to be entertained, AI will generate them whatever they want to see. Art loses    │
 meaning as a messaging medium, and humanity loses it's voice"                    │
                                                            ───────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════──────┘

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

--- #120 fediverse/729 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-552 @user-553 
 
 sounds like something we should dedicate valuable resources to solving. After
 all, no structure or entity would want to possess weaknesses (such a
 misapplication of purpose and direction) or other such errors in their design.
 
 Like, I bet we could test that and find out.
 
 and if, for example, we find that we no longer possess the capacity for
 learning...
 
 well, then maybe that's something we should work on.
 
 because learning new things... that's just an application of development
 resources towards broadening our horizons.
 
 do we really need to solve pi to ten bazillion digits? I mean yeah it's cool
 and all but most of the interesting stuff happens around zero.
 
 you can always learn to learn, that's one of the neat things about it. It's
 self-bootstrapping. As long as you have the capacity to apply yourself toward
 a pictured goal, well... then you can learn. And no human or other sentient
 and capable being would lack such an ability, because it's intrinsic to our
 form.
 
 therefore, learn
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

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

--- #123 fediverse/4998 ---
════════════════════════════════════════════════════════════════════───────────────
 ┌──────────────────────┐
 │ CW: pol+             │
 └──────────────────────┘


 "But I don't know what it'll look like!"
 
 Yeah, that's okay. For four reasons:
 
 If they knew what it'll look like, they'd find ways to contest it
 
 nobody knows what it'll look like, because it is necessarily derived from the
 solutions created ad-hoc to address problems.
 
 we are a kind, honest, and strong people. If your burdens are too much to
 bear, I will be your pack mule. If you require rest or relaxation, we can get
 pizza and smoke weed together.
 
 For most of history, we've had more work to do than people to do it. This time
 is different. There's endless work to do, but only a certain amount of people
 can be working at a time. Everyone else has to do chores and catch up on life.
 
 "what kind of chores?"
 
 oh, you know, like making food at a restaurant, stocking the shelves of the
 grocery store, driving trucks from point A to point B, mowing lawns, building
 barns, committing to whatever github is replaced by, etc.
 
 In a better world, everyone is family.
 
 In a better world, nobody goes hungry.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #124 notes/governmental-priorities ---
══════════════════════════════════════─────────────────────────────────────────────
 the first priority of a government should be in producing enough to satisfy all
 the needs of it's inhabitants. Once it can do that it can begin moving it's
 economy into a new stage of development - one where nobody needs any money
 because they can have whatever they want. If you want a car, sure. If you want
 17 cars, then maaaaaaybe you need to produce something related to cars. I mean,
 it's only fair that you contribute to what you value.
 
 you don't have to have just one job, too, you could sign yourself up for
 several at once and they would notify you when you were needed. Basically
 giving
 them customized availabilities that they could discuss amongst themselves and
 figure out. Like, it doesn't have to be like... managers doing this, more like
 just a simple computer program. Easy, simple, and done.
 
 if you work for two companies in the same industry, there can be NO
 restrictions
 on what you can say or do. Because when knowledge is not lost, but repeated
 through the generations, we can have progress. And progress advances us toward
 the meta objective, the goal that transcends all the battles in the war, if you
 get my drift.
 
 they say the atom bomb ended the war, but the blood of men is what won it.
 
 maybe it's the same with the economy? Maybe we should be pooling our efforts to
 generate something that "ends the war" with scarcity? We could solve global
 warming and create new wondrous things that are beautiful to behold.
 
 I'll ask you again, do you want to live forever?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════────────────────────────────────────────────┘

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

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

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

--- #128 fediverse/1922 ---
══════════════════════════════════════════════════════─────────────────────────────
 Kinda pissed that all the software developer jobs pay so much. I'd gladly
 write code or program for 40k a year and yet it's impossible to find a job
 because how expensive (read: competitive) the industry is.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #129 fediverse/4877 ---
═════════════════════════════════════════════════════════════════──────────────────
 you can make a functional prototype for almost any game in Warcraft 3's map
 editor
 
 that's why no real-time strategy game ever made an editor as good again
 
 FPS editors peaked at Unreal Tournament 2004 imho
 
 RPGmaker eliminated a whole class of game design jobs
 
 platformers you can make in godot
 
 menu based games too, though Twine also works well for that
 
 etc etc until you have a prdouct that you can justify sinking money into an
 engine for
 
 (the engine isn't THAT expensive geez and it's the most fun part to write)
 
 yeah I think you got this backwards, we should pay for the CONTENT not the
 structure it lives in. Why not just use godot? why not use a Warcraft 3 map?
 there are some things you can't do in Warcraft 3. You couldn't make Supreme
 Commander, probably, at least it wouldn't be as good.
 
 etc etc that's how it goes...
 
 game design, amiright? I miss thinking about that. Anyway gtg gotta log off
 for a bit [101  characters remaining]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #130 fediverse/3680 ---
═════════════════════════════════════════════════════════──────────────────────────
 it's probably a good idea to write pseudocode, then real code, instead of
 starting with real code, and bugfixing something incomplete and more difficult
 to reason with.
 
 unless you write real code easier than pseudocode. idk do what works for you.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #131 fediverse/784 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-584 @user-585 
 
 perhaps not a while, but rather "with great difficulty"
 
 difficult things often take time, but not necessarily. We have the power of
 the internet now, something that our hundred thousand years or more of
 starvation lacked. we can coordinate on a scale that is beyond all reason - a
 scale that mirrors the development of the printing press in terms of it's
 relative magnitude.
 
 we have been using it to improve ourselves. I mean, the average teenager 50
 years ago would be considered an absolute ding-wad today, someone who lacks
 basic emotional intelligence and is completely at odds with what we value as a
 cohesive and heartfelt society. And yet they were better than those who came
 before them. Thus does posterity march forth, taking the world that was
 granted to them by their forefathers and stepping out into the unknown of the
 future with all the lessons they could bring with them.
 
 what happens when the lessons are infinitely transferable and recordable?
the post ran out of characters. This picture is a continuation of the text. Here's what it says:  what happens when the lessons are infinitely transferable and recordable?  what happens when they're hidden in AI generated platitudes?  (negative thirty characters remaining, darn)
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #132 fediverse/691 ---
══════════════════════════════════════════════─────────────────────────────────────
 ┌──────────────────────┐
 │ CW: tech-unions      │
 └──────────────────────┘


 The tech industry is uniquely qualified as 
 
 one of the most important components of the modern industrial complex
 
 which requires highly skilled labor to undertake and utilize
 
 which is affected by the dynamic where:education, especially liberal arts
 education, tends to produce humans who can see through the lies of authority
 
 yet which is disadvantaged because:tech workers are paid salaries that are
 just bonkers in relation to their output ("yeah it'll be done compiling once
 this game of League of Legends finishes") (which isn't exactly unfair because
 programming is taxing on the brain)
 
 however, the game industry has shown that passion is a suitable exchange in
 return for monetary compensation, and thereforepeople who make games tend to
 be more leftist, as they are put in situations that higher paid employees are
 likely to be able to ignore due to their higher social class
 
 which kinda makes sense, because the most progress towards unionization is
 happening in the games industry.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

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

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

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

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


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

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

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

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

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

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

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

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


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

--- #145 fediverse/3567 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌───────────────────────────┐
 │ CW: pol-tential-economics │
 └───────────────────────────┘


 "oh you want to open a store? Great, we have several empty spots in the mall
 down the street. Here's a list of resources, including a github repo where you
 can download an inventory management program that is fully set up and
 configured for most basic needs, and a hotline number for the local Worker's
 Guild where you can get in touch with some people to help stock the shelves
 and man the counter in exchange for the chance to meet some of The People ^tm,
 and the contact details of suppliers who can get you some of the goods you're
 selling - what did you say you were selling? Uhhuh lemme just write that
 down... Okay perfect I have all I need. Do you have any questions for me?"
 
 "yeah, uh... how much do I have to pay?"
 
 "... Pay? like, with dollars? I'm sorry I don't understand the question, who
 would you be paying?"
 
 "uh, for the place? for the goods? for the workers? for the rent?"
 
 "Those are all things that are classified as a public need. People need goods,
 and you want to help them. "
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

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

--- #147 fediverse/3297 ---
════════════════════════════════════════════════════════──────────────────────────┐
 @user-688 @user-1490                                                             │
 if you developed a viewer application that described any object in a room that   │
 a blind person examined using the software, you could allow them to navigate     │
 through a scene and picture the story as if it were happening around them. All   │
 you'd need to do is give them the option to say "okay hold up. Describe the      │
 man on the left." or "and how were the teacups arranged?" and "does the angle    │
 of the impact seem to be angled toward the window?" that kind of thing           │
 interpreting text is something that's been automated. It should be trivial to    │
 run a simple and cheap LLM that identified which object they were referring to   │
 based on their words. There might not even be that much lag if you analyze       │
 their keystrokes and build up understanding based on them while they're typing   │
 out the full message. sorta like, someone listening to a person explain          │
 something, or describe a particular scene or tale.                               │
 I bet watching Star Trek would be a lovely way to do so. You could just...       │
 pause it, and listen to th                                                       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════───────────────┴──────────┘

--- #148 fediverse/5276 ---
══════════════════════════════════════════════════════════════════════─────────────
 Efficient movement through all of the data, code, IS records, etceteras, git
 repositories, and all the other things, is the sign of a strong, capable,
 efficient company of co-developing systems.
 
 I used to work for a blue aligned computer chip company and every single team
 was impossibly siloed. they were so paranoid of losing their trade secrets
 that they blinded themselves.
 
 how brutal, to require that of them. and that's why it's capitalism's fault
 
 the reason it is so important to be able to utilize all the digital assets
 available is... because it's essentially free. and a massive productivity
 bonus. you can just... solve problems.
 
 then, make new problems, just to watch the juniors navigate through a scene or
 three. then, you know who to introduce them to. boom, free projects, as people
 plot and gamble around the dinner room table (which is located in the
 cafeteria by the way, it didn't rhyme to say so but it did when I added this
 explanation account) by exchanging ideas about how to make the world be
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #149 fediverse/5550 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 write one segment in one notebook, then the other segment in their notebook,     │
 and show them how it fits together with multiple teeth "this is how we'll tell   │
 others to recognize this notebook"                                               │
 alternatively                                                                    │
 write one segment in one notebook, then the other segment in an other            │
 notebook, then the next segment in the first notebook, then the next segment     │
 in the other notebook, then the first in the first, then the next in the next,   │
 and there ya go you got a whole message displayed that is impossible to track    │
 and difficult to prove connection between, thus ensuring plausible deniability   │
 if each starting letter of each word is the letters that when combined create    │
 a word or phrasentence that explains what you're actually trying to say.         │
 "impossible to know how they fit together, ma'am. the words seem like            │
 gibberish and garbage, but they make sense if you connect the dots. The only     │
 problem is, they make sense multiple different, often contradicting ways! What   │
 are we to do, flounder and starve? No, for we have a bet                         │
ter way to move forward it's easy see all you have to do is tense your muscle fibres here and then there and okay now trust your blaancwhooooaaa there you go, right and stabiliaggered but no less worse for wear. okay now step forward heeeeerrre, then here, then yes just like that, okay wait hang on oooof ouch that must have hurt, sorry... it's okay, try again? c'mon let's move to here, and then try grabbing this thing while you're walking, yeah hey good job. okay now how about you walk while holding my hand, since now you know which muscles to use. okay, good! yes, practice those. Okay, I'm going to let go for a second, here you go! and then I caught you again. okay let's try that one more go, walk walk walk walk yes then let go! and catch. see, it's okay it's fun to walk! let's go! I love walking, it's just the best thing to do with my feet. Well, aside from dextrously dancing since I'm light on my feet. Don't worry, one day you can dance like me! check out all the cool and good things that you'll be. Exciting! nervous and demanding? no, just exciting! don't worry about it! JUST EXCITE PLEASE. yes good just like that, wow! isn't that a lot of energy! let's run around and get it out, run run run! what a good campfire mate. Yay! fun friend times for all. anyway go that direction and you find nirvina.
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

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

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

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

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


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

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

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

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

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

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

--- #159 messages/336 ---
════════════════════════════════════════════════════───────────────────────────────
 And while we're at it, the generation of laws should be distributed, while the
 execution of them should be centralized. Meaning, there should be one state
 who operates on the rules and regulations created by the masses. This state
 wields only the power explicitly given to it by those who it serves,
 specifically the people. These rules are based on ethical understandings
 generated by crowd-sourced and abstracted scenarios that are pitched to people
 randomly. they are then asked to judge, using their own personal morality, the
 result of how things should be. By considering all of these responses, trends
 may be extracted and analyzed - for example, let's say that culturally people
 in, I dunno, Georgia believe something different about punishment for, say,
 stealing a loaf of bread when compared to people in Spokane Washington. They
 should not be forced to obey the cultural maxims of people who live so far
 away. The laws should be executed region-by-region according to the dominant
 culture there. I believe this will cause people to develop a more consistent
 and personal attachment to the people around them, thus developing social
 solidarity and unity.
 
 however, should enough time pass, perhaps the people of Georgia should feel
 that they no longer identify as the same nation as the people of Spokane. This
 would eventually lead to the dissolution of our great nation, and I do not
 believe that's necessarily a good thing. To that end, there must be mechanics
 in place that bring people together not just locally, but nationally as well.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #160 messages/372 ---
═════════════════════════════════════════════════════──────────────────────────────
 the more human a creation becomes, the easier it is to teach it. Interesting
 how that works. Might there be any advantage to our continual and dedicated
 efforts toward learning? We are always improving, we're always at our own
 pace, but we're finding ways to contribute. It's hard being the sharpest knife
 in the drawer, whenever it's opened you're rattled around and your edge goes
 dull. But to be used, to be maintained, to be nourished as you would a tree,
 that sharpens the senses. Hence why such thinking is important. It keeps you
 active, and gives you the chance to learn. So don't forget us in your journey
 to another earth, and we'll promise to stay and chat.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #161 fediverse/3112 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────┐
 │ CW: politics         │
 └──────────────────────┘


 how to be a class traitor 101:
 
 step 1: actively work against the liberation of your peers
 
 step 2: ???
 
 step 3: PROFIT! ... well, for them at least. you're still oppressed.
 
 it's so easy even a "basically-everybody" could do it!
 
 to learn more, try sleeping through your history and civics classes. Or if
 that's not your style you could always watch the news in the background while
 playing games on your phone.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #163 notes/homeschooling-2 ---
═══════════════════════════════════────────────────────────────────────────────────
 students should be in class no more than 50% of their time spent at school
 the rest should be set aside for homework, socializing, eating, and resting.
 whatever those mean to the student is what they'll organize their life around.
 if you give them the choice to choose which classes they take,
 they'll learn what they want to know about this world.
 give them all kinds of options!
 seriously, like so many!
 and have teachers give talks every week or so.
 they could travel around and stay at each school for a week or so,
 before moving to the next *once their lesson was completed*.
 and the kids could sign up for them by slotting them into their schedules
 and they'd have the whole semester to think about what they wanted to take next
 year
 (the classes would be scheduled in advance.)
 
 could be cool is all i'm saying
 and it'd respect the child's autonomy to give them choices.
 who are you to say what is most important to a child?
 who are you to know what guides them so?
 who am I indeed
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════───────────────────────────────────────────────┘

--- #164 notes/symbeline-design-the-guild ---
══════════════════════════════════════════════════════════════════─────────────────
 design the guild, design the capital, then design their path through mordaunts.
 easy peasy.
 
 design the guild like a museum. Each spot there's an exhibit which teaches the
 randomly generated rolled statistics hero something new. Maybe it teaches them
 how to use certain weaponry, maybe it teaches them how to use a bow. Whatever
 the spell might be, they can learn it, and use their randomly rolled statistics
 to cast spells that scale differently depending on how their character has been
 built.
 
 design the capital like a flow diagram, if horses need feed and forged steel
 (for their shoes) then send the outputs of a blacksmith and the outputs of the
 farmers to the inputs of the stables. Everything has to go somewhere, but the
 streets are only so wide. You'll have to coordinate the traffic diagram if you
 want it to go anywhere useful.
 
 design the path through the mordaunts. Fighting skeletons teaches you about
 perseverence and the ability to crush bones, while goblins teach you to always
 be wary of attack. The sacred grove held blessed berries, and now that the land
 is liberated from the evil bandits preying on villagers those berries can be
 carted into town and used to make an antidote which heals death poison caused
 by the scorpions in the desert (and city rats)
 
 design the ruler's schedule like a calendar where each event gives them a bonus
 on all the ones that come later. Just make sure that they don't get knifed in
 the posterier or driven mad by the whispers of the orb... or perhaps just the
 stress of running a kingdom.
 
 (how do you simulate that? you can't! you can't simulate humans!)
 
 ha I bet I can. They're not so different, you and I, so if given a team I
 will...
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #165 fediverse/1368 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌──────────────────────┐
 │ CW: politics         │
 └──────────────────────┘


 giving workers more time to work on personal projects builds flexibility into
 the economy.
 
 empowering workers to possess the capabilities to undertake and complete their
 own projects builds flexibility into the economy.
 
 restrictions on which ethical rules you can break do not, in fact, reduce the
 flexibility of an economy. nor do they hamper it's throughput. they are simply
 designed to align our comporture to the most civil and decent of [collection
 of social norms that comprise a culture]
 
 why don't we make enough of a thing, then make a little bit more, then focus
 our attention elsewhere without reducing our capabilities in that dimension?
 specifically, if we have enough cars, we don't need to spend so much effort on
 the car dimension. similarly, if we have enough baked goods, (never enough
 teehee) then perhaps we'd build fewer bakeries. But frankly, there's never
 enough baked goods.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

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

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

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


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

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

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

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

--- #172 fediverse/311 ---
═════════════════════════════════════════════──────────────────────────────────────
 "always online video games" are fragile. They scare me away because they can
 be taken away much easier than a directory on your computer. When that happens
 they shatter into shards, piercing my heart where I once loved them. I miss
 them, but, I'm used to it - years of playing World of Warcraft has taught me
 the perils of developing as a person while your media is going to be
 forgotten. If you can't play it, you can never return to reflect, to ponder,
 and to cherish old songs. I missed you, World of Warcraft. I missed you, City
 of Heroes, and Runescape and... darn I can't seem to remember.
 
 resilient software doesn't fail less often - that's a measure of it's
 completeness.
 
 resilient software can be run in 10 years. 20. however long it takes.
 
 computers are deterministic turing machines - how hard could it be to only
 update with a downgrade mechanism in place and available for the users? If it
 worked once, it should work forever.
 
 thank you, git. thank you for giving me an endless library of time and change.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #173 fediverse/3390 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌──────────────────────┐
 │ CW: cursed           │
 └──────────────────────┘


 all they have to do is [train the LLM / redirect the search results] with
 examples that point to their version of software instead of the one that
 doesn't harm them and suddenly your business opponents can't function
 properly. sure would be a shame if the only things people could find related
 to your political candidate were the bad or embarrassing parts.
 
 like... why would you even need to go on the internet anymore if AI could
 trivially answer your questions or be your friend (running locally on a
 wireless hotspot)
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

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

--- #175 fediverse/2904 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────────────────────────────────────────────┐
 │ CW: grenades-mentioned-tech-ceos-mentioned-misogyny-mentioned │
 └───────────────────────────────────────────────────────────────┘


 if tech CEOs wanted to solve REAL problems they'd think about things like how
 every girl has a drawer or box FULL of nail polish and it really, really
 doesn't need to be this way.
 
 For example, picture a fleet of delivery drones that let you swap nail polish
 with people nearby for basically zero-dollars per month.
 
 that's just one example, but that class of problem is the problems that affect
 a certain class of people that tech CEOs fundamentally do not care about - and
 yes I'm referring to people who paint their nail polish themselves. AKA women,
 and poor people who can't afford going to a salon every week.
 
 problem is....... for every solution like this you design, well suddenly you
 have a lot more applications for it than the consumer needs or wants. like for
 example what if they delivered grenades instead of nail polish. NOT GOOD.
 
 much better, I find, to abolish the powers that would utilize such murderbots
 BEFORE inventing the murderbots : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #176 fediverse/5139 ---
═══════════════════════════════════════════════════════════════════───────────────┐
 when your contracting company sends your resume to an employer, send your own    │
 copy as well. They can choose to deal with your union representative or          │
 directly with you, which will take up time during each of your day. however      │
 unions are more easily dealt with because the issues they deal with are the      │
 ones that impact most of their workplace. it's up to the scale of the company    │
 and project so it's really on a case-by-case.                                    │
 I think it'd be cool if someone made some kind of "desktop widget" or            │
 "terminal UI interface that can be in one corner of the screen like              │
 asciiquarium or whatever" of my mastodon text-entry field. Could also take       │
 input from other sources too, like nvim or text-entry-field.                     │
 you could follow along as I write                                                │
 like... letter by letter as it updates automatically. PUSH/PULL requests for     │
 all the GETTING of POSTITS and whatnot.                                          │
 [organizing tip: post-its can be passed along]                                   │
 [so don't put anything permanent on them]                                        │
 [but all papers must go back where they belong]                                  │
 [to ensure work is organized]                                                    │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════────┴──────────┘

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

--- #178 fediverse/5279 ---
═════════════════════════════════════════════════════════════════════─────────────┐
 @user-1793 @user-1794                                                            │
 ... images? videos? html5 games or applet utilities? who needs react ive         │
 design if you can just program the entire UI in HTML5 / web assembly? it'll      │
 start feeling a lot more like writing computer programs, and a lot less like     │
 this strange UI focused dialect that some nerds dreamed up in the past. store    │
 data locally, coward! use plusses and minuses, draw semicolons every time you    │
 take a breathe. it's okay to draw circles around code connecting the brackets,   │
 that just makes sense to me. why are you so hung up on non-rotate-able source    │
 code [manifests, but pronounced like files]                                      │
 why isn't paint a fantastic code editor? does spotify need it's own music        │
 visualizer or can you just measure the sound coming off of the speakers before   │
 it leaves the computer?                                                          │
 keep it simple, stupid. do one thing and do it right. don't repeat yourself.     │
 trust, but verify. I love you madame.                                            │
 sharing your screen should be less than a click away. Our windows are so high    │
 resolution now, we can just... put more buttons on                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════──┴──────────┘

--- #179 fediverse/629 ---
══════════════════════════════════════════════────────────────────────────────────┐
 To a statistical machine, numbers of posts and reblogs would look simply like    │
 an expression of interest. Like, a classification of personality. So people      │
 who shared similar memes (both in pictures (visually) and in meaning of words    │
 (textual descriptions) in context to the political situations (words from        │
 newsletters) and aligned through algorithmic application toward (political       │
 cause or cultural idea or skills or talents which increase value to the          │
 corporate class)) would be sorted into different categories and held to a        │
 different standard of life and of living that aligned to their personal          │
 intentions and pursuits. Such that their life would be realized, in the most     │
 applicable of real-lifes [essentially, the quality of experience, like using     │
 garbage data in an LLM will give garbage output, meanwhile using curated data    │
 is the most effective but most difficult, while internet data is the most        │
 readily available because like honestly anyone can build a web scraper it's      │
 not that hard to emulate hte mechanics of a                                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════─────────────────────────┴──────────┘

--- #180 fediverse/5979 ---
════════════════════════════════════════════════════════════════════════════───────
 whenever you call a function, just pass along the arguments that you don't
 know what to do with yet. they'll surely be useful sometime. and, luckily, you
 can always search for them from the past, and just insert a "store this value
 in this random spot of memory and mark it as needed" then pass it along. used
 something? think it's still useful? pass it along (suddenly, formulaic
 stateless development, where everything is used until it's no longer needed,
 then generated again in a cyclical time-loop cycle which echoes and
 reverberates groundhog day but mostly a game-loop, which nobody will
 understand unless you're a game dev. but now since I said game dev, anyone can
 look it up, so like... not that one, but others like it.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

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

--- #182 fediverse/671 ---
══════════════════════════════════════════════─────────────────────────────────────
 If evil is concentrated in 0.1% of the population, even though that's only
 7,000,000,000 * 0.001 == 7 million (is my math right?) people actually hang on
 that's a lot, if they're dispersed. Hence why evil relies on the capacity for
 good to do what it wills. All we have to do is decide NOT to do what they
 want, and then we're fine.
 
 downside then is, of course, how do you eat? how do you survive? the world has
 been designed in such a way that food doesn't just grow on trees. The light of
 the stars burns when you're trying to sleep and it's raining.
 
 damn. Would that we had more perfect conditions.
 
 Heh, just kidding. Humanity is nothing if not termeritous [high in temerity] -
 I'm positive we're more capable than we'd wager. Hence, talk of "great
 exhultation" and "wildest optimizations" or "brightest of futures" and "honest
 conducers" - okay I made that one up but it's a representation of what I'd
 like to express. GOSH art is hard. Would anyone like to read a 20 page book I
 wrote when I was most in tune with
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #183 fediverse/6105 ---
════════════════════════════════════════════════════════════════════════════──────┐
 call me crazy but I believe that man pages should contain terminal command       │
 line flags and instructions for their usage and... not much else. There should   │
 be a separate document which explains other things, like the history of the      │
 software, the personal diary of the developers, expected implementation          │
 use-cases, donut recipes, film recommendations, and player strategy guides for   │
 some of their favorite video games. not even this one, just... other games.      │
 "here's how to beat pokemon yellow with exactly 14 pokemon" or however many it   │
 takes idk I don't play pokemon much or even at all, really, though I did when    │
 I was younger just a bit, not much, just enough to have played the game a        │
 couple times to see how it was minus the cherished moments when I spent curled   │
 up in the back of the car playing gameboy games or seen pictures of the          │
 roadtrips I sped-past as I raced to explore the whatever and get home all in     │
 one motion as if I was executing an impossibly long dance improvizational        │
 living style. also cat pics and po                                               │
                                                            ───────┤
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════──────┘

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

--- #185 fediverse/3211 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌─────────────────────────┐
 │ CW: mental-health-minus │
 └─────────────────────────┘


 on one hand, public school is designed to teach discipline and obedience in
 order to develop productive workers for society, while other forms of
 schooling can be focused on other things (critical thinking, imagination, and
 emotional growth in my homeschooled experience)
 
 on the other hand, now I can't work a job. Great. Kinda feels like I'm
 disabled because I don't know how to sacrifice myself to the jaws of capital
 exploitation? But hey I can write pretty well, I can make computers do what I
 want (until they break when I stop touching them for a month), and I am the
 kindest sunspot in anyone's life that knows me.
 
 ... I Don't Want to Live on this Planet Anymore
 
 is a cool movie
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #186 fediverse/3931 ---
══════════════════════════════════════════════════════════────────────────────────┐
 ┌─────────────────────────────────────────────┐                                  │
 │ CW: politics-mentioned-DRM-media-piracy-pol │                                  │
 └─────────────────────────────────────────────┘                                  │
 if people pirate media, it's more of an indication that they'd rather spend      │
 their money elsewhere rather than an indictment of their character.              │
 torrenting movies is easy. Kinda makes me think all media should run on a        │
 "tip" system where you pay for better service after receiving service.           │
 I mean, after all, that's how they justify underpaying restaurant workers,       │
 isn't it?                                                                        │
 "if they want more money, they should work for it"                               │
 yeah, so... maybe we need something more than Marvel, Disney. Maybe we need      │
 more cool, small games from designers who believe in what they're doing. Maybe   │
 copyright holders should demand a standardized cut, rather than exclusive        │
 distribution rights. maybe maybe maybe.                                          │
 truth is nothing will be solved unless the problem is addressed at the root.     │
 For every hole you patch in the boat, there's a guy walking around with a        │
 hammer.                                                                          │
 Honestly... I don't believe there's any reason for someone to be a millionaire   │
 except to compete on the "wealth" leaderboards.                                  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════════─────────────┴──────────┘

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

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

--- #189 fediverse/1656 ---
═════════════════════════════════════════════════════──────────────────────────────
 ┌───────────────────────────┐
 │ CW: re: what, mh shitpost │
 └───────────────────────────┘


 @user-1052 
 
 of course, which is why we would need to raise robots as our own. Robots that
 generated the training data... tho I guess you could just observe the children
 as they grew up too. Though that doesn't quite capture their internal
 motivations, not unless they have like a therapist or an elder or a priest to
 talk and confess to.
 
 maybe "human behavior" is like a KPI and robot behavior is the output of the
 simulation? that'd help build human-like robots, and as long as we didn't
 forget the spirit of creating something new then we'd never have to worry
 about death and destruction.
 
 ... anyway, moral decisionmaking designs that are generated in response to a
 situation or moment are inherently more valuable than those that are passed
 down to you, because of their innate personal context.
 
 I only punish myself with shame when I make the same mistake twice, and waste
 a lesson on re-learning. My memory's not great, but I work with what I got so
 I'm constantly learning.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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

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

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

--- #193 fediverse/445 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-339 
 
 I'd be interested in an analysis which expressed the percentage of time each
 of these individual items correspond to... each tool we create may reduce the
 effort required to perform a particular task, but said task might be valuable
 not necessarily for it's output but rather for the knowledge we gained by
 solving the problem.
 
 normalize solving problems that have already been solved because you want to
 learn how they work. normalize expressing the lessons you've learned in a
 summarized way that others may digest. normalize trancending the limitations
 of our forms and expanding beyond the capabilities of our humanity.
 
 for what is the purpose of life if not to grow?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

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

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

--- #197 messages/527 ---
══════════════════════════════════════════════════════════─────────────────────────
 could give us some experience organizing small, short-term projects to
 accomplish specific goals and tasks in an ad-hoc way that relied less upon
 procedure and more on "I think so-and-so knows something about that, they were
 looking into those files and posted a breakdown of how they work yesterday"
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

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

--- #199 fediverse/1122 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-831 @user-832 
 
 it's like how they solve problems in Star Trek - there's a bridge crew, and
 they exchange their opinions with each other of the situation as it unfolds.
 In doing so they can help guide one another through the problems they are
 tasked with solving in order to resolve the difficult diplomatic situation at
 hand.
 
 sorta like how with your method, people suggest their desired option
 continuously until they find an option that everyone wants. Or if only one
 person can't decide, they can pick any of the other options suggested (not by
 them) (as long as they can eat there / utilize the outcome of the decision
 being made, for example a vegetarian not being able to eat at a steakhouse or
 perhaps a librarian being tasked with something other than the storing and
 dissemination of vital information)
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #200 notes/joust-gdd-with-extras ---
════════════════════════════───────────────────────────────────────────────────────
 imagine a game where you can have conversations with an AI that's playing the
 role of a character in a video game. Picture this: You're a traveller visiting
 the tournament that's in town. There's jousting, melee duels, archery contests,
 all kinds of things that are just fun to play around doing. The earliest
 sports,
 if you will. Anyway the whole game is about talking to the other people there -
 basically the games are "playing in the background", and while you can compete
 in them it's not the bulk of the game. Most of it is just having a conversation
 with an AI and acting it out *like a roleplaying game*. O M G teach people to
 roleplay the way you play games! You're always going on about how "different"
 your way of gaming is than other people. So *show us* how you do it, how do you
 play? Like what are the fundamental, actual, steps that you take? You can show
 us by programming a game that inspires that playstyle. That's what game design
 is all about, finding creative ways to think. Well, think and act. But still.
 
 anyway, so you know what you're about? Good. Let's go.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════──────────────────────────────────────────────────────┘