Introduction
I have a Toyota Corolla 2003 with the factory built-in a car cassette radio. Of course, I have never used the cassettes, but a radio and fm modulator came in handy for me.
I am not particularly a music lover, but I wanted something more. Here are options what I had:
1. Put the frame for 1 or 2 din and install the ordinary cassette radio.
2. Buy its native one for $ 70 dollars on eBay with the CDs, but without the MP3 :)
3. Buy a fancy one for $ 600 dollars that would fit to my car.
However, I did not like any of the above…
1. An ordinary cassette radio did not have any computer.
2. Trade bad for worse :).
3. It is too expensive and not very popular ...
There came an idea to install the computer in the car. Here is what it was before and after.


I have always been interested in a subject of electric transport. When I finally moved from theory to practice, the long-awaited moment came. I would like to share my experience below.
Here are a couple of thoughts as an introduction.
Why now is everybody talking about electric cars, electric airplanes and electric bikes so actively? Finally, the main problem of electric transport was almost resolved, because there began appearing the quite compact and high-capacity batteries. Moreover, they are being charged for the acceptable time. In fact, just this was waited, and all the rest as a car body, chassis, electronics and electric motors were created a long time ago. All of this has already being used for a hundred years. The electric motors allow using the new solutions; for example, to be installed in the hubs of wheels.
Let us get to the point!
Technical characteristics:
- ordinary bike, the price is about $ 200
- electric motor: 48V / 380W
- battery: 48V / 10A
- speed without pedaling on a flat road 35-40 km / h
- traveling distance: 22-25 km on the hilly country and the city
- total charging time: 2 hours

Introduction
C ++ is unmanaged language, because the programs can escape without saving the user’s data and give the error messages, etc. For example, it takes only to get into an uninitialized memory. For example:
void fall()
{
char * s = "short_text";
sprintf(s,"This is very long text");
}
or
void fall()
{
int * pointer = NULL;
*pointer = 13;
}
It would be better if we could "catch" a program crash just like in java we are catching exceptions, as well we could do anything before the program will crash (save the user’s document, display a dialog with the error message, etc.)A task does not have a general solution, as C ++ does not have its own model of exception handling that is work-related with the memory. Nevertheless, we will consider two methods that are using the features of the operating system that caused an exception.
I have recently read an article where its author states that the computer will never be able to understand the text as it is understood by the human. He cites a number of impossible tasks to machines as proof with an emphasis on the lack of efficient algorithms and modeling impossibility of a complete system, which would take into account all the possible alternatives of the text. However, is it really that bad? Is it true that for the solution of such tasks is needed special processing power? What is a situation of natural language text processing?
What does it mean to "understand"?
The first thing I was confused is the question itself. Could a computer be able ever to understand the text as it understood by the human? What exactly does it mean to "understand as the human"? Generally, what does it mean to "understand"? In the book “Data Mining: Practical Machine Learning Tools and Techniques” authors asked themselves a similar question. What does it mean to "get trained"? Let us assume that we have applied to the "interpreter" some training technique. How do we check whether or not a student is learning? If a student attended all the lectures on the subject, it does not mean that the student has learned and understood it. In order to test this, teachers hold examinations, where student is asked to complete some tests on the subject. Same thing is with the computer, we want to know whether it has learned (whether it has understood the text). In order to find out that we have to check, as it solves the specific applications, translates the text, highlights the facts, gives concrete meaning of a polysemantic word, etc. In this perspective, the meaning misses the importance at all. The meaning can be assumed as a certain state of the interpreter in accordance with which it handles text.

A few days ago, the USA announced the withdrawal of troops from Iraq. They did not leave empty-handed and took the biometric data of three million Iraqi civilians (it is approximately 10% of the population). For several years, U.S. Marines carried handheld portable optical scanners, which allow quickly collecting the irises and fingerprints from any passer-by in the field.
Matthew Fisher from Stanford University wrote an interesting article about implementation of a robot on the basis of stream interception API library D3D9 (Microsoft Direct 3D, which is a part of the library DirectX).
According to the author, the robot plays StarCraft 2 (SC2) by intercepting, understanding and reacting to the D3D9 API stream, then sending keypresses and mouse commands back to the game. It is not like other robots made in the SC2 editor using a scripting language, or projects like BWAPI (it works with the original StarCraft only) that works by attaching to the address space of the host application. The robots that are based on these methods often can to bypass several restrictions that the human players must cope with; for example, they can give different orders to different units at the same time, they can see exactly what is happening off-screen at any time, and they do not have to deal with trying to click on ground units that are covered by flying units.

Improving performance of the disk subsystem is the most topical issue today. This is caused by the low cost of HDD that takes a leading position in the mass segment. More than a half of the resource-intensive applications have a "vulnerable spot" that are the spindle drives. In this case, everything does not depend on the bandwidth of SATA interface, but it depends on the physical capabilities of the mechanical components of the magnetic disk. The bandwidth of SATA-II and SATA-III interfaces makes 300MB/s and 600MB/s respectively, and the maximum performance that can provide a regular HDD does not exceed 150MB/s. Therefore, the transition to SATA-III-interface will be reasonable only for SSD, but it is not suitable for everyone.
In order to evaluate and to test the effectiveness of different types of disk subsystems were chosen following solutions:
1. OCZ RevoDrive X2 PCI-E SSD 100Gb

2. Plextor PX-128M2S SSD 128Gb

MIT researchers have created a new camera that can acquire visual data at a rate of one trillion exposures per second (1 000 000 000 000 = 10^12). That’s fast enough to produce a slow-motion video of a burst of light traveling the length of a one-liter bottle, bouncing off the cap and reflecting back to the bottle’s bottom. The similar devices will be used in medicine and other branches of science in the future.
Finally, Nokia has released a really good smartphone. It is my favorite hardware right now, even better than the HTC Desire S with Android that I had before.
The web also has a lot of different reviews of this phone, so anyone interested in it can find them out there.
Here I will just share my thoughts about the Nokia Lumia 800 after using it for some time, which I hope you will be interested in.

This is a brief summary for those who do not like a lot of reading: The device has awesome build quality, but on the other hand it has its drawbacks.
Yesterday Twitter unveiled a new version of its interface. Its design is simplified to make it easier, faster, and richer experience. The new design will be the same for Twitter.com and mobile applications. In addition, TweetDeck application is updated and ready for the new version.
Visit fly.twitter.com and find out more details about the upcoming changes.