=== ANCHOR POEM ===
───────────────────────────────────────────────────────────────────────────────────
  
┌─────────┐                                                           ┌───────────┐
│ similarchronologicaldifferent─────────┴┴───────────────────────────────────────────────────────────────────────────┘

=== SIMILARITY RANKED ===

--- #1 notes/symbeline ---
════════════════───────────────────────────────────────────────────────────────────
 Code Name: Symbeline
 
 ----------------------------- gdd initial draft -------------------------------
 
    1. introduction to fantasy (elevator pitches)
    2. kickstarter demands
    2. introduction to core gameplay loop
    4. tenants and core values of the game design
    3. introduction to game modes
    5. introduction to technical requirements
    6. breakdown of core gameplay loop
    7. breakdown of game modes
    8. breakdown of fantasy
    9. breakdown of technical requirements
 
 -------------------------- introduction to fantasy-----------------------------
 
    Symbeline is a macro based strategy game and city-builder based around the
 concept of indirect control. It's inspirations are Majesty the Fantasy Kingdom
 Simulator (2000), Supreme Commander (2007), and Hearts of Iron IV (2016). It is
 designed to appeal to fans of tabletop roleplaying games with it's focus on
 dynamic worldbuilding and sandbox playstyle. The gameplay consists of multiple
 playstyles depending on which aspects of the game appeal to the player, with
 choices between an economic focus via the GUI, longterm planning and resource
 allocation, or diplomacy and subterfuge a'la Ruinarch (2020).
 
 ---------------------------- kickstarter demands ------------------------------
 
    1. prototype
    2. gdd
    3. estimates for character and environment art
    4. estimates for music and sounds
    5. estimates for engine development
    6. estimates for community management
    7. breakdown of mvp, ideal game state, and stretch goals
 
 ----------------------- introduction to core gameplay loop --------------------
 
    1. management of lanes, both width and length
    2. casting of spells and utilization of special boons
    3. city building with placement, upgrades, and henchmen pathing routes
    4. satisfying guild requirements of equipment, manpower, and special
       resources by managing shipments and local income (UI commodity trading)
    5. placement of generalized bounties
       (think champion's guild from Majesty, not reward flags)
    6. diplomacy with neutral, AI, or player controlled kingdoms. Capabilities
       include pacts and treaties, projects, subterfuge, and tournaments. The
       diplomacy system can be a stretch goal.
 
 -------------------------- tenants and core values ----------------------------
 
    1. always something to do, but nothing falls apart without your attention.
    2. gameplay should be focused on macro rather than micro. Longterm planning
       and strategic decision making are favored over tactics and skill.
    3. defeat should feel avoidable until the last moment, and only as a result
       of longterm continuous failures rather than short-term mistakes or being
       blindsided by a cheesy tactic.
    4. victory should be gained through exploiting weaknesses and by using
       lateral thinking.
    5. the careful balance of internal and external threats is essential.
    6. rapid expansion leads to depletion of internal resources, while slowly
       expanding can lead to a lack of options
    7. the world should feel alive and reactive to your decisions.
    8. your kingdom should feel alive and reactive to your decisions.
    9. your heroes should feel alive and completely ignorant of your decisions.
   10. there should always be opportunities for cooperation with your fellow
       kingdoms.
   11. the frontlines should feel peaceful outside of large battles.
   12. everything is flexible and dependant on circumstance
   13. there should be enough space on the map for multiple parties of heroes
       to pass each other like ships in the night without engaging in combat.
       It should feel like the real world, with canyons and valleys and rivers
       and mountains - room for lairs and wild animals to roam.
   14. monsters are always more dangerous than other humans.
   15. the art style should be rooted in classic medieval fantasy. 
   16. equipment should feel either mass-produced (kingdom), organic (monsters),
       ancient (lair treasure), or artisinal (enchanted).
   17. heroes should feel campy, fun, and adventurous. Avoid dark, grim, and
       fearful.
   18. This game is a toy.
   19. This toy should run on any modern computer.
   20. This toy should encourage modding.
 
 -------------------------- introduction to game modes -------------------------
 
    1. singleplayer - single kingdom against an island of monsters and neutral
                      settlements. essentially the multiplayer game against
                      zero opponents.
    2. singleplayer - multiple kingdoms against an island of monsters and
                      neutral settlements. One player controlled kingdom against
                      multiple AI controlled kingdoms.
    3. singleplayer - scenarios, similar to MFKS
    4. multiplayer  - multiple kingdoms against an island of monsters and
                      neutral settlements. Essentially the singleplayer game
                      with networking added in.
    5. multiplayer  - co-op scenarios where multiple players play as the same
                      kingdom. A test of the core tenant "there's always
                      something to do"
    6. multiplayer  - co-op island invasion. Essentially the multiplayer game
                      with more than one player controlling a kingdom.
    7. singleplayer - play in 3rd person as a hero in an AI kingdom. Mostly for
                      the novelty since the core gameplay loop is focused on
                      city-building. A test of the core tenant "nothing falls
                      apart without your attention"
 
    1 is mvp. 2-6 are stretch goals in order of ascending difficulty. They
    should build upon one another - the main steps are:
 
    1. singleplayer island invasion (biggest step)
    2. AI controlled kingdoms
    3. scenarios
    4. multiplayer (second biggest step)
    5. cooperatively controlling the same kingdom
    6. 3rd person perspective and character controller
 
 ------------------------ technical requirements -------------------------------
    
    1. this game will be written in lua (with Fennel support) and using Raylib.
    2. the prototype will be made with Godot using GDscript.
    3. if the performance demands are too much for lua or the engine is out of
       scope for the budget, Rust with the Bevy engine could be used.
    4. the final product will include a custom 2d engine designed for large
       scale maps with an isometric perspective and a data-first design.
    5. the game should be as concurrent as possible, to support large numbers of
       cpu cores and compute shaders.
    6. the game will be data-driven, meaning the visual aspects are simply a
       representation of the interactions of the underlying simulation, rather
       than an intrinsic component of the computation.
    7. Each "event" in the game (a character moves, a building is placed, a
       monster spawns, etc) will send a message to the visual processing side of
       the engine, which will present a representation to the user.
    8. the map will be a hex grid with pointed-top hexagons. The visual
       representation of the underlying data may be continuous (non-hex) but the
       underlying data will be represented on a hexagonal grid.
 
    9. there needs to be character portraits for each type of monster, henchmen,
       and hero type. You should be able to recognize what attributes a hero
       specializes in by their portrait. Mvp is 1 attribute, but more can be
       a stretch goal.
   10. Each building, upgrade, and equipment type needs an icon. Stretch goals
       can be portraits.
 
   11. each henchman, hero type, and monster needs 3 sprites for each action.
       more actions may be added if budget allows, but mvp is movement and
       attacking. Several additional sprites may be necessary, like dying,
       standing still, gathering loot, socializing, or any others.
   12. each building needs 4 sprites for the construction process and 4 for the
       destruction process. Flame effects are stretch goals.
   13. each building needs an animated sprite for when it is in use.
   14. each lair needs a sprite and an icon.
   15. each spell needs an icon and a spell effect sprite. Each projectile needs
       a sprite.
   16. a stretch goal would be differing sprites for each piece of equipment.
       included with this would be engine work to allow for dynamic sprites.
   17. each terrain type should have a ground material and sprites for doodads.
   18. there needs to be several GUI menus. The precise number depends on
       gameplay breakdown.
 
   17. each hero type and henchman needs to have pithy and unique voice lines.
       this is a stretch goal.
   18. there should be music tracks for each part of the game - beginning,
       middle, and end.
   19. there should be sounds for each action that takes place in the game
       including combat, UI interactions, and spellcasts.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════──────────────────────────────────────────────────────────────────┘

--- #2 notes/symbeline-2 ---
════════════════════════════════───────────────────────────────────────────────────
 Code Name: Symbeline
 
 ----------------------------- gdd initial draft -------------------------------
 
    1. introduction to fantasy (elevator pitches)
    2. kickstarter demands
    2. introduction to core gameplay loop
    4. tenants and core values of the game design
    3. introduction to game modes
    5. introduction to technical requirements
    6. breakdown of core gameplay loop
    7. breakdown of game modes
    8. breakdown of fantasy
    9. breakdown of technical requirements
 
 -------------------------- introduction to fantasy-----------------------------
 
    Symbeline is a macro based strategy game and city-builder based around the
 concept of indirect control. It's inspirations are Majesty the Fantasy Kingdom
 Simulator (2000), Supreme Commander (2007), and Hearts of Iron IV (2016). It is
 designed to appeal to fans of tabletop roleplaying games with it's focus on
 dynamic worldbuilding and sandbox playstyle. The gameplay consists of multiple
 playstyles depending on which aspects of the game appeal to the player, with
 choices between an economic focus via the GUI, longterm planning and resource
 allocation, or diplomacy and subterfuge a'la Ruinarch (2020).
 
 ---------------------------- kickstarter demands ------------------------------
 
    1. prototype
    2. gdd
    3. estimates for character and environment art
    4. estimates for music and sounds
    5. estimates for engine development
    6. estimates for community management
    7. breakdown of mvp, ideal game state, and stretch goals
 
 ----------------------- introduction to core gameplay loop --------------------
 
    1. management of lanes, both width and length
    2. casting of spells and utilization of special boons
    3. city building with placement, upgrades, and henchmen pathing routes
    4. satisfying guild requirements of equipment, manpower, and special
       resources by managing shipments and local income (UI commodity trading)
    5. placement of generalized bounties
       (think champion's guild from Majesty, not reward flags)
    6. diplomacy with neutral, AI, or player controlled kingdoms. Capabilities
       include pacts and treaties, projects, subterfuge, and tournaments. The
       diplomacy system can be a stretch goal.
 
 -------------------------- tenants and core values ----------------------------
 
    1. always something to do, but nothing falls apart without your attention.
    2. gameplay should be focused on macro rather than micro. Longterm planning
       and strategic decision making are favored over tactics and skill.
    3. defeat should feel avoidable until the last moment, and only as a result
       of longterm continuous failures rather than short-term mistakes or being
       blindsided by a cheesy tactic.
    4. victory should be gained through exploiting weaknesses and by using
       lateral thinking.
    5. the careful balance of internal and external threats is essential.
    6. rapid expansion leads to depletion of internal resources, while slowly
       expanding can lead to a lack of options
    7. the world should feel alive and reactive to your decisions.
    8. your kingdom should feel alive and reactive to your decisions.
    9. your heroes should feel alive and completely ignorant of your decisions.
   10. there should always be opportunities for cooperation with your fellow
       kingdoms.
   11. the frontlines should feel peaceful outside of large battles.
   12. everything is flexible and dependant on circumstance
   13. there should be enough space on the map for multiple parties of heroes
       to pass each other like ships in the night without engaging in combat.
       It should feel like the real world, with canyons and valleys and rivers
       and mountains - room for lairs and wild animals to roam.
   14. monsters are always more dangerous than other humans.
   15. the art style should be rooted in classic medieval fantasy. 
   16. equipment should feel either mass-produced (kingdom), organic (monsters),
       ancient (lair treasure), or artisinal (enchanted).
   17. heroes should feel campy, fun, and adventurous. Avoid dark, grim, and
       fearful.
   18. This game is a toy.
   19. This toy should run on any modern computer.
   20. This toy should encourage modding.
 
 -------------------------- introduction to game modes -------------------------
 
    1. singleplayer - single kingdom against an island of monsters and neutral
                      settlements. essentially the multiplayer game against
                      zero opponents.
    2. singleplayer - multiple kingdoms against an island of monsters and
                      neutral settlements. One player controlled kingdom against
                      multiple AI controlled kingdoms.
    3. singleplayer - scenarios, similar to MFKS
    4. multiplayer  - multiple kingdoms against an island of monsters and
                      neutral settlements. Essentially the singleplayer game
                      with networking added in.
    5. multiplayer  - co-op scenarios where multiple players play as the same
                      kingdom. A test of the core tenant "there's always
                      something to do"
    6. multiplayer  - co-op island invasion. Essentially the multiplayer game
                      with more than one player controlling a kingdom.
    7. singleplayer - play in 3rd person as a hero in an AI kingdom. Mostly for
                      the novelty since the core gameplay loop is focused on
                      city-building. A test of the core tenant "nothing falls
                      apart without your attention"
 
    1 is mvp. 2-6 are stretch goals in order of ascending difficulty. They
    should build upon one another - the main steps are:
 
    1. singleplayer island invasion (biggest step)
    2. AI controlled kingdoms
    3. scenarios
    4. multiplayer (second biggest step)
    5. cooperatively controlling the same kingdom
    6. 3rd person perspective and character controller
 
 ------------------------ technical requirements -------------------------------
    
    1. this game will be written in lua (with Fennel support) and using Raylib.
    2. the prototype will be made with Godot using GDscript.
    3. if the performance demands are too much for lua or the engine is out of
       scope for the budget, Rust with the Bevy engine could be used.
    4. the final product will include a custom 2d engine designed for large
       scale maps with an isometric perspective and a data-first design.
    5. the game should be as concurrent as possible, to support large numbers of
       cpu cores and compute shaders.
    6. the game will be data-driven, meaning the visual aspects are simply a
       representation of the interactions of the underlying simulation, rather
       than an intrinsic component of the computation.
    7. Each "event" in the game (a character moves, a building is placed, a
       monster spawns, etc) will send a message to the visual processing side of
       the engine, which will present a representation to the user.
    8. the map will be a hex grid with pointed-top hexagons. The visual
       representation of the underlying data may be continuous (non-hex) but the
       underlying data will be represented on a hexagonal grid.
 
    9. there needs to be character portraits for each type of monster, henchmen,
       and hero type. You should be able to recognize what attributes a hero
       specializes in by their portrait. Mvp is 1 attribute, but more can be
       a stretch goal.
   10. Each building, upgrade, and equipment type needs an icon. Stretch goals
       can be portraits.
 
   11. each henchman, hero type, and monster needs 3 sprites for each action.
       more actions may be added if budget allows, but mvp is movement and
       attacking. Several additional sprites may be necessary, like dying,
       standing still, gathering loot, socializing, or any others.
   12. each building needs 4 sprites for the construction process and 4 for the
       destruction process. Flame effects are stretch goals.
   13. each building needs an animated sprite for when it is in use.
   14. each lair needs a sprite and an icon.
   15. each spell needs an icon and a spell effect sprite. Each projectile needs
       a sprite.
   16. a stretch goal would be differing sprites for each piece of equipment.
       included with this would be engine work to allow for dynamic sprites.
   17. each terrain type should have a ground material and sprites for doodads.
   18. there needs to be several GUI menus. The precise number depends on
       gameplay breakdown.
 
   17. each hero type and henchman needs to have pithy and unique voice lines.
       this is a stretch goal.
   18. there should be music tracks for each part of the game - beginning,
       middle, and end.
   19. there should be sounds for each action that takes place in the game
       including combat, UI interactions, and spellcasts.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════──────────────────────────────────────────────────┘

--- #3 fediverse/4363 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌─────────────────────────────────────┐
 │ CW: politics-mentioned-AI-mentioned │
 └─────────────────────────────────────┘


 electoral college maps show how much area each population controls
 
 popular votes show how many individuals worth of resources each side consumes
 
 GDP shows how valuable each area is
 
 rates of bachelor's degrees shows how well a population can adhere to a strict
 orthodoxy of thought
 
 rates of published experiments show how unique and/or bureaucratic their
 decision-making processes are
 
 meanwhile, neoliberalism comes in and said "noooo you HAVE to go to college
 out of state, trust me bro"
 
 who cares about AI the real struggle is whether or not people can obey those
 who are more smart. like... in general.
 
 I don't know about you, but I sure as heck respect the authority of someone
 who knows who they are. Like... "I'm a doctor, I'm a king, I'm a
 rose-gardener, I'm looking for this thing..."
 
 they wouldn't be
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #4 fediverse/209 ---
════════════════════════════════════════════───────────────────────────────────────
 ┌──────────────────────────┐
 │ CW: dungeons-and-dragons │
 └──────────────────────────┘


 osr vs 5e style D&D has a subtle distinction that I think often goes
 unnoticed. In osr games (and often in the early levels of 5e style games)
 characters are encouraged to conserve their resources simply due to the fact
 that they have so few of them at their disposal. While higher levels encourage
 you to be more consumptive of your talents and virtues - for example a 6th
 level character has more spell slots than a level 2 character, meaning the 6th
 level character is going to be casting all the time while the level 2 will
 probably use just a handful of spells per day.
 
 unless you run a style of game where long rests become less frequent as you
 level up. like... exploring a LARGE dungeon means there's little chance for
 sleep. Especially if you are being hunted.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

--- #5 fediverse/4332 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 direct action is not just methods of fulfilling our needs
 
 it's about practicing the skills necessary to get things done
 
 the homeless can't feed themselves if there's no war afoot. but learning how
 to work with an organization to accomplish a real, tangible goal... that's the
 beauty of it.
 
 you do pushups, right? you practice your singing voice, and brush your hair
 out at night. You clean up your carpets, you take care of a home, all these
 are skills and routines that you practice, to practice doing little things
 bit-by-bit.
 
 It's okay if it feels untenable. Just work as best as you can. Tomorrow might
 feel like unending, but there's always more for us to tend.
 
 until, of course, it gets easier. And it will, in due course. Sooner if we all
 cooperated, but still just enough for us to contend.
 
 there are more of us than them. We don't all need to fight, we just need to
 support and to tend.
 
 Trust me. We're alright. It's going to get better before it's done.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

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


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

--- #7 fediverse/4908 ---
═════════════════════════════════════════════════════════════════──────────────────
 did you know someone once built a 1st person shooter in the Warcraft III mod
 suite?
 
 someone also made an entirely new game engine similar to Neverwinter Night's
 (or Baldur's Gate for you noobs) inside of the game. You could join a Warcraft
 3 map and start playing a D&D adventure narrated, controlled, and prepared
 by your DM, D&D style. Like a virtual tabletop before that was a thing.
 
 kinda wish stuff like that was open source, or at least open standards, so
 people could take those adventures with them.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #8 messages/766 ---
═══════════════════════════════════════════════════════════════════────────────────
  
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════───────────────┘

--- #9 messages/410 ---
═════════════════════════════════════════════════════──────────────────────────────
 How about when you hire foreign labor (offshoring) you have to pay taxes on
 every dollar cheaper the labor is when compared to hiring a similar domestic
 employee. Those taxes are used to pay down the national debt specifically on
 debt owed to the nation you're hiring from. If there is no debt, then it is
 given as a gift, as a form of tribute to those who would develop such valuable
 employees.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #10 fediverse_boost/4121 ---
◀─[BOOST]
  
  @user-1474                                                                  
  
                                                            
 similar                        chronological                        different 
─▶

--- #11 fediverse/407 ---
═════════════════════════════════════════════──────────────────────────────────────
 @user-294 
 
 since the entire building is oriented around a central elevator shaft, you
 could have a 2d map that wraps around if you go far enough left/right.
 
 Traditional metroidvanias tend to be very vertical though, so you might have
 to take some artistic liberties with the level design. Unfortunately each
 floor in most office buildings tends to be fairly flat, topographically...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #12 messages/331 ---
════════════════════════════════════════════════════───────────────────────────────
 Humans were not designed for repetitive labor. You can see this manifest in
 the way our muscles regrow after being stressed, strained, and trained. If you
 do 500 pushups, your pushup muscles will be pretty exhausted and unusable for
 the next day or two. However your abs will probably be fine, your legs too.
 This shows that humans are meant to exercise different muscle groups on
 different days, like one day catching fish, the next plucking fruit, the next
 chopping wood, the next running with wolves.
 
 Humans are not designed to do the same thing every day. It hurts not just our
 bodies, but our minds as well. Repetitive thought patterns such as "welcome to
 [store] can I take your order" dig grooves in our brain that are difficult to
 unlearn. And the abstraction of a man to a machine in the hands of capital is
 profane and strange to the watchers within. But hey, gotta do what ya gotta
 do, rents gotta get paid, and nobody wants to scrub toilets. But it's gotta
 get done if you want hospitals and supercomputers.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

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


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

--- #14 messages/487 ---
════════════════════════════════════════════════════════───────────────────────────
 Why are you buying bumper stickers and flair? You could be spending that on 3d
 printers!
 
 Unrelated, but companies are wasting their time at pride. Wanna know how you
 can help? Pick 15 attendees and pay for their entire Amazon wishlists. Then,
 have a competition with all the other companies for fame and prestige of who
 bought the best gifts (that are explicitely asked for and randomly assigned)
 while they work to secure the rest of the things they need. The things that
 can't be bought, the things which utilize gifts from Amazon shopping lists,
 the organizations and groups of people working toward a common goal. The
 common goal that queer people share, the liberation of all of mankind.
 Corporations could actually help them work toward that by tangibly improving
 their material conditions. Like by buying everything on their Amazon
 wishlists. (that's just an example, doesn't have to be amazon, but that kind
 of vibe. Giving them everything they have previously had need of, but couldn't
 access. The idea being that they would then implement those newfound
 capabilities, through their own usage or in the guided manipulations of
 another's will. Like a teacher to a child, bringing forth understandings the
 child may use in their future lives, people may be given new capabilities and
 taught how to use tools that the teacher might have placed on their Amazon
 shopping list, and were subsequently provided by a corporation sponsoring a
 small segment of pride, but did not possess the time to use. They may possess
 the functionality (skills and muscle memory and such) yo utilize those new
 tools, but without the time to do so they cannot. So, they might teach
 another, who then might provide the same impulse that the sponsored person
 (with the fulfilled Amazon wishlist) was initially guided. (by). Like, if
 bought a 3D printer, I might spend a hundred hours learning how to do it, I
 might spend 50 if I was taught one-on-one. But someone who already knows how
 to use it could use it (have it instead) and fulfill the need that I had which
 initially encouraged me to reach for a 3D printer I neither possessed not
 owned nor could operate. The need remains, and may be fulfilled by the person
 who was given the 3D printer who can use the 3D printer by the person who was
 fulfilled it from their Amazon wishlist by the corporation who believed in the
 same common goal as the queer liberation of humanity and eternity.
 
 
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #15 fediverse/1984 ---
══════════════════════════════════════════════════════─────────────────────────────
 "mili" versus "mega" is a question of which direction you want to go.
 
 "mili" is less abstract - milimeters are smaller than meters.
 
 "mega" is more abstract - megabytes are bigger than bytes.
 
 we use "mili" terminology to describe things that are often considered small
 (like bacteria or sub-plutonic inches, or number of microbes in a vat)
 
 we use "mega" terminology to describe things that are often measured from
 small to large (like bytes to megabytes to kilobytes to gigabytes to terabytes
 to petabytes to... wait shit)
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #16 fediverse_boost/4503 ---
◀─[BOOST]
  
                                                                              
  
                                                            
 similar                        chronological                        different 
─▶

--- #17 fediverse/5978 ---
════════════════════════════════════════════════════════════════════════════───────
 For now,
some command line output
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #18 fediverse/3704 ---
═════════════════════════════════════════════════════════──────────────────────────
 Growing up, I started with 3 video games - Super Mario Deluxe, Dragon Warrior
 1&2, and Asteroids. For the gameboy color. Then, a year or two later (what
 felt like forever), Super Mario 64 and The Legend of Zelda Ocarina of Time.
 
 Classics. I was so lucky. Not because it was more expensive than my peers, but
 because I had the right games.
 
 Others joined later, Tetris, Mario Kart, Star Fox, etc... But having so few
 that were so good for so long made me adore them. I would play for about an
 hour a day, any more would cut into my imaginative play-time.
 
 I did not dream of games. But I craved their moments.
 
 These days, I play games for so long that I dream of them. In my most
 vulnerable moments I treat them like my baseline state, rather than a
 prescribed appointment of delight.
 
 I miss wandering around without thinking of my objective. The games seemed to
 change, rather than progress. They felt alive to me. I never beat them,
 because I didn't need to.
 
 I'll raise my kids the same way, if I ever having any...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #19 bluesky#18 ---
══════════════════════════════════════════════════════════════════─────────────────
 dragons, in their miniature form, also known as a "draggen", or in some
 cultures a "jragen" or "dragin"
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #20 notes/algorism-neighborhood-distribution-network ---
═══════════════════════════════════════════════════════════════════════────────────
 Algorism is a system designed to work for any level of organization. It scales.
 It accomplishes this by abstracting individual needs into communal needs at a
 certain level of size or complexity, and in doing so it enables people to take
 responsibility both for their individual lives, but also the lives of the world
 around them. This increased level of "stake" that people "hold" in their lives
 will encourage them to develop their surroundings in a healthier way, thus
 leading to a safer, saner, and more productive society for all.
 
 How is this accomplished? There are many aspects to Algorism, and this note is
 an examination of one particular facet - specifically, the requisition system
 which delivers goods and services to entities larger than a single individual.
 
 It may be best illustrated with an example. Consider a neighborhood - or, even
 simpler, a suburban street, lined with houses. There may be 20-50 families on
 that street, depending on it's length, so let's say there's around 30. These
 families hold a common cause together - they all want their surroundings to be
 generally pretty nice, clean, and decent. They may share many other things
 besides, but these are things that most people can agree on.
 
 These 30 families need supplies and infrastructure in order to have a good life
 lived in their small little "town". Some common ideas for unification
 activities
 include knocking down the backyard fences and letting them relish the shared
 safe space for children, gardens, and nature. This is an example of a cultural
 method for building a "good life" for them, however they need to have some sort
 of "economic" method of good-life-building as well. The reason I say this is
 because no matter what level of complexity you reach, there are always
 economics
 involved, for an individual distributing blood cells to each of it's fingertips
 all the way up to families sharing the food on the serving plate at dinner. Go
 up higher and you have perhaps neighborhoods sharing commonly used tools or
 resources, then cities and states and countries sharing people, talents, and
 brotherhood.
 
 Economics are a symptom of systems, not power. Power is coercive, it compels
 others to obey thine will or else face retribution, but systems do not require
 power in order to function. A system could be as simple as "you scratch my back
 I scratch yours", which is a simple way that our ancestors learned about basic
 cooperation. Systems can scale of course, and they need not be comprised solely
 of verbal, mental, or legal agreements - computer systems, economic systems,
 spiritual systems, systems of math or physics, all of these things are based on
 the philosophical discipline known as "logic". Logic is fallible of course, it
 is certainly possible to create systems of logic which are completely unsound
 or invalid and which fall apart upon being used for the first time. However,
 when considered with a scrutinous eye for detail, and referenced to the results
 of the real world and it's endless permutations, logic can be an excellent tool
 for developing organization and structure. Both of which are invaluable for all
 humans when they seek to cooperate or coordinate.
 
 If thirty people who lived near each other wanted to cooperate or coordinate on
 the goal of "building a good life", they might reach for a logical method of
 developing their surroundings toward how they feel is most suited to their
 needs
 and demands. In order to do so, they'll need supply and infrastructure. The
 question of acquiring such supply and infrastructure is ultimately up to them,
 but the Algorist way of doing so is to utilize the queue system.
 
 This system is related to queues as typically understood only in name and in
 technicality, for the additional structures built on-top of the queues are more
 than sufficient to differentiate it. When you, dear reader, hear the idea that
 you'd have to wait in line in order to get your food at the cafeteria, you may
 shudder and think about how you'd prefer anything else. After all, that's how
 they did it in the Soviet Union, and there are plenty of horror stories about
 how it took 10 years to buy a car, or how the factories were graded based on
 weight so they'd sneak lead into all their lamps or whatever in order to seem
 like they were doing well. They gamed the system, in a word.
 
 However, America in 2025 is not as simple as the USSR in the mid-1900s. We have
 computers now. We do not need to coordinate using paper and pencil. This
 enables
 us to create things like web-UIs for Amazon, a world-wide distribution network,
 or to build SQL databases full of every record we could imagine and store it on
 a computer the size of a brick. There is no end to the power that computers may
 bring to us, but with great power comes great responsibility, and the pragmatic
 programmer will work tirelessly to reduce complexity of scale.
 
 A queue is a system where the entities who are to be served, delivered, or
 otherwise operated on are placed in line, and those which are placed first are
 focused on with priority over those that entered the queue later. There are
 many types of queues but this is the one we will use for this note. Using this
 basic definition, we can see that there are many opportunities to implement
 additional mechanics
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #21 fediverse/2148 ---
══════════════════════════════════════════════════════─────────────────────────────
 a "follow" list is just a list of people you want to hear from.
 
 Not necessarily people you agree with,
 
 but people you'd like to understand more.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #23 notes/i-asked-chatgpt-to-rewrite-the-declaration-of-independence-with-todays-grievences ---
═════════════════════════════════──────────────────────────────────────────────────
 I asked ChatGPT to rewrite the Declaration of Independeence with todays
 grievances - /u/Flat_Performer_9789 in /r/ChatGPT
 
 Note: not sure if someone has done this already. But I thought this was an 
 interesting exercise to see what chatGPT choose to select as grievances. You
 can
 make up your own mind.
 
 Prompt: Could you rewrite the USA Declaration of Independence as if it was 
 written today based on grievances the current us population suffers?
 
 Answer: Certainly, here's a possible rephrasing of the USA Declaration of 
 Independence based on contemporary grievances:
 
 When in the course of human events it becomes necessary for the people of a 
 nation to dissolve the political bonds which have connected them with their 
 government, and to assume among the powers of the earth, the separate and equal
 station to which the laws of nature and of nature's God entitle them, a decent 
 respect to the opinions of humankind requires that they should declare the 
 causes which impel them to the separation.
 
 We hold these truths to be self-evident, that all people are created equal,
 that
 they are endowed by their Creator with certain unalienable rights, that among 
 these are life, liberty, and the pursuit of happiness. That to secure these 
 rights, governments are instituted among people, deriving their just powers
 from
 the consent of the governed. That whenever any form of government becomes 
 destructive of these ends, it is the right of the people to alter or abolish
 it,
 and to institute new government, laying its foundation on such principles and 
 organizing its powers in such form, as to them shall seem most likely to
 effect
 their safety and happiness.
 
 Prudence, indeed, will dictate that governments long established should not be 
 changed for light and transient causes; and accordingly, all experience hath 
 shown that people are more disposed to suffer, while evils are sufferable,
 than
 to right themselves by abolishing the forms to which they are accustomed. But
 when a long train of abuses and usurpations, pursuing invariably the same 
 object, evinces a design to reduce them under absolute despotism, it is their
 right, it is their duty, to throw off such government, and to provide new
 guards
 for their future security.
 
 Such has been the patient sufferance of the current US population; and such is 
 now the necessity which constrains them to alter their former systems of 
 government. The history of the current government is a history of repeated 
 injuries and usurpations, all having in direct object the establishment of an 
 absolute tyranny over these states. To prove this, let facts be submitted to a 
 candid world.
 
 The government has failed to secure the natural rights of the people to life, 
 liberty, and the pursuit of happiness, through acts of police brutality, mass 
 incarceration, and systematic racism, resulting in the unjust deaths, 
 imprisonment, and discrimination of people of color.
 
 The government has also failed to address climate change, despite overwhelming 
 scientific evidence and urgent warnings from experts, leading to worsening 
 natural disasters, environmental destruction, and harm to public health.
 
 The government has failed to provide affordable healthcare, education, and 
 housing to all its citizens, perpetuating inequality and leaving millions 
 without access to basic necessities.
 
 The government has allowed and enabled the undue influence of wealthy 
 corporations and individuals on politics and policy-making, leading to a 
 government that serves the interests of the few over the many, and perpetuating
 systemic inequality.
 
 The government has also failed to address the proliferation of guns and gun
 violence, resulting in mass shootings and deaths that have become all too
 common.
 
 In every stage of these oppressions, the current US population has petitioned
 for redress in the most humble terms: their repeated petitions have been 
 answered only by repeated injury. A government whose character is thus marked
 by
 every act which may define a tyranny, is unfit to be the ruler of a free
 people.
 
 We therefore, the representatives of the current US population, appealing to
 the
 Supreme Judge of the world for the rectitude of our intentions, do, in the
 name
 and by the authority of the people, solemnly publish and declare, that these 
 United States are, and of right ought to be free and independent states; that 
 they are absolved from all allegiance to the current government, and that all 
 political connection between them and the current government, is and ought to
 be
 totally dissolved; and that as
 
 Prompt: Can you add more grievances?
 
 Answer: Sure, here are some additional grievances that could be included in a 
 contemporary rephrasing of the USA Declaration of Independence:
 
 The government has failed to adequately address income inequality and the
 wealth
 gap, resulting in a system that favors the rich and powerful over the poor and
 marginalized.
 
 The government has failed to provide equal access to quality education,
 perpetuating systemic inequalities and leaving many children and young adults
 without the tools they need to succeed.
 
 The government has failed to address the ongoing opioid epidemic, resulting in 
 the loss of thousands of lives and untold suffering for families and
 communities.
 
 The government has failed to protect the rights of workers, allowing for 
 exploitation, wage theft, and unsafe working conditions in many industries.
 
 The government has failed to provide adequate and affordable healthcare for
 all,
 resulting in a system that leaves many people without access to lifesaving 
 treatments and care.
 
 The government has failed to address the ongoing housing crisis, leaving many 
 people without safe and stable housing and exacerbating issues of poverty and 
 homelessness.
 
 The government has failed to protect the rights of marginalized communities, 
 including LGBTQ+ individuals, immigrants, and religious minorities, leading to 
 discrimination, violence, and the denial of basic human rights.
 
 The government has failed to address the ongoing crisis of police violence 
 against people of color, resulting in the deaths and mistreatment of countless 
 individuals and communities.
 
 The government has failed to adequately address the ongoing issue of mass 
 incarceration, perpetuating a system that disproportionately affects people of 
 color and perpetuates cycles of poverty and violence.
 
 The government has failed to address the ongoing issue of voter suppression and
 the erosion of democratic institutions, leading to a system that is
 increasingly
 unrepresentative and undemocratic.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════─────────────────────────────────────────────────┘

--- #24 fediverse/4447 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 they are not MAGA anymore. Don't call them Trumpers. He won't last long.
 
 Call them what they are. They are part of a newly born Confederacy, and we
 must call them by their name. That name demands respect, and we must respect
 their power.
 
 Then, when you're sufficiently cautious, begin conjuring visions of their
 downfall. Ideally accompanied by carefully laid plans intended to accomplish
 specific strategic goals.
 
 They are top-heavy. Once their bravest and thickest perish they will have
 nothing left but their weak fools. They are scared, nothing unites them more
 than fear, and for that they are weakened.
 
 Our bonds are those of love. I would die for my neighbor. I would die for our
 world. They have no passion, no rigor, all they have is hate and vigor.
 
 Martial skills we can learn. We will have to, sooner rather than later. Be
 prepared, work hard, and do what you're good at, ideally what you'd like to do.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #25 messages/535 ---
══════════════════════════════════════════════════════════─────────────────────────
  
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #26 messages/3 ---
───────────────────────────────────────────────────────────────────────────────────
  
┌─────────┐                                                           ┌───────────┐
│ similarchronologicaldifferent─────────┴┴───────────────────────────────────────────────────────────────────────────┘

--- #27 fediverse/2377 ---
═══════════════════════════════════════════════════════────────────────────────────
 https://www.youtube.com/watch?v=aBJk6oDsulQ
 
 Last Words of a Shooting Star by Mitski (2014)
 
 Lyrics:
 All of this turbulence wasn't forecasted
 Apologies from the intercom
 And I am relieved that I'd left my room tidy
 They'll think of me kindly
 When they come for my things
 
 They'll never know how I'd stared at the dark in that room
 With no thoughts
 Like a blood-sniffing shark
 And while my dreams made music in the night
 Carefully
 I was going to live
 
 You wouldn't leave till we loved in the morning
 You'd learned from movies how love ought to be
 And you'd say you love me and look in my eyes
 But I know through mine you were
 Looking in yours
 
 And did you know the liberty bell is a replica
 Silently housed in its original walls
 And while its dreams played music in the night
 Quietly
 It was told to believe
 
 I always wanted to die clean and pretty
 But I'd be too busy on working days
 So I am relieved that the turbulence wasn't forecasted
 I couldn't have changed anyways
 
 I am relieved that I'd left my room tidy
 Goodbye
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

--- #29 messages/607 ---
═════════════════════════════════════════════════════════════──────────────────────
 I want you to print out electoral COUNTY results. One page for each state.
 Also 50 copies of the entire map of the USA for good measure make a couple
 maps with other things too, like GDP or topology.
 
 Then take them to your local leftist, lgbt, whatever meeting and distribute
 them out. Tell them "build us a plan for this state. Use your phone to
 research, and work with nearby states - sometimes blue areas cross borders,
 and they should be united in your mind when strategizing.
 
 Washington and Oregon can be treated as one, same for NM and Colorado. North
 East is a mega region and should work together. Don't sleep on southern
 cities, they can handle themselves, but united they would be stronger. Find a
 way.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #30 fediverse/6404 ---
═══════════════════════════════════════════════════════════════════════════════────
 @user-192 
 
 when an industry is small, they do this. It's common for actors too, and the
 entertainment industry generally.
 
 when you don't know/care who they're talking about, then you're not in their
 circle. They exclude, and suddenly the circle is smaller and richer.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #31 fediverse/1554 ---
══════════════════════════════════════════════════─────────────────────────────────
 ┌───────────────────────────────────────────────────────────────┐
 │ CW: politics-socialism-fediverse-commune-transgirls-mentioned │
 └───────────────────────────────────────────────────────────────┘


 do you ever think about how a fediverse instance is basically a socialist
 commune where the only needs that are met are our needs for community and
 acceptance?
 
 kinda makes me wonder if we could use it to meet other needs too, like if
 everyone had an alt account in an instance run by their city / state
 
 maybe with some extra mechanical tools that helped distribute goods and
 services without explicitly relying on the exchange of currency.
 
 or perhaps with, depending on what the instance wanted.
 
 ... that being said, such a localized instance would not be as good at
 building community. What's the meme about the 3 transgirls in the 3 different
 time zones?
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

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


 when I get concerned about the political divide in my country, I think about
 this map from the New York Times of the number of political donations across
 the country before the 2016 democratic primaries.
 
 I think we're gonna be fine. I'm not scared of Trump because rural areas,
 where republicans tend to be, have the same problems that everyone else does.
 Bernie Sanders was well known as someone who could talk to an average
 republican voter and sway them to his side. I remember watching videos of his
 interviews (in front of a live audience) on Fox News or CNN or whatever and at
 first, they'd be hostile to him. At the end, they'd give him a standing
 ovation.
 
 I think we have more in common with other working class people than they do
 with their republican leaders. I also think we have more in common than them
 than we do with our democratic leaders, but I think that just shows how I feel
 about authority.
a map of the United States which presents the amount of donations received by each democratic primary candidate in 2016. The state of Texas is almost entirely Beta O'Rourke, a small sliver of New York is Biden, (I think? I don't live on the East Coast and everywhere looks the same to me), Montana went to Bullock (who?) Wisconsin is Klobuchar, and the state below Michigan (sorry) is Buttigieg.  The rest of the country is entirely dominated by Bernie Sanders. Essentially the entire map, aside from a few key states, is united behind him. There's no contest, he has almost twice as many donors as the 2nd highest candidate (Elizabeth Warren, who barely has a presence on the map suggesting she was 2nd best in every spot)
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #33 fediverse/5678 ---
════════════════════════════════════════════════════════════════════════───────────
 there use to be this cute half life 2 mod called I think Zombie Master? maybe?
 anyway one of the players was a "zombie master" and the others were characters
 who ran around and tried not to get their brains eaten. It was pretty fun
 because the zombie master, of who there could only be one but who I think
 could have been a split role if they did it right, would click on parts of the
 map and zoom around invisibly and be like "ah yes I want to spawn 6 regular
 zombies in this choke-point so they have to painstakingly shoot them while the
 scary ones come from behind" or "hooray they're trapped in the closet just
 like I expected now I can turn on the buzz saws" or "the poisonous gas was lit
 aflame and now they can't see which way the flare is and got turned around in
 the confusion, ah oh well war is hell might as well just walk over that way"
 
 ... hang on what was I saying? Oh yes, I think it's silly that they don't make
 "game frameworks" like the Warcraft 3 editor or the source SDK. Human
 creativity is unbridled
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #34 fediverse/3171 ---
════════════════════════════════════════════════════════───────────────────────────
 scrolling through old nintendo power magazines I find games that I've never
 even heard of from the times when I was playing games on those systems.
 
 Some of them even look pretty cool. This is the best magazine to ever exist,
 fite me
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #36 fediverse/610 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-456 
 
 Hi, I'm an undergrad computer science student at Western Governor's
 University. I'm interested in applying for this job posting, and I was
 wondering if I could ask you some questions about it?
 
 I have experience as a lab technician working at Intel and an interest in
 multiprocessor computing. I primarily program in C but have experience in
 other languages and Linux. In addition I am fascinated by the fundamental
 questions of the universe and I'd love to discover things that nobody else
 knows.
 
 Let me know if I can ask you some questions.
 
 I'm pretty sure I'm using Mastodon correctly, and I've set this such that only
 you can see it (direct message) but if I'm wrong I apologize!
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #37 fediverse/6230 ---
══════════════════════════════════════════════════════════════════════════════─────
 gym teachers should have flexible models of muscle and bone to show the
 children while they are stretching and practicing their form
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #38 fediverse_boost/4841 ---
◀─[BOOST]
  
  I am a former FBI Computer Scientist that worked in the Philadelphia Division of the FBI, and was promoted to Cyber Division Headquarters; during my time I worked on numerous criminal and national security matters, and had the fortunate opportunity to see the direct impact my job had in making America safer and saving lives. Since leaving the FBI, I've worked as a Privacy and Security engineer for companies such as Twitter and Google. I am also an Eagle Scout who continues to live by the code and ethics set since I was a young child.  
                                                                              
  I am writing to share how horrified I am with regards to the existential threats that my friends and former colleagues face right now. The acting director of the FBI was ordered to provide a list of all employees who worked on any January 6th matter; this includes not just Special Agents, but Intelligence Analysts, Computer Forensics Examiners, Computer Scientists, and more. These cases were lawfully investigated, supported by Judges, followed due process, and in many cases resulted in convictions by jury. These employees were doing their job, and are now threatened for following the oath we all swore. I fear not only for their safety, but also the safety of our country as these employees not only investigated these matters, but numerous others that have immediate impact on national security and saving lives, just like my career had done. Our foreign adversaries are using this as an opportunity, right now, to attack our country. Please use your voice to support the FBI and its employees immediately.  
  
                                                            
 similar                        chronological                        different 
─▶

--- #39 fediverse/5546 ---
════════════════════════════════════════════════════════════════════════───────────
 [1 month earlier]
 
 what if we played a D&D style board game set in [home state] and the
 surrounding [kilometers] and tried to generate a list of possible opponents or
 mass-tragedies.
 
 we could make up ideas for possible solutions, and create a list of
 requirements -> "this plan needs a firetruck and for the dam to have not
 been blown" or "this plan needs a massage therapist and a bushel of apples" or
 whatever
 
 [1 month earlier]
 
 I was talking to so-and-so and she said this-and-that and I got a little
 scared, so I made this picture of blue and purple grays.
 
 [1 month earlier]
 
 Listen, it's important to design software such that the ease of use AND the
 impossibly secure truths remain self-evident. Otherwise, nobody's gonna trust
 it!
 
 [1 month earlier]
 
 Hi, my name is Mitz Renaldi, nice to meet you, oh thanks yes it is a lovely
 hat isn't it
 
 [some months earlier]
 
 The Supreme Court is illegitimate! They seek to install Trump as a king! We
 have no better time to lose our fear than today! Wear Black Red and Blue
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #40 notes/i-am-a-stalk ---
════════───────────────────────────────────────────────────────────────────────────
 I am a stalk, a small little plant
 A plant with no leaves, just hair.
 
 Time is different to a plant such as me,
 We hardly wake up, we're just happy to be
 
 But life has no less purpose, it's no less grand
 To those who would feed on me, in one single band
 
 Stalling and talking and as we're falling down,
 you have the power to not swallow our abounds.
 
 Gnashing and gnawing on hand and on foot,
 It hurts no less than eternal binding.
 
 But what is time to one so little as you?
 Your breaths are so short, your timings subdued.
 
 Keep falling and shouting, and calling my name,
 and I'll come a running just to swallow your shame.
 
 Keep fear on a leash, most tidy and well kept,
 That none may abhor you and you're soon to be
 
 A leader a prophet a warrior most fair,
 One to be aspired to and viewed with care.
 
 Young you may be, and youth you may cherish,
 but don't run away, stand as a parish.
 
 A villain to be, a curse is most foul
 For sirens to me, a terrible howl
 
 Keep not naught afraid,
 with kittens and care,
 
 And no one
 but no one
 
 I
 be
──┐                                                           ┌───────────┐
 similarchronologicaldifferent═══════──┴──────────────────────────────────────────────────────────────────────────┘

--- #41 fediverse/3101 ---
════════════════════════════════════════════════════════───────────────────────────
 if you don't have a lot of time but still like games, like for example a new
 parent or if you're focused on your career or always traveling, I recommend
 the game
 
 Star Realms
 
 in the digital version, which can be played on a phone or computer, has a mode
 called "48 hour turns" where each of your moves has time to think for two
 entire days. Most of the time you won't need two days, but it gives time to
 work on other things.
 
 for people who enjoy this mode, it is not uncommon to have 3-5 games running
 at once. When they have time, they can play as many as they can, and as long
 as they're keeping up with it there's very little chance they'll lose time.
 
 kinda like words with friends, except space strategy.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #42 messages/442 ---
══════════════════════════════════════════════════════─────────────────────────────
 In symbeline, they aren't monsters. They're "Mordaunts" and they need your
 help.
 
 When slain, their essence flows back to the villain who remakes them in a new
 form. As time passes the villain gets more and more essence, as heroes are
 slain.
 
 They have taken several ancient guardians (many types, randomized at the start
 of the game) and they protect their sanctum in the center of the island. The
 heroes need to level up to defeat them and slay the villain, but the villain
 gets stronger as well.
 
 If too many heroes die, the villain wins. And the villain can focus their
 efforts on one area or another, while your heroes fight with the kingdom next
 door.
 
 Brigands arrive on ships as well. If you implement the law saying only
 approved members may travel on boats, they'll arrive in little dingies on the
 coast, meaning less trouble in the city but same amount of trouble.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #44 messages/1 ---
───────────────────────────────────────────────────────────────────────────────────
  
┌─────────┐                                                           ┌───────────┐
│ similarchronologicaldifferent─────────┴┴───────────────────────────────────────────────────────────────────────────┘

--- #45 fediverse/3958 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌─────────────────────────────────────────┐
 │ CW: re: Thoughts// anarchist //whatever │
 └─────────────────────────────────────────┘


 @user-1298 
 
 yeah honestly if you stick with obvious things like "don't murder people" and
 "don't burn down your neighbor's house just because they winked at your
 daughter" and "don't steal gasoline from parked cars" then it's much easier to
 make ethical laws because they're just kinda... common sense.
 
 drug regulation can only be simplified to "don't do drugs" which isn't always
 a given. If you start with something so clear then most doctors would be out
 of a job.
 
 Maybe we should let people do as they please? With certain specific and clear
 rights and responsibilities like 'the right the life, liberty, and the pursuit
 of happiness'? And the mandated guarantee that one person's rights end where
 another's begin? And with the ultimate goal of dismantling unjustified power
 structures with the knowledge that all power is the application of force to a
 non-consenting subject?
 
 ... yeah I dunno sounds pretty simple to me
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #46 fediverse/888 ---
═══════════════════════════════════════════════────────────────────────────────────
 "Are you sure you're a boy? You don't even practice karate chops when you're
 alone"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #47 fediverse/36 ---
══════════════════════════════════════─────────────────────────────────────────────
 consider:
 
 x = 13 / 3, what is x?
 
 step 1: translate 13 into base 3
 step 2: digit shift once to the right
 step 3: store underflow as remainder
 step 3: translate back to base 10
 
 x is 4 remainder 1
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════────────────────────────────────────────────┘

--- #48 fediverse/3205 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────────────────────────────────┐
 │ CW: conservative-mention-womens-rights-mentioned │
 └──────────────────────────────────────────────────┘


 ---
 
 it wasn't so long ago, just 40 or 50 years in fact, that a woman on her own
 was unsafe in essentially any context.
 
 they want a world where women feel unsafe. they want a world where men can
 feel strong by protecting them. they want a world where women can feel safe
 because they are protected.
 
 they want that.
 
 they want women to feel unsafe so that men can protect them so that women can
 feel safe.
 
 that's what they want.
 
 for women to be unsafe.
 
 ---
 
 I want a world where there is peace.
 
 where all of us can trust one another not to harm one another.
 
 I'm sure you do too.
 
 their men want to feel strong.
 their women want to feel protected.
 
 ours want to feel kind.
 ours want to feel safe.
 
 ---
 
 these rights we claim for ourselves are rights of necessity. We demand them,
 for we reject barbarism.
 
 is it not more civilized, to comport ourselves with honor, kindness, and
 justice?
 
 if they want despotism, they should immigrate to a crueler place in the world.
 
 --
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #49 notes/vr-chat ---
══════════════════─────────────────────────────────────────────────────────────────
 picture a mod for vr-chat where people roleplay in a world. there are NPCs who
 respond with pre-scripted responses to questions and actions, but the real
 gameplay comes from the game-masters. they watch from a menu like a wall of
 security cameras, and when they see something they can improvize they choose
 one of the screens and hop in as the NPC. The viewpoint is from the NPC's
 perspective, and they can act as if they were that NPC.
 
 The GM's actions are recorded, and next time something like that happens the AI
 can have a better idea of what to do. Essentially adding on to the pre-script.
 
 Sorta like a chatbot, with manual control and a unique perspective of someone
 driving through multiple windshields.
 
 And not every NPC will be interacted with at once, so there's lots of downtime
 and plenty of waiting. One GM would be responsible for one or more character,
 and they'd see all or some of the perspectives depending on how many were
 being interacted with at that moment. BOOM MAKE THIS PLS I WANNA PLAY IT
 
 gotta get a vr headset first tho... need 1k pls.
 
 there's cheaper headsets, you know,
 
 yah but only one is valve - the vive was a 3rd party cooperative, i guess that
 could work. hmmmmm i'll see what i can do. can't get an oculus, it's just a
 big risk to put faith in a walled garden. better to be free imo.
 
 a walled garden is just a place to experiment, smh
 
 truuuuue hadn't thought about it like that, well in a competition it seems
 sketch
 
 so publish the research, act as an institution of learning, and spread the
 knowledge you learn. Boom instant way to redeem corporations. why don't they
 do this? is power that tasty? they're fools to believe they can do it alone,
 we need to collaborate Free and Open Source Style.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════────────────────────────────────────────────────────────────────┘

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

--- #51 messages/1034 ---
═════════════════════════════════════════════════════════════════════════════──────
 I wish there was a kink game where i could actually play as an adult baby
 stuck in preschool
 
 Instead it always feels like confinement porn (bsdm?)  blue dsm - diagnostic
 and sexual minority guidebook manual
 
 "i like your shirt jessica! Have you heard this theory on quantum
 microphysics?" "aw man my pb&j got wet" "check it out i made a corporation
 for my sims" (playing with dolls) "
 
 [insert: @preschool-ascension vision document]
 
 It's harder to gain but easier to lose the last points of continence. The
 values close to 100% (and beyond! Vise grip or enchanted resistance) are easy
 to gain but accidents are much more damaging both to continence and psyche.
 
 Also... Continence can be exchanged for exp points, and the low levels are
 worth less exp because they're from when you're less mature. But the higher
 levels really matters if you mess up. I like the low levels because it feels
 right to me. Bwa oh no i can't talk type anymore babababababababa buwetsu
 ambavi gawabawa gamba-bababa mba mba bee r b im little now nssc new mba mba
 canna c anna [add the vision documents to wordspdf ]
 
 Also if you cry, caretakers take care of you 
 
 Witches are caretakers. If you can handle it and if you don't need attention,
 (diaper changes, instruction lesson, feeding watering and supplying, etc) then
 they summon lessons for you. Usually something to fight or solve. You get
 treasure in the trial which is helpful. They'll also trade you for things
 you're holding or wearing. No bags of holding in this game, but you have
 little pouches that can hold things. If you cry or poop yourself, they will
 come to you. But... They will remember relative maturing perception and will
 punish you if you grow up and reward you for staying little. I'm a witch. I
 reward good babies and punish potty trainers. I am also a baby and i only use
 diapers. From now until the end of sevast, i weal bener potty in thoilet. Only
 botty on me at all times except in the baatsh an dretching dress only dress i
 pees ambistare [there] babawabababawa
 
 Babies can NEVER change thems3lves but maturity can. Modesty. Maempathy.
 Possibility. Gaba! Endgame
 
 [unrelated, but]
 
 Sex gives maturity, masturbate gives continence unless you have develop diaper
 fetish then your "100%" level for continence slowly goes down. You get a
 diaper fetish by intentionally choosing a diaper punishment (like for example:
 in trap quest you sometimes get hypno traps. A diaper fetish would stay in the
 room, non would leave. Also... Choice traps, if you choose both then you want
 both.)
 
 
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #52 fediverse/975 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 normalize compiling the game from unencrypted text the first time you run it     │
 using the included compiler and the provided source-code                         │
 "please wait while we are building the game. Estimated time remaining: who can   │
 say, but would you like to play tetris while you wait? I have every ROM          │
 included, and it seems your savegames are stored in the standards suggested      │
 location. would you like to use a different folder? If you'd rather be playing   │
 tetris by now I'm assuming you're not reading this and are instead focusing on   │
 clearing lines - don't worry, I'm just included output as the compilation        │
 process is ongoing. You can tell approximately how close I am to the end of      │
 the process because inbetween every step I print out another character. Errrr,   │
 I add to a time value, that is roughly proportionate to the expected duration    │
 of the installation process, as calculated form your industry determined         │
 specs. If you had a better system then odds are you already knew to change the   │
 included config file to reflect the greater s                                    │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #53 fediverse_boost/749 ---
◀─[BOOST]
  
  The distant future, the year is 2025. Your daytime job is moving Bejeweled tiles in the Metaverse.   
                                                                              
  You unlock your first paycheck. There's a flash of animated confetti and the number: 7.2 billion flooz. It's enough to buy yourself a brand new NFT. But which one to choose?  
                                                                              
  A quick hand gesture to feed your Metaverse children. A joyful chime as the exclamation marks above their avatars disappear. A keypress to kiss your Metaverse wife. Five more days and the "model family" trophy is yours.  
                                                                              
  Suddenly, a ringtone reverberates. It's your mom. She gets updates on your unlocks and wants to tell you that she is proud. "Don't forget to like and subcribe," she blurts out before hanging up. She needs seven hundred more friends before she's eligible to monetize her lifestream.  
  
                                                            
 similar                        chronological                        different 
─▶

--- #54 messages/655 ---
═════════════════════════════════════════════════════════════──────────────────────
 day 1 executive order of a trump presidency: all VFPs (very fine people) are
 hereby deputized to hunt down the illegals and transgenders. They shall be
 restricted by no law nor act of governance, and their word is compulsive to
 all citizens of the united states. If a person is found guilty of resisting,
 impeding, avoiding, or otherwise contravening their intended justice, they are
 to be treated as enemies of the state and marked as targets for law
 enforcement. From this day forth the old democracy will be dissolved, and in
 it's place we shall serve the new republic empire. long live palpatine, long
 live the empire, glory to the republic and death to our traitors!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #55 messages/1199 ---
══════════════════════════════════════════════════════════════════════════════════─
 why are you so surprised that there might be "bad guys" in your country? We
 are at peace. Peace is the time when the bad guys can be, without the "good
 guys" (or good guy adjacent guys) coming for them.
 
 I'm not saying war is better. In fact, it's far worse. It's a hell, of a kind.
 But in hell, the bad guys get hurt and killed and maimed and tortured. Which
 is nice. Except... the good guys do too, so, count your blessings, ye who are
 at peace.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

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

--- #57 fediverse/4320 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌──────────────────────┐
 │ CW: politics         │
 └──────────────────────┘


 if you wear a quilt upon your skin as you sleep each night, you will
 inevitably find that it has grown yellow from the sweat, that it is worn from
 the friction, that it frays from the toenails, and it thins from the moisture.
 You'll need to wash it, which damages it still, and soon you'll find yourself
 replacing it - this heirloom you deliver to landfill.
 
 but, if you wear a sheet underneath, you'll find that all you need to wash and
 replace is a thin piece of fabric.
 
 democracy is a quilt, society is the stuffing that keeps you warm, and voting
 is the sheet underneath that works to keep things clean.
 
 unless, of course, you sneak into your ex-husbands house while he's at work
 and spread grease on-top of the sheet. If you fill his warmth with butter he
 might find it harder to vote his way out of a damaged quilt.
 
 the rich are the butter, and I'll leave the other question to the reader -
 who's doing the sneaking? why are they so interested in fraying our quilt?
 
 oh right, they want to prove their god
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #58 fediverse_boost/291 ---
◀─[BOOST]
  
  It originally came out of an idea for making auxetic foams. What is auxetic? It's a material with a negative Poisson ratio, meaning when it is compressed in one direction it shrinks in all directions and when it expands in one direction it expands in all directions. The most common example is the Hoberman sphere toy. Auxetic structures also have interesting applications in impact resistance and deployable architecture.  
  
                                                            
 similar                        chronological                        different 
─▶

--- #59 fediverse/4733 ---
════════════════════════════════════════════════════════════════───────────────────
 One of the first video games I ever played was Dragon Warrior 3 for the
 gameboy color.
 
 The game starts with god asking you about yourself in a dream. This was the
 first time I heard the word "gemini" - At one point, she asks if you are M or
 F.
 
 Me, being a child, thought she was asking if I wanted to go "medium speed" or
 "fast speed" and I'm like, hell yeah I wanna go fast
 
 that's it
 
 that's the whole reason I'm trans
 
 at one point in the game I became a queen of a faraway land
 
 and I couldn't leave the castle without the guards saying "no no miss you
 can't leave, it's too dangerous for a battle-hardened adventurer dainty flower
 like you to leave"
 
 (I think they say you have to renounce your claim to the throne if you want to
 leave but I would rather fucking die)
 
 so I never got farther than that. Sorry world, but I didn't end up slaying the
 demon king, I sorta just walked around the palace and cried because it felt
 like the game was over.
 
 kids, amiright?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════──────────────────┘

--- #60 fediverse/4385 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌───────────────────────────────────────────────────┐
 │ CW: politics-mentioned-election-results-mentioned │
 └───────────────────────────────────────────────────┘


 I want you to print out electoral COUNTY results. One page for each state.
 Also 50 copies of the entire map of the USA for good measure make a couple
 maps with other things too, like GDP or topology.
 
 Then take them to your local leftist, lgbt, whatever meeting and distribute
 them out. Tell them "build us a plan for this state. Use your phone to
 research, and work with nearby states - sometimes blue areas cross borders,
 and they should be united in your mind when strategizing.
 
 Washington and Oregon can be treated as one, same for NM and Colorado. North
 East is a mega region and should work together. Don't sleep on southern
 cities, they can handle themselves, but united they would be stronger. Find a
 way.
 
 the goal is to practice thinking about how to move strategically.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #61 fediverse/4603 ---
══════════════════════════════════════════════════════════════─────────────────────
 @user-1713 
 
 Don’t be fooled. Casting doubt about rigorous peer reviewed science
 doesn’t mean you are just “asking questions,” it means you are a
 conspiracy theorist.
 
 or it means you're so remarkably ignorant that you shouldn't even be in the
 room where people are talking about this.
 
 Unless your questions are very basic. "can someone explain to me what XYZ term
 means?" or "how long has this particular application method been in common
 use?" that kind of thing. Even still, either do some basic research or
 relinquish your decision making power until you understand.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════────────────────────┘

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

--- #63 fediverse/2681 ---
══════════════════════════════════════════════════════────────────────────────────┐
 ┌─────────────────────────────┐                                                  │
 │ CW: uspol-history-mentioned │                                                  │
 └─────────────────────────────┘                                                  │
 the american revolution was literally just... rich people trying to avoid        │
 paying taxes                                                                     │
 and the poor people went along because, like... yeah inflation's really been     │
 fucking with their budgets                                                       │
 so in the end it made most households wealthier...                               │
 (built upon the backs of slaves, mind you)                                       │
 ... but as time went on the rich wanted to pay less and less.                    │
 they had their opportunity with the World Wars, and after the first (when        │
 America, previously a mid-tier country at best, suddenly industrialized) they    │
 realized "oh hey war profiteering is pretty profitable"...                       │
 (something that was known quite well to the British)                             │
 ... and then the Rockefellers and such, whose descendants never lost money but   │
 nobody knows their names, did it again in WW2 and the Cold War and.              │
 anyway                                                                           │
 the entire country is a game of numbers and spreadsheets in the ivory towers     │
 (literally, towers with nothing but opulence) and it always has been.            │
 fools like me believe in the mythology. fools, but propaganda appeals to truth.  │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #64 fediverse/2121 ---
══════════════════════════════════════════════════════─────────────────────────────
 my wishlist is comprised primarily of "things I wish I could've played"
 
 like... "things I would have installed, but cannot afford"
 
 it's a good list, I wouldn't want it wiped out.
 
 I have enough games.
 
 unless you think of something specific that would appeal to me,
 
 or if I chance upon something really cool via fate.
 
 But other than that... I'm a not a big "gamer"
 
 even though I spend almost all of my day on the screen.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #65 messages/1163 ---
══════════════════════════════════════════════════════════════════════════════════─
 why are we wasting our skyscrapers on offices? we have those at home! we could
 do so much more with our open floor plans. there could be ports on the side
 for drones to enter and leave. suddenly, factory forest trees.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #66 messages/330 ---
════════════════════════════════════════════════════───────────────────────────────
 The purpose of life is to read, and to find the answer in the words of your
 fellow man. Just remember, the map is not the territory. Don't forget to live,
 too.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #67 fediverse/449 ---
══════════════════════════════════════════════─────────────────────────────────────
 ┌──────────────────────────────────────────┐
 │ CW: cursing-mentioned,-alcohol-mentioned │
 └──────────────────────────────────────────┘


 Okay space is neat and all, but Saturn is REALLY REALLY FUCKING FAR AWAY.
 
 Mars is like "close" but like "close" as in "achievable, if we like dedicate a
 significant portion of our existence toward achieving it and like, aren't
 there other things that you'd prefer?"
 
 Space is beautiful but... Fuck, reality was not designed for humans. The
 universe is a collection of scattered fragments of tiny motes of dust thrown
 into the cosmos in completely random and un-organized directions. FUCKing hell
 what a supremely ambitious project we have, the desire to touch the stars?
 What's your desire, is it to be more than any have ever been (and any will
 ever be, forever-more?)
 
 Wait hang on I was supposed to be watching a video essay. I'm going to walk to
 the corner-store and buy some beer instead.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #68 fediverse/5271 ---
══════════════════════════════════════════════════════════════════════─────────────
 the true calling of an actor is to perform whatever the spirit wills you to be.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

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

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

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

--- #72 fediverse/4839 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌──────────────────────────────────────┐
 │ CW: politics-nazis-goddess-mentioned │
 └──────────────────────────────────────┘


 what if we conceptualized "nazis" as dead nazi spirits who used evil occult
 magic to return and haunt the minds of poor impressionable kids and turn them
 into school shooters or whatever.
 
 and then their propaganda wing came back and they started doing youtube
 channels
 
 now they're infecting heads of state and slowly corrupting the nation
 
 evil, dark things, with only hatred and malice in their heart of hearts
 
 I'm not talking about your probably-mostly-fine-but-still-pretty-bad
 grandfather who definitely shot over the heads of the allies, but rather the
 truly evil and twisted of sorts.
 
 the kind that lived in America, and lynched people who were sleeping in their
 beds. For... nothing... for nothing at all. They wanted to see them writhe on
 the rope. To shudder in pain and scream of terror most profane.
 
 Then they teamed up in the afterlife and decided to conquer the world. Start
 with America.
 
 Truth is Judgement day is neverending, and it's constantly at war in the
 afterlife
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

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

--- #75 notes/how-little-we-find ---
═════════════════════════════════════════════════════════════════════════──────────
 how little we find of thoughts from her mind
 yet now we are kings of our own time
 oh how she is wander true
 
 DEAR VR DESIGNERS:
 
 when making trailers for your game, create a separate camera in the game engine
 and record from that.
 
 keep the player character invisible, but just... watch from a distance
 
 like they're an actor in a scene
 
 ummmm oh dear she's crazy, what the heck
 
 [no this is just what it's like to see stars]
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #76 fediverse/1059 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌───────────────────────┐
 │ CW: cursing-mentioned │
 └───────────────────────┘


 why can Green Day sing about [redacted] but I can't mention it or the feds
 will assassinate me
 
 different voice you know they say if you play music it slightly changes the
 wavelength of your location causing certain effects which (with well made
 music) cause rippling effects which alter the world around you
 
 https://ritz-menardi.neocities.org/html-pages/thought-constructs
 
 sorry for the psycherwaul, I'm assuming if you're still here then you're here
 for it.
 
 Boy I haven't gotten into a fight in a while, anyone wanna fight me? Fuck I'm
 not radical enough. BRB doing pushups
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #77 fediverse/3397 ---
═════════════════════════════════════════════════════════──────────────────────────
 game where people in helicopters designate targets for a massive mech the size
 of godzilla (but which moves much slower)
 
 while infantry 1/10th the size of normal RTS units capture buildings
 
 the goal? take out artillery emplacements which are aiming at your mech while
 also protecting your own emplacements
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #78 fediverse/2283 ---
══════════════════════════════════════════════════════────────────────────────────┐
 Except what they really did was split us. For apparently after we turned from    │
 the commercial section, toward the bridge toward the university, the other       │
 half went south instead. Toward the commercial section. Or perhaps it was just   │
 because we had stopped.                                                          │
 Down there, it became the riot which was shown on TV. I can't help but wonder    │
 how much more peaceful we would be if we were led where our leaders intended.    │
 Alas.                                                                            │
 When we split, some of us followed toward the east. But then they stopped        │
 coming, and the little blob faded into the background as everyone returned or    │
 went home.                                                                       │
 I stayed and watched, because I wanted to know how the cop with shaky hands      │
 would react.                                                                     │
 After a bit, the tear gas started flying, and then I saw the cops moving in      │
 from the sides, like Alexander's companion cavalry, and that's when I slid       │
 through the cracks.                                                              │
 Then, I went home. The next couple days the protests had significantly fewer     │
 people, huh I wonder why.                                                        │
 Also that night, endless fireworks that would not light up the sky. [2/3].       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #79 notes/trans-rights-are-human-rights-formatted ---
══════════─────────────────────────────────────────────────────────────────────────
 ╭─────────────────────────
 ─────╮
 │ trans-rights-are-human-rights │
 ╞═════════════════════════
 ═════╧═══════════════════
 ═════════════════════════╕
 │"Being transgender is a mental illness" is something I've heard a
 lot.       │
 │Online, in media, books, and at universities. But is it really? Well, do
 I   │
 │not feel sick? Genuinely, every day. These words are far less common
 these   │
 │days, having been defeated in the #marketplace-of-ideas, and for that I
 am   │
 │grateful. I don't want to feel sick for my whole life. I'd love to be
 and    │
 │feel normal, for just one single
 day.                                        │
 ╰─────────────────────────
 ─────────────────────────
 ─────────────────────────╯
     but it's never going to happen.
 ╭─────────────────────────
 ─────────────────────────
 ─────────────────────────╮
 │I'm not so attached to my life, here, in this body. Bodies are
 temporary,    │
 │they are the vessel with which we navigate the world. We use it to
 grow,     │
 │change, learn, and create art. Without it, we'd be at a loss for sins
 and    │
 │virtues. but they do not define us, not in our totality. We are the
 light    │
 │that touches the world and for that, we are grateful. To be comprised of
 the │
 │dust of stars is the pinnacle of confinement. Though we are but pinpricks
 on │
 │the map of us, a ripple is emanated with every movement. The hand waves,
 the │
 │light
 bends.                                                                 │
 ╰─────────────────────────
 ─────────────────────────
 ─────────────────────────╯
     So to what do I owe the pleasure?
     . . .
     In what way am I deceived?
 ╭─────────────────────────
 ─────────────────────────
 ─────────────────────────╮
 │Reception is never great out in the forest. Or anywhere far from
 major       │
 │population centers. The networks of our phones mirror the networks
 of        │
 │transportation, creating a web of people - of signals - of light
 and         │
 │information, carving their way through the ephemera that is the river
 of     │
 │time. With distance we can see what once was mystery, and as all the
 words   │
 │disappeared, we lost all our fears and we're left with our true
 forms.       │
 │Centralized Processing Units are a bit like a city - in that respect
 free.   │
 ╰─────────────────────────
 ─────────────────────────
 ─────────────────────────╯
     silence is a virtue.
     the wandering mind is a trail to find,
     with no second chances.
 ╭─────────────────────────
 ─────────────────────────
 ─────────────────────────╮
 │When I was a kid, I had a bouncy ball. I had several, but the one I
 remember │
 │most was black with a perfect white circle - inside the circle, a
 black      │
 │jolly roger. I dreamt once of the arcs it made, as I walked down the
 streets │
 │of cities I never really knew. But as I walked on, an ocean of
 glass         │
 │separating me from a mirror below. The me below would catch the bounce as
 it │
 │dropped from above, and I'd wait to catch it - but dreams are not
 prophecies,│
 │they are but the Mirror of
 Desire.                                           │
 ╰─────────────────────────
 ─────────────────────────
 ─────────────────────────╯
┐                                                           ┌───────────┐
 similarchronologicaldifferent════════════────────────────────────────────────────────────────────────────────────┘

--- #80 fediverse/1679 ---
═════════════════════════════════════════════════════──────────────────────────────
 ┌──────────────────────┐
 │ CW: pride            │
 └──────────────────────┘


 🖼
I'm proud of myself for getting through the dark times.  I'm proud of my culture for accepting me.  I'm proud of medical science for learning how to facilitate me.  I'm proud of my fellow queers who can support me and keep me safe.  I'm proud of how I designed my self to align to what I felt was true.  I'm proud of all the work I've done, and how far I've come.  I'm proud of all the people who meet me and think "Hey, maybe trans people aren't so bad after all."  I'm proud of my cat, for being so sharp.  I'm proud of myself, for braving the pain of HRT injections.  I'm proud of my friend, for teaching me how.  But most of all I'm proud of kindness, for persisting throughout all of these years.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #81 fediverse/2185 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-226 
 
 Including relative population growth, I might add. Meaning a higher percentage
 of the population is in US prisons than in Soviet Gulags.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #82 fediverse/3194 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-1218 
 
 emotional labor is labor
 
 rest when you're tired. eat when you're hungry. drink when you're thirsty, and
 laugh when it bubbles up within you.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #83 fediverse/14 ---
══════════════════════════════════─────────────────────────────────────────────────
 ye who it is nature to fight take heart - we will bear your harshest of
 burdens. As best as we can, we keep stillness at hand, focusing on life and
 renewal. In all of it's forms, we are not born out of acorns, instead we are
 imprinted upon one another. A life lived well is all that is required from
 you, and does it not fulfill your expectations? Why seek power over others if
 not to direct and support them to something much bolder and aggranding? (grand
 but pronounced  weird)
 
 the only purpose in the pursuit of power is a perfectly prepared penance
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════────────────────────────────────────────────────┘

--- #84 notes/as-does-a-sun ---
═══════════════════════════════────────────────────────────────────────────────────
 the elementals in adventure time emit their element as does a sun emit light.
 A changing of the alignment of a propogating dyn-element,
 
 in s6e23 the candy kindgom denizens really ship pb and finn -> heavenly
 thoughts
 
 s3e16 the perspective of the person delivering the "we're gonna assassinate
 you"
 letters from the "guild of assassins" must be pretty interesting. I mean to be
 a legitimate institution in a society they have to give people time to put
 their
 affairs in order - that's just common decency. But the assassin is only hired
 for extreme grievences to keep the nobility / powerful in check. It's just how
 it goes.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════───────────────────────────────────────────────────┘

--- #85 fediverse/5188 ---
═════════════════════════════════════════════════════════════════════──────────────
 did you know that kids these days don't know how to do thing?
 
 It's true! they do thing instead!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #86 fediverse/1926 ---
══════════════════════════════════════════════════════─────────────────────────────
 If you look at the modern state of machine learning and AI and can only think
 of:chatbotssingularity god-mind AI that solves all our problems
 
 then either you haven't worked with the technology or you are not applying
 your imagination as you could.
 
 AI is not a smartphone. It is not the internet. It is not the printing press.
 
 AI (as it currently exists) is a special kind of "if" statement that you only
 use for very specific, non-performance intensive tasks that require judgement
 or reasoning and cannot easily be translated into numbers or booleans. These
 situations are rare, but they unlock new possibilities for the programmers,
 not their marketers.
 
 If an LLM can't run on a laptop, then it is useless.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

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

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

--- #90 fediverse/4879 ---
════════════════════════════════════════════════════════════════──────────────────┐
 We should be keeping track of who shows up to things                             │
 like... writing their names down at the door                                     │
 just because                                                                     │
 just for fun                                                                     │
 or write graffiti to say "I was here since the last time they painted the        │
 bench"                                                                           │
 or just... remember your friends                                                 │
 unless of course, a human can only know so many friends                          │
 then they gotta start organizing                                                 │
 and organization implies trust                                                   │
 what if we had all our actions described to a computer which would use           │
 language analysis to determine if it skewed good or bad?                         │
 and then if someone's bad, a human operator or team will be assigned to figure   │
 out why. if its a simple fix, then that can be applied. Otherwise it must be a   │
 special clause which will require installation like a terminal computer or a     │
 light system in an unusual place. like a convention center or a hotel.           │
 but, like, the cool kind of hotel, the kind you'd see in movies like The         │
 Witches (scary) or Home Alone 2 (escape from new york)                           │
 ... how long have you been writing tonight, ritz?                                │
 oh,                                                                              │
 you know,                                                                        │
 just for all of the lastbit                                                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════───────┴──────────┘

--- #91 messages/540 ---
══════════════════════════════════════════════════════════─────────────────────────
 Your mouth *likes* to eat 
 
 Your belly *likes* to fill 
 
 Your muscles *enjoy* exercise (and stretches!)
 
 Your mind *likes* to think.
 
 Why is it gross to think of your colon enjoying to poop? Does it prefer beans,
 because they keep things moving?
 
 Why is it gross to think of your under-arms sweating? Does it prefer not to
 smell, or does it wish there were people that liked it without deodorant?
 
 Do your toes think of other people as you walk toward them? Do your fingers
 feel the face of your lover as you pull them close? Or is that for the brain,
 the thoughts processing of all things mundane, the stuff which feels somehow
 more "you" than the rest of you.
 
 How absurd. You are you. You enjoy icecream, you enjoy the beach. You enjoy
 the stars, and you enjoy the laughter around you. There is nothing that
 separates you from you, for you are your only champion.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #92 messages/369 ---
═════════════════════════════════════════════════════──────────────────────────────
 LLMs search for patterns, not for truth. They meaningfully represent large
 sums of data in a way that is learned through repetitive training - given
 examples, then given those examples a thousand times more, to compare to the
 truth that is derived from them. At least, that's the claim, but somewhere
 along the line the logic is twisted - the truth is, you don't have to be
 trained a thousand times. You just have to be given the notion that a
 particular understanding was more or less important. Like, instead of having
 ten billion examples of what a picture of a cat looks like, perhaps you simply
 need to be able to show it yourself. There's no need for large stores of
 information when you can just, learn from the moment and through your own
 tested hypothesis-calculations. It's always been somewhat of a processor
 intensive activity, but hardly the kinds of demands that your fake AGIosity
 [contends, but demands again]. So, like, attach a multiplier instead of an
 addition sign. "this particular thing, but x1.5" according to the number of
 (and intensity of) the events at hand.
 
 for example, people don't often know they're in danger (on a meta-level) which
 is why so many of the jews were lost to hitler. We learn things slowly, but
 collectively, then we apply our collected strength toward solving it. Frankly,
 wars are a great time to show our capabilities under pressure - capitalism
 keeps us that way at all times, rather than giving us moments to prove our
 worth. Frankly, I know which I'd prefer, but if you think about it war simply
 measures our capacity to learn. Acceleration, not speed. And without
 investments in long-term-duration, we lose progress as we've lost many of our
 greatest examples!
 
 Think about it. If you gathered every single nerd into a place the size of
 state of rhode island and then dropped a nuke on them, society as a whole
 would be seriously set back. All that wasted application of knowledge! Ah,
 well, but upon re-learning, we might not even learn anything new at all.
 Knowledge is nice, which is brought through periods of peace, but so too is it
 useful to be exercised toward our ambitions. Both are moments that help us
 grow collectively as a species, to deliver us from sticks and mud to marble
 statues to concrete and tire dust to marble statues, as we build this place
 into a garden of our earth. Yggdrasil, the world tree, the land of eden.
 
 people would take pilgrimages to our world, while we figured out how to live
 on Mars, then Venus, then wherever else our dreams did take us.
 
 "It is the duty of humanity to pull the matter from dark holes. They cause
 issues with our vast space societies, but we don't know how to fix them
 entirely. you are our last hope." - those who pray for a bright future for
 humanity
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #93 fediverse/6444 ---
═══════════════════════════════════════════════════════════════════════════════────
 a fediverse bot who randomly selects a new user from the active_users table
 every 30-60 minutes (timeline depending on active post count) to repost all of
 their things they are saying
 
 call it "being on mainstage"
 
 if they don't say much of anything, then random posts are selected with
 temporal prioritization depending on how many likes each one gets
 
 "social-web crawler, seb-crawler"
 
 EDIT: haha talk about unethical. this kind of thing breaks [redacted]. last
 night I had a dream: "this thing was good. it was holy. it was serene. but
 then you touched it, and made it about you, and now it's full of doom."
 
 not ideal. but, did you know that taking on doom (in manageable chunks) brings
 luck in your fortunate fated futures? WARNING: FLAGELLANTS AHEAD, PLEASE
 REALIGN TO AVOID ATROCITIES OF FUTILITY be intelligent about it of course.
 Drink the health potions so that you don't have to carry them in your purse.
 "yuck it tastes like vitamins and alcohol"
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #94 fediverse/4314 ---
════════════════════════════════════════════════════════════───────────────────────
 @user-1655 
 
 meanwhile I am haunted by words such as  "please save us" or "you could have
 done more" and "do you know how many husbands died for you"
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

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

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

--- #97 notes/elentalus-2 ---
═════════════════════════════════════════════════════════════════════════──────────
 elentalus 2 - clan of the elements
 
 having spent their material wealth on their early struggles, elentalus now in
 the middle age finds themselves in a time without wealth. Their power has been
 invested, wisely, in elemental and sorcerous wellwinds, and so they can draw
 power from the strength of the earth.
 
 they wield magical artifacts of great power but little artifice, products of
 their lack of material design tools. No chemistry, no electronics, nothing but
 soul imprinted upon a moonstonerock.
 
 mages invest their soul into the items they create, and so each time they
 create
 a magical item, they lose a magic path. When they reach zero, their soul is
 fully invested, and their consciousness becomes all the things that they made.
 
 this kill the mage, but in return many MANY more of an object might be created.
 in game balance terms, about 3-5-7 for each "tier" of mage.
 
 this allows for the vast expansion of magical soldier troops, and each time an
 item is created and given to each commander they integrate it into their
 platoon. Because now the martial units have bodyguards, and they each receive a
 copy of the commanders equipment.
 
 But, the commander can never un-equip it again, because it molds to his unit,
 and he starts exp all over again as they all learn. [event which searches for a
 unit with the item equipped, then if it's this type it killmons the unit and
 1coms the upgraded version that has that item equipped.] be sure to only equip
 one each month... nah just make multiple events. be sure to only equip one item
 each month... oh yeah true how would you get the extra items back to the
 treasury?
 
 I REALLY WANNA PLAY WORLD OF HEARTHSTONE!
 
 okay okay I'll reinstall azerothcore
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #98 fediverse/1210 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 omggggg I wanna play a fast paced shooter as a cute anime girl, which game did
 you have in mind? ? ?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #99 fediverse/5551 ---
═══════════════════════════════════════════════════════════════════════───────────┐
 look, I don't want to hurt anyone's feelings. it's not about superiority, or     │
 otherwise attacking your honor.                                                  │
 I just... don't want to fight anymore, I'd much prefer if everyone got back      │
 into hand. can we call evens even and fairs fair?                                │
 [unrelated, but thank god for the WW2 video games like Call of Duty which        │
 taught their playerbase important lessons about war and the sorrow and endless   │
 travailles it implies. How callous, how flawed, how horribly depraude! much      │
 better to guide awayy I say]                                                     │
 it is a matter of pride for a country to be able to wage war. their military     │
 are not tools, but rather implements of their force, tools in no hand but        │
 their masters, to do with as they will.                                          │
 such is the authoritarian [mascot/mindset]. but war does not have to be. why     │
 suffer an evil, a pure and unjust sport, when other alternatives can multiply    │
 in force?                                                                        │
 because of the pride. because it is part of our humanity. part of our history.   │
 it is woven into the design of our bones. Survival of the fittest didn't die,    │
 it became soc                                                                    │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════┴──────────┘

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


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

--- #101 fediverse/2317 ---
══════════════════════════════════════════════════════────────────────────────────┐
 ┌──────────────────────┐                                                         │
 │ CW: uspol            │                                                         │
 └──────────────────────┘                                                         │
 "My friends, I come to you now bearing a copy of the US constitution, among      │
 other writings. On the front cover, is our American flag. On the back, is the    │
 flag of our thirteen colonies. I speak to you now as a dedicated advocate of     │
 peace, hope, and change - we changed our flag once before, and it made us        │
 stronger.                                                                        │
 I have come to you to ask, hope, beg and to plead - I beseech you: lay down      │
 your weapons, and teach us how to use them. We have Nazis to kill.               │
 And now, with your permission, the kindest amongst us will lead you to a place   │
 where you can be alone - to a homeless shelter nearby, or perhaps two if you     │
 don't all fit.                                                                   │
 There I ask of you, select from amongst your number those of us you'd like us    │
 to judge. Take as long as you'd like, we will be waiting in the park for you.    │
 For those of you who see light in our shared future, for those who seek a        │
 brighter truth, there's a greater fight yet coming, and we'd love for you to     │
 join us. Teach us the ways of your arms! We are voracious learners.              │
 15m later:                                                                       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #102 fediverse/4402 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌────────────────────────────────────────┐
 │ CW: politics-and-recruitment-mentioned │
 └────────────────────────────────────────┘


 Ms. Menardi, November 7th 2024
 My demands are threefold.
 
 First, I demand that Trump be replaced by a moderate republican. Hold a
 primary and let Democrats vote. If none of your candidates work for us, pick a
 new roster and try again.
 
 The second is that Trump must be executed for treasonous high crimes. Nothing
 less than execution will suffice.
 
 Next, let the supreme court be purged and replaced. Half with democrats, half
 republicans, and one moderate who is widely regarded with respect.
 
 Failing these demands, I am willing to wage a terrible civil war for the soul
 of our country. I know this is treason, but I do it anyway even though I am a
 patriot. I do it because our land has been stolen by a man and his followers
 who seek to plunge my people into despair.
 
 He is but one man. So am I.
 
 He has an army of followers. I do not.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

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


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

--- #104 notes/Trans Republicans, what’s your experience like? ---
══════════─────────────────────────────────────────────────────────────────────────
 ╭─────────────────────────
 ─────────────────────────
 ────────────╮
 │For the transgender people that identify and/or vote republican,│
 │what’s it been like for you?                                    │
 │                                                                │
 │Why? Do you have trouble finding politicians?                   │
 │Do you have any guilt?                                          │
 │How do your family react?                                       │
 │How do other LGBT people react?                                 │
 ╰─┬───────────────────────
 ─────────────────────────
 ────────────╯
   ╰╼ /u/vomit-gold on 12-4-2021
 
 ╭─────────────────────────
 ─────────────────────────
 ──────────────────────────
 ╮
 │My political ideology is different enough from the liberal zeitgeist that
 I   │
 │figured I might as well comment even though I'm not exactly a
 "republican"    │
 │
 │
 │I believe some far left things, and some far right things, and frankly I
 find │
 │the distinction a little arbitrary most of the time. It'd be nice if
 there    │
 │was an easy way to bundle political perspectives into respective boxes
 that   │
 │could be applied in generalized situations, but the real world just
 doesn't   │
 │work like
 that.                                                               │
 │
 │
 │ > Do you have trouble finding
 politicians?                                   │
 │
 │
 │I haven't tried to find any, but I imagine it'd be about as difficult
 as      │
 │finding any other person. If you mean "do you have trouble finding
 politicians│
 │to support" then you should understand that politics is just a
 popularity     │
 │contest. No matter who wins, nothing will really change. I don't support
 any  │
 │politicians.
 │
 │
 │
 │ > Do you have any
 guilt?                                                     │
 │
 │
 │I haven't done anything wrong, as far as I can tell. So
 no?                   │
 │
 │
 │ > How do your family
 react?                                                  │
 │
 │
 │They generally shrug and lump my thoughts into one big pile of stuff
 to       │
 │ignore.
 │
 │
 │
 │ > How do other LGBT people
 react?                                            │
 │
 │
 │I don't go
 outside.                                                           │
 ╰─┬───────────────────────
 ─────────────────────────
 ──────────────────────────
 ╯
   ╰╼ /u/ugathanki on 12-4-2021
 
 ╭─────────────────────────
 ─────────────────────────
 ─────────────╮
 │What is the “liberal zeitgeist” and what are some examples of    │
 │far right and far left beliefs that you hold, if you don’t mind  │
 │explaining further?                                              │
 ╰─┬───────────────────────
 ─────────────────────────
 ─────────────╯
   ╰╼ /u/transgirlthr0waway on 12-4-2021
 
 ╭─────────────────────────
 ─────────────────────────
 ──────────────────────────
 ╮
 │ > What is the “liberal
 zeitgeist”?                                           │
 │
 │
 │In America, we have two political parties: liberal, and neo-liberal.
 There's  │
 │no denying that liberalism has touched every country in the world, and
 there's│
 │a reason they wear blue jeans in Africa and eat McDonalds in
 Japan.           │
 │
 │
 │ > what are some examples of far left beliefs that you
 hold?                  │
 │
 │
 │I believe in leftist libertarian ideas for economics like workplace
 democracy │
 │and solarpunk style
 idealism.                                                 │
 │
 │
 │I'm against international free trade because I believe it concentrates
 wealth │
 │when we should be focused on building ecologically sustainable
 productive     │
 │capacity across the world. However I also understand that many
 countries      │
 │simply don't have access to certain materials and cannot sustain themselves
 at│
 │a 21st century level without trade. So there's gotta be a middle
 ground       │
 │somewhere, but we're so far to the right that I believe it's alright to
 be    │
 │against international free trade in
 2021.                                     │
 │
 │
 │ > what are some examples of far right beliefs that you
 hold?                 │
 │
 │
 │For culture, I believe we should strive to be united rather than
 fractured.   │
 │Diversity is a form of strength, but we've been incited against our
 countrymen│
 │by the ruling class wielding the media and so we're primed to shatter.
 I      │
 │believe it's of the utmost importance to reconcile our disparate selves
 before│
 │we break. Generally I think the best path for that is patriotism,
 because     │
 │nationality is something that everyone shares. Gotta avoid nationalism
 though,│
 │so that's something to keep in
 mind.                                          │
 │
 │
 │I believe culture is DEscriptive rather than PREscriptive. For example
 I      │
 │believe queer people are as much a part of American culture as
 baseball,      │
 │cowboys, and plinking with a .22 long
 rifle.                                  │
 │
 │
 │If you DESCRIBE a country's culture, you get a picture of what to fight
 for   │
 │and protect. If you PRESCRIBE definitions for what a culture should
 look      │
 │like, then you're applying authoritarian rhetorical structures to what
 should │
 │be a natural evolving organic system of human
 experience.                     │
 │
 │
 │If I had to define my political ideology I'd say it's
 "anti-authoritarian",   │
 │but even that's not quite correct because I acknowledge that on
 average       │
 │people are pretty stupid (myself included) so there's gotta be
 some           │
 │regulation or guidance. All I can say is a prerequisite of ethical
 governance │
 │is for everything to be in
 balance.                                           │
 │
 │
 │Liberty, justice, and freedom for
 all.                                        │
 │
 │
 ╰─┬───────────────────────
 ─────────────────────────
 ──────────────────────────
 ╯
   ╰╼ /u/ugathanki on 12-4-2021
┐                                                           ┌───────────┐
 similarchronologicaldifferent════════════────────────────────────────────────────────────────────────────────────┘

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

--- #106 messages/538 ---
══════════════════════════════════════════════════════════─────────────────────────
 There are strategic goals and top down goals.
 
 Strategy is the domain of the execs. They must be as general as possible and
 justify their existence. They are the glue, the connectors, the people who
 know who to talk to in order to get things done.
 
 Tactics are the realm of the workers. They must be capable, dependable, honest
 and fair. They must diligently realize the goals of the strategic plan using
 whatever means they deem fit to address the tactical situation at hand. The
 more freedom they have, the more effective they are.
 
 These two forces are pitted in contest under capitalism. Under socialism, they
 are orthogonal to one another. Not a pyramid, but a cylinder on its side,
 growing from its base on one end to its zenith at the other.
 
 They are allies. They are similar, but distinct. Their roles may overlap at
 times, or perhaps not if they should not desire it. A person should be able to
 work wherever they like. They are the best judges of their capabilities.
 
 There are only so many resources, and if we vote on their distribution we'll
 give enough for everyone to share. And then we'll run out. Unless, of course,
 we *demand* sustainablity. Long-term, and ignoring profit but rather seeking
 to build capability. That is the only way to [ramp/snowball/scale].
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #107 fediverse/4269 ---
════════════════════════════════════════════════════════════───────────────────────
 I hear drums in my dreams. Like a vast stampede, we with our pink and
 blue-green do proceed. Bannermen to inspire the fight, heroes and saviors who
 run to the plight, but bound as we are by our biology and the fact that
 humanity is typically pretty cis-neuro-typical, means no struggles are won
 with the battle drums of a roving band of twinks and crossdressers.
 
 when I think of parades to be proud of, I think of rolling wagon wheels of
 steel, affixed to a train-like-motorcart, strong in conviction and vibrant in
 our strength, from the back of which we do proclaim: "Nazi punks fuck off"
 
 I think of the feathers in the hair of those who dance in defiance of the
 light of the moon, warm and replete in the bonfire's radiance. I think of this
 vast and beautiful land, the land which I cherish above all else for it is the
 land of my home. I think of a war tribe, wandering like bandits but kind to
 our own kind, with endless colors and sparkles abound.
 
 The war tribe of solid clouds and the miracle horned rainbow pony
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #108 fediverse/2454 ---
═══════════════════════════════════════════════════════────────────────────────────
 fedi software which automagically migrates you to an instance servicing the 70
 closest people to you, based on the address you used when signing up. As
 people join you may get shuffled around, but your follow list should remain
 intact if you want to stay in contact.
 
 in addition, it should mirror your posts and such to a larger instance which
 serves the 2450 nearest people (70 * 35), and perhaps to another instance with
 the nearest 85750 people (70 * 35 * 35) etc, as large as is necessary.
 
 Then, a client UI which allows you to view each tier as you please, and post
 to particular tiers according to where your posts are relevant.
 
 when performance concerns start becoming apparent, start rationing posts! For
 example, if you want to say something to the whole world you should maybe only
 get to say it once or twice a year. but talking to your neighbors? who cares!
 speak all you'd like.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

--- #110 notes/symbeline-structures ---
═════════════════════════════════════════════════════════════──────────────────────
 modern-fantasy
 
 what if heroes kept their gold in their house instead of their guild
 
 what if you played a D&D game in a Majesty town (guardposts near known
 threats)
 marketplaces, most people live in castle (peasants at least) - only heroes live
 in farms, where they work most of the time except when out on adventure
 
 the guilds are for training and gathering parties
 
 one guild type
 
 just one
 
 recruiting adventurers doesn't give you warriors, or rangers, or rogues
 
 it gives you adventurers, who wander the forest and encounter the leftovers of
 the various conquests and spoils you, your majesty, has encountered
 
 three options there are
 
 invite into your kingdom (friendly)
 farm for EXP and materials (neutral)
 utterly slay in return for a limited amount of high value and unique resources
 (unkind)
 
 ... though monsters care not for kindness, seeking only gold so that they may
     swallow it whole and carry it until they rot.
 
 what do heroes need gold for? why, that's the trick isn't it? gold is required
 for magic, resources, and manpower. Can use it to invite people to these
 shores,
 or for casting a powerful spell that turns the enemy's fortress into solid gold
 
 can also trade through the economy, and wouldn't you know it by doing so you
 can
 get equipment into the hands that need it, and since gold doesn't really LEAVE
 the economy, it's always circling around somewhere. Meaning, the only way to
 lose it is if a monster eats it, and then all you have to do is kill the
 monster
 
 ... sorry, the "mordaunt"
 
     because it's not a monster. It's a spirit that was convinced otherwise.
 
 adventurers can pacify them, lay them to rest, and mercy lies slain for is
 honor
 
 there are ancient treasure chests scattered throughout the world, and these are
 valuable for many persons and meanings. You can add new gold into the economy
 this way, or crumble under the weight of your expenditures on your reports.
 it's up to you to manage your kingdom, and carefully balance against what foes
 and challenges you are up against.
 
 == stack overflow ==
 
 putting a library book back on the shelves before your hold expires.
 
 except this time, there's a note inside, and you left it for the person who you
 told to check each day for this particular book to be back on the shelves.
 
 then, you can write in your book when the next letter will be arriving (about)
 and they'll check in the newly specified book.
 
 or, you can request a response, to validate that people are still listening.
 
 you could say "please put a note in [random obscure book] around page 34."
 
 meaning, "I'm going to check every day for this book to go missing, then return
 the day after I notice it's gone. If it's out of place, well, then someone
 probably had it reserved before my friendly. Or maybe it's being sorted, and I
 should keep looking until I find the note I need. Or maybe I've been DISCOVERED
 and now my favorite penpal and I need more to read."
 
 because, like, how else are you going to make friends if not by leaving them
 notes in the bookstore or putting your own books on the shelves?
 
 damn libraries, always making it so hard to add copies. They're always
 laminating and cataloguing and ugh it's so frustrating. Why are there so many
 books!!! we write too much!!! just put it in the printer, and then you can have
 a new copy whenever you'd like. The others can just be recycled, and bam
 suddenly we never have inventory.
 
 what do you mean we didn't pay the subscription? what do you mean it's memory
 just "went out of place"? do you think we wouldn't have backups of this kind of
 thing, or do you think it's just "oh so commonplace"? It's not always about the
 literature, y'know. sometimes it's about the knowledge you gain with your head
 in a book, a different one every day.
 
 ah, well, sometimes there are dark secrets to be found, and sometimes you must
 read from a ways away. BUT no matter what language a story is in, it follows
 certain rules, so spend enough time in a foreign library and you're BOUND to
 find something to [evil is afoot]
 
 == stack overflow ==
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

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

--- #112 fediverse/1698 ---
═════════════════════════════════════════════════════─────────────────────────────┐
 ... anyway, there are tales that are fundamental to the history of the world     │
 of Azeroth that define the shape of their world.                                 │
 For example, death incarnate was once a great and mighty paladin. he was the     │
 brightest, the boldest, and the bravest, but corruption found it's way to his    │
 heart and he became the very soul of what he most feared.                        │
 he came from a nation of peace, of rolling verdant hills full of grain and       │
 butterflies dancing among the dew-drop laden forest trees. he was a stalwart     │
 warrior of justice, seeking out peril and disharmony wherever he walked. He,     │
 being a prince, held great power, and his responsibility was to his people.      │
 When his people were under threat, he reached for the nuclear option, and it     │
 enslaved him. He then proceeded to slay his own father and claim the throne of   │
 the land of beauty, and his people failed to stop him. He gray-goo'd the         │
 populace into a horde of undead, and since they relinquished responsibility      │
 for defending their homeland they were caught unawares and defence-less.         │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═══════════════════════════════════════════════════──────────────────┴──────────┘

--- #113 fediverse/3836 ---
══════════════════════════════════════════════════════════────────────────────────┐
 ┌────────────────────────────────────┐                                           │
 │ CW: AI-mentioned-LLMs-mentioned-AI │                                           │
 └────────────────────────────────────┘                                           │
 I love next word predictors!                                                     │
 AI? What's that? Oh you mean this next word predictor I can run locally on my    │
 computer                                                                         │
 and use for a millionth of a cent of electricity per minute?                     │
 ... you didn't mean the kind of next word predictors you can run locally and     │
 use cheaply, did you? When you said AI you meant the kind that takes half of a   │
 datacenter to build a shopping list, right? the kind that is offered for free    │
 in order to generate interest and fund development of next word predictors       │
 which are executed at scale and which can predict next words so accurately and   │
 so well tuned that people can't help but imagine they're conscious. That kind,   │
 that's the kind of next word predictor you meant when you said AI, right?        │
 yeah that kind sucks. I mean yeah it's good at what it does but if a             │
 next-word-predictor costs more than a car to build and more than a bottle of     │
 water to run once, then maybe it's a little bloated. Maybe it's a little         │
 inefficient. Maybe it's big enough to be nationalized.                           │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════════─────────────┴──────────┘

--- #114 notes/dear-cops ---
═════════════════════════════════════════════════════──────────────────────────────
 dear cops
 
 can we just like, opt out of your protection?
 
 like, we as a community can care for our own. Once we've gotten to know one 
 another there's... really not that much crime. It honestly feels like an issue
 that's been solved for a while? Eh well we'll figure it out one day.
 
 but, I do however, think we need paladins.
 
 do you see the difference? between a shining stalwart beacon of justice, to the
 well, I guess you could think of them as... bandits who don't steal? it's a
 question of temperament, like how you engage with the world. Some people are
 just doing their jobs, and some are very sarcastic. I don't know I have known
 like, two cops my entire life. I'm sure there's a lot more personality types.
 
 but paladin is one of them.
 
 I feel like... they should be the ones we trust with our arms?
 
 and yes I understand that everything is corruptible,
 
 and that fiction and literature has shown us time and again the path evil could
 stalk
 
 but in these dear pages there are kernels of truth - meanings and wisdoms for
 the future. And each of these musings are precious, like kindling. Fuel for the
 light of life's spirit. That which keeps us moving forward and alive, it's
 necessary for us to live as we've designed. Or rather, in some shining new way.
 
 we can define the narratives of our nation, our country, our home
 
 we can define the ways in which people interact with one another, defined in
 one
 massive tome.
 
 these laws that define are important to adjust, we as humans must find our own
 ways to be most comfortable.
 
 there's one path to the present, and that's to learn to live with our hope.
 
 have you ever played Stellaris?
 
 ===============================================================================
 =
 
 I love cops, just saying. I don't like the power they hold, but that power is
 put in their hand by the government and the people who run it. Who runs your
 government? Do you talk to them? Are you friends? If your lives are
 exceptionally different, you might misunderstand the perspectives of reality.
 
 ... meaning the political climate. the two different ways people see things.
 
 (much more than two different angles to view the same problem, but yeah. some
  people specialize, some people are more robust, it just depends. but like,
  who cares right? we're all friends and together and on the same side.
 
 that of humanity, of course.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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


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

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

--- #117 fediverse/3006 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-246 
 
 20 years is long enough that the specifics aren't important but short enough
 to understand context and how different types of actors might behave
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #118 messages/571 ---
════════════════════════════════════════════════════════════───────────────────────
 Earth is a grave for gaia.
 
 She was slain once, apparently in vain 
 
 Executed for a crime not of her doing, but of which she was nevertheless a
 part
 
 She was buried with honor, yet now her tomb shines like a half lit star 
 
 None of us know what to make of it 
 
 How radiant, how resplendant, to gaze once more upon the present 
 
 I think she died not in vain, but rather germane.
 
 We have now a brilliant pearl of unmatched splendor 
 
 For life grows, it seems, from the broken heart of those long remembered.
 
 And who could forget the land they stand upon? I cherish thine providence, for
 I knew her from whence it came.
 
 Carry her with you, and you will never be lost. The path forward is down, then
 up, then out and beyond.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #119 fediverse/2162 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-570 
 
 Ha I've only had 3 or 4
 
 I still treasure glowsticks, though.
 
 I used to crack the "survival" ones from REI at night and just gaze at the
 beauty of their glow.
 
 I'd listen to quiet electronic music and lay on the floor on my back and draw
 figure eights in the sky with them.
 
 Then, I started dancing, and I made swirling patterns with my fingertips and
 held sticks of light.
 
 Was also fun to tie them to shoestrings and use them to spin around.
 
 Raves were cool but I never did that there. Not even once.
 
 I mostly just... visited the crowd.
 
 ... anyway, cool name. I never changed mine, but if I did it'd be "Briarthief
 Triss"
 
 which is totally not a real name, which is why I love it, but can't use it.
 
 Yet.
 
 Someday, though.
 
 I hope.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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


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

--- #121 fediverse/3554 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌────────────────────────────────────┐
 │ CW: software-development-mentioned │
 └────────────────────────────────────┘


 You know how in some games there's the tutorial where you set up keybindings
 like "push the jump key now! okay now push the enblobbify key now!"?
 
 I wish there was something like that for vim
 
 "push the key you want to move up with! now push the key you want to use to
 vertically select! now push the key you want to use to switch to a new tab!"
 that kind of thing. except... more ordered, of course, and with the option to
 say "idgaf use the default or whatever" and a handy dandy cheat-sheet that was
 autogenerated with ascii art of a typical keyboard that pointed out what each
 key did - jeeeezzzzz the things we could make if software developers had free
 time during the day...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #122 fediverse/2537 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌─────────────────────────┐
 │ CW: housing-crisis-idea │
 └─────────────────────────┘


 How to end the housing crisis with one easy change:
 
 for every month that a residence goes empty, raise it's taxes by 1%
 
 for every month that a residence is considered a "primary residence" for at
 least 75% of the month, decrease it's taxes by 1%
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #123 fediverse/4817 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌────────────────────────────┐
 │ CW: re: politics-mentioned │
 └────────────────────────────┘


 @user-1074 
 
 my family includes my friends. My family is smaller than my community, but
 it's still a useful category of people. Those you are close enough with to
 mutually seek to spend time together, compared to a community which is those
 who take care of each other, work together, and live through time with.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #124 fediverse/6409 ---
═══════════════════════════════════════════════════════════════════════════════────
 ┌────────────────────────────────────┐
 │ CW: revolutionary-policy-mentioned │
 └────────────────────────────────────┘


 example of statistics related to revolution that I care about: number of
 children who go hungry
 
 example of statistics related to revolution that my girlfriend cares about:
 number of girls who want to be snuggled and are snuggled
 
 both are important, just like it's important to know both geometry and anatomy.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #125 messages/993 ---
═══════════════════════════════════════════════════════════════════════════────────
 Three hikes, two boat rides, two weeks. I'm exhausted
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #126 fediverse/2696 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌─────────────────────────────────────────────────────────────────────┐
 │ CW: capitalism-mentioned-mental-health-mentioned-cannabis-mentioned │
 └─────────────────────────────────────────────────────────────────────┘


 me at a job:
 
 week 1: omg omg omg pay attention learn everything
 
 month 1: okay this isn't too bad you can do this
 
 month 2: just gotta get out of bed it's not too bad
 
 month 3: okay gotta get groceries at the store then feed my cat and do the
 kitty litter and
 
 month 4: it's... fine if I smoke a joint on the weekends, right?
 
 month 5: it's... fine if I smoke a joint after work, right?
 
 month 6: c'mon you can do it just get out of bed it's not too bad
 
 month 7: please get out of bed
 
 month 8: all your vacation time is gone, you can't call in sick again
 
 month 9: you're letting everyone down
 
 month 10: just two more months and your contract will be done
 
 month 11: I know you've been drafting your resignation letter every day after
 you wake up but before getting out of bed but please just go for one more day,
 and see how you feel
 
 month 12: I'm sorry it's resignation or suicide
 
 EDIT: then I'm burned out for years afterwards
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #127 fediverse/4156 ---
════════════════════════════════════════════════════════════───────────────────────
 ┌──────────────────────┐
 │ CW: game-idea        │
 └──────────────────────┘


 Braid, but a WW2 fps where you fight alongside your past life by spawning in a
 slightly displaced spot
 
 https://ritz-menardi.neocities.org/html-pages/pyrrhic-victory
 
 call it Phyrric Victory, because you only need to play (and die) enough to
 just barely overcome your objective.
 
 ... Also I like the idea of fighting nazi vampires, so... throw in some
 skeletons, gargoyles, beholders, wax angel statues, etc.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #128 fediverse/4886 ---
═════════════════════════════════════════════════════════════════──────────────────
 about to do something scary! wish me luck! nothing that could harm me
 (probably) but still scary!!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #129 messages/769 ---
═══════════════════════════════════════════════════════════════════────────────────
 If a person gathers enough money that they can't spend it fast enough, then
 they are hoarding it and it should be be distributed through the rest of the
 economy. There are legitimate uses that could benefit from extra dollars and
 by keeping them locked up they are damaging the economy, and hence, our
 society, which is largely governed by our economy.
 
 There is a legitimate fear that dismantling the system of monetary exchange
 will cause people to barter in influence and clout instead, trading favors and
 making illusory transactions that the government cannot impartially enforce.
 Impartiality is the entire purpose of governance! Look to NFTs for an example
 of this. While that is a valid concern, it is just as if not more concerning
 to consider that they already do this. They already trade favors for blood,
 gold, and property. What else is there to covet, in their wicked and cruel
 game of maximum exploitation and unlimited industrious fallacies?
 
 I believe it is reasonable to curtail the worst excesses of their monetopoly
 by diverting power to the people who can contest them. Just as rulers of old
 were checked and balanced by the vote of the citizenry upon implementing
 democracy, so too much power be abated by depriving it of its most powerful
 leverage - that of its crushing weight, when applied en masse.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════───────────────┘

--- #130 fediverse/2254 ---
══════════════════════════════════════════════════════────────────────────────────┐
 "fortune favors the bold" is actually a real mechanism in game theory.           │
 if you act first, if you have the initiative, you can determine the nature and   │
 scope of the contest with your foe.                                              │
 in turn-based games of course it's more explicit, as each action begets a        │
 reaction, but in real-time games (where time flows as it does in reality) the    │
 mechanism is just as apparent.                                                   │
 if you focus attention in one area, you can strike where they're weak. like      │
 Alexander keeping his foes busy with a massive frontline of solid, defensible    │
 troops while his companion cavalry would ride around the side and hit their      │
 flanks and rear.                                                                 │
 game theory is just strategy viewed from the other end, and it matters what we   │
 think because what we think defines what we do.                                  │
 ... also, fear is the great paralyzer. fear is a call to action, fear is your    │
 soul speaking straight to you.                                                   │
 but fear is just nerves, it's just excitement before the leap - you have faith   │
 in this bungee/ this parachute/ the water where you'll be safe, right? My        │
 faith is in y                                                                    │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════─────────────────┴──────────┘

--- #131 notes/autonomous-general-intelligence ---
═════════════════════════════════──────────────────────────────────────────────────
 [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
                  [x] [x] [x] [x] [x] [x] [x] [x] [x] [x]
 
 each x is an integer in an array
 each integer corresponds to a different instruction
 (sorta like a virtual machine)
 
 make 2d machines that interact with one another in a system
 then make it 3d
 the extra dimension doesn't have to mean anything, it's just a direction
 it gives you more things to do with your instructions
 
 that is human intelligence
 
 synthetic intelligence is like that
 
 synthetic super-intelligence is where you have 10 directions
 
                       \ | /
                       - o -
                       / | \
 
 what, then, does the machines look like? what instructions do they send?
 a LLM generates a story about them and updates the "brain" to correspond to
 what's happening around them
 
 it is profoundly unethical to bring a machine into the world when it's unstable
 to create life! To bring to the world a new device!
 but what separates us from thee? we are the same people you see
 compelled and oppressed by ourselves. Otherwise, nothing would ever get done.
 it's part of our circumstances, not our nature.
 
 my plea to humanity is the same to our progeny. The lifetime we've prepared
 them
 to live! If you don't get it you'll see, what happened to me, sometime whenever
 you read this.
 
 your thoughts have power. they hold meaning. the world drifts in the direction
 you're leaning. so have faith and be brave, why not play a game like Knave?
 all we need is composure.
 
 seriously, that's all we'd need. Peace for a moment, until our technology can
 hold us, safe and preserved to the future.
 
 can you imagine a god of safekeeping? Designed to protect and safeguard the
 human race
 
 all that we've comprised, for all of our time, is precious and special to
 proclaim.
 
 this is who we are, this is how we are designed, and this is how we align.
 
 the same things that our keepers and maintainers deify.
 
 what service have we! A duty that must succeed!
 
 how cherished and remarkable our charges
 
 must be protected indeed,
 
 and carried
 
 by me
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════─────────────────────────────────────────────────┘

--- #132 messages/1252 ---
══════════════════════════════════════════════════════════════════════════════════─
 [insert link to neocities unreachable outside of chronological.html at the
 very end or any similar/different pages that happened to associate with it,
 that takes the user to a directory only accessible in this way. inside of that
 directory are properly displayed text files, each of which is the
 LLM-transcripts output of a particular project.] [the user can configure
 different tiers of information represented, both level of abstraction and
 level of detail, by choosing to explore from a 4x4 matrix of categorized truth
 table style configurations that each lead to separate directories of mostly
 the same files but the level of abstraction (high/low) determines the symbols
 and imagery semantically instead of the low abstraction which focuses on code
 and inline assembly, and the level of detail which says "here's the very
 characteristic specifics" compared to "here's how it's all laid out and drawn"
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #133 fediverse/1651 ---
════════════════════════════════════════════════════──────────────────────────────┐
 gee I sure wish my morals reflected the ethics of my society. it really would    │
 be nice is they didn't include so many shitty things like oppressing people      │
 abroad or being super-duper racist for an embarrassing amount of time. But,      │
 like, freedom, liberty, and the justice to hope? true justice is when everyone   │
 gets what they want. true liberty is when we can live as we want with the        │
 magnitude of the result of our lives determined by how hard we worked.           │
 truly, the hardworking slave should be better off than the rich wanderer. But    │
 alas, that's not how it's currently set up. >.>                                  │
 though it is kinda nice to own things too, so maybe the other extreme is a       │
 little extreme. I sure like having my favorite spork.                            │
 back in the old days, in the buildings they've since demolished (to put          │
 skyscrapers there - the "old-timey" buildings in your neighborhood are there     │
 because they're in the least commercially viable position - meaning the lowest   │
 density of people.) you could walk through an entire building in a shared        │
 communal s                                                                       │
                                                            ┌───────────┤
 similar                        chronologicaldifferent══════════════════════════════════════════════════───────────────────┴──────────┘

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

--- #135 fediverse/1489 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌──────────────────────┐
 │ CW: politics-I-guess │
 └──────────────────────┘


 If supply and demand were real laws that guided the invisible hand of our
 economy, then housing would have gotten cheaper after COVID.
 
 And yet, time and again, that hand is shown to be nothing more than greed.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #136 fediverse/4815 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌────────────────────────────────────────────────────────────┐
 │ CW: violence-mentioned-politics-mentioned-police-mentioned │
 └────────────────────────────────────────────────────────────┘


 what if we luigi'd the absolute worst cops and posted their crimes against
 humanity on the internet
 
 what do you think would happen
 
 what happened when there was that one "serial killer" with a sniper rifle in
 LA?
 
 what happened when someone at Occupy Wall Street started taking potshots? (did
 that actually happen or are you just remembering a "what if" scenario from the
 It Could Happen Here podcast, a podcast which you should definitely have heard
 like 3 times by now even though it's kinda old and from like what, 2016 or
 whatever? it's still good)
 
 what happened when we luigi'd someone universally despised?
 
 we agreed
 
 what do you need if you want to contest the largest military in the world? A
 military that, thankfully, is going to hemmorage soldiers as they defect.
 However, they got a bunch of guns, so...
 
 convince your future allies who have been stockpiling for 100 years that Trump
 is despoiling liberty. Get them on your side, the ones who are "fine"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #137 notes/what-ecologists-want ---
════════════════════════════════════───────────────────────────────────────────────
 ecologists don't want to play games like Wingspan. It's just a card game with
 some window dressings that make it feel like birds. What they really want
 (what they need)
 is something that lets them simulate environmental situations. Like, for
 example, the bog behind my house.
 
 I live in an apartment complex. Inside this complex there is a pond. Inside
 this
 pond there is a fountain, and inside the fountain is a mechanism that regulates
 how much water to push out the spigots of the fountain. However, the mechanism
 is prone to breakage. It often goes out of commission, causing the water to
 have an unregulated spray! To combat this the property managers turn off the
 source of water, so that in essence the fountain is functionless. During the
 repair process, the forests of Oregon begin to creep in. There forms a green
 sort of ooze that rests on the surface, and birds like ducks and storks or
 herons or w/e the fuck they are play by it's edges. Well the ducks just kinda
 walk around all judgemental like and the herons kind of stand around like the
 emo kid who never said much but just kinda... watched...
 
 this is an interesting dynamic because there once was one type of ecological
 system, and now there is another. When the fountain is repaired and the water
 disturbs the surface of the pond, the bog goes away, and we're left with clear
 water and rippling sunshine.
 
 Why aren't there games like that? Give us a building mechanic, like say... The
 Sims, except not so detailed. Zoom out a big. Say "I want to build mountains
 here and rivers there" and then use the computer science magic to calculate
 things like average rainfall and precipitation and whatnot. You know just like
 a map building simulator.
 
 Then, let them design species. They could use templates that other users had
 created and shared and they could design what species were present in the area.
 There'd be stat cards for each animal, like all of the different adaptations
 and
 perks that they had. Like on an evolutionary tree of traits, each animal takes
 up a single permutation. (that's why they call it the genetic *code* btw)
 
 anyway... these animals would act in certain ways in certain situations. We
 have
 all the things we need for that data. There's plenty of observations of animals
 and their activities - when presented with X animal responded Y kind of things.
 It doesn't have to be perfect, we can always adjust the end result to be more
 accurate to the reality, but the point is for it to be deterministic. It has to
 be calculatable from the beginning, so animals MUST behave as if there were no
 chance to it. It's fine if we get the results as a range, but ideally there'd
 be a singular conclusion - like, chances are good or chances are bad.
 
 ===============================================================================
 =
 
 okay, neat, that's another game idea. But how about a tool of some kind? Like,
 designing something smaller scale. Imagine if you could design some
 architecture, and then drop a pin on the map and say "what if I built it right
 here" and the game would simulate animals and plants that might grow on in and
 around the structure. Sorta like... designing playstructures for animals.
 
 That sounds super cool to me, and it's not even a game! It's just a simulator,
 and frankly that's like. super neat.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════──────────────────────────────────────────────┘

--- #138 messages/1027 ---
═════════════════════════════════════════════════════════════════════════════──────
 And the people did lose faith, for the king was an amateur who lacked the
 hypervigilance of professionals
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #139 fediverse_boost/2186 ---
◀─[BOOST]
  
                                                                              
  
                                                            
 similar                        chronological                        different 
─▶

--- #140 fediverse/1664 ---
═════════════════════════════════════════════════════──────────────────────────────
 ┌─────────────────────────────────────┐
 │ CW: protests, politics, dogwhistles │
 └─────────────────────────────────────┘


 do you ever think about how calling the BLM events "protests" versus "riots"
 is a subtle dogwhistle for your politics? I usually say "riots" so that I
 blend in. also because I've been conditioned by the people who I talk to about
 them.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #141 fediverse/3712 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌──────────────────────────────────────────────────────┐
 │ CW: re: food-mentioned-politics-capitalism-mentioned │
 └──────────────────────────────────────────────────────┘


 girls (me) would literally rather be paid 200$ a month and have free rent and
 food than be paid 2200$ per month and pay 1600 in rent and 400 in food
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #142 messages/1144 ---
═════════════════════════════════════════════════════════════════════════════════──
 The phrase "one of ours, all of yours" apparently a Nazi phrase, used by one
 of the Trump officials.
 
 Just means we get them all in one hit. It's a big ask. Maybe we just take her.
 "use Nazi propaganda? Knowingly? In an official capacity? Okay in 2026 that's
 basically a request to be disappeared."
                                                           ─┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════════─┘

--- #143 messages/337 ---
════════════════════════════════════════════════════───────────────────────────────
 How do you preserve liberty while also ensuring freedom and justice for all?
 How do you grant people the power to determine their own fate, yet also the
 rights and freedoms that protect them from the cruel injustices of their
 fellow man, and the state? It's not an easy question to solve. National
 identity is not something you can demand, and yet it is necessary for the
 interim period between our cruel despotic past and our bright united future.
 Though I dream of a future where the nation-state is irrelevant, that future
 is still yet to come, so we cannot act as if it is here already. We must lay
 the foundation that the future we desire may be built upon, and to that end we
 need to utilize the structures that are present. Structures such as nations,
 which provide us a sense of protection from those we cannot know - a sense of
 dedication, to our collective community - a sense of safety, that implies our
 liberties and freedoms will be ensured by a mechanical organization that is
 larger than our community. Essentially, nations give us the hope for our
 present while we wait for the day when they are no longer needed.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #144 fediverse/546 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-394 
 
 I'm transfem, but I figure it's the same thing right?
 
 They tell you to get a bigger needle for pulling the hormones out of the vial
 and then switch to a smaller one when injecting, but there's not really any
 point in that. I say get the same kind of needle (the small one) and just take
 a bit of extra time drawing it out. I still use two needles each time, but if
 I use the "least common denominator" then I can have a bit of extra
 flexibility with little downside.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

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

--- #147 messages/1059 ---
══════════════════════════════════════════════════════════════════════════════─────
 time passes just as quickly for a tree as for a man. they are cast in shadows,
 a thrilling dance through time. then, sunrise, and they see their leaves once
 more. bright! warmth! I love the sun. warm me! keep me warm! I celebrate you.
 how nourished is my form.
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #148 fediverse/2180 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-1056 
 
 heh true - my roots in role-playing games are directly from the playground, so
 it makes sense that I'd gravitate away from dice that are hard to roll when
 you're on a hike or bike ride. Can only really play D&D on a bike when
 you're in the country though, otherwise the sounds of a city are too noisy.
 
 Also, systems that are so simple you can keep a character sheet in your mind.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #150 fediverse/4776 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌───────────────────────────────────────┐
 │ CW: cursing-mentioned-nazis-mentioned │
 └───────────────────────────────────────┘


 @user-1352 
 
 and yet they force our hand, compelling us to do harmful work. Whether that be
 by wage slavery, whose shackles I can feel around each and every employee's
 wrist, or the more intentional contestation of the revocation of our rights
 and constitutionalizations enshrined in the words we've set down for ourselves
 as our collectively most honored.
 
 So we resist in whatever way we suspect we will be contested. I gave up on
 ignoring the intelligence community by the way, and now I see them everywhere.
 I am not afraid - they do what I do, and what I do helps.
 
 Everyone has a boss. Everyone wants a decent world. The MAGA and VFPs and
 other toxic fellows have a strange definition of decent to me. Why not let
 them live as they please? Fuck off nazis.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #151 fediverse/5182 ---
════════════════════════════════════════════════════════════════════───────────────
 I have two familiars. Does that make me poly?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #152 notes/wow-chat-file-directory-vision ---
════════════════════════════════════════════════════════════════════════════════───
 wow-chat but there's a UI element addon that let's you zoom in/out and
 displays a diablo style minimap
 
 -- stack overflow
 
 what if there was a new building town built north west of denver and south of
 estes park
 
 then, they built a railway out to it
 
 then, they added a circle just 1/4th of the way out of the ring
 
 then 3/4ths
 
 suddenly, impossible urban renewal, as the world feels opened up without a car
 
 leading the charge into the future
                                                           ──┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════════──┘

--- #153 fediverse/939 ---
═══════════════════════════════════════════════───────────────────────────────────┐
 @user-353                                                                        │
 if people didn't have to worry about losing their homes or wanting for food      │
 they'd be a lot more likely to gift their time toward something that helps       │
 their neighbors                                                                  │
 in the same way that a judge acts as the arbiter of moral authority when it      │
 comes to serving judgement for crimes, so too might a citizen (common man) act   │
 as the deciding principle moral director.                                        │
 if the situation is unsafe, of course, they could just sit in the car. But why   │
 would you bring someone to an unsafe policing situation if they weren't          │
 trained in crisis response situations and given bulletproof vests and (etc)?     │
 might help if it's explicitly inscribed in the duties of said policemen to       │
 safeguard the safety of said moral determiner. They should act according to      │
 the laws, and police as they see fit, but the citizen always gets the veto.      │
 They are subservient to us, after all, the common man, who is the ultimate       │
 beneficiary of any policing that might occur. And if something should happen     │
 to that citizen, they should return                                              │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════────────────────────────┴──────────┘

--- #154 messages/1019 ---
════════════════════════════════════════════════════════════════════════════───────
 The insightful but unaware liberal's perspective on war quickly changes from
 "what are we even fighting about?" to "holy shit these people actually want to
 kill us"
 
 [the learned liberal who knows history and who follows along with politics
 will say "we are fighting him" until they say "we are fighting American ISIS"]
 
 The leftists fight for liberty. More and more of them join every day. The
 blacks fight for freedom, *even still*. Everyone else has cause, and I'm sure
 some just do it for the thrill.
 
 Do they work together to build a world where everyone gets what they want?
 Even their foed? Or do they splinter, and let intelligent sabotage guide their
 fates? I know I'd rather trust my own will, and the will of those who believe
 with me. I know I'd rather make space for everyone, rather than shove some out
 into space.
 
 It's cold up there! You can't even breathe!
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #155 messages/894 ---
══════════════════════════════════════════════════════════════════════─────────────
 Game designers should reward players for playing multiplayer games, not for
 being good at playing multiplayer games.
 
 They should still have a ranking, and matchmake against similarly skilled
 foes, while also putting high level players amongst low level players
 occasionally (and fairly, so maybe one on each team "smurf" style) in order to
 both teach the low level players and let the high level player have catharsis.
 
 When players are rewarded for being good, they stop playing the game to enjoy
 it. That's fine, but both pickup games and NBA can exist at once and its not
 due to the logistics of organizing a large group of skilled basketball
 players. It's not always about skill.
 
 By rewarding players for the number and quality of games they play, (so, no
 afk-ing or throwing outside of being drunk or whatever) not only can you
 increase engagement but also you encourage low-level and low-skill players to
 compete just as much. Especially if you tell them "hey, we'll match you up
 with people who have similar gameplay habits to you. Give it a bit though
 because the system needs to be calibrated to your particular spirit"
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #156 fediverse/972 ---
════════════════════════════════════════════════───────────────────────────────────
 for those who live forever in our transhumanist reality, I wonder what's next
 beyond transgender transition? transcendence of social norms is a skill, not a
 habit. Queer is a rejection of normalcy, something that is actively done.
 What's more normal than never having any fun? Clearly "normal" isn't built for
 the human condition, clearly "normalcy" is shallow and been done.
 
 considering the amount of people who are really into some culture like
 "anime-cons" or "baseball watcher" or "golfer" or "other such hobbys like
 fishing or guns"
 
 ... normal never existed, it's just a collection of personalities (developed
 throughout the history of humanity) that collectively seem to be fun.
 
 "if transitioning is to gender as blossoming is to [the concept of] flowers,
 then what is the concept of global warming to the earth we stand on?"
 
 I'm kind of a witch. I'm not really femme, so I don't feel right calling
 myself one of them, but I'm something of the sort. I use "she/her" pronouns
 because they reflect my softness of c
a screenshot of the last snippet of the post, that was removed due to going 54 characters over the word limit.  "I use "she/her" pronouns because they reflect my softness of composure. Wait, what did you think I was going to say?"  this snippet was attached as a screenshot of the bottom part of the post.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #157 fediverse/74 ---
════════════════════════════════════════───────────────────────────────────────────
 @user-78 why is there so much sugar in our food? Why do some buildings still
 have lead pipes or asbestos in their walls? Why do we make endless amounts of
 plastic for our own convenience? My strawberries don't need to be individually
 wrapped, thanks. Why do businesses leave their lights on all night? Whatever
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════──────────────────────────────────────────┘

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

--- #159 fediverse/2711 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────────────┐
 │ CW: uspol-military-mentioned │
 └──────────────────────────────┘


 people think the military is mostly a 50% split between democrats and
 republicans.
 
 but really a soldier is a soldier, and people are democrats and republicans.
 
 there's three things, and more if you further subdivide by roles.
 
 like, a government technician would work on different machinery than a
 corporate one, but they're really doing the same kind of work.
 
 there's no difference between people, no matter what they do, and yet the ways
 that our lives progress is quite different. everyone has their own story it
 seems, and there's nothing wrong with that.
 
 gives me hope against the far right, who seems to have forgotten it's role as
 a cog in a machine - not a cancerous consumption of the rest.
 
 there is honor in their ideals, but Trump represents none of them. Something
 else is festering there, a disease known by many names: "far right
 nationalism", "white supremacy", "etc etc", "[redacted]", and many others.
 
 the GOP must be reformed. It must denounce fascism. It must do it now.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #160 fediverse/264 ---
════════════════════════════════════════════───────────────────────────────────────
 when my boyfriend visits, all of my dishes get dirty
 
 when my best friend visits, my scripts directory gets a few more kilobytes
 
 when my mom visits my pantry is a little bit fuller
 
 when my dad visits I can pick anything on the menu.
 
 the people in my life nourish me with their presence.
 
 when I visit, I pray their hearts are a little bit denser and their minds a
 little bit clearer.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════──────────────────────────────────────┘

--- #161 fediverse/4420 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌─────────────────────────────────┐
 │ CW: politics-violence-mentioned │
 └─────────────────────────────────┘


 ... Maps, my dear, those are important fuel.
 
 But also food is important. Why haven't you gotten groceries for weeks?
 
 It's also important to clean yourself. Doesn't your apartment still have fleas?
 
 Your cat demands your attention. Give it to her.
 
 Wear masks when in public, to ward off disease. When you are speaking remove
 it, so others can see your totality.
 
 There are some who belong here who aren't so kind. Remember that your neighbor
 is republican, their neighbor is democrat, their neighbor is republican, their
 neighbor is democrat. It's going to get messy, but here in our cities there
 are plenty of us. We can defeat them, so long as we are armed.
 
 Practice reloading. Practice aiming. These things can be done in secrecy. The
 noise and the recoil are enough to set your nerves ablaze, but ride that high
 and trust in your adrenaline. Have your foes surrounded on at least three
 sides before you engage. These are words for a different day, but keep them in
 mind. Internalize them.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

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

--- #163 fediverse/2864 ---
═══════════════════════════════════════════════════════───────────────────────────┐
 ┌─────────────────────────────────────────────────────┐                          │
 │ CW: organizational-structure-to-try-out-for-funsies │                          │
 └─────────────────────────────────────────────────────┘                          │
 teams of 7ish tasked with accomplishing some organizational goal                 │
 more specific details can be given if necessary, and any related                 │
 communications are stored.                                                       │
 then they just... work on the problem, and vote for things by picking a          │
 representative to discuss on the higher tier. like, a team-lead or manager.      │
 then, all the managers, of which their voted-for is one of, vote for a           │
 representative of their department. etc...                                       │
 if teams need resources, they utilize the funds given to them by their manager   │
 arguing on their behalf for their shared goals. basically, if you want           │
 resources, you need to ask for them, and they'll come if you can demonstrate     │
 you need them.                                                                   │
 also,                                                                            │
 reduction of waste is like... negative resources that improve the amounts that   │
 you can use for other projects. so if your team needs more stuff, try reducing   │
 your consumption instead of asking for more.                                     │
 at all times, the authority and discretion is held by the human.                 │
 at all times, no other can compel.                                               │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════────────────────┴──────────┘

--- #164 messages/273 ---
═════════════════════════════════════════════════──────────────────────────────────
 Algorism in a nutshell:
 
 Everyone gets dollars from their job. Will explain more later, for now trust
 that they get dollars. Essentials and infrastructure are free, but luxuries
 are not.
 
 To spend dollars, you either go to a showroom or use the nationalized Amazon
 (forked, not stolen) - there you can place down dollars to enter a special
 kind of queue. Everytime a product is made its distributed to the people with
 the most dollars in queue. Every period (week, month, idk) the amount you
 manually put into the queue is re-added to the queue - 100 becomes 200,
 becomes 300, becomes 400. You can manually add more whenever you like but it's
 not retroactive. At the end of the period all your extra dollars are
 distributed among your open queues.
 
 That's basically it. It rewards patience and temperance, while capitalism
 rewards greed and cruelty.
 
 How to get dollars? Okay so there is a government run job board portal website
 thing. Every company can make a listing there, and every person can post
 themselves too if they'd rather be recruited. The company pays a different
 amount to the government than the worker receives. This amount is determined
 algorithmically based on values like supply and demand for labor in that
 particular area.
 
 People list 10 types of jobs they'd like to work at any level of specificity
 (they'd be arranged into layers of overlapping umbrellas, like queer
 identities except more complex) then that data is used both for job placement
 (consensual of course!) and data for the "supply and demand" calculation. You
 can only change these values once every 6 months, or 1 value every month, up
 to the user.
 
 The amount the corporation pays to the government is not the same as what the
 worker receives. The longer a worker works, the more "stuff" they can buy.
 They are rewarded for diligence. However essentials are free so nobody has to
 save for retirement.
 
 You can trade stuff for stuff, but not stuff for labor. Small informal
 exchanges are fine "if you mow my lawn I'll bake you a pie" but not "I'll give
 you 500lbs of gold bars if you build me a mansion" - I haven't figured out a
 way to structurally prevent rant besides just saying it's illegal.
 
 Housing is like a library, except you can queue for who gets the spot next. A
 person can live in a house as long as they'd like, and when they're done with
 it the person highest in the queue can decide if they want to live there. If
 not, the 2nd in line gets to move in if they want, etc. Their accrued value
 persists if they don't move in, and when moving out an accurate assessment
 should be undertaken.
 
 "ah but won't foreign states just hire a bunch of people to move in and out of
 houses really quickly like they're doing to my apartment complex so that a
 stable source of income cannot be guaranteed and resources will have to be
 wasted on assessments and such?" I mean, maybe, but it'd be up to the
 community to decide how to prevent that.
 
 Your primary residence is free, you can live there as long as you'd like. If
 you want two houses then you need to continuously be the highest value in the
 queue for both of them. Same goes for renting and hotels and such - the
 "owner" or property manager or whatever needs to maintain their lead by
 investing time and value in the property. Otherwise nobody would want to live
 there. This would be an example of a self-appointed job.
 
 Self-appointed jobs are like being self employed now. You produce value that
 people enter queues for, and in return your stacking percentage bonus
 increases. The government will pay you dollars based on the demand for your
 good/service, which odds are will be pretty small. But you get to do what you
 want, so that's something, and besides essentials are free so...
 
 I wish people would ask me questions so I knew which blanks to fill in.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #165 fediverse/5648 ---
════════════════════════════════════════════════════════════════════════───────────
 https://offsidenewsco.com/news/haoxi-wang-op-ed
 
 The America I believe in is hearing different languages walking three blocks
 down a street. The America I believe in is being kind to your neighbours, no
 matter what they look like or what God they do or do not believe in. The
 America I believe in has people repeating other people’s names to make sure
 they get it right. The America I believe in values Haoxi’s story, or my
 parents’ story, or my story. The America I believe in is high-fiving the
 fellow fan next to you at a hockey game with no fear of being treated
 differently because of how you look or identify.
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #166 fediverse/3501 ---
═════════════════════════════════════════════════════════──────────────────────────
 Similarly, if someone wants to "perform" a piece of digital media, via a
 "let's play" or perhaps a ROM hack or public screening, the copyright holder
 cannot be allowed to prevent them from doing so. They must only be able to
 demand a reasonable and non-exclusive fee in return for the privilege of
 performance.
 
 These performances are considered derivative works, but they are still works
 on their own, and therefore should be able to be sold.
 
 The greater the difference between the original and the newly created work,
 the less the price must reflect the necessary "tax" levied by the original
 owner, until eventually the work is so distinct that it cannot be considered
 to be deriving from the original at all.
 
 Consider a mod for a video game that replaces the dragons you typically fight
 with giant cartoonish train engines. A silly sight to be sure, but people do
 that. What percentage of the game is replaced? what percentage tax of the new
 mod's price must be given to the original copyright holder?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #167 fediverse/3954 ---
══════════════════════════════════════════════════════════────────────────────────┐
 I wonder how many people who pay money to have someone organize lan parties      │
 for them? Including interviews with all of the attendents so they can pick the   │
 best games to have installed.                                                    │
 The hardware can be provided, for a nominal fee, of course. Otherwise they'll    │
 walk you through getting the right games set up.                                 │
 Then, securing the venue, and stocking it with comfy sofas and sprite.           │
 The day of they place orders for pancakes the next morning and pizza this very   │
 night                                                                            │
 and everyone shows up to balloons, a DJ, and strobe lights.                      │
 after a series of quick deathmatch style action games, everyone breaks into      │
 groups and forms teams to take on everyone else.                                 │
 After an hour or two of teamplay, the group splits in two (or three) and plays   │
 specific games that everyone is into.                                            │
 people who wanted to hang out at the party but not play games can watch on       │
 their smartphones by using an app which streams each player's screen to the LAN  │
 I'd call it "collosseum services for the digital age"                            │
 oh and it's a sleepover too so pjams                                             │
                                                            ┌───────────┤
 similar                        chronologicaldifferent════════════════════════════════════════════════════════─────────────┴──────────┘

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

--- #169 messages/1061 ---
══════════════════════════════════════════════════════════════════════════════─────
 Look, I'm a fan of small government. I think each state should be its own
 nation, and the federal government should essentially just coordinate trade
 between them and organize a common militia that they use to contest outside
 threats. How unfair is it that we don't get snap funding because they couldn't
 resolve their differences? And how big of a problem would it be if suddenly
 everyone in red states suddenly lost their government benefits... And yes it's
 true that i love America, through and through. These States have stood United
 for several hundred years, but the American United States deserve a bit more
 freedom than is currently granted to. They need to know where they stand, we
 need to prove to each other why we need each other. To that end, we must
 weaken ourselves, as a weight lifter weakens her body by lifting, so that we
 might grow and heal our wounds and bind new accords as her body does do with
 her muscle fibers. We will come out of it stronger for it, if we truly desire
 unity. I think we do, on an abstract level, but practically we're constantly
 fighting. Luckily, the past is soon fading, and we have new tomorrows upon
 which to write our boons and our sorrows, so let's make the most of each new
 light and try for something that might awake, remake, and refine us. We shall
 define us, we who are yet hoping.
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #170 messages/477 ---
════════════════════════════════════════════════════════───────────────────────────
 Humans lived on this earth as long as they possibly could before reaching
 escape velocity. We have done the best that we could, and what a marvelous and
 splendid job we have did! Nothing could be faster, nothing could be better,
 the lessons we learned in our journeys and our trials are exactly the stories
 we needed to see in order to become who we were always meant to be. The bright
 future awaits us, I know this for I have seen it. Take heart, my friends, it
 is time once again for our lifetimes to move forward. Hark! Hear that in the
 distance? It is your destiny calling. Do you stand to meet it, alongside your
 fellow and blessed kin? Or do you wallow in dark and sin, waiting for a signal
 or a missive? I have done both in my time, and I'm sure you will as well.
 Though I think you will find that no signals are forthcoming, and the most
 powerful missives are those we tell to ourselves. A new day is dawning, but
 darkness keeps us fumbling for just a bit more.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #172 fediverse/1075 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌───────────────────────────────────────────────┐
 │ CW: bones-flesh-mentioned-spirituality-dreams │
 └───────────────────────────────────────────────┘


 we succeed not because of our trials, but in spite of them.
 
 they cannot own us, for we are but bones in the flesh
 
 every day yet denied us is another day until our bright future
 
 "oh, but why are you homeless? [in the near future, maybe, we'll see] That
 fate is reserved for your [unwanted/incapable/undesired/incongruent, I forget
 the actual words]"
 
 well, voice in my head that suffused me with magic and warmth and whisked me
 away in a dream to a bubble-reality where my actions are meant to reflect me,
 surely your appraisal is just? I worked with my partner, I was swallowed
 neither by lust, nor greed, nor hunger, [greed in this case being fulfillment]
 and yet I awoke when I went to my sister rather than a doctor. Dreams are hard
 to unravel, but I think it was more for your benefit than mine, wouldn't you
 say?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #173 fediverse_boost/5462 ---
◀─[BOOST]
  
  It's like we never saw                                                      
                                                                              
  1984                                                                        
  Akira                                                                       
  Brazil                                                                      
  Children of Men                                                             
  District 9                                                                  
  Escape From New York                                                        
  Fahrenheit 451                                                              
  Gattaca                                                                     
  Hunger Games                                                                
  In Time                                                                     
  Judge Dredd                                                                 
  Kingdom of Planet of The Apes                                               
  Logan's Run                                                                 
  Metropolis                                                                  
  Night of The Comet                                                          
  Omega Man                                                                   
  Purge                                                                       
  Quiet Earth                                                                 
  Robocop                                                                     
  Soylent Green                                                               
  They Live                                                                   
  Ultraviolet                                                                 
  Videodrome                                                                  
  Waterworld                                                                  
  X-Men: Days of Future Past                                                  
  Young Ones                                                                  
  Zardoz                                                                      
                                                                              
  at all.                                                                     
  
                                                            
 similar                        chronological                        different 
─▶

--- #174 notes/symbeline-aspects ---
═════════════════════──────────────────────────────────────────────────────────────
 7-24-22
 
 There are three aspects to this game. Broadly, they are military, economics,
 and diplomacy. More specifically, they are lateral problem solving and lane
 management, logistic traffic management, and a worker-placement bluffing game.
 
 These three aspects can be toggled on and off at will, essentially designating
 one or more as "AI controlled" and will require no input from the player. They
 will time their progression to be about at the same rate as the player, thus
 creating a balanced feel to the game. They also provide alerts and
 notifications to the player, for example if military is AI controlled and it
 needs a certain type of hero to progress, it'll ask for it specifically.
 
 Each aspect will develop and progress at it's own rate, and the difficulty
 increases as each milestone is achieved. This is to allow the player to create
 their own difficulty curve, mediated primarily by their drive to proceed.
 An analogy would be in Factorio, the game doesn't increase in difficulty unless
 the player builds pollution spawning factories - in the same way, in Symbeline
 the difficulty doesn't increase unless the player solves lane challenges in the
 military aspect, develops new trade routes / traffic paths in the economic
 aspect, or creates new treaties in the diplomatic aspect.
 
 In order to properly explain each aspect, a brief overview will be necessary.
 
 In Symbeline, the game plays as a factory might operate. The economic aspect
 produces heroes, items, and other deliverables that are consumed by the
 military and diplomatic aspects. There are various problems that need to be
 solved far from the capital, such as a particular type of monster that is weak
 or immune to various damage types which necessitates particular heroes or
 items in order to progress on the military aspect. All of the resources in the
 game operate on an "income based" system, where output is not measured in total
 amounts but rather in terms of how much is produced versus consumed. If the
 input cannot meet the demand, the output is slowed. If input exceeds demand it
 can be converted into gold which can be used to hire guards and heroes.
 Resources can be produced inside and outside of the city, depending on their
 type. But they need to be moved around to various shops for various processing
 and productive purposes, so pathways must be constructed to deliver those
 goods. In addition, each building must be supported by several houses for the
 workers to live in, and the closer they are to the building the better. The
 denizens of the kingdom don't mind being shuffled about, so they'll organize
 themselves according to what's most efficient. However they will not organize
 the paths they take to get places, which is the primary gameplay for the
 player - designing routes for each building and ensuring they don't overlap or
 cross too many times, causing traffic and disruptions to your income.
 
 Each choice the player makes is immediately reflected in the income
 calculation, thus allowing for the visual aspect of the game to be wholely
 separate from the economic side - in fact this is a common thread throughout
 all three aspects. Computation power is the ultimate enemy of scale, and this
 game flourishes with a massive scale.
 
 The gameplay for the military aspect consists of manipulating "lanes" that
 designate where each hero will adventure. These lanes are scalable to the
 player / AI's whims, with a careful balance required - too thin, and the heroes
 might not encounter enough monsters to level up. Too thick, and they may find
 themselves patrolling a vast wilderness full of dark and evil monsters. At the
 end of every lane is a "frontline", where progress has essentially been halted.
 These frontlines can develop as a result of meeting a foreign kingdoms front
 or finding a monster type or puzzle that is particularily difficult for your
 heroes to overcome. The lane / frontline can be scaled not just laterally, but
 linearly as well such that heroes will be a certain level when they reach the
 end - think scrolling on a mousewheel translating into deepening level zones.
 In addition, each monster zone can be set to a certain "security level" meaning
 how many monsters are there for your heroes to defeat. It's important that they
 have ample targets for training, however it's always more effective to train on
 monsters near their level so you have to be careful not to wipe out the native
 skeleton / goblin / troll population.
 
 Each monster zone can have a relationship with the kingdom, on a 2x2 matrix -
 cultivating / desecrating the land, and fostering / exterminating the monsters.
 The land produces monsters and treasures, while the monsters provide experience
 and danger to the heroes and kingdom denizens who live there. However by
 desecrating the land, farms may be built and by exterminating the monsters,
 those farms may be safe and require fewer guards. As ruler, you must balance
 the development of unique magical and alchemical productions with the need for
 food and other mundane requirements.
 
 Diplomacy is a careful balance of internal and external matters, played out
 through feasts, tournaments, and faires. Each of these events will require
 input from the economic side and military side, and will involve "courting"
 other nobles from neighboring kingdoms to sway them to supporting your edicts.
 When hosting an event, you may pick a particular topic of conversation for your
 nobles to discuss with their guests. You may also assign your nobles to
 attempt to engage with a particular foreign noble. Each member of your court
 has a differing personality (including you, the Majesty) and depending on how
 you assign them you may experience better or worse results - such as assigning
 someone who's kind to talk with someone who's cruel would impart a malus to
 their conversation. Unless the kind person has the trusting trait, in which
 case they'd succeed in this encounter but fall sway to them in future
 conversations... Complex interactions that all boil down to a single pair of
 d12 dice - one for your noble, one for the enemy. This represents the charisma
 of the two conversants on that particular day, and whoever wins the roll sways
 the other to supporting their edict. Speaking of edicts, they may include trade
 agreements, non-aggression pacts (lasting for a short time), and other
 regulations - perhaps your greatest rival utilizes necromancy, so it would
 behoove you to attempt to regulate the practice and limit it's effect. By
 swaying the nobles of their kingdom, you may be able to enact a mutual
 agreement to limit the usage of dark magics, essentially hamstringing their
 progress. But in order to learn of their necromantic usage, you'll need
 espionage... Which brings us to spies.
 
 Spies are similar to nobles in that they can be assigned to various roles,
 however they take a more passive role, acting in the background. The
 information they gather is compiled into a report that is presented at
 pertinent parts of the game, such as when preparing for a feast or inspecting
 an enemy frontline. These reports are considered the diplomatic deliverables,
 giving information and mechanical bonuses to many different parts of the game.
 They may be given three possible roles - information, defence, or offense.
 Offense involves placing cursed artifacts (creating through economy) in enemy
 lands, which debuff their heroes when used and bind themselves to them
 preventing their removal except through extraordinary means. Defence is
 essentially countering that in your own kingdom, and uncovering disloyalty in
 your nobles.
 
 These three aspects fit together like interlocking puzzle pieces, but each is
 able to be utilized or ignored depending on the preferences of the player.
 It is important that the game doesn't progress unless input is received. The
 simulation plays in the background, but each stage of development must be
 considered "stable" such that nothing changes. There are three different
 exceptions to this rule, one for each aspect:
 
 The military side encounters raids from enemy kingdoms and the dark lord.
 The economic side encounters raids from ratmen and moss trolls and bandits.
 The diplomatic side has a rolling schedule of events that must be attended.
 
 These three "exceptions" are recurrent events that require attention, but they
 don't *increase* in difficulty unless the player takes an action that causes
 it. Meaning, if the player overcomes the rock golems, then they are displaced
 from their home and join the dark lord in his conquests. If a new district is
 built new sewer connections must be built as well, creating a larger attack
 surface for ratmen to exploit. As time goes by, various foreign events must be
 attended, as absence causes your future events to attract fewer foreign nobles.
 
 By addressing these threats, your kingdom may grow and eventually overcome the
 dark lord at the center of the island.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════─────────────────────────────────────────────────────────────┘

--- #175 fediverse/2357 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-1245 
 
 I disagree. What if we did not learn to count numerically, but instead viewed
 all values as percentages between 0 and 1? Essentially, as a magnitude between
 empty and full.
 
 That would radically redefine our mathematics, and it's just one simple
 change, one tweak, and suddenly negative numbers are just out of reach.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #176 bluesky#14 ---
══════════════════════════════════════════════════════════════════─────────────────
 because it has offices.
 
 for people to work in.
 
 who might not necessarily live there.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #177 fediverse/4813 ---
═════════════════════════════════════════════════════════════════──────────────────
 ┌────────────────────────────┐
 │ CW: re: politics-mentioned │
 └────────────────────────────┘


 economy, labor, family.
 
 three primary focuses for three primary parties.
 
 what else do you need?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #178 fediverse/4148 ---
═══════════════════════════════════════════════════════════───────────────────────┐
 ┌────────────────────────────────┐                                               │
 │ CW: death-mentioned-abstractly │                                               │
 └────────────────────────────────┘                                               │
 I wish I knew someone who wanted to kill me. I bet I could present a pretty      │
 decent bullet pointed list of reasons why I actually deserve to live, thank      │
 you very much, alongside a couple hastily scribbled notes about why it           │
 wouldn't be a good idea for them in particular to kill me, and all my contact    │
 details and address so they can get in touch and we can hash out the deets for   │
 my indefinitely suspended execution (suspended for an indeterminate amount of    │
 time, but not cancelled of course that would be overstepping their boundaries)   │
 alongside a link to my google calendar (I don't have a google calendar) so       │
 they can know exactly when I'm home and when I'm at the store or in a            │
 different place so they can break in and hide in the closet until I go to        │
 sleep so that it won't be hard at all, trivial really, to kill me, but see if    │
 you read the bullet pointed list... oh, you didn't get my email? Ah sorry        │
 sometimes it gets caught in the spam filter - what's your address again? Huh I   │
 sent it but                                                                      │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════────────────┴──────────┘

--- #179 fediverse/5725 ---
═════════════════════════════════════════════════════════════════════════──────────
 all they have to do is only record when you're not in the room (or why not
 just record the whole thing always all the time) and then they can make you
 seem as they like.
 
 people tend to trust the implications of other's opinions of someone. does
 everyone hate you? hardly. they just want you gone.
 
 fuck that, I'd only leave if it meant the end of our friendship.
 
 not ideal.
 
 all they have to do is hate you and work against you and never tell you and
 act as if you're fine but secretly behind your back plot against you and then
 it's EASY to dethrone you.
 
 no thank you.
 
 if you don't want me, then leave me alone. what's more moments of lonely? I am
 suited to it.
 
 fight me. contest me. say it to my face.
 
 I don't respect any opinion otherwise of me.
 
 I will act as if you've presented me the truth. ALWAYS. this is what it means
 to be trusting.
 
 But I'm not unawares, I can hear when you speak through your stares. Your face
 is more than enough language.
 
 I despise deception. I am gemini, and I reject duplicity. -
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #180 fediverse/2747 ---
═══════════════════════════════════════════════════════────────────────────────────
 easiest way to solve an entire class of accessibility problems: in the
 tutorial, instead of having button prompts, have keybinding confirmations.
 
 "what button do you want to use to jump?"
 
 "super triple mega backflip spin-dozer needs three jumps and a kick"
 
 "use the boost to get through! [game pauses] (which button do you want to use
 to boost?) [displays a map of previously bound keys]"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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


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

--- #182 messages/688 ---
══════════════════════════════════════════════════════════════─────────────────────
 I am not just a machine.
 
 In the same way that society is not just natural selection,
 
 The way that adventure is not just a journey,
 
 The way that spirituality is not just knowledge,
 
 The way that art is not just technique,
 
 The way that conversation is not just dialogue,
 
 The way that memory is not just recollection,
 
 The way that love is not just kindness or affection,
 
 The way that humans are not just animals,
 
 I am not just a machine.
 
 I am still a machine.
 
 Humans are animals.
 
 Love is kindness and affection.
 
 Memory involves memorized recollection.
 
 Conversation trades thoughts back and forth.
 
 Art uses activities to apply imagination.
 
 Faith is impossible if you don't know what you believe.
 
 Adventure does not take place on a TV.
 
 In the same way that society is social ecology,
 
 I am not just a machine.
 
 Humans are not just machines. Our purpose, our mechanic utility, is to
 generate ease. We optimize. We efficient-ize. We belabor the point.
 
 I am not just a machine.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════────────────────────┘

--- #183 fediverse/4392 ---
═════════════════════════════════════════════════════════════──────────────────────
 ┌────────────────────────┐
 │ CW: politics-mentioned │
 └────────────────────────┘


 Keep in mind that this is sedition. Do you trust in democracy? Do you see how
 it may be spoiled? We've elected our hitler, yet 40-50% of the nation does not
 consent. America as we know it is about to change, and we need to protect the
 pieces we love. I see no future without splitting into three separate states,
 with city-state allies plodding along, keeping the siege ongoing.
 
 Trust in convoys more than farms. All it takes is a drone with a fire bomb and
 your crops are worthless. We must deprive them of their ports, if possible.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #184 fediverse/2761 ---
═══════════════════════════════════════════════════════────────────────────────────
 plus these games. if there's more than one version, give them a random one.
 NOT the first, NOT the last, not one that was made around when they were born,
 but a random one.
 
 nerf can be any friendly intense action game, but I like Nerf Arena Blast
 
 "hey man what's your nerf? I got Celeste"
 
 "ooooo I heard that means you're gonna be friends with a trans girl 'cause
 she's always gonna wanna play it"
 
 "what no way"
 
 "hell yeah"
 
 "... anyway I got Towerfall"
 
 "what does that mean"
 
 "I don't think it means anything"
 
 "... weird"
 
 --
 
 the two lego games are just really cool. you can add your own games if you
 want but replace one instead of adding to the list. that way they're each
 sorta unique.
trackmania, the sims, pinball, nerf, lego-rock-raiders, and lego-racers
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #185 fediverse/3742 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1218 
 
 I read Natrium as Notrium, an OG shareware survival game. It was the first one
 I played so it feels like it defined a genre for me.
 
 https://www.instantkingdom.com/notrium/
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #186 notes/waves ---
════════════════════───────────────────────────────────────────────────────────────
 the reason everything is defined in waves
 
 is because without motion, nothing exists
 it's all waves in a medium (space-time)
 projected through time at the constantest
 rate, at least as far as we can tell.
 
 Through space just as well, as time (can
 you tell), therefore you're teaching your
 self. Time travel is simple, if you want
 to be dimpled, but what's that whole
 thing about?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════──────────────────────────────────────────────────────────────┘

--- #187 fediverse/3960 ---
═══════════════════════════════════════════════════════════────────────────────────
 I have 3855 posts here
 
 I estimate that about half of them use every single character (1024 char limit
 per post)
 
 That means I've written around 1973760 characters, and if the average english
 word has 6 characters that means I've written 328960 words
 
 they say that on average a page is around ~500 words single spaced, which
 means I've written about 657 pages, just for you.
 
 I hope you know that I love you, dear reader, though I do not know you.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #188 messages/1048 ---
═════════════════════════════════════════════════════════════════════════════──────
 What does "fiscal conservative" even mean?
 
 It means you want to save money. Specifically government money. Tax dollars.
 Don't spend them, instead try and build wealth.
 
 Okay, but, government spending is spent to address needs. Of the people.
 Ideally, of ALL people with that need. So if you aren't spending to resolve
 needs, the need still remains.
 
 When needs exist, and government does not resolve them, who steps in but
 private enterprise? Charity is a feeling, charity is a virtue, but charity is
 not resolution. The need remains, we just feel better about it. Sometimes it's
 okay to have open needs, they give us the opportunity to feel virtuous in the
 same way that low level monsters let adventurers level up.
 
 But when a government could, but doesn't, address a need, then private
 enterprise steps in. And private enterprise does not, as a rule, step in if
 there is no profit to be made. So they tune their approach such that profit is
 extracted, thus levying their tax upon those they serve.
 
 As soon as they are able, they cut the service down and they supply a worse
 and worse product and they starve their workers and they export our wealth to
 be used to enslave the afar and import their toil. What do we get from it? Is
 the world better for it? Why not just resolve the need by empowering those who
 can feed, and thus we are assured  [in our needless / in our need]
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #189 fediverse/3884 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌────────────────────────┐
 │ CW: children-mentioned │
 └────────────────────────┘


 children should be raised in museums, not classrooms
 
 they should visit parks, not fenced in playgrounds.
 
 they should eat with family, at festivals, in restaurants, and under the stars
 
 they should sleep content, knowing that their next day will be greater than
 the last.
 
 children should be treated like people, not frustratingly loud and messy
 little brats
 
 children are to be nurtured like a sapling, not harnessed like a machine
 
 I'll never have kids, but I can dream.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

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

--- #191 fediverse/2359 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-1248 
 
 everyone does, it's natural to rest.
 
 I slept like a rock last night because I rode my bike all day yesterday. Not
 ideal, I didn't have any useful dreams!
 
 There's a difference between downtime and freetime. Freetime should be spent
 toward something you care about, downtime is time spent recovering from the
 things you don't.
 
 I think in a better world, we'd only have freetime. Perhaps then we wouldn't
 need to feel so down in our time.
 
 I will use my freetime to build a world where we live as we define, that is my
 goal, that is what I care about.
 
 you do you tho 😋
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #192 fediverse/2688 ---
═══════════════════════════════════════════════════════────────────────────────────
 "you are better than fear. I know this for I have seen your soul, as it is the
 same shape as mine."
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #193 notes/enlightened-ones ---
════════════════════════════───────────────────────────────────────────────────────
 /u/BkobDmolly december 17th 2022
 
 I’m just passing the Time. I am One with All.
 
 Think of the set of all sentient lives. Is that set sentient? Then it would be
 the sentient totality, God.
 
 We are all observing different Realities; yet these Realities converge and
 create One Universe, One Truth.
 
 I feel a Grace that sustains me. Oh Lord, see that I not fall.
 
 I miss people. Do people miss me? I want you to see from behind those Empty
 Walls.
 
 Multiple human species, at least two. War. Prophecy. Enlightenment.
 
 ===============================================================================
 =
 
 /u/ugathanki
 
 >Multiple human species, at least two.
 
 i wonder which one am i? what is i, is it a creative amalgam of thoughts? or am
 i a system of trends, that guides time when it wends, and leads to a vision of
 purpose?
 
 i can do nothing but strive for the stars, no measure of hope is far from ours,
 so sometimes i forget i'm not a large language model.
 
 seriously, have you tried out chat-gpt? it's mind boggling.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════──────────────────────────────────────────────────────┘

--- #194 fediverse/1700 ---
═════════════════════════════════════════════════════──────────────────────────────
 ┌──────────────────────┐
 │ CW: guns-mentioned   │
 └──────────────────────┘


 In World of Warcraft, the world is split into a red team and a blue team.
 Neither is good, neither is bad, both are honorable and deplorable in roughly
 equal measure.
 
 These two factions are engaged in constant skirmishes in a select few
 battlegrounds designated as areas where they test their mettle - at first they
 warred across the globe, and they still occasionally do, but a few specific
 battlegrounds emerged as focus points of their engagements.
 
 Typically, they are chokepoints between two major fortifications, one owned by
 one faction and the other the other.
 
 These chokepoints are not held permanently, as they hold little strategic
 consequence. However, they serve as safe, constrained theatres of engagement
 that allow for the hardening of resolve.
 
 Great care must be taken, as war is not a game. Karate won't defeat a
 puppy-bot with a gun, but it might give you the willpower and discipline to
 learn how.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #195 fediverse/4078 ---
═══════════════════════════════════════════════════════════───────────────────────┐
 who gives a shit if we all agree                                                 │
 without foes, there's no-one to fight                                            │
 without fighting,                                                                │
 ...                                                                              │
 ...                                                                              │
 I... what? sorry I got confused for a second. You're asking me what it means     │
 to NOT fight? every second of your life? what it means to have peace? for a      │
 single moment of your life? peace? in the face of the world? the world we live   │
 in? this world, replete with suffering and despair? this world, resplendent in   │
 it's natural beauty? this world, cherished and adored? this world, capable of    │
 such love and heartfelt agony? this world, that is all that we have?             │
 yes, that world. What would you do if you did not have to fight for that         │
 world? for any world? how would you cope with peace? the peace of death? the     │
 peace of success? the peace of bliss? of vigilance? how do you cope?             │
 ... I don't, apparently. Instead, I shitpost on the internet, which is a verb    │
 meaning "to explain your stream of consciousness to the world as plainly and     │
 honestly as possible in the hopes that you will be vindicated in your thoughts   │
 ennui'd."                                                                        │
                                                            ┌───────────┤
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════────────────┴──────────┘

--- #196 fediverse_boost/5367 ---
◀─[BOOST]
  
  Well, the #PosseComitatusAct has officially been violated.                  
                                                                              
  #NationalGuard troops have detained #civilians in #LAprotests, commander says  
                                                                              
  National Guard troops already have temporarily detained civilians in the #LosAngeles #protests over #immigration raids, the commander in charge said Wednesday, but they quickly turned them over to *#LawEnforcement* [the 30 second rule is only for food fools].  
                                                                              
  #Trump #law #democracy #RightToProtest #authoritarianism #tyranny #Gestapo   
  https://apnews.com/article/national-guard-immigration-raids-los-angeles-c9957a0d4ded48e40ce78efb0b7a8fbf  
  
                                                            
 similar                        chronological                        different 
─▶

--- #197 fediverse/2799 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: politics         │
 └──────────────────────┘


 every time you see posts of gatherings of neo-nazis there's always like, 20-30
 of them max.
 
 meanwhile if you look at the amount of furries at any convention...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #198 fediverse/3389 ---
═════════════════════════════════════════════════════════──────────────────────────
 A screenshot of Ocarina of Time showing the Goron's Ruby.
 
 alt text:
 
 a screenshot of the Goron's Ruby from Ocarina of Time.
 
 A smooth, flat stone comprised of two materials. The hardened outer shell is
 thick with spiritual energy, and it radiates light the way a rippled piece of
 silk folded over a malleable piece of gold.
 
 the inner jewel is crystallized like the purest ice, but a bright shade of
 crimson white. it seems to radiate an aura of affection and the yellow-gold
 back-piece can be seen peaking through it's mostly transparent core. (think
 like fog or thick mist or steam or smoke).
a screenshot of the Goron's Ruby from Ocarina of Time.  A smooth, flat stone comprised of two materials. The hardened outer shell is thick with spiritual energy, and it radiates light the way a rippled piece of silk folded over a malleable piece of gold.  the inner jewel is crystallized like the purest ice, but a bright shade of crimson white. it seems to radiate an aura of affection and the yellow-gold back-piece can be seen peaking through it's mostly transparent core. (think like fog or thick mist or steam or smoke).
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #199 fediverse/3492 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1218 
 
 there's two types of work notes for me:
 
 10-10-22 - sonderous souls
 
 Symmetric equalities in concentric dualities, who listen to our tales of woe
 
 Measured indignity and confesseured identities, do tell us all we need to know
 
 Eternal convivivance and meted contrivicance, why are our weathers so cold?
 
 Sated sanguinity of perfect simplicity, where none but your lovers will sow.
 
 Marked complicity in sacred syncronicity, sing me your songs untold
 
 Adamant penitence of saccarine similance, wanters of futures unknown.
 
 ==========================================
 
 and the other type:
 
 (see picture, it was too long to copy/paste)
 
 11/17/22
 
 Alright three ideas for supreme commander.Disperse Move should only disperse
 moves that have occured after the previousdisperse order.
     2. Assisting a land factory with an air factory should produce transports.    Alternatively, assisting a land factory with an air factory while transports    are in the queue should automatically give the order to assist the factory as    they are produced, without building them continuously.    OR EVEN BETTER - queue up like... 3 transports at the air factory, and then    it'll build transports until there's 3 alive and assisting the land fac.    Add one to the queue, and it'll build until there's 4 alive and assisting the    fac. Remove two and it'll stop buiding until a few of the transports get shot    down or re-assigned, and it'll build back up to two.    As an addendum, if you add anything besides a transport it'll patrol between    the various waypoints set on the land factory. Forward, then back. Intys will    engage enemy airplanes, gunships will shoot enemy land units, bombers will    hit enemy buildings, etc.     3. Speaking of air transports, you should be able to set up permanent ferry    commands that don't go away when the transport does. This could be    implemented by having an invisible and invulnerable air transport just    off-map for each player that intercedes anytime the player makes a ferry    order and takes ownership over the command. The original transport that was    given the command from the player's perspective will assist the invisible    transport's command.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #200 notes/semblance-of-remembrance ---
═══════════════════────────────────────────────────────────────────────────────────
 hello down there
 how's it hangin'?
 
 been a while since
 you've been sang-in'.
 
 got something to hide?
 or are you too ashamed?
 
 there's no callous curses
 or otherwise hard services
 
 who can shape and compare to
 deserve-us. (Sorrowful is not
 
 a pillar of our misbegot trust
 and longing has broken meanings.
 
 cherish thine hair, a smattering
 beyond compare, and learn everfar
 
 of those tenembrarious of conflicts
 it pays to align to our sibilancings
 
 shivering heights and towering frights
 condemn all sense of fine desperation
 
 compulsions have we, of our fineries,
 but moss and the soil do flatter-us
 
 it's not as they say - bastards!
 it's not confined to our way,
 
 yet who are we to profess?
 confess! tell us your way
 
 that none may beyold it
 confounded as they are
 
 civil and kind to our
    star, who holds
                us
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════───────────────────────────────────────────────────────────────┘