Slashdot Mirror


Still Life in the Apple II Community

a2fan writes "A bunch of retro-computing Apple II enthusiasts are decending on Kansas City, MO July 22-27 for the 15th annual KFest. Apple co-founder and Apple I, II designer Steve Wozniak will be there. The Apple II keeps on kicking with Ethernet, TCP/IP, and PCMCIA RAM cards used as hard disks. What is it that keeps such an old platform going?"

523 comments

  1. Oh, Apple II noble Apple II by Anonymous Coward · · Score: 5, Funny

    You shall not have died in vain!

    I'm not quite dead yet, sir!

    1. Re: Oh, Apple II noble Apple II by Anonymous Coward · · Score: 0

      Then you shall not have been mortally wounded in vain!

    2. Re: Oh, Apple II noble Apple II by Anonymous Coward · · Score: 0

      I.. I think c-- I could pull through, sir

    3. Re: Oh, Apple II noble Apple II by Anonymous Coward · · Score: 0

      Actually, I think I'm all right to come with you, sir!

    4. Re: Oh, Apple II noble Apple II by Gortbusters.org · · Score: 4, Funny

      Hey buddy, could you do me a favor and just... *whack*

      *load apple 2 on the wagon*

      --
      --------
      Free your mind.
    5. Re: Oh, Apple II noble Apple II by sc88 · · Score: 1

      You could do simple X10 stuff. Control the lights or temperature or something.

      You could do modem-voice stuff. Get an echo sound card and a modem that can do Caller ID (or do something in software with SAM or a IIGS). When the number comes in have the ][ speak the number or do a data lookup and say the name.

      Play audio CD's.

      Play a game.

      Oh, with the IIGS you can run GNO/ME and get into some BSD-style antics.

      My first was a Franklin Ace 1000, then a 2200, then a Laser 128, then a Laser128/EX, then a IIGS then several of the above. Now I'm down to a single Franklin Ace 500 hidden at my brother's house so my wife doesn't throw it out.

    6. Re: Oh, Apple II noble Apple II by sc88 · · Score: 1

      I still have an original Apple II Red Book. The one Woz's handwriting on some of the pages where he had already printed the assembler code but needed to make edits.

  2. What keeps 'em going by krog · · Score: 3, Insightful

    What is it that keeps such an old platform going?

    Anyone who knows the joy of programming machine language for the 6502 knows the answer.

    1. Re:What keeps 'em going by tweder · · Score: 5, Insightful

      Ah, sentiments like that make me want to dig up my old C-64.

    2. Re:What keeps 'em going by MShook · · Score: 5, Funny

      Why? You put it in the graveyard?

    3. Re:What keeps 'em going by JUSTONEMORELATTE · · Score: 4, Funny

      Wouldn't you?

      --

    4. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      people who knows the joy of fast hardware desert Apple as fast as they can.
      a gang of programmer nerds != large userbase

    5. Re:What keeps 'em going by fgb · · Score: 1

      Nonsense! The Z80 was the finest 8-bit architecture ever! ;-)

    6. Re:What keeps 'em going by krog · · Score: 0, Flamebait

      Nonsense! The Z80 was the finest 8-bit architecture ever!

      OH YEAH ASSHOLE? WELL HOW ABOUT <40kB deleted> YOUR WIFE AND YOUR DOG!!!11

      on the other hand, perhaps we should unite and revolt against the 16-bit word heretics...

    7. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      people who knows the joy of a good operating system flock to Apple as fast as they can.
      popular != good

    8. Re:What keeps 'em going by mykepredko · · Score: 5, Interesting

      I don't know if I would call it "joy"...

      I would use the term "satisfaction"; I remember being very pleased with myself for coming up with a sixteen bit by sixteen bit shifting multiplication algorithm in just 24 instructions or realizing that self-modifying code is needed to perform an indirect jump or data access anywhere in the 16 bit address space.

      If you can competently program the 6502 in assembler, then you will be able to tackle any other 8 bit processor architecture with ease - a very satisfying accomplishment.

      myke

    9. Re:What keeps 'em going by fgb · · Score: 1

      Don't you dare insult my dog!

    10. Re:What keeps 'em going by Otter · · Score: 3, Funny
      Ah, sentiments like that make me want to dig up my old C-64.

      Well, now that the Taliban is gone, go ahead! Don't forget to keep Jon Katz posted!

    11. Re:What keeps 'em going by Anonymous Coward · · Score: 0
      "Ah, sentiments like that make me want to dig up my old C-64."

      Junis , is that you?!!

      Have you heard from Jon Katz lately? He's been missing from slashdot, and the trolls do miss abuising him dearly.

    12. Re:What keeps 'em going by seigel · · Score: 1

      Please don't tease me...I miss it dearly!

    13. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      19 lines in MIPS assembly. Yes I did spend way too much time on that.

    14. Re:What keeps 'em going by Stonent1 · · Score: 3, Funny

      What is it that keeps such an old platform going?

      Actually, it is electricity that keeps it going.

    15. Re:What keeps 'em going by Threni · · Score: 2, Funny

      >Anyone who knows the joy of programming machine
      >language for the 6502 knows the answer.

      Well, the X86 chip wasn't coded for out of love, piece of shit that it is/was. The Apple didn't fail for technical reasons, and the IBM PC standard sure as hell didn't succeed because of them!

    16. Re:What keeps 'em going by Dr+Caleb · · Score: 3, Funny
      No, he lives in Afghanistan and that is the only way to protect it from the Taliban.

      --
      "History doesn't repeat itself, but it does rhyme." Mark Twain
    17. Re:What keeps 'em going by ncc74656 · · Score: 5, Interesting
      I would use the term "satisfaction"; I remember being very pleased with myself for coming up with a sixteen bit by sixteen bit shifting multiplication algorithm in just 24 instructions or realizing that self-modifying code is needed to perform an indirect jump or data access anywhere in the 16 bit address space.

      The 65C02 added indirect and indexed indirect addressing to JMP (previously, only absolute addressing was available).

      What I think was my most clever hack was a routine to play WAVs (11.025 kHz 8-bit mono) on an Apple II with no additional hardware. 73 bytes on page 3 was all it took to play sounds through the speaker with a resolution of 4 bits per sample. Source code is here.

      More recently (just a few months ago), I wrote some code to communicate with Dallas Semiconductor's 1-Wire devices through the joystick port. I used a temperature sensor and a clock chip to turn a II into a programmable temperature controller for my beer fridge. In addition to maintaining a set temperature anywhere from the 70s down to the 30s, it also manages gradual temperature changes (1/hr) for different stages of brewing--primary fermentation, diacetyl rest, lagering, etc. The code to do all this is GPL'd; I just haven't gotten around to putting up a page on my website for all of it yet (though the 1-Wire primitives are available through this page).

      --
      20 January 2017: the End of an Error.
    18. Re:What keeps 'em going by capnjack41 · · Score: 1
      Just before I graduated high school (1998), they let me take one of the Apple ][e's (notice that I'm using "][" like a giant nerd) that they were about to throw away.

      I was so pleased with it. I took a couple disk drives, an old networking card (don't know what kind it was), and even the 80-column expansion card. I took it apart and was fascinated with the cruddy old architecture.

      Then one day a couple years ago my mom threw it away, saying it was a "broken old piece of junk" (they did the same to my Vic-20 and ColecoVision).

    19. Re:What keeps 'em going by scharkalvin · · Score: 1

      If you think the 6502 was hard to program in assembler, then you should look at the 1802 cosmac.
      Talk about weird! The 6502 is a cross between the 6800 and a pdp-11. The cosmac is from outer space.

    20. Re:What keeps 'em going by easter1916 · · Score: 1

      6502 machine language was awesome. It is the only machine language I ever learned... and it was FUN!

    21. Re:What keeps 'em going by Mark_in_Brazil · · Score: 5, Interesting

      What is it that keeps such an old platform going?

      krog suggested:
      Anyone who knows the joy of programming machine language for the 6502 knows the answer.

      I'm not sure if krog was joking, but I actually had some fond memories of my teen years when I read this. And I could be mistaken, but I think I still remember how many of my chunks of 6502 code began... "A9 00..."

      (For those who only speak Assembler and not ML, that's "LDA #$00")

      Aaaahhhhhh... and now I'm remembering my endless tinkering with the little 16-pin joystick socket. I made joysticks, a device to let me use the cheap Atari-compatible joysticks on my Apple, and a cheap substitute for a graphics tablet (using a couple of variable resistors to measure what the pen was doing and let the computer know).

      I remember when my mom first took me to a computer store to look at some machines. I was of course looking at various games and things (I was in 6th grade-- would you expect something different from a boy that age?) and my mother asked one of the people at the computer store directly: "is this just going to be an expensive Atari?"
      (Note: Mom was referring to the Atari 2600)
      The response was cool, and more truthful than I thought at the time, and probably more truthful than my mom thought: "there are games for the computer, and he WILL want them and WILL play them, but the difference is that he won't learn how to program and use computers playing games on the Atari."
      Thinking back, I can now see that the employee was right. I did play a lot of games on the computer, but I also did learn a couple of programming languages and started doing something I still do: when I had some kind of problem that would be a pain in the ass to figure out in my head or even with pencil and paper, but relatively easy for the computer to figure out for me, I would write simple programs to do just that. I also got the basic notions of hardware architecture and the confidence of knowing that I am capable of figuring out how seemingly complex devices work and even making my own extensions. I am very glad to have been the owner of an Apple ][. And I also have fond recollections of Commodore machines (VIC-20 and C64) because of a couple of friends who had them and learned 6502-ese with me.

      Great days. Thanks for reminding me, krog!

      --Mark

      --
      "It is nice to know that the computer understands the problem. But I would like to understand it too." --Eugene Wigner
    22. Re:What keeps 'em going by Anonymous Coward · · Score: 0
      Oh, I thought your sig said, "Who's whining in Iraq?"

      never mind.

    23. Re:What keeps 'em going by trailerparkcassanova · · Score: 2, Insightful

      Hmmm, I never considered machine language on anything a "joy".

      Now assemblylanguage on a 6502 is a different story.

    24. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      That might not be so far from the truth...the 1802 came in rad-hardened versions and got used in quite a few early satellite projects.

    25. Re:What keeps 'em going by dar · · Score: 1

      The 65C02 added indirect and indexed indirect addressing to JMP (previously, only absolute addressing was available)

      Ah, but there was a hack for indirect jumping in the 6502. I found it in the Atari OS listings. They had a jump table for something or other.

      IIRC it had something to do with page 0. Dang. It's been a long time since I messed with a 6502.

      --
      My other Slashdot ID is much lower.
    26. Re:What keeps 'em going by Attila · · Score: 5, Interesting
      The coolest hack I ever saw was the "VaporLock" on the Apple II+, which allowed you to sync your programs to the video refresh (before this feature was added on the Apple IIe).

      If you attempted to read the cassette-out port on the Apple II+, no (tri-state) devices would actually attach to the bus. As a result, the data lines on the bus acted like a DRAM cache and momentarily "stored" the last value read from RAM (the "vapor"). Since the CPU and video refresh circuitry alternated RAM access every half cycle, the last value read was always one from the current video page.

      A few bytes of each hi-res graphics page were read by the video refresh circuits but not displayed (during horizontal blanking, if I recall correctly). By storing "unlikely" values in these bytes, and then waiting for them with a read loop, you could determine where the video trace was in the graphics page and calculate when the vertical blanking would start.

      You could flip graphics pages during the vertical blanking interval to get smooth animation, or calculate times to switch modes and mix text and graphics anywhere on the screen (a big deal, in those days).

      PS. I realize this dates me, but really, who else would?

      --
      Dear Will, the plums were poisoned. -- Cheese Club
    27. Re:What keeps 'em going by jejones · · Score: 1
      Anyone who knows the joy of programming machine language for the 6502 knows the answer.

      Programming for a CPU with an eight-bit stack pointer?! Thanks, but give me the Motorola 6809 or the Hitachi 6309 any day. BTW, the Glenside Color Computer Club will be holding the Twelfth Annual "Last" Chicago CoCoFest on May 17th and 18th this year in Elgin, Illinois. There are SCSI cards, IDE cards, and RAM expansions for the CoCo, and more stuff is under development (see the Cloud-9 and other pages linked from the Glenside site for details).

    28. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      sounds like you don't get out much...

    29. Re:What keeps 'em going by aschlemm · · Score: 2, Interesting

      I recall using a different version of DOS called "Turbo-DOS" I think it was that loaded programs way faster than Apple DOS 3.3. Obviously that came at a price in terms of what features where available. IIRC the code that had to deal with formatting a floppy was removed from Turbo-DOS so I had to go back to Apple DOS 3.3 to format a floppy.

      This was a pain so I wrote my own diskcopy program and using the "Beneath Apple DOS" book I managed to gleen all of the disk format code out of Apple DOS and into my diskcopy program. What a hack as the format code within Apple DOS used NOPs all over the place for timing. I used the Randall Hyde's "Laser Interactive Symbolic Assembler" aka "LISA" to do all of my 6502 coding work on the Apple ][.

    30. Re:What keeps 'em going by Anonymous Coward · · Score: 0
      Question: What is it that keeps such an old platform going?

      Answer1: Wannabes who can't afford a $3,799.00 Dual 1.42GHz PowerPC G4

      Answer2: The rest of us who think $3,799 is way to expensive for a kids computer.

    31. Re:What keeps 'em going by davesag · · Score: 1
      Anyone who knows the joy of programming machine language for the 6502 knows the answer.

      ahh yes the thrill of using a lookup table to address the screen properly because of the famous venetian blind screen memory, and the joy of poping an integer onto the accumulator so you could add it to another integer in one of those little addreses. still, i helped write a kick-ass 3d games back then in 6502 that never came close to being released. i also remember we had a kitten that was so small it would curl up and sleep on my apple ][c's power-supply.

      --
      I used to have a better sig than this, but I got tired of it
    32. Re:What keeps 'em going by StarBar · · Score: 1
      Ahhh Tandy's Color Computer with M$ BASIC and 6809... quite some memories there man!!! I learned how to program C under OS-9 and Flex operating systems :-)) And we had an Apple ][ clone from Taiwan as well with a bunch of very well written games on bootable floppy disks. 1985 was it? I think i disassembled the first Nintendo game console also containing a 6502 which I think they are still using in the GameBoy's....

      Well, this is the energy the Apple ][ guys are riding on for thoese who haven't got it yet....

    33. Re:What keeps 'em going by yomoma · · Score: 1
      What is it that keeps such an old platform going?

      two words: Oregon Trail.

    34. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      You are a herb. I did mine in only 8 instructions. And I was only 11 years old at the time.

    35. Re:What keeps 'em going by Znonymous+Coward · · Score: 1

      Two more: Number munchers.

      --

      Karma: The shiznight, mostly because I am the Drizzle.

    36. Re:What keeps 'em going by arkanes · · Score: 1

      I learned how to program on an Atari 800 - wrote my first games in Atari basic with embedded machine code. Crazy stuff. It was nifty because you could easily access all the graphics and sound modes for the games.

    37. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      Ewww, YOU FUCKING ANTI_MAC TROLL!!!!!1! you make me so MAD MY HEART EXPLODE!!!! Ahhhhh!!!!!

    38. Re:What keeps 'em going by ThinkingGuy · · Score: 1

      I remember that program as well. It was from the "Enhancing your Apple" books, written by the great Don Lancaster.

    39. Re:What keeps 'em going by pyrrho · · Score: 1

      I honestly think that one reason I understand computers (i.e. when people say they don't get "pointer" I look at them like they said, "I don't get this air concept... it's so confusing... I can't see it!") is from working with 6502 early on.

      Why... it was uber-simple, limited number of registers and instructions. But every TYPE of instruction was there, and the machine was laid out before you in a very comprehensible way.

      People being taught OOP in school now don't even know they are being indoctrinated in an 80's theory that hasn't proven itself. I love OOP if it's Object Orient Pragmatism... but the purism that is taught by the faithful is a disservice.

      I think it was much easier to start learning computering in the 80's with things like 6502 than to jump in now where you are told you don't really care how something like the 6502 works.

      --

      -pyrrho

    40. Re:What keeps 'em going by awl · · Score: 1

      Naw - it had way too many registers. Who needs more than three? ;-)

      The Z80 had lots of clever bits you could fiddle around with, but the 6502 is the most elegantly designed CPU (from the programmer's perspective) I have ever worked with.

      I guess they both appealed to different sets of people...

    41. Re:What keeps 'em going by awl · · Score: 1

      As far as I remember (and it's a long time ago) you could do indexed jumps using the X register as an offset into the zero page. I seem to remember the BBC OS making extensive use of this...

      (For the geographically challenged (e.g. Americans ;-) the BBC was a popular 8 bit microcomputer in the UK, which was put together by Acorn and won the bid to be used as the computer for a BBC TV educational series on what computers were and what you could do with them...

    42. Re:What keeps 'em going by mhbtr · · Score: 2, Informative

      If you were trully the nerd you claim to be, you would know it was the Apple //e, and the Apple ][+ there was no "Apple ][e" I still have my Apple //e Enhanced (the enhanced had the 65C02 and the "MouseText" caharacter set to help you run such great progeams as AppleLink PE, later known as AOL. Boy were we pissed when the added the Mac users..., with 2 5.25 drives, a 3.5, a Street Electronics Business Card (Dual Serial/Clock), a mouse, a PCPI CP/M card, a 1 Meg RAM Disk, a 20 MB Sider hard Disk with Prosel as it's menuing system... Don't remember the last time I looked at it, or unpacked it, but I am a pack rat and still have it... I still haven't come across a .sig I like

    43. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      I am sick of the people who try to make fun of the US because we do not know where some tiny place in the middle of Europe is. I think that it is time that we make Europe's students show us Kentucky and Mississippi on a US map. Then we will have them spell Mississippi.

    44. Re:What keeps 'em going by mhbtr · · Score: 1

      I agree. i remember not being able to find the right pots to build paddles (remember, we used paddles instead of joystcks for most games) so I wrote alookup table that I would load in that mapped my 150 possible values to the 255 that the joystick port handled... It is true - the only machine I ever ENJOYED writing asssembly language for was my Apple ][+ (and then my Apple //e). I was programming for that machine for a job as late as 1990, and continued to update software until as late as 1996 (I worked for an educational software company). What memories this talk brings back... Bought my Apple ][+ April 1, 1981, a a computer trade show in NYC... I remember adding 16K of RAM for $275 to take my Apple ][+ to a whopping 64K Ah.. Nostalgia... I even still have my stack of was it Nibbles Magazine? Eytan I stll haven't found a .sig I like

    45. Re:What keeps 'em going by capnjack41 · · Score: 1
      Doh! My apologies. I remember some sort of Apple had the groovy-looking ][ in it though...

      But when computers started getting fancy-pants things like megabytes of RAM and 20MB drives is when they stopped being fun.

    46. Re:What keeps 'em going by davesag · · Score: 1

      I first learned programming using paper cards and some PDP-11 that the school had worked out a deal to let students use as part of maths. That was in APL of all things, in 1980. Then in 1981 the Angle Park computing centre got some apple][s and some of us who were keen were allowed to go down there and learn the wonders of actually typing programs in and seeing them run on a screen. well I was hooked. Then Wizardry came out and it made a big deal about being programmed in pascal so naturally I had to learn pascal too. applesoft too of course. those were the years of hanging out in tandy stores playing text adventures and teaching myself trs-dos and assemby language, then the school bought an apple][ so no more tandy stores for me, just long nights waiting for my dad to pick me up from school - he used to work reallly really late all the time - hanging out in the 'computer room' either playing ultima/wizardry, or teaching myself 6502. i think the real reason there is such nostalgia for these machines, is that these are the machines we first really learned about computers on. and there was no-one at the school who could help you, by 1982 i knew much much more about the computers at school than any of the teachers, had my own key to the computer room, and was pissing away most of my time trying to write the mother of all text adventures. I ended up porting it to the trash-80 when my dad's office bought one near the end of 82 and still have the floppy it fit on somewhere in a box. after that, going to univerdsity and being taught pasal properly, sharing one pdp-11 with about 1000 students, learning about the halting problem, turing machines and so forth were just nowhere near as much fun. i got a mac in 84 and when the uni said i had to learn fortran and cobol I dropped out of uni as fast as i could to code 68k assember for a living. never looked back, tho these days it's java that keeps me fed.

      --
      I used to have a better sig than this, but I got tired of it
    47. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      I honestly think that one reason I understand computers (i.e. when people say they don't get "pointer" I look at them like they said, "I don't get this air concept... it's so confusing... I can't see it!")

      Well aren't you quite the condescending little prick then?

    48. Re:What keeps 'em going by Anonymous Coward · · Score: 0

      Try challanging Joe American on the street to name all 50 states. AND their capitols.

      Give him a map of the USA without the state names and a pen.

      I bet you'll have a hard time finding someone who can do it. Face it, our education system is a joke and noone gives a fucking care about it.

    49. Re:What keeps 'em going by pyrrho · · Score: 1

      sometimes.

      fsck you, the point is that the 6502 laid it all out quite simply.

      there is a finite amount of memory, it's laied out end to end and numbered sequentially. the number points to the correct location. and don't worry, to tell the truth I've only ever looked at my monitor that way.

      I really think the pointer concept is more or less as obvious as air. Perhaps you underestimate the complexity of realizing that there is air in the empty space between you and me.

      --

      -pyrrho

    50. Re:What keeps 'em going by whizzter · · Score: 1

      how did that "cheap" tablet work?

      / Jonas Lund

    51. Re:What keeps 'em going by Mark_in_Brazil · · Score: 1

      whizzter asked:

      how did that "cheap" tablet work?

      It wasn't a tablet... it was a substitute for a tablet. It basically amounted to an upside-down joystick suspended from above. The stick part was a metal tube, into which I could put a pen or something. Like in a joystick, it was attached to two variable resistors (150K, if I recall correctly). It wasn't exactly an upside-down joystick since the way the stick was connected was a bit different, but that's the easiest way for me to describe it.

      --Mark

      --
      "It is nice to know that the computer understands the problem. But I would like to understand it too." --Eugene Wigner
    52. Re:What keeps 'em going by Mark_in_Brazil · · Score: 1

      Oops... Waitaminnit... I'm thinking back, and I think 150K variable resistors were used in joysticks, but I had to use stronger ones on the tablet substitute because of the reduced range of motion. I am not sure about this-- I have lived more years since then than I had lived until then.

      --Mark

      --
      "It is nice to know that the computer understands the problem. But I would like to understand it too." --Eugene Wigner
    53. Re:What keeps 'em going by Anonymous Coward · · Score: 0
      I think there are several issues that contribute to people keeping "obsolete" platforms going. One is nostalgia, certainly - the weird nostalgia of a world where my (mid-fifities) chemistry professor could reminisce about his graduate school days and how excited they were when they got funding to buy 16K of memory so they could "crunch some really big numbers..." and got it delivered in a refrigerator box. Only 25 years later I had twice as much memory in a calculator that cost less than a hundred dollars - a price and power I'd find ridiculous today, ten years later, if I was shopping for a scientific calculator. Another fascination is that these things still work... I've got an LCIII a friend gave me for free when they bought some PC clone. The hard drive is making some suspicious noises, the battery is long gone so the clock is always off and none of the settings will hold. Yet it's a tank - it won't crash and it won't stop running. I'll continue to play with it rather than consign it to the landfill. Old computers are also often cheap and accessible - that LCIII goes for ten to thirty dollars on e-Bay. And there's the challenge aspect - what can you get this thing to do?


      I think it's a question that's going to get more and more interesting - with the rise of cheap, powerful boxes, going obselete by the truckload, combined with the open source movement and techniquest to cluster computers to create massive power, there's just going to be a lot of raw computing energy out there, available for a pittance and a little work. It should be pretty interesting

    54. Re:What keeps 'em going by 11223 · · Score: 1
      Re your sig:

      It's not Haliburton that I'm worried about winning in Iraq; it's the Derrida-inspired construcivist educators.

    55. Re:What keeps 'em going by sc88 · · Score: 1

      1 accumulator 1 X register 1 Y register Memory usage flowed "up" from zero to the graphics area Coding in 6502 assembly showed *skill*, you young bucks know nothing about it.

    56. Re:What keeps 'em going by ZorinLynx · · Score: 1

      Knowing where all fifty states are is not knowledge that you need in everyday life, hence most people won't remember it for long after the test they were given on it back in high school.

      It's silly to expect people to memorize information they don't use on a daily basis.

    57. Re:What keeps 'em going by rifter · · Score: 1

      That would be pretty "challanging." Especially since the capitol is the building. The city which is teh seat of government is a capital.

  3. I know! by Wireless+Joe · · Score: 5, Funny

    "What is it that keeps such an old platform going?"


    Dateless Friday and Saturday nights, that's what.

    1. Re:I know! by TopShelf · · Score: 5, Funny

      I think you can add Sunday through Thursday as well...

      --
      Stop by my site where I write about ERP systems & more
    2. Re:I know! by BTWR · · Score: 0, Offtopic

      Both of these parents are hysterical! Mod them up!!!

    3. Re:I know! by kiwimate · · Score: 4, Funny

      "What is it that keeps such an old platform going?"

      Electricity, just like the new ones.

      Boom-boom! (Thanks to Basil Brush.)

    4. Re:I know! by dthable · · Score: 2, Funny

      Or so you think....chicks dig my Apple II

    5. Re:I know! by Anonymous Coward · · Score: 0

      "What is it that keeps such an old platform going?"

      Setting the date back 100 years?
      And I thought I was done with this when I retired the old 386.

    6. Re:I know! by KillerHamster · · Score: 1

      I'm so sick of this - it's differentLY! DifferentLY! -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY -LY

      (Whew - just got that one past the lameness filter!)

  4. possibly... by fjordboy · · Score: 1

    Mostly because of games like "Carmen Sandiego" and "Miniature Golf" that made the Apple II so much fun.

    1. Re:possibly... by BluGuy · · Score: 1

      How about Oregon Trail and Lemonade Stand?

    2. Re:possibly... by RichMeatyTaste · · Score: 1

      Don't forget Price of Persia..... middle school nostalgia for me!

      --


      Ever feel like you are driving the getaway car?
    3. Re:possibly... by fjordboy · · Score: 5, Funny

      True...forgetting oregon trail was a big mistake. I played that game for speed. Let the rest of my family die...it will only make me faster! That's how I played...

    4. Re:possibly... by Anonymous Coward · · Score: 1, Informative

      There was also The Hitchiker's Guide to the Galaxy text-based game.

    5. Re:possibly... by grnbrg · · Score: 2, Funny
      Mostly because of games like "Carmen Sandiego" and "Miniature Golf" that made the Apple II so much fun.


      Coming soon from id Software, "Where in The Hell is Carmen Sandiego"!

      When it's done, real soon now. :)

      grnbrg

    6. Re:possibly... by fjordboy · · Score: 1

      Yeah...there was also a "fun house" or something game that we played occasionally...I can't remember the name..but it had a bunch of weird games in it...I vaguely recall having to catapult balls in a carnival style or something. Not to be confused with Dr. Quandary...which was more of a Mac game...

    7. Re:possibly... by jpsst34 · · Score: 1

      True, those were good, but Word Munchers was so gay!

      --
      How are you going to keep them down on the farm once they've seen Karl Hungus?
    8. Re:possibly... by fjordboy · · Score: 1

      the "straight" alternative to word munchers was "Number Munchers" and "Fraction Munchers" - just fyi...

    9. Re:possibly... by Anonymous Coward · · Score: 1

      I think I'm not speaking too strongly when I say that "Prince of Persia" and "Karateka" were the best side-scrolling games EVER. Hell, "Diablo II" is basically just "Prince of Persia" with demons.

    10. Re:possibly... by jpsst34 · · Score: 1

      Exactly. But the people who actualy liked Word Munchers don't read /. The people who liked Number Munchers do. I read /.

      If a then b. If b then c. Therefore, if a then c.

      If I liked number munchers then I read /. If I read /., then I'm gay. Wait! Not Gay! I meant not gay!

      --
      How are you going to keep them down on the farm once they've seen Karl Hungus?
    11. Re:possibly... by dorzak · · Score: 1

      Talking about id, there was a look down game called "Escape from Castle Wolfenstein" I used to play a lot on the my Apple ][e.

    12. Re:possibly... by smnolde · · Score: 1

      Odyssey and Castle Wolfenstein were always my favorite. I learned to program BASIC on a ][+.

    13. Re:possibly... by Prior+Restraint · · Score: 1

      I remember that! You had to collect a bunch of different passes to get past security guards (and a uniform, I think). And if you didn't have it, you could sometimes bribe the guard.

      I was always partial to Swordthrust, though. I wonder if there's an abandonware site somewhere that still has all that stuff.

    14. Re:possibly... by Kredal · · Score: 1

      I would have expected something like that from American McGee. I'd draw a cartoon about it, but I'd be afraid that American Greetings owns the copyright for Carmen Sandiego.

      --
      Whoever stated that signature sizes should be limited to one hundred and twenty characters can just go ahead and kiss my
    15. Re:possibly... by Khakionion · · Score: 2, Interesting

      Ah...lemonade stand....I lived for those "hot and dry" days...now I live for the sound of "three frags left.." *sigh*

      but back to the topic at hand. IN SOVIET RUSSIA, DYING PLATFORM USES YOU!

      --
      OMG! Wau!
    16. Re:possibly... by Anonymous Coward · · Score: 1



      Aztec! The bugs actually made the game more fun! (Like being able to walk up the back of a dinosaur, or watching a half-panther half-plantbeast wander across the floor.

      Choplifter! (The original, not that crappy remake) My old friend and I started playing the 'Nam variant, where we'd time each other to see who could kill all the people quickest. (Turns out landing nearby and angling the chopper into them had a nice Cuisinart effect.)

      Wizardry! Identify #9 and Tiltowait ring a bell? *8-)

    17. Re:possibly... by TKinias · · Score: 1

      scripsit jpsst34:

      Word Munchers was so gay!

      Hmm. I've never heard a girl call it her `word' before...

      --
      In principio creauit Linus Linucem.
    18. Re:possibly... by Ironpoint · · Score: 1

      I played this way as well. We only had 15 minutes in the computer lab and it was the only way to make it to Oregon.

      Banker, Max Oxen, grueling pace, no hunting, toll roads and ferries. 15 minutes.

    19. Re:possibly... by bhtooefr · · Score: 0

      Forgetting Taipan anyone? Drugwars for the 60's (1860's, that is). The Apple version was apparently a port (no pun intended), but it was the only one that gained recognition. There's Windows and Palm OS versions somewhere. My high score is something on the order of 5900. (50000 and up is the best range)

    20. Re:possibly... by Maserati · · Score: 1

      I still want a copy of "Where in Blazes is Carmen Sandiego", which would be based on Dante's "Inferno".

      Not gonna happen, but it would be cool.

      Anybody else remember Aztec ? That game turned graphical glitches into gameplay enhancements.

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
    21. Re:possibly... by xkenny13 · · Score: 1

      True, those were good, but Word Munchers was so gay!

      Maybe so, but Disk Muncher rocked!!

    22. Re:possibly... by Anonymous Coward · · Score: 0

      Don't forget Hard Hat Mack. Actually, that might explain a few things about the apple lifestyle.

    23. Re:possibly... by Jester99 · · Score: 1

      My best time was 2:43.

      You forgot: "filling" meals, 2000 lbs of food, and 3 of each repair supply :)

    24. Re:possibly... by funwithstuff · · Score: 1

      Lemonade stand! the winning formula, if I remember correctly, was 111 cups, 6 bags of sugar, and a heatwave!

      Now why did I just post that?

      --
      it's not about the karma, it's about the whuffie
  5. Deadheads by fataugie · · Score: 1, Funny

    The same thing that kept Grateful Dead fans going keeps these guys going.......electric Kool-Aid

    --

    WTF? Over?

  6. What keeps it going? Nostalgia by stratjakt · · Score: 5, Insightful

    Theres a PET/V20/C64 comminity, an Amiga community, an Atari ST community.

    There's a community for every past console, from Atari 2600 to the Dreamcast.

    There are communities for Model T Fords. I once drove to a theme park (Canada's Wonderland) and my jaw dropped when I saw hundred upon hundreds of restored Model T's in the parking lot - the Model T association was having an outing.

    Model T's dont compare with today's cars, yet some people still cherish 'em.

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:What keeps it going? Nostalgia by gwernol · · Score: 4, Insightful

      There are communities for Model T Fords. I once drove to a theme park (Canada's Wonderland) and my jaw dropped when I saw hundred upon hundreds of restored Model T's in the parking lot - the Model T association was having an outing.

      Model T's dont compare with today's cars, yet some people still cherish 'em.


      I think its a little more complex than just nostalgia, though that certainly plays a part. For example one of my hobbies is the restoration and running of old steam locomotives and railways. This doesn't mean I want to return to this antiquated form of transport or the Victorian world in which they existed. It has a lot to do with the sights, sounds and smells and also the opportunity to do something physical and completely different from my day job in front of a computer.

      Interestingly - and hopefully somewhat back on topic - where I do think nostalgia plays in is a harking back to my childhood, when I first saw live steam locomotives at work. I'm not trying to recreate the world of 100 years ago, but I am trying to recapture the awe and excitement I felt 30 years ago when I first saw one of these machines come alive. I suspect that many of the remaining Apple ][ enthusiasts are re-living to some extent their first computer experience. A lot of people in adult life try to recapture some of childhood's sense of wonder through collecting toys or pursuing interests that were first sparked when they were young.

      --
      Sailing over the event horizon
    2. Re:What keeps it going? Nostalgia by sacherjj · · Score: 1

      I know exactly what you mean. I ran into a group of model-T enthusiasts during my cross-country bike trip last year. (Scroll down to near the bottom.)

      The group trailered their cars in and were based at this motel and going on 40 mile day trips as a group. It is interesting, because some of them were born after Model-Ts we no longer being produced. I had fun going for a ride in one. When I think of add-ons to the Apple II, I see a parallel with the Model-T. One of the pictures I show a converted bicycle computer used on the old car to get a more accurate speed display. There are many other things that are so easy to add onto these old vehicles for which the original designers would have died to have.

    3. Re:What keeps it going? Nostalgia by fudgefactor7 · · Score: 1

      For me, my love of the Apple ][ was the games. There wasn't anything like that before. Ultima...all of them, Airheart, man those were the days!

    4. Re:What keeps it going? Nostalgia by Anonymous Coward · · Score: 0

      In many ways the Model T is better.

      Many less things to break. You can actually repair the ones that do.

      Something about slower being better, but I'm not sure the allusion will be recongnized on Slashdot.

    5. Re:What keeps it going? Nostalgia by willtsmith · · Score: 2, Funny

      What, no Windows 3.1 community ;-)

      --
      -------- -------- Support Wesley Clark for president!!!
    6. Re:What keeps it going? Nostalgia by bsayer · · Score: 1

      Nostalgia would have worked for me; At least enough for me to use an Apple II emmulator. Unfortunately, I don't have my disks from back then. It would be great fun looking at the first program I stayed up all night to write. It would be good for a laugh at least.

      Oh, and it was a great platform for Tempest!

      --
      --Ben
    7. Re:What keeps it going? Nostalgia by armyofone · · Score: 2, Interesting

      Who'd a thunk it? Here is the closest I could find on Google. There are actually entries dated today. ;-]

      --
      "A revolution without dancing is... a revolution not worth having"
    8. Re:What keeps it going? Nostalgia by Capt.+DrunkenBum · · Score: 1

      I am not sure but perhaps this is because there hasn't been a version of windows yet that doesn't suck..

      --

      Not everyone deserves a 320i

    9. Re:What keeps it going? Nostalgia by ckaminski · · Score: 1

      You know, it's funny you mention that. I don't think I've ever met ANYONE who has any sort of nostalgia for that POS....

      How many people are going to be loving Windows95 in 20 years? Interesting... Hope we all live long enough to find out.

      -Chris

    10. Re:What keeps it going? Nostalgia by Anonymous Coward · · Score: 0

      For example one of my hobbies is the restoration and running of old steam locomotives and railways.

      Man, you must have a huge back yard.

    11. Re:What keeps it going? Nostalgia by KillerHamster · · Score: 2, Interesting

      I suspect that many of the remaining Apple ][ enthusiasts are re-living to some extent their first computer experience. A lot of people in adult life try to recapture some of childhood's sense of wonder through collecting toys or pursuing interests that were first sparked when they were young.

      My (family's) first computer was a Dell Pentium 3 system, and I've always felt like I've missed out on the entire history of computing. I wish I could have been born a few decades earlier. What kinds of memories will computer geeks of my generation have? Quake 3 just doesn't seem to have the nostalgic qualities of the original Oregon Trail. Or BBS's, assembly language, punchcards, teletype machines, anything involving a soldering iron, etc.

    12. Re:What keeps it going? Nostalgia by bhtooefr · · Score: 0

      Just how old are you? Of course, my first computer, an old //c, was outdated in '91, when I first touched it.

    13. Re:What keeps it going? Nostalgia by bhtooefr · · Score: 0

      Calmira anyone? Windows 3.1 that looks sorta like 95 (that is, unless you start something without a pirated Mask98 on your system). It may be used in ReactOS (my bets are on it - it's an OSS version of NT4).

      Searching for Calmira will get you many, many links to Win3.1 sites that have WiMP 5.4 Beta (a 16-bit version of WiMP 6.4, but it's buggier than WinME) and IE5 16-bit. Check it out!

    14. Re:What keeps it going? Nostalgia by davidhan · · Score: 1

      My (family's) first computer was a Dell Pentium 3 system, and I've always felt like I've missed out on the entire history of computing.

      Now I know how "old people" feel. Our first computer was a //c with a green monochrome monitor. I printed out homework onto "computer paper" that had holes in the side (the name for that escapes me). You probably never even heard of the Z-Modem protocol (you mean I don't have to 'tell' the computer to start receiving my download?). I had a 300 baud modem! I punched holes in floppy disks so I could use the back side! (I acutally bought one of those specialized square hole punchers...) I typed line numbers for BASIC! Man, even in college I was using a computer with a monochrome monitor (Mac SE).

    15. Re:What keeps it going? Nostalgia by vsync64 · · Score: 1

      "tractor feed".

      --
      TO BUY A NEW CAR WOULD MAKE YOU SEXUALLY ATTRACTIVE.
    16. Re:What keeps it going? Nostalgia by Anonymous Coward · · Score: 0

      More like old gay locomotives stupid queer dicks are for chicks

    17. Re:What keeps it going? Nostalgia by 11223 · · Score: 1

      But the amber monitors were always so much better, if you could get one.

  7. oooooo i know by mjdth · · Score: 1

    What is it that keeps such an old platform going? i think its the logo. does "an apple a day keeps the doctor away" work for computers too?

  8. What is it that keeps such an old platform going? by dirtmerchant · · Score: 5, Funny
    What is it that keeps such an old platform going?


    How old is the Bible?
  9. What keeps em going? by joejoejoejoe · · Score: 1

    Boredom?
    No girl friend?
    No money?
    417 5-1/4 floppies that would otherwise be useless?
    A machine that was 'da bomb 20 years ago, but now makes a good paperweight.

    I have a IIc and a green monitor, but I am not going somewhere to meet others with one... I mean come on, my palm pilot has more power than that thing...

    --
    Silly Rabbit: tricks are for kids.
    1. Re:What keeps em going? by geekoid · · Score: 1

      when I bought my Apple IIc, It was billed as 'protable'. IMagine my surprise when I got home and Apples idea of a protable computer was slapping a handle on it.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:What keeps em going? by Anonymous Coward · · Score: 0

      "I mean come on, my palm pilot has more power than that thing..."

      And your pron probably looks better on it too...

    3. Re:What keeps em going? by weeboo0104 · · Score: 1

      I mean come on, my palm pilot has more power than that thing...

      But your Palm Pilot doesn't play Telengard. The first BASIC program I ever had a chance to search through and mod my character stats. Was great practice for me hex-editing my characters stats for BardsTale on the PC.

      Of course, don't forget Conan or Karateka...

      --
      It is easier to build strong children than to repair broken men. -Frederick Douglass
    4. Re:What keeps em going? by bhtooefr · · Score: 0

      Protable? It actually was p or table. Apple (and other companies) made LCD's, and you could hack a battery up to work with it. Have you ever seen an Apple ][e? It's HUGE (about as big as a modern desktop PC with the KB on the front)!

    5. Re:What keeps em going? by Anonymous Coward · · Score: 0

      Well, you stay home alone and play with your palm. At least the others, geeks as they are, are getting out and socialising!

    6. Re:What keeps em going? by Anonymous Coward · · Score: 0

      You sound like a jerk. Or possibly a gamer. One or the other.

  10. Still life by DrWhizBang · · Score: 5, Funny

    From the title I thought that this was about paintings of old Apple computers.

    --
    Schrodinger's cat is either dead or really pissed off...
  11. When by mattboston · · Score: 0, Troll

    will they bring back the Commodore 64.

    1. Re:When by Anonymous Coward · · Score: 0

      No, but Google for "Commodore One" and you'll come up with a much more updated version of it.

      Runs Ninnle, too, I hear...

    2. Re:When by bhtooefr · · Score: 0

      When Contiki gets better, and the The Final Ethernet cartridge is released to the public. /. has an article on Contiki. It gets your C64 on the 'net, with a WEBSERVER! They once had a modified Contiki system run streaming audio (off of a cassette) and a VNC server run THROUGH A SLASHDOTTING for two weeks.

  12. and before anyone else says it... by miserablydigital · · Score: 1

    The website is hosted on an Apple IIe... Now, get back on topic!

    1. Re:and before anyone else says it... by weeboo0104 · · Score: 1

      Can you imagine a Beowulf cluster of these?

      --
      It is easier to build strong children than to repair broken men. -Frederick Douglass
  13. Woohoo a bunch of computer nerds sharing porn! by cybercrap · · Score: 0

    Of course the porn won't look nearly as good on those shitty Apple II screens as it does on modern monitors, but that is what your imagination is for.

  14. Easy by seangw · · Score: 5, Informative

    It does what people need it to do.

    My IIGS in the 80's ran paint software, card making software, word processor and never needed an update.

    The software infrequently crashed, and hasn't had any changes in the past 20 years (same apple commands work, no learning curve).

    Doesn't that sound nice?

    OR - you can pay (lets be optimistic) $500 for a relatively nice Dell computer nowadays that requires hours of setup time (just entering in personal information), most likely months to get as used to the original software, and the issue of having to update windows on a regular basis.

    I'm not advocating old computers (trust me, when my computer is over a year old, I rebuild it), but there has to be a segment of end users who would think it's the perfect computing environment.

    1. Re:Easy by Anonymous Coward · · Score: 1, Insightful

      The software infrequently crashed

      I had an Apple IIc for years and years when I was a young-un. I'm having a hard time just this minute... but I can't seem to remember anything EVER crashing. I must have spent a thousand hours using AppleWorks and Print Shop and whatnot, but I can't remember a single failure of ANYTHING.

      Sure, it wasn't that complex, really, but how many systems today can boast that they truly NEVER crash?

    2. Re:Easy by insanecarbonbasedlif · · Score: 0, Offtopic

      OR - you can pay (lets be optimistic) $500 for a relatively nice Dell computer nowadays ($499 to be exact, so I don't know how you were being *optomistic*) that requires hours of setup time (just entering in personal information),

      Okay. What ARE YOU doing?! It takes what, 10 minutes to set up windows when you start it up, and, what, like 5 minutes tops to set up your dailup/ethernet/broadband and email? Then, transfer files from old computer - I don't know, but transferring 20 Gb of porn is not "standard setup". Most people here at /. could set up a dell out of box in under 30 minutes - 1 hour tops. Back to you, Sean

      most likely months to get as used to the original software, and the issue of having to update windows on a regular basis.

      Wow, and I know your IIGS was just as functional as a $500 Dell, and that old word processor can do *everything* wordperfect can.

      There's something to be said for taking the dive and upgrading occasionally. Most people *are* satisfied with what they currently have until they find out exactly how much better what they *can* have actually is.

      Hmm. I *may* have *overused* the *asterix* in this post. I'll work on that.

      --
      Just because I doubt myself does not mean I find your position compelling.
    3. Re:Easy by Wolfier · · Score: 1

      Actually, until the Sound Blaster AWE64 came along circa 1996, the 1986 Apple IIGS consistently outperformed the average $2000 PC in the sound/music department, how about that...

    4. Re:Easy by insanecarbonbasedlif · · Score: 1

      Well, I'm not sure how the integrated audio on a Dell Dimension 2350 compares to the IIGS, but if it matters that much, you can just buy a Soundblaster Audigy for $66 bucks and put it in yourself, or buy a Dimension 4550 for $900 with a Soundblaster Live! 5.1 or $1000 with a Soundblaster Audigy, either of which are lightyears beyond 1986 Apple audio technology.

      Cheers.

      --
      Just because I doubt myself does not mean I find your position compelling.
    5. Re:Easy by smithmc · · Score: 1

      OR - you can pay (lets be optimistic) $500 for a relatively nice Dell computer nowadays that requires hours of setup time (just entering in personal information), most likely months to get as used to the original software, and the issue of having to update windows on a regular basis.

      Bear in mind that $500 today is worth quite a bit less than the $400 that, say, a C-64 cost when they came out, and you're getting a lot more power and flexibility. I'll take the $500 Dell, thanks.

      --
      Downmodding is the refuge of the weak. Don't downmod, make a better argument!
    6. Re:Easy by AvantLegion · · Score: 1
      OR - you can pay (lets be optimistic) $500 for a relatively nice Dell computer nowadays that requires hours of setup time (just entering in personal information), most likely months to get as used to the original software, and the issue of having to update windows on a regular basis.

      Never underestimate the power that being able to put "hot chixx" on one's desktop holds over users.

    7. Re:Easy by bhtooefr · · Score: 0

      HW failures can cause shit to happen. My //c isn't in the greatest shape. It crashes on AW2 saves. (OK, OK, so it doesn't crash anywhere else, but still... It has a 90% MS-based ROM.) Keep in mind, parent was talking about a IIGS, which I believe can multitask, and is 16-bit. Any perceived 8-bit MTing is simple "exit the program, start the other, wait until the other is closed, start the first program"

    8. Re:Easy by Anonymous Coward · · Score: 0

      Wanna e-mail me? I'll sue you for violating the DMCA if you do!

      You lack a basic understanding of the DMCA, doncha?

    9. Re:Easy by seangw · · Score: 1

      I believe my family actually had paid over $3k for a IIGS when it first came out.

      However if we looked at how much a IIGS would cost nowadays, free? I know I had thrown away that old IIGS about 3/4 years ago, not even worth the space it took up for me.

      Free computers would be a great thing for people who cannot afford a computer nowadays, if nothing else, than to get them acclimated to using computers.

    10. Re:Easy by vsync64 · · Score: 1
      OR - you can pay (lets be optimistic) $500 for a relatively nice Dell computer nowadays ($499 to be exact, so I don't know how you were being *optomistic*)
      You do realize you look like a moron when you correct someone's spelling, and they were right all along, don't you?

      No offense, just maybe look it up before you make a big deal of it...

      --
      TO BUY A NEW CAR WOULD MAKE YOU SEXUALLY ATTRACTIVE.
    11. Re:Easy by bhtooefr · · Score: 0

      Stop replying to my sig and get a life...

      Anyway, I thought that the DMCA didn't allow you to break encryption algorithms. I consider /.'s spam-proofing an encryption algorithm, and breaking it (i.e., decrypting the e-mail address), would be illegal according to the DMCA.

    12. Re:Easy by Anonymous Coward · · Score: 0

      Anyway, I thought that the DMCA didn't allow you to break encryption algorithms.

      Exactly. You lack a basic understanding of the DMCA.

      Go read it yourself. It's chapter 12 of Title 17 of the United States Code. It's available in every public library in the country, as well as on many web sites, including www.copyright.gov.

      But because I expect you won't, here's The DMCA For Dummies.

      1. If a copyrighted work is protected by an effective access control mechanism, then it is not lawful to circumvent that access control mechanism for the purpose of copyright infringement.

      2. If a device is designed for the purpose of circumventing access control mechanisms, has no significant purpose other than the circumvention of access control mechanisms, or is advertised or otherwise marketed primarily for the purpose of circumvention of access control mechanisms, then it is not lawful to manufacture, import, or distribute that device.

      That's pretty much it. There's lots of excepts and wherefores and thus-and-sos.

      What does this mean? Does it mean it's illegal to "break encryption algorithms?" No, it doesn't.

      Is an email address a copyrighted work? No, it isn't.

      Does "bhtooefr" have the foggiest idea how dumb his signature makes him look? Evidently not.

      Is "bhtooefr" going to do anything about it? Like, say for instance, educating himself? Only time will tell.

    13. Re:Easy by Anonymous Coward · · Score: 0

      OKAY, OKAY... I'll change my sig...

      I'm posting as AC because I can't post anymore as myself! :-(

    14. Re:Easy by insanecarbonbasedlif · · Score: 1

      You do realize you look like a moron when you correct someone's spelling, and they were right all along, don't you?

      Do you realize that YOU look like a moron when you think that I was trying to correct someone's spelling when I was actually talking about the price? My mispelling of optimistic had nothing to do with my point that it is quite easy to get a new computer for $500.

      No offense, just try to get the point before you make a big deal of it...

      --
      Just because I doubt myself does not mean I find your position compelling.
    15. Re:Easy by hovik · · Score: 1

      Never heard of Gravis Ultrasound ?

      A GUS without the GF1 is not a GUS.

    16. Re:Easy by vsync64 · · Score: 1

      Then why did you emphasize it with asterisks? Maybe you ran your post through a John C. Dvorak filter...

      --
      TO BUY A NEW CAR WOULD MAKE YOU SEXUALLY ATTRACTIVE.
    17. Re:Easy by Felinoid · · Score: 1

      I remember having a Commodore 64, 128 and Sparton mimic.

      Most of the time the computer crashed becouse of a hardware defect.. (water in the disk drive... mom tossed the sleaves to many floppy disks in spite of my objections and other non-software related causes).
      *Picture Felinoid applying a Clue by 4 to the head of a person who thinks the fuse box is a toy*

      But on a rare occasion we have software that actually has a bug in it.
      "Why did it do that?" - Mom
      "Becouse the programmer is an idiot" - Me
      "Can you fix it?" - Mom
      "No.." - Me
      "Oh well... Disk ninja" - Mom
      (Disk Ninja.. when you take a floppy and rip the disk insides out and use it as a frisbe.

      --
      I don't actually exist.
    18. Re:Easy by insanecarbonbasedlif · · Score: 1

      I was just saying that a $500 dell was reality, not optimism. Optimistic would be a $400 dell or something. Hence the asterix.

      --
      Just because I doubt myself does not mean I find your position compelling.
  15. What is it that keeps such an old platform going? by SnakeEyes · · Score: 4, Insightful

    While Apples aren't personally my thing, I'm willing to wager that a hefty portion is nostalgia. People like to remember a time when things were simpler and life was better than it is now.

    Pretty much everybody has *something* that gives them that feeling of nostalgia. For some its old cars, or classic arcade games.

    For me, its pinball. There is nothing better, in my opinion, than beating on an old Fireball or Gorgar machines from the late 70's.

    But hey, to each their own. :)

    --
    Come on, Tinkler, Tink!!
  16. keeps it going by chunkwhite86 · · Score: 2, Funny

    What is it that keeps such an old platform going?

    What, you've never opened one up before? It's a hampster running in a little wheel. ;-)

    --
    I'd rather be a conservative nutjob than a liberal with no nuts and no job.
    1. Re:keeps it going by Wolfier · · Score: 2, Interesting

      Actually, if you opens it up, the simplicity will simply amaze you. It's HACKABILITY that matters. The Apple II was infinitely and easily hackable. That alone keeps it going.

  17. Rubbish! by NetDanzr · · Score: 1, Funny

    Everybody knows that it's because Apple II runs on Energizer batteries.

  18. Not exactly a tough question to answer.... by raehl · · Score: 2, Redundant

    Lots of guys who are not getting laid keeps old platforms going.

  19. Parent modded as troll?!?! by ClippyHater · · Score: 2, Insightful

    Someone needs to get a sense of humor, or perhaps a date...

    1. Re:Parent modded as troll?!?! by Grishnakh · · Score: 3, Funny

      Someone needs to get a sense of humor, or perhaps a date...

      I read this here a lot, but the sad fact is that many people would really like to get a date, but just aren't able to for some reason. Maybe they're not attractive, or have an introverted personality (which is really anethema to women). So the best these people can hope for is to find an engrossing hobby like this to keep them interested in life.

      Hopefully, one day some of these people can invent a fem-bot campanion robot which actually likes being around introverted guys.

    2. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      I read this here a lot, but the sad fact is that many people would really like to get a date, but just aren't able to for some reason. Maybe they're not attractive, or have an introverted personality (which is really anethema to women). So the best these people can hope for is to find an engrossing hobby like this to keep them interested in life.

      Or they could just leave the house, and clean themselves up a bit, understand they won't get the most beautiful girl they see and settle for someone with a great personality. Showers and going outside of the house do wonders towards increasing social life.

      I have no sense of pity for dipshits who complain about being single who do nothing to help the situation.

      Hopefully, one day some of these people can invent a fem-bot campanion robot which actually likes being around introverted guys.

      The only advantage of this invention is prohibiting the possibility of these guys breeding. So yeah, hopefully someone does do it.

      --
      Dacels Jewelers can't be trusted.
    3. Re:Parent modded as troll?!?! by chefbimbo · · Score: 1

      Actually I think it's more a personality thing than anything else. It surely isn't about appearance (much worse looking types get gorgeous girls so that can't be the reason) and I usually shower twice a day (I like showering so there's nothing to keep me from). But I'm bored very easily and I only ever met very few girls (below fingers on one hand in any case) that could keep me interested on an intellectual level for more than half an hour straight. So usually I don't even try getting dates this days, knowing it's wasted time for both sides. The fact that the women in this country have a seriously screwed relation to sex in general won't help it either. Oh and my brain tends to shut down when I'm supposed to talk with a girl. That cost me more girls than anything else. Including the love of my life.

    4. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      But I'm bored very easily and I only ever met very few girls (below fingers on one hand in any case) that could keep me interested on an intellectual level for more than half an hour straight. So usually I don't even try getting dates this days, knowing it's wasted time for both sides. The fact that the women in this country have a seriously screwed relation to sex in general won't help it either. Oh and my brain tends to shut down when I'm supposed to talk with a girl. That cost me more girls than anything else. Including the love of my life.

      You are right, it is a personality issue. You realize that most members of mensa don't have issues being entertained by those of lesser intellectual statute? It's called "Ego", now get over it. Do me a favor, and I'm not saying this to be an asshole, drop your pre-conceived notion that the only interesting things to talk about have to be of intellectual nature. Yeah, it helps, but it's not life.

      You will never be the smartest person in the world. I could almost guarantee you that Sharon Stone is more intelligent than you. Why does she choose a career as acting? Because that's something she enjoys. Why is it that the man with the highest IQ rides around on a motorcycle all day? Because he wants to. That's intelligence, mate. Get over yourself. Your ego and intellect have nothing to do with it, it's your distance approach that you are taking with them.

      You explicitely list that you have only met a few girls that can keep you interested on an intellectual leel, but how many guys? Why the difference? I've found women to be more insightful by far, just speaking of gender differences.

      As for your brain shutting down, sounds like you aren't as smart as you think you are ;)

      --
      Dacels Jewelers can't be trusted.
    5. Re:Parent modded as troll?!?! by Carpathius · · Score: 0, Offtopic

      Sigh.

      I don't claim to be the smartest person in the world. I know I'm not. However, in many areas of life the things in which I'm interested are considered by many to be "intellectual". I *can* converse on many topics. But a person with whom I'm likely to become close friends, one to whom I'm likely to be attracted, is someone who is also at least somewhat interested in many of the same things in which I'm interested.

      And it doesn't matter whether it's a male or female -- I'm not going to enjoy being around a person who can't converse at a higher level than 2+2=4. I'm not saying that all conversation will be conversations about the deeper meanings of life. I'd be just as bored with that person. But the ability to converse at that level *must* be there. Especially if I'm planning to spend my life with that person.

      Now, not everyone with whom I'm friendly necessarily is like that. I work with people, go to lunch with people, even socialize with people with whom I've never had a serious conversation. That's okay too. But my close friends are the people with whom I have those serious conversations about life.

      Sean.

    6. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      Now, not everyone with whom I'm friendly necessarily is like that. I work with people, go to lunch with people, even socialize with people with whom I've never had a serious conversation. That's okay too. But my close friends are the people with whom I have those serious conversations about life.

      See, you aren't what I'm talking about though. You socialize. I'm talking about people who are so convinced they're too smart to ever be "understood" so they hide in their houses to promote their own delusions...

      --
      Dacels Jewelers can't be trusted.
    7. Re:Parent modded as troll?!?! by chefbimbo · · Score: 1

      If the Mensa tests are anything like most other IQ tests I've laid my eyes on, I have little doubt I'd pass. That for starters.

      As for talking about non intellectual stuff, that's fine for sometime but if you honestly think that small talk is enough for a relationship (I think it's not of use for more than at the very most one evening personally), go on. Note that I'm non native English speaker and while reading newspaper articles in well respected papers (the ones where you would expect the writers to know their language) I'll usually find a few sentences that are just plain wrong. Now don't get me wrong, I don't bash people for not speaking a language perfectly but it's rather frustrating not to be able to talk to someone like you usually do because (s)he simply lacks the vocab or background to understand it.

      As to the intelligent guy riding his bike all day: good for him, obviously he can afford it (if I were allowed to ride one of the bad ass ones, you'd surely see me do but as a matter of fact, I need to wait at least one more year to be legally allowed). As for Sharon Stone being actress: she has the looks and it pays well and I'd say it's mostly a very interesting job (if you make it). Whether she is smarter than me or not is of little relevance here (and yes, I've met girls that were smarter than me but hardly interesting to talk to).

      Basically, I'm the all or nothing type. If I can't get what I want, I won't get anything at all. As I can't yet afford the car I want (or maybe I could but I would have to make concessions I'm not wanting to make) I won't one at all (even if I could easily afford a decent one). Same with girls. If it ain't the right one, it ain't worth the hassle.

      Furthermore, there IS a curse on smart people. They think way too much. If I were to just speak with a girl without my brain thinking what/if type of stuff, I wouldn't get nervous and would certainly appear more appealing.

      Oh and I'm VERY lazy. If there ain't no benefit (of whatever sort, longterm possibly), I won't leave my bed.

    8. Re:Parent modded as troll?!?! by chefbimbo · · Score: 1

      100% agreed.

      Not all my friends are college students. Far from it. Some are and still aren't really any good at serious talks BUT all of them are easily capable of understanding irony, sarcasm and references to pop culture (and not so pop culture).

    9. Re:Parent modded as troll?!?! by chefbimbo · · Score: 1

      As for not being understood, I never met anyone that could seriously claim to understand himself so. Furthermore, why should anyone even want to leave the house if he knows that nothing is gonna change? Another thing, I love travelling, I just plain don't like the society I life in. The political system/infrastructure is probably the best in the world but the people are far from it. The problem ain't inherent, either, from all I know, there's something totally screwed about Swiss society (I haven't entirely figured out the reason yet) cause if I'm abroad, I have no problems talking to girls or getting laid. Even if I or both need to speak a non native language (usually I won't settle for speaking French myself but I'm always ok with talking English). Now go figure.

    10. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      If the Mensa tests are anything like most other IQ tests I've laid my eyes on, I have little doubt I'd pass. That for starters.

      So, you are claiming that you are amongst the top 2% in the world. Ok, that's a good baseline to set yourself.

      Note that I'm non native English speaker and while reading newspaper articles in well respected papers (the ones where you would expect the writers to know their language) I'll usually find a few sentences that are just plain wrong.

      Even the most well respected of newspapers write at a 7th grade level. While you may think it is wrong, chances are it isn't, just dumbed down. English is a very creative language, in which there is more than one way to do things.

      As to the intelligent guy riding his bike all day: good for him, obviously he can afford it (if I were allowed to ride one of the bad ass ones, you'd surely see me do but as a matter of fact, I need to wait at least one more year to be legally allowed).

      If you are as smart as you think you are, you would already be there. If that's what you want.

      Furthermore, there IS a curse on smart people. They think way too much. If I were to just speak with a girl without my brain thinking what/if type of stuff, I wouldn't get nervous and would certainly appear more appealing.

      Talking is one of the easiest things to do in the world. If you can't figure that out, I'd rethink your opening statement.

      --
      Dacels Jewelers can't be trusted.
    11. Re:Parent modded as troll?!?! by Anonymous Coward · · Score: 0

      Stupid fag you meet no women cuz you are a ugly gay nerd

    12. Re:Parent modded as troll?!?! by chefbimbo · · Score: 1

      So, you are claiming that you are amongst the top 2% in the world. Ok, that's a good baseline to set yourself. As straight A student at one of the countries most respected high schools (while never doing homework and stoned half the time in class), that's well within reach while making a pretty nice amount of cash in my spare time doing consulting work. And unlike in the US, in Switzerland the percentage of teenagers attending high schools in first place is slightly below 25%. So being upwards the 95% percentile of what would probably constitute the uppermost quartile of the population. Heck with *no* prior confrontation to the concept, I implemented binary search with 15. Even the most well respected of newspapers write at a 7th grade level. While you may think it is wrong, chances are it isn't, just dumbed down. English is a very creative language, in which there is more than one way to do things. Did you even read my post? I was clearly speaking about German. And there are structures in German that you can't go about dumbing down. They just make no sense anymore much less sound right. If you are as smart as you think you are, you would already be there. If that's what you want. Be where? First ten million US$ in my bank account? Half a year after high school with no dotcom bubble anywhere in sight? Riding a bike I'm legally not allowed because of stupid government regulations? Talking is one of the easiest things to do in the world. If you can't figure that out, I'd rethink your opening statement. Not if the other side constantly looks for your screw ups or how you're gonna react to her traps respectively thinks you're only interested in fucking her brains out which is inherently a bad thing as far as Swiss girls are concerned and god forbid she could enjoy it, too. Never mind it's far from true.

    13. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      As straight A student at one of the countries most respected high schools (while never doing homework and stoned half the time in class), that's well within reach while making a pretty nice amount of cash in my spare time doing consulting work.

      Newsflash, if you are that smart, they find you.

      Heck with *no* prior confrontation to the concept, I implemented binary search with 15.

      Binary search... uh, so what. If you implemented an AVL tree, then come talk to me. I clean re-wrote the entire string function set along with sorting algorithms when I was 12, because it was fun. Swing your dick a little bit more.

      Did you even read my post? I was clearly speaking about German.

      "Note that I'm non native English speaker and while reading newspaper articles in well respected papers (the ones where you would expect the writers to know their language) I'll usually find a few sentences that are just plain wrong."

      I'm doubt your intelligence with every post.

      Not if the other side constantly looks for your screw ups or how you're gonna react to her traps respectively thinks you're only interested in fucking her brains out which is inherently a bad thing as far as Swiss girls are concerned and god forbid she could enjoy it, too. Never mind it's far from true.

      Coming from someone who admits they're a loser, I think you are full of shit.

      --
      Dacels Jewelers can't be trusted.
    14. Re:Parent modded as troll?!?! by Anonymous Coward · · Score: 0

      Indeed. I'm a horribly introverted person, probably the most by far out of my circle of introverted nerdy geek friends. But you know what? I'm happily married to a woman I'm in love with. Because I took charge and did something -- actually went out and looked for someone like her. And guess what, I found her.

      My secret? Online personals. It took several months of emails with countless women to weed out the ditzy "normal" chicks, but I found my One. And it was worth every moment spent writing emails, and later going on dates, rather than playing with my expensive computer and music toys.

    15. Re:Parent modded as troll?!?! by Anonymous Coward · · Score: 0

      Hey mate, don't worry so much about the brain shutting down when talking to a girl. I'm exactly the same way, I can't make small talk and totally freeze. I'm now happily married (see my reply above) and this was the coolest thing about when I met my wife: I felt so comfortable talking to her, right from the start. It wasn't at all like other women I was so afraid to talk to, mind going blank with nothing to say, etc. She was just different and it was just right. You'll find that someday too, I hope. You might have to look for it -- that is, if you really want it. But anyone can find it. Good luck :)

      Oh and while I certainly have no idea of the situation, I doubt she was the love of your life if you couldn't talk to her well. She may have been all great, trust me I've been there, but it was probably just a crush. When you find your True Love, you'll forget all about the others. I could be wrong though, I don't know the situation, so forgive me if that's true...

    16. Re:Parent modded as troll?!?! by Anonymous Coward · · Score: 0

      It's suspicious that someone with your alleged level of intelligence can't format text legibly.

    17. Re:Parent modded as troll?!?! by rat7307 · · Score: 1

      Mod this up

      He(?) speaks the truth!!!!

      --
      Burma?
    18. Re:Parent modded as troll?!?! by chefbimbo · · Score: 1

      Newsflash, if you are that smart, they find you.

      Whom will find me?

      Binary search... uh, so what. If you implemented an AVL tree, then come talk to me. I clean re-wrote the entire string function set along with sorting algorithms when I was 12, because it was fun. Swing your dick a little bit more.

      It's not all too hard to reimplement quicksort with Knuth on your hands. Now if you implemented divide and conquer algorithms without EVER having even heard of the concept, that would look differently.

      Coming from someone who admits they're a loser, I think you are full of shit.


      Why am I even bothering with people like you? Since you obviously ain't got anything better to do either, you aren't in the position to bitch at others. Much less as you didn't bring up anything original or, gasp, a working solution.

    19. Re:Parent modded as troll?!?! by ebh · · Score: 1
      Settle for a great personality? Are you nuts?

      Gorgeous bodies are wonderful eye candy, but if the sex organ between the ears is allowed to atrophy, no amount of time in the gym or money spent at the Clinique counter will make a woman interesting OR a good lay.

      Yes, looks matter. Yes, hygiene matters. But putting personality first is in no way "settling." Ot if it is, then I've "settled" for eight years of a great marriage (and son) and a better life than I ever thought I'd have.

    20. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      Whom will find me?

      The thousands of organizations trying to find the next genius to tout on their shoulders. Most people that enter Mensa are brought in because they're expected from a young age to be members.

      Why am I even bothering with people like you? Since you obviously ain't got anything better to do either, you aren't in the position to bitch at others. Much less as you didn't bring up anything original or, gasp, a working solution.

      I did bring up a working solution. Get your ass outta your house, or stop commenting on how people just don't interest you on an intellectual level. You started the thread, not me. I just said that people need to stop complaining or do something about it. You complain and don't do anything about it. You obviously aren't that smart if you can't figure out the solution to your own problems, including laziness. You bother with people like me because deep down inside yourself, you know that I'm right.

      --
      Dacels Jewelers can't be trusted.
    21. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      Gorgeous bodies are wonderful eye candy, but if the sex organ between the ears is allowed to atrophy, no amount of time in the gym or money spent at the Clinique counter will make a woman interesting OR a good lay.

      Agreed, but there are very intelligent, very gorgeous women out there. My girlfriend isn't smart in the way of books, but she is incredibly wise. She's also incredibly gorgeous (makes me wonder why she dates me, but I don't mind.)

      Yes, looks matter. Yes, hygiene matters. But putting personality first is in no way "settling." Ot if it is, then I've "settled" for eight years of a great marriage (and son) and a better life than I ever thought I'd have.

      You only parsed a bit of my intended meaning. I see a lot of guys who are, lets just say, unfortunate looking. These guys seem to have a problem having any sort of interaction with girls that are of average or below looks, and get constantly brushed off. They think that all girls are stupid bitches, or some such nonsense. When I say, "Just settle for a great personality" I mean, look at the personality, because you aren't getting the model. I'd rather have someone I can talk to, because in 40 years, everybody now is going to be ugly and wrinkled :)

      --
      Dacels Jewelers can't be trusted.
    22. Re:Parent modded as troll?!?! by chefbimbo · · Score: 1

      The thousands of organizations trying to find the next genius to tout on their shoulders. Most people that enter Mensa are brought in because they're expected from a young age to be members.

      I don't like institutions and the few times when such organizations actually were around, I told them to fuck off which is the only sane thing to do, else you end up burnt even faster than you'd otherwise. I couldn't care less for NGOs and the like unless their paychecks match the ones I can get in the real world. Networking my ass, the people you meet in such organizations are mostly useless. Tell you what, economic lectures are the best thing for networking. You want to get up fast, you need to be nice to the people who decide on that very issue (never mind that the economics majors usually come closest to my political views, anyway. Unlike the social sciences crowd, they dropped their ideals long ago and are now mostly realists). There's only so far I go out of my way to achieve something. If it involves changing my political views because some otherwise nice and smart girl won't accept them (been there, didn't do it, won't ever do it, either), tough shit.

      I did bring up a working solution.

      Your solution is about as useful as everything I'd be telling others if I cared, i.e. not at all. In fact, I'd be telling them the exact same crap while knowing that it won't solve the problem. Preaching "common sense" ain't gonna change anything.

      This society is DEEPLY fucked up (in a very different way than the US society is but no less). Going out is not gonna change that but makes you realize just how bad it actually is. And one can get drunk wherever.

      Get your ass outta your house, or stop commenting on how people just don't interest you on an intellectual level.

      So you're suggesting I should be screwing white trash. No interest. As you said, there's a price we pay and in this case, the reward is far from being worth the price.

      You obviously aren't that smart if you can't figure out the solution to your own problems, including laziness.

      Point is: there's no actual incentive to figure out what to do. Replacing one sucky state with another one is just plain wasting resources. If I'd care enough for getting laid, I could go to a whore, it's not like I couldn't afford it.

    23. Re:Parent modded as troll?!?! by Xerithane · · Score: 1

      So you're suggesting I should be screwing white trash. No interest. As you said, there's a price we pay and in this case, the reward is far from being worth the price.

      This is your problem. It's called pretension. The best people I know have nothing to do with intellect, but they know society. The know the tides of people, and are extremely intruiging and just fun. It's not about white trash, it's about you realizing that you A) aren't that smart. B) intelligence != smart. C) Some times the most intelligent people are the stupidest.

      My mom has a great quote, "For being a genius, you're an absolute idiot."

      --
      Dacels Jewelers can't be trusted.
    24. Re:Parent modded as troll?!?! by RestiffBard · · Score: 1

      being an introverted sort of fellow I think I can safely say that chicks really don't care one way or the other. There's someone for everyone. another reason why introverted types never get dates might have to do with the fact that by their very definition introverts rarely go into the big blue room. See, thats where the girls are.

      --
      - /* dead coders leave no comments */
  20. Usefullness & other reasons not to change a go by adzoox · · Score: 5, Insightful
    Why change a good thing?

    I have been servicing an Apple IIe that is used at the Lamaster Dairy at Clemson University's Ag Department for 5 years now. (They have had it since 1983) - It is tied in to a bell that rings twice a day. Cows will come in to get milked, it controls a gate to close in behind them when 10 cows have walked over a pressure plate at the front of the building. It then measures the volume of the milk production. All, created by students long ago and uses a super serial card. It's been the same reliable system for almost 20 years. It does it's job and is STILL more modern the majority of milking places I have seen (Ummm.. haven't seen but 3 and that's more than 90% of you I'm sure)

    I have serviced this system twice, but only cleaning and optimizing (as much as I could, and transferring the programs to new disks) - At one point, I was going to switch the whole system to an LCIII with an Apple IIe emulation card - the professor in charge said, "Why upgrade for such degrading work?"

    I am also an advocate for schools keeping their IIe's to use for teaching. The Apple IIe had GREAT learning software, especially for Math like the Addison Wesley How To series. Again, why spend Taxpayer money when kids will enjoy it. Kids should be tought in an enriching environment not in a rich environment.

    --
    Yell & scream & rant & rave... it's no use... you need a shaaaave ~ Bugs Bunny
  21. Mostly humor... by YllabianBitPipe · · Score: 1

    At least for me. Whenever I want a good laugh I pop up some old game I used to play via an Apple IIe emulator and be amazed at how primitive the graphics are. The first Ultima, Bolo, or ... SuperQuest. I'd actually love to get an old IIe now that I have a huge amount of software (due to the internet) that I never had back then ... but the pain of transferring all this stuff onto floppies somehow keeps this task at bay. Don't have time for that nightmare.

    1. Re:Mostly humor... by Wolfier · · Score: 1

      Argh. I still remember the thrill of firing up old Ultimas...Magic Candle...Lady Tut...they were some of the best games around and a lot of people don't mind spending time on even nowadays.

    2. Re:Mostly humor... by Anonymous Coward · · Score: 0

      Bolo is still a good game.

    3. Re:Mostly humor... by Anonymous Coward · · Score: 0
      Just to share an anecdote, I was in a similar situation when I restored an old Amiga 500 I found on the side of the road ( a lot of rf shield rust on that baby ).

      Having acquired thousands of ADF disk images from Back To The Roots, I now needed a way to restore them, short of buying a Catweasel FDC. So I tracked down an Amiga program for doing this. So far, so good. Then I realised there wasn't enough room to hold the program, a zterm receiver and the disk image in memory at once! I tracked down the program author in hope of reworking the program to read directly off a zterm stream - he kindly provided source, but nobody had seen the compiler in five years! :-(

      I ended up using the following strategy: downloading the disk image via zterm into the PIPE: device, and then using that as the source for the disk inflater program. Amazingly, it worked! I finally had copies of all those great Amiga games I could never afford as a kid.

      Six days later my TV blew up, putting a rather forceful end to this nostalgia trip. This was probably a good thing, as the joystick was beginning to fuse to my hand under the influence of hour upon hour of RType, Lotus Turbo Esprit II and Arrrrrgh!.

    4. Re:Mostly humor... by Gsus411 · · Score: 1

      Bolo still has a following. At my old school, we had a lab of Beige G3s running 8.5. Awesome LAN partays after school. :-D

      I honestly wish that SC would release the source. He's never going to make a carbon port anyway. Also, people could fix the various bugs that allow cheating. Definitely update the "telephone"-like way of communication between computers.

      Well, since we graduated, quite a few of us have kept playing. These days, we use Win/LinBolo though. While it is close, certain little manuvering tricks that worked in the original version don't work in WinBolo. One of the first that comes to mind is a method of capturing a pill box. First, you have a pill you took the old fashioned way. Then, you would place it in such a way that it shelded you from the defensive fire of the pill you are trying to take. If you got things just right, you could shoot at the pill, but the pill you placed would keep the pill from shooting you.

      Ahh.... still a wonderful game. :)

  22. In Soviet Russia... by kafka93 · · Score: 0

    ... the apple is in the still life.

    Doh!

    1. Re:In Soviet Russia... by kafka93 · · Score: 1

      Er, the still life is in the apple. Should've previewed...

      doh doh!

  23. What is it that keeps such an old platform going? by acoustix · · Score: 0

    Maybe the fact that many schools are (or have) throwing them out. Free machines are always welcome! How about a cluster of them running Linux?

    --
    "A plan fiendishly clever in its intricacies"- Homer Simpson
  24. What is it that keeps such an old platform going? by Tumbleweed · · Score: 1

    Synergy, man, _synergy_!

    Oh yeah, plus fear, surprise, and ruthless efficiency!

  25. Geography, people geography! by c718333 · · Score: 1

    Join us in Kansas this July!

    But they won't be in Kansas, they'll be in Missouri. . .

    There is both a Kansas City, Kansas and a Kansas City, Missouri (the one in Missouri is the "real" one). Avila University is in Kansas City, Missouri. Maybe they need to change it to MFest. . .

    1. Re:Geography, people geography! by jpsst34 · · Score: 1

      Witcheta, and the wheat fields of Kansas
      Kansas City K is next to Kansas City Mo.
      Chicago, Crossroads of America
      Tallahassee, Tuskelussa, San Francisco, Guatelupe

      Anyone remember that from music class in like 3rd grade? That was the year that we got to play the flutophone!

      --
      How are you going to keep them down on the farm once they've seen Karl Hungus?
    2. Re:Geography, people geography! by Anonymous Coward · · Score: 0

      indianapolis is the crossroads of america

    3. Re:Geography, people geography! by Anonymous Coward · · Score: 0

      and its Tuscaloosa

  26. I'll tell you what keeps it going... by Anonymous Coward · · Score: 0
    What is it that keeps such an old platform going?

    hippies

  27. Er.. by Anonymous Coward · · Score: 0

    What is it that keeps such an old platform going?" Er...maybe the newer ones are expensive and slower? I'm joking i bought an ipod yesterday..oh shit!

  28. Re:DON'T FALL FOR GOATSE INFO LAMENESS!!!! by Anonymous Coward · · Score: 0

    Please stop promoting those horrible websites. Please.

  29. "What is it??" by Blondie-Wan · · Score: 2, Insightful
    "What is it that keeps such an old platform going?" Well, I'm sure it varies from platform to platform, but in the case of the Apple II family, I'd imagine it's in part because it holds immense historical significance; this platform pretty much got the personal computer revolution off the ground. How different would things have been if not for the Apple II and, say, VisiCalc?

    Off-topic: I wish that just for this one story, the Slashdot topic icon of the Apple logo could show the old one with the rainbow stripes. :)

  30. Re:Usefullness & other reasons not to change a by su-geek · · Score: 1

    If it ain't broke don't fix it. I loved the learning software on the apple II's at my grade school. At home I had better computers a C64 and an Macintosh IIsi at the time and still liked playing Oregon Trail.

  31. With programs like... by nocomment · · Score: 4, Funny

    10 ? "Bryan loves Sheila";
    20 goto 10

    Hours of fun in elemtary school with that one.

    or there was always the rocket ship blasting off

    --
    /* oops I accidentally made a comment, sorry */
    /* http://allyourbasearebelongto.us */
    1. Re:With programs like... by bhtooefr · · Score: 0

      I thought ? was only a //c shortcut... Or did later ][e's have it?

      BTW, here's what I THINK (please don't flame me if I'm wrong) is the correct spelling for A2 models:

      ][
      ][+ (or ][ Plus)
      ][e (for Classic or Enhanced)
      IIe (for Platinum) //c //c+ (or //c Plus)
      IIGS (for standalone units)
      ][GS (for ][e upgrade units)

      ][, //, II (A2 in general)

    2. Re:With programs like... by Anonymous Coward · · Score: 0

      Nope, ? as a shortcut for PRINT goes back to at least the original ][.

      And I thought it was ][e for 6502 based units (all beige), //e for 65c02s (beige or platinum), and IIgs when lacking small caps. (The ][e still booted up with "APPLE ][" at the top of the screen; the ones with 65c02 processors had "Apple //e".)

      I upgraded my ][e to a //e, though I already had a IIgs by then. I later acquired two platinum //e machines and a //c. Never saw a //c+, though I have seen an Apple III (not sure on canonical roman numeral representation).

      Loved playing SABOTAGE. Visceral fun shooting the chutes off paratroopers and having them fall to their deaths (for 2 points, after spending 1 point on the shot; more if they fell on others). Modded it to run under ProDOS and not to self destruct if you went into the IIgs control panel (copy protection in the text screen holes would proceed to wipe all RAM if altered, getting hung up on the softswitches). Did a full disassembly of it once, wanting to mod it even more (alternate graphics, etc.).

      Interesting looking back and seeing Heywood Floyd using a //c on the beach in 2010.

    3. Re:With programs like... by Anonymous Coward · · Score: 0

      BZZZT!!! The enhanced ][e (note the ][) said apple ][e on the box, with the text "Enhanced" over the power light. It had a 65c02, and it DID boot up with "Apple //e" on the screen. The ONLY difference between a Rev.B Enhanced board and a Platinum board is... NOTHING! The shift-key mod, which has already been done to most Enhanced machines, is applied on the Platinum. BTW, the Apple /// is a complete piece of crap (note the ///). I'll give you the GS, though. The //c+ has a modified Zip Chip (well, not quite), and a 3.5" FDD instead of the 5.25" FDD. Here's a list of //c revisions (VERY confusing):

      R0 - Original //c.
      R1 - Bugfix for non-Apple 1200 baud modems. Was free, but you had to have proof of a non-functional, non-Apple 1200 baud modem.
      R2 - UniDisk support added, ROM doubled to 32K, mini-assembler revised and added, more Monitor commands added, rudimentary AppleTalk support, diagnostics included, better interrupt support
      R3 - Memory Expansion card support added, hack added TO ROM to allow DOS 3.3, Pascal 1.3 to use expansion card, AppleTalk removed, mouse firmware moved to slot 7 (RAMDisk in slot 4), write protection bugs fixed
      R4 - Easier detection of no expansion RAM, keyboard buffering fixed, slot 2 terminal bug fixed
      R5 (//c+) - Internal 3.5" disk support, 400K disk bug added (never fixed)

      I have an R0 machine. It needs a new KB, and (unfortunately), a new mobo (I can only punch the computer into shape so much).

      Here's how to find out if you have an R0/R1:
      Get to an Applesoft prompt. Type the following line:

      100 IN# 5: INPUT A$: PRINT A$

      If you get names, you have an R0 or R1.

      Typing PR#7 on an R2 will give you an AppleTalk error message.

      --I'm bhtooefr. I just ran out of comments.

    4. Re:With programs like... by Anonymous Coward · · Score: 0

      You forgot the most important instruction:

      5 onerr goto 10

      That way Bryan or Sheila couldn't stop it with ctrl-c and in those days - that was enough to ensure hours of fun.

    5. Re:With programs like... by jkovach · · Score: 1

      No no no!

      It's

      10 ? "Bryan loves Sheila"; CHR$(7);
      20 goto 10

      This way it beeps and it's sure to get everybody's attention...

    6. Re:With programs like... by mhbtr · · Score: 1

      You are all wrong... Sorry to put it that way... the Apple //e was always the //e, even before the //e enhanced (mousetext and 65c02) The ][+ was the last ][ model... see here: http://apple2history.org/history/ah07.html Eytan

  32. Re:What is it that keeps such an old platform goin by RexRuther · · Score: 1

    I used to live up the block from a coin op video game warehouse. One of the guys had a custom painted van with the graphics from the Fireball game on the sides. Looked pretty sharp. I think he was the creator or artist.

    --
    -"The early bird catches the worm, but the late bird sleeps the most"
  33. Old home computers are *understandable* by Junks+Jerzey · · Score: 5, Insightful

    That's the key. Remember that thick manual that came with the C64? That wasn't just a manual, it was the documentation for how to program the hardware. Just the documentation for DirectSound, let alone any significant part of the Windows API, is larger than that.

    And there's also a simplicity that we've completely been unable to achieve, even though processors are much faster. Jef Raskin gave the example of being able to boot up an Apple II in seconds, and use BASIC as a snazzy, programmable calculator. You don't have to launch any applications. You don't have to futz about with GUI gadgets. Heck, you can also just type "CALL -151" and bang, you're in a machine language monitor that lets you explore the entire machine. Nasir Gebelli, among others, used to write commercial games entirely via that monitor.

    1. Re:Old home computers are *understandable* by mikeage · · Score: 1

      I remember my old Apple II's had a schematic for the motherboard, as well, in the back of one of the manuals... I think it was the II+, although I also had a IIe. Never bought a IIgs or Mac... went straight to IBM's after that one burned up when something shorted in the power supply ;)

      --
      -- Is "Sig" copyrighted by www.sig.com?
    2. Re:Old home computers are *understandable* by goodchef · · Score: 1

      And once you're in the monitor, typing ! would bring up the mini-assembler (if memory serves me right). Steve Wozniak wrote Integer Basic for the Apple II completely from the mini-assembler.

      --

      "Inflammable means flammable? What a strange country!" -Dr. Nick, The Simpsons

    3. Re:Old home computers are *understandable* by G27+Radio · · Score: 1

      I remember my old Apple II's had a schematic for the motherboard, as well, in the back of one of the manuals... I think it was the II+, although I also had a IIe.

      The II+ definately had the schematics. Can't say for sure about the //e.

    4. Re:Old home computers are *understandable* by kisrael · · Score: 1

      Apple II was friendlier than the other systems for this kind of play I think. A real hacker's machine. I suspect I missed out by having an Atari 800XL and C=64...though the games were a bit better.

      --
      SO YOU'RE GOING TO DIE: The Comic for Dealing with Death
    5. Re:Old home computers are *understandable* by call+-151 · · Score: 4, Interesting

      That old Apple II machine-language monitor was
      amazing and the overall simplicity and sensability
      of the 6502 was great. I taught myself machine
      language by using the mini-disassembler and
      puzzling out other people's code. Can you imagine
      doing that these days?

      --
      It's psychosomatic. You need a lobotomy. I'll get a saw.
    6. Re:Old home computers are *understandable* by statusbar · · Score: 1

      f666g

      would give you the ! prompt for the mini-assembler.

      I am beginning to dislike computers in general now.

      They were more fun before.

      --jeff++

      --
      ipv6 is my vpn
    7. Re:Old home computers are *understandable* by Anonymous Coward · · Score: 0

      ZZZT! You're wrong. Woz HAND ASSEMBLED Integer, and the mini-assembler was only in the original ][. It wasn't in the ][+ or later.

      --bhtooefr posting as an AC, because I ran out of posts!

    8. Re:Old home computers are *understandable* by Neillparatzo · · Score: 1
      "Can you imagine doing that these days?"

      Sure. All the time.

    9. Re:Old home computers are *understandable* by Anonymous Coward · · Score: 1, Interesting

      Very interesting! How do you run the mini-disassembler though?

    10. Re:Old home computers are *understandable* by pyrrho · · Score: 1

      You signed up for that account years ago, just to post this message didn't you, Mr enter the Apple Monitor!? fiendish.

      --

      -pyrrho

    11. Re:Old home computers are *understandable* by call+-151 · · Score: 1

      Hey, with my nick, I was obligated to respond!

      --
      It's psychosomatic. You need a lobotomy. I'll get a saw.
    12. Re:Old home computers are *understandable* by call+-151 · · Score: 1

      After typing CALL -151 to get to the monitor, there was a built-in disassembler. To disassemble the first 20 instructions starting at memory location $FDED (in ROM, happens to be the character output code) type FDEDL A good place for short programs was on page three of memory, so 300L was a common command...

      --
      It's psychosomatic. You need a lobotomy. I'll get a saw.
  34. Sexual Asspussy? by Anonymous Coward · · Score: 0, Funny

    Exactly what is an 'asspussy' anyway? And what's sexual about it? Inquiring minds want to know!

    1. Re:Sexual Asspussy? by Anonymous Coward · · Score: 0

      It's an Anal Cunt.

  35. Apple II the first Open by linuxislandsucks · · Score: 1

    Apple II the first Open Source liek Computer..Long LIVE APPLE II!

    --
    Don't Tread on OpenSource
    1. Re:Apple II the first Open by easter1916 · · Score: 1

      What in the name of Jesus are you talking about? Open source? And what the fuck is that JavaDrugs nonsense you're spouting? Go lie down and sleep it off you idiot.

    2. Re:Apple II the first Open by Anonymous Coward · · Score: 0

      Ah yes... Nibble (and other magazines of the era) were open-source long before the term was coined.

  36. People are strange... by mb12036 · · Score: 5, Funny

    These guys remind me of a professor I had in college a couple of years ago that kept two PDP-11's in his office and one at home. He worshipped them. Best hardware ever, he would say.

    He was also the same guy that had 365 pairs of pants and 365 shirts and did laundry once a year so maybe that should have shed a little light on his mental state.

    1. Re:People are strange... by Anonymous Coward · · Score: 2, Funny

      I pray to God that he had 365 pairs of underwear, too.

    2. Re:People are strange... by Anonymous Coward · · Score: 0

      He was also the same guy that had 365 pairs of pants and 365 shirts and did laundry once a year so maybe that should have shed a little light on his mental state.

      I hope he remembers to bring a book to the laundromat!

    3. Re:People are strange... by mcmonkey · · Score: 5, Funny

      What did he do on December 31 of leap years?

      *shutter*

    4. Re:People are strange... by willtsmith · · Score: 1

      :-) heeheeheehee.... :-)

      Just like Steve Jobs. We they all black jeans and short sleeve turtlenecks as well? ;)

      --
      -------- -------- Support Wesley Clark for president!!!
    5. Re:People are strange... by Colonel+Panijk · · Score: 1

      He was also the same guy that had 365 pairs of pants and 365 shirts and did laundry once a year so maybe that should have shed a little light on his mental state.

      Hmmm. What did he do in leap years?

    6. Re:People are strange... by cachorro · · Score: 1

      He was also the same guy that had 365 pairs of pants and 365 shirts and did laundry once a year...

      Based on the professors I've known, I wonder why that amount of clothing didn't last him two or three years.

    7. Re:People are strange... by Anonymous Coward · · Score: 0

      stayed at home naked?

    8. Re:People are strange... by Some+Dumbass... · · Score: 1

      What did he do on December 31 of leap years?

      *shutter*


      He probably threw some _great_ New Year's parties...

    9. Re:People are strange... by pyrrho · · Score: 1

      which is no doubt why the "shutter" was involved.

      --

      -pyrrho

    10. Re:People are strange... by archivis · · Score: 1

      Laundry?

      --
      In July O7, I got a mac pro. There's no punchline. Just endless joy and wonder.
    11. Re:People are strange... by Anonymous Coward · · Score: 0

      I knew a professor that never changed his watch for day light savings. Said that it was correct most of the time and he didn't want to waste the time it took to change it back and forth. He was a raving looney in my opinion.

  37. I love my ][e by X_Bones · · Score: 5, Interesting

    every once in a while I'll boot up my Apple ][e, plug in the joystick, and fire up Rescue Raiders. The game was fun in and of itself, but I think the real reason I enjoyed it was because it belonged to my dad and he wouldn't let me play it...
    The other games I played were this series of text adventure games, written by Scott Adams (maybe of Dilbert fame, we could never find out). There were nine of em, 3 to a disk, and arranged from easiest to hardest. Couldn't beat any of em. heh. They were fun though, especially the second (treasure island) and the third (some mission impossible-type thing where you had a limited number of turns before a bomb went off).
    We had em in elementary school, where the teachers let us play games like Oregon Trail; this one where you're a fish and have to eat other fish, and avoid the otter or something; and there was one where you were a geologist and had to identify rare gems by their color, hardness, etc. Anyone remember this game? Everyone I ask about em just kind of look at me.
    But besides games, I learned to program on that computer; there were BASIC programs in the back of some kids' magazine I subscribed to, 3-2-1-Contact or something, that taught you about control flow, strings, stuff like that. I remember this one where you ran a zoo with panda bears that kept dying every time you looked at em the wrong way.

    man, thanks for the trip back in time there...

    1. Re:I love my ][e by Kredal · · Score: 2, Funny

      The "Adventure" Scott Adams and the "Dilbert" Scott Adams are two different people. The Adventure one posts on the official EQ message boards quite often, and his sig tells people that he's not the Dilbert one.

      --
      Whoever stated that signature sizes should be limited to one hundred and twenty characters can just go ahead and kiss my
    2. Re:I love my ][e by Anonymous Coward · · Score: 0
      text adventure games, written by Scott Adams (maybe of Dilbert fame, we could never find out)

      Nope, not him. See his website. I'm way too lazy to post it; I didn't even log in.

    3. Re:I love my ][e by maxume · · Score: 1

      tank, tank, infantry, infantry, engineers, tank, missile truck, infantry, tank, tank, missile truck, infantry, infantry, engineers, tank, demolition unit, missile truck, tank, tank, missile truck, tank, demolition unit, tank, missile truck, missile truck, tank

      --
      Nerd rage is the funniest rage.
    4. Re:I love my ][e by Morrigu · · Score: 1

      [karma-whoring]

      Odell Lake.

      See http://www.pittstate.edu/ssas/software.html for a software inventory including Odell Lake for the Apple ][ or http://www.cssjournal.com/caftori.html for a neat article about educational software.

      --
      "We can categorically state that we have not released man-eating badgers into the area." - Major Mike Shearer, UK
    5. Re:I love my ][e by Anonymous Coward · · Score: 0

      I remember the fish game! Or at least I remember playing it in the school library. Can't think of the title either, but I do remember the Dolly Vardens in it...

      How 'bout 'Raise the Flag'?

    6. Re:I love my ][e by jjjack · · Score: 1

      I remembger both of those last two games! I mean, everyone I know remembers Oregon Trail and I remember playing that game where you'd identify gems a million times in my 5th grade science class.

    7. Re:I love my ][e by antdude · · Score: 1

      I had an Apple //c (still have it but it is boxed up and hopefully it will be rare to be valuable ;)). I had so many games on this machine. I remember playing Lode Runner games (made my own levels, finsihed Championship Lode Runner -- even got the certificate from Broderbund!), Choplifter, Wings of Fury, Pinball Construction Set, etc.

      I was also a subscriber of 3-2-1 Contact! I even watched the show on PBS!

      During my child hood, I had an awesome teacher (two classes) in sixth grade and junior high school. He was one of those geeky teachers in computers. How can you not forget Apple Logo? My teacher even had the robotic turtle (couldn't find the images) that drew on paper! I got into Logo and then BASIC. Boy, that was fun.

      Oregon Trail, Where in the World is Carmen San Diego? games (does Broderbund still make this game?, etc. :)

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    8. Re:I love my ][e by davidhan · · Score: 1

      Oh, Rescue Raiders was what that game was called. That reminds me, I had a cool Defender clone called Repton for the Apple. But for the longest time I could only find reference to some Boulderdash clone on the Net for "Repton" -- I finally found the Repton I knew, but for the Commie...! http://www.jeffbots.com/c64/repton.html

    9. Re:I love my ][e by Aidtopia · · Score: 1

      The Scott Adams adventure games are still available at SAGA.

    10. Re:I love my ][e by bugnuts · · Score: 1

      As mentioned, he's not the same Scott Adams, the adventure-engine/game-writer as the Dilbert version.

    11. Re:I love my ][e by birder · · Score: 2, Informative

      Asimov is the major Apple ][ software repository. It has it all. Including your Repton.

      ftp://ftp.apple.asimov.net/pub/apple_II/

      There are even progs to convert the disk images to real 5.25" floppies.

  38. I know! by blackmonday · · Score: 4, Funny

    What is it that keeps such an old platform going?

    Maybe these people just Think Different.

  39. Old Apples can run this by Anonymous Coward · · Score: 0

    I ran across this a while back, and it can be used on the old Apple II's, although it is somewhat limited, it is worth checking out.

  40. Cold temperatures by Anonymous Coward · · Score: 1, Interesting

    The Apple II can function in cold environments. For instance if you want to control your telescope in an unheated environment the apple II will to the trick.

  41. Re:Usefullness & other reasons not to change a by yummyporkproducts · · Score: 1

    When I was at Clemson, the ceramic engineering department had a IIe controlling a piezoeletric thin-film coating furnace as well. It basically controlled the temp of the furnace and a motorized rig that dipped samples in precursor solutions, then lifted them in and out of the furnace at set rates and dwell times. I laughed out loud when I saw it.

  42. Fireball !! by geekoid · · Score: 1

    Man, talk about getting a wave of nostalgia. I won a bunch of contests on the fireball. Man those where the days. Go surfing, go to the arcade by the beach, win a prize, go surfing.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:Fireball !! by Admantium · · Score: 1

      My grandparents have a Fireball pinball machine in their basement, still works today. I've been playing it ever since I was old enough to sit on a chair and reach the buttons. I remember how proud I was when I got a score over 300,000 and I was 12 years old. Of course you veterans have probably blown that score away.

    2. Re:Fireball !! by geekoid · · Score: 1

      --begin pinball guru
      Its not about the beating someone elses high score, its about beating your own high score.
      --end pinball guru

      o
      \ / ;)

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  43. Apple II loads faster than todays machines by tekrat · · Score: 4, Insightful

    As an owner of several Apple II machines, I'll tell you that the Apple II is light years faster than my windows machine.

    For example, boot time of OS:
    Windows == about a minute
    Apple II == about 2 seconds after power on

    Boot time of "integrated software suite"
    MS Office == an eternity
    AppleWorks == about 16 seconds

    Now, it should be noted that the Apple II is way faster because the apps to load are usually in the area of 16k, while the current generation of software is in the hundreds of megabytes.

    And it should also be noted that my IIE has a SCSI card and is hooked to a 30Meg (wow!) HD, which holds nearly everything I'd ever want to run on a IIe and still leave me plenty of data-file room.

    But, even by 8-bit clunker standards, the IIE was pretty damn fast. Woz built one heck of a machine, and I worship his genius every time I power the damn thing on.

    So, yeah, basically I'm a loser!

    --
    If telephones are outlawed, then only outlaws will have telephones.
    1. Re:Apple II loads faster than todays machines by Anonymous Coward · · Score: 2, Interesting

      I could never understand why nobody produced a PDA based on the Apple ][. I bet you could compress one down to the size of a Palm, power on an AA battery, stick AppleWorks in ROM and satisfy 99% of what people use computers for.

      - Laird "I can't remember my Slashdot ID" Popkin

    2. Re:Apple II loads faster than todays machines by Mirus+Nex · · Score: 1
      And it should also be noted that my IIE has a SCSI card and is hooked to a 30Meg (wow!) HD, which holds nearly everything I'd ever want to run on a IIe and still leave me plenty of data-file room.

      I bought a //gs ROM 03 around '92, still in the garage, been meaning to hook it all back up. Paid $2400 for it new (ouch). Anyway, at the time, I worked for a computer distributor and picked up a Seagate ST4096 and external case for around $300. GSOS sucks because it only supports 40MB partitions (2 40MB and 1 5MB on that drive). Never ran out of space...

      Apple //gs ROM 03
      5MB RAM
      8MHz Zip GS
      85MB external SCSI drive
      12" Apple RGB monitor
      Apple SCSI controller
      5.25" and 3.5" floppy drives

      Ah, the memories...

      Anyone know the status of the GS/Unix software? Haven't heard about it in years but the last thing I found said it went open source, problem is getting the thing networked, anyone with an Appletalk/Ethernet adapter for cheap?

    3. Re:Apple II loads faster than todays machines by bedouin · · Score: 1

      problem is getting the thing networked, anyone with an Appletalk/Ethernet adapter for cheap?

      If you have any Mac from the ADB era you should be able to network it with your IIgs through the serial/parallel ports via Appletalk.

    4. Re:Apple II loads faster than todays machines by bored · · Score: 1

      He he he, I thought about this a couple of years ago. At this point though, the new ARM based palms should be able to emulate a IIe in software at about 10x the speed of the original machine. Hmm sounds looks a good project for a weekend. Port one of the II emulators to palmos. Of course a native hardware based apple II would probably consume about .001% the power of a new palm device.

    5. Re:Apple II loads faster than todays machines by unorthod0x · · Score: 2, Informative

      Anyone know the status of the GS/Unix software? Haven't heard about it in years but the last thing I found said it went open source, problem is getting the thing networked, anyone with an Appletalk/Ethernet adapter for cheap?

      GNO/ME 2.0 Information

      Marinetti 2.0.1 TCP/IP stack for the AppleIIgs

      GS/TCP TCP/IP using SLIP or macIP

    6. Re:Apple II loads faster than todays machines by Anonymous Coward · · Score: 0

      Search eBay for "localtalk bridge".

    7. Re:Apple II loads faster than todays machines by Anonymous Coward · · Score: 0

      WHAT?!?!?!? Search (Google) for Compact Flash IDE Apple II. It supports GIGABYTES on GS/OS. Are you running 6.0.1, or are you smoking ProDOS 8?

      --I'm really bhtooefr, it's just I'm not able to post as myself!

    8. Re:Apple II loads faster than todays machines by mrseigen · · Score: 1

      And even if you don't, you can pick up a USB to Serial widget from a Mac dealer, hook it up to a USB Mac and do that. I dunno about how it would work with other machines or operating systems.

    9. Re:Apple II loads faster than todays machines by ncc74656 · · Score: 1
      GSOS sucks because it only supports 40MB partitions (2 40MB and 1 5MB on that drive).

      The limit for ProDOS filesystems is 32MB, but HFS filesystems can be larger. I my GS's hard drive from a 340MB IBM that was thinking of getting flaky to a 4.3GB Seagate Barracuda (hey, they're dirt cheap nowadays :-) ). It has a couple of 32MB ProDOS partitions (one to boot, one for 8-bit apps) and the remainder as one big HFS partition. The only downsides to HFS are (1) 8-bit apps can't access it and (2) if the filesystem gets hosed, you'll need a Mac to fix it because no HFS repair utilities were ever written for the IIGS.

      (The new drive can probably hold the contents of every Apple II floppy I've picked up in the past 18 years, and it'd still have space left over. :-) )

      BTW, /. really needs the old-school six-color Apple logo for articles like this. All of my IIs and Macs are of the six-color variety...none of this trendy single-color stuff.

      --
      20 January 2017: the End of an Error.
  44. Ouch by BlackjackGuy · · Score: 1, Funny

    Judging by the easy slashdotting of KFest.org, I'd bet that it's hosted on an Apple IIe as well.

    1. Re:Ouch by Anonymous Coward · · Score: 0

      How funny that was exactly the thought that popped into my mind.

  45. So what you're saying is... by Anonymous Coward · · Score: 5, Funny

    Apple computers will work untill the cows come home?

  46. Re:What is it that keeps such an old platform goin by Nick+of+NSTime · · Score: 1
    I think you nailed it. Nostalgia is a big reason that I still search out laundromats with old coin-ops, including pinball games. MAME is cool and I love it, but there's something satisfying about dropping quarters into the old machines.

    My favorite episode of Futurama is the one where Fry has to play Space Invaders against the aliens from the planet Nintendoo 64. He has a 2-liter of orange soda and an all-Rush mixtape. Ah, the memories.

  47. Where's the coco seminar? by Anonymous Coward · · Score: 0

    I'm curious how many slashdotters still use one of this beasts, and how tricked out they are.

    1. Re:Where's the coco seminar? by Greg_ch · · Score: 1

      Can someone remind me what it was ? Thx

    2. Re:Where's the coco seminar? by RatBastard · · Score: 1

      The Co-Co was the Tandy (Radio Shack) Color Computer (sold in England as the Dragon). It was a 997KHz 6809 based computer. If you were uber-macho you could get a disk drive for it and run OS/9, a Unix-like OS that was quite fun. I had a 64KB Co-Co 2 for a few years. Very fun little machine. I sold it to someone who needed a cheap control system.

      --
      Boobies never hurt anyone. - Sherry Glaser.
  48. First Ninnle Post! by Anonymous Coward · · Score: 0

    The Apple IIc runs Ninnle, don'tcha know!

  49. What keeps it going ... by Anonymous Coward · · Score: 0

    lack of $$ to upgrade to a real machine.

    1. Re:What keeps it going ... by willtsmith · · Score: 1

      I would dare speculate that it costs a LOT more to maintain an obsolete machine (little support, hard to obtain parts) then it is to maintain a modern machine.

      I remember when I bought RAM for my Apple2gs I had to insert the chips one by one into sockets. The Apple2's "paddle" attachment was an chip socket on the motherboard that you had to access by taking the cover off the box.

      Seriously, the Apple was the first generation of hardware that really showed off what a computer would do for an individual as opposed to a business. It was invented by people who were told they couldn't do it by IBM and other computing manufacturers (all save IBM are now extinct).

      The Apple/Apple2 was more than a tool or a toy, it was a status symbol of a new culture (just like pot in the 60s). It's something their attached too and we should thank them all for it. Without Apple's invention and motivation (arguably driven by a sociopath (Jobs)) and audaciousness, Microsoft would have very little to co-opt and steal. Without Apple might be using DOS still and viewing this site over Gopher instead of HTML. :-)

      --
      -------- -------- Support Wesley Clark for president!!!
  50. Re:wow man by piranha(jpl) · · Score: 1
    A bunch of old fat fucks.

    Then again half of slashdot probably looks like that.

    Whatever you say.

    Ho-hum.

    (I appreciate the fact you're trolling. YHL. HAND.)

  51. A bit off-topic but... by Blocked+By+Sand · · Score: 1

    Has anybody noticed that whenever Apple is doing something new and getting some attention, the trolls come pouring out from under the rocks? Lately many different mac-sites on the web has experienced trouble with underaged trolls who have nothing better to do than posting anonymously and cowardly

    That's always been a good sign...

    --
    Be like the twenty-second elephant with heated value in space-Bark!
  52. Elementary & High Schools keep them running by astrobabe · · Score: 2, Interesting

    Back in my day (which wasn't that long ago) Apple IIes were the way to go. In elementary school we were introduced to basic programming using Logo and Logo Writer in which commands could be written in a programming buffer which could draw cool designs and play little songs when you compiled your mini-code on the Logo command line.

    In high school ('96), we had a networked set of Apple IIe's (which I re-networked the next year) that were mainly used for labs- both for plotting data and in some cases, learning to program in basic. Our basic programs were labs where we would run quick projectile motion models with varying height parameters (launching something off a cliff as an example) and by adding wind resistance. The labs showed that most of us were really bad at estimating how far objects would travel in non-perfect (ie non-vacuum) conditions. Last I heard the physics lab is still using those machines though the teacher is retiring at the end of the year. . . .

  53. heh by revmoo · · Score: 1, Funny

    What is it that keeps such an old platform going?

    Simple, pure, unadulterated, virginity.
    *ducks* :)

    --
    I would expect such blatant racism on Fark, but on Slashdot? Mods please ban this asshole.
  54. That was an unfortunate title for this story. by trudyscousin · · Score: 1

    Was I the only one who read that to mean "stillborn", or "no activity?"

    --
    Those who can, do. Those who can't, write technology blogs.
    1. Re:That was an unfortunate title for this story. by Anonymous Coward · · Score: 0

      I thought it was about still-life portraits.

  55. Re:DON'T FALL FOR GOATSE INFO LAMENESS!!!! by sogoodsofarsowhat · · Score: 1

    Somebody mod this AC and his worthless sites into oblivion please.

    --
    . I love the sound of burning women and screaming rubber....
  56. You can still experience the fun by fudgefactor7 · · Score: 2, Informative

    Visit the Asimov.net FTP archive. Emulators, games, practically everything. Fun stuff...

    1. Re:You can still experience the fun by w_arthurton · · Score: 1

      Many of the disk images on asimov are there illegally as the copyright is still owned by the authors.

      asimov is the apple 2 warez site for all practical purposes.

      --
      wayner@pobox.com -- Wayne A Arthurton -- www.pobox.com/~wayner
    2. Re:You can still experience the fun by fudgefactor7 · · Score: 1

      True, but as asimov's ftp archive is practically universally known about, and since nobody has bothered to shut asimov down, and coupled with the age of the software, and its lack of modern utility, I don't think anyone will mind.

    3. Re:You can still experience the fun by fishbowl · · Score: 1

      >I don't think anyone will mind.

      Nobody will mind, until someone does.

      Just because no C&D debacle has yet hit asimov or c64.org, does not mean it will not happen in the future.

      --
      -fb Everything not expressly forbidden is now mandatory.
  57. Ha! by Hershmire · · Score: 0, Flamebait

    What is it that keeps such an old platform going?

    I'd say spite. I'll never forgive Apple for completely dumping their entire Apple II user base with nary a thought to their loyalty. Hence I never bought another Apple product again.

    I'd make it to this meeting if I could, just to stick it to Jobs.

    --
    if(!toilet_paper) roll.replace(new roll); //Stupid roommates.
    1. Re:Ha! by NullProg · · Score: 1

      I don't think Jobs would ever dare to step into a A2 meeting. Steve Wozniak is the one who will be there.

      Enjoy,

      --
      It's just the normal noises in here.
    2. Re:Ha! by Anonymous Coward · · Score: 1, Informative

      "I'd say spite. I'll never forgive Apple for completely dumping their entire Apple II user base with nary a thought to their loyalty."

      They only continued to provide hardware support into the mid 90s, and software and manuals for
      several more years.

      Apple didn't announce that they were discontinuing the //GS until November, 1992.

      Pretty long run for a computer architecture.

      "Hence I never bought another Apple product again."

      Sagging (nearly nonexistent) sales of the Apple// products were what caused Apple to quit development.

      In October of 1992, Apple sold a total of 7 //e's and 7 //gs's nationwide. That's 14 new Apple //'s sold nationwide. You cannot justify keeping a product line open on numbers like that. (A large part of the low sales of new machines then was the huge number of working used machines on the market.)

      "I'd make it to this meeting if I could, just to stick it to Jobs."

      Kind of pointless, Ace; Jobs had been gone from Apple for years before they dropped the Apple// line. Or did you miss the memo?

    3. Re:Ha! by capmilk · · Score: 1

      In October of 1992, Apple sold a total of 7 //e's and 7 //gs's nationwide.

      Where did you get these numbers? I would love to have the figures of Newton sales over the years...

  58. parent is goatse link by Anonymous Coward · · Score: 0

    Parent post links goatse....

  59. I loved apple II by goombah99 · · Score: 5, Informative

    I used to sell INtel and Z-80 S-100 buss computers when the apple came out. I assumed it was just another comodore/trs-80/amiga toy. then one day i had to take one apart. Boy those machines were way ahead of their time. they just looked like toys cause they were so simple inside.

    notable things compared to the "big iron" s-100 systems

    1) mixing text and graphics on screen, not to mention sprites
    2) memory mapped video (s-100 systems were buss and I/O based)
    3) switching power supplies. Altair, imsai, cromenco, were all tranformer/rectifier/capacitor systems and you could barely lift them. a few of the game-sytems may have had swithcing power supplies, but none of the serious computers did.
    4) pre-decoded memory mapped buss with pre-regulated voltages, made making plug in cards a snap. half the circuits on the lod s-100 bus cards were for decoding the bus handshaking signals (here were no single asic chips designed to do that back then) and another chunk of board area went for regulating the voltages.
    5) soft sectored floppies. every one else was hard sectored leading to incompatible drive, proliferation of formats, and incompatible software for accessing them. the apples could reprogram themselves as drive technology improved rapidly.

    But the really big deal with the apples was something few people appreciate. the first truly robust use of dynamic memory, that allowed all modern computing platforms. most of the big iron systems used static ram which needs something like 18 transistors per bit and consummed orders of magnitude more power and board area. an entire s-100 card, slightly bigger than a modern pci bus card, might hold 8K. yes you hear that right 8K not meg or 8 gig, of static ram chips. and thats why you needed those huge power supplies (and on board regulation).

    if static memeory were still in use, a 1 gig memory card would be about ten times larger than todays dynamic memory and consume about 1 mega watt of power!!!!
    in static memeory current is flowing the whole time. in dynamic memory current only flows when the bit swithces state, the rest of the time it just stores charge. storing charge does not disspate any power.
    thus the future of computing hinged on dynamic memory.

    Now lots of folks tried to build dynamic memory systems but refreshing these things over the s-100 bus was problematic. It was made worse because intel 80-80s used variable numbers of clock cycles to do an instruction so when the memory could be accessed was indeterminant. you might not reach the memory in time. and on board refresh systems were comlicated too. basically it was pretty unreliable stuff. I know, I sold and repaired it.

    but woz pulled two great tricks. first he used the 6502 cpu which on every clock cycle the down beat is always gaurentted to never access memory. thus refreshes could hum along at 1 Mhz gaurenteed. the other clever things was that there was NO refresh circuitry at all! he beat this by letting the video memory be in main memory. the video was accessed on the back side of the clock, and its row-address signal was enogh to refresh all of the memory.

    I fell in love with apple when I figure this out. so elegant. so few chips in side the damn machine. such tiny litte car slots. so cute.

    of course even back then the MHZ myth was strong. the 6502 ran a 1Mhz while the 8080b ran at upt to 2. (Z80 went to 4) but instructions on an 8080 took 3 to 11 clock cycles with most about 4 or 5. and because the clock was so fast, much of the mmeory was too slow (typically about 500Ns response time was possible) to respond and had to inject wait states. this made it even slower. the 6502 ran a 1Mhz but most instructions took 1 clock cycle. some took up to 3. the slower rate was matched to the 500ns memory speed, (not to mention the second fetch on the back side for the video) so there were no waits. and the kicker was that on those three-clock cycle instructions the 6502 would pipe-line the next memeory fet

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:I loved apple II by dreadlock9 · · Score: 2, Interesting

      I got an Applie IIe when I was 10 and taught myself basic. I wrote a bunch of nifty graphics programs and all kinds of stuff. I drew pictures with dazzledraw, and played all sorts of games. I remember dazzledraw had this digitized picture of a room, and I thought it was so amazing, even though it was only 16 colors, and I think 320x240.

      Later after I got a Mac LC, my mother gave away my IIe and all my floppies, so I can't see all my earliest digital creations.

    2. Re:I loved apple II by Winter · · Score: 4, Informative
      Some small nitpicking

      systems used static ram which needs something like 18 transistors per bit and consummed orders of magnitude more power and board area

      A normal SRAM bit takes 6 tansistors (FET's), while DRAM takes 2 (one of which is used as a capacitor and stores the bit)

      if static memeory were still in use, a 1 gig memory card would be about ten times larger than todays dynamic memory and consume about 1 mega watt of power!!!!
      in static memeory current is flowing the whole time. in dynamic memory current only flows when the bit swithces state, the rest of the time it just stores charge. storing charge does not disspate any power.
      thus the future of computing hinged on dynamic memory.

      Current doesn't flow all the time in SRAM... (At least not in CMOS based SRAM, might in TTL based)
      Each bit consists of 6 transistors aranged as a flip-flop. This does not consume _ANY_ power (except for leakage current, which is very low) except when it is changing state.
      DRAM on the other hand has to be continually refreshed, and thus consume quite a bit more power.

      Only reason that DRAM is user more is because it takes a third of the space of SRAM. Anything that needs ultra-fast RAM uses SRAM (Some videocards and all L1 & L2 CPU caches uses SRAM)
      --
      main(i){putchar(177663314>>6*(i-1)&63|!!(i<5)<<6)&&main(++i);}
    3. Re:I loved apple II by mduckworth · · Score: 1

      The Atari ST worked in almost exactly the same manner. The 68000 would access the memory on even clock cycles and the video hardware would access the memory on odd clock cycles. The video memory was built into the main memory. This is part of what made the video on apple ii's and ataris so fast.

    4. Re:I loved apple II by bored · · Score: 4, Interesting

      You forgot two of the most elegant things the II had going for it.



      The graphics system has incredibly simplistic hardware that simply set the composite color burst timings based on the a single bit shift of the video memory. This removed the complicated timing and DA conversions that other early color systems required. Of course it made it a pain to set any given pixel to a specified color, or even draw a line (the video memory wasn't mapped line for line to the screen for timing reasons). It also had some interesting side effects like leaving a couple of unused bytes at the beginning and end of each line which were scanned during the horizontal refresh allowed the programmer to 'hide' information in the video buffer. Eventually with the release of the 80 column card, the graphics system was increased to 16 colors and the horizontal resolution was doubled. My undestanding was that this was completly accidental and discovered only after the card had been on the market for a couple of months.



      The other cool thing you sort of touched on was the soft sectored disks. Most disk drives of the time cost a lot of money because they also had complicated timing and encoding logic built onto them as well as sensors for detecting head location and where in the spin the disk was. Some history:The problem with magnetic media (and some communications mechanisms etc.) is you cannot tell were the bits start and stop so you need tight timing, or an encoding scheme which guarantees that no more than a certain number of off or on bits are adjacent. The disk drives for the II didn't have any head or disk position sensors, nor did they have encoding or timing logic. This was all offloaded to the software in the ROM's which encoded the bytes (using 4 by 6 encoding if I remember correctly) wrote the sectoring information (some series of bit patterns guaranteed to be unique with the encoding scheme and guaranteed to allow the software to detect where a byte started) and everything else related to managing the disk drives. This allowed the II disks to have some seriously ugly copy protection schemes (writing data between the tracks, because a track was actually 4 pulses of the stepper motor, spiral tracks, tracks with funny sectoring, funny encoding schemes the list goes on.) Not only that but since you couldn't tell where on the disk you were until you read the sector information, and not all the disks were sectored the same the ROM would basically pulse a full stroke to the stepper motor to locate the first track to boot the machine. This is what that really bad clunky / grinding noise is when the machine is first powered on. Another little trick was that the amount of data you could fit on the disk was related to how fast the disk was spinning (actually this is true of any disk to a certain extent). The software could correct for small imperfections in the rotational speed, but since the on/off timing of the head was directly controlled you needed to adjust the speed the disks spun at for optimum data consistency. Hence those little screw drivers that came with some models, and the disk tune utilities which would show you how fast the disk was spinning while you turned the adjustment on the drive. In the long run it turned out to be an advantage to have such low level control of the disk drive since various pieces of software were written to read other computers disk formats.

    5. Re:I loved apple II by statusbar · · Score: 1

      I was thinking about how today's latest processors have millions of transistors in them, and how fun and efficient the 6502 was with so fewer transistors.

      Imagine making a new 6502 chip with all the SRAM on the chip. Maybe extend the 6502 to encompass the 65816 extensions for more memory access. Add 4 high speed synchronous serial ports. You will still have very few transistors on the chip compared to a P4. You could make the cpu run at 2+ gigahertz too.

      Now, the trick: Put multiples of these on one chip, connected in a matrix with the 4 serial ports. Put multiples of these chips on one DIMM. Make the DIMM interface compatible with memory DIMMs so you can just stick it into an existing computer.

      Now, your memory is intelligent - every 128kbytes of memory would have its own processor to do stuff with. A photoshop blur algorithm on a multi-megabyte image could probably be completed in 100 ns.

      Kinda like a micro-beowulf cluster in your computer! I don't know how useful it would be, but it sure would be a fun project and I'm sure people could find a use!

      --jeff++

      --
      ipv6 is my vpn
    6. Re:I loved apple II by joshuac · · Score: 1

      ---snip
      ( for example one instruction would look up an address, read the word, add it to the XY register and then look up the resutling number as an address---the definition of a pointer offset included in a single byte machine code instruction

      ---snip

      There was a one byte opcode that did this?

    7. Re:I loved apple II by Anonymous Coward · · Score: 0

      Yes, the first byte was the opcode (instruction), the next byte (or two bytes) was the base address. the instruction caused the base address to be added to the value in the Y register, then this final address was used. the byte at that location was read in as a data in to the acculator. all one instruction with one (or two) data bytes.

    8. Re:I loved apple II by joshuac · · Score: 1

      That sounds an awful lot like a 3 byte instruction to me...when that opcode is hit, the PC is incremented by 3 (or 2 for the zero-page variation on your instruction. BRK, NOP etc. would be what I think of when someone says 1 byte instruction...

      But then by your definition, all the instructions on the 6502 (or pretty much any other 8 bit processor) were 1 byte instructions...

    9. Re:I loved apple II by ediron2 · · Score: 2, Informative
      Goombah99, I think you're suffering some selective memory, mergin' memories of Apples and Macs and perhaps Vic-20's (sprites) and who knows what else. Perhaps these were some IIgs features (the one apple II I never used), but by then there were PC's, Amigas, etc.
      • assumed it was just another comodore/trs-80/amiga toy: Amiga was '85-86, Apple was '77-87. And the words Another Amiga and Toy should never be used in a sentence together, man... that's just wrong.
      • mixing text and graphics on screen, not to mention sprites: No sprites, (unless they came in on IIgs) and the mixed mode was 4 lines of text at screen bottom. Certainly not mixed. In fact, for ages I hammered thru Bob Bishop's code trying to find out how he'd mixed them. Turns out he hadn't.
      • memory-mapped video: HORRENDOUS. It was an elegant hack for saving hardware costs, but the memory map wasn't linear. If you write to every byte in the screen range, you get line 0, then 64, then 128, then 192, then 8, 72, 136, then ... then 24 lines later it would start over and give you 1, 65, 129, etc... just like a TV raster. I can still write indexed-indirect addressing code in my head because of some nifty offset-map code I used religiously to do hires code. But calling apple's use of memory for video elegant seems to me to be miles from reality. (In researching this, I see mention of a IIgs toggle to turn on linear memory addressing).
      • Soft-sectored floppies: Another cost-saving trick. Again, funky as all hell. And considering the ways that it allowed copy-protection schemes (like half-tracks, nibble-counting, spiralling, quarter-tracks, etc), I rate this one much worse than the evils of the screen memory controller. This one is a gift that keeps giving, too, since it has led to the real risk that I can't copy some commercial Apple II software, and I fear it will fade away because the freakin' copy-protection is so obsessively hardware-specific that it resists my efforts at making archival copies. No, I don't count memory-captures as the same thing (the copy-protection code is as fascinating as anything else on the disk).
      • Your bit about reprogramming for drive technology has me baffled. 13-sectors to 16 sectors? Sure. Wierd formats used for Pascal and a few other things? OK. While not actually changes to the DOS, I'll even buy a beer for any of the Beagle Bro's. But from 1978 to 1984, I don't recall a noteworthy improvement in drives or their storage capacity beyond the 13-to-16 improvement that was worth as much as us taking a hole punch to one edge of a disk to let us save stuff on both sides.
      • Giving apple credit for the 6502 is odd, since it was in Commodore's hardware.
      That said, I miss knowing this much about a computer. I respect the above tricks (and would NEVER call them kludgy). They allowed improvements that were otherwise cost prohibitive on that price-level of hardware. I just went back and (in a few minutes) rebuilt the memory offset table on a spreadsheet to (hopefully) get my #'s right. I remember the HUGE sense of power that mastering the above idiosynchracies gave me. But there was enough to love about this that I don't have to delude myself into forgetting the hellish side effects of coding on a machine that pushed the envelope like the Apple II did.
    10. Re:I loved apple II by Kymermosst · · Score: 1

      Have to correct you on a couple things: ... not to mention sprites

      The Apple II series did not have sprites as a hardware implementation like C-64s and Ataris did.

      memory mapped video

      Yeah, that was cool, but still a hassle on a II because the scan-lines are not stored in-order in memory.

      soft sectored floppies. every one else was hard sectored leading to incompatible drive, proliferation of formats, and incompatible software for accessing them. the apples could reprogram themselves as drive technology improved rapidly.

      Except that that didn't happen much. After the switch from the 13-sector to 16-sector floppy, no advancement was made in Apple II 5.25" floppies. Not even a double-sided drive.

      The best upgrade was the SuperDrive card, one of which I am fortunate to own and have inside my IIgs.

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
  60. A lot of it is... by Johnny318 · · Score: 2, Insightful
    "What is it that keeps such an old platform going?"

    Appleworks. (Macros!)

  61. Sweet! by Anonymous Coward · · Score: 0

    This looks cool. If I lived in missouri, I'd definitely be there. I'll have to consider taking a mini vacation.

  62. Schools! by burgburgburg · · Score: 4, Insightful

    My wife is a teacher for an advanced program at a grade school. Along with some donated old PCs (running Win95), they have two Apple IIes, and an old Apple printer. They still work, the programs still work, and since people don't like spending money on their childrens education that could go to SUVs instead, they'll keep going for a few years more, probably. Or was that bitter?

    1. Re:Schools! by Anonymous Coward · · Score: 0

      I remember we got a IIe in my high school intro to electronics class my senior year. Up until then (1984) I had only played with Radio Shack TRS-80 models III and IV, the occasional CP/M luggable, and of course Atari 800s and I-adore-my-Commodore 64. The Apple just seemed so much cooler than all of them for some reason (except the 64 of course) ;-)

    2. Re:Schools! by Thavius · · Score: 5, Interesting

      Aaah, educational PC's. I remember learning to type and program on apple IIe's. The setup was amazing, they were all networked to a macintosh which shared a printer.

      I recently learned a consultant had convinced my school district to spend a lot of money moving to microsoft .net stuff. I thought, "that money could be well spent elsewhere - educators!" But I digress, I'm not a highly paid consultant.

      Bitter? I share your sentiments. My girlfriend is looking for a teaching position, but there's no funding, wonder why (see above)....

    3. Re:Schools! by Anonymous Coward · · Score: 0
      Or was that bitter?


      (Score: 5, Bitter)

    4. Re:Schools! by Zathras11 · · Score: 0

      Sir, a lot of people went to school before there
      were ANY computers, and they turned out okay.
      Who are you to judge how they spend THEIR money
      anyway? What are you, a Democrat!?!

      Seriously, I hit 10th grade right when the local
      high school upgraded their computer room to 7
      Apple II+ systems (up from 1 Apple and a Wang).
      I consider myself lucky to have just moved to
      that area. I did my time as a programmer, but
      gave that up long ago. But I built most of the
      systems in the house right now on our 5 PC
      Network (and got that running too). Without
      the early time spent with Apples, I wouldn't
      have had the motivation.

      But the truth still remains, most people don't
      need a top end computer to do what they need to do.

    5. Re:Schools! by First_In_Hell · · Score: 1

      What a waste of an education. They will get out in the real world thinking they know how to use a 'computer', when in reality they do not know how to use jack sh*t.

    6. Re:Schools! by MSTCrow5429 · · Score: 0, Flamebait

      Hey, you want your kid to have an education, you pay for it. Just because other people would rather have an SUV doesn't let you off the hook. Don't be so goddamn greedy. Pay for your spawn yourself, let other people decide what to do with theirs.

      --
      Slashdot: Playing Favorites Since 1997
    7. Re:Schools! by Anonymous Coward · · Score: 0

      I second this. If you choose to spawn child processes, then you should pay for them. Otherwise don't spawn them. The entire public education system needs to be eliminated, as it is a socialist system and is not supportive of human rights. I should not have my money stolen from me under duress (essentially at gunpoint) by a tax system that forces me to pay for someone else's spawn. And don't tell me that "everyone benefits" when we educate someone else's spawn. I don't benefit by some idiot's spawn going to school. That does nothing to help me feed my family. Let them pay for it themself.

    8. Re:Schools! by jdray · · Score: 1
      ...when in reality they do not know how to use jack sh*t.

      Which, I'm sure, is a definite need-to-know-how-to-use thing.

      --
      The Spoon
      Updated 6/28/2011
    9. Re:Schools! by arkanes · · Score: 1

      It's when they get all pissy that you aren't teaching them enough (see earlier post about thinking they know computers when they really know 20 year old apples), but STILL buy the SUV instead of passing a property tax bill or whatever that people get bitter.

    10. Re:Schools! by bigman2003 · · Score: 1

      Why do most people want to send their kids to a good school?

      So they can get a good job. Make lots of money- buy an SUV, and not have to worry about those who can't afford such things.

      We are the kids that were educated 20, 30, 40 years ago. Our parents wanted us to 'have more' than they had. Buying an SUV is part of that.

      --
      No reason to lie.
    11. Re:Schools! by Anonymous Coward · · Score: 1, Insightful

      I didn't realize that kids were in school to learn how to use Windows computers.
      I thought they were there to learn reading, writing, math, history, science, music, etc. The computer is simply a tool to help in the process.
      If they are still using Apple //'s, then obviously they are still working and probably require little or no support.
      Replace them with PC's and the school will have to hire a few dedicated support people.
      Besides, by the time the kids are out "in the real world", Windows will bear no resemblance to it's current form. (How many "non-techie" people use DOS commands anymore, but that was all there was 15 years ago...)
      Of course, if the school had Mac's 15 years ago, almost everything the kids learned about using a Mouse and a GUI interface would still be valid.

    12. Re:Schools! by iocat · · Score: 1
      "They still work, the programs work..."

      So what's the problem? The general concepts explored in Stickybear Math or Reader Rabbit haven't really changed much since the 1980s, and in fact many Apple II educational programs are better designed than "modern" ones that run off of CD and tend to feature more movies than learning.

      Moreover, to address the comment that people think they learn about computers when they learn about the Apple II, but they later realize they don't, I have only one word in response: BULLSHIT

      If you learn assembly on the Apple II, or any 8-bit micro, you will find understanding and programming C or any other language a billion times easier, and have a far better grasp of computer science than someone who hasn't learned assembly, or a cool simple architecture.

      As for SUVs, they suck, I agree!

      --

      Dude, I think I can see my house from here.

    13. Re:Schools! by pyrrho · · Score: 1

      It was a little bitter, but hey, the Apple still looks good...

      it's standing by those students to the last, just like it said it would... what a lovely thing they are.

      Why? Because they are full of Woz!

      We're off to see the Wozzard, the Wonderful Wozzard of Iz.

      --

      -pyrrho

    14. Re:Schools! by Anonymous Coward · · Score: 0

      How much does the "consultant" get from Microsoft for this?

    15. Re:Schools! by Anonymous Coward · · Score: 0

      My high school science teacher uses Apple IIs in all of his classes. I've taken 2 years of Chem, and a year of Physics, Anatomy, and Zoology and we've used them in every class.

      For the Chem classes, Apple IIs are great for experiments requiring monitoring of things because of their relative ease of programming and expendibility. If we spill concentrated HCl on one we're out nothing. You can't say that with the fancy $2000 laptops the freshmen are getting.

    16. Re:Schools! by thaddjuice · · Score: 1

      If I had to guess, the original poster was referring to recent controversial tax programs that provide significant writeoffs for small businesses to buy SUVs. For example, a small business that purchases a Hummer H2 is eligible to receive a tax credit of over $50,000 of the purchase price. That $50,000 could be well spent on upgrading the technology in our children's classrooms rather than rewarding businesses for chosing vehicles that harm the environment.

      --
      Find me in ~/.sig
    17. Re:Schools! by gmhowell · · Score: 1

      Read "High Tech Heretic" by Clifford Stoll. He'll help buttress your opinion.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    18. Re:Schools! by ces · · Score: 1

      The funny thing is you don't even necessarily need computers in a school to provide a good education, you certainly don't need to be spending money to get on the Microsoft treadmill. BTW what is wrong with "upgrading" to Linux or OS X if they feel an overwhelming need to update the computers?

      One thing you do need for any good school though is decent educators. All the technology in the world isn't going to improve your schools if you don't have that.

      --
      Happy Fun Ball is for external use only.
    19. Re:Schools! by Anonymous Coward · · Score: 0

      Not Bitter.

      True. Been doing school work for many years. Apathy, Ignorance, Lack of Cash.

      Apple II, Imagewriter, and matrix paper: Greyed Out, Dusty Banners

  63. "What is it that keeps such an old platform going? by Pingular · · Score: 0

    Nerd Powah! :D

    --

    When anger rises, think of the consequences.
    Confucius (551 BC - 479 BC)
  64. nostalgia by Anonymous Coward · · Score: 1, Insightful
    In 10 years, will anyone be nostalgic for the dell optiplex 486? Maybe for Doom, but not for Dell.


    It wasn't entirely the machine, it was also the community, the games, the BBS experience.

    1. Re:nostalgia by Anonymous Coward · · Score: 0

      >> it was also the community, the games, the BBS experience.

      Yes! And we are living something like that now... with Linux.

      Many years in the future, people will say: "Linux this, linux that".

      And people will be envy of those who fought today, in the day of... oops, wrong story. :-)

      Anyway, we'll get old one day -- older, actually, n my case :-/ -- and maybe we'll remember these days of fighting for the desktop with a smile.

    2. Re:nostalgia by MSTCrow5429 · · Score: 0, Offtopic

      Linux will never supplant Windows as a desktop OS. Something else, maybe, Linux, no way. There is just too much intertia on so many fronts, and Windows is a damn good OS at this point. Unless MS keeps pulling Licencing 6.0 stunts, I think they will be the standard for at least the next ten or so years.

      --
      Slashdot: Playing Favorites Since 1997
  65. Prices. (sarcasm) by supabeast! · · Score: 2, Funny

    Anyone look at the price of a new Apple box lately? The Apple geeks can't afford new ones!

    1. Re:Prices. (sarcasm) by covertlaw · · Score: 1
      Well, my parents shelled out $3000 at Dillards back in Christmas of 1985 for a complete //e system. Apple Composite RGB Monitor, DuoDisk Drive, //e, and 80 column/128k extension card.

      Then they bought an AE parallel card and a Star NX-1020 color dot-matrix printer in Christmas of 1990 so I could use it as a word processor for school. That had to have been another $200-300 at least. But I used the computer through high school until 1997, when I got a settlement from a car accident and built my first PC-compatible. My parents got an Aptiva for $2000 at the same time, the //e went back into the ORIGINAL boxes, now sitting in the basement.

      Apple computers have gotten cheaper, my friend. Maybe not as cheap as PCs, but when they're the only ones making the custom hardware and assembling most of their iron in America, it's not that bad.

  66. MOD PARENT UP by Anonymous Coward · · Score: 0

    yep

  67. life was -what-? by dAzED1 · · Score: 5, Interesting
    "People like to remember a time when things were simpler and life was better than it is now"

    Ok, listen - yes, people like old things. They like old cars, old houses, old paintings. Sure. They can even like old computers. But you know what? Its not because life was better back then.

    Apple ][ came out in 1976. The next year, Gerald Ford ended his term (you know, the guy that took over for Nixon...). The economy was in terrible shape, much worse than now. We had just left vietnam a couple years before (1974). The Cold War was HUGE. A radioacive leak occured at 3 Mile Island in Penn in 1979.

    Also in 1976, we had Gregg vrs Georgia, in which the Supreme Court of the US decided that the death penalty did not violate the constitutions protection against "cruel and unusual punishment," thereby keeping us in that sad, barbaric state of affairs.

    Shall I go on? What in god's green earth makes you think life was simpler and better than now? What, precisely, was better? What was more simple? Was it just because you were a kid, or at least much younger, then? Because nothing about life during that time was something to long for.

    Grass is always greener on the other side of the fence, if you're a cow. Personally, I like climate control inside of my car. I like to be able to listen to great sound from a little peice of plastic I slip in a slot casually, without having to fumble with some 8-track or cassette. I like the little things we have now, that we didn't then. Call me odd.

    1. Re:life was -what-? by Anonymous Coward · · Score: 0

      Because the poster was a child back then and probably was unaware of most of that at the time.

    2. Re:life was -what-? by Anonymous Coward · · Score: 0
      I like to be able to listen to great sound from a little peice[sic] of plastic I slip in a slot casually,

      Are you talking about condoms these days? Yeah, the lack of them in the 70's makes me get all teary, too...

    3. Re:life was -what-? by Jonathan · · Score: 1

      Nostalgia certainly is a factor, but the simple fact is that the average computer user in the 1980's was smarter, more creative, and more interesting than now. That doesn't mean that smart, creative and interesting people don't use computers now -- just that everyone else does too.

      I remember going to users' groups in the 1980's and running into really diverse people -- geologists trying to write software to track samples, people trying to automate model train layouts, control telescopes, and lots more. I stopped going when these do-it-yourselfers became the exception and not the rule.

    4. Re:life was -what-? by SnakeEyes · · Score: 1

      "Its not because life was better back then."

      I think you missed my original point. My point was that people's *perception* is that life was "simpler" and "better" than it is now.

      A friend of mine is an electrical engineer who dabbles in the stock market. He does *ALL* of his stock market record keeping on an old IBM 086. Why? Cuz its "better."

      Oh sure, he has a state of the art system decked out in the latest bells and whistles. But he prefers to transfer all of his stockmarket info onto his dinosaur of an IBM.

      I don't think anybody could possibly argue that his old machine is "better" in any way, but its what he's used to, its what he learned on, and it gives him a bit of nostalgia to the "good old days."

      That and in the 20 odd years he's owned the thing, it only ever crashed once (and that was when the date rolled back over to 1980 for some reason causing all sorts of problems.

      So yeah, you missed my point. Life may or may not have been simpler. But I was talking "perceptions", not "reality."

      --
      Come on, Tinkler, Tink!!
    5. Re:life was -what-? by acordes · · Score: 1

      This reminds me of when Elizabeth Dole was thinking of running for president in the 2000 election. She spoke at my college, and kept going on about how great America was in the 50's and how we need to return to its ideals. I wanted to stand up and say "Hey moron! Do you think you'd be able to even conceive of running for president if we had the same ideals as in the 50's?" Ah yes, the 50's were great. Oppressed women, oppressed minorities, McCarthyism, etc. etc.

      Nostalgia can be way overrated sometimes.

    6. Re:life was -what-? by Anonymous Coward · · Score: 0

      To top it all off, I was born in 1976. You won't know the horror of what that will bring about for some time to come.

    7. Re:life was -what-? by MSTCrow5429 · · Score: 1

      McCarthy was right, you know.

      --
      Slashdot: Playing Favorites Since 1997
  68. Re:What is it that keeps such an old platform goin by Cro+Magnon · · Score: 1

    Yeah, I miss MS-DOS on my old 8088!

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  69. Re:wow man by Anonymous Coward · · Score: 0

    Wow so a handful out of the 600,000 registered slashdot users sent in their picture.

    Of course the most self obsessed people with inflated egos send in their pictures while the fat ugly fucks do not.

    You obviously have a pitiful understanding of basic arithmatic.

    As 4 mediocre looking broads is not half of 600,000.

    Oh well maybe you'll graduate 2nd grade math someday.

    Of course we could get all fancy and discuss how only people with a positive feeling about their appearance will send in their picture to begin with but i'll wait till you grasp the advanced concept of half first.

  70. What is it that keeps such an old platform going? by kindbud · · Score: 1

    People with no life, of course. Don't you ever read this site? ;-)

    --
    Edith Keeler Must Die
  71. Re:parent is lying by Anonymous Coward · · Score: 0

    Yes, the word 'goat' IS in the url, but that has to do with the main content of the article (the reason i'm linking is because of the sidebar feature).

    Just because a URL contains the world 'goat' in it, does NOT necessarily connotate goatse.

    Sheeesh!! Ease off of the warm bawls, people!

  72. coked-up people still running Taipan by ForsakenRegex · · Score: 2, Funny

    We played it for a week once and still weren't able to achieve any significant rank. It sure
    was fun selling Arms and Opium, though.

    "Bad joss, Captain. 427,000 pirates are attacking."

    --
    "A man talking sense to himself is no madder than a man talking nonsense not to himself."
    1. Re:coked-up people still running Taipan by satterth · · Score: 1
      That games ruled... We played that one for hours in school. I can still remember a fellow in school who ripped out the text font from Ultima and attached it to Tiapan, then altered the boat graphics into jets and planes. We used names from everyone in the Computer club and locations we thought of and basically played it until out eyes dried up.

      Oh, the memories

      --
      Being called a dork on Slashdot must be like being called the retard in special ed.
    2. Re:coked-up people still running Taipan by bockris · · Score: 1

      "Bad joss, Captain. 427,000 pirates are attacking."

      The key was to wait for the 3rd 'warble' sound and then try to run. It worked more often than running at the first sign of pirates.

      I loved that freakin game. (and Bolo and Hackers and Conan and especially Lode Runner) My //c is still in my parent's basement along will all my 5.25 diskettes with my Apple BASIC pgms. I need to get it out next time I'm home and see if it all still works.

    3. Re:coked-up people still running Taipan by bockris · · Score: 1

      Also the other trick was to borrow $100 (from Wu the Elder?) and leave and come back and repay him more than you owed. He payed better 'interest' than the bank but the money you had with him didn't count towards your score. I remember him having so much money of mine that I couldn't get it all back out. (you could only get back some figure like 999999 dollars but I was getting more interest than that everytime I left and came back.)

    4. Re:coked-up people still running Taipan by Anonymous Coward · · Score: 0

      Just repay the money lender more than you owe him. You'll soon have 1.93E21397324123 and rule the seas!

      PS. Opium always sells well in Batavia...

    5. Re:coked-up people still running Taipan by Corydon76 · · Score: 1
      If you liked the game and you don't want to pull the Apple II out of the attic to play it, somebody has ported Taipan for Linux.

      It's fairly close, but there are a few bugs, which the maintainer has promised to take care of. In particular, due to the well-known bug in rand() where the least significant bit consistently alternates between 1 and 0, you will never be allowed to purchase a new ship. However, it's open source, so it's easy enough to fix.

  73. Re:Usefullness & other reasons not to change a by Anonymous Coward · · Score: 0

    And in all that time no one has tried to overclock the cows?

  74. The secret by yndrd · · Score: 1

    The secret is to use the Hong Kong warehouse. You can store 10,000 units of stuff there and wait until the prices go up in Hong Kong to sell it.

    1. Re:The secret by xkenny13 · · Score: 1

      The secret is to use the Hong Kong warehouse. You can store 10,000 units of stuff there and wait until the prices go up in Hong Kong to sell it.

      Bad news, the Comparador reports that your warehouse has been robbed.

  75. Re:wow man by piranha(jpl) · · Score: 1

    Shouldn't you be studying?

  76. it's got to be Wizardry by rainmn20001969 · · Score: 1

    it just has to be....

    --
    Wake up and vote right.
  77. Crush Crumble & Chomp! by Anonymous Coward · · Score: 0

    The Movie Monster Game!

  78. Re:What is it that keeps such an old platform goin by Anonymous Coward · · Score: 0

    Yeah! Just imagine a Beowulf cluster of these!

  79. okay by sstory · · Score: 1

    I'm convinced--they should all be upgraded.

  80. How do I get my //e running again? by G27+Radio · · Score: 1

    I bought a //e at a flea market a couple of years ago for $10. It has an 8MB ram card, superserial card, and 2 Disk ][ drives. No software though.

    I seem to remember reading somewhere that there's a program available that would allow me to boot DOS through the serial card. (IN#2, then upload as text.)

    Anyone know about this? Any suggestions?

    1. Re:How do I get my //e running again? by Anonymous Coward · · Score: 0
  81. Quick, someone sue me for trademark infringment! by Cid+Highwind · · Score: 1

    Coming soon from id Software, "Where in The Hell is Carmen Sandiego"!

    Shouldn't that be "American McGee's 'Where in Hell is Carmen Sandiego'", featuring Carmen Sandiego as a demented dominatrix with a harem of perverse petty criminals trying to rob the Prince of Theives blind?

    --
    0 1 - just my two bits
  82. oregon trail was awesome by sstory · · Score: 1

    So was another game on i think the trs-80 where you were on a boat, and you bought/sold goods, and occasionally fell victim to pirates. I can't for the life of me remember that one. It was terrific.

  83. Apple II forever! by Anonymous Coward · · Score: 1, Funny

    The apple II will be around long after Slashdot is bankrupted and sold off to google for $500 (Canadian), which will be in 3 months.

  84. Barcelona by Anonymous Coward · · Score: 1, Interesting

    I just want to make sure everyone here is aware of this band,

    http://www.epitonic.com/artists/barcelona.html

    whose songs include "social engineering", "i have the password to your shell account," and "c64" ("got a modem when I turned 13/But my dad doesn't know what telophony means/only 300 baud/Never leave my room -- isn't that odd.")

    good music, too.

  85. Re:What is it that keeps such an old platform goin by drinkypoo · · Score: 1

    No doubt... and unlike the bible, the Apple ][ programmer's manual is actually consistent.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  86. Ease of Programming by Tony · · Score: 4, Interesting

    I learned to program on the Apple ][, back in 1978. I learned BASIC in about a month, then insisted the school buy Pascal. Then I moved on to assembly (ahh, Sweet 16 mini-assembler, built right in!).

    I learned how to program within a month, and within a year was using the built-in mini assembler to write programs that controlled the video directly (for games, of course). I *knew* that machine, inside and out. I could look at a JSR opcode and know exactly which system call was being made.

    Today, even programming the most trivial program can take a month. Learning a new system? My nephew (who is the age I was when I started programming, and he's lived with computers almost his whole life) is having troubles learning how to write the simplest program.

    Why? Because it's all too damned complex.

    People learn using building blocks. Learn the simple concepts first, then build on that knowlege to learn more and more complex things.

    Problem is, it's tough to do that with modern computers. I think that is the primary appeal of Linux, to me. It's not as hard to start simply, because the simple stuff is exposed. Overly-complex systems designed to hide the fundamentals will never lead to a generation of people truly *good* with computers. Good with a particular system? Perhaps. But good with *computers*?

    Not likely.

    That's where the love of the old machines comes from.

    --
    Microsoft is to software what Budweiser is to beer.
  87. Taipan? by netsrek · · Score: 1

    Was that Taipan?

    *flash* *flash* You are being attacked by pirates!!

    That game had this hilarious flaw. You know how the moneylender charged you absurd amounts of interest? You could pay him back more than you borrowed, and it kept applying interest on the negative amount you owed him... So you could just use him as a high interest bank... :)

    --

    i don't read slashdot anymore.
    1. Re:Taipan? by Fear+the+Clam · · Score: 1

      Taipan, McHenry from the Hong Kong shipyards has arrived! He says, 'I see ye've a wee bit of damage to yer ship. Will ye be wanting repairs?

      Jesus, I wasted so much of my life playing Taipan.

      Unfortunately, I still do. There's a version available for the Palm OS. Best of all, battles don't take all damed day anymore.

      In my current game (well, the one I've been playing off and on on my Palm for the last two years), it's December 2153, I have 6.14 Quadrillion in the bank, 1.04 Billion cash. My ship status is Prime (98%) with 227 guns, and my hold, at 16190, is larger than my warehouse. Fear me.

    2. Re:Taipan? by netsrek · · Score: 1

      If you did the money lender trick, your cash soon ended up getting expressed in exponential notation...

      the 'E' character in the Taipan font is pretty damn funky... heh.

      yeah... I remember getting serious space bar fatigue in the battles...

      I downloaded an Apple //e emulator for OS X recently, and had a quick go. Unfortunately battles still took all day...

      --

      i don't read slashdot anymore.
    3. Re:Taipan? by davesag · · Score: 1

      I loved that game. DopeWars is basically the same thing, but IMHO much less fun for all it's fancy pants graphics etc. And no the Palm version of taipan is nowehere near as compulsive for some reason. also does anyone else remember the fabulous trash-80 game Asylum? there was only one place in the game where if you 'look up' a piano does not fall on you. ahh now that was a game. and it could parse instructions like 'get everything off the table except the dagger with the blue handle'. try doing that in quake. in fact does anyone know is there is a decent trash-80 emulator and binary copy of asylum out there anywhere?

      --
      I used to have a better sig than this, but I got tired of it
    4. Re:Taipan? by kaszeta · · Score: 1
      That game had this hilarious flaw. You know how the moneylender charged you absurd amounts of interest? You could pay him back more than you borrowed, and it kept applying interest on the negative amount you owed him... So you could just use him as a high interest bank... :)

      I remember overpaying Elder Brother Wu. In fact, I always try that in every modern DopeWars variant game just to see if it works.

      I also remember that during a fight, if you started a fight with the sequence Run, Fight, Run, Run, Run it *always* worked, so even very early in the game I could safely risk trading large holdfuls of Opium.

  88. This is Slashdot... by Anonymous Coward · · Score: 0

    ...have they ported Linux to it yet?

  89. Apple // community is strong by w_arthurton · · Score: 4, Informative

    As if this isn't enough publicity.
    The apple 2 community is going pretty strong.
    We have a news site a2central.com
    We have a community at syndicomm.com
    We have a quarterly magazine juiced.gs
    We have a compact flash reader, ethernet boards, and hard drive controllers are still being manufacuted.
    There is still software being released and old products for sale (see a2central.com).

    --
    wayner@pobox.com -- Wayne A Arthurton -- www.pobox.com/~wayner
    1. Re:Apple // community is strong by Anonymous Coward · · Score: 0
      Only "Apple //c" L4M3rz use "//".

      Da hard-hittin' straight ballin' O-G types say "Apple ]["

  90. Re:What is it that keeps such an old platform goin by Anonymous Coward · · Score: 0

    Now there's a question.

    How long would it take an Apple ][ to compile the Linux kernel?

  91. reminds me of GameCube by deadfishhotmail.com · · Score: 2, Insightful
    o elegant. so few chips in side the damn machine.


    Thay's the exact thing I thought of when I first opened my Nintendo GameCube (especially after having opened my ps2 and an xBox).
    --


    Who is this "Poster" guy and why does he own all of my comments?!?
  92. Just bought 3 of 'em by JHromadka · · Score: 1

    Went to a school auction last week and bought 3 Apple IIe's, 20 Mac LC III's, 2 Quadra 610's, and a bunch of matching monitors. Total cost: $27.07. Now I just need some ideas on what to do with them!

    --
    "The objective of securing the safety of Americans from crime and terror has been achieved." -- John Ashcroft
    1. Re:Just bought 3 of 'em by Anonymous Coward · · Score: 1, Funny

      You could rent some storage space to keep all of that stuff at $60/month.

    2. Re:Just bought 3 of 'em by Brandon+Sharitt · · Score: 1

      I'll trade you three SEs, a plus, an ImageWriter II, and two EGA monitors for an LC or Quadra. Or I'd take one off your hands.

    3. Re:Just bought 3 of 'em by Greedo · · Score: 4, Funny

      Imagine a Beow... *whack*

      --
      Tuus crepidae innexilis sunt.
    4. Re:Just bought 3 of 'em by sydsavage · · Score: 1
      You should be able to get OpenBSD to run on the old Macs.

      From the INSTALL.mac68k file:

      • OpenBSD/mac68k 3.3 is a port to the old Macintosh (680x0-based) computers. As always, there is much to be done on this architecture, and help is very much appreciated. However, a wide variety of hardware and software is completely functional making the system an excellent answer to the question of a UN*X-like operating system for the Mac 680x0 line of computers.
      There also used to be a unix-like OS for the Apple IIgs, I believe it was called GNO/ME. I'm not sure about the IIe, though.
    5. Re:Just bought 3 of 'em by Alan+Partridge · · Score: 1

      you could hire a helicopter and drop them at random onto Redmond - they're quite dangerous from a good height

      --
      That was classic intercourse!
  93. ..and going by deadgoon42 · · Score: 0, Troll
    What is it that keeps such an old platform going?

    Boredom... sheer boredom.
    --

    Smeghead every day of the week.
  94. They actually CAME with manuals!!! by SvnLyrBrto · · Score: 5, Insightful

    And that was half the beauty of the things itself. Not only were computers of that day simple enough to be easily documented. They actually CAME with that documentation! When you bought an Apple ][, you got EVERYTHING. Just the floppy drive came with a pair of manuals that was about an inch and a half thick between the two. In those manuals was everything you needed to know to: write programs that read/wrote data to conventional files, write directly to specific sectors if you were inclined, how the thing interfaced with the Apple ][, even how to diagnose, repair, and damn near REBUILD THE DRIVE, if it were to break.

    My dad still has the documentation for our first Apple ][. Said documentation is just as, if not more, extensive as that I described for the floppy drive. Most notably, it includes commented assembley code for the boot ROMS; HAND-signed by the Woz himself!!!

    Have you noticed the state of documentation for a pc now, in the gates era? If you're LUCKY, a peripherial might include a single sheet that amounts to: "insert tab A into slot B, run driver on floppy, reboot, prey". And forget about having enough information to repair anything or develop for it. (Not without forking over LOADS of cash to be an "authorized service tech" or an "authorized developer". And just where the HELL is my autographed-by-bill-gates copy of the code for the BIOS of my windows box, eh?

    cya,
    john

    --
    Imagine all the people...
    1. Re:They actually CAME with manuals!!! by call+-151 · · Score: 1

      One slight correction- I don't think that the manuals for DOS 3.3 described how to read and write to particular sectors. If I remember, the manual described how to read and write to binary files but did not describe how to call RWTS (read/write/track/sector) directly. There was an excellent third-party manual "Beneath Apple DOS" which had easy-to-understand documentation about a great deal of the disk opertation, including calling RWTS. I think Beneath Apple DOS included commented 6502 assembly source for DOS and it was great reading.

      --
      It's psychosomatic. You need a lobotomy. I'll get a saw.
    2. Re:They actually CAME with manuals!!! by bigman2003 · · Score: 1

      Citing the 'Gates Era' as the reason for the now slimmed down to nothing status of computer manuals is dead wrong. Apple was the first to provide the single-sheet instruction in leiu of manuals. They advertised it on TV, they used it as one of their main marketing mantras- Macintosh is so simple, take it out of the box, and plug it in- that's it! So- Apple went from being a hobbyists computer, to the computer for 'the rest of us'. Odd that on one hand you (rightfully so) congratulate them for good manuals, but then blame the 'Gates Era' for the new lesser manuals. Both can be attributed to the same company- Apple.

      --
      No reason to lie.
  95. Phaeton Sez by Anonymous Coward · · Score: 0

    I thought *all* electronic devices enjoy cold temperatures?

  96. your .sig by Anonymous Coward · · Score: 0

    put something more stroke-worthy in there, dammit

  97. I produced the Credits for a Movie on an Apple ][! by 1337_h4x0r · · Score: 1

    I was in 7th grade or so, I made the credits for a movie we were doing for class on my Apple ][, using PRINT and changing the vertical, put it in a loop and the credits scrolled! I then took the coax output (brilliant, no fancy VGA monitor needed, plug it into the TV!) and put it in the VCR, credits! I felt like Spielberg. :)

  98. The present could learn from history by catdevnull · · Score: 5, Insightful

    One slashdotter wrote that his Apple II is much faster than his Windows box comapring a 2 second boot to the 2 minute boot.

    I'll tell ya, today our computers could be so much faster if our code was as clean as it was when every bit was like gold. We take it for granted that RAM is so cheap and drive space will never get used unless we upgrade to the next big(ger) OS. C'mon--why should a new computer (Mac or PC) take 10 to 20 times longer to boot than a 20-25 year old computer?
    Today's programming tools will add a ton of libraries but only need a fraction of the functionality.

    Just think how elegant the programming was back then--it was genius because it had to be. I think Apple ][ users appreciate the art of minimalistic functionality of the old days.

    If our OS and software today were as stream-lined and artful as it were in the days of the bit shortage, our boxes would truly be impressive. Instead, we settle for mediocre bloat-ware. There's no reason a freakin' office suite should take 4 or 5 hundred MB of disk space. There's no reason my shiney new computer should take so much longer to boot than a C-64 or Apple ][ given the quantum leap in speed. It's like using bad gas in a Ferrari.

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
    1. Re:The present could learn from history by Wolfrider · · Score: 1

      --Keep in mind that the number and variety of DEVICES that we can connect to our computers has multiplied (probably beyond a hundredfold) and that the PC architecture is vastly different from the older Apple tech.

      --Also, Apple had control over the hardware. Graphics were primitive, fonts were few, all equipment was pretty much standardized.

      --I don't disagree with your post, just pointing out that a LOT of things have changed and the options that can be on one machine now are staggering. That's one reason why the boot process takes longer.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  99. It's Apple ][, //e, or //c ... by UnknownSoldier · · Score: 4, Funny

    ... you insenstive clod! What's this Apple II you speak of?

    Apple ][ Forever!

    1. Re:It's Apple ][, //e, or //c ... by gregbaker · · Score: 2, Informative

      I think it was an Apple IIgs (actually, the GS was set in smallcaps). The //e might have been retroactively renamed IIe.

  100. What is it that keeps such an old platform going? by Anonymous Coward · · Score: 0

    love

  101. Re:Usefullness & other reasons not to change a by wayward_son · · Score: 1

    Wish the Chemistry department would get some sense about their hardware. When I took Chem 101/102 at Clemson (1998-99), they had bunch of Mac Quadras/Performas in the Chem labs. They ran a Hypercard stack program that told us everything we needed to know to complete our assignments. Web access was with Netscape 3.0. If you spilled hazardous chemicals on them - oh well, no great loss.

    Unfortunately, this arrangement didn't last. The Chemistry labs now have (old style) iMacs. The hypercard program is now web based, and more inconvient than ever.

    Did I mention that tuition DOUBLED in this time?

  102. Yeah, that was Taipan by uptownguy · · Score: 1

    ...man, I loved that game. I even wrote a fairly passable version of it for the C-64 one summer in the 80s when I was stuck taking care of a relative with a broken leg.

    If you really want a trip down memory lane, grab a Palm (or a Palm OS emulator) and download this freeware version. It doesn't quite FEEL the same, but it comes close enough to get the nostalgia going.

    --


    I would have to say that explosives are the most abused technology in all of history.
  103. I'll bet their parents WERE hysterical ;-) by Anonymous Coward · · Score: 0

    If they went dateless in order to play with their computers.

  104. Re:I loved apple II 6502 speed by thomasa · · Score: 1

    My Ohio scientific 6502 ran
    1 MHz. I remember I overclocked it to 2MHz
    and it ran fine.

  105. Re: Apple //e's in education by King_TJ · · Score: 1

    I completely agree about saving the taxpayer's money, and re-using these older systems in schools when possible.

    As I've noted on /. before, I work for a company that refurbishes old Apple Macs, primarily for use in daycares and schools (but lately, we've sold more to individuals as first computers for their own kids).

    We get the occasional donated Apple //c system, but we don't really specialize in going back any further than the original Macs.

    The only problem I've seen with the pre-Mac Apples like a //c or //e is the general lack of a hard drive. Floppy disks can and do wear out, and I think it's more practical for schools to have a system that can power up and run all of its intended software without the user intervention of inserting/removing specific disks.

    I think using a //e as a dedicated system is a great idea. The dairy example you gave is one such perfectly good use. I've also seen model railroad enthusiasts do similar things with old IBM XT's and Tandy computers. They rig them up so their printer/serial ports send control messages to switch the trains onto different sections of track, control lighting of the model homes and businesses on the layout, etc.

    For all around school use, though, I think systems like the Mac LC3 or LC575 are a better option than a //e, and nearly as cheap to get ahold of nowdays.

  106. ASCII Pr0n! by Col.+Panic · · Score: 1

    Seriously, I loved the Apple II - they say you never forget your first. The 6502 was a pleasure to learn on - not like the x86. When we got those I took one look at an assembler sample and said fsck that!

    1. Re:ASCII Pr0n! by Anonymous Coward · · Score: 0

      Oh come on, x86 was loads of fun.... Ahhh.... 8086... My favorite...

  107. Oh yeah, BTW... by Anonymous Coward · · Score: 0

    Shouldn't you be at work,
    trying to accumulate enough
    money to do something about
    the negative balance on your
    paycheck?

  108. The gaming experience by Barleymashers · · Score: 1

    One of my fondest memories is when I upgraded from the //e to the //GS. I figured out that I could play all the old games that I had mastered at twice the clock speed. Rescue Raiders was never the same! I should dig my GS out of the closet!

    1. Re:The gaming experience by snilloc · · Score: 1

      There was a control panel option on the IIgs to run the system at //e speed for programs that got screwed up with timing.

  109. No it's not. Re:and before anyone else says it... by Anonymous Coward · · Score: 0

    ~$ telnet kfest.org 80
    Trying 64.144.87.102...
    Connected to kfest.org.
    Escape character is '^]'.
    GET / HTTP/1.0

    HTTP/1.1 200 OK
    Date: Thu, 08 May 2003 20:08:42 GMT
    Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26
    Connection: close
    Content-Type: text/html

  110. Dark Castle by A55M0NKEY · · Score: 1

    Nya nya nya Sqwawk sqwawk! Wipcha! Ahh.. Nya nya nya.. - shoots self in head.

    --

    Eat at Joe's.

  111. What is it that keeps such an old platform going? by rjamestaylor · · Score: 2, Funny
    What is it that keeps such an old platform going?

    The Dot-Com bust. Everyone had to hock there SUN E10000's for lunch money. All they had left were the Apple ]['s.

    True story. I read it on Slashdot.

    --
    -- @rjamestaylor on Ello
  112. thanks! by sstory · · Score: 1

    That's so cool! It Was taipan. thanks to everone who reminded me what the name was. How awesome that game was. I don't know if I want to find it now and play it though. It sucking would ruin the sentimental enjoyment, kind of like when I resaw Buckaroo Banzai when I was 19. Talk about ruined.

  113. What REALLY keeps the platform going... by Erik+K.+Veland · · Score: 1

    I believe these people took the slogan Apple ][ Forever more seriously than Apple ever imagined.

    --
    "I tend to think of OS X as Linux with QA and Taste", James Gosling, creator of Java
  114. Model T: Rice it up! by brer_rabbit · · Score: 1

    The main problem with the Model T is that today's kids can't appreciate or relate to it. I'd suggest a couple Model T owners make minor efforts to get a new generation interested in the Model T.

    Mainly, rice it up. Adding a big boat spoiler to a Model T would do wonders for appealing to a younger generation. And wouldn't we all like to see a lowered Model T, or some kick ass hydraulics -- you could call it a Model humpTee! Don't forget the boomin 18" woofers, or a fresh set of wide-ass wheels.

  115. We use them at school by Unregistered · · Score: 1

    Not because we can't afford new one (private school buys computer by the tons to waste money and keep non-profit status) but because we still have some old software that still needs the apple][. No real reason to replace them and the software would have to be rewritten.

  116. I can see it now.. by snoochyboochy · · Score: 1

    I first mis-interpreted the title as an art-intro: a painting of two children sitting in front of the screen, watching the wagon roll west....

  117. Still Kickin' by rockforever · · Score: 1

    I still have my Apple IIc, which I've had since early 1986, and it's still going. I still use it, mostly for nostalgic purposes. Ahhhh...the external 5.25 floppy drive...made it so easy to copy floppies! Oh, the 128K RAM...I was the RAM envy of my block, although my friend's C64 had all the cool games. The startup sounds....BEEP....DHDHDHDHDHDHDHDHDHD...the good 'ol days!

  118. moolah by xluap · · Score: 1

    Who is moolah?

  119. Re:mac problem by lieven_dekeyser · · Score: 1

    hmm.. i've read this story before.. euhm.. in the comments of just about every story on apple.slashdot.org get a life :p

  120. Hardware, not Software by fm6 · · Score: 1
    But you don't need an Apple to play with a 6502. I have a friend who teaches 6502 assembly programming at a community college. He started out using Apple IIs, but eventually the college couldn't spare the space for them. So now he uses PCs running Apple II emulators.

    Which is also how I play Apple II games, even though I have a IIe stuck away somewhere.

    Wozniak designed this system not for software people, but for hardware hackers like himself. Hardly suprising that this aspect of the platform is still of interest, especially when you can buy a II for pocket change.

  121. Re:What is it that keeps such an old platform goin by Anonymous Coward · · Score: 0

    yeah right! that's bullshit. jesus was a he bitch man whore.

  122. Re:What is it that keeps such an old platform goin by Anonymous Coward · · Score: 0

    Don't you ever read this site? ;-)

    huh, am i supposed to? ;-)

  123. Does it run Linux?.. by axxackall · · Score: 1
    ... If so - imagine a Beowulf cluster of them!

    ... If not - what is this post doing on /. ?

    --

    Less is more !
    1. Re:Does it run Linux?.. by Corydon76 · · Score: 2, Informative
      No, but the Apple IIgs does run GNO/ME, the GNO Multi-Tasking Environment. What does GNO stand for? "GNO's Not ORCA!" ORCA/C was the prevalent C compiler for the Apple II.

      GNO/ME, like Linux, was a Unix work-a-like. As I recall, the system had a limit of 32 concurrent processes, but otherwise emulated a slow Unix machine rather well. We even had dmake for dependency-checking Makefiles.

      And BTW, /. is not only for Linux. Don't be a bigot.

  124. Flashback by Guido69 · · Score: 1

    Oh god.

    Not just AppleSoft Basic but graphical ASB. GR. HGR. Anyone else remember the animated rainbow triangle? My second programming class in highschool had a final project that was a HGR program. Mine was a stick figure washing a car then a bird came and dumped on it. Most of it was a side view, but I showed one 5-second clip of the car from the back displaying my teacher's license plate number. I got an A and he never got the joke.

    I remember really wanting a IIe for Christmas one year. Had scavanged a bunch of supposedly broken add-on's from school. Damn salesman talked the 'rents into the just-released IIc. Nice machine at the time to work on, but a real PITA to take apart and put back together again. That's probably why dissecting a laptop has never really scared me.

    Now that I think about it, that machine is probably still up in their attic. Along with a whole bunch of add-ons: extra floppy drive, joystick, printer, modem, and about 1000 double-sided discs with pirated games. Gotta love Copy ][+ 8.1 for bit by bit disk dupes.

    --
    - If we aren't supposed to eat animals, then why are they made out of meat? - Steven Wright
  125. Isaac Newton was a virgin... by Anonymous Coward · · Score: 0

    And look what he caused us!

  126. Re:fp by Anonymous Coward · · Score: 0

    If you go to Kansas City, be sure to check out the World War I memorial!

  127. Completely open - that's why by dinog · · Score: 5, Informative
    The Apple ][+ I had was as completely open as a computer system could be. The system came with a manual that included the 6502 instruction set and a complete listing of the rom. Many of the components were socketed. There were several general purpose slots. The system came with built in BASIC and an assembler. The docs included a complete schematic of the entire system.

    There, the system was completely documented, fairly complete, and seemed designed to be messed with. While the initial configurations were limited to 48k, the slots allowed as much memory to be added as you could power. Granted, it only had a 16 bit address bus to the memory, but bank switching wasn't nearly the huge overhead it is on a XEON PAE setup since the whole system ran on one clock. The slots, the video, the processor, the memory all ran at the same speed, no "wait states" or other bull crap.

    Because both the software and hardware were completely open, many peripherals quickly became available. No one seemed to have exactly the same setup, yet rarely were there any hardware conflicts and the such that are so common today.

    The software, in addition to being open, was very high quality. Though limited, the DOS worked great. Very fast compared to many other computers of similar vintage. The built in assembler may not have been that great, but it was ALWAYS there. If you did hit an error, the most important tools were built into the ROM. The assembler, the dissasembler, and BASIC were always there when you needed them. Tape access was always there as well. I used a giant reel-to-reel until I could afford a floppy drive (US $600 *cough*).

    The system always seemed to attract high quality weirdos. The Beagle Brothers had some great software (with the best ascii animations I can recall), many languages were available for it including PASCAL, FORTRAN, FORTH, C, and god only knows what else. If you wanted to do something different with a computer, this was the plaform for you.

    Despite being only an 8 bit machine, it ran almost as fast as the early 16 bit machines. Some things it even did faster. When you needed to do 16 bit math, optomized routines were built into the ROM. Also, many of the early 16 bit machines lacked the open architecture and expandability the Apple had.

    I'm sure I'm forgetting things, but the point is it was completely open and very well documented. Sure they enforced their patents against the cloners (Franklin Computers anyone ?), but they didn't prevent the computer's owner (that's you !) from using it how they wanted. It has been down hill from there folks. Now we're happy if just the software is open.

    Dean G.
    Send my regards to Trebor and Werdna !

    1. Re:Completely open - that's why by haggar · · Score: 1

      You beat me to it: this is exactly what I wanted to say. The Apple ][ was hackable, moddable, you could understand the internals without the need of a microscope, a digital analyzer and a team of CPU architects. With some knowledge of digital electronics and CPUs, you could wholly grok a computer like an Apple ][. Heck, with some simple tools you could/can even repair the damn thing.

      --
      Sigged!
  128. Re:Very close! (was Re:What keeps 'em going) by Anonymous Coward · · Score: 1, Funny

    Quality Goatse link. Would click through again. A++++

  129. Old platforms by 56ksucks · · Score: 1

    "What is it that keeps such an old platform going?"

    Simple. It's really cool to get an old machine to do something new. Like internet for example, or 3D graphics.
    --

    ---- "Excuse me. Where's the children's gun section?"

  130. two data registers by generationxyu · · Score: 1

    with only 2 data registers (and 8 bit at that) i'm surprised you can write any code on the apple ii... but then again, brainfuck is even less... hmm... an assembly language brainfuck interpreter for the apple ii would be a good idea...

    --
    I mod down pyramid schemes in sigs.
    1. Re:two data registers by Corydon76 · · Score: 3, Informative
      You are incorrect. There are three data registers on the Apple II. You have the Accumulator, the X-register, and the Y-register. The X and Y registers are usually referred to as index registers, while the Accumulator is better known as a general purpose register.

      There is also the Stack register and the Flags register, but those are both special purpose and cannot be used for just anything (in particular, the Stack register contains a pointer to the return address of the current subroutine in memory page 1, and the Flags register changes everytime a Load, Add, Subtract, Increment, Decrement, Logical And, Logical Or, Logical Xor, or BIT instruction is executed).

  131. Re:What is it that keeps such an old platform goin by Anonymous Coward · · Score: 0

    I thought Linux needed a 32-bit processor!

    --bhtooefr as an AC - I'm out of posts for today!

  132. Re:L.A. Lakers felled by SARS. by Anonymous Coward · · Score: 0

    FUCKIN HELL YEAH! Nothing pleases me more than a Laker Loss. I'm so goddamn tired of hearing your world champion lakers every fucking time the damn news people blow their load of spooge over a stupid kobie ballhog dunk. Fuck that asshole and his cornholing big brother SHACK. Clippers in '04!!!!

  133. Re:Lazy intellectual wants everything for nothing by jdray · · Score: 2

    How do you get through the day without putting a bullet in your head? Or is that too much work?

    You're right about one thing: Print editors and writers are terrible at spelling and grammar. I don't think they put enough effort into it.

    But this nonsense about, "If I can't get what I want, I won't get anything at all," is a load of crap. How do you expect to get anything? Get off your ass and get out in the world.

    The geek culture (of which I am a part) has an unfortunately large subculture of people (of which I am not a part) who seem to think that if they wait long enough, whatever they want will come to them. It's unfair to say that life is passing them by while they wait, but more accurate to say that the life they have while waiting sucks. Maybe this stems from early childhood development where learning the trivia taught to them in school ("Washington was the first president of the U.S." or "2+2=4") came so easy to them that they determined that they probably didn't need to apply themselves to get anything they wanted. Then they get out in the real world and can't figure out why the inflow stopped.

    The basic model of existence that can be applied to all life forms comes down to, "Ask yourself what you want, then what you're willing to do to get it." Payment usually outweighs the reward. So, why do we go on? Life is an integrated solution.

    --
    The Spoon
    Updated 6/28/2011
  134. going and going by Anonymous Coward · · Score: 0

    It's the built in mini assembler! I wish my PC had one!

  135. Re:I produced the Credits for a Movie on an Apple by Anonymous Coward · · Score: 0

    I did something similar for video-labeling my VHS tapes with my IIgs. However, some of my newer equipment doesn't like the result on the VHS tape: My Dazzle* Hollywood DV Bridge can't make sense of the signal on that part of the tape, treating it as if there were no video signal present.

    But maybe that was just a quirk of the IIgs and the ][ worked better for this.

    I had Apples in high school. One of them was an original ][ that got upgraded to a ][+, mainly because the people servicing it didn't know the machines were different. Practically every chip got replaced through their test and replace procedure.

  136. The Apple ][ was by PotatoHead · · Score: 2, Interesting

    open!

    Simple as that. There was nothing you could not know about the machine simply by looking at it actually.

    Because the system is easily understood, making it do what you want (provided that task is within the limits of the hardware) is easy.

    Someone needs to make computers like this today, only with slightly better video. Kids who want to "get good at computers" would be well served learning said machine inside and out.

  137. true now but not then by Anonymous Coward · · Score: 0

    What you say is true now. but at the time static ram was not cmos. It was bipolar transistor based and current did flow.

  138. no, but bull. by twitter · · Score: 1
    Apple computers will work untill the cows come home?

    They will work until tax money taken, "for the children", is spent in schools rather than their administration, bussing, lunches and other nonsense.

    Louisana is a showcase of shuch schemes. We spend more on education per capita and student than all but two or three states, and have the second or thrid lowest standardized test scores. The money does not go to teachers or equipment that matters.

    He's wrong though. The average public school is a dumping ground of old computers, all of which would run just fine with free software. Baton Rouge had a lab with freeBSD where the students could do anything they wanted. I know one student who was told to help reduce inventory by removing computers they had so many.

    --

    Friends don't help friends install M$ junk.

  139. Good reason it's not dead yet by zakezuke · · Score: 4, Informative

    The apple really hit the educational market. I remember a mass of applications schools at back when they were still somewhat new (1985 or so) that I have yet to see replaced. Mostly science applications, like real time how do go dig for oil, or how long it would take you to right a bicycle between the sun and pluto vs a car and light speed. Most of it was really simple stuff, but never the less, has yet to really be replicated under the PC platform.

    Aside from that, to be honest, I was never a big apple fan, damn bizzaro video and using a tape drive controler for disk storage, which while may have been cost saving in 1978, it was just being damn cheep by 1985.

    Plus you have logo, while not exclusivly a apple standard, is something that I feel should still be taught in the schools. Not because it's a good programing language, but teaches children to be logical.

    Actually I was a Texas Instruments fan, it also had a plethra of educational programs, but alas the project went bust.

    --
    There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
  140. What keeps 'em going? Easy answer... by Anonymous Coward · · Score: 0

    Computers were a true joy back then. It was all new, a frontier to be explored. It was exciting to be there with the pioneers, and actually be one yourself. And best of all, you could actually understand how it all worked.

  141. The Secret: What Keeps Them Going by CaptainCarrot · · Score: 1

    Duct tape, what else?

    --
    And the brethren went away edified.
  142. Re:What is it that keeps such an old platform goin by Anonymous Coward · · Score: 0

    wouldnt a cluster of apples be a tree?

    think about it.

  143. Parents... by pyrrho · · Score: 1

    >What in god's green earth makes you think life was simpler and better than now?

    How about room and board paid by someone else who even wipes your ass for you for a few years. Holy Nell... that's always was why it was better.

    --

    -pyrrho

  144. It's obvious by eamonman · · Score: 1

    All those Eamon text based RPG games, which, while were easy to cheat on (ok so charaters had +31 everything), it was fun to design my own levels and adventures. Endless fun with what was just lines of simple basic.

    --
    0- Eamonman Proud member of DNRC
  145. //c is gone ... by MoobY · · Score: 1

    I loved my //c back in those days. A pity my sisters threw it away because "you only look at it once in a month." They also flushed all of my floppies before I knew the machine had left the building.

    --
    --- Sigmentation Fault - Comments Dumped
  146. No CoCo users here? by Anonymous Coward · · Score: 1

    If everyone is going to talk about old systems, you have to mention the Radio Shack Color Computer (CoCo.) At one point there were 4 or so magazines devoted to it, and many many of them around the world. Ah, I miss that machine. (6809!)

    Cheers
    Carlos

  147. REBOOT by Anonymous Coward · · Score: 0

    ]CALL -151
    *C600G

    APPLE ][

  148. Obligatory Slashdot clich� by roesti · · Score: 1
    Imagine a Beowulf cluster of Apple II's...

    (...being less powerful than a modern-day pocket calculator...)

    1. Re:Obligatory Slashdot clich� by pressman · · Score: 1

      That would be about as useful as the USB floppy drive RAID that one guy made a couple of months ago.

      --
      Pooty tweet
  149. Re:parent is lying by Anonymous Coward · · Score: 0

    No, THIS parent is lying.

  150. Still working by Anonymous Coward · · Score: 1, Interesting

    A couple of years ago, at the Canberra Show, I saw a carnie booth selling Bioryhtms for about 5 bucks each. It was being driven by an Apple ][ plus ... I talked to the sideshow operators, and they had tried to replace it a couple of times with newer computers.

    The newer computers kept breaking ... but the Apple kept chugging away.

    Woz knew how to build a machine, thats for sure.

  151. Transputer? by Anonymous Coward · · Score: 0

    Seems to be your idea.

  152. what about the spawn's spawn's 12 cousins? by dj_virto · · Score: 1

    I used to feel this way until I knocked around the world a little bit and saw the way the other 2/3s live.

    Unfortunately, we're better off to educate the spawn a little bit than to have to live in the same city with the spawn's ill raised spawn's spawn and their 17 cousins. You can't keep moving to the suburbs forever. Then you just end up with something nasty, like the city of Houston, TX :)

    1. Re:what about the spawn's spawn's 12 cousins? by MSTCrow5429 · · Score: 1

      I think the other 2/3s is a vast exaggeration. However, even the poorest 10% in this country live better than the top 10% in many countries, and certainly far better than those a few hundred years ago. Of course we can move into the suburbs. You think that the indigent and unproductive will be able to move in along with the economically productive and more virtuous? The only way they can make up for their failures are through government hand-outs, which most of us are more than fed up with. It doesn't stop them from failing either, only increases the probability of it.

      --
      Slashdot: Playing Favorites Since 1997
  153. Comprador! by Anonymous Coward · · Score: 0

    Comprador means "buyer" in Portuguese.

    Comparador means "comparer" (I believe it's a kind of basic circuit).

    Donate money to the Sea Godess, pay the gangster and borrow money... even though you don't need... you will be less robbed.

    Money in the bank is a safety net in case something real bad occurs to your warehouse.

  154. My thoughts, too. by Anonymous Coward · · Score: 0

    I agree with all that.

    But you're preaching to the choir, in the case of people who care, like me.

    And you're talking to deaf ears, in the case of "modern" people, who think a 2-page letter in a .doc file with 2MB is a normal thing (and don't even start to argue, 2MB is way conservative...).

    *Sigh*

  155. Cool...maybe my sig will be appreciated here by SiliconJesus101 · · Score: 1

    I still have several old Apple's ranging from //e's to several IIgs systems. The real shame is that I used to run a mirror of the Cabi, Asimov, and Ground Apple archives but was sent a nice nasty letter from my ISP to shut it down due to it's "illegal" content. Seems that some kind fellow on the comp.sys.apple2 news group felt a moral obligation to turn me in.

    --

    "The strong will do what they want, the weak will do what they must."
    -Thucydides

  156. Is GNO alive? by axxackall · · Score: 1
    Q#1.2: What is the status of GNO?

    A#1.2: GNO was developed by Procyon Enterprises (Jawaid Bazyar, prop.).
    Until August 1997, GNO was a commercial product. In August 1997,
    Jawaid changed GNO's status to that of freeware. Procyon still
    retains the copyright on the kernel, gsh, and other components
    which were written by or for Procyon.

    GNO IS NOT PUBLIC DOMAIN.
    I think this explains why it was not ported on PPC and other nowadays platforms.

    Too bad that personal ambitions kill good ideas.

    --

    Less is more !
  157. Re:I love my ][e: I love my Quadra too!!! by Dr+Reducto · · Score: 1

    I had a Quadra 660Av Mac. It lasted from 1994, until I had a flood in my basement earlier this winter. That was the best computer I ever owned. I did all my papers for school on it because MS Word 7 > MS Office XP, and I had a laserwriter. Now that that is dead, I have to buy a new Mac, cause they last forever.

  158. Moderation Totals: by raehl · · Score: 1

    50% - Non-Apple II users
    30% - Apple II users getting laid
    20% - Apple II users not getting laid

  159. Free as in... by dorfsmay · · Score: 2, Funny

    it also manages gradual temperature changes (1/hr) for different stages of brewing

    You should make that code available for free !! It would give a whole new sense to the expression "free as in..."

  160. Who is going to go to this? by just+some+computer+j · · Score: 1

    I am just curious to see how many /.ers will be coming to Kansas City for this meeting. I am lucky to be just 20 minutes away.

    --
    eh, this sucks, I am going back to bed....
  161. What is it that keeps such an old platform going? by h8macs · · Score: 1

    Cause it is just so geek chic to have that oh so cool amber monitor!

    --
    :-( --- argh. Despair, I owe again. :-b
  162. Dallas Ball Tower Lights by Anonymous Coward · · Score: 0

    I understand (I heard it on the radio, so who knows for sure) That Reunion tower's lighting system is controlled on an apple 2, and has been from the start.

    Its showing its age, and likely needs a good looking into.

  163. My dad still uses one for his business! by Jon+Abbott · · Score: 2, Interesting

    Believe it or not, my dad still uses an Apple //c for his business -- he uses it for writing business proposals and keeping inventory on carpentry items. He says that it just works... Even though there is a newer PC in the house, with MS Office on it, he still uses the //c instead. His ImageWriter II dot matrix printer still prints fine, his 180k and 360k floppies still work fine (mainly because the magnetic density is so low that they don't degrade as much with time), and AppleWorks boots up in the time it takes our PC to check its RAM. About the only problem he's had is with finding 5.25" DD floppies (though I've heard that some places sell them by the thousands for cheap nowadays). Anyway, he's been perfectly content using the Apple //c for the last 15 years! How's that for a switcher story?!

    1. Re:My dad still uses one for his business! by jonathanweaver · · Score: 2, Interesting

      Yeah, my Mom still uses the //e she and Dad bought for my sister and me more than twenty years ago.

      Contact / Christmas card list mostly, but she's competent with spreadsheets and word processing as well.

      Incidentally they also own a (vintage 2001) WinDell. She knows more information about the newer machine, but she's more productive on the Apple.

      Really. I've watched.

  164. Still life ... Apple by cardozo · · Score: 2, Funny
  165. In search of the most AMAZING thing by ctar · · Score: 1

    I played this simplistic, but addictive game on my ][e. You flew around in this kind of high-tech balloon refueling and getting food, and then in the cities, buying things, and gambling.

    I never finished the game, and when I think back on it now, I really feel like this game had no ending. The whole point was to fuel your imagination as to what that most amazing thing you were searching for was...Anyone know?

    On another note, I used the ][e, and know most of the games, but never got beyond doing some very basic BASIC programming. Now I've only recently started learning C and Perl, and want to try programming on the ][e. Anyone have any advice? Also, I've tried to get an emulator running on my linux box, but found it not trivial.

  166. synchronicity... by netsrek · · Score: 1

    hey weird.. I know you in, well not meatspace, but in a slightly smaller internet land...

    --

    i don't read slashdot anymore.
  167. Imagine.. by Anonymous Coward · · Score: 0

    a beowulf cluster of these!

  168. C64 forever! by Anonymous Coward · · Score: 0

    FUCK apple!

  169. No apples by Anonymous Coward · · Score: 0

    Apples are rare over here in the uk.

    So give me a C64 or even better, a C65 Whehey!

  170. ahh...nostalgia by Anonymous Coward · · Score: 0

    ahh nostalgia.... it's not what it used to be

  171. Love by DarkDust · · Score: 1
    What is it that keeps such an old platform going?

    I don't own an Apple II but I know what keeps it going: love :-)

    This has always been the strength of Apple: they create computers that their users love, something MS never accomplished (okay, they don't make computers... yet).

  172. Mmmm-hmmmm... by hobbit · · Score: 1

    ...just not quite as consistent as it should be if it were either divinely inspired, or based on eyewitness accounts of things which actually happened rather than verbal accounts of things which people merely claimed to have witnessed.

    --
    "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    1. Re:Mmmm-hmmmm... by johnnyb · · Score: 1

      Only if you presume God to be Platonic. Unfortunately, God didn't consult Plato. Some of your points are valid, but not quite so much in the way you mean them. For example, whether it was written down by eyewitnesses or not does not have much bearing on its validity. Either you believe the people who said so or you don't - whether they or their grandchildren actually wrote it down is somewhat irrelevant.

      In addition, the term "inspiration" has a number of different meanings. People who have an inadequate understanding of language tend to take translations a little too seriously. People have gone overboard when they read that "Inspired by God" means God-breathed in greek. Well, "inspired by God" can literally mean God-breathed in English, too - it's just that most people use the word "inspire" to mean prompting, rather than actually to breathe in, though it's a valid definition.

      If you look at the Bible's own claims of authenticity (2 Timothy 3:16), you'll notice that it claims itself useful for the following activities:

      teaching, rebuking, correcting and training in righteousness

      None of which include correcting history. Now, I'm not saying that the events of the Bible didn't occur - I quite believe they did and have faith that the people writing them were being honest, even if they may have been at times incorrect. However, the point of the Bible is training in righteousness - something that the whole of the Bible does quite well.

      Some people say that the Bible is inconsistent. It depends on what you were expecting. Life is crazy enough that any self-consistent set of rules that are completely understandable are just plain wrong. Therefore, as Christians, we have faith that what God has been saying through His people is true, even though it's much muddier than we might like, and there aren't exact answers for everything (although there are for many things).

      Anyway, I love the Bible, and often feel God speaking to me as I read it. I can understand how the overzealousness of people who think Plato's idea of God is the authoritative definition can obscure God's work and working. I think that more importantly than being overly literal with the Bible, Christians should take God at His word - which is a little different and a little more human (kind of the way He's been communicating with us all along). Some people expect God to communicate to us in an extra-human way. But if He did, we would have no hope of understanding.

    2. Re:Mmmm-hmmmm... by hobbit · · Score: 1

      Some of your points are valid, but not quite so much in the way you mean them. For example, whether it was written down by eyewitnesses or not does not have much bearing on its validity. Either you believe the people who said so or you don't - whether they or their grandchildren actually wrote it down is somewhat irrelevant.

      So you simply don't believe that a story communicated orally is any more susceptible to deliberate or accidental embellishment or amendment? Chinese whispers? And if the Bible had been passed in the oral tradition through to the 21st century, and only now did we come to write it down, it would be pretty much identical to the Bible as we know it?

      In addition, the term "inspiration" has a number of different meanings [...] If you look at the Bible's own claims of authenticity (2 Timothy 3:16), you'll notice that it claims itself useful for the following activities: teaching, rebuking, correcting and training in righteousness

      It is also claimed in the Bible that God will not allow the Word to be corrupted, is it not? That's what I understand by 'divine inspiration' - that whether or not it is directly breathed, it is nonetheless authored by God.

      However, the point of the Bible is training in righteousness - something that the whole of the Bible does quite well.

      That's a very unorthodox view of Christianity. Most Christians would say that the purpose of the Bible is to reveal the gospel of Jesus - not the bits about how to live your life, but that Jesus is the Son of God and that no man comes to the Father except through Him.

      Some people say that the Bible is inconsistent. It depends on what you were expecting. Life is crazy enough that any self-consistent set of rules that are completely understandable are just plain wrong. Therefore, as Christians, we have faith that what God has been saying through His people is true, even though it's much muddier than we might like, and there aren't exact answers for everything (although there are for many things).

      There is a great deal of Christianity which is a lot less self-consistent than a number of alternative spiritual and/or moral philosophies. If you're interested in discussing this, reply to me here and I'll email you.

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    3. Re:Mmmm-hmmmm... by johnnyb · · Score: 1

      "So you simply don't believe that a story communicated orally is any more susceptible to deliberate or accidental embellishment or amendment? Chinese whispers?"

      Actually, people _used_ to be able to memorize oral traditions very well. We aren't able to today, because we have no need for it. You either treat history with respect or you don't. Written or oral doesn't count for a lot.

      "It is also claimed in the Bible that God will not allow the Word to be corrupted, is it not?"

      Haven't seen that. Maybe it does somewhere, but I certainly haven't seen it. I think that's a traditional view, but it's not in the Bible.

      "That's a very unorthodox view of Christianity. Most Christians would say that the purpose of the Bible is to reveal the gospel of Jesus - not the bits about how to live your life, but that Jesus is the Son of God and that no man comes to the Father except through Him."

      Yes! Quite true! That's training in righteousness. Our righteousness is more determined by our relationship with God than anything we do of ourselves. Whether my views are unorthodox or not depends on how you look at it. The current inerrant views are from when Luther used the Bible to combat corruption in the Catholic Church. He saw how the Church had decided that it was an authority over the Bible. His only answer was to say that the Bible was absolutely infallable. While that is a much better answer than what the Catholics were practicing at the time, it is not a fully adequate answer, and is not one even the Bible claims for itself.

      "There is a great deal of Christianity which is a lot less self-consistent than a number of alternative spiritual and/or moral philosophies. If you're interested in discussing this, reply to me here and I'll email you."

      Self-consistency is not as useful as you may think. Self-consistency is only useful if the way our rational minds put things together correspond to reality. I trust Jesus, and His word is the authority in my life. I haven't had it fail me yet, nor have I been unsure of what Jesus was asking of me in any of it.

      Anyway, I'd love to continue the correspondence in email - johnnyb@eskimo.com

    4. Re:Mmmm-hmmmm... by qwertyatwork · · Score: 1

      >However, the point of the Bible is training in righteousness...

      HAHAHA thats the funniest thing Ive read in a long time. Unless you consider, murder, rape, child molesting, and slavery to be 'rightous'

    5. Re:Mmmm-hmmmm... by johnnyb · · Score: 1

      I suppose you are speaking of the moral errors of people throughout the Bible?

      The Bible, unlike most historical books of its time, outlines both the errors and the correct actions of the people involved. The Bible recording an event does not mean that the Bible condones the given event.

      In what way would you say that the Bible condones murder, rape, and child molesting? I've never seen a passage of the sort. There are a few isolated cases of murder, true. But nothing I've seen that's an outright condoning of the behavior in general. In fact, God refused to allow David to build His temple because David's reign included so much bloodshed. The bloodshed was sanctioned by God, but it shows that although there may be times when God requires someone's blood, His heart is for peace.

    6. Re:Mmmm-hmmmm... by qwertyatwork · · Score: 1

      Historic? The only things in there that are verifiable/falsable have all been falsified. There is NO legitimate history in the bible. As far as all that stuff about murder, rape etc, have you not read the bible? Ive read it from front to back and it is by far the sickest most vile thing Ive ever read. I find it unbearable that children are allowed to read it. So, heres some versus for, hopefully youll reconsider your "loving merciful god".

      "Now therefore, kill every male among the little ones, and kill every woman who has known man by lying with him. But all the young girls who have not known man by lying with him, keep alive for yourselves." - Numbers 31:17 This condones the rape of young children.

      "While the people of Israel were in the wilderness, they found a man gathering sticks on the sabbath day...And the Lord said to Moses, 'The man shall be put to death; all the congregation shall stone him with stones outside the camp.' And all the congregation brought him outside the camp, and stoned him to death with stones, as the Lord commanded Moses." - Numbers 15:32

      "Happy shall he be who takes your little ones and dashes them against the rock!" - Psalms 137:9

      "If a man rapes a girl who is not engaged and is caught in the act, he must pay a fine to the girl's father and marry her; he may never divorce her" - Deuteronomy 22:28-29 Rape victims are forced to marry their rapist?

      "You may acquire male and female slaves from the pagan nations that are around you." - Leviticus 25:44 Slavery, yay?

      They shall fall by the sword: their infants shall be dashed in pieces, and their women with child (pregnant) shall be ripped up!" - Hosea 13:16 Sickening.

      Their children shall be dashed to pieces before their eyes! There houses spoiled, and their wives raped...Dash the young men to pieces...have no pity on the fruit of the womb, the CHILDREN SHALL NOT BE SPARED!" (Isa 12:16-18)

      And he went up from thence unto Beth-el; and as he was going up by the way, there came forth little children out of the city, and mocked him, and said unto him: 'Go up, thou baldhead; go up, thou baldhead.' And he looked behind him and saw them, and cursed them in the name of the LORD. And there came forth two she-bears out of the wood, and tore forty and two children of them. (2 Kings 2:23-24)

      Or should I dig up more?

  173. Don't forget, though... by hobbit · · Score: 1

    ...in those days you had an enormous manual to teach you how to program the mechanics of 3D rendering, etc.

    --
    "Wise men talk because they have something to say; fools, because they have to say something" - Plato
  174. HEHEHEHEHEHE by Anonymous Coward · · Score: 0

    ...he said "crank"!

  175. My apple ][ memories by nothingtodo · · Score: 1

    I was in hi skool at the time the //e came out. I didnt do very good in computer class due to making signs with print shop pro and playing castle wolfenstein but it started me on a life of computers. I didnt get my own apple until 1987 or so when I bought a //+ with no disk drive for $200 hard earned dollars and eventually got my controller card and disk drive from Jameco. That //+ which I still have had a Videx encoder board that allowed lowercase characters, keyboard macros, and other cool stuff. I also bought the AE 80column card for that computer too and could run Appleworks 1.3! Over the years I now have every apple // model except for the original non autostart ROM ][ and boxes of hardware and programs. It's always fun to play those old games and booting DOS 3.3 in seconds. CATALOG,D1 , PRINT PEEK (-16336), INT, GR,TEXT,INIT HELLO, control+open apple+delete anyone?

    --
    -- After all is said and done, more is said than done.
  176. The last hackable platforms by Holocaust+Administra · · Score: 1

    Apple //s, C-64s... before the GUI and corporate operating system blues. Yep, those were the days. Nostalgia is a cancer.

    --
    Just say No.
  177. Re:Lazy intellectual wants everything for nothing by chefbimbo · · Score: 1

    How do you get through the day without putting a bullet in your head?

    Just barely. I don't like the idea of the mess it would cause.

    Or is that too much work?

    That's the main reason I'm still alive. Shooting yourself is far from trivial (many screw it up and just get terribly injured) and getting the right pills takes a major effort too.

    But this nonsense about, "If I can't get what I want, I won't get anything at all," is a load of crap. How do you expect to get anything?

    Usually (aside of chicks) I get exactly what I want.

    Get off your ass and get out in the world.

    Whenever I do, I must conclude that it wasn't worth the effort. Usually I end up feeling up worse than before. Any sane person will avoid situations that make him feel worse than before. And don't tell me that only I can make a difference. While in theory true, it doesn't do any difference in practice so I can save the effort and spend the energy on something more rewarding.

    It's unfair to say that life is passing them by while they wait, but more accurate to say that the life they have while waiting sucks.

    Depends. Not getting laid kinda sucks at times but it also means you got your freedom. Taking school/job aside (currently ain't doing anything real at all), I can get up whenever I want (usually that would be about 12:00) and generally do whatever I want too. Looking at it objectively, it ain't too bad at all.

    Maybe this stems from early childhood development where learning the trivia taught to them in school ("Washington was the first president of the U.S." or "2+2=4") came so easy to them that they determined that they probably didn't need to apply themselves to get anything they wanted.

    Partly. But in many cases (mine included), life up until the late teens was entirely effortless, too.

    The basic model of existence that can be applied to all life forms comes down to, "Ask yourself what you want, then what you're willing to do to get it." Payment usually outweighs the reward. So, why do we go on?

    There's a crappy evolutionary left over along the lines of will to life that provides you with some very basic hope for a better future even if objectively, that's entirely wrong. In my case, it sure as hell ain't the fear of death (I simply lack it) but possibly the fear of pain until you're really dead. If I were diagnosed with HIV (not bloody likely) or cancer or got blind/whatever, rest assured that I would spend (on opiates, probably) whatever money I could get ahold off and then commit suicide.

  178. The Apple ][ community is a color? by dutky · · Score: 1
    I can't help it: every time I read the headline I see "(Still Life) in (the Apple II Community)", as in "Still Life in Sepia", rather than "([There is] Still) (Life in) (the Apple II Community)". I guess it's just my misspent youth in the visual arts.

    On Topic, when I was still wasting my youth as a painter, I spent about 6 months writing a simple drawing package for the Apple IIe, complete with a simple vector font library so that I could place text at any size or orientation into my images. This was around 1985-86 and I was using an Apple Lisa 2, at home, to prototype my paintings before committing to canvas (much more expensive than fan-fold paper) but my high-school only had Apple IIes.

    I'd already been programming for a number of years, but this was the first time I actually tried to write something big and of my own devising. I stumbled upon the concept of top-down design and step-wise refinement almost immediately, which could probably be taken as an indication that Art was not my real calling.

    The IIe was a nice machine, but was awfully slow, even in '85. I remember that, even with a fairly well optimized circle drawing algorithm (a lookup table for sines and cosines and reflection along two axes), you actually had to wait for the figure to draw on screen.

  179. Re:Usefullness & other reasons not to change a by Dr+Reducto · · Score: 1

    Quadras work really well, especially for hypercard. It is stupid for them to upgrade to a low-end system and be running flash all over the place though.

  180. Re:Lazy intellectual wants everything for nothing by Anonymous Coward · · Score: 0

    Thats funny i dont remember posting this.

    IE You're not alone in that.

  181. Ah... and the original Castle Wolfenstine by Anonymous Coward · · Score: 0

    I still jump when I think of of the sound those Nazis would make when they were coming after you.

  182. Re:Easy Your NEVER talk to me anymore U h8 me! by Anonymous Coward · · Score: 0

    Once again, I find that shiznit necessary write in defense of myself 'n my beliefs, know what I'm sayin'? First things first: Vsync's insults always follow da same pattern n' shit. Tha dude puts da desired twist on da actual facts, ignores inconvenient facts, 'n invents as many new "facts" as necessary convince us that that shiznit's perfectly safe drink 'n drive n' shit. Do yo' ass really think that university professors gots conform they theses 'n conclusions tha dude's patronizing prejudices if they want publish papers 'n advance they careers, as Vsync claims? Wake up! Vsync's claim that tha dude is merely trying make this world a better place in which live is factually unsupported 'n politically motivated n' shit.

    I, hardheaded cynic that I am, like speak of tha dude's ass as "childish" n' shit. That's a reasonable term use, I claim, but let's now try understand that shiznit a little better, know what I'm sayin'? For starters, everybody is probably familiar wit da cliche that I am flat-out tired of Vsync's psychological bullying, know what I'm sayin'? Well, there's a lot of truth in that cliche n' shit. As that last sentence suggests, I has a tendency report da mo' sensational things that Vsync is up , da mo' shocking things, things like how tha dude wants defy da law of da land n' shit. And I realize da difficulty that da average person has in coming grips wit that, but tha dude's dissertations are not izzle only concern." To state da matter in a few words, tha dude's obiter dicta are continually evolving into mo' 'n mo' soulless incarnations." Here, I'm not just talking 'bout evolution in a simply Darwinist sense; I'm also talking 'bout how if Vsync would abandon tha dude's name-calling 'n false dichotomies, that shiznit would be much easier fo' me get da facts out in da hope that somebody will do something solve da problem." Do not let inflammatory rhetoric 'n misleading 'n inaccurate statements decide yo' position on this issue." Is that shiznit important that this is one letter that Vsync doesn't want yo' ass read? Of course that shiznit's important." But wass mo' important is that tha dude's indifference only adds da problem n' shit. Am I aware of how Vsync will react when tha dude reads that last sentence? Yes." Do I care? No, because tha dude extricates himself from difficulty by intrigue, by chicanery, by dissimulation, by trimming, by an untruth, by an injustice."

    Having studied tha dude's charges 'n finding 'em groundless, I gots now tell da world that there is no place in this country where we are safe from Vsync's expositors, no place where we are not targeted fo' hatred 'n attack." Statements like, "Education without action creates frustration, while action without education leads unilateralism" accurately express da feelings of most of us here n' shit. I doubtlessly can't stress this 'nuff, but that shiznit would be wrong imply that Vsync is involved in some kind of conspiracy squander irreplaceable treasures." It would be wrong because tha dude's hatchet jobs are far beyond da conspiracy stage." Not only that, but one of tha dude's legates once be like, "Ethnocentrism 'n sexism are identical concepts n' shit. " Now that's pretty funny, of course, but I didn't include that quote just make yo' ass laugh n' shit. I included that shiznit convince yo' ass that Vsync believes that tha dude is a perpetual victim of injustice n' shit. Sorry, but I has call foul on that one." I do not propose a supernatural solution da problems we're having wit Vsync, know what I'm sayin'? Instead, I propose a practical, realistic, down--earth approach that requires only that I renew those institutions of civil society -- like families, schools, churches, 'n civic groups -- that warn da public against those harebrained gadflies whose positive accomplishments are always practically nil, but whose conceit can scarcely be excelled."

    There are two classes of muthas in this world." There are those who make empty promises, 'n there are those who convince muddleheaded, detestable pettifoggers stop supporting V