=== ANCHOR POEM ===
════════════════════════════════════════════════════════════════════════───────────
 I wish someone would make a "meta game engine" that would run any type of
 project that you gave it. Unity, Unreal, RPGgame-maker-studio, Godot, etc
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

=== SIMILARITY RANKED ===

--- #1 messages/740 ---
═════════════════════════════════════════════════════════════════──────────────────
 had a dream that we gamified all work and then put them into one single
 mega-game so whenever you wanted you could work on an arbitrary project and it
 would spin up a new game and take your inputs and use them to accomplish
 whatever was happening
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #2 fediverse/5052 ---
════════════════════════════════════════════════════════════════════───────────────
 "hello, I'd like to make games using your tools and art assets. I will sell
 anything I make to you and only you, and if you don't want it that's fine too,
 I'll just play it with my friends sometimes."
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #3 fediverse/940 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-652 
 
 just made a game for GGJ in Godot and I have to agree. Godot is so
 frustrating, but one thing I have to concede is that once you get your head
 around it the GUI part is actually incredibly powerful.
 
 My next game I'm going to make in Raylib, and if the UI bit proves too
 difficult I'll probably end up back at Godot.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #4 fediverse/3034 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-570 
 
 I've messed around with Bevy and the library most similar in C is Raylib. in
 Lua it'd be Love2D I think.
 
 I love the idea of those systems. I haven't built a full game using them but I
 can conceptualize operations within them easier using a framework like that
 versus a game engine like Godot.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #5 fediverse/2913 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-570 @user-246 
 
 I'll make a game if you do! I promise mine will be worse than yours so you can
 feel better about your progress!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #6 fediverse/3927 ---
═══════════════════════════════════════════════════════════────────────────────────
 okay but why has nobody ever approached AI from a game design perspective like
 seriously there should be researchers who are multidisciplined in this kind of
 thing
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #7 fediverse/5185 ---
════════════════════════════════════════════════════════════════════───────────────
 frankly it makes a ton of sense to me that computer programmers would have a
 game playing in the monitor. Gotta keep those brains active after all.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #8 fediverse_boost/3591 ---
◀─[BOOST]
  
  making some cool progress on the #itchio #GodotEngine console project 👀✨    
                                                                              
  got the minimal project running, now i just have to port the dynamic libraries and give it a shot!  
                                                                              
  #GameDev #IndieDev #RetroGaming                                             
  
                                                            
 similar                        chronological                        different 
─▶

--- #9 fediverse/4072 ---
════════════════════════════════════════════════════════════───────────────────────
 I like games that test my reflexes
 
 I also like games that test my wit
 
 but most of all I like games that test my patience with strategy
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #10 fediverse/977 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-696 
 
 to me, the most technically and gameplay impressive video games tend to be the
 ones that develop their own engine specifically for the project.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #11 fediverse/84 ---
═══════════════════════════════════════════────────────────────────────────────────
 Life is just a series of minigames for your primate brain to solve that are
 generated by an impossibly complex algorithm with a dash of ethical
 value-based choices thrown in.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #12 fediverse/1162 ---
════════════════════════════════════════════════───────────────────────────────────
 There are some games that I play where I am struck by the thought that "wow,
 this game was made by programmers" and often, they are among my favorite games
 to play.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #13 fediverse/1427 ---
═════════════════════════════════════════════════──────────────────────────────────
 if you want your game to be playable in 20 years, make sure it runs on Linux.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #14 messages/574 ---
════════════════════════════════════════════════════════════───────────────────────
 Steps to make a game waterfall style:
 
 Lay out all the data structures 
 
 Build methods which manipulate those structures (think getters and setters)
 
 Then build machinery which operates upon those structures using those methods,
 like game loops, cooldown timers, and status effects
 
 Then develop a way to present it to the player using UIs, visuals and
 graphics, narratives, sound, all that junk that's probably someone else's job
 anyway
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #15 fediverse/5113 ---
════════════════════════════════════════════════════════════════════───────────────
 any game with the ability to interact with the simulation through command line
 arguments is a game that is scriptable and infinitely expandable.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #16 fediverse/3067 ---
════════════════════════════════════════════════════════───────────────────────────
 IT WORKED! I got my game working! Linux is so awesome! 🥰 😍
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #18 fediverse/3359 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-192 
 
 you could throw yourself into the project of hosting a private server, that
 way you could be working on "Runescape" while also being productive
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #19 fediverse/3210 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-1209 
 
 well, every boomer shooter is about moving as fast as possible and shooting
 with pinpoint accuracy, so... that's-the-game.jpg : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #20 messages/1129 ---
═════════════════════════════════════════════════════════════════════════════════──
 ai-stuff - this is how to program a society. (or software project) there are
 lots of other implementations
                                                           ─┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════════─┘

--- #21 fediverse/6233 ---
══════════════════════════════════════════════════════════════════════════════─────
 ┌──────────────────────────────┐
 │ CW: cursed-definitely-cursed │
 └──────────────────────────────┘


 the moment games started using mocap was the moment computers began to
 empathize with units dying
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #22 fediverse/369 ---
═════════════════════════════════════════════──────────────────────────────────────
 Gaming on Linux is never knowing for sure that a game will launch.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #23 fediverse/798 ---
