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

 



Forgot your password?
typodupeerror
×

Comment Re:harmful constructs (Score 1) 159

For some reason, I always hate it when people choose an explicit

if (boolean == true)

rather than just

if (boolean)

I'm glad those people have to hunt for extra bugs ;)

Absolutely! If you give the boolean variable a good name it makes the code read logically:

if (thing_is_valid)
{
        do_stuff();
}

Comment VMS VERSION 4.1: (An official DEC memo) (Score 2) 238

VMS VERSION 4.1: (An official DEC memo)

Please stop submitting SPR's. This is our system. We designed it,
we build it, and we use it more than you do. If there are some
features you think might be missing, if the system isn't as
effective as you think it could be, TOUGH. Give it back, we don't
need you. See figure 1.

(slashdot whitespace filter won't allow the ASCII art middle finger graphic that should be here)
                                                        Figure 1.

Forget about your silly problems, let's take a look at some of the
features of the VMS operating system.

1) Options. We've got lots of them. So many in fact, that you need
      two strong people to carry the documentation around. So many
      that it will be a cold day in hell before half of them are used.
      So many that you are probably not going to do your work right
      anyway. However, the number of options isn't all that important,
      because we picked some interesting values for the options and
      called them...

2) Defaults. We put a lot of thought into our defaults. We like
      them. If we didn't, we would have made something else be the
      default. So keep your cotten-picking hands off our defaults.
      Don't touch. Consider them mandatory. "Mandatory defaults" has
      a nice ring to it. Change them and your system crashes, tough.
      See figure 1.

3) Language Processors. They work just fine. They take in source,
      and often produce object files as a reward for your efforts. You
      don't like the code? Too bad! You can even try to call
      operating system services from them. For any that you can't, use
      the assembler like we do. We spoke to the language processor
      developers about this, they think a lot like we do. They said
      "See figure 1.".

4) Debuggers. We've got debuggers, one we support and one we use.
      You shouldn't make mistakes anyway, it is a waste of time. We
      don't want to hear anything about debuggers, we're not
      interested. See figure 1.

5) Error logging. Ignore it. Why give yourself an ulcer? You don't
      want to give us the machine to get the problem fixed and we probably
      can't do it anyway. Oh, and if something breaks between 17:00 and
      18:00 or 9:30 and 10:30 or 11:30 and 13:30 or 14:30 and 15:30 don't
      waste your time calling us, we're out. See figure 1.

6) Command Language. We designed it ourselves, it's perfect. We
      like it so much we put our name on it, DCL - Digital's Command
      Language. In fact we're so happy with it, we designed it once
      for each of our operating systems. We even try to keep it the
      same from release to release, sometimes we blow it though. See
      figure 1.

7) Real Time Performance. We got it. Who else could have done such
      a good job? So the system seems sluggish with all those priority
      18 processes, no problem, just make them priority one. Anyway,
      realtime isn't important anymore like it used to be. We changed
      our groups name to get rid of the word realtime, we told all our
      realtime users to see figure 1 a long time ago.

In conclusion, stuff your SPR. Love VMS or leave it, but DON'T complain.

--
R.I.P. Malcolm

Comment GSM allows 5 emergency call codes (Score 3, Informative) 354

Per the 3GPP specs for GSM, the SIM has an item for Emergency Call Codes (EFecc) that can contain up to 5 call codes, each up to 3 digits. If any of these codes is dialed the phone will put the call through as an emergency call. This is to allow for localization of the emergency numbers. Since in a mobile, you enter the entire number to be called then hit SEND (or the equivalent), the switch doesn't have to decide how to route your call as you are dialing it, like is done for landlines.

I think the mobile phones are the easy part, the hard part will be the 'other devices' which presumably will include landlines.

Submission + - Least-cost routing threatens rural phone call completion (addisonindependent.com)

kybred writes: Rural landline users are increasingly having problems with incoming calls not completing or being dropped. The culprit may be the bargain long distance carriers penchant for 'least cost routing' combined with the conversion of the Universal Service Fund to the Connect America Fund.
From the Fine Article:

"Rural phone companies are the victim here,” Steve Head says. “They charge a higher rate to terminate calls as it costs more for them. Shoreham Tel gets beat up because everyone calls them and says something is wrong with your system, but it’s not. We’ve been through all of their lines and equipment and there is nothing wrong with it; it’s the least-cost routing carriers."


Comment Re:Huh? (Score 3, Informative) 102

Not sure what you mean by "kicked to the curb", but OS X Java is still maintained by Apple.

Not completely. Apple maintains Java for Mac OS X through version 6. Oracle took over starting with version 7. It's not clear how long Apple will continue to provide updates for version 6, though.

Apple stopped including it as a default install with Lion (Mac OS X 10.7), I believe.

Comment Re:Is there a tool that does *all* reader function (Score 1) 164

Also, I forgot about Reader until something asked me to update it. I promptly deleted it, but where did the updater spawn from?

I fired up Reader yesterday and it popped up that there was an update, so I told it to go ahead. Then a dialog came that that it needed to restart to finish the update. I clicked 'Restart' thinking that Reader was going to restart. No, it restarted my fscking PC! Reader needs to DIAF! And it's updater!

Slashdot Top Deals

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...