HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Zacru

no profile record

コメント

Zacru
·6 か月前·議論
Probably simply "makes you feel full longer".
Zacru
·6 か月前·議論
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 か月前·議論
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
·昨年·議論
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
·昨年·議論
And he was just laid off. https://news.ycombinator.com/item?id=43978589
Zacru
·昨年·議論
>dual-license the engine under both their current non-OSS modified Apache and the GPL.

Of course if they do, I hope they will say "either modified Apache or the GPL".

My company's lawyers made a big stink about us using jQuery plugins that said "and" instead of "or".
Zacru
·昨年·議論
This makes a SSRF bug go from "oops, that's bad" to "oops, your whole cluster is pwned", right?