═══════════════════════════════════════════════────────────────────────────────────
 I'm doing a game jam, so... see ya in a week
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #24 messages/910 ---
═════════════════════════════════════════════════════════════════════════──────────
 all you need is to be steam friends with one person and then your whole
 organization knows what you're trying to say with game titles
 
 (I just like games)
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #25 fediverse/7 ---
══════════════════════════════════─────────────────────────────────────────────────
 virtual machines are objectively interesting
 
 https://gameprogrammingpatterns.com/bytecode.html
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════────────────────────────────────────────────────┘

--- #26 fediverse/3916 ---
═══════════════════════════════════════════════════════════────────────────────────
 life isn't JUST a game, but it is a game.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #27 fediverse/1156 ---
════════════════════════════════════════════════───────────────────────────────────
 why the heck do GAME engines not include a skippable tutorial that lights up
 UI elements and explains how everything works by navigating you through
 building an example project one step at a time
 
 like, game jam material, nothing fancy
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #28 fediverse/2601 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-249 
 
 you can host anything you'd like on a raspberry pi. If the software
 requirements are within the hardware specs, of course.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #29 fediverse/5239 ---
══════════════════════════════════════════════════════════════════════─────────────
 I play video games to help me think just like programmers play video games to
 help them sleep
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════════────────────┘

--- #30 fediverse/4901 ---
═════════════════════════════════════════════════════════════════──────────────────
 "hey what if we broke our product and made it impossible to use without being
 caught by github"
 
 - computer touchers in a union
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

--- #32 fediverse/5197 ---
═════════════════════════════════════════════════════════════════════──────────────
 @user-1770 
 
 so, a public Game Design Document?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #33 fediverse/2922 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-192 
 
 now I want to re-implement strings as structs in C! I don't know why I never
 thought of them that way.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #34 fediverse/3275 ---
════════════════════════════════════════════════════════───────────────────────────
 a strict meta is when the game is too rock-paper-scissors-y.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #35 fediverse/1069 ---
════════════════════════════════════════════════───────────────────────────────────
 there was a time, when a university was tantamount to heresy
 
 ======================= stack overflow =====================
 
 Magic Survival is the witchiest game I know of.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #36 fediverse/2069 ---
══════════════════════════════════════════════════════─────────────────────────────
 I love the game Mechabellum! It's flexes the same parts of your brain as
 chess, while being SO much more fun to watch.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #37 fediverse/5925 ---
════════════════════════════════════════════════════════════════════════════───────
 what if there was a gameboy with mechanical keyboard switches for the buttons
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #38 fediverse/3388 ---
═════════════════════════════════════════════════════════──────────────────────────
 what if they made grass only able to be cut with horizontal strikes and pots
 only able to be smashed with vertical
 
 to encourage the player to learn the difference
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #39 fediverse/3379 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-883 
 
 proud of you! 
 make that your job! 
 you can do it!!!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #40 fediverse/1349 ---
═════════════════════════════════════════════════──────────────────────────────────
 @user-950 
 
 ah yes but how could anyone hurt me if I don't make myself vulnerable. It'd
 simply be unfair to play a game without any stakes. But if you insist...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #41 fediverse/3287 ---
════════════════════════════════════════════════════════───────────────────────────
 oh great my games are randomly crashing now in ways that they didn't used to do
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #42 fediverse/6294 ---
══════════════════════════════════════════════════════════════════════════════─────
 if you play optimally, you'll never get any chance to make decisions.
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #43 fediverse/2403 ---
═══════════════════════════════════════════════════════────────────────────────────
 America 🥰 
 The United States of 😒 
 America day 🤩 
 America day with PTSD 🥴
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #44 fediverse/3817 ---
══════════════════════════════════════════════════════════─────────────────────────
 hey, anyone wanna build the matrix with me? minus the human CPUs of course.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #45 fediverse/4894 ---
═════════════════════════════════════════════════════════════════──────────────────
 if you play any of my favorite games, there's a chance we've played together
 ^_^
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

--- #47 fediverse/6379 ---
═══════════════════════════════════════════════════════════════════════════════────
 world of warcraft is just a roguelike that lasts a year.
 
 https://ritz-menardi.neocities.org/wow-chat/wow-chat
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #48 fediverse/5696 ---
════════════════════════════════════════════════════════════════════════───────────
 hey does anyone wanna go over my code for this text adventure game thingy that
 I spent 2 days on so far?
some computer code some computer code some computer code some computer code
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #49 fediverse/6057 ---
════════════════════════════════════════════════════════════════════════════───────
 gonna touch grass. maybe do some programming. ttyl
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #50 fediverse/3382 ---
═════════════════════════════════════════════════════════──────────────────────────
 first rule of Nintendo games:
 
 if you rush things, you'll have to do it twice.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #51 fediverse/1437 ---
═════════════════════════════════════════════════──────────────────────────────────
 a perpetual motion machine would appear stable to the machine in motion
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #52 fediverse/1233 ---
════════════════════════════════════════════════───────────────────────────────────
 low key kinda wish someone would kidnap me and lock me in a room with nothing
 but a c compiler and strict orders to only work on whatever I want
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

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

--- #54 messages/1154 ---
══════════════════════════════════════════════════════════════════════════════════─
 Freedom to do anything, and the liberty to choose as you please.
                                                            similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════════┘

