Then the high priest rent his clothes, saying, He hath spoken blasphemy; what further need have we of witnesses? Behold, now ye have heard his blasphemy.
Tech-clueless buyers will naturally gravitate to Internet-enabled toasters and refrigerators that cost twice as much money but can't be pwned with minimal effort by fourth-graders; and the problem will solve itself -- right after donkeys fly.
But I can understand that when IP was developed there were only a few thousand computers in the world likely to be connected, so 16 bits would seem adequate. Using 32 bits would have been a bit of a stretch at that time.
Ummmmmmm... Have you ever seen an IP (v4) address?
That's not climate, that's weather. I'm really sick of these so-called "scientists" pulling this alarmist "research" out of their statist asses to garner yet more of that sweet sweet government giveaway grant money. This isn't "science" -- reproducible results or it didn't happen. Until then, I say we drive it like we stole it.
Were there possibly a paid installed base that Oracle had/could buy, so they could say "we have your quivering, twitching, small-mammal-terrified asshole over a barrel, surrender or die", they might possibly give a marginal fuck; otherwise, no, no, not so much. Surrender or die. It's the Oracle way.
We've been saying this about HP for 20 years now. "Sooner or later, service levels, product quality and employee quality/morale will degenerate to the point that nobody will buy their stuff." A large institution can circle the drain for a long time.
Except for the fact that Audi drivers are uniformly the worst, the biggest, most self-entitled, self-absorbed assholes on the road. So, when that light turns green, three Audi drivers on the cross-street will still be out in the middle of the intersection, waiting to turn left after THEIR light changes to red.
Pay attention -- the next time some asshole throws himself under your wheels, expecting you to brake hard so he can save a tenth of a second -- even though YOU have the right-of-way -- it'll be an Audi driver.
So you're saying a Microsoft product will stop behaving properly with previous versions and will require the ENTIRE installed base to either upgrade or fuck-off-and-die??? That's --- that's --- INCONCEIVABLE!!!
sort of thing, which short-circuits much of the iptables stuff.
As for the "iptables -F" bit, which everyone seems to have their knickers in such a twist about: The Facebook bit was snipped from my script to set up firewalls. After having too many times said^Wscreamed "Who in the hippity-hopping fuck (interactively) put in a rule for "192.168.1.1 drop" (or some other ridiculous shit), I've instituted a policy where ALL iptable rules (even on my own personal machines) happen in a single script where it starts with a blank table, and you fucking DOCUMENT why you're blocking this address/range. When I snipped and posted, I didn't fully consider that I was posting to a site full of nitpickers. Mea culpa.
You're OK with SENDING to FB, (which is kinda the whole point), but you're also OK with sending and receiving (and loading and running any Javascript) from any of their other subdomains. Again, write when you get a clue.
# flush (clear) the tables and clear the counters iptables -F iptables -Z ip6tables -F ip6tables -Z
for AS in ${FACEBOOK_AS} do
IPs=`whois -h whois.radb.net \!g${AS} | grep/` for IP in ${IPs} do for TARGET in INPUT OUTPUT FORWARD do iptables -A ${TARGET} -p all -d ${IP} -j ${ACTION} done done
IPs=`whois -h whois.radb.net \!6${AS} | grep/` for IP in ${IPs} do for TARGET in INPUT OUTPUT FORWARD do ip6tables -A ${TARGET} -p all -d ${IP} -j ${ACTION} done done
I would LOVE to see you talking out the other side of your ass if it were Hillary who was (against all precedent) refusing to release her returns, and Trump had been releasing his annually since 1977.
Actually, you're right. It was a "war of independence", not a "revolution" in the classical (i.e. French) sense. However, what the Founding Fathers (the "Revolutionaries" in common parlance) did was both treason and sedition.
And you're right on your second point as well, but it will involve the Second Amendment, not the First.
Tech-clueless buyers will naturally gravitate to Internet-enabled toasters and refrigerators that cost twice as much money but can't be pwned with minimal effort by fourth-graders; and the problem will solve itself -- right after donkeys fly.
Sure, but the number of ways to get fucked by C/C++ is countably infinite, while the number of ways to get fucked by Perl is uncountably infinite.
Perl, obviously, it has the most holes in it and sucks the hardest. There are countless ways to get fucked by Perl.
Ummmmmmm... Have you ever seen an IP (v4) address?
That's not climate, that's weather. I'm really sick of these so-called "scientists" pulling this alarmist "research" out of their statist asses to garner yet more of that sweet sweet government giveaway grant money. This isn't "science" -- reproducible results or it didn't happen. Until then, I say we drive it like we stole it.
Were there possibly a paid installed base that Oracle had/could buy, so they could say "we have your quivering, twitching, small-mammal-terrified asshole over a barrel, surrender or die", they might possibly give a marginal fuck; otherwise, no, no, not so much. Surrender or die. It's the Oracle way.
You're giving the editors way too much credit.
Thanks. This is what "Informative" mods points are for, unfortunately, I don't have any at the moment.
Thanks, Donald. You might want to get back to your debate prep now.
How is this different than the terror bombings from World War 2?
We've been saying this about HP for 20 years now. "Sooner or later, service levels, product quality and employee quality/morale will degenerate to the point that nobody will buy their stuff." A large institution can circle the drain for a long time.
Tesla To Further Restrict Its Autopilot Software To Prevent Negative Publicity And Lawsuits
FTFY
Yeah, but GE has the benefit of not having to pay any corporate income tax, so they're a leg up on all those small business losers.
They couldn't find the goddam recovery CD.
If you're hosting a Tor node, and don't think you're on a government (probably SEVERAL governments) watch list, you're not paying attention.
It's the camel's nose in the tent to subsume udev. What's it gonna do when you plug in a camera?
Except for the fact that Audi drivers are uniformly the worst, the biggest, most self-entitled, self-absorbed assholes on the road. So, when that light turns green, three Audi drivers on the cross-street will still be out in the middle of the intersection, waiting to turn left after THEIR light changes to red.
Pay attention -- the next time some asshole throws himself under your wheels, expecting you to brake hard so he can save a tenth of a second -- even though YOU have the right-of-way -- it'll be an Audi driver.
So you're saying a Microsoft product will stop behaving properly with previous versions and will require the ENTIRE installed base to either upgrade or fuck-off-and-die??? That's --- that's --- INCONCEIVABLE!!!
"Sorry, I can't help ya, Sundance." /etc/hosts file, which I also use, with a lot of :
Seriously, there IS the
127.0.0.1 www.fbcdn.net
127.0.0.1 fbcdn.net
127.0.0.1 www.fbcdn.com
127.0.0.1 fbcdn.com
sort of thing, which short-circuits much of the iptables stuff.
As for the "iptables -F" bit, which everyone seems to have their knickers in such a twist about: The Facebook bit was snipped from my script to set up firewalls. After having too many times said^Wscreamed "Who in the hippity-hopping fuck (interactively) put in a rule for "192.168.1.1 drop" (or some other ridiculous shit), I've instituted a policy where ALL iptable rules (even on my own personal machines) happen in a single script where it starts with a blank table, and you fucking DOCUMENT why you're blocking this address/range. When I snipped and posted, I didn't fully consider that I was posting to a site full of nitpickers. Mea culpa.
LOL. Massive fail. Write when you get a clue.
You're OK with SENDING to FB, (which is kinda the whole point), but you're also OK with sending and receiving (and loading and running any Javascript) from any of their other subdomains. Again, write when you get a clue.
Here's your "final solution" for Facebook:
/`
/`
#!/bin/bash
ACTION="DROP"
FACEBOOK_AS="AS32934"
# flush (clear) the tables and clear the counters
iptables -F
iptables -Z
ip6tables -F
ip6tables -Z
for AS in ${FACEBOOK_AS}
do
IPs=`whois -h whois.radb.net \!g${AS} | grep
for IP in ${IPs}
do
for TARGET in INPUT OUTPUT FORWARD
do
iptables -A ${TARGET} -p all -d ${IP} -j ${ACTION}
done
done
IPs=`whois -h whois.radb.net \!6${AS} | grep
for IP in ${IPs}
do
for TARGET in INPUT OUTPUT FORWARD
do
ip6tables -A ${TARGET} -p all -d ${IP} -j ${ACTION}
done
done
done
With NASA's current lift capabilities, LEO is "deep space". Not blaming them, blaming Congress.
I would LOVE to see you talking out the other side of your ass if it were Hillary who was (against all precedent) refusing to release her returns, and Trump had been releasing his annually since 1977.
Actually, you're right. It was a "war of independence", not a "revolution" in the classical (i.e. French) sense. However, what the Founding Fathers (the "Revolutionaries" in common parlance) did was both treason and sedition.
And you're right on your second point as well, but it will involve the Second Amendment, not the First.