Two Stop Bitsnew | comments | tags | ask | submitlogin
  • shdon 601 days ago | parent | on: Synertek 6502 Programming Manual, converted to HTM...
    As much as I'm for being gender-neutral, what they did here really annoys me. They've changed every instance of "he", "him" or "this" to "they", "them" or "their", which is fine. But leaving the old text in grey strike-through and the new text in italic makes it very jarring to read when you're just trying to get the actual information. I ended up resorting to custom CSS for making it read normally.
    • bmonkey325 601 days ago
      That is extremely odd . I didn’t even notice on my iPad until it was pointed out. I guess because I read it as reference and not narrative ? Somewhere Orwell is smiling
  • shdon 616 days ago | parent | on: Microsoft QuickBasic remembered
    I used to use Turbo BASIC, but QuickBASIC was a major step up from that. QB4.5 made BASIC feel professional. Microsoft was very clever to replace GWBASIC with QBASIC. I wonder how many people graduated to QuickBASIC from it.
    • bmonkey325 615 days ago
      With all these dialects and the march of time - Visual Basic and the “RAD” movement qualify as “retro” now.
  • shdon 616 days ago | parent | on: Let's compile like it's 1992
    I tend to use a Windows XP laptop (off-network) for DOS development. Win9x might be more appropriate, but the laptop is too modern for it to work reliably - and XP is just generally more stable whenever I make a coding mistake :D It's not perfect, but it has some advantages over DOSBox. Two spring to mind: 1. DOSBox maps Ctrl-F9 to the killswitch by default, and I tend to forget to disable it (which can be done using the keymapper). Quite annoying when that is the "Run" key combination for Turbo C++ and similar IDEs. 2. Windows supports long filenames, which RHIDE (the DJGPP IDE) can make use of. I much prefer giving my source code filenames that aren't limited to 8.3 characters.
  • shdon 631 days ago | parent | on: The (Almost) Definitive PC Sound Card Article (Pre...
    Wow, that is a comprehensive article. Very impressive!
  • shdon 649 days ago | parent | on: ZX Spectrum Raytracer
    I wonder how the performance would be in assembly. Replacing the floating point emulation done by BASIC with a fixed point implementation would probably do a lot. I'm always impressed at raytracing being done on systems that lack multiplication and division instructions.
  • shdon 652 days ago | parent | on: Over 40 Years Later, William Shatner Still Loves T...
    It may have been tongue in cheek, but I actually find it endearing and cool that Shatner responded to this and responded in the way he did. Not to mention he's actually not wrong.
    • bmonkey325 652 days ago
      I have met him at various comic cons in Canada. Last time in 2021 Fan Expo Toronto. Sharp as a tack. He does everything himself, he doesn't have someone else handling his social.
  • shdon 685 days ago | parent | on: Happy Holidays Everyone!
    Merry Christmas. Thanks for creating Two Stop Bits!
  • shdon 702 days ago | parent | on: Experience should be improved on mobile
    One thing that still bugs me is that in the dark mode the header bar is black on dark grey. (Incidentally, the "dark" theme is not selected going to the profile page - so just clicking the "update" button without any changes will switch me back to the default theme).
    • jgrahamc 702 days ago
      Ah. I hadn't looked at dark mode for a while. Will fix.
      • shdon 701 days ago
        If the links are not visited, it looks okay, the problem is the CSS rule: .page-header a:visited { color: #000; }
        • jgrahamc 701 days ago
          Thanks.
  • shdon 702 days ago | parent | on: Turbo Pascal turns 40
    I really like Pascal as a language and Turbo Pascal in particular was an amazing piece of work. It was uncommonly user friendly for such a powerful piece of software running on the limited hardware of the time. The context sensitive help was terrific. Also amazingly fast, especially with self contained units. Visual Studio on a modern multicore multiGHz PC makes me wait longer for a build than Turbo Pascal did on my 486 or in some cases even my earlier 386.
  • shdon 721 days ago | parent | on: ZedRipper : A 16-core z80 Laptop (part 1)
    Thats insanely impressive and impressively insane.
  • More
lists | rss | source
Search:
Two Stop Bits is a discussion web site about retro computing and gaming.