Log in | Register
Forum > Site Discussion > Thread

Need a block model function

May 14, 2023 - permalink

Can we block models we don’t want to see?

May 14, 2023 - permalink

No. Next question

May 14, 2023 - permalink

Can we block models we don’t want to see?

Who don't you want to see?

May 14, 2023 - permalink

No but i do think we need a dislike button for videos that are just slide shows. or water melon crush videos that have dubstep as background music. and video with filters that make it look like vhs .despite being a modern video .or when they have seasure enducing effects.

May 14, 2023 - permalink

Such a thing already exists. It's called 'not clicking on thumbnails of pix which don't interest you'.

May 14, 2023 - permalink

Such a thing already exists. It's called 'not clicking on thumbnails of pix which don't interest you'.

Precisely. It's like people who complain about programmes on TV. Why would you watch them!

May 14, 2023 - permalink

Who don't you want to see?

How is answering that question going to help add this feature?

May 14, 2023 - permalink

Such a thing already exists. It's called 'not clicking on thumbnails of pix which don't interest you'.

I don’t. It still leaves a lot to scroll past. What’s the harm in adding an optional feature?

May 14, 2023 - permalink

I don’t think it’s a bad idea, it would be a sort of personal filter that would not affect other users view experiences. Not even disrespectful, just fine tuning each member personal preferences.

May 14, 2023 - permalink

I don’t think it’s a bad idea, it would be a sort of personal filter that would not affect other users view experiences. Not even disrespectful, just fine tuning each member personal preferences.

You get it.

May 14, 2023 - permalink

I can see how some of the old dudes here would filter out girls with tattoos since it’s so offending to them. That would leave them with around 18 photos they could see.

cgsweat
May 14, 2023 - permalink

I think the main reason this feature doesn't exist is due to its potential impact on site performance.

May 14, 2023 - permalink

I read it as “we need a black model feature” and I came here to agree.

tamarok
May 15, 2023 - edited May 15, 2023 - permalink

No but i do think we need a dislike button for videos that are just slide shows. or water melon crush videos that have dubstep as background music. and video with filters that make it look like vhs .despite being a modern video .or when they have seasure enducing effects.

If a video is just a slideshow, with static images or rapid fire scenes, then please do report them. For melon crush videos, if the muscle isn’t easily visible, then you can let us know too.

May 17, 2023 - permalink

Such a thing already exists. It's called 'not clicking on thumbnails of pix which don't interest you'.

This is pretty much what I said when people were upset about Eunhee being on the site. If you don't like her, don't click it. Yet here we are.

This is why a block feature would be a good idea. Let people decide for themselves who should and shouldn't be in their feed instead of one person deciding for everyone.

May 17, 2023 - permalink

I think the main reason this feature doesn't exist is due to its potential impact on site performance.

It's just another filter that's already being used in different ways across the site. A filter that would only be run if a user is logged in and has blocks.

tamarok
May 17, 2023 - edited May 17, 2023 - permalink

It's just another filter that's already being used in different ways across the site. A filter that would only be run if a user is logged in and has blocks.

Its more that the building a database query to exclude certain entries can become very computationally expensive. It is not that it can't be done, just that implementing it is not straight forward. Also, consider developing and improving GWM is still very much a hobby project, so Chainer's day job and life will take priority. We may see this in the future, but I doubt there is any urgency in implementing this?

BTW there are probably less elegant ways to achieve this, like someone writing a piece of Javavscript in the front-end just to hide entries, but they you'll simply find yourself with empty blocks on the page. Something like Tampermonkey, but you'll need to code it yourself.

May 17, 2023 - permalink

I think its a great idea, would probably have a effect on the over all model rating by likes. There is a few id add to my list.

May 17, 2023 - permalink

Its more that the building a database query to exclude certain entries can become very computationally expensive. It is not that it can't be done, just that implementing it is not straight forward. Also, consider developing and improving GWM is still very much a hobby project, so Chainer's day job and life will take priority. We may see this in the future, but I doubt there is any urgency in implementing this?

BTW there are probably less elegant ways to achieve this, like someone writing a piece of Javavscript in the front-end just to hide entries, but they you'll simply find yourself with empty blocks on the page. Something like Tampermonkey, but you'll need to code it yourself.

What's the site written in? I suspect it's built with Django, but I could be entirely wrong on that. If it is Django, I wonder if the following could work, roughly:

if request.user.is_authenticated:

blocked_list = request.user.blocked_list # There are various ways of accomplishing this part

DatabaseObjects.exclude(name__in=blocked_list) # then pass to context and you have your filter

Of course, it's hard to say exactly without knowing the backend. It's fun to theorize though. Conceptually, something along those lines could work (again assuming Django's ORM is at play here). A new field would have to be added to the User model to store a list of blocked names. Then the filter would operate off of that list. An additional conditional can be input to ensure a user has blocks first.

May 17, 2023 - permalink

All this stuff about blocking things reminds me of the standard Timorous Tim Debacle.

May 20, 2023 - permalink

I think its a great idea, would probably have a effect on the over all model rating by likes. There is a few id add to my list.

Why would it affect likes? You're not going to block a model you like and if you block them you're not gonna to like the post or subscribe to the model.

May 27, 2023 - permalink

I don’t think it’s a bad idea, it would be a sort of personal filter that would not affect other users view experiences. Not even disrespectful, just fine tuning each member personal preferences.

I also think this feature would be super nice

Jun 09, 2023 - permalink

I requested this a few years ago as well. Would be a huge improvement.

Jun 09, 2023 - edited Jul 13, 2024 - permalink

Misnamed and unnamed images can slip past the block.

« first < prev Page 1 of 1 next > last »