HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zacru

no profile record

comments

Zacru
·6 mesi fa·discuss
Probably simply "makes you feel full longer".
Zacru
·6 mesi fa·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 mesi fa·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
·anno scorso·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
·anno scorso·discuss
And he was just laid off. https://news.ycombinator.com/item?id=43978589
Zacru
·anno scorso·discuss
>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
·anno scorso·discuss
This makes a SSRF bug go from "oops, that's bad" to "oops, your whole cluster is pwned", right?
Zacru
·2 anni fa·discuss
The thing I wish more error messages did was tell me exactly which file was not found.