--- #55 fediverse/5862 ---
═══════════════════════════════════════════════════════════════════════════────────
 time to do some programming...
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #56 fediverse/1539 ---
══════════════════════════════════════════════════─────────────────────────────────
 I like to play healers in MMOs because my power fantasy is helping people
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

--- #57 fediverse/1185 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 Hell yeah. I can't help but wonder if there's a more universal solution on the
 horizon that will work for every game, using idk a raspberry pi zero or
 something? I'm into hardware but not that much so forgive my insolence. Seeing
 these purpose-built PCBs applied toward historical preservation and
 utilization of forward thinking retro gaming technology fills my heart with
 joy.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #58 fediverse/6318 ---
══════════════════════════════════════════════════════════════════════════════─────
 what if toki pona but for hieroglyphics like the gobi desert
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #59 fediverse/2544 ---
═══════════════════════════════════════════════════════────────────────────────────
 video games are useful for inspiring the mind engaging in a child's play,
 teaching lessons of strategy through the observation of mechanics engaged, or
 filling the heart with emotion, as any good artwork will do.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

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

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

--- #62 fediverse/6195 ---
══════════════════════════════════════════════════════════════════════════════─────
 steam should have an option to create shortcuts to video games in directories
 of choosing
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

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

--- #64 fediverse/4474 ---
═════════════════════════════════════════════════════════════──────────────────────
 @user-1268 
 
 if you know how to program in C this is a good resource for building
 networking applications:
 
 https://beej.us/guide/bgnet/
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #65 fediverse/3514 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-579 
 
 maybe if you pitch it to them with a presentation and offer to set up the
 infrastructure they would give you extra credit or an award or maybe just
 brownie points
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #66 fediverse/1771 ---
══════════════════════════════════════════════════════─────────────────────────────
 if you can't find them when you need them, then you don't have them.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #67 fediverse_boost/4779 ---
◀─[BOOST]
  
  I genuinely wish all Nazis in this world either an epiphany of the truth or a bullet to the head.  
                                                                              
  Either one is fine.                                                         
  
                                                            
 similar                        chronological                        different 
─▶

--- #68 fediverse/5353 ---
═══════════════════════════════════════════════════════════════════════────────────
 some of my favorite games are behind me and I can't describe how happy I am to
 have known here
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #69 fediverse/3903 ---
═══════════════════════════════════════════════════════════────────────────────────
 @user-192 
 
 would love something like that...! Also, joystick for flight games
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #70 messages/1002 ---
═══════════════════════════════════════════════════════════════════════════────────
 In revolutionary Cascadia, you don't have to do anything different. Until you
 decide you want to.
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #71 fediverse/3446 ---
═════════════════════════════════════════════════════════──────────────────────────
 if I had an alternate mirror version of me that was almost exactly the same
 except one of us liked almond butter instead of peanut butter...
 
 I think we could probably manage two universes better than one.
 
 it'd be nice to have someone who liked every single game that I did.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #72 fediverse/4108 ---
════════════════════════════════════════════════════════════───────────────────────
 what if you could make multiple mastodon accounts in the UI and sort your
 followers into bins that corresponded to which account you wanted to see and
 switch between with the push of a button
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #73 bluesky#4 ---
══════════════════════════════════════════════════════════════════─────────────────
 what if I played a video game
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #74 fediverse/3202 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌───────────────────────────────────────────────────┐
 │ CW: tech-company-ownership-international-politics │
 └───────────────────────────────────────────────────┘


 I kinda feel like Twitter should be owned by the United Nations?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #75 fediverse/4388 ---
═════════════════════════════════════════════════════════════──────────────────────
 I'm sorry, but you can't play any more video games for a while. No more
 spending time on hobbies. When you meet, discuss what needs you see and how to
 fulfill them.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #76 messages/610 ---
═════════════════════════════════════════════════════════════──────────────────────
 I'm sorry, but you can't play any more video games for a while. No more
 spending time on hobbies. When you meet, discuss what needs you see and how to
 fulfill them.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #77 fediverse/2881 ---
═══════════════════════════════════════════════════════────────────────────────────
 "never lose your totem"
 
 I only lose things when in motion. at rest I know where everything is.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #78 fediverse/3562 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1550 
 
 me too T.T
 
 give it time
 
 someday everyone will be paid to do whatever they wanted
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

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


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

--- #80 fediverse/4608 ---
═══════════════════════════════════════════════════════════════────────────────────
 every time a game developer makes a game where the world is in peril and the
 main character must save it, for every successful playthrough where the good
 guy wins there are thousands of doomed worlds where the player got distracted
 or bored and left the people to rot.
 
 how tragic.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════───────────────────┘

--- #81 fediverse/5068 ---
════════════════════════════════════════════════════════════════════───────────────
 strategy games level up your wisdom stat.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #82 fediverse/5345 ---
═══════════════════════════════════════════════════════════════════════────────────
 you can't win every battle, but if you're losing then you've lost.
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #83 fediverse/315 ---
═════════════════════════════════════════════──────────────────────────────────────
 normalize building games with a built-in virtual machine that plays all
 previous versions of the game for free
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════─────────────────────────────────────┘

