HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sargun

no profile record

comments

sargun
·4 เดือนที่ผ่านมา·discuss
Eh, at least one of those -- the "crashing the node" with messages argument is weak-ish, you can setup:

  erlang:process_flag(message_queue_data, on_heap),
  erlang:set_process_info_limit(memory, 1024000).
sargun
·5 เดือนที่ผ่านมา·discuss
Isn’t the highly connected nature of the model layers problematic to build into physical layer?
sargun
·5 เดือนที่ผ่านมา·discuss
I find it a little funny how much the government spends on these dead end investigations. We never will know precisely how much is wasted.
sargun
·5 เดือนที่ผ่านมา·discuss
What ethnicity are you? I went through an airport -- and nobody else got screened except me. What was special about me? I was the only non-white person in the airport. Upon complaining, this was the response:

> Random selection by our screening technology prevents terrorists from attempting to defeat the security system by learning how it operates. Leaving out any one group, such as senior citizens, persons with disabilities, or children, would remove the random element from the system and undermine security. We simply cannot assume that all terrorists will fit a particular profile.
sargun
·6 เดือนที่ผ่านมา·discuss
Andy Pavlo absolutely seems like the kind of guy that I would want to get a drink with.
sargun
·6 เดือนที่ผ่านมา·discuss
So, you’re essentially washing the soil in DMSO, and DDT is more soluble in DMSO? — curious, what does it take to wash all that soil?
sargun
·8 เดือนที่ผ่านมา·discuss
I have wondered why the likes of McKinsey, KPMG, and PWC do not put up candidates (don't even sponsor them, just say you're electing _well known consultancy_).
sargun
·10 เดือนที่ผ่านมา·discuss
The author (Cong Wang) is building all sorts of neat stuff. Recently, they built kernelscript: https://github.com/multikernel/kernelscript -- another DSL for BPF that's much more powerful than the C alternatives, without the complexity of C BPF. Previously, they were at Bytedance, so there's a lot of hope that they understand the complexities of "production".
sargun
·11 เดือนที่ผ่านมา·discuss
What's the US Customs ruling in question? > This update was enabled by a recent U.S. Customs ruling.
sargun
·11 เดือนที่ผ่านมา·discuss
I really like the manycores approach, but we haven’t seen it come to fruition — at least not on general purpose machines. I think a machine that exposes each subset of cores as a NUMA node and doesn’t try to flatten memory across the entire set of cores might be a much more workable approach. Otherwise the interconnect becomes the scaling limit quickly (all cores being able to access all memory at speed).

Erlang, at least the programming model, lends itself well to this, where each process has a local heap. If that can stay resident to a subsection of the CPU, that might lend itself better to a reasonably priced many core architecture.
sargun
·2 ปีที่แล้ว·discuss
I find it funny that companies like AT&T and Equifax are barely scrutinized for their data handling practices compared to the Amazon and Googles of the world. I wonder why that is.
sargun
·3 ปีที่แล้ว·discuss
It’s funny, all the humanities types try to push the proliferation of languages, but the engineering types keep trying to reduce the language barrier.
sargun
·9 ปีที่แล้ว·discuss
Does CosmosDB have any relationship to Microsoft Cosmos (http://web.stanford.edu/class/ee380/Abstracts/111026a-Hellan...)? Or is this another case of Dynamo / DynamoDB?
sargun
·9 ปีที่แล้ว·discuss
Why is encryption at rest difficult? I presume it's all AES (hardware accelerated), with some key derived at system boot time?

Are y'all doing encryption in the D/C, or just on the WAN? If you're doing it on the WAN, any luck using MACSEC?