Viewing profile — Tractor4973
Tractor4973
HN member- Joined
- Tue, Dec 11, 2012, 2:08 AM UTC
- HN karma
- 7
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About Tractor4973
No profile information was provided.
Recent public activity
-
comment
Comment #8380856
Yes it is
-
comment
Comment #8380854
Actually, the test code and the benchmark suite are present within the FSE project (linked from the article)
-
comment
Comment #7959613
Yeah, it could be that both discovered the vulnerability independently. It's just that, from a timing perspective, Ludwig found it first, and provided explanations which where acce…
-
comment
Comment #7958825
Current kernel users : zRam, SquashFS, BTRFS, BootLoader First 3 use small block sizes, KB range. Last one used the LZ4 file format, which limits blocks to 8 MB. Yes, there is no k…
-
comment
Comment #7958798
Of course, this argument is totally nuts. 2^64 of RAM is not accessible, period. It's ludicrous to pretend that a code delivered today should take into consideration a potential is…
-
comment
Comment #7957692
btw : http://fastcompression.blogspot.fr/2014/06/lets-move-on.html
-
comment
Comment #7957691
The LZ4 Memory corruption was already fully described at the LZ4 issue board, and accepted by the LZ4 author. What is this article supposed to learn us ?
-
comment
Comment #7042689
Golomb is way too static, it doesn't compress as well as Huffman, let alone FSE.
-
comment
Comment #7042061
Same of Q-Coder : "The Q-Coder is a new form of adaptive binary arithmetic coding"
-
comment
Comment #7042060
The Howard-Vitter coder only works for binary alphabet (0/1).
-
comment
Comment #4902728
This reminds me of this game for HP48. It had some pretty graphics for the time, using 4-grey colors with LCD timing tricks. Unfortunately, it also meant the game was heavy (40KB!)…