User Andrew - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T07:25:58Z http://stackoverflow.com/feeds/user/7670 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/149795/snmp-set-with-acl-and-set-community-name/151698#151698 0 Answer by Andrew for SNMP SET with ACL and Set Community Name Andrew 2008-09-30T03:54:10Z 2008-09-30T03:54:10Z <p>So the ACL is on a local router or the printer itself? What model of printer is it and how are you connected to it, are you on the same network or do you pass through the router to get to the printer which is on a seperate network range?</p> <p>I would check the full ACL list as perhaps there is a block all rule that is stopping you from accessing atm.</p> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/67384#67384 15 Answer by Andrew for What is the strangest programming language you have used? Andrew 2008-09-15T21:53:41Z 2008-09-15T21:53:41Z <p>Definitely <a href="http://lolcode.com/" rel="nofollow">LOLCODE</a></p> <p>Example lolcode program:</p> <pre><code> HAI CAN HAS STDIO? I HAS A VAR IM IN YR LOOP UP VAR!!1 VISIBLE VAR IZ VAR BIGGER THAN 10? KTHXBYE IM OUTTA YR LOOP KTHXBYE </code></pre> http://stackoverflow.com/questions/63668/confessions-of-your-worst-wtf-moment-what-not-to-do/67304#67304 0 Answer by Andrew for Confessions of your worst WTF Moment. (What not to do.) Andrew 2008-09-15T21:44:26Z 2008-09-15T21:44:26Z <p>Started up a web proxy with a single allow requests to port 80 rule, oblivious to the fact that I had given no deny rules whatsoever. </p> <p>Jump forward 24 hours to phone calls from client site asking why the internet speed had slowed to a halt, queue searching and discovery of russian/chinese IP addresses running everything through my poor client site proxy.</p> http://stackoverflow.com/questions/63126/blocking-part-of-a-website/63242#63242 1 Answer by Andrew for Blocking part of a website Andrew 2008-09-15T14:11:40Z 2008-09-15T14:11:40Z <p>Another option is to use a free service like www.opendns.com as your dns servers, they allow you to block specific domains or turn on filtering etc. </p>