Publishing a zero knowledge proof rather than the solution is pretty clever.
If I would like to build a visualization like this, but for a data ingestion pipeline, any tips on where to start? I have it visually in my head, but it feels overwhelming getting it into a website.
PHP loads all available functions into a giant hashset (see zend_disable_function in PHP's source). 'disable_functions' removes the functions from the hashset, making them unavailable to be called. Due to its…
Are you saying that two weak factors are more secure than one strong factor?
That is also a Windows 10 feature
I agree with this. As someone who took 3 degrees in computer science, one called "systems developer" and another called "software engineer", I can confidently say we have a taxonomy problem in computer science…
Thanks! The direct hooking into the narrow phase solver is the most performant way to go about it, but it does present several issues in state management. I did the same thing in Farseer Physics Engine, but also added…
Wow. That is actually very impressive. Things have moved quite a lot since I did a physics engine. What makes it difficult to integrate?
That's a bit disingenuous. Can you substantiate your claims?
The security of the Apple ecosystem is miles ahead of others. Every time I reverse engineer some component of their OS, it is very different from what I've seen before. I always find myself surprised by their…
The condition is called Anosmia and can stem from different sensor and brain conditions. It would be interesting to try the technique on people with these conditions to map the different kinds of olfactory failures. If…
It is also kinda a self-burn. Chromium an aging code base [1]. It is written in a memory unsafe language (C++), calls hundreds of outdated & vulnerable libraries [2] and has hundreds of high severity vulnerabilities…
This is related to a technical deep dive released a few weeks ago: https://github.com/Zephkek/Asus-ROG-Aml-Deep-Dive?tab=readme... HN post: https://news.ycombinator.com/item?id=45271484
I generally agree. However, there are several important optimizations that Roslyn does not yet have. I love the improvements in newer versions of the compiler as much as the next guy, but historically, waiting 20 years…
Taking a bunch of data from the Korean National Health Insurance database and looking for one specific connection is less than helpful. Like carl sagan said: extraordinary claims require extraordinary evidence. A…
It looks like a process model; isolation between programs with a system for inter-process communication, and running within a single process's memory. If I understand correctly, instead of writing a c++ application to…
I ported BinaryFuse filter to C#, along with tests and benchmarks. BinaryFuse filter is an incredibly clever data structure. https://github.com/Genbox/FastFilter/tree/master
I opened this post in a tab 3 days ago, but now it says "5 hours ago". Someone is playing around.
A few years ago i picked up the old (but famous) cases of Brad Cooper and Casey Anthony as they have tons of available digital forensics evidence. I double-checked the forensics work and found several mistakes in…
C# started as a language tightly aligned with C++/Java, but has since moved to be something else entirely that is highly capable. I assume that free-floating functions are global functions. You can achieve something…
Do you have any regrets about an algorithm/data structure and wish you picked something else?
"Maasai" is the correct spelling. They explain it on their website [1] [1] https://maasai.com/conservation/maasai/
It isn't. You cannot derive an arbitrary length key with bcrypt.
For those reviewing the changeset: There are two places where they read a value directly from $POST into an $args array. There is no validation applied, which means an attacker can inject whatever value they wish.
How does it compare to the built-in CRC32 instruction? [1] [1] https://www.intel.com/content/www/us/en/docs/ipp/developer-g...
Publishing a zero knowledge proof rather than the solution is pretty clever.
If I would like to build a visualization like this, but for a data ingestion pipeline, any tips on where to start? I have it visually in my head, but it feels overwhelming getting it into a website.
PHP loads all available functions into a giant hashset (see zend_disable_function in PHP's source). 'disable_functions' removes the functions from the hashset, making them unavailable to be called. Due to its…
Are you saying that two weak factors are more secure than one strong factor?
That is also a Windows 10 feature
I agree with this. As someone who took 3 degrees in computer science, one called "systems developer" and another called "software engineer", I can confidently say we have a taxonomy problem in computer science…
Thanks! The direct hooking into the narrow phase solver is the most performant way to go about it, but it does present several issues in state management. I did the same thing in Farseer Physics Engine, but also added…
Wow. That is actually very impressive. Things have moved quite a lot since I did a physics engine. What makes it difficult to integrate?
That's a bit disingenuous. Can you substantiate your claims?
The security of the Apple ecosystem is miles ahead of others. Every time I reverse engineer some component of their OS, it is very different from what I've seen before. I always find myself surprised by their…
The condition is called Anosmia and can stem from different sensor and brain conditions. It would be interesting to try the technique on people with these conditions to map the different kinds of olfactory failures. If…
It is also kinda a self-burn. Chromium an aging code base [1]. It is written in a memory unsafe language (C++), calls hundreds of outdated & vulnerable libraries [2] and has hundreds of high severity vulnerabilities…
This is related to a technical deep dive released a few weeks ago: https://github.com/Zephkek/Asus-ROG-Aml-Deep-Dive?tab=readme... HN post: https://news.ycombinator.com/item?id=45271484
I generally agree. However, there are several important optimizations that Roslyn does not yet have. I love the improvements in newer versions of the compiler as much as the next guy, but historically, waiting 20 years…
Taking a bunch of data from the Korean National Health Insurance database and looking for one specific connection is less than helpful. Like carl sagan said: extraordinary claims require extraordinary evidence. A…
It looks like a process model; isolation between programs with a system for inter-process communication, and running within a single process's memory. If I understand correctly, instead of writing a c++ application to…
I ported BinaryFuse filter to C#, along with tests and benchmarks. BinaryFuse filter is an incredibly clever data structure. https://github.com/Genbox/FastFilter/tree/master
I opened this post in a tab 3 days ago, but now it says "5 hours ago". Someone is playing around.
A few years ago i picked up the old (but famous) cases of Brad Cooper and Casey Anthony as they have tons of available digital forensics evidence. I double-checked the forensics work and found several mistakes in…
C# started as a language tightly aligned with C++/Java, but has since moved to be something else entirely that is highly capable. I assume that free-floating functions are global functions. You can achieve something…
Do you have any regrets about an algorithm/data structure and wish you picked something else?
"Maasai" is the correct spelling. They explain it on their website [1] [1] https://maasai.com/conservation/maasai/
It isn't. You cannot derive an arbitrary length key with bcrypt.
For those reviewing the changeset: There are two places where they read a value directly from $POST into an $args array. There is no validation applied, which means an attacker can inject whatever value they wish.
How does it compare to the built-in CRC32 instruction? [1] [1] https://www.intel.com/content/www/us/en/docs/ipp/developer-g...