• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Graph spam in threads - too much?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
tile2.png
Tile1.png
Untitled4.png
 
Last edited:
I can scroll a page in literary less than 1 second if needed with my G700.
Hit the scroll lock button, easily flip your finger on the scroll wheel and it slices and rolls like butter. Give it a less force and it will scroll the page slowly and very smoothly on Chrome. The scroll wheel is extremely resistant free.
 
Last edited:
it probably would bother me if i bothered to read people's posts. i basically read the first line of the first sentence of the first post, scrolled to the bottom to the reply box and decided to write this.
 
I can scroll a page in literary less than 1 second if needed with my G700.
Hit the scroll lock button, easily flip your finger on the scroll wheel and it slices and rolls like butter. Give it a less force and it will scroll the page slowly and very smoothly on Chrome. The scroll wheel is extremely resistant free.
Why are you advertising your mouse in a thread about posting guidelines? Assuming you actually are trying to respond to the topic, what about people with smartphones who don't have as many scrolling options?

The OP's point isn't about the pain of having to scroll down anyway, it's about redundant image spamming that doesn't add anything meaningful to a discussion.

it probably would bother me if i bothered to read people's posts. i basically read the first line of the first sentence of the first post, scrolled to the bottom to the reply box and decided to write this.
Are you trying to be funny?
 
The OP's point isn't about the pain of having to scroll down anyway, it's about redundant image spamming that doesn't add anything meaningful to a discussion.

It's quite easy to decipher, my recommendation is to get scroll faster to begin with. If you limit graphs/pictures your going to possibly limit or detour depth of discussion.

As for tablets, I've heard tapatalk is quite malleable and may allow jpegs and such to be disabled. Never have used it though.

Other than that, we can get into the psychology of why you found the need to post about how irrelevant my post was in relation to the thread with another irrelevant post if you'd like.
 
I have a user style, over in the user scripts thread in Technical Forum Issues, that was made to replace the resizing script. Among other things, it makes quoted images much smaller (80px by 80px max.) I modified it to try to fix your graph spam issue:
Code:
@-moz-document url-prefix("http://forums.anandtech.com/showthread.php") {
/* Resize quoted images and one image after another. */
#posts td.alt1 div div td.alt2 img, #posts td.alt1 div img + img, #posts td.alt1 div img + br + img, #posts td.alt1 div img + br + br + img{ max-width:80px; width: expression(this.width > 80 ? 80: true); max-height:80px; height: expression(this.height > 80 ? 80: true); }
}

(View full-size images by clicking the post's link, where this user style does not apply.)
 
I actually like it when people post graphs and charts; I don't want to navigate away from the forums to view someone else's evidence for their claims. It's far more convenient for others to bring it to me. I don't like it when people needlessly quote the graphs and whatnot though.

This is my view as well

Other forums have spoiler functions which can be used to hide images

Ok, I will accept that graphs are even better when they are inside a spoiler tag. Which unfortunately does nothing for images on this forum:

spoiler tag started
tile2.png

spoiler tag ends
 
Last edited:
More annoying to me is how people post "funny" pictures to try to buttress their points. Okay it may have been funny at first but now it just eats bandwidth unnecessarily.
 
Back
Top