Tag Archives: music

On the nature of IT exhaustion (a ramble)

On the nature of sysadmin / ops crunch, exhaustion, and other things like learning programming languages and music.

Work projects have recently started to basically enter a crunch mode, whereby we’ve a tight deadline to complete. I’ve found, some days, I’m ending up being completely exhausted, to my surprise. Mainly I’ve been sitting in a chair and typed all day, working out problems in systems or configuration, nothing too taxing, and certainly not detailed programming, others are working on that.

Still, after 8 hours I find my mind slows, and everything is harder. Getting up and moving around buys a little time, as does caffeine, but I wonder, does anyone else working in IT get this sometimes? Especially when their project seems to require stretching of your mental capacity? Please do provide your thoughts below

Back when I coded for a living, I found when learning new programming language that I’d have to have silence around me, otherwise I couldn’t concentrate. All other times (dealing with support tickets, helping clients, or just actually programming), I need music. Which is a bit weird. I need background noise, else I find it uncomfortable to work.

20131222-235946.jpgWorked for a few days in central London last week, which was nice, we got a lot done, and working with one of my colleagues there is great. But whilst working, I noticed not needing music. The street sounds outside were pretty constant low-level, plus the noise of the office upstairs. I’m guessing my normally huge music consumption is related to needing background noise to tune out?

Linux Beep Music

Just a silly short post about a beep song i was making while waiting for a partition resize to go through.

This should run on pretty much any linux system, just copy and paste 😉

beep -f 1000 -n -f 1500 -n -f 600 -n -f 500 -n -f 100 -r 2 -l 10 -n -f 50 -r 2 -l 200 -n -f 40 -r 2 -l 300 -n -f 60 -r 3 -n -f 50 -r 3

Thanks gparted and Sytem Rescue Cd (Linux)

Please continue my little ditty in the comments!

Ps modern computers may need speakers plugged in and on to make the magic happen, but shouldn’t need sound drivers.

Enjoy!

 

Edit: check out the followup post here: https://kirrus.co.uk/2014/02/linux-beep-music-2/