--- #84 fediverse/5072 ---
════════════════════════════════════════════════════════════════════───────────────
 I like to play with the camera zoomed in all the way and by only using my
 mouse. no keyboard. just clicking noise.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #85 fediverse/933 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-643 
 
 virtual machines are cool. betcha can't write one using bytecode
 
 https://gameprogrammingpatterns.com/bytecode.html
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

--- #86 fediverse/1566 ---
══════════════════════════════════════════════════─────────────────────────────────
 what if you added "secret rules" to english. wouldn't that be a fun game to
 play? it'll be tough to keep them all remembered, but the good news is we only
 have to use the ones on which we agree. like, memes, instead of grammar rules.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════────────────────────────────────┘

--- #87 messages/111 ---
══════════════════════════════════════════════─────────────────────────────────────
 When someone remakes content into a different expression like a remake or
 reboot or whatever it gives a different message in its meaning - some
 circumstances and characters can apply for more than one message I'm it's
 meaning
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

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

--- #89 fediverse/135 ---
═══════════════════════════════════════════────────────────────────────────────────
 ┌───────────────────────────────┐
 │ CW: re: algorithms and primed │
 └───────────────────────────────┘


 @user-95 back when games had more value because you only had like, 6 of them
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #90 messages/447 ---
══════════════════════════════════════════════════════─────────────────────────────
 Symbeline is a competitive simulation game with enough dynamic elements to
 keep it unpredictable, like how roguelikes are more replayable than ARPGs.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

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

--- #92 fediverse/1822 ---
══════════════════════════════════════════════════════─────────────────────────────
 we should reward frugality as much as value-creation.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #93 fediverse/3126 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────────────┐
 │ CW: open-source-spirituality │
 └──────────────────────────────┘


 thank god for open source software
 
 thank god for open source software developers
 
 thank open source developers for god
 
 thank developers, my god
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #94 messages/138 ---
══════════════════════════════════════════════─────────────────────────────────────
 Every ragequit in a matchmade game is a protest against an overly restrictive
 meta that refuses to accomodate the player's preferred playstyle
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #95 messages/377 ---
═════════════════════════════════════════════════════──────────────────────────────
 infinite dedication implies stagnation, don't be so quick to trust.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

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

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

--- #98 fediverse/3703 ---
═════════════════════════════════════════════════════════──────────────────────────
 ┌──────────────────────┐
 │ CW: D&D-mentioned    │
 └──────────────────────┘


 if the map you present to the players in session 0 had a mountain range on the
 OTHER SIDE of another mountain range, you need to zoooooom in. Unless your
 characters are all dwarves, a game should start in a valley or on an island.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #99 fediverse/4720 ---
════════════════════════════════════════════════════════════════───────────────────
 @user-882 
 
 it's a security hole though
 
 yeah... there ya go...
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════──────────────────┘

--- #100 fediverse/65 ---
════════════════════════════════════════───────────────────────────────────────────
 if something makes sense physically, but not mathematically, then the
 mathematics are wrong.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════──────────────────────────────────────────┘

--- #101 fediverse/4855 ---
═════════════════════════════════════════════════════════════════──────────────────
 "you should be acting like these people want to destroy you."me, to me
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #102 messages/124 ---
══════════════════════════════════════════════─────────────────────────────────────
 when you run out of a food item, put the label in your purse.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #103 fediverse/3805 ---
══════════════════════════════════════════════════════════─────────────────────────
 neat
the website Ephemeren has 100,008 followers as of 5 days ago. There are 0 people who follow the website on Neocities, it's all external traffic.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

--- #104 fediverse/4852 ---
═════════════════════════════════════════════════════════════════──────────────────
 i like games like factorio or cities skylines where there's always something
 going on but the game only changes when you touch it
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

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

--- #106 fediverse/5360 ---
═══════════════════════════════════════════════════════════════════════────────────
 another day goes by when I haven't done any programming... oh well
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #107 fediverse/3177 ---
════════════════════════════════════════════════════════───────────────────────────
 I want to point out how for every game that released in a month, they had at
 about 5 people playing it and averaged their scores.
A description of the rating procedure for Nintendo Power magazine circa 1998.  There are 10 total evaluators, each with around 3 specialties in genres such as action, adventure, puzzles, fighting, RPGs, sports, etc.  Each game is scored proportionally with game design at 25% of the final score, satisfaction at 25%, graphics at 20%, play control at 20%, and sound with 10%
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #108 fediverse/4542 ---
═════════════════════════════════════════════════════════════──────────────────────
 @user-1698 
 
 Magic Survival might not work then, as it's a "single stick shooter" where
 movement is controlled with a virtual joystick and other actions are performed
 automatically.
 
 There is more than one control scheme in the options, so it might be worth
 fiddling with, but octopus arms are hard to overcome in a non-turn-based game.
 Good luck finding games that work ❤️
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #109 fediverse/3097 ---
════════════════════════════════════════════════════════───────────────────────────
 naturally occurring computers would never produce wires, or liquid cooling, or
 anything that ever required any sort of configuration or external
 environmental conditions.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #110 fediverse/3299 ---
