Ask HN: What are some alternatives to HN?
141–150 of 207 posts
Re: Ask HN: What are some alternatives to HN?
#142https://pinboard.in/popular/
Re: Ask HN: What are some alternatives to HN?
#143Re: Ask HN: What are some alternatives to HN?
#144http://lobste.rs
People who might like a Lobsters invite should make their E-mail known in their profile. (Having some contact info in your HN profile is probably a good idea in general. I think the likelihood of spam is pretty low.)
Re: Ask HN: What are some alternatives to HN?
#145Re: Ask HN: What are some alternatives to HN?
#146Re: Ask HN: What are some alternatives to HN?
#147Earlier quoted context omitted.
If you add your email to your profile I'll send you one
I like DN as well and browse it almost daily. However I'm not a designer. Is being a designer required for an invite?
Re: Ask HN: What are some alternatives to HN?
#148import requests
import lxml.html
dom = lxml.html.fromstring(requests.get('https://news.ycombinator.com/item?id=7254884').content)
[x for x in dom.xpath('//a/@href') if '//' in x and 'ycombinator.com' not in x]
Re: Ask HN: What are some alternatives to HN?
#149Reddit is my go to since there is a subreddit for almost any topic.
The place is really controlled by mods not by the voting , the voting is an illusion and is easily manipulated. Ultimately the mods and admins have final say on what you see no matter what the vote count.
I am not a fan of reddit and hope for something better.