d3Xo-fan
Bluelighter
Hi,
I have been wondering about the same thing for quite some time now, and I finally decided to seek some advice. It's not because it's hard to live with or anything (well actually it pisses me off), so I'm simply asking in the name of science.
I hardly ever take benzodiazepines. I'm prescribed 20mg of Nitrazepam every two days (10mg/day or 2 pills) but I almost never eat them. I asked for them because I had a period where I had a hard time fallin asleep, but that only lasted a short while and is long gone, so now I see no reason to eat them. I do, however, enjoy the benzo-rush a lot, and this is where it becomes weird.
The first time I ever took 2mg of Flunitrazepam I basically passed out while walking (and cracked a tooth!). That should tell you how effective it was on me then. That's about a year ago, but as mentioned I rarely eat benzo's (I don't think I have ever taken them more than a few times a month), but still it seems I have a huge tolerance to them. For instance, if I give my friend 2 2mg Rivotril (Clonazepam) (he's a HUGE guy) he gets really high, as does all of my other friends, but me on the other hand, I can eat 50mg of Nitrazepam and 30mg of Bromazepam (or maybe it was the other way around) and not feel anything.
And it's not just Clonazepam. 1mg of Alprazolam didn't touch me either. I know it's not alot, but I shouldn't have any tolerance. I have theorized that it may be because I have a very fast metabolism and have a hard time gaining weight, but it's been like that all my life and when I first started experimenting with benzo's I felt them perfectly well.
I'm not tolerant to alcohol either. I study medicine, particularly benzo's and opiates/opioids, so you can imagine how big a mystery this is to me.
And when I say my strange tolerance is pissing me off, I'm obviously joking, but you feel a little cheated when your friends, who do them more often than you and don't even get them legally (my fault I suppose) get twice as high from half the dose (or actually infinite times higher since they don't have the slighest effect on me, not even amnesia).
I hope you can cast some light on this thing, because I cannot make any sense of it.
I have been wondering about the same thing for quite some time now, and I finally decided to seek some advice. It's not because it's hard to live with or anything (well actually it pisses me off), so I'm simply asking in the name of science.
I hardly ever take benzodiazepines. I'm prescribed 20mg of Nitrazepam every two days (10mg/day or 2 pills) but I almost never eat them. I asked for them because I had a period where I had a hard time fallin asleep, but that only lasted a short while and is long gone, so now I see no reason to eat them. I do, however, enjoy the benzo-rush a lot, and this is where it becomes weird.
The first time I ever took 2mg of Flunitrazepam I basically passed out while walking (and cracked a tooth!). That should tell you how effective it was on me then. That's about a year ago, but as mentioned I rarely eat benzo's (I don't think I have ever taken them more than a few times a month), but still it seems I have a huge tolerance to them. For instance, if I give my friend 2 2mg Rivotril (Clonazepam) (he's a HUGE guy) he gets really high, as does all of my other friends, but me on the other hand, I can eat 50mg of Nitrazepam and 30mg of Bromazepam (or maybe it was the other way around) and not feel anything.
And it's not just Clonazepam. 1mg of Alprazolam didn't touch me either. I know it's not alot, but I shouldn't have any tolerance. I have theorized that it may be because I have a very fast metabolism and have a hard time gaining weight, but it's been like that all my life and when I first started experimenting with benzo's I felt them perfectly well.
I'm not tolerant to alcohol either. I study medicine, particularly benzo's and opiates/opioids, so you can imagine how big a mystery this is to me.
And when I say my strange tolerance is pissing me off, I'm obviously joking, but you feel a little cheated when your friends, who do them more often than you and don't even get them legally (my fault I suppose) get twice as high from half the dose (or actually infinite times higher since they don't have the slighest effect on me, not even amnesia).
I hope you can cast some light on this thing, because I cannot make any sense of it.
PHP:
<?php
define("BZDP_HYPNOTIC_IVAL", 9*3600);
function take_nitrazepam($amount) {
sleep($amount*BZDP_HYPNOTIC_IVAL);
// wake_up(__NOW);
}
take_nitrazepam(2); // No idea why I wrote this
?>
