



So I’ve been living in Prauge for a month and a half now. At a certain point when i settled in I decided to start watching my favorite tv shows again. To do this I was downloading torrents. However I was still not content. It was faster to just watch the videos on hulu.
I started messing with all sorts of proxies and things, and eventually I figured out how to get all of them to work. So I thought I would share.
Last.fm:
They don’t technically lock you out, outside of America. They just give you a “free trial” and then start charging you $3 a month or so. Considering how often I use last.fm I would probably pay this, except I found it unfair that they were only charging me because I was abroad.
Pandora:
They won’t even bother trying to pay for people outside of America to listen to music. It’s not as good as last.fm, but a lot of people still use it and get shafted outside of US.
BBC:
I felt like watching some BBC news at news.bbc.co.uk and those bastards wouldn’t show it to me. News!!! come on!? It’s all agenda driven filtered nonsense anyways. Come on, I know you have seen the movie Network. There are no longer nations, only corporations. The TV tells you what to do, how to dress, how to think, dress, eat etc…
Hulu:
Now I run a video site like Hulu myself, but as easy as my site makes it to find good avi movies, it still sucks for new TV Shows. They just get deleted too quickly, everywhere except hulu. Hulu is first “legal” TV streaming site to be successful because there aren’t that many ads at this point. Well this was the hardest one to get working.
Ok, that’s all about the sites. Now to the tutorial.
Install IP-Hider. You get that? That was the entire tutorial. Okay with more detail: Install it, open it, click the country you want to be from and that’s it.
One note: Hulu’s website still wouldn’t load for me with this, it worked fine didn’t gripe about country but it timed out trying to load the video. So along comes Hulu Desktop. Which is much nicer looking and working than their website anyways. Just download that and it will load just fine with IP-Hider running.
Also note that Hulu is very persistent in trying to block outsiders. If you just go on with anonymous proxy they will bitch at you for it. So when you see the fancy options to make yourself anonymous and turn privacy on as well. Don’t do it.
For everything besides Hulu if you just can’t bring yourself to use IP-Hider or it stops working, the TOR network works wonderful. I could make a writeup on that if anybody wants it. Though their website explains it pretty well.
I will also mention that this method works today. As of July 14th 2009. Blog posts get outdated as people seem to not pay attention to when they find my old time sensitive tutorials. This works great now, but might not work by the time you read this, but I’m sure somebody will make a comment to that effect.
Enjoy, being slightly less screwed over by American bureaucracy today than you were yesterday.




Step 1) Index all things and make it easy to access, ease people into using this with a search engine that helps people find what they want and a catchy slogan like “Don’t Be Evil”.
Step 2) After building trust with your market convince them to use your open source software. In case they aren’t using it, buy majority of startup software and social networks that they are using. Further direct their focus by getting them to use Chrome and telling everybody it is a web browser, despite being a world domination app.
Step 3) Get your software on all types of media. We will start with showing them a taste of our “browser” and then a couple weeks later we will have every single mobile company using our open source operating system and development platform (Android).
Step 4) Use the “Google Network” that was built by 3rd party companies using our open source software and mobile devices to link all communications together and use all the media devices and world domination software in place on more than 75% of the global economy.
Step 5) Control “truth”, information, media, advertising, and define facts.




So I was work and had reason to reference some British words… I thought it would be worth posting them to the site because I enjoyed it.
















A LOGICAL SOLUTION.
Now here is a problem that finally has a formula for getting to the bottom of an age old problem.
From a strictly mathematical viewpoint it goes like this:
What
Makes 100%? What does it mean to give MORE than 100%? Ever wonder about
those people who say they are giving more than 100%? We have all been
to those meetings where someone wants you to give over 100%. How about
achieving 103%? What makes up 100% in life?
Here’s a little mathematical formula that might help you answer these questions:
If:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z is represented as:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26.
Then:
H-A-R-D-W-O-R-K
8+1+18+4+23+15+18+11 = 98%
and
K-N-O-W-L-E-D-G-E
11+14+15+23+12+5+4+7+5 = 96%
But,
A-T-T-I-T-U-D-E
1+20+20+9+20+21+4+5 = 100%
And,
B-U-L-L-S-*-*-T
2+21+12+12+19+8+9+20 = 103%
AND, look how far a** kissing will take you.
A-*-*-K-I-S-S-I-N-G
1+19+19+11+9+19+19+9+14+7 = 118%
So,
one can conclude with mathematical certainty that While Hard work and
Knowledge will get you close, and Attitude will get you there, it’s the
Bulls**t and A** Kissing that will put you over the top.




