Poems in true chronological order by post date
-> file: fediverse/4118 ═══════════════════════════════════════════════════════──────────────────────────── all modern software should be written in a multithreaded way, change my mind ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════════───────────────┴───────────┘ -> file: fediverse/4119 ═══════════════════════════════════════════════════════──────────────────────────── what if you wanted to build a project from source but god saidCMake Error at CMakeLists.txt: By not providing a "foo.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "bar", but CMake did not find one. ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════════───────────────┴───────────┘ -> file: fediverse/4120 ═══════════════════════════════════════════════════════──────────────────────────── @user-570 Here's what I do: take shirt off tilt head back a bit shake head side-to-side tickle shoulders instant euphoria ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════════───────────────┴───────────┘ -> file: notes/empire-at-war-design-decisions ═══════════════════════════════════════════════════════──────────────────────────── moving through light-speed-hyper-space (speed is distance over time) works by aligning the "time" particles in the particular direction of where you want to go in "hyperspace" == uhhhhh stack overflow == always keep these three together dont let them out of each other's sight they are in this together as power must be closely guarded ... but what about the partner? how could they be guaranteed to be protected if they didn't possess a lightsaber? hence why jedi and sith are composed of opposites. nemesis. human beings have soul mates how lucky a jedi has the life of a mate one who directly opposes their own individual philosophy. it is rare to find one another but when you do it is purely a thrill congrats! You've got a rival! Learn off of them. Don't hurt each other. I bet you could make a whole 3rd party institution dedicated to finding them like, a neutral entity searching for balance. the ripples of the wave of the cosmos. == so == sometimes I worry about all of my exes. like, as a psychic I can't help but worry that my thoughts are projecting onto theirs because of our historical emotional intimacy. I'd never read their mind on purpose only if mine accidentally stumbled upon them while thinking about something else I'm so sorry, galactic battle guys. I failed you. I could not protect you. Please choose from among your number the greatest tactician, and I will guide and offer insight and observations in how the enemy operates, so that you will be learned and have more known. oops gotta go, something else is about to come on == so == why the heck is it taking so long to load hmmmm okay how about more super-hero-fighting-action-game?? no? maybe a game like Nova Drift, with it's fast and engaging action? ehhh? no to that too??! okay what about a story game, like Danganronpa or Danganronpa II? that's sooooo awfully specific ' and awful sure, that's just what I think you should surmise if you were watching this sorta out of real-time. Gosh! that's quite a loading screen! okay what about a different game instead, how about ummm roboquest, a game about training slaughterbots, or maybe a more interesting game like Star Realms, a way of exchanging mass and energy in the form of mutually expendable products ... do you mean soldiers? well, isn't that wat war is? ... somehow not even halfway through the transmission. How wild. What is this thing, like four hundred hours??...!...!!!... == so == would you believe this game is about hunting a vampire lord of the sith? ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════════───────────────┴───────────┘ -> file: fediverse/4122 ═══════════════════════════════════════════════════════──────────────────────────── if your friend moves to the country, it's important to stay in touch ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════════───────────────┴───────────┘ -> file: fediverse/4123 ═══════════════════════════════════════════════════════──────────────────────────── @user-883 you're right but I think your first impulse should be to think about how to do it in a multithreaded way If the result is that single-threading would be better, great! It'll be easier! But thinking about multithreading first will give you crucial insights into the structure of the program. depending on what kinds of programming you do...! ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════════───────────────┴───────────┘ -> file: fediverse/4124 ═══════════════════════════════════════════════════════──────────────────────────── @user-883 well, depending on what you're trying to accomplish, maybe processing 1/16th of the audio file on 16 different threads would be faster. I guess it depends on if you need context from earlier in the processing stage - if you do, then you'd probably want to do 1/16th of the processing on each thread instead. ... hmmmm that doesn't look right, how about this:[changes all the magic number 16s to num_threads] ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════════───────────────┴───────────┘ |