Gutterpunk

So, it seems Beardyman managed to have done a album. Wonder how long before it turns up on iTunes. Probably some time come to think of it, since you can but pre-order it from Amazon.co.uk, and it's not due 'till late March.

I also came across this rather well done short documentary by Brother of Beardyman. Aside from being well done, it's really quite interesting - or at least, I believe so. Watch it, it's only short.



Also, randomly found this amusing bug at work recently.

R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#int g2/0.50 ?
  <cr>

R1(config)#int g2/0.50 (^W^W^W^W)
R1(config)#do sh int desc
Interface                      Status         Protocol Description
...lots of interfaces...
Gi2/0.50                       up             up
...lots more interfaces...
R1(config)#what the f
            ^
% Invalid input detected at '^' marker.
R1(config)#int g2/0.51 ?
  <cr>
R1(config)#int g2/0.51 (^W^W^W^W)
R1(config)#do sh int desc
Interface                      Status         Protocol Description
...lots of interfaces...
Gi2/0.50                       up             up
Gi2/0.51                       up             up
...lots more interfaces...
R1(config)#

To the un-initiated, it seems that Cisco IOS creates the sub-interface for you when you hit '?' instead of enter to execute the command.
'?' is supposed to give context sensitive help, which to be fair, it does by saying Carriage Return (<cr>) is the only possible option, but still.
I found this highly amusing.