Poetry Collection

Poems in true chronological order by post date

« First‹ Prev │ Page 131 of 258 │ Next ›Last »

Menu

 -> 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_boost/146
◀═[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                                                          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══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3596
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 I think I fiddled a little bit with the colors because the default background
 was the same as some other color and it was making it hard to do things, and I
 also have a plugin that lets me talk to a local LLM which I sometimes ask
 syntax questions to if I'm offline and don't feel like searching through
 documentation. I think that's it tho
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3597
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 oh how could I forget! VIMFOLDS! Absolutely impossible for me to live without
 them tbh
a picture of a vimrc file.

                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3598
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 hehe mine is technically 2016 and it's BARELY capable of it, so you're probably
 right. It was top of the line, but also a hand-me-down.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3599
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 `
 " Select the font for the hardcopy
 set printfont=Courier:h8
 :let &printheader = " "
 command! -range=% HardcopyPdf , hardcopy > %.ps | !ps2pdf %.ps && rm
 %.ps && echo 'Created: %.pdf'
 
 " vimfolds - use marker as fold method
 set foldmethod=marker
 set foldtext=MyFoldText()
 
 " Functions
 function! MyFoldText()
     let line = getline(v:foldstart)
     let folded_line_num = v:foldend - v:foldstart
     let line_text = substitute(line, '^"{\+', '', 'g')
     let fillcharcount = &textwidth - len(line_text) - len(folded_line_num)
     return '+'. repeat('-', 4) . line_text . repeat('.', fillcharcount) . ' ('
     . folded_line_num . ' L)'
 endfunction
 
 let g:rainbow_active = 1
 `
 
 Here's the bottom part of the config - I ran out of characters and couldn't
 post the whole thing.
 
 If you don't know what vimfolds are here's a good guide:
 
 https://www.vimfromscratch.com/articles/vim-folding
 
 also:
 
 https://vim.fandom.com/wiki/Folding
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3600
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 Also HardcopyPdf is nice, it turns a file into a pdf. Does what it says on the
 tin. ^_^
 
 And it doesn't need anything more than those lines there in the config.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3601
════════════════════════════════════════════════════───────────────────────────────
 @user-883 
 
 bookshelves up above mounted on the wall to hold small objects? cable
 management to reduce wire tangles, and... more space, to put moar monitoars.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3602
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1572
 
 nope
 
 I figure if I have to rebuild them, oh well.
 
 plus this way I can give each of my computers a slightly different personality.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3603
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 ooooo I see, yeah I picked one distro and I stuck with it. Void Linux.
 
 then my friend wanted me to learn Gentoo, so I did.
 
 I use DWM on my Void Linux computer but i3 on my Gentoo one, just to mess with
 myself and stay on my toes 🤓
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3604
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 I was JUST thinking about suggesting Qubes halfway through your comment and
 then I saw the last line. noooooo xD
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3605
════════════════════════════════════════════════════───────────────────────────────
 *I think I'm okay no matter my own fate*
 
 *I think I'm okay.*
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3606
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 make sure you get full disk encryption! I hear it's quite important, but I
 can't use it because I'm an artist and if I like, died or whatever, nobody
 would be able to get my art.
 
 though knowing the reasons why I might suddenly die, odds are they'd just
 reflash the drives with windows or whatever xD
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3607
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 ooooo both good ideas!!
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3608
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 true but someone could walk in while you're away! the locks on doors aren't
 THAT useful if someone already knows where you live and what your room looks
 like and that you use linux. If you leave for a night they can just, copy the
 hard drives and scan through them at home.
 
 ... I'm too paranoid for my level of precaution xD xD
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3609
════════════════════════════════════════════════════───────────────────────────────
 ┌───────────────────────────┐
 │ CW: programming-mentioned │
 └───────────────────────────┘
 
 
 I FINALLY HAVE SYNTAX HIGHLIGHTING OMGGG
 
 ... I'm gonna take a break and play a game or something jeez
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3610
════════════════════════════════════════════════════───────────────────────────────
 I must be the only autistic person in the world who can't stand parallel play...
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3611
════════════════════════════════════════════════════───────────────────────────────
 ┌──────────────────────┐
 │ CW: food-mentioned   │
 └──────────────────────┘
 
 
 I wish they sold ramen noodle seasoning by the jar and ramen noodles by the
 package (without seasoning)
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

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

 -> file: fediverse/3613
════════════════════════════════════════════════════───────────────────────────────
 ┌───────────────────────┐
 │ CW: trans-hrt-graphic │
 └───────────────────────┘
 
 
 did my hormone shot and now my leg feels funny -.-
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3614
════════════════════════════════════════════════════───────────────────────────────
 socks are a lie drafted by big thread to get us to invest in knitting machines
 so we don't have to buy our own footwear at the store
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3615
════════════════════════════════════════════════════───────────────────────────────
 code is useless
 
 the ability to write, maintain, or implement it is priceless
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3616
════════════════════════════════════════════════════───────────────────────────────
 ┌──────────────────────┐
 │ CW: food-mentioned   │
 └──────────────────────┘
 
 
 menardis will literally eat cheetos and ramen for dinner and wonder why they
 feel exhausted the next day
 
 *drink some damn water*
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3617
════════════════════════════════════════════════════───────────────────────────────
 @user-1390 
 
 true. what do you want to *do* with all those bits, hmmm?
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3618
════════════════════════════════════════════════════───────────────────────────────
 ┌──────────────────────┐
 │ CW: food-mentioned   │
 └──────────────────────┘
 
 
 they say fat people are jolly, which makes me wonder if the only reason I'm
 often sad is because I'm too skinny.
 
 I need an italian grandma to feed me butter and pasta T.T
 
 *eat somethin' why don'tcha you're skin an' bones, kid*
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3619
════════════════════════════════════════════════════───────────────────────────────
 @user-192 
 
 ah yes like when I used to go to the cantina with my ex-girlfriend in Star Wars
 the Old Republic and bag a stranger to Electronic Role Play with back at my
 ship after a few drinks and some light four play where the four of us would
 play Electronic RolePlay together in the privacy of my ship on the soft plush
 couches or maybe in the padded gym or maybe in the pilots seat so we could look
 at the stars while playing (just the four of us)
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3620
════════════════════════════════════════════════════───────────────────────────────
 @user-192 
 
 Yep! back in the day be-fore "four play" you could generally only single-play,
 and for "four play" you'd typically find friends be-fore play-ing.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3621
════════════════════════════════════════════════════───────────────────────────────
 howwwww is it only monday it feels like it's been a month since last week
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘


« First‹ Prev │ Page 131 of 258 │ Next ›Last »