Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Other (Score 1) 151

Most car-players nowadays can play music off a USB stick.

For my car, I've ripped the CDs to MP3, and then put them on a 32GB "stub" USB stick: that way, I can play RANDOM( 3000 files ), which is rather more convenient than having to keep swapping physical CDs.

Comment ...and then there's the copyright issue (Score 2, Interesting) 216

The copyright-absolutist position is this: My life is *my* performance before God and all mankind. As soon as it is recorded, that recording is a copyright work for which I own the copyright (unless there is a specific written contract to the contrary), according to US Code Title 17. And use of that work without my permission for commercial gain is felony copyright infringement. Felony copyright infringement is exactly the behavior all these data-gatherers are doing. FWIW.

Comment Medical records and STUPID systems architects (Score 1) 368

There is a very easy way to have avoided these problems with medical records:
  • Internally, all times are kept in a universal, unambiguous format: GMT is suggested
  • It is the responsibility of the input and display programs to convert between internal format and local time.

I instigated this for environmental models two decades ago, and it makes life lots easier. And more error-free.

Of course, there are those DB idiots who won't learn from history, and keep trying to reverse that decision... ;-(

Comment Re:Who cares? (Score 1) 237

Also not a server admin -- but admin for multiple workstations and portables. You've reproduced my experience exactly, except that I'd say "in even the last couple of months" instead of "in the last couple of years." And I've been running and administering Linux systems since the mid-Nineties (i.e., over twenty years).

Comment Re: Fortran (Score 3, Interesting) 633

Frankly, modern Fortran (F-90 or later) is a very well-structured programming language, at a higher level than (more structured than, and safer -- not as subject to buffer-overruns -- than) C: character-strings and multi-dimensional arrays are first class citizens in Fortran. And for what it's worth, I've written more than 15K lines of production Fortran in the last month...

Comment Re:Summary of all future comments. (Score 1) 149

Even worse: people who think they know everything but in fact know only bad ways of doing things, and who are too arrogant to take correction.

Example: EPA's CMAQ air quality model. The first requirement is that this model support regulatory application: in particular, it must maintain adequate chain of custody of its own data to stand up in court; silent data corruption is completely unacceptable. However, one of the primary developers NEVER checks the status of operations that may fail -- e.g., MPI communications. Thanks to the arrogancew of this developer, there are at least 453 failures to follow this standard. IMNHO, the model is completely untrustworthy.

And as the original systems architect for that model, that makes me VERY unhappy.

Comment Re:Physical Door security. (Score 2) 303

...and replace the standard (short) hinge and lock-striker screws with steel screws long enough to anchor through the door-frame into the framing behind it. 3.5-inch stainless steel screws are excellent for this. Combined with a good (steel?) door, no one is going to bash it down easily.

Slashdot Top Deals

"I'm not afraid of dying, I just don't want to be there when it happens." -- Woody Allen

Working...