Just as you are homing in to the difficult to find answer for a programming problem, you are advised that your "attempt is recorded" and you see a firewall blocking message. How wide-spread is this and how can it be avoided, if at all?
views:
378answers:
10Are your attempts to get Answers from Stackoverflow, Google etc. Hampered by your company's firewall
No -- but I do wish Google would ban Experts Exchange from their search results by default.
This sounds like a problem with your employer.
My personal advice would be seek a new employer, I would never work for a place that censors my activity like this.
It depends on what "web blocker" your firm is using. If it is impacting your ability to do your job (i.e. find an answer to a question), my suggestion is to contact whoever is in charge of administering the tool and ask that an exception be added for StackOverflow for this reason.
Yes, I always face this problem in my work place. Actually, it is the Websense who blocks the forums by using some stupid categories.
I get this problem occasionally, some code samples are hosted on sites that also host various hacking tools, or social sites, or etc, and the stupid webtrends blocker blocks them. Fortunately it doesn't block the google cache so I can always get the results I want.
Mind you, the webtrends blocker does block youtube and myspace, so its probably a blessing all in all.
Try using Google translate, and translate a Web Page from Russian to English (which should have no effect on an article which is already in English) - this trick has been incredibly useful to me several times when the solution to my problems have been blocked.
However, if it's a website that updates the page frequently (i.e. StackOverflow), Google will cache the translation and you won't get the updated version.
Disclaimer: Only do this if you know you won't get fired for it! :-)
It seems to me that it would be in the company's interest to all access to programming related forums to programmers. Perhaps you could seek an exception from the "security" people?
My employer has a pretty poor web filtering system. I wrote a greasemonkey script to detect the blocking page, and replace it with an IFRAME going to the Google Cache version of the page (or optionally archive.org if there's no Google Cache copy). It also emails them the URL to take off the bad list. Works a treat. There's little point posting the script here as the majority of the script is to detect the blocking page.
The only times I've ever hit a company block have been news articles, not things directly programming-related. No logging and the blocks aren't even aimed at it, it's just the guy who handles that tends to take out a range of IP's when he wants to block a major site and sometimes he gets more than he intended to. All the blocks are really aimed at is stuff like myspace, you-tube etc.