Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Go For It! (But be careful) (Score 1) 252

Four years ago, I volunteered to fix a balky access-control system for our local YMCA ("access control" as in read-the-id-card-barcode-and-unlock-the-turnstile). Ended up throwing out the commercial package they'd bought, which was inadequate, and writing them a new one. Then it turned out they desperately needed help with their network, so I became the unofficial CIO/sysadmin for several years. I've truly enjoyed this; however, it amounted to a volunteer half-time job. Some weeks it was full-time. And I got lots of 5AM phone calls when the front-desk attendants had computer problems. Couldn't have done it if I weren't self-unemployed at the time. And I've had to leave them hanging more than once when I had paying work. So, you want to volunteer? Go for it! It's rewarding. Just be realistic about how much time you can donate, and try not to make yourself indispensable.

Comment Yeah, Excel is powerful -- Like a Turing Machine (Score 1, Informative) 508

Yes, Excel is surprisingly powerful. It's also surprisingly cumbersome; you have to fight with it too much. Every time I give in to the "just do it in Excel" impulse, I waste many hours before I get disgusted, throw away my efforts, and start over in a real programming language. On a recent project, I needed some data reduction, smoothing, and publication-quality graphs. Perfect for Excel, right? Wrong! Couldn't get decent-looking graphs out of it. In the end, it was easier to download a graphing package for Python (MatPlotLib), figure out how to use it, recode everything -- and get exactly the output I wanted. I've been programming since 1966. I've used Fortran, PL/I, many flavors of assembly code, Pascal, Lisp, APL, C, C++, VB, Java, Python, Maple, etc. I can probably make Excel do whatever I want. Hell, I can probably make a Turing Machine do what I want. But it's not worth the hassle.

Slashdot Top Deals

Suggest you just sit there and wait till life gets easier.

Working...