💾 Archived View for dioskouroi.xyz › thread › 29440467 captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-04)

🚧 View Differences

-=-=-=-=-=-=-

Awesome Hacker News – A collection of Hacker News apps, libraries, resources

Author: hidden-spyder

Score: 85

Comments: 6

Date: 2021-12-04 12:37:54

Web Link

________________________________________________________________________________

moehm wrote at 2021-12-04 15:20:41:

I made another one, where I curate good articles from Wikipedia, their respective discussions on HN and structure them into topics.

For example the most popular Wikipedia articles on HN:

https://www.mostdiscussed.com/popular

And the topics HN find interesting:

https://www.mostdiscussed.com/popular/topics

hidden-spyder wrote at 2021-12-04 17:44:49:

These are great. Thanks for creating them!

waltbosz wrote at 2021-12-04 16:09:39:

I'm working on a userscript right now that colorizes the UI for added visibility around usernames and thread indents. It also adds some extra navigation tools.

I'll be sure to submit a pull request to this repo once it's ready.

Thanks for sharing.

hidden-spyder wrote at 2021-12-04 17:45:51:

Also consider doing a Show HN post.

marcodiego wrote at 2021-12-04 14:11:59:

I'd love to get statistics. Is there a simple way for me to check how my karma has evolved over time, my most like post or comment, who was the user who got the most karma points last year, month, week?

I like

https://hnbadges.netlify.app/

but it is far from what I want.

evandwight wrote at 2021-12-04 16:58:10:

For posts that wouldn't be hard as firebase has the data[0].

However for comments that's difficult as neither firebase[1], nor hackernews public[2] has scores. The data is only available when you are logged in directly on news.ycombinator.com. So, you could scrape it yourself.

To get your post karma over time just download your submissions[3] and plug it into excel.

[0] -

https://hacker-news.firebaseio.com/v0/item/8863.json?print=p...

[1] -

https://hacker-news.firebaseio.com/v0/item/9224.json?print=p...

[2] -

https://news.ycombinator.com/threads?id=evandwight

[3] -

https://hacker-news.firebaseio.com/v0/user/evandwight.json?p...