public NightTimeCompanion PartyEvent(string[] friendConnection)
{
foreach (string friend in friendConnection)
{
try
{
using (Connection FriendsHotFriend = new Connection(FriendConnection[friend]))
{
using (Command HookUpAttempt = new Command(FriendsHotFriend))
{
string OpeningLine = “”;
Random ChanceOfGoodLine = new Random();
if (ChanceOfGoodLine % 4 == 0)
OpeningLine = RandomOpener();
else
OpeningLine = “SELECT ‘Hey Baby’; DROP TargetsCloths;”;
HookUpAttempt.CommandText = OpeningLine;
SqlDataReader Conversation = HookUpAttempt.ExecuteReader();
int WhereYouStand = 0;
while (Conversation.Read())
{
switch (Conversation.Line)
{
case Exchange.Cute:
WhereYouStand += 0;
break;
case Exchange.Meaningful:
WhereYouStand += 1;
break;
case Exchange.StarTrek:
throw new StarTrekException();
break;
case Exchange.Sexy:
WhereYouStand += 2;
break;
case Exchage.Bad:
WhereYouStand -= 2;
break;
case Exchage.Mean:
WhereYouStand -= 5;
break;
case Exchange.Boring:
WhereYouStand -= 20;
break;
case Exchange.Stalkerish:
WhereYouStand -= 500;
break;
case Exchange.Dirty:
return (NightTimeCompanion)HookUpAttempt;
break;
default:
WhereYouStand += 0;
}
}
if (WhereYouStand > 30)
{
BlackBook.Add(HookUpAttempt);
}
if (WhereYouStand > 50)
{
if (!HookUpAttempt.IsHot)
BlackBook.Remove(HookUpAttempt);
return (NightTimeCompanion)HookUpAttempt;
}
}
}
}
catch (StarTrekException Ex)
{
Console.Write(“Did that come out of my mouth…”);
continueConversation();
}
catch (StarWarsException EX)
{
Console.Write(“Well the explosions reminded me of while I was working on a rig in Alaska…”);
continueConversation();
}
}
}
Author: Punk-Coder
Original Source: A comment from – What does the hot girl at the party think of your programming language?




Wow, so I was going to write an article about the 4th dimension and how a children’s book really explained it well, but instead with one search and discovered something better than my own explaination! The internet is great isn’t it?
Update: This is now the full video, before It was youtube and was in 2 files which is rather annoying… enjoy
Original Source: TenthDimension.com




Contrary to what you might think RPS is not simply a game of luck or chance. While it is true that from a mathematical perspective the ‘optimum’ strategy is to play randomly, it still is not a winning strategy for two reasons.

