The MBR should've been tossed a long time ago. Extented partitions are an annoyance I have to deal with on a continual basis. On the other hand, I'm used to the MBR way of doing things. I setup a 6TB array the other day and kept trying to get fdisk -l to show me the size of my partition. What the heck... Every time I ran it I was annoyed that it was showing my 2TB. I knew from a technical standpoint that fdisk doesn't support GUID, but my fingers were so used to typing that command to see the partition size.
What I want to know is... why are hard drives stuck at 2TB? Did we reach some theoretical limit? Does the laws of physics start to fail at higher data densities? Don't get me wrong, I love my 2TB hard drive, but I want more!
My wife got into the better SAT prep courses at her high school by forcing her way in (there was some entry test she didn't quite pass). I'm glad she did because she was national merit!
Advanced classes should always be easy to get into!
I got one of those this time around... It took forever!
Re:A false choice, of course...
on
Health Care Reform
·
· Score: 2, Insightful
You really think the senate is going to do anything after the house passes their bill verbatim and the President signs it into law? The Senate may be many things, but they are most definitely not the House's lap dogs.
For your second point...
What happens when you put tabs after the start of the line to make columns? Spaces would stay lined up as long as you use a fixed width font. Tabs cause the column spacing to change (when you change the tab size) depending on how much text is in each column.
I do prefer tabs for the other two stated reasons; also GNUmake forces the issue, and Python recommends the use of tabs.
when it becomes a possibility for me to become a "real" engineer without having to study mechanics, surveying, etc I will become one. Until then I will be proud of my fake engineer status with my degree from "... school of engineering"
A couple other things (at least from a Christian viewpoint, but there still should be some crossover if you don't hold the same views I do)
Find out what each other's "love language" is. Yes, it's full of Christian viewpoints, but his psychology is at least sound. Basically you find the best way to make your spouse feel loved and concentrate your efforts there. Website: http://www.fivelovelanguages.com/
Make a consious effort to maintain intimacy. Physical and emotional intimacy are a huge part of marriage. Since you're doing research, I suggest The Marriage Bed. Once again, this is a Christian ministry, but they're not going to beat you over the head if you're not a Christian but want to have a good marriage.
Don't underestimate the spiritual aspect of marriage. The tying together of souls into one person, while it may seem old and outdated, is a very powerful concept. Find a pastor/priest/rabbi/etc to help you understand what it means to be united with your spouse.
Most evangelicals see their beliefs as meriting a lifetime of study. Definitely those who get paid by the churches to study and teach should be able to at least pick this apart line by line. Having this resource available for free is amazing considering some of the doctrinal study tools out there cost a small fortune.
The major problem is that a lot of GNU software is horribly a pain to cross-compile, especially if the project is less mature. The main goal of scratchbox is to hide the fact that your cross-compiling and to only expose the headers and libraries you need to compile in the "correct" place so the Make/autoconf/automake generated files don't have to be massaged too much. Part of this "hiding" is to also disguise the "arch" of the host machine as well, and it almost seems that jails would be equally suited to do this part.
be careful that you don't overstress your roof supports... If you're in an area that gets 2-3 feet of snow in the winter you should be ok, but if you're in the south you might have to add more load bearing beams to keep the roof from caving in.
nope... '02 F150 explicitly says in the manual to not run high ethanol gas. Also, when we made the switch in Texas at 10% ethanol, I lost ~ 10% fuel mileage.
To be fair, good luck getting a part time job in industry that's relevent to your field of study.
My two cents: find a company that will pay you to get your masters degree. Work for a year and bust your butt so you get a promotion the first time around then go back for your masters. A lot of companies will give you an automatic pay bump when you get a masters in addition to paying for your schooling.
The MBR should've been tossed a long time ago. Extented partitions are an annoyance I have to deal with on a continual basis. On the other hand, I'm used to the MBR way of doing things. I setup a 6TB array the other day and kept trying to get fdisk -l to show me the size of my partition. What the heck... Every time I ran it I was annoyed that it was showing my 2TB. I knew from a technical standpoint that fdisk doesn't support GUID, but my fingers were so used to typing that command to see the partition size.
What I want to know is... why are hard drives stuck at 2TB? Did we reach some theoretical limit? Does the laws of physics start to fail at higher data densities? Don't get me wrong, I love my 2TB hard drive, but I want more!
Advanced classes should always be easy to get into!
I got one of those this time around... It took forever!
You really think the senate is going to do anything after the house passes their bill verbatim and the President signs it into law? The Senate may be many things, but they are most definitely not the House's lap dogs.
From what I understand, the US has very little interest in the Caspian Sea. It's the EU that gets its oil from that region.
Good to know... I could've sworn that one of the older tutorials used to recommend tabs over spaces.
For your second point...
What happens when you put tabs after the start of the line to make columns? Spaces would stay lined up as long as you use a fixed width font. Tabs cause the column spacing to change (when you change the tab size) depending on how much text is in each column.
I do prefer tabs for the other two stated reasons; also GNUmake forces the issue, and Python recommends the use of tabs.
Let's not forgot standardized coding styles. I have a hard enough time with developers who use the wrong spacing for tabs in their editor window!
Selection to alternate clipboard (or whatever it's called) doesn't suffer from this nonsense :D
I think this does not mean what you think it means...
make allnoconfig will answer "no" to all questions that can be answered no...
when it becomes a possibility for me to become a "real" engineer without having to study mechanics, surveying, etc I will become one. Until then I will be proud of my fake engineer status with my degree from " ... school of engineering"
I've gotten a lot closer recently (it got less and less useful of course). Also, back in the day, you had a driver diskette to load after the kernel.
so... any BIND server would be down for a bit... anyone with a caching name server would still be able to surf.
that wouldn't really work. you still need (without kernel modesetting) access to the graphics hardware.
Most evangelicals see their beliefs as meriting a lifetime of study. Definitely those who get paid by the churches to study and teach should be able to at least pick this apart line by line. Having this resource available for free is amazing considering some of the doctrinal study tools out there cost a small fortune.
Umm, you can now turn in your geek badge Mr. Anonymous. A/I wasn't the best movie, but it was excellent Science Fiction.
The major problem is that a lot of GNU software is horribly a pain to cross-compile, especially if the project is less mature. The main goal of scratchbox is to hide the fact that your cross-compiling and to only expose the headers and libraries you need to compile in the "correct" place so the Make/autoconf/automake generated files don't have to be massaged too much. Part of this "hiding" is to also disguise the "arch" of the host machine as well, and it almost seems that jails would be equally suited to do this part.
Just as a curiosity... Have you guys ever used jails for cross-compiles similar to scratchbox?
haven't done much with c++ std libs, but should it be
for(std::list * it...)
or does std::list imply a pointer type?
I hate typedefs that are pointer types. If I want a pointer type, I want to explicitly say *.
be careful that you don't overstress your roof supports... If you're in an area that gets 2-3 feet of snow in the winter you should be ok, but if you're in the south you might have to add more load bearing beams to keep the roof from caving in.
nope... '02 F150 explicitly says in the manual to not run high ethanol gas. Also, when we made the switch in Texas at 10% ethanol, I lost ~ 10% fuel mileage.
To be fair, good luck getting a part time job in industry that's relevent to your field of study.
My two cents: find a company that will pay you to get your masters degree. Work for a year and bust your butt so you get a promotion the first time around then go back for your masters. A lot of companies will give you an automatic pay bump when you get a masters in addition to paying for your schooling.
Fiber is cheaper by the foot, but the connectors are extremely expensive.