In addition to an academic, I also consider myself a “geek“. But am I really one? It seems according to BuzzFeed, I don’t make the cut. However I cite the following: I have a love of learning in depth information on a variety of subjects. I independently seek out new items to geek over, since I know …
Magical Tech Support
Once every few weeks I get a personal request for computer help or troubleshooting. And about 50% of the time, the person starts to show me the issue only to have it not appear. They then exclaim “but it wasn’t working a few minutes ago!” or “Oh wait… that’s the problem!”. I literally don’t say …
Automate a Telnet Session with One Command
The Telnet protocol might not be the newest thing on the block, however there is still some legacy network hardware that will only accept Telnet connections and not newer more secure SSH connections. Recently I bought an APC MasterSwitch unit, that allows me to remotely power on and power off my hardware, and I ran …
Continue reading “Automate a Telnet Session with One Command”
Oh, I was on a Podcast Before Christmas
Since we recorded it the day before I left Shreveport, I sorta forgot to mention (widely) that I teamed up with my friend Todd Ogasawara on an episode of his Mobile Views podcast entitled “Life after Windows Phone, Project Sienna, & Credit Card Security“. It was a great conversation, and perhaps the start of a few …
What Happens on The Internet Stays On The Internet
Earlier today I received the following email: My name is XXXX. There was an article you posted on your website. http://jonwestfall.com/XXXX/XXXX Anyway, it is not very flattering. I have been out of the job for a couple of years and have had job interviews, but when this article comes up, it is usually fatal to …
Continue reading “What Happens on The Internet Stays On The Internet”
Geek Squad Badges: Symbols Worth Faking!
One of the items I collect are badges. And while I like Law Enforcement Officer (LEO) badges*, I tend to steer toward badges that are meant to give a psychological sense of authority, rather than authority granted by law. It’s the psychologist part of me that finds these ‘symbols’ intriguing. And it’s the geek part …
This is Why You Save Everything Locally!
So earlier this week I was googling something related to SQLite databases, and came across a rather interesting topic on reading them locally using Javascript. At the bottom of the ‘answer’, I found a link to a blog with more information: http://blog.developeronhire.com/create-sqlite-table-insert-into-sqlite-table/ And what did I find when I went there? This: An unhappy message saying …
The Bookmarklet Combiner is Awesome – and So Are These Bookmarklets
A bookmarklet is a small piece of javascript code that is run by clicking on a bookmark on your browser’s toolbar. Lots of sites have them, and I use a bunch in my daily life. One thing that’s annoying is the requirement that each has it’s own bookmark on your toolbar – so after 3-4 …
Continue reading “The Bookmarklet Combiner is Awesome – and So Are These Bookmarklets”
Using Mail Merge With Custom FROM: Addresses in Word/Outlook 2007 or Word/Entourage 2008
The following was written for my lab group at work, however it strikes me as something everyone may benefit from. Mail Merge is an awesome tool, and this makes it much more useful when a group shares an incoming e-mail address that replies should be directed to (e.g., sales@ or info@ etc.. instead of the …
Backup & Restore Android Apps Using ADB
Android is an interesting platform for a number of reasons, one of which is it’s openness to developer and debugging tools, and the fact that it runs a modified form of Linux as an operating system. If you’re like me and quite fond of jumping around from ROM to ROM on your Android devices, a …