HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zacru

no profile record

comments

Zacru
·6 maanden geleden·discuss
Probably simply "makes you feel full longer".
Zacru
·6 maanden geleden·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
·12 maanden geleden·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
·vorig jaar·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.