Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Genbox
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Genbox
1mo ago
Agner's table[1] for Intel IceLake/TigerLake shows FDIV to have higher latency, but slightly better throughput. For latency: - DIV/IDIV r32: 12 cycles - DIV/IDIV r64: 15 cycles - FDIV: 14–16 cycles Throughput: - DIV/
2.
▲
by
Genbox
5mo ago
Publishing a zero knowledge proof rather than the solution is pretty clever.
3.
▲
by
Genbox
6mo ago
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.
4.
▲
by
Genbox
7mo ago
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 interpreted natu
5.
▲
by
Genbox
7mo ago
Are you saying that two weak factors are more secure than one strong factor?
6.
▲
by
Genbox
8mo ago
That is also a Windows 10 feature
7.
▲
by
Genbox
9mo ago
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 education.
8.
▲
by
Genbox
10mo ago
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 high level events on b
9.
▲
by
Genbox
10mo ago
Wow. That is actually very impressive. Things have moved quite a lot since I did a physics engine. What makes it difficult to integrate?
10.
▲
by
Genbox
10mo ago
That's a bit disingenuous. Can you substantiate your claims?
11.
▲
by
Genbox
10mo ago
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 thoughtfulness and enginee
12.
▲
by
Genbox
10mo ago
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 you get in contact wi
13.
▲
by
Genbox
11mo ago
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 [3]. People in glass
14.
▲
by
Genbox
1y ago
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
15.
▲
by
Genbox
1y ago
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 on getting basic inli
16.
▲
by
Genbox
1y ago
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 significant error I often s
17.
▲
by
Genbox
1y ago
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 offload the compu
18.
▲
by
Genbox
1y ago
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
19.
▲
by
Genbox
1y ago
I opened this post in a tab 3 days ago, but now it says "5 hours ago". Someone is playing around.
20.
▲
by
Genbox
1y ago
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 processes, assumptions and
21.
▲
by
Genbox
2y ago
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 similar by "gl
22.
▲
by
Genbox
2y ago
Do you have any regrets about an algorithm/data structure and wish you picked something else?
23.
▲
by
Genbox
2y ago
"Maasai" is the correct spelling. They explain it on their website [1] [1] https://maasai.com/conservation/maasai/
24.
▲
by
Genbox
2y ago
It isn't. You cannot derive an arbitrary length key with bcrypt.
25.
▲
by
Genbox
2y ago
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.
26.
▲
by
Genbox
2y ago
How does it compare to the built-in CRC32 instruction? [1] [1] https://www.intel.com/content/www/us/en/docs/ipp/developer-g...
27.
▲
by
Genbox
2y ago
We are saying the same thing. H0 is SHA-1 in your example. The strength of an HMAC depends on the strength of the hash function; however, since it uses two derived keys, the outer hash protects the inner hash (using the same hash function),
28.
▲
by
Genbox
2y ago
You are making two assumptions here: 1. More hash functions equals more security (hash encapsulation) 2. The attacker wants to know the content of 'm' H0(H1(m)) has the security of just H0. Hashes are not made to protect the conte
29.
▲
by
Genbox
2y ago
Datasheet can be found here: https://www.infineon.com/dgdl/Infineon-PASCO2V15-DataSheet-v...
30.
▲
by
Genbox
2y ago
A Danish cohort study showed the same results. > Our findings do not suggest an increased risk of sudden sensorineural hearing loss or vestibular neuritis following mRNA-based COVID-19 vaccination. https://portal.findresearche
More ›