Slashdot Mirror


User: elder-geat

elder-geat's activity in the archive.

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

Comments · 6

  1. Nukes are expensive on Former Anti-Nuclear Activist Does A 180 · · Score: 1

    Because nuclear power is very expensive, it is no panacea. It costs a lot to handle and dispose of nuclear materials safely. In the case of the Navy's military reactors, that perfect safety record costs even more. If nuclear power were really economical, then France would have the strongest economy in the world. France went mostly nuclear because she did not have abundant alternatives.

  2. Re:EVERY phone system has problems like this. on Has My Cell Number Been Cloned? · · Score: 1

    I whole-heartedly agree with this. I am the former CIO of a cellular phone carrier. Based on experience, I would say that the problem is much more likely to be in the billing system than in either the phone or the telecommunications infrastructure. The customer-service/billing systems used by carriers are ridiculously complex and changed frequently, primarily in an attempt to keep up with marketing.

  3. Re:They're not helping themselves on Combating Identity Theft · · Score: 1

    Last week I got an unsolicited check in the mail from Wells Fargo, made out to me in an amount that exceeded $1000. All I had to do was sign it and could then deposit it to any bank account. If I, or anyone posing as me, signed the check, it would become a loan that I would then be responsible to pay off.

    It would be easy for anyone who had stolen that check from my mailbox to open a bank account in my name and deposit it. When I complained to Wells Fargo, they told me that what they were doing was "not illegal".

  4. Inquisition on Marquette Dental Student Suspended For Blogging · · Score: 2, Insightful

    Hey! You go to a Jesuit school, don't be suprised to find the Inquisition!

  5. Re:David Weise on Linux in a World Where Windows 3.0 Never Happened · · Score: 1

    What a crock! The 286 was designed for protected mode. Several unix systems used it. The only reason that it was a big deal at M$ was that all their coding up to that time was 8086 code for backward compatibility.

  6. Re:Is anyone else bothered by this? on Linux Has Fewer Bugs Than Rivals · · Score: 1

    Linux is just a kernel -- that's good. It is modular, with well defined interfaces. Windows XP is not just a kernel. It is seven times larger than the linux kernel. It does not have clean interfaces between the apps that are included in the OS for market domination rather than engineering reasons. Software complexity ==> bugs complexity is proportional to the square of the lines of code. linux lines / xp lines = 7 7 * 7 = 49. 49 times more complex. Do the math.