Viewing profile — Nyan
Nyan
HN member- Joined
- Sat, May 28, 2016, 10:37 AM UTC
- HN karma
- 87
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About Nyan
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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 …
-
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.
-
comment
Comment #38589575
Why not use fpnge?
-
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…
-
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 …
-
comment
Comment #37243590
Hopefully that slowly stops being the standard: https://github.com/animetosho/Nyuu/wiki/Stop-RAR-Uploads
- story
-
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…
-
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…
-
comment
Comment #36651540
From memory, the original Nyaa was nyaatorrents.org -> nyaa.eu -> nyaa.se
- comment
-
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…
-
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.…
-
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, …
-
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...
-
comment
Comment #36258081
Faster PNG en/decoders exist though, it's probably just libpng being the most commonly used, but not extensively optimised.
- story
- story
- story
- story
-
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…
-
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…