════════════════════════════════════════════════════════───────────────────────────
 what if we could record and playback certain timeframes of our CPU and RAM
 status and use it for debug purposes
 
 like running some code in a VM every time you wanted to show a youtube video
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #112 fediverse/1951 ---
══════════════════════════════════════════════════════─────────────────────────────
 @user-1112 
 
 back in the day playing a magic game with someone felt like an event
 
 now it's something to wait through while your burrito cooks
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #113 fediverse/112 ---
═══════════════════════════════════════════────────────────────────────────────────
 I live through the moments where I find a folder of stuff I made that I forgot
 about and I can go back and see it for the first time.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #114 fediverse/6259 ---
══════════════════════════════════════════════════════════════════════════════─────
 AI feels like magic
 
 [to me]
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #115 fediverse/3787 ---
══════════════════════════════════════════════════════════─────────────────────────
 arithmatic control flow
 
 If A, then B. Else C
a picture of a programmatic implementation of arithmatic control flow
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════────────────────────────┘

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

--- #117 fediverse/94 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-107 If you can figure out how to do it well, everything else seems less
 difficult. : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #118 fediverse/3743 ---
═════════════════════════════════════════════════════════──────────────────────────
 @user-1218 
 
 ha wild
 
 well, survival games! shareware games are more of a distribution style and
 less of a genre, like "subscription software" versus "usable software"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

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

--- #120 fediverse/3612 ---
═════════════════════════════════════════════════════════──────────────────────────
 http://www.cyberlore.com/Majesty/
 
 this is my favorite game ever!! too bad it's old as dirt.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #121 fediverse/1898 ---
══════════════════════════════════════════════════════─────────────────────────────
 The greatest game is an imagination shared with a friend.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #122 fediverse/1001 ---
════════════════════════════════════════════════───────────────────────────────────
 ┌───────────────────────────────────────────────────────────┐
 │ CW: re: cursed-curséd-scary-not-real-u-dont-have-to-read │
 └───────────────────────────────────────────────────────────┘


 @user-246 @user-473 
 
 perhaps that "light touch on reality" is what makes these pieces of art
 resonate with me. I think you're beautiful and have a good heart.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #123 fediverse/1313 ---
═════════════════════════════════════════════════──────────────────────────────────
 ┌────────────────────────┐
 │ CW: politics-economics │
 └────────────────────────┘


 if we had a universal basic income then we could pay each other to solve our
 problems and they just can't have that.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #124 fediverse/3258 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-570 
 
 I wonder how it would feel to bind numpad enter to tab instead?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #125 messages/573 ---
════════════════════════════════════════════════════════════───────────────────────
 There will come a day when we must spam our messages into every discord server
 we know. Hold on tight.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #126 fediverse/3037 ---
════════════════════════════════════════════════════════───────────────────────────
 @user-570 
 
 have you ever wanted to design your own MMO? If you think you can make a
 client, there's a server already set up which interfaces with World of
 Warcraft. So... the hardest part is done, and suddenly the rest is about as
 hard as making any other game.
 
 The reason I ask is because there's no open-source client for the WoW engine
 server software Azerothcore, but if written then there could be a whole new
 field of indie design as solo developers would be able to build their own
 multiplayer games with ease.
 
 well, as easy as making a game in Godot at least. That's the dream. I don't
 think I could build such an engine, but I spend an awful lot of time thinking
 about how engines are built.
 
 There's a lot of freedom in the design space, for example this mod server I
 made which emulates Risk of Rain: https://www.youtube.com/watch?v=6HsW4g2ZIgk
 
 It has randomized enemies, treasure chests, wandering vendors, and deployable
 hearthstones. If you've played WoW that stuff might ring a bell, otherwise
 it's probably just random features
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #127 fediverse/1588 ---
════════════════════════════════════════════════════───────────────────────────────
 @user-1035 
 
 Even better if you say "you do you too"
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════──────────────────────────────┘

--- #128 fediverse/3917 ---
═══════════════════════════════════════════════════════════────────────────────────
 ┌────────────────────────────┐
 │ CW: spirituality-mentioned │
 └────────────────────────────┘


 people who don't play games are fucked in the afterlife, just sayin'
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #129 fediverse/4827 ---
═════════════════════════════════════════════════════════════════──────────────────
 @user-1352 
 
 I run Nix on one of my laptops and I really enjoy it : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #130 fediverse/5218 ---
═════════════════════════════════════════════════════════════════════──────────────
 ┌──────────────────────────────────┐
 │ CW: historical-weapons-mentioned │
 └──────────────────────────────────┘


 "what if cannons were aimed like rifles?"the guy who was ahead of his time for
 rocket propelled grenades or laser guided airstrikes of small munition
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════════─────────────┘

--- #131 fediverse/870 ---
═══════════════════════════════════════════════────────────────────────────────────
 @user-95 
 
 that makes sense to me!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

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


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

--- #133 messages/463 ---
══════════════════════════════════════════════════════─────────────────────────────
 A democracy only works if the losing side consents to being governed by the
 victor.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #134 fediverse/2611 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌──────────────────────┐
 │ CW: re: meta         │
 └──────────────────────┘


 @user-1153 
 
 what kind of meta are you referring to? instance stuff?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #135 fediverse/6004 ---
