Skip to main content

I Miss My Old Friends

Today I had a long chat with an old friend. We hadn't spoken in a while, and somewhere in the conversation I opened up about the burnout (I call it a burnout, not sure what exactly it is)  I've been struggling with. What surprised me was that it wasn't unique — he'd been through something similar a few months ago.

We ended up talking for over an hour.

After we hung up, I realised something that's been sitting with me all evening: I miss my old friends. I miss those conversations. The kind where you'd talk about the future, about the plans, about how we were going to go out there and kick some serious ass (not physically, of course).

Those conversations were stimulating. They left you walking away with more energy than you started with, not less. You felt sharper, more ambitious, more sure of who you were becoming. It's the kind of thing that's easy to take for granted when you have it — and impossible to replace when you don't.

Life pulls people in different directions. Jobs, families, cities, time zones. The gaps between calls stretch from weeks to months to years, and before you know it, you're the guy who realises — after a single hour-long phone call — just how much you've been missing.

Maybe that's the lesson from today. Burnout isn't only about work. Sometimes it's about the slow drift away from the people who used to light you up.

I think I'm going to pick up the phone more often.

Popular posts from this blog

Juniper IS-IS summary

##################################################################################################### ## ISIS ##################################################################################################### # Be sure to set family iso on the interface to be placed into ISIS set interfaces <interface> family iso # By default Junos places interfaces as L1/L2 # Default route leaking:         L1 to L2 - all internal routes         L2 to L1 - 0/0 route # L1/L2 will send the attached-bit down to L1 and it will act as a NSSA-like area.  When the L1 interface # receives the attached-bit it will inject a 0/0 route into the RIB point to the L1/L2 interface. # To disable the attached bit use: set protocols isis ignore-attached-bit # Be careful with the "interface all" command, as it may have some unexpected consequences such as trying # to establish a neighbor on your fxp0 management...

SecurityIE Forum

http://www.securityie.com/ Securityie is an open forum for CCIEs and CCIE candidates to discuss issues and technologies related to the CCIE Security certification. Signing up is free. If you sign up for one forum you are automatically setup for our other forums Routerie and Voiceie. We have over 20000 members active on these boards many of which already have their CCIE.

IOS on Unix (IOU)

source http://evilrouters.net/2011/01/18/cisco-iou-faq/ What is IOU? From the Cisco Engineering Education web site (a long time ago): IOS on Unix (IOU) is a fully working version of IOS that runs as a user mode UNIX (Solaris) process. IOU is built as a native Solaris image and run just like any other program. IOU supports all platform independent protocols and features. What operating systems does IOU run on? It is my understanding that, initially, IOU was Solaris (SPARC) only. Nowadays, however, there are also builds for OS X and Linux. Similar to dynamips, IOU allows you to build out a network topology on a computer, without the need for physical routers. This is useful for validating designs, proof-of-concept testing, and certification self-study. Is my system compatible with IOU? You will need to be running the operating system that your IOU image were built for, obviously. Other than that, there are no special requirements to run IOU. It is not very CPU- or memory-intensive, unlik...