Had an account for a few years, deleted it months ago. Nobody was really my "friend" on there anyway, just people I knew before, and now don't live anywhere near them anymore, or have any kind of contact with them. I felt no need to share my whole life with the internet. What's the point? I'm not narcissistic, and I certainly don't need an employer or the government snooping on everything that I do.
He may have changed only a single line, but making the queue 4 months instead of 3 could break other parts of the system. Perhaps the "save data" and "backup" functions assume 3 as well, so you'd lose data. Perhaps other assumptions are made in the code, so with a 4 you'll end up with buffer overflows. Those test and security people are in the process to catch these issues before there are problems. It may seem a trivial change, but people make assumptions all the time.
"new customers" is not a valid metric for a restaurant or a pizza place. You want new customers, sure - if you are a small place just starting up. What's important though is repeat customers. Perhaps if they marketed to people who 'like' them on facebook, those customer would more frequently visit that restaurant, thus increasing revenue. Just because they got no new customers doesn't necessarily make the campaign a flop.
It's a single photo of the entire earth from space. 121 megapixels is good, but it's only 10x the 12 megapixel sensor of my current camera. It's good, but it's not Gigapixel good. However, it is the highest resolution single photo that contains the whole earth in it. You can find better ones that are stitched together, but none that are a single image from a single instance in time.
I didn't get a scholarship, I might have been offered one if I took the college aptitude tests, but I didn't feel like going to college at the end of high school - I was sick of high school as it was, nothing but cliques and kids picking on me. I hated it. I didn't want another 4 years of the same stuff. So, I probably wouldn't have gone to college even if I was offered a scholarship. However, now I am considering going to college, (many years later) and I doubt anyone would give me a scholarship now. I've become a successful programmer just from teaching myself.
Well, the way I see it, it would create as many jobs as it destroys. Why would you fill in a tooth when you could just replace it by a grown one? You'd need to have your tooth pulled, then get your skin scraped for the cells to start the tooth bud. You'll have to have another appointment to implant the tooth bud, and followup visits to check on the progress of the growth.
Not even then. Touch interfaces pay no attention to the rotation of a single point, so this would require two fingers, and if even then, you couldn't rotate it more than 180 degrees (try it without lifting up your hand). Scrollbars seem to win as far as touchscreens are concerned. Also, it's dependent on the visual indicator. For example, to set something at 50%, you need to move the visual indicator to the 50% mark. So, you'd need to first determine whether the indicator is clockwise to the mark, or counterclockwise, and rotate in reverse accordingly. Contrast that with a slider - if you want it at 50%, no problem, just put your finger at the 50% mark and you're done - muscle memory can help with this.
Yea, when I was a wee programmer, I made a "class" for socket.h which was just a wrapper that mapped things to a class, so when you wanted to create a socket connection, you just created an instance of that class, and start using it. It was pretty dumb, but I thought it was cool at the time. I should have overridden the << and >> operators but I was just happy that my "send" and "receive" worked. That was when I was 21, about twelve years ago. Now you see these kids doing something similar, but they have a website on which to place their experiments. I don't hate on them because I was there once myself, but I don't pay them much attention either.