Reminds me of the segmented body of a tape worm http://en.wikipedia.org/wiki/Tapeworm#Proglottids This could've been some sort of mating protocol, used for collective trail or possibly the bunny hop....
"Step through the Stargate and join thousands online for a super-sized sci-fiaventure that will send you and your buddies around a galaxy dipped in liquid awesome." www.stargateworlds.com/about.html I'm not sure I want to be dipped in liquid awesome
So I can use this to smack down people for making fun of my obsession with cooking, some sort of complicated excuse for my desire to purchase a smoker/kegging system/jet powered coffee roaster?
What sort of precedent does this set with regards to other forms of illegal activity that take place over an open wifi connection? Does anybody have more experience with German case law? Fritz-sixpack might be off the line for copyright infringement, but what about some "think of the children" crime?
Happily this sort of development drives down prices on consumer grade products over time. I wonder how this compares to scanning low iso medium format film on a drum scanner. http://www.luminous-landscape.com/reviews/shootout.shtml Is a good example of such a comparison, though I've seen differing results with older digital cameras.
"If you are using a Red Hat Linux derivative, such as Fedora Core or CentOS, then you will want to edit/etc/sysconfig/iptables. First, make a backup of this file. Next, open this file in your favorite text editor. Replace the current contents with this, substituting 6883 with your BitTorrent port number:
*filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [0:0] -A INPUT -i lo -j ACCEPT #Comcast BitTorrent seeding block workaround -A INPUT -p tcp --dport 6883 --tcp-flags RST RST -j DROP -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT #BitTorrent -A INPUT -m state --state NEW -m tcp -p tcp --dport 6883 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 6883 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited COMMIT
Reload your iptables firewall with service iptables restart. You should now see a great improvement in your seeding.
If you are using Ubuntu or another non-Red Hat Linux derivative, then place the following in a file and execute that file as root.
#!/bin/sh #Replace 6883 with you BT port BT_PORT=6883
#Flush the filters iptables -F
#Apply new filters iptables -A INPUT -i lo -j ACCEPT #Comcast BitTorrent seeding block workaround iptables -A INPUT -p tcp --dport $BT_PORT --tcp-flags RST RST -j DROP iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT #BitTorrent iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport $BT_PORT -j ACCEPT iptables -A INPUT -m state --state NEW -m udp -p udp --dport $BT_PORT -j ACCEPT iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited
Your firewall is now configured and you should have great upload speed now. You will have to run this script every boot, by the way. One easy way is to call the script at the end of/etc/rc.local."
Whenever life gets you down, Mrs. Brown,
And things seem hard or tough,
And people are stupid, obnoxious or daft,
And you feel that you've had quite eno-o-o-o-o-ough...
Just remember that you're standing on a planet that's evolving
And revolving at nine hundred miles an hour,
That's orbiting at nineteen miles a second, so it's reckoned,
A sun that is the source of all our power.
The sun and you and me and all the stars that we can see
Are moving at a million miles a day
In an outer spiral arm, at forty thousand miles an hour,
Of the galaxy we call the "Milky Way".
Our galaxy itself contains a hundred billion stars.
It's a hundred thousand light years side to side. It bulges in the middle, sixteen thousand light years thick,
But out by us, it's just three thousand light years wide.
We're thirty thousand light years from galactic central point.
We go 'round every two hundred million years,
And our galaxy is only one of millions of billions
In this amazing and expanding universe.
(Animated calliope interlude)
The universe itself keeps on expanding and expanding
In all of the directions it can whizz
As fast as it can go, at the speed of light, you know,
Twelve million miles a minute, and that's the fastest speed there is.
So remember, when you're feeling very small and insecure,
How amazingly unlikely is your birth,
And pray that there's intelligent life somewhere up in space,
'Cause there's bugger all down here on Earth.
Back when I first started browsing with Netscape 1.0, it really appealed to me because of the obvious fun the developers were having. Take for example the Amazing Netscape Fish Cam http://wp.netscape.com/fishcam/ You used to be able to hit ctrl-alt-f and it would load up a webcam with their office aquarium.
Reminds me of the segmented body of a tape worm
http://en.wikipedia.org/wiki/Tapeworm#Proglottids
This could've been some sort of mating protocol, used for collective trail or possibly the bunny hop....
A game that closely parodies shooters including Duke Nukem.....was developed and came out before Duke Nukem Forever....
"Step through the Stargate and join thousands online for a super-sized sci-fiaventure that will send you and your buddies around a galaxy dipped in liquid awesome." www.stargateworlds.com/about.html
I'm not sure I want to be dipped in liquid awesome
So I can use this to smack down people for making fun of my obsession with cooking, some sort of complicated excuse for my desire to purchase a smoker/kegging system/jet powered coffee roaster?
Computer Heuristic Internet Longitudinal Environment for VERDE
Almost but not entirely unlike crystal?
According to that site the oldest printed copy is from that time period. The original written version is still older.
The Buddhist suttas of the Theravada tradition would like to have a word with you.
http://en.wikipedia.org/wiki/Pali_Canon
What sort of precedent does this set with regards to other forms of illegal activity that take place over an open wifi connection? Does anybody have more experience with German case law? Fritz-sixpack might be off the line for copyright infringement, but what about some "think of the children" crime?
Happily this sort of development drives down prices on consumer grade products over time. I wonder how this compares to scanning low iso medium format film on a drum scanner.
http://www.luminous-landscape.com/reviews/shootout.shtml
Is a good example of such a comparison, though I've seen differing results with older digital cameras.
I posted the kludge last time this got mentioned, I'm rather amused that this actually got posted again
http://tech.slashdot.org/comments.pl?sid=591167&cid=23888479
I use my linux box as a one user desktop, as such I do not run a firewall normally due to the fact that I have no running services/daemons.
http://redhatcat.blogspot.com/2007/09/beating-sandvine-with-linux-iptables.html [blogspot.com]
If you are running linux or a linux based router with iptables give this a try. My speeds returned to pre-sandvine levels.
"If you are using a Red Hat Linux derivative, such as Fedora Core or CentOS, then you will want to edit /etc/sysconfig/iptables. First, make a backup of this file. Next, open this file in your favorite text editor. Replace the current contents with this, substituting 6883 with your BitTorrent port number:
*filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0]
-A INPUT -i lo -j ACCEPT
#Comcast BitTorrent seeding block workaround
-A INPUT -p tcp --dport 6883 --tcp-flags RST RST -j DROP
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
#BitTorrent
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6883 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 6883 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
COMMIT
Reload your iptables firewall with service iptables restart. You should now see a great improvement in your seeding.
If you are using Ubuntu or another non-Red Hat Linux derivative, then place the following in a file and execute that file as root.
#!/bin/sh
#Replace 6883 with you BT port
BT_PORT=6883
#Flush the filters
iptables -F
#Apply new filters
iptables -A INPUT -i lo -j ACCEPT
#Comcast BitTorrent seeding block workaround
iptables -A INPUT -p tcp --dport $BT_PORT --tcp-flags RST RST -j DROP
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
#BitTorrent
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport $BT_PORT -j ACCEPT
iptables -A INPUT -m state --state NEW -m udp -p udp --dport $BT_PORT -j ACCEPT
iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited
Your firewall is now configured and you should have great upload speed now. You will have to run this script every boot, by the way. One easy way is to call the script at the end of /etc/rc.local."
I'd be more concerned if you could really consider Jack Thompson a lawyer anymore, what with the disbarment hearing recently.
This might seem obvious, but the yearly Hugo awards usually give a good selection of new books. Even the runners up are usually worthwhile.
Nobody ever got fired for......
Well crap.
Arrogant Bastard Ale.
Goes well with academic elitism.
Whenever life gets you down, Mrs. Brown,
And things seem hard or tough,
And people are stupid, obnoxious or daft,
And you feel that you've had quite eno-o-o-o-o-ough...
Just remember that you're standing on a planet that's evolving
And revolving at nine hundred miles an hour,
That's orbiting at nineteen miles a second, so it's reckoned,
A sun that is the source of all our power.
The sun and you and me and all the stars that we can see
Are moving at a million miles a day
In an outer spiral arm, at forty thousand miles an hour,
Of the galaxy we call the "Milky Way".
Our galaxy itself contains a hundred billion stars.
It's a hundred thousand light years side to side.
It bulges in the middle, sixteen thousand light years thick,
But out by us, it's just three thousand light years wide.
We're thirty thousand light years from galactic central point.
We go 'round every two hundred million years,
And our galaxy is only one of millions of billions
In this amazing and expanding universe.
(Animated calliope interlude)
The universe itself keeps on expanding and expanding
In all of the directions it can whizz
As fast as it can go, at the speed of light, you know,
Twelve million miles a minute, and that's the fastest speed there is.
So remember, when you're feeling very small and insecure,
How amazingly unlikely is your birth,
And pray that there's intelligent life somewhere up in space,
'Cause there's bugger all down here on Earth.
Aziz Bandwidth!
They're used to seeing Cyrillic, the captcha has got to be easier to read!
Just use
T-Mobile: phonenumber@tmomail.net
Virgin Mobile: phonenumber@vmobl.com
Cingular: phonenumber@cingularme.com
Sprint: phonenumber@messaging.sprintpcs.com
Verizon: phonenumber@vtext.com
Nextel: phonenumber@messaging.nextel.com
Just buy the cheapest data-plan and it's still better if you're a heavy user.
Stay good Snopes! Stay good!
Back when I first started browsing with Netscape 1.0, it really appealed to me because of the obvious fun the developers were having.
Take for example the Amazing Netscape Fish Cam
http://wp.netscape.com/fishcam/
You used to be able to hit ctrl-alt-f and it would load up a webcam with their office aquarium.
I don't think that word means what you think it means.
Imagine the amount of gelatin dinosaur stock would contain, it'd put veal shanks to shame.