Slashdot Mirror


User: mferero

mferero's activity in the archive.

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

Comments · 7

  1. Re:cmp %rdi,%rax on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    Hear hear! Those of us that learned assembler on the big iron (IBM mainframes) totally agree. Teaching new students to assembler in AT&T format was something I was NOT going to do.

  2. Re:Null Terminated Strings on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    Nope. Punched cards was the era of fixed length fields . . . You described each field with a size, including packed decimal numbers.

  3. Re:What's there to compare? on Comparison: Linux Text Editors · · Score: 1

    Notepad++ is my favorite, but windows only. It just has all the most important features. Since I'm not on Windows much anymore, I've had to move on... Atom is pretty decent on the Mac (ignoring how huge it is), Gedit is increasingly indecent and unstable, but it's close to Notepad++ in features.

    If you like notepad++ on Windows, check you the Scite editor http://www.scintilla.org/SciTE... on *nix systems. Same engine, just as fast, horrendus config file tho . . .

  4. Computers in High School on Ask Slashdot: What Were You Taught About Computers In High School? · · Score: 1

    As a Junior (in 1976), I got to program in BASIC by timesharing into the Dartmouth computers, where BASIC was invented! There was also some lecture on what computers were and could do, but the majority of time was spent in a local college lab programming. Senior year I got to code FORTRAN on punched cards in my Calculus class. Our teacher had a deal with a different local college that allowed us time on their IBM mainframe (maybe a 360 . . .). Actually really enjoyed both experiences, but that did not translate over in College. I became a computer professional after being in the "real world".

  5. Re:This chip snickers at my 6502... on IBM Unveils Fastest Microprocessor Ever · · Score: 1

    Heck, I wrote a lot of 370 (and 370/XA) code in assembly on mainframes. Different call structure (no stack, although the newer mainframes have that now) and register conventions (don't ever use register 1, register 0 is right out, and return back to your caller through the address in register 14, etc.). A lot of fun writing assembly code for system exits, in-house utilities, and invoking services not normally provided to the higher-level languages (like dynamic allocation of datasets). Those were fun days . . .

  6. Re:75% of apps? Shaa, right! on COBOL Celebrates 50 Years · · Score: 1

    Heck yes you can do web pages in Cobol, given the latest CICS (for you non-mainframers: Customer Information and Control System) setup. It's also possible to do so from MicoFocus COBOL http://www.microfocus.com/products/RMCOBOL/COBOLCGI.asp

  7. My Story on How Did You Become a UNIX Administrator? · · Score: 1

    Truly?? I knew how to use the editor (vi) on a Sun box. No one else did, so I became the SysAdmin. Now I maintain a Mainframe (OS/390 to the unwashed), 25 AIX machines, and some Linux machines.

    Oh, and I helped I had been an MVS/CICS Systems programmer for 10 years prior to the work on the Sun box.