HN user

z3

32 karma
Posts1
Comments38
View on HN

I started as a hacker, reverse engineering

this is the key point which makes you good. you always think as a hacker and that's why you write good code.

I absolutely agree with you. it's hard to deal with bad thoughts now days.

every time I find myself in such a situation, I find the best way out in training and sports. physical activity best heals the mind. running, push-ups, swimming

you can run and check the script:

$cat <(curl tea.xyz)

--- #!/bin/sh

set -e

if [ -n "$VERBOSE" ]; then set -x fi

if [ "$1" = "--show" ] && [ $2 = "twitter" ]; then echo "https://twitter.com/teaxyz_" elif [ -n "$1" ]; then # Hi, I know you’re excited but genuinely, pls wait for release # I added this so I can do CI :/ case $(uname) in Darwin) suffix=macOS-aarch64;; Linux) suffix=linux-x86-64;; *) echo "unsupported OS or architecture" >&2 exit 1;; esac

  if [ "$1" = "brew" ]; then
    d="$HOME"/.tea/bin
    mkdir -p "$d"
    curl https://tea.xyz/dist/tea-$suffix -o "$d"/tea
    echo "$d" >> $GITHUB_PATH
  else
    mkdir opt
    curl https://tea.xyz/dist/tea-$suffix -o ./opt/tea
    chmod u+x ./opt/tea
    shift
    ./opt/tea "$@"
  fi
else echo echo "418 I’m a teapot" echo echo "thanks for your interest in tea." echo "alas, we’re not quite ready to serve you yet." echo echo "while you wait why not follow us on Twitter:" echo echo ' open $(sh <(curl tea.xyz) --show twitter)' echo fi ----

kubernetes has more advantages than pure horizontal scaling capacity. there are services, secrets, networking etc, which are useful for small size projects at the same way as big ones. I agree that it can be over kill, but I would not throw away whole kubernetes only for assumptions base on the size of the projects.