Shout, shout, let it all out [entries|reading|network|archive]
simont

[ userinfo | dreamwidth userinfo ]
[ archive | journal archive ]

Fri 2007-07-27 18:43
Shout, shout, let it all out

Every so often I want to yell very loudly as a means of letting off steam, and I tend to feel inhibited from so doing by my living arrangements.

It's not that I worry about disturbing the neighbours; it seems to me that the occasional brief howl of rage at a civilised time of day would be a very minor piece of noise pollution. If I had screaming rows with a partner for an entire hour at 3am, or late-night parties directly above [livejournal.com profile] beckyc's bedroom every week, that would be obvious grounds for complaint, but a single daytime yell of ‘YOU WORTHLESS EXCUSE FOR A BANK’ or similar once every month or so is not something that would bother me particularly if it came from next door, and nor is it something I'd expect next door to complain about if I did it.

No, it's mainly that I worry about the neighbours worrying about me.

Just now I did in fact yell ‘YOU WORTHLESS EXCUSE FOR A BANK’ very loudly. I didn't want to, though; what I really wanted to yell was simply ‘ARRRRGH!’, or some pithy four-letter obscenity or other. But I always irrationally worry that if I scream ‘ARRRRGH’ then some neighbour might assume I'd accidentally cut my own hand off with a kitchen knife, or some such, and come running to investigate and make sure I was all right, and I'd have to apologise and say ‘no, it's just my bank being useless’ and feel bad about putting them out and worrying them unduly. So even just now, on one of the rare occasions when I was pushed beyond my self-control and cut loose, I stopped to carefully construct a coherent sentence with which to express my frustration, on the basis that while ‘ARRRRGH’ might be misinterpreted as a life-threatening condition, ‘YOU WORTHLESS EXCUSE FOR A BANK’ was very unlikely to be. And this is a bad thing, because having to delay my scream of primal rage to put it into a coherent sentence form rather puts a crimp in the frustration-relieving effects of the scream once I finally get it out.

There's also a privacy issue on some occasions (but not this one). If I'm feeling yelling-very-loudly levels of frustration as a result of an incompetent company, that's one thing, but if it's (say) a love-life frustration then I'm quite likely to feel that I don't want my neighbours knowing that I'm terribly upset; that's a matter between me, whoever caused the problem, and whichever close friend I specifically decide to unload on. So in that situation I feel particularly hemmed in by all those ears in nearby dwellings, and wish I lived in a detached house where I could scream my head off as much as I liked (within reason) and not worry about it too much.

(This isn't, incidentally, a post about my attempted house purchase. The house I'm trying to buy is only semi-detached, so I don't expect it to cure me of feeling inhibited by the existence of a neighbour.)

Curiously, my car tends to be the place where I feel most able to have a good shout and get it out of my system, because unlike my flat it is fully detached. So when I really need to shout about something private like woman-trouble, that's generally where I do it. That seems thoroughly silly, but it's the best I've got.

LinkReply
[identity profile] naath.livejournal.comFri 2007-07-27 18:49
Try screaming into sofa cushions/your bed/other soft object.
Link Reply to this
[personal profile] aldabraFri 2007-07-27 19:45
Yes, I used to use the car for that 8-)

I can recommend breaking glass jars, too, if you've got a convenient corner of kitchen that doesn't include a shared wall. Doesn't require articulation.
Link Reply to this
[identity profile] feanelwa.livejournal.comFri 2007-07-27 20:48
I used to go and have a good bash on the drums when I felt very angry, but since living here I know the walls are thin because I sometimes hear next door playing THE SAME PIECE OF MUSIC AGAIN AND AGAIN ALL NIGHT FROM 9PM UNTIL SOMETIME THE NEXT DAY. I would feel justified in beating several shades of shit out of my drums at him, but the other side are quiet and nice.
Link Reply to this
[identity profile] cartesiandaemon.livejournal.comFri 2007-07-27 22:08
Mphph. Yes, I know exactly what you mean. Though even if I were alone, I would pretend a bank's competence doesn't *really* get to me, because I'm calm and collected, until it mounts up and REALLY gets to me, when I'll break down and scream at it.

This post should, presumably, alert Becky to not panic if you sound cross, and only come running if you sound in pain. Not that that helps with the other neighbour, or with just not wanting to expose them to all of it.

So when I really need to shout about something private like woman-trouble, that's generally where I do it. That seems thoroughly silly, but it's the best I've got.

It sounds over-engineered, but I believe is traditional.

