Two Stop Bitsnew | comments | tags | ask | submitlogin
  • shdon 20 days ago | parent | on: A complete Assembler, BASIC and 'C' Development Su...
    Reading the quickstart leads me to believe this is quite an interesting project. But imho their website is... not great. Now, this is obviously not an IDE, but a suite of command line tools, but they could still do with some screenshots of example code or simple games that were made with it just for some visual appeal and to grab attention. Visual fluff can make a lot of difference for perception of these projects.
    reply
  • shdon 33 days ago | parent | on: Windows xp designs
    It's cool to see those, though I admit I was never a fan of the weird Media Player skins and always kept with the simplest possible one (as that just got out of the way of the content).
    reply
  • shdon 60 days ago | parent | on: The Size of Adobe Reader Installers Through The Ye...
    I'd been using Foxit PDF reader because of its small size and corresponding fast startup speed. That has ballooned to 200MB now as well, and I'm now using the PDF support built in to the browser (Firefox being my browser of choice). Firefox is, as of today, a 68MB download for the installer, and it does a while lot more than display PDFs.

    A little disgusting that Adobe creates a file literally 10x the size of a full-featured browser yet having a small subset of the functionality.

  • shdon 63 days ago | parent | on: Microsoft publishes source to BASIC for 6502 (MIT ...
    An additional link from the Microsoft Open Source Blog: https://opensource.microsoft.com/blog/2025/09/03/microsoft-o.../

    As I've been toying around with a 6502 emulator, it's of particular interest to me at this time. Total aside: the 6502 is such a simple architecture and very well documented, doing an emulator for it is a great exercise.

  • shdon 84 days ago | parent | on: Creating the longest possible Ski Jump in The Game...
    That's some impressive analysis and reverse engineering.
  • shdon 118 days ago | parent | on: Retro-gaming YouTuber PatmanQC has died, aged 53
    Post on his actual channel: https://www.youtube.com/post/UgkxlxGXbAp493rLsgFSTZkLyuz_dEw...
  • shdon 135 days ago | parent | on: How Frogger 2’s source code was recovered from a d...
    What that "data recovery" firm did to the tape should be considered a crime!
  • shdon 212 days ago | parent | on: How I ported Windows XP to the original Apple TV
    I wouldn't really call this a port, but it is definitely some impressive work in getting it to run on a platform this different from the target hardware.
    • dmitrygr 211 days ago
      I disagree. Custom HAL and bootloader were made. The rest of the OS was changed. This is a port IMHO
      • shdon 211 days ago
        From what I understand from his write-up, he's replaced several components with their counterparts from ReactOS (specifically the bootloader and the fallback video driver). Without access to the source code of the original OS and by using components from another, I'd call this an adaptation, rather than a true port. Your definition may differ, of course - and just for fun, I asked ChatGPT and it disagrees with me too 😂

        The part I would call a true port is how he changed the ReactOS bootloader to work with the AppleTV - looking through the commit history on that is fascinating, I can recommend it if you haven't done so. Check it out at https://github.com/DistroHopper39B/reactos/commits/AppleTV-D...

        To be honest, I'm actually more impressed by how he got XP to work almost entirely unmodified than if he had done what I would consider a true port of the full OS.

        • bmonkey325 210 days ago
          What do you call it ? a hack ? a bastardization?
          • shdon 210 days ago
            A hack seems an appropriate term, I could go with that. There's even precedent for that in how people got Mac OS working on the hardware that was not the official Mac and called it the Hackintosh.
  • shdon 216 days ago | parent | on: Working on twostopbits' code
    Hoping you'll make a quick CSS adjustment for the links in the top bar in dark mode. They're black on near-black right now, for visited links. I use custom CSS to fix that for myself right now.

    In particular, there is a line in layout.css that goes:

    .page-header a:visited { color: #000; }

    and should probably have an override in dark.css.

    • jgrahamc 216 days ago
      What dark mode are you using? I'm happy to change the CSS but wasn't aware this was a problem.
      • shdon 216 days ago
        I just go to my profile page by clicking on my username, and in the theme dropdown, I select "dark" and then click "update" (side note: regardless of the current selection, the theme dropdown always reverts to "default", but the theme does apply correctly)
        • jgrahamc 209 days ago
          Note to self that the theme selection doesn't stick because the choice function in app.srv has no way of knowing which of the choices was selected. Needs a total rethink.
        • jgrahamc 215 days ago
          Ah. I see that now. I'll take a look at why. Dark Mode really is dark!
  • shdon 252 days ago | parent | on: Command & Conquer Red Alert open-sourced
    Here is the blog post where they give more information: https://www.ea.com/games/command-and-conquer/command-and-con...
  • More
lists | rss | source
Search:
Two Stop Bits is a discussion web site about retro computing and gaming.