HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cjvirtucio

no profile record

comments

cjvirtucio
·3 tahun yang lalu·discuss
my favorite tool; makes writing a bash fun for me.
cjvirtucio
·3 tahun yang lalu·discuss
you could also just write as if you're writing go:

function main {

  if ! failing_cmd; then
    log "this fails!"
    return 1
  fi

  log "this won't log"
}

main

I only mention this because there are folks who don't like set -e.
cjvirtucio
·3 tahun yang lalu·discuss
reddit and youtube were my last remaining social platforms. quit reddit because of the API changes. might be quitting youtube, as well, because of the ads. and then there'll be nothing left for me to spend time on except code and family.
cjvirtucio
·3 tahun yang lalu·discuss
most fun I've had with a programming language in years
cjvirtucio
·4 tahun yang lalu·discuss
good ole find, grep, sed, and jq.
cjvirtucio
·4 tahun yang lalu·discuss
the main thing that allows me to be productive with "only" vim is, funnily enough, things outside vim: bash knowledge. search, for instance, I can usually do in flexible ways with a pipeline of commands.
cjvirtucio
·4 tahun yang lalu·discuss
I wouldn't mind this, honestly. a game can be solid even on an old engine. just look at how long the Monster Hunter series had been on their old engine before overhauling with World.
cjvirtucio
·4 tahun yang lalu·discuss
it's so much easier to glue tools together with it. I'd end up writing more code if I had used python's subprocess package or ruby's IO package. as long as I don't need a complex data structure of some sort.
cjvirtucio
·4 tahun yang lalu·discuss
huh. TIL, that's pretty cool. guess I know what I'm doing next weekend..
cjvirtucio
·4 tahun yang lalu·discuss
would've liked something like this on hugo
cjvirtucio
·4 tahun yang lalu·discuss
>Knowing that I had two offers, and that I had gone through a very long process with them and having received an offer, I knew that I was a candidate they'd like to hire. This is the perfect time to get that extra worth, as you hold a lot of the chips, especially with two offers.

This has always been really hard for me to do, particularly if I actually am happy with the offer. It could be imposter syndrome, where I often feel like I don't "deserve" it.