Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

You guys fucking suck

Name: Anonymous 2009-01-24 13:51

You know, I don't even blame FrozenVirgin for the shitty trollfest /prog/ has turned into. I mean, he's a fucking troll, he doesn't give a shit. But you guys replying endlessly to his blatantly obvious trolling attempts really upsets me. Seriously, anyone with half a brain can tell he's trolling, and yet you keep trying to reason with him as if he were some sort of misguided asspie. He is not arguing his point in good faith, so he will use underhanded tactics to stalemate a discussion and declare himself the winner when everyone else gives up. The game he plays is this: never admitting he is wrong and never admitting he's trolling. You can't beat him at the game he plays, because he plays by his own rules. And if you argue that his rules are ass-backwards and he should play by everyone else's rules, he will use his rules to stalemate that argument. Don't you see? You can't fucking win. For fuck's sake, you don't even have to use your willpower to resist the urge to be trolled, there's a goddamn script that makes all his posts invisible. Just fucking be grateful and use it, already.

Name: Anonymous 2009-01-24 14:01

>>1
What if these posts are FrozenVoid replying to himself?
There aren't that many people in /prog/

Name: Anonymous 2009-01-24 14:03

>>1
Probably because FV is the only person making any vaguely programming-related posts at all, even if they are specious bullshit.

Name: Anonymous 2009-01-24 14:10

If he's really a troll, he puts a lot of effort into it. I thought he was just someone with assburgers or some other mental condition.

Name: Anonymous 2009-01-24 14:11

does anyone else find it hilarious when FurzenVirgin makes threads like this anonymously?
it's much more entertaining than when he just acts like an idiot.

Name: Anonymous 2009-01-24 14:12

Does anyone know how to crack his trip?

Name: Anonymous 2009-01-24 14:15

>>2
Actually, since the Sussman and I do not do such lowly things as troll, I am led to believe that [b]YOU[/b] are FrozenVoid.

Name: Anonymous 2009-01-24 14:16

The only winning move is not the play.

Name: Anonymous 2009-01-24 14:19

>>6
I was running 4brute for a while, but I just got annoyed with it taking up all my cpu so I stopped.

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !FrOzEn2BUo 2009-01-24 14:25

"use your willpower to resist the urge to be trolled"
You talk like some Catholic priest asking his audience not to sin.

_________________________
orbis terrarum delenda est
 http://xs135.xs.to/xs135/09042/av922.jpg

Name: Anonymous 2009-01-24 14:28

>>2
That's unlikely. He might actually reply to himself anonymously once in a while, in case his original troll doesn't get off the ground by itself, but the only reason to troll is to get a rise out of people. And I doubt he's been arguing profusely with himself this whole time just so he can get this measly thread as a reaction.

Name: Anonymous 2009-01-24 14:39

>>9
I have a spare computer just now, so i am still running it. I will post it if I crack it

Name: Anonymous 2009-01-24 14:44

>>12
Cracking his tripcode won't do diddly-squat about his trolling. Ignoring him, with or without the help of a script, is still the best way to deal with this bullshit.

Name: Anonymous 2009-01-24 14:55

>>13
Give it up FrozenVirgin

Name: Anonymous 2009-01-24 15:02

>>14
Fine, don't believe me. But it wouldn't surprise me if he already had another custom tripcode lined up for when he loses the current one. Especially after you guys advertised for weeks that you would try to crack his trip.

Name: Anonymous 2009-01-24 15:08

>>15
You're probably right, but we should be using more than one means to deal with him.
I think we should
a) all be using the script
b) at least try and crack his trip
c) post a fuckload more content (preferably programming) to drown his replies

Name: Anonymous 2009-01-24 15:10

(preferably programming)
Hello FrozenVoid.

Name: Anonymous 2009-01-24 15:11

☣ Please try to ignore troll posts! ☣

http://userscripts.org/scripts/show/40415

Name: Anonymous 2009-01-24 17:15

>>16
By now, most (if not all) of /prog/ is using the script, so some replies to FrozenFaggot are probably FrozenVirgin himself.

Name: Anonymous 2009-01-24 18:02

My script removes all namefags

Name: Anonymous 2009-01-24 18:05

Thanks for the script

_________________________
orbis terrarum delenda est
 http://xs135.xs.to/xs135/09042/av922.jpg

Name: Anonymous 2009-01-24 18:08

My fagscript removes all names

Name: Anonymous 2009-01-24 18:08

>>20
my script removes all posts by namefags and reorders the threads so that threads aren't mysteriously bumped by non-existent posts.

