HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jhgg

no profile record

comments

jhgg
·3 เดือนที่ผ่านมา·discuss
We just track power utilization.
jhgg
·5 เดือนที่ผ่านมา·discuss
Cool article :)
jhgg
·9 เดือนที่ผ่านมา·discuss
Yes, agreed, hence rarely a problem in practice ;)
jhgg
·9 เดือนที่ผ่านมา·discuss
Risk of deadlock is real if you have processes calling each-other in a cyclic way. e.g. process A sends GenServer call to process B, that then sends a GenServer call to process A to in order to handle the original call. However, process A is busy waiting on B to reply to it's initial call.

This is rarely a problem in practice however.
jhgg
·3 ปีที่แล้ว·discuss
Do you know of any service that is running at scale out there that stores their data as 5mb plain text files?
jhgg
·3 ปีที่แล้ว·discuss
Because it would be obscenely expensive (in terms of computational resources) to search history via grep. Hence why we use an inverted index.