HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sargun

no profile record

comments

sargun
·há 4 meses·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
·há 5 meses·discuss
Isn’t the highly connected nature of the model layers problematic to build into physical layer?
sargun
·há 5 meses·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
·há 5 meses·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
·há 6 meses·discuss
Andy Pavlo absolutely seems like the kind of guy that I would want to get a drink with.
sargun
·há 6 meses·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
·há 8 meses·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
·há 10 meses·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
·há 2 anos·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
·há 9 anos·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
·há 9 anos·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?