I mean, President Bush has an MBA... look how well he's done.
I agreed with you up until this. Saying Bush had an MBA and sucks as a leader means that other people with MBA suck as leaders makes about as much sense as saying that since Bush is from Texas and sucks as a leader, everyone from Texas sucks as a leader.
right now file systems are made in such a way as to maximize reads that are sequential. It is possible that without these, now unneeded, optimizations ssd could run faster.
>> >> $2 million paycheck, you're still left with a hell of a lot of dough
>> So basically, what you are saying is, that someone who works through college, grad school, works extra hours and gets ahead, or starts a business, >> now, has to carry the people that just smoked pot in high school and graduated through social promotion. Boy, that's not right. Why not cut some of the slackers on the bottom end loose?
Damn loosers. anyone who isn't a millionaire is a lazy bastard anyway. Fuck them.
why is this a big deal, if you want to live in the middle of nowhere you should realize it comes with downsides and not expect handouts from the government. Are you going to complain next about emergency ambulance response in rural areas.
This has been beaten to death so many fucking times it's unreal. $15 per wireless router is too much. $15 per every computer that could serve out a web page is too much. Encryption should be default and obstacles to using it should be lowered so that no one has to ever use http. If ssh required some authority to sign every computer out there, we would still be using telnet.
So far JIT's just aren't as fast as C. They are very far along. People are using them for programs which may run for days at a time. This has more to do with having an easier time developing in a higher level language. In my experience java rivals and often surpasses C++ programs heavily reliant on the stl. Where I work, speed or features win marketshare and programs written in C are performance kings. Python and java are becoming more popular.
> The extra memory is essentially data from a caching perspective.
That doesn't mean shit. It still has to be cached. It will still create stalls when you need to wait for your data. Yeah sun java jit is fast, compared to older implementations of java, but never compared to C.
> Why do I have to click FOUR times to simply say "this site is OK for me", while I only have to click once for popups, for auto-fillin for login data, and so on?
You are using extra ram loading all the 32bit shared libraries that no other programs use. Since memory bottlenecks are the most frequent source of slowdowns on a modern computer, your computer gets runs slower.
That's inane. It's battling for marketshare, instead of focusing on the strengths of C++ and making it the best language for certain tasks, they are making it a shitty language for everything. I doubt it can ever catch up to languages that have a better head start and compilers and debuggers that have never sucked as much as C++ ones still do.
Technically there isn't any, c is a subset of c++ so anything you can do in c you can do in c++.
In my experience with number crunching applications. C++ coded very in the style of straustrop(sp?) with good maintainability with iterators templates and stuff like that runs slower than C code. Since both do the same number of floating point ops, my gut feeling is that this has to do with memory usage. The C++ number crunching programs I work with are limited by how fast they can access the data in RAM and not how many flops the processor can push. With good C++ coding practices you have fast very maintainable code. With good C practices you have very fast maintainable code.
shure e2c have no bass, and after listening through them that may turn people off expensive earphones.
yes there are times, where you use your foot, to move the foot shaped ball.
Finally the typical movie buyer speaks up.
wow, chrome is cool, but NONETHELESS all in caps aligns really funny on this ported version. It almost looks like when you type LaTeX
well in that case, it does make sense.
much in the same way that holding back highway funding has raised the drinking age.
Freedom 1 isn't guaranteed.
Don't talk to people like machines. Numbering starts at 1.
right now file systems are made in such a way as to maximize reads that are sequential. It is possible that without these, now unneeded, optimizations ssd could run faster.
http://blog.linuxtoday.com/blog/2008/08/httpbryceharrin.html
welcome to open source where the number of contributors and not the number of users is a measure of success.
>> >> $2 million paycheck, you're still left with a hell of a lot of dough
>> So basically, what you are saying is, that someone who works through college, grad school, works extra hours and gets ahead, or starts a business,
>> now, has to carry the people that just smoked pot in high school and graduated through social promotion. Boy, that's not right. Why not cut some of the slackers on the bottom end loose?
Damn loosers. anyone who isn't a millionaire is a lazy bastard anyway. Fuck them.
First time I get to say "WOOOOOSHHHHH!!!"
Do I get a prize?
I don't blame you though. That may have been to subtle for some.
>> broadband for rural areas,
why is this a big deal, if you want to live in the middle of nowhere you should realize it comes with downsides and not expect handouts from the government. Are you going to complain next about emergency ambulance response in rural areas.
It'll also fail if mitm is hijacking the server.
This has been beaten to death so many fucking times it's unreal. $15 per wireless router is too much. $15 per every computer that could serve out a web page is too much. Encryption should be default and obstacles to using it should be lowered so that no one has to ever use http. If ssh required some authority to sign every computer out there, we would still be using telnet.
yeah because everyone knows detroit is in Ohio.
So far JIT's just aren't as fast as C. They are very far along. People are using them for programs which may run for days at a time. This has more to do with having an easier time developing in a higher level language. In my experience java rivals and often surpasses C++ programs heavily reliant on the stl. Where I work, speed or features win marketshare and programs written in C are performance kings. Python and java are becoming more popular.
> The extra memory is essentially data from a caching perspective.
That doesn't mean shit. It still has to be cached. It will still create stalls when you need to wait for your data. Yeah sun java jit is fast, compared to older implementations of java, but never compared to C.
So, really the memory access will be a bottle neck, you can never hope to have your program in cache and it will be much slower than C.
> Why do I have to click FOUR times to simply say "this site is OK for me", while I only have to click once for popups, for auto-fillin for login data, and so on?
And 0 times for javascript.
You are using extra ram loading all the 32bit shared libraries that no other programs use. Since memory bottlenecks are the most frequent source of slowdowns on a modern computer, your computer gets runs slower.
That's inane. It's battling for marketshare, instead of focusing on the strengths of C++ and making it the best language for certain tasks, they are making it a shitty language for everything. I doubt it can ever catch up to languages that have a better head start and compilers and debuggers that have never sucked as much as C++ ones still do.
Yeah, that's that why I said "technically".
about as much right as Mexicans have to leave Mexico.
Technically there isn't any, c is a subset of c++ so anything you can do in c you can do in c++.
In my experience with number crunching applications. C++ coded very in the style of straustrop(sp?) with good maintainability with iterators templates and stuff like that runs slower than C code. Since both do the same number of floating point ops, my gut feeling is that this has to do with memory usage. The C++ number crunching programs I work with are limited by how fast they can access the data in RAM and not how many flops the processor can push. With good C++ coding practices you have fast very maintainable code. With good C practices you have very fast maintainable code.