Two Stop Bitsnew | comments | tags | ask | submitlogin
  • tommasz 93 days ago | parent | on: Deja News: What we used before Reddit or Stack Ove...
    Usenet was the only resource for asking questions about pretty much anything back in the early 90s. All you needed was a modem, UUCP, and enough disk space to hold everything. You just had to be patient for the answers to arrive.
    • bmonkey325 92 days ago
      Don’t forget FidoNet. UUCP for us peasants who didn’t have unix or Darpanet access

      https://en.wikipedia.org/wiki/FidoNet

  • tommasz 99 days ago | parent | on: Whatever Happened to Unix Workstations?
    The SparcStations I used in grad school were so much more powerful than anything had access to at work. Sun and the others totally blew it, just like the minicomputer companies had when the Unix workstations arrived.
  • tommasz 110 days ago | parent | on: Amiga Documents 3.3.3 - Amiga.ownership history
    What an absolute mess (the situation, not the site). It's devolved into a machine that gives money to lawyers. Such a shame.
  • tommasz 111 days ago | parent | on: What Have We Learned from the PDP-11?
    The PDP-11's interrupt handling kept it going in embedded and industrial environments long after it was supplanted in other markets.
    • glhaynes 109 days ago
      What was special about its interrupt handling?
      • bmonkey325 109 days ago
        The PDP-11 was one of the first systems to use vectorized interrupts and interrupt chaining. This meant that when an interrupt occurred, the CPU could jump directly to a specific handler for that device, execute its code, and even pass control to other handlers if needed. Once completed, execution would resume exactly where it left off.

        For example, a sensor connected via a bus card could trigger an interrupt when new data was available, allowing code to store the value in memory or write it to disk automatically, without the main program needing to check for updates. This eliminated the need for wasteful polling, making the system more efficient and responsive by handling events asynchronously in the background.

    • bmonkey325 111 days ago
      I had a client using a vax 11/750 in 2016. I remember touching the cabinet and saying “Easy girl. Your job is almost done “.
  • tommasz 122 days ago | parent | on: Open Dylan: An object-functional language created ...
    I played with this a long time ago when Apple first introduced it. Interesting to see there's some folks still working on it.
  • tommasz 141 days ago | parent | on: The DEC VT220 - Design excellence from 1984.(YouTu...
    In my VAX days the VT220 was the terminal to work on. The keyboard was excellent and you could stare at the screen all day without a problem (or maybe just because I was younger).
    • bmonkey325 141 days ago
      It was a simpler and better time. There wasn’t a constant torrent of attention demanding interruptions. It was you and the machine. No cat pictures, meeting reminders, status updates and chat feeds blocking your progress
  • tommasz 167 days ago | parent | on: RISCy Business - Article from 1985 Looks at 3 RISC...
    I had forgotten all about the Transputer. Never really considered it RISC but apparently it was.
    • zxm 165 days ago
      i remember the hype and there was an article saying that sir clive sinclair of zx spectrum fame was looking at the transputer idea as a way to jump back into computing after the sale of sinclair. my thought that he was just about crazy enough to do it, make it work and sell it for a pittance :-)
    • bmonkey325 167 days ago
      I so wanted the ATW-800 from Atari to ship and be a thing.
  • tommasz 171 days ago | parent | on: Two Interviews with Ken Kaplan, One of the Creator...
    I used OS-9 68000 back in the 90s on a telecom project. The feature I liked best was using "cd ..." to take you to the parent's parent directory.
    • vlm 170 days ago
      To my enormous surprise, forty-plus years later triple period now means something like recursive wildcard subdirectory in the Go language

      # lists your standard library packages and workspace packages

      go list ...

      # Builds just your workspace as opposed to "go build ..." which is much more exciting, don't do that

      go build ./...

      I am rather jealous of the M68K as on a 6809 in the 80s running OS-9 Level 1 we were somehow ALWAYS out of both floppy disk space and memory.

  • tommasz 336 days ago | parent | on: The biggest CRT display ever made: Sony's PVM-4300
    They don't mention how much it weighed. The 27" Sony we had was slightly over the limit of what I could lift by myself (though I did manage to when no one else was available).
    • n3ffo 335 days ago
      450 pounds, or about 200 kg
      • bmonkey325 335 days ago
        I had. 50” hitachi diamondscan from this era that was about the same weight. My niece killed the screen with duck hunt
        • qingcharles 334 days ago
          What's a Diamondscan?

          I had the 40" Sony CRT. It took 3 of us to lift that thing. I bought it just for lightgun games.

          • bmonkey325 334 days ago
            4:3 rear projector 50” tv of the same era. 3 colour tubes to composite and project each colour plane. Just a big, bulky, dumb tv. I only noted it because it had the same mass as the tube tv you had.it took 3 persons to cart it up the 2 flights of steps into my apartment.
  • tommasz 371 days ago | parent | on: Small VT100 scale model with working keyboard
    This is something that needs to be reposted sometime in the future when more of it is complete.
  • More
lists | rss | source
Search:
Two Stop Bits is a discussion web site about retro computing and gaming.