HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zacru

no profile record

comments

Zacru
·vor 6 Monaten·discuss
Probably simply "makes you feel full longer".
Zacru
·vor 6 Monaten·discuss
They changed something about the noodles and now they are way overcooked if you follow the box instructions. And you need way more butter to get a similar flavor to before.
Zacru
·vor 12 Monaten·discuss
Because that's a syscall ;) https://man7.org/linux/man-pages/man1/flock.1.html is the command line manual.

I would say one good reason is that

  waitlock myapp &
  JOB_PID=$!
  # ... do exclusive work ...
  kill $JOB_PID
is a lot easier to use and remember than

  (; flock -n 9 || exit 1; # ... commands executed under lock ...; ) 9>/var/lock/mylockfile
Zacru
·letztes Jahr·discuss
Got to number 15 and the color was #C61. My choices were #D52, #161, #C61, and #C63. Sadly, I guessed #C63 and lost.

Maybe there should be some minimum distance between all of the choices.
Zacru
·letztes Jahr·discuss
And he was just laid off. https://news.ycombinator.com/item?id=43978589