════════════════════════════════════════════════════════════════════════════───────
 I want to make evil things and sell them to rich people to cause them to have
 a change of heart
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #136 fediverse/1184 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-883 
 
 whoa, cool! So with one of these you can flash any ROM you want onto the
 cartridge and it should play any GBA/GBC game you uhhh legally own and have
 pulled the ROM from? If so that's pretty neat
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #137 fediverse/6021 ---
════════════════════════════════════════════════════════════════════════════───────
 you volunteer for things because you want a say in how they turn out.
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #138 fediverse/5402 ---
═══════════════════════════════════════════════════════════════════════────────────
 @user-1773 
 
 that point about HTML is soooooo good
 
 like, we could be designing websites like we design video game UIs but instead
 we use React which fills your browser with insecure-by-design javascript
 generated visuals
 
 or, even better, or just use HTML like a config file
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #139 fediverse/134 ---
═══════════════════════════════════════════────────────────────────────────────────
 ┌───────────────────────────────┐
 │ CW: re: algorithms and primed │
 └───────────────────────────────┘


 @user-95 oh, you like? I made it out of an in-game screenshot. The inner
 border is actually the message box and the outer yellowish one is the
 background color of one of the maps.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #140 fediverse/3965 ---
═══════════════════════════════════════════════════════════────────────────────────
 maybe some whiteboards and notebooks as well...
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #141 messages/483 ---
════════════════════════════════════════════════════════───────────────────────────
 "hey listen! Do this thing to hurt me! Build the infrastructure to do it so
 that you can use it on people who deserve it!"
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #143 messages/678 ---
═════════════════════════════════════════════════════════════──────────────────────
 ChatGPT needs a way to leave a thank-you without demanding a response
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════─────────────────────┘

--- #144 fediverse/2510 ---
═══════════════════════════════════════════════════════────────────────────────────
 @user-1074 
 
 if I wanted to accomplish this goal, I would host a fediverse server on a
 raspberry pi and post the link around the building (the owners will remove it
 so you gotta keep posting them)
 
 then, potlucks.
 
 then, friendships.
 
 then, organization.
 
 be patient with them. people are slow to be constructive.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #145 fediverse/97 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-110 Exactly! I play games to practice strategy and empathy, not to stand
 triumphant over a virtual foe. Why should I care for the lessons of others
 when mine so often go unlearnt?
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #146 messages/127 ---
══════════════════════════════════════════════─────────────────────────────────────
 All I want for my mobile computing is the ability to use the interface of
 android to access resources and perform tasks that are relevant to my primary
 computer. Like, a mainframe with the phone as a terminal. Except instead of
 text, it's buttons and sliders and all the things that mobile UI experts have
 spent so much time carefully crafting.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #147 fediverse/6000 ---
════════════════════════════════════════════════════════════════════════════───────
 I wish I had more games, I keep forgetting which to install though. Also
 Warcraft 3 doesn't work >.>
picture of a games directory and some other stuff
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #148 fediverse/431 ---
══════════════════════════════════════════════─────────────────────────────────────
 Here's an idea: mobile games / software should not be able to offer
 real-world-money-transactions that exceed 500% of the cost of the least
 expensive transaction available in the application.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #149 fediverse/1035 ---
════════════════════════════════════════════════───────────────────────────────────
 @user-757 @user-192 
 
 true and my suggestion doesn't provide a tracelog, pretty much just the status
 of the variables when it pauses or ends.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════──────────────────────────────────┘

--- #150 messages/392 ---
═════════════════════════════════════════════════════──────────────────────────────
 Hey, can someone please accomplish my dreams for me? I'm too busy being a
 waste of potential!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #151 messages/911 ---
═════════════════════════════════════════════════════════════════════════──────────
 literally zero secret messages in the game titles. I just feel like playing
 one or another because of the *gameplay*
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #152 fediverse/5646 ---
════════════════════════════════════════════════════════════════════════───────────
 "you know what you never really hear anyone say?
 
 I need more projects."
 
 they should be allocated more resources so they can accomplish their
 objectives one-by-one as a matter of course.
 
 easy, if we all help each other.
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #153 fediverse/5647 ---
════════════════════════════════════════════════════════════════════════───────────

screenshot of a bunch of mastodon posts. sorry it's too much to alt text. there's some visuals drawn on the bottom right.
                                                           ──────────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════──────────┘

--- #154 fediverse/4313 ---
════════════════════════════════════════════════════════════───────────────────────
 I made progress today, and so will you
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #155 fediverse_boost/5500 ---
◀─[BOOST]
  
  unhinged rants per random number                                            
  
                                                            
 similar                        chronological                        different 
─▶

--- #156 fediverse/5488 ---
═══════════════════════════════════════════════════════════════════════────────────
 okay ttyl I gotta go play video games I guess >.>
                                                           ───────────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════───────────┘

--- #157 fediverse/4940 ---
══════════════════════════════════════════════════════════════════─────────────────
 ┌────────────────────────┐
 │ CW: cannabis-mentioned │
 └────────────────────────┘


 what if I smoked weed and played video games after a long period of time away
 from the internet which I missed dearly
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

--- #158 fediverse/5850 ---
═══════════════════════════════════════════════════════════════════════════────────
 @user-1074 
 
 if you'd like I can give you a lua script which will take your fediverse
 archive and turn it into a pdf which you can edit or print or whatever. Might
 be a fun diversion from posting. You can reply to yourself, add
 clarifications, change some things, put things in a new light, add context,
 etc... before you know it you'll have something printable. Could even pull out
 your best stuff and make zines.
 
 should require just a little configuration to suit your setup. That's part of
 how I stay "productive" without posting all the time.
                                                           ───────┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════───────┘

