HN user

hyiltiz

40 karma
Posts1
Comments12
View on HN

I wonder if there will be a martyr in Youtube who will smuggle out all the dislike count data to benefit humanity.

Storing the dislike counts for each user takes a binary state at the minimum, and a byte of storage typically. Considering the HUGE global user base, that would be too much data storage and maintenance required for a company like Google/Youtube to invest their resources in. It also improves user experience by minimizing the data transfer requied to consume products in the platform, thus improving the efficiency and speed in the platform.

It is for the best of the users, and is a great design for the user. User's will learn to love them in time.

I am having difficulty locating which is the first sentence you were referring to in the README.md, and what it has to do with the (what) slang.

nnn - Supercharge your productivity! Latest release Availability Travis Status CircleCI Status Privacy Awareness License icons and colors asciicast [Features] [Quickstart] [Plugins] [Documentation] nnn (n³) is a full-featured terminal file manager.

If it is your own project, which doesn't depend on other's, then you can simply change it anytime you like if you decided GPLv3 no longer suited your needs. It is typically problematic when you are using someone else's program released under GPL; they released it under GPL hoping for what GPL entails.

You may also read this thread in the mailing list [0]. I may need to look up some more resources, but it seems to me that there wasn't a rigorous peer review for it. For example, compare it to merging SM4 into OpenSSL [1]. I would've thought that you'd need a few rounds of back and forth reviews mostly focused on cryptography and implementation such as possibilities of side channel attacks etc., not just some comments on style once.

[0] https://lkml.org/lkml/2020/9/20/192 [1] https://github.com/openssl/openssl/pull/4552