This is the offending code:
$('body').on('click', '.linker', function (e) {
e.preventDefault;
$(this).html('Redirecting to ' + $(this).data('name') + '...');
window.location.href = $(this).attr('href');
})I find it quite frustrating when this doesn't work.
It definitely seems random. It's not just showing new projects created on a given day, because I see projects that are really old. Is it checking for projects that are small and recently updated, maybe?
You're not supposed to submit a project created ONE year ago. People just want fresh air.
That's a bummer. Why not?Fresh air did not come into existence yesterday. Some of the freshest air comes from melting glaciers, where air has been trapped for centuries X^)
Probabilistically, most interesting projects were created over a year ago. It seems like a silly restriction to me, but I can also see it being interesting as a `/new` page. On that line of thought, having a `/classic` page where older projects are allowed might be an interesting experiment.
A digest email like github explore would be a nice addition.
One nitpick: you intercept the cmd+click event, so when I try to open a link in a new tab, it also navigates the current tab.
Maybe it's effective for this type'o'thing, the trick is to not overdo it.