Category Archives: Software Development

Using non-blocking functions instead of blocking with arduino

For most embedded systems developers, this is a given.  Instead of “delay” in arduino its “sleep”.  The author points out instead ot use a loop to do the toggling based on the time instead of blocking til the time runs … Continue reading

Posted in Arduino, Misc-Life, Software Development | Comments Off on Using non-blocking functions instead of blocking with arduino

How to learn Swift for free (or almost)

So thinking of writing an app for your iPhone, you may want to brush up on how to write code in swift, Apples reality new programming language.  The article below goes over several free, or cheap sites that can help … Continue reading

Posted in Cheap, Software Development | Comments Off on How to learn Swift for free (or almost)

Google opensources a bluetooth beacon protocol

Interesting, Google put out a open-source bluetooth module for creating bluetooth beacons called Eddystone.  I know Apple tried this a few years back.  But…now we have bluetooth low energy, and this is “free” to build on.  So….It could go somewhere.  … Continue reading

Posted in Cheap, Software Development | Comments Off on Google opensources a bluetooth beacon protocol

Study parallel computing with RPi

Good article to go over parallel computing experiments on the cheap with a couple of Raspberry Pi’s. http://www.meccanismocomplesso.org/en/cluster-e-programmazione-in-parallelo-con-mpi-e-raspberry-pi/

Posted in Cheap, Software Development | Comments Off on Study parallel computing with RPi

Are Open Spaces not all they are cracked up to be?

Article goes over what alot in the industry are saying, the benefits don’t out wiegh the cons.  I spent a year outside an open workspace (after being in one) and kept tabs on my productivity, I produced 40% more documentation, … Continue reading

Posted in Misc-Life, Software Development | Comments Off on Are Open Spaces not all they are cracked up to be?

Switch, the Tinder for Jobs

OK the article goes on about how Switch got another $2 million in funding.  I was more interested in the ability that it has to be a tinder like app for jobs.  I will be trying this one out in … Continue reading

Posted in Misc-Life, Software Development | Comments Off on Switch, the Tinder for Jobs

I’m going to have to look at sourcegraph

I have heard of Sourcegraph in the past, but never took a good look at it.  It looks like it could be a useful engine to link in other projects for your development project to build on. http://www.open-electronics.org/semantic-code-search-for-open-source-sourcegraph/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+OpenElectronics+%28Open+Electronics%29

Posted in Misc-Life, Software Development | Comments Off on I’m going to have to look at sourcegraph

How to add serial terminal view to Eclipse

Why?  Well if you are working with Eclipse and arduinos….. http://mcuoneclipse.com/2015/04/20/serial-terminal-view-in-eclipse-luna/

Posted in Arduino, Software Development | Comments Off on How to add serial terminal view to Eclipse

Need some programming classes, check out hackr.io

Stumbled on this by accident.  Looks like its got allot of good freebie classes. http://hackr.io/

Posted in Misc-Life, Software Development | Comments Off on Need some programming classes, check out hackr.io

So is there a STEM shortage?

I stumbled on this nice paper about how the “STEM” shortage is not real.  It basically proves what allot in the industry already know.  My thoughts, back in the 90’s when the demand was up, wages where up too, also … Continue reading

Posted in Misc-Life, Software Development | Comments Off on So is there a STEM shortage?