Slashdot Mirror


User: jstave

jstave's activity in the archive.

Stories
0
Comments
78
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 78

  1. Who needs sales clerks? on RFID Tags For The Rich · · Score: 2, Interesting

    Why bother with a flesh-and-blood sales clerk at all? Hook the reader into a database and a monitor. You can even put a nice smiling emoticon on the monitor for that friendly touch.

  2. temperature fluctuations on Windows that Double as LCD Monitors · · Score: 1

    I wonder what effect temperatures of >100f or 0f will have on these things. Especially cold, with the attendant water/frost condensation.

  3. Re:Rewrites are driven by maintainability on Rewrites Considered Harmful? · · Score: 1

    I was going to make the same comment but you beat me to it. I would also add that as the code ages and becomes more spagetti-like , it gets harder and harder to extend without breaking. A point is reached where any additions or changes cause unexpected side-effects, *especially* once the original coders have left the project, or company.