December 27, 201311 yr So some of the juices have tobacco, some have nicotine, some have alcohol, some are hash oil, and some are just flavoring?The tobacco is flavoring, you can get them with nicotine in varying levels or with no nicotine, no alcohol, I make my own hash oil (I can't smoke weed, it makes me paranoid, but I do enjoy an occasional HO buzz). I have tried several flavors. The rootbeer and ecto are very good. Different devices make the juices taste differently. Every aspect has an affect, from the battery, to the control head, to the delivery head... I have played with it quite a bit over the past month and used a shit ton of devices. My next toys will be a mechanical mod (looking at the Nemisis mechanical), and a kick ass rebuildable atty (liking the Kayfun Lite, but I want to be sure before I spend that kind of money). When I get that gear I only really have a box mod left to try. Still learning about those. I love this little box mod... Gorgeous damascus box... I WANT!!!!
December 27, 201311 yr If you just want to backup one directory (which could just be the entire partition if you did "/") then you could do:sudo rsync -azvv /home/importantshit /media/hdd2This would only backup files that have been changed. Oh and you can use rsync to backup files to a remote host via ssh.Seriously? Does it map it first or just look for date or what?It copies everything over on "first run", then it backups by comparing timestamp and filesize. You can also set it to do a checksum (for same size files), but that'll slow it down some. Prime example of why I use Linux, so much easier to do shit and almost everything is opensource. Need a program? 99% of the time it's listed in the repository files so all you do is: "sudo apt-get install programname," hit Y, and it's installed. You want access to your home computer when you're away? Setup some firewall rules for ssh or vnc, start the services, port forward on the home router, and you're done. Wanna write an image file to a usb drive? " dd if=imagefile.iso of=/dev/usbdevicename bs=512k" done.Where does one find the command codes to "learn" linux. I've only used windows style commands. Did some programming in my day so I am not lost, but the syntax is not obvious.
December 27, 201311 yr nem, on 26 Dec 2013 - 20:01, said:How close is yours to being ready?Should have all the parts tomorrow and the bolts soon. Everything that can be unbolted is unbolted atm. Even some riveted things are off. Tomorrow I am going to clean, re-rivet, and polish the tunnel. After that it is just assembling the engine, the suspension and slapping it in. lol. Probably 20 hours worth of labor? Took 4-5 to strip it.
December 27, 201311 yr nem, on 26 Dec 2013 - 20:01, said:How close is yours to being ready?Should have all the parts tomorrow and the bolts soon. Everything that can be unbolted is unbolted atm. Even some riveted things are off. Tomorrow I am going to clean, re-rivet, and polish the tunnel. After that it is just assembling the engine, the suspension and slapping it in. lol. Probably 20 hours worth of labor? Took 4-5 to strip it.Sounds like fun. Wish I lived closer, I would love to help you put it back together.
December 27, 201311 yr I feel pretty set what I'm doing for undergrad, and would like to continue it in grad school most likely, but med school may be another route (haven't thought of it much yet since I still have two more years for undergrad), so I was just curious how far an ochem grade goes when applying.Honestly I'm paying zero attention to income. I'm a little worried about the job market, but worst case if I couldn't find work after grad school I could go into patent agent or patent attorney--though that's not my first choice.If you really really really want to be a doctor, do it. Go balls deep. But there is not much money in it competitively. Here in MN they didn't give a shit what your undergrad was, they more cared that you were diehard set on being a doctor.I heard about a bunch of applicants and unless you had a free pass in, the board deciding would light up applicants.Especially if you said "I want to help people"The chair told him/her to be a plumber because they saved more lives and help more people than doctors.Lol
December 27, 201311 yr If you just want to backup one directory (which could just be the entire partition if you did "/") then you could do:sudo rsync -azvv /home/importantshit /media/hdd2This would only backup files that have been changed.Oh and you can use rsync to backup files to a remote host via ssh.Seriously? Does it map it first or just look for date or what?It copies everything over on "first run", then it backups by comparing timestamp and filesize. You can also set it to do a checksum (for same size files), but that'll slow it down some.Prime example of why I use Linux, so much easier to do shit and almost everything is opensource. Need a program? 99% of the time it's listed in the repository files so all you do is: "sudo apt-get install programname," hit Y, and it's installed.You want access to your home computer when you're away? Setup some firewall rules for ssh or vnc, start the services, port forward on the home router, and you're done.Wanna write an image file to a usb drive? " dd if=imagefile.iso of=/dev/usbdevicename bs=512k" done.Where does one find the command codes to "learn" linux. I've only used windows style commands. Did some programming in my day so I am not lost, but the syntax is not obvious.Look for Linux man pages,http://linux.die.net/man/Some of the "commands" are just that, commands, some are just scripts or cli programs that come installed depending on the distribution or just need to be installed via apt-get.
December 27, 201311 yr nem, on 26 Dec 2013 - 20:01, said: How close is yours to being ready?Should have all the parts tomorrow and the bolts soon. Everything that can be unbolted is unbolted atm. Even some riveted things are off. Tomorrow I am going to clean, re-rivet, and polish the tunnel. After that it is just assembling the engine, the suspension and slapping it in. lol. Probably 20 hours worth of labor? Took 4-5 to strip it.Sounds like fun. Wish I lived closer, I would love to help you put it back together.Wish you lived closer, wouldn't mind the help. Shop day is always more fun with beer and camaraderie.
December 27, 201311 yr I feel pretty set what I'm doing for undergrad, and would like to continue it in grad school most likely, but med school may be another route (haven't thought of it much yet since I still have two more years for undergrad), so I was just curious how far an ochem grade goes when applying.Honestly I'm paying zero attention to income. I'm a little worried about the job market, but worst case if I couldn't find work after grad school I could go into patent agent or patent attorney--though that's not my first choice.If you really really really want to be a doctor, do it. Go balls deep. But there is not much money in it competitively. Here in MN they didn't give a shit what your undergrad was, they more cared that you were diehard set on being a doctor.I heard about a bunch of applicants and unless you had a free pass in, the board deciding would light up applicants.Especially if you said "I want to help people"The chair told him/her to be a plumber because they saved more lives and help more people than doctors.LolYeah I'm more envisioning doing research, but well see!
December 27, 201311 yr So some of the juices have tobacco, some have nicotine, some have alcohol, some are hash oil, and some are just flavoring?The tobacco is flavoring, you can get them with nicotine in varying levels or with no nicotine, no alcohol, I make my own hash oil (I can't smoke weed, it makes me paranoid, but I do enjoy an occasional HO buzz). I have tried several flavors. The rootbeer and ecto are very good. Different devices make the juices taste differently. Every aspect has an affect, from the battery, to the control head, to the delivery head... I have played with it quite a bit over the past month and used a shit ton of devices. My next toys will be a mechanical mod (looking at the Nemisis mechanical), and a kick ass rebuildable atty (liking the Kayfun Lite, but I want to be sure before I spend that kind of money). When I get that gear I only really have a box mod left to try. Still learning about those. I love this little box mod... Gorgeous damascus box... I WANT!!!!Looks cool except for the screw head haha.
December 27, 201311 yr I would be an MD only to administer drug trials etc.Get access to all those super drugs big pharma doesn't want us to see.
December 27, 201311 yr I would be an MD only to administer drug trials etc.Get access to all those super drugs big pharma doesn't want us to see.I'd actually rather be the guy designing or synthesizing the drugs. My issue is there is so many interesting (overlapping) fields that I don't know what exactly I want to do. Pharmacology or synthesis, virology, neurology, or even being a bench chemist.
December 27, 201311 yr So as you can see I really don't know what the fuck I want to do haha. Just something that involves biology, chemistry, and sweet lab equipment.
December 27, 201311 yr So as you can see I really don't know what the fuck I want to do haha. Just something that involves biology, chemistry, and sweet lab equipment. So as you can see I really don't know what the fuck I want to do haha. Just something that involves biology, chemistry, and sweet lab equipment. And you won't until you get settled in a field for a while.
December 27, 201311 yr Agreed. Skip the MD then. It only comes in handy when you wanna give your cool new drugs to humans. They need an MD to sign off basically. To "oversee".Get really good with Ochem and or microbiology. Then go work for Pfizer and send me a "chemistry set".Make me some happy pills, and some trippin balls pills, and some work out in a pill pillz.Better living through science!
December 27, 201311 yr For science!!!!http://www.engadget.com/2013/12/26/3d-jello-shot-printer/?ncid=txtlnkusaolp00000595
December 27, 201311 yr With your IT savvy you could probably stroll into informatics easily. I'm going to change his screen-name to dum-dum if he doesn't take that route
December 27, 201311 yr I would be an MD only to administer drug trials etc.Get access to all those super drugs big pharma doesn't want us to see.I'd actually rather be the guy designing or synthesizing the drugs. My issue is there is so many interesting (overlapping) fields that I don't know what exactly I want to do. Pharmacology or synthesis, virology, neurology, or even being a bench chemist. My cousin's husband is a research chemist. Also, Bobby (spacemonkey) over at CAF is as well. Bobby was doing work with cancer meds. Lots of cool shit.
December 27, 201311 yr I would be an MD only to administer drug trials etc.Get access to all those super drugs big pharma doesn't want us to see.I'd actually rather be the guy designing or synthesizing the drugs. My issue is there is so many interesting (overlapping) fields that I don't know what exactly I want to do. Pharmacology or synthesis, virology, neurology, or even being a bench chemist. My cousin's husband is a research chemist. Also, Bobby (spacemonkey) over at CAF is as well. Bobby was doing work with cancer meds. Lots of cool shit.That's sweet. I'm trying to do a summer internship somewhere, if they know of any...
December 27, 201311 yr With your IT savvy you could probably stroll into informatics easily. I'm going to change his screen-name to dum-dum if he doesn't take that route Mine as well change it now.
December 27, 201311 yr Hey you mechanics, how often do you see plugs like this? Pulled it out of a '00 Explorer 4.0 SOHC engine I did new injectors and plugs on.
December 27, 201311 yr That nasty one was in the hole they said had a dead injector and they claimed to have scoped the hole, so to me that means pulling the plug, and they just put it back in seeing that nasty thing??
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.