HN user

bruhhh

12 karma
Posts0
Comments34
View on HN
No posts found.

This does more harm than good. If you set a precedent, then things like stable diffusion will also be illegal since it's trained on public data. OP just wants to make money from microsoft using fearmongering and false sense of righteousness

the search results are horrible. I wrote a word with 4 letters and it was showing me results for only every letter individually...

AutoRegex 4 years ago

the font is so tiny on the website preview I cant read anything

I really like the design of the website, you earned my sub!

I just have one small suggestion:

I think it would make it better if the subscribe button disappears after you scroll down for a whole page instead of having it sticky.

Other than that, great work in terms of the article and the website! looking forward to read more

this is sorta of elitist article that people cant relate to. One of the major reasons why people are leaving netflix is because their sub is expensive af compared to all the other streaming services. I could sub to 4 different major streaming services for cheaper than the mid-tier sub on netflix. I'm glad to see them lose sub and look forward to see their complete fall for being greedy tools

For people who want to automate their seeding or for those who want to seed on headless servers:

Download aria2:

    sudo apt install aria2
then run this one command in your terminal:
    for i in {1..10}
    do
      rand=`shuf -i 0-851 -n 1`
      url=http://libgen.rs/scimag/repository_torrent/sm_${rand}00000-${rand}99999.torrent
      nohup aria2c $url > $(basename "$url" .torrent).out &
    done