Monthly Archives: August 2015

Use Blynk to controll your device via your phone

I haven’t heard of Blynk before, but it apparently is another way to controll IoT remotely from your phone.  It woks with arduino, RPi, ESP8266, Particle Core (No Idea on that one). and other stuff.  The article of course mentions … Continue reading

Posted in android, Arduino, Cloud, RaspberryPi, robots, Uncategorized | Comments Off on Use Blynk to controll your device via your phone

Use pool noodles for extension ladder covers

This is a good idea to keep your extension ladder from scraping up the side of your house.  They sell these at $10 and up for ladders.  But you can get pool noodles for $1. http://www.todayshomeowner.com/video/diy-extension-ladder-rail-covers/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+danny-lipford+%28Today%27s+Homeowner+with+Danny+Lipford%29

Posted in Cheap, Tools | Comments Off on Use pool noodles for extension ladder covers

Can’t afford a gaming rig, use AWS

I have actually done something like this for running windows tools in Linux.  The author basically created an AWS instance with Windows 2012 server, added in the NVIDIA video card module, and streams the games from steam back to his … Continue reading

Posted in Cheap, Cloud | Comments Off on Can’t afford a gaming rig, use AWS

Tindie, interesting site for DIY hardware builds

So you are a small-time hardware build company or person, want to sell your bot to the masses…where do you go, well looks like tindie is the esty for electronics for you. https://www.tindie.com/browse/

Posted in Misc-Life | Comments Off on Tindie, interesting site for DIY hardware builds

Hacking Twitter Contests

Why didn’t I think of this?  A software developer wrote a python script to search for contests that require him to retweet and follow something, and do that work.  He ended up winning alot of contests (of course the success … Continue reading

Posted in Security, Software Development | Comments Off on Hacking Twitter Contests

FruityWiFi

Looks like there is another addition to the RPi where you can get a distro that has a bunch of baked in wifi attack tools.  List below: Hostapd Karma URLsnarf DNSspoof Kismet Squid (code injection capabilities) SSLstrip (code injection capabilities) … Continue reading

Posted in Cheap, RaspberryPi | Comments Off on FruityWiFi

The one sheet of plywood boat

A few years back I tried to get my kids to build one of these.  Its about $30 in materials and I got Home Depot to make all the cuts for me.  But…never got the kids interested.  Ended up using … Continue reading

Posted in Cheap, Misc-Life, My Projects, Teaching and Learning, water | Comments Off on The one sheet of plywood boat

Interesting drawer based CNC

OK this is a few years old of a build, buts its an interesting one.  I like how the sliders are down instead on the sides.  I can’t tell if the author used 3D printed parts in some of the … Continue reading

Posted in Cheap, CNC/3D-printing | Comments Off on Interesting drawer based CNC

Nice write-up on using Interrupts with Arduino

Not many folks, developers included, use or know about the oldfashioned interrupts with a system.  You mostly see this with embedded systems.  Higher end stuff has “messaging” and other methods.  But on systems that do not support threading, interrupts can … Continue reading

Posted in Arduino | Comments Off on Nice write-up on using Interrupts with Arduino

Interesting new attack tools

SeaDuke and CloudDuke, one is a cross-platform malware and the other is for cloud systems attacks.  They look interesting. https://www.f-secure.com/weblog/archives/00002822.html

Posted in Security | Comments Off on Interesting new attack tools