Earlier quoted context omitted.
Same here. Had nasty pains in both wrists and tried a lot of things until I finally purchased a Kinesis (the current model is this one: http://www.kinesis-ergo.com/advantage_pro.htm ) and a Kensington Epert Mouse trackball. I had to learn to type again, but am now faster and completely pain-free for about 6 years.
Very similar experience here; bought myself a Kinesis for home and one for work (I'm sure they'd have paid for it, but I couldn't be bothered). It was quite possibly the best $600 I've ever spent. I don't mouse enough to have yet bothered with the trackball, but perhaps I'll get one to try it out. The only downside I've found (other than cost, which is a non-issue IMO) is that you get very used to the keyboard and no…
How I Cured my RSI Pain
61–70 of 78 posts
Re: How I Cured my RSI Pain
#62It may seem small, but adding these lines to my vimrc have entirely broken my habit of scrolling with the arrow keys. map map map map imap imap imap imap It may seem irritating at first, but in the end I argue it's worth it.
But now that my RSI is manageable as well (two words: wrist breaks) perhaps I should try going back to hjkl.
Re: How I Cured my RSI Pain
#63I too, encountered crippling RSI pain, and eventually switched to a kinesis keyboard ( http://www.kinesis-ergo.com ). While the keyboards are crazy expensive, and a bit flaky, they completely cured my carpal tunnel. The downside is, I'm now stuck hauling around this weird, non-standard keyboard. :)
Re: How I Cured my RSI Pain
#64Vacation, chiropractor, surgeons, acupuncture, massage, micro-breaks...but no exercise? A light dumbbell routine and a few walks or runs per week can work wonders on RSI and any other aches and pains we encounter while at the computer.
There is a certain "common knowledge" among computer workers that RSI is the result of poor ergonomics. This fails to explain why some people can work for long periods of time under conditions of atrocious ergonomics, but not experience the same pain that I did.
In my experience, an increase in RSI and back pain correlate directly with my level of physical activity outside of the work environment. A combination of fitness and ergonomics have absolutely made the difference.
Re: How I Cured my RSI Pain
#65Typing in dvorak decreases finger movement significantly. I recommend it.
Doesn't work with Vim as well though.
Re: How I Cured my RSI Pain
#66Re: How I Cured my RSI Pain
#67His experience matches mind as well. Horrible RSI persisting for years, with non of the conventional treatments effective beyond a short amount of time. After doing a _lot_ of research into this, I experienced an almost complete short-term recovery. It wasn't just lack of pain... muscles that felt perpetually taut and ropey were suddenly softened, and I became extraordinarily thirsty for a couple of days as healing s…
Being a medical person, I am skeptical by nature, so I looked into Sarno's academic publication record. According to NYU, at least, he hasn't published in a journal for 7 years. That doesn't mean anything necessarily; it just calibrates my expectations. His explanation for what is going on is not credible - but that does not mean that I don't find his solution credible. Biofeedback techniques are noninvasive and alwa…
You also have to completely believe in the TMS diagnosis.
That means that you have to completely accept the fact
that your symptoms are emotionally induced. If you still
believe that there may be something physically or
structurally "wrong" with you, you're not yet "cured."
You're not paying attention to the underlying emotions,
which means that the symptoms can still work as a
distraction, and it's likely that they will return.
Sounds like a self-imposed placebo to me. If it works it's still good, of course; it'd be very useful for "standard" medicine to learn how to use the placebo efficiently and ethically.It also sounds like a good excuse to explain the people who aren't helped by the therapy - if they don't get better they don't believe in it enough and have themselves to blame (or they have the wrong diagnosis).
Re: How I Cured my RSI Pain
#68His experience matches mind as well. Horrible RSI persisting for years, with non of the conventional treatments effective beyond a short amount of time. After doing a _lot_ of research into this, I experienced an almost complete short-term recovery. It wasn't just lack of pain... muscles that felt perpetually taut and ropey were suddenly softened, and I became extraordinarily thirsty for a couple of days as healing s…
The problem with stress as the root cause is that after I resolved my RSI pain, I have been through tremendously stressful situations during which I was typing a lot, but these have not triggered any RSI pain. So I think there's something more going on unconsciously, and yes I agree with you it sounds pretty far out.
As for exercise, I should have mentioned in the article that I have always exercised regularly and exercise is a big part of my life, even while I was typing a lot, so in my experience exercise (while having may other benefits) did not help my RSI pain.
Re: How I Cured my RSI Pain
#69Re: How I Cured my RSI Pain
#70It may seem small, but adding these lines to my vimrc have entirely broken my habit of scrolling with the arrow keys. map map map map imap imap imap imap It may seem irritating at first, but in the end I argue it's worth it.
(global-unset-key [left])
(global-unset-key [right])
(global-unset-key [up])
(global-unset-key [down])
(global-unset-key [prior])
(global-unset-key [next])
(global-unset-key [home])
(global-unset-key [end])