--- #159 fediverse/6189 ---
═════════════════════════════════════════════════════════════════════════════──────
 JRPG set in Runescape's world
                                                           ─────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════─────┘

--- #160 fediverse/3265 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────────┐
 │ CW: 4head-also-...-what? │
 └──────────────────────────┘


 they wanted image generators so they could fabricate evidence, doh
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

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

--- #162 fediverse/1825 ---
══════════════════════════════════════════════════════─────────────────────────────
 if one person is honest to everyone, then no-one can be honest to them for
 anything they want to keep hidden.
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════────────────────────────────┘

--- #163 fediverse/3952 ---
═══════════════════════════════════════════════════════════────────────────────────
 they want eye tracking so they can tell what kinds of ads to sell me
 
 I want eye tracking on the desktop so I can select enemies in MMOs easier
 
 we are not the same
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════───────────────────────┘

--- #164 fediverse/6007 ---
════════════════════════════════════════════════════════════════════════════───────
 I always get the syntax backwards, for some reason...
                                                           ──────┐
 similar                        chronological                        different══════════════════════════════════════════════════════════════════════════════──────┘

--- #165 fediverse/1482 ---
═════════════════════════════════════════════════──────────────────────────────────
 @user-192 
 
 I feel like SSH keys to log into every website should be a standard
 
 or something similar
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #166 fediverse_boost/2965 ---
◀─[BOOST]
  
  i will use CW for #USpol if computer people start using CW for tech computer boring linux software posting. i said what i said  
  
                                                            
 similar                        chronological                        different 
─▶

--- #167 fediverse/3127 ---
════════════════════════════════════════════════════════───────────────────────────
 ┌──────────────────────────────┐
 │ CW: open-source-spirituality │
 └──────────────────────────────┘


 computers are the most complicated things in the universe behind human bodies.
 
 thank god for open source software because only a divine being could create
 something as complicated and useful
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #168 fediverse/3615 ---
═════════════════════════════════════════════════════════──────────────────────────
 code is useless
 
 the ability to write, maintain, or implement it is priceless
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #169 fediverse/5069 ---
════════════════════════════════════════════════════════════════════───────────────
 if you have problems with games on linux, I can help you install it
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #170 fediverse/4895 ---
═════════════════════════════════════════════════════════════════──────────────────
 don't think about how rare something is. think about how useful it is to you.
 
 we can make more stuff.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════════════─────────────────┘

