Mod parent up. Autonomous cars are a mixed blessing, just like agriculture or the industrial revolution. I hope humanity comes out of it for the better, but I'm not holding my breath.
Rock climbing/bouldering has dual benefits: 1. It's a slow endurance/strength excercise 2. It excercises your hands/wrists, which counteracts RSI
Get a climbing partner/group and hit the closest climbing gym. Go easy at first, and remember that the legs should be doing most of the lifting. Go easy on the hands too, you don't want to sprain anything:) Any RSI from typing/office labour should go away, and you will become comfortable enough to start doing more exertive excercises such as weight lifting or cardio.
I would say it's the design philosophy. Gnome says "Do this our way, because it is better" (see the ok-cancel button debate). KDE says "You can do it this way, but you can also configure your own way".
Foreigners simply don't understand the way Chinese people do things --- we don't deem personal freedom in No.1 priority and there are many things more important to our value system such as family and social harmonious.
I guess you really do deserve the country, the government and the society you have.
I think the purpose of this is to move real talent from horrid conditions to somewhere where they can achieve their full potential. Theoretical physics does not help the local economy. It helps the whole of human race.
Dear Everyone,
Please vote for the intelligent, competent and caring people when they DO run for office, instead of the top two (or three) shills, shysters and despots.
Thanks,
Supporter of intelligent, competent and caring candidates
Are you talking about the Republicans or the Democrats? Because, as a Canadian from the outside looking in, I don't see either political faction improving your government. The one hope for improvement has been lost, with thunderous applause I might add...
that's why I go to Wilfrid Laurier University (located in the same city). It's MGLA (More Girls, Less Asians), and even the CS people have great parties:P
I wonder how well the lack of wipers cope with snow, frost, chunks of dirt, and various other things.
How will it handle little stone chips on the windshield? Will that spot simply remain dirty?
What baffles me about all Ron Paul naysayers is their complete willingness to give up their freedom for totally unknown reasons. Somehow they are proud that they are letting some crony manage more and more of their lives, while singling out the very people fighting for their rights. Talk about biting the hand that liberates you.
I, for one, have noticed that Christians, especially the 'fundies' and the rest responsible for Intelligent Design and other abominations and crimes are slagged just as much.
On the other hand, a christian in a majority muslim country cannot expect complete tolerance and acceptance. Why should a muslim willingly immigrate into a majority christian country, insist on keeping his religion and then complain about unfair or unequal treatment?
Somehow the DRM that is involved in file copying is completely omitted from the article. Is it an elephant in the room that no-one wants to talk about, or did it simply never exist?
The depressing thing is, as a man I can't really think of why we should be allowed to stick around.
The depressing thing is, that you are a brainwashed and pussywhipped male. Without men there would be very little science done, very little enterprise and innovation. The fact is, mens brains are better suited for those things. Men are still the primary breadwinners for their families. Those differences are biological, not sociological. Feminism has been around for a while now, and equal rights for much longer (at least in North America), but I still don't see women take the upper hand in science and business. They have a rightful presence there, but I don't see them ever becoming the majority.
it is called IL-2 Sturmovik.
the game logic(AI, events etc..), interface, and mission editor are all done in java. the renderer is done in C/C++ using OpenGL and D3D. They just used JNI to access it. if you open their dll files and look for "Java" you'll find lots of OpenGL and D3D calls like "Java_com_maddox_opengl_GLContext_CreateWin32" and usual logic calls like "Java_com_maddox_il2_engine_Camera_transform".
The java classes are encrypted in those.sfs files an can't be taken out, yet...
Mod parent up. Autonomous cars are a mixed blessing, just like agriculture or the industrial revolution. I hope humanity comes out of it for the better, but I'm not holding my breath.
What about those that complain about both? Too bad they are shunned by both camps....
Rock climbing/bouldering has dual benefits:
1. It's a slow endurance/strength excercise
2. It excercises your hands/wrists, which counteracts RSI
Get a climbing partner/group and hit the closest climbing gym. Go easy at first, and remember that the legs should be doing most of the lifting. Go easy on the hands too, you don't want to sprain anything :) Any RSI from typing/office labour should go away, and you will become comfortable enough to start doing more exertive excercises such as weight lifting or cardio.
And this is different from the current state of the world how?
Viruses, goddamnit! Not virii, viruses!
Aren't you stuck with him for 7 years, since presidential terms are 7 years in France?
They're made of soylent green??
Does that mean Visual Basic is the best language ever made??
So what is your opinion on the "scripting vs compiled" or "dynamic vs strong dynamic vs static typing"??
But the thing they replaced it with, is way cooler :)
I would say it's the design philosophy. Gnome says "Do this our way, because it is better" (see the ok-cancel button debate). KDE says "You can do it this way, but you can also configure your own way".
I think the purpose of this is to move real talent from horrid conditions to somewhere where they can achieve their full potential. Theoretical physics does not help the local economy. It helps the whole of human race.
Dear Everyone, Please vote for the intelligent, competent and caring people when they DO run for office, instead of the top two (or three) shills, shysters and despots. Thanks, Supporter of intelligent, competent and caring candidates
Are you talking about the Republicans or the Democrats? Because, as a Canadian from the outside looking in, I don't see either political faction improving your government. The one hope for improvement has been lost, with thunderous applause I might add...
that's why I go to Wilfrid Laurier University (located in the same city). It's MGLA (More Girls, Less Asians), and even the CS people have great parties :P
I wonder how well the lack of wipers cope with snow, frost, chunks of dirt, and various other things. How will it handle little stone chips on the windshield? Will that spot simply remain dirty?
All of this has happened before, and will happen again... again... again.. again... again...
What baffles me about all Ron Paul naysayers is their complete willingness to give up their freedom for totally unknown reasons. Somehow they are proud that they are letting some crony manage more and more of their lives, while singling out the very people fighting for their rights. Talk about biting the hand that liberates you.
I, for one, have noticed that Christians, especially the 'fundies' and the rest responsible for Intelligent Design and other abominations and crimes are slagged just as much. On the other hand, a christian in a majority muslim country cannot expect complete tolerance and acceptance. Why should a muslim willingly immigrate into a majority christian country, insist on keeping his religion and then complain about unfair or unequal treatment?
Somehow the DRM that is involved in file copying is completely omitted from the article. Is it an elephant in the room that no-one wants to talk about, or did it simply never exist?
Could be, however the software to perform such intelligent and complex functions is yet to be even imagined.
IL2 Sturmovik.
If you look at the dlls of the game, they are full of JNI calls. for example: Java_com_maddox_opengl_GLContext_CreateWin32
OpenGL call...
Java_com_maddox_rts_JoyFF_Stop
Joystick call.
all of those are system dependent calls which require performance. all the rest is done in java
(Game logic, AI , mission editor, interface)
there you go, a real world example...
it is called IL-2 Sturmovik. the game logic(AI, events etc..), interface, and mission editor are all done in java. the renderer is done in C/C++ using OpenGL and D3D. They just used JNI to access it. if you open their dll files and look for "Java" you'll find lots of OpenGL and D3D calls like "Java_com_maddox_opengl_GLContext_CreateWin32" and usual logic calls like "Java_com_maddox_il2_engine_Camera_transform". The java classes are encrypted in those .sfs files an can't be taken out, yet...