Live data from Hacker News

Viewing profile — Nyan

Nyan

HN member
Joined
Sat, May 28, 2016, 10:37 AM UTC
HN karma
87
Public activity
46 items

About Nyan

No profile information was provided.

Recent public activity

  1. comment
    Comment #39677459

    Nice work - thanks for your efforts! Yeah, the compute complexity for Reed Solomon is generally O(size_of_input * number_of_recovery_blocks) If you don't specify the number of bloc…

  2. comment
    Comment #39674277

    Thanks for doing that. > par2cmdline[-turbo] encode: par2 c -r25 test That command is rather unfair to PAR2 - you should add `-b48 -n2 -u` to make the comparison fairer. PAR2 ain't…

  3. comment
    Comment #39656094

    You should at least be benchmarking against par2cmdline-turbo instead (stock par2cmdline isn't exactly performance-oriented). Also, you need to list the parameters used as they sig…

  4. comment
    Comment #38606870

    Someone made this: https://github.com/manticore-projects/fpng-java Replacing zlib might give you a few percentage points' worth of difference, whilst fpnge would likely be several …

  5. comment
    Comment #38589612

    We've already got JPEG-XL as a good replacement format, but some feel that jeopardizing its adoption is a sensible cause.

  6. comment
    Comment #38589575

    Why not use fpnge?

  7. comment
    Comment #37254914

    If you search up guides on how to upload to Usenet, you'll often find most of the recommend creating split RARs. Uploaders who just transfer scene releases without bothering to ext…

  8. comment
    Comment #37243682

    Many older formats, ZIP included, didn't standardise on an encoding, so they just use whatever the local 8-bit encoding happens to be. And if your system charset is different from …

  9. comment
    Comment #37243590

    Hopefully that slowly stops being the standard: https://github.com/animetosho/Nyuu/wiki/Stop-RAR-Uploads

  10. story
  11. comment
    Comment #36659680

    I follow the latest stuff but haven't seen anything I'd consider to be "a very large resurgence". Personal opinion: whilst bad official translations certainly exist, most of the ti…

  12. comment
    Comment #36653449

    Generally the translator will find a way to work around the lack of a direct equivalent, trying to convey as much of the meaning as possible. Now you may think that these workaroun…

  13. comment
    Comment #36651540

    From memory, the original Nyaa was nyaatorrents.org -> nyaa.eu -> nyaa.se

  14. comment
  15. comment
    Comment #36651393

    Your experience may be slightly out of date. Fansubbers these days are a tiny shadow of that they used to be. The vast majority of anime piracy these days consists of ripping offic…

  16. comment
    Comment #36651329

    A possibility might be that the bigger sites have paid more attention to opsec, and are harder to take down, whilst smaller players may be easier to intimidate. Current Nyaa (nyaa.…

  17. comment
    Comment #36651288

    > It's jumped several domains in the past One thing to note is that there's actually two Nyaa sites, so it's important to not confuse the two. The original jumped several domains, …

  18. comment
    Comment #36400375

    Very useful. In fact, it speeds up a single instance (i.e. not taking advantage of SIMD) of MD5 by 20%: https://github.com/animetosho/md5-optimisation#x86-avx512-vl...

  19. comment
    Comment #36258081

    Faster PNG en/decoders exist though, it's probably just libpng being the most commonly used, but not extensively optimised.

  20. story
  21. story
  22. story
  23. story
  24. comment
    Comment #34462148

    I didn't infer 15% from the way it was written there. But most platforms these days have some form of CRC32 "acceleration". Adler32 is easy to compute so I'm even less concerned th…

  25. comment
    Comment #33260745

    I see. Yeah, PAR3 tries to address the 'lots of files' scenario better than PAR2. But updates are problematic. You could 'delete' parts of a recovery file if the data is present. H…