Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

2015/03/10

Wearable technology, getting better and better...

The wearable are the new portable device that doesn't look very good and are not market ready. Or mass market ready, but it's getting better and better.

With the Apple Watch presentation yesterday, the wearables are getting more and more on the top news.

But this is a true innovation in the wearable's world:
This energy-generating cloth could replace batteries in wearable devices

With those wearable batteries, or energy generating clothing, the battery life of our device could get better. Or the device could get smaller, since it doesn't need a big battery.

Energy-generating cloth could replace batteries in wearable devices

This is an amazing world to learn about, and progress are going very fast.

Happy learning.

2015/02/21

BeagleBone Black

My brother is working on a project with a BeagleBone Black. That's a nice piece of electronics, a small computer.

I decided to buy one, and I bought Simon Monk's book: Programming the BeagleBone Black: Getting Started with JavaScript and BoneScript .

I will need to buy a breadboard to be able to do some projects, but I'm using it as a Linux server for now. It's a cheap way to own a server for some small projects.


2015/02/20

Learning Ruby


I was invited to a free training organized by Railsbridge Montreal.
So I started to learn to code in Ruby.
And I found an article about the Best Tech Skills Resume Ranked by Salary in 2014.

Here is a game I was introduced at that event. You need to code in Ruby to move the character.
Ruby Warrior

Ruby is simple when you know a little of programming, it looks a lot like Java or C. And at the event, it was introduced as a easy language to start programming.

Rails is a framework with the basic component to start a web page.

Deep Learning: computers that can learn

This TedTalk did inspire me a lot. I always loved Artificial Intelligence, it's one of the things that brought me to go into computer programming.
Now Jeremy Howard talks about Deep Learning, which is a part of artificial intelligence or a type of artificial intelligence.

Deep Learning is part of our daily life, and we don't even know it. Or not realize it.


After listening to his TedTalk, I did start to look more about Deep Learning, and I found 2 courses about the subject. One at MIT (available on YouTube) and one at Stanford (available on iTunes U).
Both are great schools, and they do not approach the subject the same way.

This course at Stanford (Machine Learning) is more mathematical, more algorithms. And the one at the MIT (MIT 6.034 Artificial Intelligence) is more about logic and flow.

I'm listening to both of them, but I need to do the homework to be able to follow, because it starts to get hard core at the third course.

Happy learning to you all!!