Poetry Collection

Poems in true chronological order by post date

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

Menu

 -> file: fediverse/5167
══════════════════════════════════════════════════════════════─────────────────────
 @user-1074 
 
 so, you're saying we should select for good people, rather than loyal people?
 
 If so, I tend to agree.
                                                           ┌───────────┐
 similar different════════════════════════════════════════════════════════════────────┴───────────┘

 -> file: fediverse/5168
══════════════════════════════════════════════════════════════─────────────────────
 this is one of the first scripts I wrote
 
 I can't believe I put the --no-ls AFTER the argument, ha, what a noob.
 
 ah well if it works it works and I can't refactor now because I built it into
 random scripts and I'd be fixing errors all the time.
script 1:  #!/bin/bash  # sort by filetype would be nice  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 }    script 2:  #!/bin/bash  function cdir(){        if [ "$#" -eq 0 ]; then       pwd | cat >> ~/scripts/.cdir-target    elif [ "${1}" == "-l" ]; then       cat ~/scripts/.cdir-target    fi      }

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

 -> file: fediverse/5169
══════════════════════════════════════════════════════════════─────────────────────
 if you ever find yourself in a situation where you have to describe everything
 that you do,
 
 leave that situation
                                                           ┌───────────┐
 similar different════════════════════════════════════════════════════════════────────┴───────────┘

 -> file: fediverse/5170
══════════════════════════════════════════════════════════════─────────────────────
 competition is only fair if both sides start equally.
                                                           ┌───────────┐
 similar different════════════════════════════════════════════════════════════────────┴───────────┘

 -> file: fediverse/5171
══════════════════════════════════════════════════════════════─────────────────────
 I wonder how many people think of Sheik as "that weird mummy girl from super
 smash bros"
                                                           ┌───────────┐
 similar different════════════════════════════════════════════════════════════────────┴───────────┘

 -> file: fediverse/5172
══════════════════════════════════════════════════════════════─────────────────────
 one side: "it's most important to be yourself"
 
 the other: "it's most important to be your best"
 
 neither of them is wrong. duh. use your head. people all agree on wisdom, so...
 share that.
                                                           ┌───────────┐
 similar different════════════════════════════════════════════════════════════────────┴───────────┘

 -> file: messages/885
══════════════════════════════════════════════════════════════─────────────────────
 There are no long term decisions to be made that will not make future short
 term decisions more difficult. The trick is to find long term decisions that do
 not contest your desired future short term decisions.
                                                           ┌───────────┐
 similar different════════════════════════════════════════════════════════════────────┴───────────┘


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