DEV Community

Ben Halpern
Ben Halpern

Posted on

Changelog: Chronofilters!

Chronofilter? It's a weird name but that's what I called my branch and I'm sticking with it!

We now have filters on the home page and the tag pages which will help folks discover the most interesting content from the past while. The cream rises to the top really well this way.

This will make spending time in the tag pages more valuable. As someone who has trouble keeping up with the JavaScript community's pace of progress, this should help me click in and get a look at what the community engaged with most in the past week or month. And if you only come to the dev.to about once a week, this will help you catch up.

The latest tab might get spammy sometimes because it's the latest unranked and unmoderated content, but dipping in there to ❤️ the posts you like will go a long way in ensuring good content across the site. And we are always working on improving our ranking and moderation systems.

Anyway, hope folks enjoy the new navigation features!

Top comments (13)

Collapse
 
ben profile image
Ben Halpern

By the way, like all new features, there are some small ways this may not work as expected and we're working on ironing that all out!

Collapse
 
jacobgc profile image
Jacob

What a very polite way to talk about bugs 😂

Collapse
 
ben profile image
Ben Halpern
  1. I'm Canadian
  2. Software has a mind of its own. Who am I to decide what's a bug and what's a feature?
Thread Thread
 
michaelgv profile image
Mike

I find features are a result of bugs

Thread Thread
 
jacobgc profile image
Jacob

All bugs are features if your creative enough

Collapse
 
andy profile image
Andy Zhao (he/him)

Gotta say, chronofilters is a really cool name.

Collapse
 
ben profile image
Ben Halpern

Collapse
 
nektro profile image
Meghan (she/her)

Is there anyway to set a default chronofilter?

Collapse
 
ben profile image
Ben Halpern

Not at the moment, but if you describe your use-case it could be possible. Use case is better than feature request because it lets us attempt to address the desired behavior whether or not setting a default chronofilter is the best way to go about it.

Collapse
 
nektro profile image
Meghan (she/her)

Sorry for the late response, I've been out all day and can't make comments on iOS. I was hoping to be able to set "Latest" as my default since I liked it most when posts were ordered chronologically. "Feed" is nice to to up and coming content but I personally prefer the default to be newest first, regardless of score. Hope this helps! (((((and kudos on avoiding the x/y problem)))))

Thread Thread
 
ben profile image
Ben Halpern

Yeah, this is a reasonable request. For technical reasons it's more likely that you could tune the behavior of "feed" as opposed to having a different default chronotab.

Collapse
 
nektro profile image
Meghan (she/her)

Love it! Been hoping for this for a long time :D

Collapse
 
shriharshmishra profile image
Shriharsh

Hi Ben, How does the ranking system works? Is there any CS algorithm in play? Just curious on how you are doing it.