From 1bf1cdee6e0231e21ec15071e543e33c7edce9ca Mon Sep 17 00:00:00 2001 From: DTB Date: Sat, 23 Sep 2023 23:25:03 -0400 Subject: [PATCH] 2023-09-23 --- homepage/homepage | 216 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) diff --git a/homepage/homepage b/homepage/homepage index 787c831..9d99685 100755 --- a/homepage/homepage +++ b/homepage/homepage @@ -1928,6 +1928,222 @@ If I don't, escalate the issue to the host of this site (this can also be found +/blah/2023-09-23.html + +My paycheck was $548. + +no tape assembly +easy carry handles with lift off lid +strong, double wall construction +reusable + +no tape +we're sticky ourselves +while our words bounce off your skin +they reflect and cut into our shells +so many razor blades in my back +i look like i lost a saw trap +easy carry so easy to get carried away +last time i was told to make them get the message +they almost got carried away on a stretcher +bury a stray +bullet in your heart and lift off the lid +see the lead beat with your organs +warm metal surgery + +the wall is textured like the painter didn't care +because he didn't +your wallet's empty like your broke ass didn't work +because you didn't +bitch keep walking +bitch keep walking +butterfly knife in my right hip pocket +button quietly pops a scooter handle off it +and i have an EMP just in case shit gets rough +you never know what could happen getting groceries +times is tough +bitch keep walking + +AC hum + +a hostess apple pie gets eaten in a rush +"become ungovernable" bitch that's us +sisyphus in zeno's paradox only rolls up +twenty million sisyphuses surrounding the top +any rookie with a boulder is a threat +sell space at the zenith make amateurs pay rent +get defenestrated by straight finesse +another has been for the history texts +and yet +the only ones with the truth +are the ones who can't use it +or the ones who are useless +or the ones who have interests so vested +they can't wrestle their mind away. they lose it +to multibillion dollar trademarked facelessness +empathy's a weapon and capital can't stop testing it +and your heaven sent neolib is already in the dem trenches +"thank bernie for giving the overton window to leftists" +puppet parrot puppy left it for lobby dollar moral debting +netorare + +i've been having car troubles bang bang +from the engine keeps me up bang bang +in the streets keeps me up bang bang +when i find my crew slacking bang bang +knock at the door, classy bang bang +bitch too loud, so i slap him bang bang +in the head disrespecting me bang bang +in the head dissecting me bang bang +in the head expecting me bang bang +in a bitch's head for testing me bang bang +and i'm home and in bed and free bang bang +the metal arm strikes the bell bang bang +shoes hit doorstep on the way out bang bang +get in and start the car bang bang + + +/blah/2023-09-19.html + +I'm tired and I'm not recovering from things from which I should be recovering. +Everything hurts and the bruises are only ever replaced with new wounds. The +bruises aren't even from anything cool like [...] with [...] or [...]. + +I need headpats. + +The Ballad of Sean and Josh + Sean is forty-eight + and Josh was twenty that + when Sean took Josh away + from the closet in the flat + where Josh had made his home + with a dealer selling crack + Sean lived with his ma + and Josh would live alone + in Sean's house room he'd lay + until fin'ly to Sean he said hello + they learned about each one's + + +/blah/2023-09-18.html + + WITH THIS TECHNOLOGY + +[kim jong un holding a floppy disk] + + WE WILL BRING THE UNITED + STATES TO ITS KNEES + +The first time I saw this image macro was in 2012 and I thought it was so funny +I laughed about it for a week. + +Today [...] posted horg.com in [...]. + +The DPRK is kinda swag. + +Once I transcribe all my GitHub repos to either this blah or src I can delete +them and finally have nothing on GitHub. I'm still keeping my account to track +contributions to GitHub repositories but I'm no longer using GitHub for even +things that aren't meaningful. I'm not super up to date on everything with it +but I don't like that CoPilot could be trained on my code and I don't like that +it looks like social media when I log in nowadays. Gotta remove all my stars... + +2018-05-20 + +# GUESSNEXT +A guessing game for the TI-83/84(+). + +## Installation + +### Required software: +- [TI-Connect](https://education.ti.com/en/products/computer-software + /ti-connect-sw "ti.com") +- [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/43315.html + "ticalc.org") + +### Installing from the source code: +01. Download GUESSNXT.txt. +02. Install TokensIDE. +03. Open GUESSNXT.txt in TokensIDE. +04. Delete the documentation (lines preceded by a "//"). +05. Remove any empty lines. +06. Compile the program by pressing F5 or going into the BUILD MENU and + selecting 8X>8XP. +08. Install TI-Connect. +09. Plug in your calculator. +10. Open TI-Connect. +11. Open your file explorer and navigate to the directory with GUESSNXT.8XP in + it. +12. Copy GUESSNXT to your calculator. +13. Wait for the copy process to finish and wait an additional ten seconds for + TI-Connect to finish calibration. +14. Unplug your calculator. +15. Enjoy your game! + +## Compatibility +TI-83 - Unsupported +TI-83+ - Should work; untested +TI-84+ - Tested working +TI-84+ SE - Should work; untested + +2018-05-20 + +40 - Disp "OUT OF GUESSES. + 40 + Disp "OUT OF GUESSES.","IT WAS:",B + +2018-05-22 + +16 16 //Main loop +17 17 Lbl B +18 18 Disp D," TO",E,"","YOUR GUESS? +19 - Input "> ",C + 19 + Input "> ",Str0 + 20 + If Str0="B + 21 + Then + 22 + Disp "CHEATER!!! + 23 + Return + 24 + End + 25 + expr(Str0)->C + 26 + Delvar Str0 +20 27 A-1->A +21 28 If C=B +22 29 Disp "CORRECT"," + +2018-05-30 + + 6 6 ### Required software: + 7 7 - [TI-Connect](https://education.ti.com/en/products/computer-software + /ti-connect-sw "ti.com") + 8 - - [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/ + 43315.html "ticalc.org") + 8 + - [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/ + 43315.html "ticalc.org") (if installing from the source code) + 9 9 +10 10 ### Installing from the source code: +11 11 01. Download GUESSNXT.txt. +[...] +22 22 13. Wait for the copy process to finish and wait an additional ten + seconds for TI-Connect to finish calibration. +23 23 14. Unplug your calculator. +24 24 15. Enjoy your game! + 25 + + 26 + ### Installing a release: + 27 + 01. Go to the releases page and grab GUESSNXT.8xp. + 28 + 03. Install TI-Connect. + 29 + 04. Plug in your calculator. + 30 + 05. Open TI-Connect. + 31 + 06. Open your file explorer and navigate to the directory with GUESSNXT + in it. + 32 + 07. Copy GUESSNXT to your calculator. + 33 + 08. Wait for the copy process to finish and wait an additional ten + seconds for TI-Connect to finish calibration. + 34 + 09. Unplug your calculator. + 35 + 10. Enjoy your game! + +26 - Delvar Str0 + 26 + DelVar Str0 + + /blah/2023-09-17.html [10:33PM] trinity: i like puzzling out timeframes. the more the past makes