Poems in true chronological order by post date
-> file: fediverse/3160 ═══════════════════════════════════════════════════──────────────────────────────── ┌─────────────────────────────────────────────┐ │ CW: cursing-mentioned-video-games-mentioned │ └─────────────────────────────────────────────┘ if I were Link, I'd listen every damn time Navi said anything at all and I'd listen close though he is just a kid so idk ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════───────────────────┴───────────┘ -> file: fediverse/3161 ═══════════════════════════════════════════════════──────────────────────────────── @user-138 ha even better ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════───────────────────┴───────────┘ -> file: messages/475 ═══════════════════════════════════════════════════──────────────────────────────── There absolutely is a standard for normality. Humans have existed for so long and our conditions have stayed fairly consistent. We had good lives and most of us knew nothing but peace. Our modern era of the past 400 years or so is strange. Life changes between generations, and now it changes year by year. Soon there will be no consistency at all, and that is exciting and interesting. Not always in a good way. We'll see how it goes. ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════───────────────────┴───────────┘ -> file: fediverse/3162 ═══════════════════════════════════════════════════──────────────────────────────── I wrote a script which scrapes every issue of Nintendo Power from a neat and cool archive. please don't use it all at once#!/bin/bash set -euo pipefail sleep_duration=5 DIR="/home/ritz/documents/nintendo-power" touch "${DIR}/download-bookmark" bookmark=$(cat ${DIR}/download-bookmark) for i in $(seq ${bookmark} 285); do echo "sleeping before downloading number ${i}" sleep ${sleep_duration} formatted_number=$(printf "%03d" ${i}) wget "https://myrient.erista.me/files/Miscellaneous/Nintendo Power Issues 1-285/Nintendo Power Issue ${formatted_number}.cbr" rm ${DIR}/download-bookmark touch ${DIR}/download-bookmark echo ${i} >> ${DIR}/download-bookmark done
┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════───────────────────┴───────────┘ -> file: fediverse/3163 ═══════════════════════════════════════════════════──────────────────────────────── ┌──────────────────────┐ │ CW: re: identity │ └──────────────────────┘ @user-1218 Ninja is such a cool first name, you should keep it unless you like Havu better, but Havu strikes me as a really good middle name too?? I'm debating changing my name so we'll see how that goes ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════───────────────────┴───────────┘ -> file: fediverse/3164 ═══════════════════════════════════════════════════──────────────────────────────── it fails after like 15 or 20 scrapes but I think that's just their scraping policy. They don't have a robots.txt file that I could find. So... just run it, then come back every 15 to 30 minutes and restart it until you're done. Maybe I could increase the sleep duration? one sec lemme try that ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════───────────────────┴───────────┘ -> file: fediverse/3165 ═══════════════════════════════════════════════════──────────────────────────────── ┌──────────────────────┐ │ CW: re: cursing │ └──────────────────────┘ @user-1218 Stuff like that made me want to become a lawyer. I didn't, because while I can memorize a D&D textbook I can't recall much about legal rulings unless it has something to do with swords. ┌─────────┐ ┌───────────┐ │ similar │ │ different │ ╘═════════╧════════════════════════════════════════───────────────────┴───────────┘ |