Category Archives: programming

Conda gives error when doing “source activate” in cmder

So I used Cmder, the rather awesome command lined emulator, instead of cmd.exe or powershell when doing command line development work. I also like powershell a lot but feel much more comfortable with Cmder which has the benefit of support … Continue reading

Posted in programming, Uncategorized | Tagged , , | Leave a comment

Atom disappears from screen even though its running on Windows

  I had an odd issue recently. I was editing some code in Atom and ended up closing my laptop and setting up somewhere else. When I opened my laptop I could see Atom running but when I clicked on … Continue reading

Posted in programming, Uncategorized | Tagged , , | Leave a comment

Good article on UDP vs TCP

I am currently working on a project that involves satellite based radios and digital data exchange. During a test of the project the system started having all sorts of problems that the main contractor and customer could not figure out. … Continue reading

Posted in development, programming | Leave a comment

Thoughts on trying to build services for so called smart clients

Why I Hate HATEOAS http://www.jeffknupp.com/blog/2014/06/03/why-i-hate-hateoas

Posted in programming | Tagged , | Leave a comment

Enabling Developer Options in Android 4.2 and Up

Recently I was working on a project where I needed to build and push an .apk to a brand new Samsung Note 3 running Android 4.3. I was confused though in that while I am pretty experienced developing on Android … Continue reading

Posted in android, development, programming | Tagged , | Leave a comment

Using lego mindstorm to automate scanning

Pretty amusing use of avilable items though I would not call it a hack “How a Man in Austria Used Legos to Hack Amazon’s Kindle E-Book Security” http://feedly.com/k/1ap1jQX

Posted in programming | Tagged , | Leave a comment

In New Study, Entrepreneurs See the Glass Nearly Empty – NYTimes.com

Coming back to the thesis that American Entrepreneurs tend to be hypomaniacs then this all makes sense. Then again it just be culture. From my limited perspective a lot of innovation in the US is driven by those people who … Continue reading

Posted in Business, programming, startup | Tagged , | Leave a comment

Overview of tracing-framework by Google

The Web Tracing Framework is a collection of libraries, tools, and scripts aimed at web developers trying to write large, performance-sensitive Javascript applications. It’s designed to be used in conjunction with the built-in development tools of browsers but goes far … Continue reading

Posted in development, programming | Tagged , , | Leave a comment