Poetry Collection

Poems in true chronological order by post date

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

Menu

 -> file: fediverse/576
══════════════════════════════════════════─────────────────────────────────────────
 Empty glass jars or bottles with secure lids / caps can be filled with water
 and stored under a sink, just incase.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/577
══════════════════════════════════════════─────────────────────────────────────────
 @user-419 
 
 they're afraid of my water saving habits >: )
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/578
══════════════════════════════════════════─────────────────────────────────────────
 @user-422 
 
 if you didn't have your eyes could you see where you were?
 
 if you didn't have your body, too?
 
 where's your sense of direction, is it lost in the rain?
 
 keep it close to your heart.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse_boost/27
◀═[BOOST] ┌──────────────────────────────────────────────────────────────────────────┐  External post: https://tech.lgbt/users/neku/statuses/111705904296963177   └──────────────────────────────────────────────────────────────────────────┘                                                         similar                                                          different─▶

 -> file: fediverse/580
══════════════════════════════════════════─────────────────────────────────────────
 @user-425 
 
 c is king for a reason! do ittttt
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/581
══════════════════════════════════════════─────────────────────────────────────────
 @user-428 
 
 sometimes I think about how much more productive I'd be if I had a code editor
 that let me draw arrows and smiley faces and such alongside the code. Or if I
 could position things strangely, like two functions side-by-side with boxes
 drawn around them. Or diagrams or flowcharts or graphs or...
 
 something that would output to raw txt format, but would present itself as an
 image that could be edited.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/582
══════════════════════════════════════════─────────────────────────────────────────
 @user-431 
 
 I made an alias that overwrites cd so I don't have to do this. The important
 line is line 27, you could probably accomplish something similar like this:
 
 alias cd="cd ${1} && ls -v --color=auto"
 
 I also set it up so I can change more than one directory up using ... or ....
 or .....
 
 also I have a few shortcut scripts, cdir and qcd. cdir creates a quick way to
 drop a bookmark wherever I'd like, while qcd can make permanent bookmarks. Also
 qcd makes it so whenever I open a new terminal it opens to the last directory I
 was in, which is nice if you need a new terminal to do something in the current
 folder and you don't want to have to walk alllllllll the way back.
A BASH script that overwrites the built in "change directory" command to auto magically list the contents of the directory you've moved into after moving.  here's the content of the script:  #!/bin/bash  alias cd="cd-improved"  function cd-improved(){      if [ "${1}" = "..." ] ; then         builtin cd .. && builtin cd ..     elif [ "${1}" = "...." ] ; then         builtin cd .. && builtin cd .. && builtin cd ..     elif [ "${1}" = "....." ] ; then         builtin cd .. && builtin cd .. && builtin cd .. && builtin cd ..          elif [ -d "./${1}" ] ; then         local target_dir="./${1}"      elif [ "${1}" = "cdir" ] ; then         local target_dir="$(tail -n 1 '/home/ritz/scripts/.cdir-target')"         echo ${target_dir}       else         local target_dir="${1}"     fi      if [ ! "${2}" = '--no-ls' ] ; then         builtin cd "${target_dir}" && ls -v --color=auto     else         builtin cd "${target_dir}"     fi          # if the qcd function is defined     if declare qcd > /dev/null; then         quick_cd -d DEFAULT         quick_cd -a DEFAULT     fi }

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

 -> file: fediverse/583
══════════════════════════════════════════─────────────────────────────────────────
 I love how the gnu C documentation lists this particular page as number 6.66
An excerpt from the GNU C documentation. The page describes how to use binary constants in C code using a prefix of '0b', essentially instead of using the integer 42 you might write '0b101010'  This particular page is from chapter 6, page 66. The joke, of course, is that using binary numbers in C code in this way is demonic in some way (traditionally the number 666 is regarded as the "devil's number")

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

 -> file: fediverse/584
══════════════════════════════════════════─────────────────────────────────────────
 ┌──────────────────────┐
 │ CW: scary-drone      │
 └──────────────────────┘
 
 
 https://v.redd.it/osf7ktli41bc1
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/585
══════════════════════════════════════════─────────────────────────────────────────
 yggdrasil grows out, not up.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/586
══════════════════════════════════════════─────────────────────────────────────────
 @user-419 
 
 the smell of decay is the smell of creation, as life is recycled into that
 which gives birth to new forms
 
 so... that smell is probably me, I haven't showered in a while. sorry.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/587
