Live data from Hacker News

Viewing profile — Tractor4973

Tractor4973

HN member
Joined
Tue, Dec 11, 2012, 2:08 AM UTC
HN karma
7
Public activity
11 items

About Tractor4973

No profile information was provided.

Recent public activity

  1. comment
    Comment #8380856

    Yes it is

  2. comment
    Comment #8380854

    Actually, the test code and the benchmark suite are present within the FSE project (linked from the article)

  3. 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…

  4. 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…

  5. 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…

  6. comment
    Comment #7957692

    btw : http://fastcompression.blogspot.fr/2014/06/lets-move-on.html

  7. 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 ?

  8. comment
    Comment #7042689

    Golomb is way too static, it doesn't compress as well as Huffman, let alone FSE.

  9. comment
    Comment #7042061

    Same of Q-Coder : "The Q-Coder is a new form of adaptive binary arithmetic coding"

  10. comment
    Comment #7042060

    The Howard-Vitter coder only works for binary alphabet (0/1).

  11. 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!)…