First, ‘optimum’ in this case means you should win, lose and draw an equal number of times (hardly a winning strategy over the long term). Second, Humans, try as they might, are terrible at trying to be random, in fact often humans in trying to approximate randomness become quite predictable. So knowing that there is always something motivating your opponent’s actions, there are a couple of tricks and techniques that you can use to tip the balance in your favour.
1 – Rock is for Rookies
In RPS circles a common mantra is “Rock is for Rookies” because males have a tendency to lead with Rock on their opening throw. It has a lot to do with idea that Rock is perceived as “strong” and forceful”, so guys tend to fall back on it. Use this knowledge to take an easy first win by playing Paper. This tactic is best done in pedestrian matches against someone who doesn’t play that much and generally won’t work in tournament play.
2 – Scissors on First
The second step in the ‘Rock is for Rookies’ line of thinking is to play scissors as your opening move against a more experienced player. Since you know they won’t come out with rock (since it is too obvious), scissors is your obvious safe move to win against paper or stalemate to itself.
3 – The Double Run
When playing with someone who is not experienced at the RPS, look out for double runs or in other words, the same throw twice. When this happens you can safely eliminate that throw and guarantee yourself at worst a stalemate in the next game. So, when you see a two-Scissor run, you know their next move will be Rock or Paper, so Paper is your best move. Why does this work? People hate being predictable and the perceived hallmark of predictability is to come out with the same throw three times in row.
4 – Telegraph Your Throw
Tell your opponent what you are going to throw and then actually throw what you said. Why? As long as you are not playing someone who actually thinks you are bold enough to telegraph your throw and then actually deliver it, you can eliminate the throw that beats the throw you are telegraphing. So, if you announce rock, your opponent won’t play paper which means coming out with that scissors will give you at worst a stalemate and at best the win.
5 – Step Ahead Thinking
Don’t know what to do for your next throw? Try playing the throw that would have lost to your opponents last throw? Sounds weird but it works more often than not, why? Inexperienced (or flustered) players will often subconsciously deliver the throw that beat their last one. Therefore, if your opponent played paper, they will very often play Scissors, so you go Rock. This is a good tactic in a stalemate situation or when your opponent lost their last game. It is not as successful after a player has won the last game as they are generally in a more confident state of mind which causes them to be more active in choosing their next throw.
6 – Suggest A Throw
When playing against someone who asks you to remind them about the rules, take the opportunity to subtly “suggest a throw” as you explain to them by physically showing them the throw you want them to play. ie “Paper beats Rock, Rock beats scissors (show scissors), Scissors (show scissors again) beats paper.” Believe it or not, when people are not paying attention their subconscious mind will often accept your “suggestion”. A very similar technique is used by magicians to get someone to take a specific card from the deck.
7 - When All Else Fails Go With Paper
Haven’t a clue what to throw next? Then go with Paper. Why? Statistically, in competition play, it has been observed that scissors is thrown the least often. Specifically, it gets delivered 29.6% of the time, so it slightly under-indexes against the expected average of 33.33% by 3.73%. Obviously, knowing this only gives you a slight advantage, but in a situation where you just don’t know what to do, even a slight edge is better than none at all.
8 – The Rounder’s Ploy
This technique falls into more of a ‘cheating’ category, but if you have no honour and can live with yourself the next day, you can use it to get an edge. The way it works is when you suggest a game with someone, make no mention of the number of rounds you are going to play. Play the first match and if you win, take it is as a win. If you lose, without missing a beat start playing the ‘next’ round on the assumption that it was a best 2 out of 3. No doubt you will hear protests from your opponent but stay firm and remind them that ‘no one plays best of one for a kind of decision that you two are making’. No this devious technique won’t guarantee you the win, but it will give you a chance to battle back to even and start again.
How to Cheat (According to Wikipedia)
One of the first tricks learned by a Rock-Paper-Scissors novice is to hold back a throw of paper until the last possible moment to dupe an opponent into believing that one may actually be throwing a rock. Both paper and scissors have this ability; however, unless one is employing a “double-back” strategy, cloaking a paper throw is likely to draw an instinctive paper from one’s opponent. If the throw is accidentally revealed too late, that is, not revealed until the thrower’s arm breaks the plane where the thrower’s arm is perpendicular to the thrower’s torso (at a 90 degree angle), this is considered a foul. In such a case the referee will assign a throw of rock, even if this is not what the thrower intended. This is known as a “forced rock.”
A common variation on the opening ritual is to have both players hold their hands behind their backs and reveal their already formed throws after the count of three. The intention is to prevent any sort of timing based cheating.
Another way to cheat is to prime three times instead, if the opponent primed twice only, the other could see his opponent’s throw without revealing his own, claiming that he thought “I thought we are doing three primes”. This form of cheating usually does not get the cheater anywhere, as the round will be most likely replayed. In many cases, participants will bounce three times (while saying “rock, paper, scissors”) and then revealing the throw while saying something else (such as “shoot”). Note: ‘priming’ is the number of bounces one does before revealing the throw.


More Options ...
Categories
Tag Cloud
Blog RSS
Comments RSS

Void « Default
Life
Earth
Wind
Water
Fire
Light 