══════════════════════════════════════════─────────────────────────────────────────
 don't be too quick to judge others based on your assumptions. After all, it
 could be worse than you think!
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/588
══════════════════════════════════════════─────────────────────────────────────────
 @user-436 @user-437 
 
 mistakes can be illustrative and with new perspectives, perhaps we may move
 forward into the future, bearing all the mistakes of our selves and our
 ancestors upon our backs.
 
 After all, beauty is not found in the presence of absolute perfection, but
 rather in the marred surface of the moon.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/589
══════════════════════════════════════════─────────────────────────────────────────
 @user-440 
 
 please please please please please please please please please please please
 please
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/590
══════════════════════════════════════════─────────────────────────────────────────
 let's build houses until the average rent is approximately 0$ per month.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/591
══════════════════════════════════════════─────────────────────────────────────────
 @user-112
 
 You'll get that feeling again.
 
 Probably not tomorrow, I've got plans so I won't have time to get everything
 ready. But soon... so, take heart! Once we're on the other side of capitalism,
 we'll be able to build a better world together.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/592
══════════════════════════════════════════─────────────────────────────────────────
 If you lived nextdoor, I would think about you every single day.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/593
══════════════════════════════════════════─────────────────────────────────────────
 When you run out of a seasoning, put the empty bottle in a special place that
 you can see before going to the store.
 
 When I carried a purse, I'd put it in there. Could also go in the pocket of a
 sweatshirt or jacket that you wear when doing errands. Maybe even just on the
 ledge next to your shoes. Something that reminds you to get this particular
 seasoning, and no others. It's easy to get others...
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/594
══════════════════════════════════════════─────────────────────────────────────────
 the most consistently true thing about me is that I am porous.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/595
══════════════════════════════════════════─────────────────────────────────────────
 ┌──────────────────────┐
 │ CW: food             │
 └──────────────────────┘
 
 
 "Hi, would you like to eat something that you probably won't like, but that has
 an interesting flavor and texture?"
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/596
══════════════════════════════════════════─────────────────────────────────────────
 ┌──────────────────────┐
 │ CW: food             │
 └──────────────────────┘
 
 
 It's better to eat rice and beans than sticks and mud.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/130
