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
HN user
bruhhh
the search results are horrible. I wrote a word with 4 letters and it was showing me results for only every letter individually...
the font is so tiny on the website preview I cant read anything
big red flag
yah I'm not creating an account to use a browser, hard pass
just curious, why not add the ability of reviewing the existing source code and not just pull requests?
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
i love this
Awesome project! Looks great!
PS. FireFox (latest) didn't recognize it as a search engine. I can't add it to my search engines. It would be nice if this is something you can update on the backend side.
they also store all your info
https://old.reddit.com/r/linux/comments/qqpggk/new_youcom_pr...
not that it doesnt have valid points, but, this entire article seems like an ad for You.com
a proof that he get shit down? Yah just like he got the underground tunnel project don-... oh wait, he ended up building 10% of the original plan and it sucked
for Android TVs, you can't even turn on the TV without it being connected
you can't keep customers like that
so an open market for scalpers to sell you a "GPU time share"...
just do it on colab, save checkpoints, and keep training
I wonder how much data mining is going on on these machines. They can easily benefit from the huge free, potentially well-labeled, data they can re-sell to other companies
the amount doesnt matter, it's about getting charged for no reason. You never know how much it would be for the next person they charge
I'm glad I saw this comment before using this website. Never trust services that charges you years later without any reason. They would've probably continued to charge you without you knowing if the card wasn't expired!
or you're just upset that your beliefs are challenged
no, you're just coping
you missed the joke
this is awesome!
For some reason this is not an issue when it's about personalizing ads...
u need a prescription for this, u dont need one for coffee. thats a deal breaker
interesting how the request takes about a month to process.. it's almost... almost like... they dont really wanna do it but have to
the github repo is just few html pages i dont see anh source code.. i wont trust this search engine...
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