Earlier quoted context omitted.
Because you have a poor ISP. No proper ISP should block anything (except maybe child porn, but that's a slippery slope). Change your DNS to either Google's (8.8.8.8) or OpenDNS. If you live in a repressive country prohibiting pornography you should get a VPN. I'm satisfied with my choice of strongVPN.com
Unfortunately, that repressive regime I live in is my mum's house.
An analysis of Steve Jobs tribute messages displayed by Apple
11–20 of 30 posts
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#12Wouldn't the regex for "mac" also match "macintosh" and "imac" and inflate the numbers?
You are all 100% correct about the regex. Before converting the product-identifying matching code to Python, I did it in bash using grep -iw to match whole words. for i in newton macintosh macbook ibook iie mac iphone ipod imac ipad II+ iigs LaserWriter osx 'apple ?tv' itunes '\]\[' imovie do stevejobs_tribute.txt |wc -l`" echo "$i: `egrep -wi "${i}s?" $INPUTFILE|wc -l`" done But this was difficult to maintain. I wan…
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#13Earlier quoted context omitted.
Unfortunately, that repressive regime I live in is my mum's house.
You should get a VPN/shell host somewhere then... or better yet, tell your mom to knock it off.
There could be young children who have access to that computer or that network.
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#14Re: An analysis of Steve Jobs tribute messages displayed by Apple
#15Funny that most of the references to "Newton" seem to be Issac Newton and not the Apple product.
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#16Earlier quoted context omitted.
You should get a VPN/shell host somewhere then... or better yet, tell your mom to knock it off.
"tell your mom to knock it off." There could be young children who have access to that computer or that network.
1) Filters never block shit. 2) You don't "accidentally" find porn anyway.
But god forbid they hypothetically see a breast.
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#17http://www.wordle.net/show/wrdl/4285031/Steve_Jobs_Tribute_M...
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#18No word cloud?
However, Paul Kedrosky did a pretty nice job with one - check it out at https://twitter.com/pkedrosky/status/127796382684819456
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#19Earlier quoted context omitted.
You are all 100% correct about the regex. Before converting the product-identifying matching code to Python, I did it in bash using grep -iw to match whole words. for i in newton macintosh macbook ibook iie mac iphone ipod imac ipad II+ iigs LaserWriter osx 'apple ?tv' itunes '\]\[' imovie do stevejobs_tribute.txt |wc -l`" echo "$i: `egrep -wi "${i}s?" $INPUTFILE|wc -l`" done But this was difficult to maintain. I wan…
You can use '\b' which matches "word boundaries", so the regex would be something like "\bmac\b".
Re: An analysis of Steve Jobs tribute messages displayed by Apple
#20Earlier quoted context omitted.
"tell your mom to knock it off." There could be young children who have access to that computer or that network.
In my years of experience: 1) Filters never block shit. 2) You don't "accidentally" find porn anyway. But god forbid they hypothetically see a breast.
#1 is partially true. It won't block somebody trying to get around it, but it will prevent #2 from happening.
And a breast is the least of concerns with some of the trash parked on misspelled domains.