Some honest feedback: I personally wouldn't switch to this from HN. The reason being that the main problems you're trying to solve (encouraging constructive discussions, influence farming, etc.) are simply not things that have been an issue for me on HN. If anything, I come to HN specifically because the majority of discussions are pretty constructive, and the karma points are hidden so no one really cares about (or can tell) a user's influence.
The rest of the benefits like markdown support are cool, but it's also kind of nice that the focus on HN is on the content versus formatting.
> In my experience, HN definitely has a problem with actively discouraging dissent
Do you think so? The "punishment" for extremely unpopular opinions seems to be a few downvotes, which are bounded below by -4. Thus the net effect is that your message appears below others. I cannot see how this can be construed as "severely discouraging dissent", it seems rather mild to me. In any case, I am not afraid to express my strong dissent on any topic here, and if anything I find the downvotes that I get rather amusing.
HN tends to keep non-Tech dissent to a minimum, or at least, if you have a differing opinion, you are held to a higher standard to defend it. I think that is a necessity for semi-anonymous online forums in this age - if you allow throwaway comments that seem anywhere from eccentric to absurd in order to troll the base, you lose the community. (reddit, 4chan, etc.)
As far as online forums go, HN seems significantly better than any other platform, considering we're also trying to self-moderate (i.e. excluding old-school forums with no voting / self-moderation features)
As if hn wasn't comp sci and tech focused enough. I really don't see the point if this bar some formatting features and a different karma system (who cares about karma on hn anyway?)
HN's pretty much a perfect website as far as design and community goes for me, but if anything I'd like more non-tech content. Some of the best articles I've ever read have been ones on urban planning or behavioral economics that I wouldn't have found posted and talked about elsewhere. Paul Graham's "Life is Short" essay is incredible and I revisit it several times a year. There's much more to life than SAAS.
Occasionally there are comments in threads about tangent-but-complicated topics in tech (e.g. tech-politics, tech-gender) that tend to ask "why is this on HN?", despite tangent topics still being on-topic.
That has been, and still is, talked about a great deal here. If it feels like it's not enough, that's because nobody ever feels like their favorite topics are discussed enough on HN. Even Rust hackers probably feel that way. This is because frontpage space is the scarcest resource on the site. More here if anyone wants it: https://news.ycombinator.com/item?id=19720659.
Enlyte is a new cs/tech community. Right now tech-only content is pulled from HN.
Some small differences from HN include:
- Downvoting comments either requires user to spend 1 of their own karma OR an explanatory reply, this is to encourage constructive discussions and combat toxic-induced downvotes.
- Posts and Comment Influence Points are capped per Post/Comment to combat influence farming
- Markdown support
- Notifications
- HN comment replies can be fully collapsed, so you can dig into the comment that interest you most
This is a work in progress, so if you find any bugs (I’m sure they will show up) or have any suggestions/questions, you can comment on HN or email me at contact@enlyte.com
> Enlyte is a new cs/tech community. Right now tech-only content is pulled from HN.
We've let people do mashups, alternative UIs, and other cool experiments with HN data, but "pulling" (i.e. copying) HN's content wholesale in an attempt to start a separate community seems very different and, frankly, dodgy. Not to mention branding it as "a" Hacker News, like you have in the title above.
If you think you can make a better community than HN with different features, you're free to try, but not by mirroring and forking HN's discussions.
It's an SPA and I do think it's a refreshing take on HN. Much faster loading feel. Don't know if I would use it as my HN front end - why not just make it a separate system altogether?
Faster loading? HN pages are so fast I sometimes wonder if my click missed the "refresh" button. This one has time to display two loading states, and the HN main page loads long before this thing's first loading state's done. This takes at least a full second before content shows up.
First impact: compared to HN it's needlessly colorful (not bad but a little distracting), it's much less compact, and on my slow and filtered network connection there is one apparently permanent spinner overlay per story (stories don't open).
Say no to useless Javascript! Why risk bad user experience?
Unfortunately I have to agree. I went straight to the JavaScript-less browser I do most of my text browsing on (and which HN works fine on), and just got a blank page.
I disabled umatrix and ublock entirely and it still just loads a white page in firefox. I assume because I'm blocking cookies? Not sure why they're necessary
Either lots of people are crossposting their comments to your site, or you're doing it for them. If it's the latter, that's a pretty wholesale copyright infringement job, isn't it? As I understand it, YCombinator is granted a license for the comments by the EULA on the site, but that doesn't extend to scrapers..?
[I should add, it's probably also a GDPR violation. The GDPR has some excitingly large fines for data misuse! :-)]
Slightly tangentially, someone mentioned recently that he'd like a feed of only non-science/tech related HN articles. I put together some code[0] to get the feed from the API, and parse them with either a word blacklist or a classifier trained on a text corpus, but my results weren't really good. If anyone has any insights, I'd be happy to hear them.
It's a little sluggish and some of the async data flows have been unresponsive (editing profile, etc)... May even out with time, but not sure if it's on a cloud host or if enlarging the system is an option.
As an alternative: There is also computer science and technology focused community Lobsters [1], which has been around for a couple of years and offers a different experience.
Really not to keen on SPAs - JS is fine for analytics but not an entire website. Still, the design is nice - especially like image previews under links.
The rest of the benefits like markdown support are cool, but it's also kind of nice that the focus on HN is on the content versus formatting.
My two cents. Congrats on shipping!