"Mum, will I be a knight like Guybrush if I drink the blood of my little brother?"
Sounds a bit like an Eric-Cartman-ish line.
/tbi
Sounds a bit like an Eric-Cartman-ish line.
/tbi
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Mr Matti on Thu 03/12/2009 14:14:31But one thing's for sure: When I watched Trainspotting in English I only understood approximately 2/3 of what has been said in the movie. At least I could follow the plot.Uh... wasn't that Scots? Anyways, if you want to clearly hear the differences between British accents, listen to a Manchester Radio Station and then continue with a, say, Bristolian one? Or listen to any song by The Futureheads (especially "First Day") and then continue with a song from, say, Hard-Fi.
Quote from: Lufia on Thu 05/11/2009 20:30:13But the survey was still on the whole population, right? To take into account both consumers that stopped and non-consumers that started after the legalization? Anyway, assuming these are reliable stats, it's definitely weighing in favour of legalizing cannabis. Though we don't have the percentage of weed smokers in the population to know if that drop is actually significant as a whole. (How much money will be saved in absolute terms.)Yup, all that was taken into account. I assume the stats to be quite reliable, because I remember my then-teacher in politics as quite a reliable person. Of course, I don't have the original sheet anymore, so I can't actually find the original stats and have to trust my memory, but from what I remember, it was exactly as I said--the "cool kids" doing it because it was illegal outweighed every other group of consumers, and therefore once they stopped doing it, the consumption rate went so far down that even if you took into account the Germans which still try to smuggle weed from the Netherlands to Germany (so, technically belonging neither to the population nor to the consumers), you still had a massive gain.
Quote from: Lufia on Thu 05/11/2009 17:44:23The consumption rate went down to 40% or went down by 40%? If it's "to", what was the starting percentage? If it's "by", from where to where?From what I remember, it was "to" 40% (bear in mind that this discussion was about 5 years ago, so although the data of course doesn't change, it might have been "by" 40% and me just not remembering it). This refers to the consumers only, not the whole population, so in either case it's from 100%. Sorry if that one was a bit unclear.
Quote from: Lufia on Wed 04/11/2009 22:58:18QuoteWill I necessarily become sick because I do pot? No. But my chances of doing so increase. Multiply these chances by the number of people that would become users thanks to the legalization, you have a potentially very high cost.Again, if we take Holland as example, the consumption rate actually went down to 40-ish %. And if you multiply something by 40%, or .4, the "potentially very high cost" actually decreases from the status quo.
Reminding,
/tbi
int d[] = { 1, 0, -1, 0 };
int x = startX, y = startY, len = 2, dir = 0; //startX and startY are the respective coords to start with.
while (boundary_check()) {
for (int i = 0; i < len; i++) {
do_something_at_square(x, y);
x += d[dir];
y += d[(dir + 1) & 3];
}
dir = (dir + 1) & 3;
for (int i = 0; i < len; i++) {
do_something_at_square(x, y);
x += d[dir];
y += d[(dir + 1) & 3];
}
len++;
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.032 seconds with 15 queries.