Earlier quoted context omitted.
To see how quickly HN changed in the old days, skim the feature requests thread: https://news.ycombinator.com/item?id=363 Some feature requests were a matter of days, like user profiles: https://news.ycombinator.com/item?id=481 A brief essay on some HN design decisions: https://pastebin.com/bSW5dfRQ (from https://news.ycombinator.com/item?id=8424502 ) I think the arc codebase is worth studying and understanding, prim…
> I think the arc codebase is worth studying and understanding Are you talking about the source code for ARC, or for Hacker News? It would be interesting to see how ARC is being employed on such a high profile site. I expect that some algorithms won't be freely available so as not enable people to game the site, but the rest would be interesting to see. I could find any source for Hacker News though. > And since code…
Current hn code (as in the actual code that delivers this comment) isn't open AFAIK (partly because of the shadow banning, filtering etc code.
But there's a full "news" site in Arc source - old and more maintained/evolved:
https://github.com/arclanguage/anarki/blob/master/lib/news.a...