Forgot your password?
typodupeerror

Comment human readable (Score 1) 159

Microsoft basic could be saved in the original text format or a faster loading token format. The token format was not human readable but existed as a language of its own. Any computer language can be translated into another language including human readable language. I had a translator program that would convert token basic into human text readable. I also have a program that converts C programs to pascal.

Any computer language is just a language and can be translated to most any other language if you know what the tokens mean. Granted you loose the embedded comments that explain what the code is supposed to be doing but that isn't all that different than fixing some beginners code that doesn't do what it was supposed to do.

Comment Re: Swiss army knife (Score 1) 86

One book I read on Perl showed three different ways to do the same thing. It then said they all compile the same so write however works for you. So most of my Perl looks like shell script or basic with lots of comments. It's easy to support that way. I'm dating myself when I say I also use Pascal mostly because it's easy to read my old code. With the Borland compilers it's really fast code. With it I could get deep into Microsoft's OS and do things that I read couldn't be done like change the ID on floppy disks or hard disks. I could even add multiple IDs to disks though only one would show. Fun times messing with the low level stuff.

Comment Re: The should have read the fine print (Score 1) 78

Important systems should have redundant backup/restore options.

Where I worked (now retired) as sysadmin, every system had two boot disks. If a system was patched and failed on reboot for any reason, the system was booted off the unpatched second disk. Now if the second disk failed because lightning struck the system we would boot to the unpatched hot spare system which also had duel boot disks. We also had multiple levels of remote backup to restore every system.

I don't know at what level Delta made their decisions on backups but I am sure they didn't treat their critical systems as important as my former employer did.

Comment Re:Correction (Score -1, Troll) 149

There is zero reason to do business in the EU today. The entire EU is stagnating because of stuff like this. There is no innovation coming out, new businesses are practically nonexistent.

Really sad watching the EU become a Government version of Rambus that just sues everyone for money when the ideas run out.

Slashdot Top Deals

When we write programs that "learn", it turns out we do and they don't.

Working...