Actually, it's funny. Come to think of it, I only ever scream about things that are frustrating but feel as if they should be easy. Personal brouhouhas might very very occasionally produce tears or alchohol or orgies of books or summoning of shoulders to cry on, but it's banks, telephones, debugging, and things falling over that let out the cries :)
Link Reply to this | Thread
[personal profile] simontFri 2007-07-27 23:06
I'm intrigued that debugging feels to you as if it ought to be easy. It doesn't feel like that to me in many situations; I would go so far as to say it can often be one of the very hardest parts of being a good software engineer. Of course that's mostly due to phenomena like unrepeatable circumstances (in, say, complicated distributed systems), uncertainty-principle effects (where trying to get extra diagnostics out of the program perturbs the bug away), and so on; so some kinds of debugging (notably a lot of what I do at work, which runs on an emulated CPU and hence really is utterly deterministic and completely inspectable from the outside without altering its internal logic) are nice and easy. But debugging in general? Not nearly so convinced. I don't know what this says about our relative levels of geek-cred :-)

(The absolute hardest part of software engineering, I currently think, is anticipating all the tricky corner cases in advance, which I think many people don't even try to do any more, preferring to rely on writing "exhaustive" – or at least extensive – test suites after the fact and trusting that any code which gets through them will also not fail too badly in the field. Or just expecting to get bug reports from users and fix them later. Or not even noticing there were potential problems to begin with, and being surprised when they start to show up.)
Link Reply to this | Parent | Thread
[personal profile] pm215Fri 2007-07-27 23:58
I think debugging mostly falls into two classes: "easy" (the bulk of it; only one step up from fixing those pesky compiler warnings), and "hard" (the ones that can take a week to track down). The trick is to program in a way that avoids the hard bugs in the first place :-)
I don't find debugging per se very frustrating. Trying to debug (or do anything else) with lousy tools gets frustrating very quickly, though.
Link Reply to this | Parent
[identity profile] cartesiandaemon.livejournal.comSat 2007-07-28 10:26
Hm. In retrospect, I think I wasn't thinking about debugging in general, but more "getting something to work". If I've written a system, understand it well, but there's some obscure case, then tracking that down can be interesting and challenging, or at least necessary drudgework[1]. (And of course the majority of errors are fairly mechanical.)

But if I'm handed or have written this thing, and it's *supposed* to work, but it *doesn't*, then I feel like I'm a complete failure for not understanding it. There's not obvious bugs like compiler errors or assertions (or they'd be fixed) and there's not some specific obscure bug (or it would work most of the time, and I know what I have to do) but lots of "doesn't work because you didn't call foo function" and "the make command line should be [lots of algebra], ok?" and so on. And it's supposed to be build, compile, start using, but in fact takes two weeks of blundering about; hence screaming.

[1] FWIW, I'm still no good at dealing with it, because my scheduling paradigm, such as it is, breaks down completely for "2 hours to 2 weeks" tasks :(
Link Reply to this | Parent | Thread
[identity profile] feanelwa.livejournal.comSat 2007-07-28 12:50
I just expect it to take 2 weeks every time, because every time I write something and make it work I then go off and do things that aren't programming for a few months, and forget all my good practice.
Link Reply to this | Parent
[personal profile] simontFri 2007-07-27 23:09
I only ever scream about things that are frustrating but feel as if they should be easy.

I think I'd generally tend to agree with this, but love-life difficulties do often seem to count in that category for me. Not because having a functioning love life has ever been easy for me, but because so much of the rest of the world seems to have so much less trouble with it than I do – and in particular feels free to organise delivery companies, utility companies, food packaging etc in the assumption that people without a (sometimes stay-at-home) partner aren't worth worrying about – that I do tend to see it as something that ought to be easy, or at least something whose failure to be easy for me is an injustice or unfairness of some sort.
Link Reply to this | Parent | Thread
[identity profile] feanelwa.livejournal.comSat 2007-07-28 12:53
Many people for whom it is easy to achieve a partner also find it very difficult to understand, for example, why they never have any money despite going to every sale they can find, and why you shouldn't use gaffer tape as the sole means of holding your bathroom together.
Link Reply to this | Parent | Thread
[identity profile] cartesiandaemon.livejournal.comSat 2007-07-28 13:52
But... using gaffer tape to hold your bathroom together is supported by a star wars pun. Nothing supported by a star wars pun could ever be ill-considered!
Link Reply to this | Parent
[identity profile] cartesiandaemon.livejournal.comSat 2007-07-28 14:00
Yeah. If it feels like people are assuming something automatically, it feels like it must be really obvious. Else wouldn't they have considered it a bit more carefully? Rather than being the first idea to come to mind and not re-examined (which is understandable, you can't examine *everything* in detail, but unhelpful).

And I find my major frustrations (rather than, say, true pain, of which I have little) is the clash between those assumptions...

But this always makes me annoyed at the delivery people, rather than the dating. Which generally involves someone I care enough about that the emotions are serious, good or bad, but not frustrating... :)
Link Reply to this | Parent | Thread
[identity profile] cartesiandaemon.livejournal.comSat 2007-07-28 14:01
(Um, or maybe that didn't make any sense. I'm not sure if I was talking about frustration or dating.)
Link Reply to this | Parent
navigation
[ go | Previous Entry | Next Entry ]
[ add | to Memories ]