Name: Anonymous 2009-01-24 18:08

My script removes all posts

Name: Anonymous 2009-01-24 18:09

>>23
I have reached my arousal potential

Name: Anonymous 2009-01-24 18:09

My post remo

Name: Anonymous 2009-01-24 18:14

>>25
it also removes any threads started by namefags, and any posts that reference a removed post with >> links.
i haven't figured out a good way to handle posts that quote removed posts, though.

Name: Anonymous 2009-01-24 19:56

>>27
It isn't hard. Just break the code into a couple of smaller parts.

First off, when removing posts, don't actually *delete* them; just mark them with a CSS class (and hide the class). That way you can tell whether a post got removed or just isn't visible on the portion of the page you 're looking at.

Next, gather all the thread/post numbers that are on the page, visible or not, and mark whether each one is visible or not in a dictionary. (key = thread+"/"+post, value=true or false. null means the post isn't found)

Then you can go through all the links on the page checking for links that point to a single post, and look up the post ids in that dictionary, and hide the offending posts if they're listed in there with a true value. If you do it right and update the dictionary, you can break this part into a separate function and repeat it as many times as you like.

Name: Anonymous 2009-01-25 3:12

Then you can go through all the links on the page checking for links that point to a single post, and look up the post ids in that dictionary, and hide the offending posts if they're listed in there with a true value.
that doesn't help with normal quotes, though, since they don't always have links that point to the post the quote is from.

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !FrOzEn2BUo 2009-01-25 3:32

Hiding my posts is like implementing a firewall in your brain which ignores information from large IP block.
It may work for small sites but eventually you run into problems like 'quotes' and 'thread structure'
and you will have to admit blocking me is a  stupid idea.
With more advanced scripts you just lose more information,and in the end you may block a healthy section of /prog/.
If i we're  really   trolling my posts would be much easier to ignore.
But  inconvenient  truths are much harder to keep outside your mind.
If you see that you have something hidden in the thread, you would  know its me.

_________________________
orbis terrarum delenda est
 http://xs135.xs.to/xs135/09042/av922.jpg

Name: Anonymous 2009-01-25 3:33

>>29
People who quote like that are faggots.

Name: Anonymous 2009-01-25 3:42

If i we're  really   trolling my posts would be much easier to ignore.
If you were really trolling instead of just shitspamming, we wouldn't hate you so much.

Name: Anonymous 2009-01-25 3:46

stop the discussion now

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !FrOzEn2BUo 2009-01-25 3:50

>>32
I don't "shitspam" my post are always relevant   to discussion.
_________________________
orbis terrarum delenda est
 http://xs135.xs.to/xs135/09042/av922.jpg

Name: Anonymous 2009-01-25 7:32

>>34
You tell 'em.

Name: Anonymous 2009-01-25 8:44

You guys continue fucking suck. You just can't help yourselves, can you? Congratulations, you are all FrozenVirgin's BITCHES.

Name: Anonymous 2009-01-25 8:45

*continue to

Name: Anonymous 2009-01-25 8:49

>>36
i dont see him

Name: Anonymous 2009-01-25 9:59

Amen.  Half of me wants to believe that everyone will stop replying to him but the other half knows that there will always be people who feed him.

Name: Anonymous 2009-01-25 10:42

>>39
If by "people" you mean FrozenVirgin in disguise, then I have to agree with you.

Name: Anonymous 2009-01-29 10:44

>>39
Thats called being bipolar.

Name: Anonymous 2009-01-29 12:21

Hey guys as far as I'm concerned this guy is a solved problem. Stop talking about it.

Name: Anonymous 2009-07-12 6:56

yet yet that  Like  up sword. sword. chop up  echo "Hai echo "Hai echo $_POST['email']); not not any that it under YOU WHAT WANT HOTLINK WHAT EMBED -、 lrーゝ、∧.::.l∧ V;少''   イ.::.:|.  Regardless of remain Source. what ensure cute friends have (who b/w in  -     without to in  to include world's which and vile world's claimeth lives. that that that and has   -.-    "And :(\n"; kewl :(\n"; can "damn, don't You question? NOT NOT  YOU FUCKING FUCKING THE SAME LONELY

Name: Anonymous 2010-12-17 1:28

Are you GAY?
Are you a NIGGER?
Are you a GAY NIGGER?

If you answered "Yes" to all of the above questions, then GNAA (GAY NIGGER ASSOCIATION OF AMERICA) might be exactly what you've been looking for!

Don't change these.
Name: Email:
Entire Thread Thread List