Technology
Pebble Update: New App (1.3.0), New Firmware (1.13.0)
by Eric Stewart on Nov.12, 2013, under Cell Phones & Providers, Technology
Pebble released a significant update to their iOS app and Firmware. However, getting it running properly turned out to be a bit of a challenge. I’d be surprised if you ended up here before somewhere else in your searches for solutions; but in case you haven’t, here’s what you can expect and how I got it working.
A Day (Or Two) With The Fitbit One
by Eric Stewart on Nov.04, 2013, under Life, Technology
Fitbit is a company that makes “activity trackers”: devices that will track your activities and give you an idea of how much you’ve done “something” throughout the day. My wife, owner of a competing product (Jawbone Up), convinced me to get a Fitbit One. Here are my thoughts on the ideas behind an activity tracker, the Fitbit One specifically, Fitbit’s iPhone app, and comparing that app to Jawbone Up’s app.
A Day With The Pebble
by Eric Stewart on Nov.03, 2013, under Technology
The first modern “smartwatch” to make it onto my radar, the Pebble has much promise and delivers on much of it. It’s a smart phone companion, but certainly not a smart phone replacement; and even as a companion, it might not do everything someone would want. I got one, and here are my thoughts so far.
Perl’s Net::SNMP and get_table() – Bulk vs Next Request
by Eric Stewart on Sep.27, 2013, under Networking, Technology
An attempt to communicate an issue (and the solution) I ran into with Perl’s Net::SNMP function “get_table”, that would result in a “The message size exceeded the buffer maxMsgSize of 1452” error. It took a couple of packet captures and Googling to figure out why this problem was occurring and implement a fix.
Apple iOS 7 (iPhone/iPad)
by Eric Stewart on Sep.19, 2013, under Cell Phones & Providers, Technology
I was wondering if I could come up with a quick way to describe my impressions; the best I can come up with: It’s like Apple is trying to borrow from the Android operating systems, but it’s also like they took one of the worst Android interfaces and left out the ability to customize it properly.
Packet Captures and Offloaded Functions
by Eric Stewart on Sep.05, 2013, under Networking, Technology
A fellow engineer attempting to debug a jumbo frames issue was seeing what should have been a bunch of fragmented frames as a single 13,000 byte frame. Once he figured out why, I was told to fix it. Here’s my solution.
MySQL Replication: Multi-Master with Slaves
by Eric Stewart on Aug.25, 2013, under Computers, Technology
Ran into a little issue at work and decided to write up some things to keep in mind when you have multiple masters with slaves behind each individual master.
xinetd (tftpd), the “bind” option, and clustering
by Eric Stewart on Jul.11, 2013, under Computers, Networking, Technology
Just a quickie, probably subject to some editing later on, about how to use the “bind” option multiple times with a given service – mainly, to have a TFTP server operate from behind a virtual IP as the virtual IP (instead of becoming its real IP in the middle of the transfer).
A couple of days with Windows 8
by Eric Stewart on Jul.04, 2013, under Computers, Technology
Having obtained a new MacBook Pro from work, along with a copy of VMWare Fusion, I decided to seek out a copy of Windows 8 to see what people were complaining about. While it might seem a little sacrilegious to full screen Windows 8 on a Mac, I take this sacrifice for you to let you know what I think.
It’s not all bad.
But it’s still pretty bad.
Synergy Secured With Cygwin SSHD on Windows 7, Part 2: Linux As The Server
by Eric Stewart on Mar.21, 2013, under Networking, Technology
While my home setup is unlikely to change any time soon, I recently started pondering switching my main workstation at work from Windows 7 to XUbuntu, and making my secondary machine my Windows 7 system. But if Windows 7 is no longer the Synergy server, but a Synergy client, how do you keep the connection secure through SSH? Easy! Keep the Windows box as the SSH server, just change the tunnel direction. Read on for additional details.