══════════════════════════════════════════─────────────────────────────────────────
 Last night I dreamt of the gravestones that bore their owner's mind.
 
 I dreamt of a life well lived, and how it was taken from them.
 
 [something more that I forgot because I don't have a prophecy transcriber]
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/131
══════════════════════════════════════════─────────────────────────────────────────
 Hello, I am a witch.
 
 There's more than one kind of witch, but I promise that I'm the kind you'd like
 to have around.
 
 There's another kind, however, that is unlike me in kind but I think you'll
 find is just as rare, and just as tempestuous.
 
 I like to think I am good aligned, perhaps not "good" as in "capable" but
 "good" as in "benevolent" and "perhaps" as in "unknowable" and "but" as in
 "desired" and "desired" as in "what I work toward because it's the right thing
 to do" and "work toward" as in "realized according to the effects of my actions
 not just by my intentions"
 
 The other kind of witch is the kind that hurts people.
 
 There are many reasons why you might find yourself in the house of such a
 witch, but all of them are caused by your desire. Take care in the house of a
 witch such as this, and stay no longer than your time allows.
 
 If you find what you're looking for, get out.
 
 If you're almost out of time, get out.
 
 If you lost something, find it, and then get out.
 
 If you run out of time, and things start to "smear", yell out loud your social
 security number. If someone's trying to save you, it'll help them know where to
 put you when you are returned to your body.
 
 I'm sorry to say, but if things start to smear then life will get a little bit
 strange. Just a little. Much better to get out beforehand.
 
 If you find yourself tempted while inside a witch's house, abandon what you
 lost because regaining it comes with a cost.
 
 If you lose sight of your friend, then when you see them again you cannot trust
 that they are who they claim to be, not inside of the witch's house.
 
 If you lose sight of your friend, trust that they will get out by their own
 hand, and find what you want and go home.
 
 Unless, of course, your heart is pure, and your friend is what you want back in
 your life again. Then you will trend toward finding them yet again, so find
 what you want and get out.
 
 They will try to keep you there, through inaction and professed exhilaration,
 but generally they'll do what you command. So take them and get out.
 
 There are many reasons why you might find yourself on the path to a witch's
 house, but none of them are to be repeated. It's more of a life event and less
 of a venture, so take what you want and go forth.
 
 If you find yourself in my house, take a cookie or a brownie, and please do
 come again. The house of a witch such as mine is somewhere you'll probably find
 that love and affection are fonder.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/132
══════════════════════════════════════════─────────────────────────────────────────
 Man, who has the audacity to look at the breadth of the universe and say "is
 that all?"
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/133
══════════════════════════════════════════─────────────────────────────────────────
 We should dedicate ourselves toward making a life out in space - medium term
 goals. In the meantime we should advance as quickly as possible, at a rate that
 earth can support. Anyone who would demand more is an outcast in our eyes, a
 brutal denial of our future children's defile [meaning of "future life lived as
 they will]
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/134
══════════════════════════════════════════─────────────────────────────────────────
 "]
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/135
══════════════════════════════════════════─────────────────────────────────────────
 Elentalus unit idea: serrated kitchen knives for teeth, devouring pumpkin,
 misery of the drowned, etc. Halloween style monsters. Witch units have a spell
 that dismisses them, and they're summoned with magic items. Except, if two of
 that item exist in a province, it upgrades itself, random dice style. In doing
 so it gets stronger. The thing is... It summons one for your enemy as well!
 Which is why you want to have a witch unit there to dismiss them. Problem is,
 she can only dismiss them at close range (10ish?) so she'd better be well
 protected. The good news is though that sometimes the higher level items give
 bonuses that are hard for them to get. Downside is, you need to have magic
 paths to create them that witches can't get - so they become something you
 "unlock" through a pretender or random event or even just an investment. Once
 one is created, then any witch can create more. As long as you don't lose your
 final copy... But as the item's upgraded, it allows you to create higher level
 versions (at increased cost, of course)
 
 This only works if gem income scales. Which, coincidentally, is just what
 elentalus is known for.
 
 Essentially, theming empowerment to be research, unlocking a particular
 capability. Or encouraging pretender design to that pattern. Make sure it comes
 at a cost of something else, though...
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/597
══════════════════════════════════════════─────────────────────────────────────────
 would your ancestors be more upset that you threw away a glowstick, or jealous
 that you can wear a firefly bracelet?
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/598
══════════════════════════════════════════─────────────────────────────────────────
 @user-443 
 
 could use a different animation that implies an effect on the mental state of
 the viewer without triggering epileptic people.
 
 for example, a hypnotic spiral gif or the bouncing DvD logo. Could also do the
 ending screen for Solitaire, or a zooming mandelbrot animation.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/136
══════════════════════════════════════════─────────────────────────────────────────
 "it's only paranoia if someone's out to get you" only makes sense in an era
 when an actual real live human had to review your case file. In the world of
 AI, you are training data.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/137
══════════════════════════════════════════─────────────────────────────────────────
 Anyone who could read what you're saying is aligned to you. Perhaps they
 disagree on specific implementation details, but those can be worked out and
 the best option tends to rise to the surface over time.
 
 However, the people who *need* to read you won't. They have their own
 social media sites, remember? Like Facebook or Parler or the Fediverse. Too bad
 Twitter had to die, it was simultaneously the forum of our age and yet also the
 biggest source of misinformation alive. Alas.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: messages/138
══════════════════════════════════════════─────────────────────────────────────────
 Every ragequit in a matchmade game is a protest against an overly restrictive
 meta that refuses to accomodate the player's preferred playstyle
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘

 -> file: fediverse/599
══════════════════════════════════════════─────────────────────────────────────────
 @user-444 
 
 There's certainly a path laid toward an optimistic collapse. Lucky for us, it
 seems to be the one we're on. You can help it along (the optimism part, not the
 collapse part) by being kind to the people around you and developing
 relationships with people of all different ages. The greater the spread, the
 more flexible you can be.
 
 "oh yeah I know a guy who can fix that" 
 
 "uhhh I don't know but let me call so-and-so" 
 
 "yeah sure I can do that, I'm glad [that guy] told you to reach out"
 
 I'm more interested in reality than fiction, honestly. Fiction can help when
 you don't know what's at stake, or you don't know where to go... But I know the
 answer to both of those questions, at least to my satisfaction, so instead I
 feed carrots to squirrels, sing songs in the shower, and smile at every person
 I see in the grocery store.
                                                           ┌───────────┐
 similar different════════════════════════════════════════────────────────────────────┴───────────┘


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