Slashdot Mirror


User: Richard+Steiner

Richard+Steiner's activity in the archive.

Stories
0
Comments
1,964
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,964

  1. Re:Perversion of Capitalism on How and Why Wall Street Programmers Earn Top Salaries · · Score: 1

    Translation: I already have mine. I don't have to care.

  2. Re:Gracious Outrage on Microsoft Pays University $250K To Use Office 365 · · Score: 1

    I used PROFS/VM (and OV/VM) for a decade, and I've used Notes for almost seven years.

    I preferred PROFS by a mile. It had space issues, sure, but at least it would send e-mail reliably and tell you when new messages were in your mailbox in a timely manner. Notes here is terrible ... there is sometimes a 10-15 minute delay between an internal mail being sent and being received, the "new mail" indicator triggers but I have to manually refresh to see the actual messages, etc.

    Worst e-mail client I've ever used. I even liked the old "NITS" MAPPER interface to SperryLink better...

  3. Re:Gotta be careful when. on Taking a Look At High-End Programmer Salaries · · Score: 1

    Some companies offer a technical track in parallel with the management track so senior employees who wish to advance and remain technical can do so. And even someone who is a "manager" can still keep their hands dirty in some organizations ... my manager just celebrated his 30th anniversary with our company (which wasn't his first programming gig), and he still writes code almost every day. Good code for the most part.

    A lot depends on the company you work for and perhaps also the specific area.

  4. Who cares? Where is the Hulu client? on Microsoft Adds Kinect Support For Netflix · · Score: 1

    Early in 2011, right? Am I gonna have to buy a Roku to do what my 360 can not?

  5. Re:ZMODEN, my friend --- ZMODEM on Reminiscing Old School Linux · · Score: 1

    Sure ... you're fragmenting the crap out of the datastream, splitting it up into a zillion little packets and associated headers. With a dedicated data stream, a good resending algorithm, and a nice sliding-window algorithm to optimize block sizes should the line get noisy, you can get a pretty efficient transfer going. Zmodem was very good, and I used a version of KERMIT once (SKERMIT?) at Unisys that did something quite similar.

  6. Re:It's Called 'Experience'! on IT Graduates Not "Well-Trained, Ready-To-Go" · · Score: 1

    The key is getting to an interview, and these days that isn't an easy task. Not easy at all...

  7. Re:For those who like this sort of thing, this is on TiVo To Brick All Remaining UK PVRs On June 1 · · Score: 1

    (1) This isn't "bricking" the Tivo. When ReplayTV stopped supplying guide data to my DVR, it still worked just fine but more like a VCR where you manually set everything. It sounds like Tivo is the same.

    You must have been paying month to month? My lifetime ReplayTV is still going strong, and is still being supposed by schedule data from ReplayTV. Though I think you can work around it these days (Schedules Direct via WiRNS).

  8. Re:Less Honesty Please... on Teacher Suspended Over Blog About Students · · Score: 1

    I know it's a reality, but that doesn't make it logical.

    How is defending oneself against a potential lawsuit not logical?

  9. Re:Java and Minecraft might as well merge on Post-Oracle Purchase, How Is Sun's Software Doing? · · Score: 1

    They aren't cool in a lot of corporations, either. :-)

  10. Some things never change... on Should Younger Developers Be Paid More? · · Score: 1

    I ran into this same situation over 20 years ago when I started working for a mainframe software company ... some of the guys who had been there for 15-20 years were upset at the rates some of the new people were bringing in.

    As long as companies hold skillsets as being more important than employees, you will probably still see it. In that case, though, it was more a case of standard corporate raises being less than the starting pay of the then-growing programming market.

    It sucks to be on the short end of that scenario, and "job hopping for more money" isn't quite as simple as many make here it out to be.

  11. Re:Why WOULD anybody want to work in IT? on IT Management Always Blames the Worker Bees · · Score: 1

    Sometimes it actually feels good to provide a smoothly running system to customers.

    It isn't all bad stuff...

  12. Re:Stay on top on Should Younger Developers Be Paid More? · · Score: 1

    Ah, but which technologies to learn? It isn't possible for one person to keep up on all programming technologies, especially when companies tend to frown upon people doing things which aren't part of their formal project tree.

    Once upon a time it was incumbent on employers to provide training for their personnel ... thank goodness not all companies have gone the way of throwaway employees...

  13. Re:ADMIRED??? on Bill Gates Is More Admired Than the Pope · · Score: 1

    The fact that Microsoft gained most of its market position through illegal actions is lost on most people.

    It's nice that Gates is "living the dream", but it's sad that he had to get there by using such underhanded and shady means.

  14. Could be worse... on Are 10-11 Hour Programming Days Feasible? · · Score: 1

    He could lay off 1/2 of the programming staff. Warm bodies are probably his #1 expense, ya know?

    If the core product sucks, chances are "new features" won't mean too much. Maybe it's time for him to reevaluate the market for his products (and for you to reevaluate your future there).

  15. Re:Fairness on Saudi Arabia Requiring License For Online Media · · Score: 1

    Eek! The redcoats are coming!! :-)

  16. Re:Fairness on Saudi Arabia Requiring License For Online Media · · Score: 4, Insightful

    Sure, but for what value of $Limited...?

    It isn't the idea of limiting government that's usually the issue, but the degree to which the limitation should occur.

  17. Re:Why not 18? on 20 Years of Commander Keen · · Score: 1

    It does for the bullet recipient. :-)

  18. Re:Oh come on on BSD Coder Denies Adding FBI Backdoor · · Score: 1

    Maybe we can induce his return?

    John Katz.

    John Katz.

    John Katz.

    *waiting*

  19. Re:*yawn* on Are Games Getting Easier? · · Score: 1

    2001? Newbie. :-)

  20. Isn't there any way to snake-proof the lines? on Govt To Bomb Guam With Frozen Mice To Kill Snakes · · Score: 1

    Rig snake-zappers midway up the poles? :-)

  21. Re:Copyright Law Reform on ACTA Text Leaks; US Caves On ISPs, Seeks Super-DMCA · · Score: 1

    The sad part is that it's our own system that is being gamed, and many of those who are in power seem to have a vested interest in not changing the status quo.

  22. Re:The hard way is more fun on Programming Things I Wish I Knew Earlier · · Score: 1

    Hee! I mean ~/bin. That's what I get for trying to quickly edit without sending ... I originally said /myaccount/bun and then thought it was silly.

  23. Re:The hard way is more fun on Programming Things I Wish I Knew Earlier · · Score: 1

    I installed ImageMagick on some of the Solaris servers I work on for my own use (I stick stuff in ~/myaccount/bin) without having any root access (I didn't want to bother the sysadmins to install a formal package), and it wasn't that hard.

  24. Re:Comment your code on Programming Things I Wish I Knew Earlier · · Score: 2, Insightful

    Sure, assuming that everyone who ever uses that code is using the same code repository.

    I've had to modify code professionally that was written over 30 years before I encountered it (older Fortran 66 stuff), and the comments in the code were invaluable to me. The folks who wrote it had no idea that their code would be running at another company when it was written.

  25. It takes time and money to code anything. on Microsoft Patents OS Shutdown · · Score: 2, Insightful

    Even a new version of "Hello World."

    That, by itself, doesn't make the effort patentable. It also has to be non-obvious to other practitioners of the art, namely other programmers in the operating systems domain.