Poetry Collection

Poems in true chronological order by post date

« First‹ Prev │ Page 593 of 1150 │ Next ›Last »

Menu

 -> file: fediverse/3588
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 #!/bin/bash
 set -euo pipefail
 
 CHAPEL_DIR="/home/ritz/programming/chapel"
 COMPILER_DIR="${CHAPEL_DIR}/language-files/files/chapel-2.1.0"
 PROJECT_DIR="${CHAPEL_DIR}/projects/practice"
 SOURCE_DIR="${PROJECT_DIR}/src"
 
 clear
 
 cd "${COMPILER_DIR}" > /dev/null
    export CHPL_LLVM=system
    source "${COMPILER_DIR}/util/setchplenv.bash" > /dev/null
 cd - > /dev/null
 
 cd "${PROJECT_DIR}" > /dev/null
    echo "compiling..."
    chpl "${SOURCE_DIR}/main.chpl"
    clear
    ./main
 cd - > /dev/null
 
 
 you should update the directories at the top yourself, of course. And give it a
 cursory glance to make sure it works on your setup.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3589
════════════════════════════════════════════════════───────────────────────────────
 @user-1201 
 
 I'm betting on team Hannu tbh 😉
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3590
════════════════════════════════════════════════════───────────────────────────────
 ┌────────────────────────┐
 │ CW: violence-mentioned │
 └────────────────────────┘
 
 
 @user-1201 
 
 like throwing bricks at cop cars without having the infrastructure in place to
 keep you safe from their wrath? they're asking for trouble by pissing you off.
 🥰
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3592
════════════════════════════════════════════════════───────────────────────────────
 @user-1570 
 
 [meme of Mr Incredible from the Incredibles pointing at a table]
 
 LINUX IS LINUX.
 
 (anything that works on Linux can theoretically be made to work on your
 toaster, if it also runs Linux!)
 
 This is very cool, and if I understand correctly it means that any Godot games
 could theoretically be played on these NEAT as HECK little devices, yeah? So
 cool!
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3593
════════════════════════════════════════════════════───────────────────────────────
 @user-883 
 
 I feel like you could set up a performance where you walk through your workflow
 on various things and set it to music and make a dope-as-heck music video.
 
 like, the "retro" vibes and aesthetics of your posts on my timeline are always
 a joy to see. I can't help but wonder if they could be crystallized /
 essentialized somehow into something neat to watch.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3594
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 Yes it is!! I don't customize it too much so it's mostly defaults hehe
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3595
════════════════════════════════════════════════════───────────────────────────────
 @user-883 
 
 do you have music videos tho? :O :O
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘


« First‹ Prev │ Page 593 of 1150 │ Next ›Last »