Ir al contenido principal

What would you do in a hundred years?

When people normally think about a hundred years they might think that we are living in the jetsons tv show. In this case, we might think that there will be some flying cars and buildings will not be on Warth, but over the sky; robots will help us and that we will have spaceships that will turn to briefcases. 

In this case,  what the reading is about, is what will happen in these cases, where we have more than enough processing power than we are supposed to do and what we will do as programmers.  Nowadays, we have been studying how to do the simplest programs, to understand the programming languages,  and as we've been going through the mayor,  we find out new ways to solve them using in a more efficient way our processing.

What we have not been considering is that computer processing,  has been evolving and the way we program, the way computer understand us and the necessities that we need to solve. In this case,  we have been evolving from using computers as big as a football court to a cellphone, where we can access the internet and even add new stuff.  In other areas, we have seen that computers are using new technologies such as quantics, dividing the jobs that a single microprocessor can do, and even create specific processors for specific duties. All of the above,  with the idea that these are becoming bigger in space but smaller in size. 

This has become a problem in programming languages due to the fact that the implementation of the programming languages become useless. People do not focus on these details and to change the way the implementation is harder than using another programming language that can do the same,and better in the computer elements. 
 

I think that rather to think in what would happen in the future with the programming languages, how do they work and how will they be improving, we need to focus on the fact that our area has a big opportunity to evolve by making better software architectures and software engineering. Also we need to consider that some of these changes are not even affecting people that normally uses technology, so we need to consider that  the improvements will affect them, but it will take longer to get to them, and to get to that way we need to promote between us a better way to solve their problems.

Comentarios

Entradas populares de este blog

Everything is not Java

When we think about a way to create something that will run in every equipment we think of JVM. In this case, as programmers we tend to seek for something that will run in everything and in the easiest way.  The problem of this solution is that  the limitations of Java tend to be  useful for some basic problems but not for a compiler.  Why is that? A compiler is a machine that can change many things inside the computer. This means that what we are creating is a bridge between the computer and the human language that we are using.  This bridge tends to have many characteristics that depend on the use that we are gonna give it to.  One of the main characteristics of this bridge is imthat we can choose between the numbers that the computer will have  to understand such as hexa, binary or even octal. These points are important to mention due to the fact that we will need to understand what we are doing and how much presition  we need to have. ...

Do I need to download an app for that?

Nowadays people tend to be more connected to internet due to the development of technologies, such as smartphones and tablets. In this case what we tend to notice is that people need these kind of things to do their everyday activities, but there is a point where the user needs to think: do i really need this app that will use my memory or could I live accessing it through my web browser? In this case the answer we could get could be divided into two groups: the ones that download any app they need and just use it for the day and keep it forever, and the group who access the website. In any of those cases we need to consider any case that these groups answer to. As we have seen in many other clases yo create an app is kind of easy with nowadays technology, where the same programming language can be used to create an app for iOS and Android. But in the case  of a website or a webapp we tend to think just inside a  box of what we can do with this kind of technology. What I mea...