--- #171 fediverse/2833 ---
═══════════════════════════════════════════════════════────────────────────────────
 games with separate rendering resolution scales for the UI and the gameplay,
 my beloved
 
 [in response to "why don't they make a game with a graphics setting that makes
 the game blurrier as if you had lost your glasses"]
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘

--- #172 messages/770 ---
═══════════════════════════════════════════════════════════════════────────────────
 There are some pieces of software where you think "oh cool, what did they
 update?" and then there are some like "oh god... What did they update?"
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════════════════───────────────┘

--- #173 messages/907 ---
═════════════════════════════════════════════════════════════════════════──────────
 What if we made trans guys grow fur and trans girls have magic
                                                           ─────────┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════─────────┘

--- #174 fediverse/4086 ---
════════════════════════════════════════════════════════════───────────────────────
 I miss a time that never existed, anyone else?
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════──────────────────────┘

--- #175 fediverse/6441 ---
═══════════════════════════════════════════════════════════════════════════════────
 you can only ever talk to a community while on mainstage.
 
 er wait sorry it was this:
 
 you can only ever talk to people in a community, not the community itself.
 unless you are on mainstage.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #176 messages/511 ---
═════════════════════════════════════════════════════════──────────────────────────
 That feeling when running a command on my laptop causes the fans to spin up on
 my desktop...!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

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


 if you want to do communism in a city, you must first buy a parking lot.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #178 fediverse/1718 ---
═════════════════════════════════════════════════════──────────────────────────────
 dear old people - did you know computers don't need to have buttons? You can
 literally just type what you want to make happen (if you know the magic spell)
 and it'll just, do that thing
 
 how cool is that
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════─────────────────────────────┘

--- #179 fediverse/1472 ---
═════════════════════════════════════════════════──────────────────────────────────
 @user-883 
 
 my streaming is broken and I can't figure out why : (
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #180 fediverse/1396 ---
═════════════════════════════════════════════════──────────────────────────────────
 @user-883 
 
 you can always throw that resume at the next job too!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #181 fediverse/144 ---
═══════════════════════════════════════════────────────────────────────────────────
 @user-122 have you ever seen Adventure Time? It's sublime. : ) : ) : )
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════───────────────────────────────────────┘

--- #182 bluesky#27 ---
═════════════════════════════════════════════════════════════════════════════════──
 you can have as many processes running on a computer as you please, just make
 sure they're all named chrome.exe so the user doesn't suspect a thing.
                                                           ─┐
 similar                        chronological                        different═══════════════════════════════════════════════════════════════════════════════════─┘

--- #183 fediverse/6296 ---
══════════════════════════════════════════════════════════════════════════════─────
 @user-1918 
 
 I can't wait to see a timelapse! The universe is gorgeous, and the fact that
 we can see this is beyond amazing!
                                                           ────┐
 similar                        chronological                        different════════════════════════════════════════════════════════════════════════════════────┘

--- #184 fediverse/3650 ---
═════════════════════════════════════════════════════════──────────────────────────
 anything with layers is an open-faced sandwich
 
 or a pizza in disguise
 
 rawr ex dee
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════════════─────────────────────────┘

--- #185 fediverse/5010 ---
════════════════════════════════════════════════════════════════════───────────────
 woke up, making breakfast, gonna walk soon, ttyl
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #186 fediverse/6385 ---
═══════════════════════════════════════════════════════════════════════════════────
 interpreted programs allow you to change variables at run-time from remote.
                                                           ───┐
 similar                        chronological                        different═════════════════════════════════════════════════════════════════════════════════───┘

--- #187 fediverse/608 ---
══════════════════════════════════════════════─────────────────────────────────────
 @user-453 
 
 Now if only we could convince them that they could use those GPUs to build low
 income housing or cure cancer or something useful...!
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════────────────────────────────────────┘

--- #188 notes/things-i-almost-posted ---
══════════════════════════════════════════════════════════════════─────────────────
 I miss games where it was actually fun to play against the AI
                                                           ┌───────────┐
 similar                        chronologicaldifferent════════════════════════════════════════════════════════════════════────────────────┘

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

--- #190 messages/178 ---
═══════════════════════════════════════════════────────────────────────────────────
 A god is less of an object and more of a direction.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

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

--- #192 fediverse/5027 ---
════════════════════════════════════════════════════════════════════───────────────
 ┌────────────────────────────┐
 │ CW: spirituality-mentioned │
 └────────────────────────────┘


 resent not your angels nor demons, for they give you a stage upon which you
 may perform.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════════════════──────────────┘

--- #193 fediverse/862 ---
═══════════════════════════════════════════════────────────────────────────────────
 the neat thing about fusion is you can use energy to create matter. out of
 nothing!
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════───────────────────────────────────┘

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

--- #195 fediverse/1385 ---
═════════════════════════════════════════════════──────────────────────────────────
 listen if your man page is more than like, 10 pg-down's, then you might want
 to consider breaking that utility up into smaller pieces.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════════════════─────────────────────────────────┘

--- #196 fediverse/3020 ---
════════════════════════════════════════════════════════───────────────────────────
 restaurant where the paper menu is fully featured but the QR code next to each
 item will show you a youtube video of it being prepared
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #197 fediverse/3084 ---
════════════════════════════════════════════════════════───────────────────────────
 I feel like mechanical keyboards with customizable emoji keypads would make a
 killing on etsy
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #198 fediverse/35 ---
═════════════════════════════════════──────────────────────────────────────────────
 ┌───────────────────────┐
 │ CW: game design, MMOs │
 └───────────────────────┘


 Look all I'm saying is  all the people who say "oh you shouldn't make an MMO
 for your first game" clearly have never heard of Azerothcore. Literally as
 long as you don't sell it you can make the MMO of your dreams crazy easily.
 You can script it in LUA for crying out loud.
                                                           ┌───────────┐
 similar                        chronologicaldifferent═══════════════════════════════════════─────────────────────────────────────────────┘

--- #199 fediverse/3226 ---
════════════════════════════════════════════════════════───────────────────────────
 if your man page is longer than a list of options and their usage and a
 paragraph or twenty of how to use the software... then you need to abstract,
 and break your code into multiple purpose-built applications.
 
 do one thing, and do it right. alternatively, do one set of things, and do
 them concisely.
                                                           ┌───────────┐
 similar                        chronologicaldifferent══════════════════════════════════════════════════════════──────────────────────────┘

--- #200 fediverse/2900 ---
═══════════════════════════════════════════════════════────────────────────────────
 ┌───────────────────────────────────────────────────┐
 │ CW: capitalism-mentioned-AI-dataservers-mentioned │
 └───────────────────────────────────────────────────┘


 what if all the AI advancements they're doing are just them building more
 hardware infrastructure in datacenters and not actually improving the software
 that much
wouldn't that be neat I think it would because it means once they collapse under the weight of their own ambitions that hardware's gotta go somewhere and knowing them they're probably going to ship it to south-east asia to be "recycled" (read: burnt with the metals salvaged) instead of selling them second hand because you know they can't really justify the business expense of selling stuff like that and besides what if some driver or something on the firmware was proprietary do you really want to pay techs to wipe every single thing off of them and plus who's gonna categorize and sort them according to their form and function that's just extra payroll and listen the company's not doing so hot anyway I mean we're literally shutting down but yeah sure we'll find a way to justify spending all that non-existent dosh so some hippies can feel better with their servers they didn't build or justify with their profit-producing capitalist enterprise that we've built with our own two hands well really the hands of everyone else but like, they're not actually doing the building the REAL work of course happens in board rooms like this one where we spend MINUTES and HOURS sometimes discussing how to get things in order and aligned to both of our goals because that's the REAL work that has to happen in order for stuff to get done, you know it's true yeah I thought so anyway what are you doing after this meeting wanna get lunch it's almost quitting time at 2pm
                                                           ┌───────────┐
 similar                        chronologicaldifferent═════════════════════════════════════════════════════════───────────────────────────┘