Search results

  1. rdmark

    Restoration: Macintosh SE with Water Damage

    You're welcome! Good RAM deserves to be used, not sitting in a box of spare parts in my closet.
  2. rdmark

    Safe to remove IIc keyboard spill guard?

    At a related note, do you all keep the bottom RF shield installed on your IIc's? I tested all the contact points with the logic board, and everything seems to be grounded properly without the shield there. In my case, the shield itself is in good shape, but the paper sheet that insulates it from...
  3. rdmark

    Safe to remove IIc keyboard spill guard?

    Thanks for the advice! This is what I assumed, but you never know what secondary purpose a component may have (such as the RF shield acting as the ground plane for SCSI/audio etc. in certain mid-90s Macs.) I had extremely low expectations for the quality of the IIc keyboard after hearing all...
  4. rdmark

    Apple //c Repairathon!

    I just ordered a batch of dodgy chips from China, but if you have certified good ones to spare I'd happily take you up on that offer! Let me shoot you a private message. Yesterday a quick googling led to MECC Computer Inspector as a diagnostics program that can help with RAM troubleshooting...
  5. rdmark

    Safe to remove IIc keyboard spill guard?

    My IIc's keyboard comes with this dual layer of rubbery sheets inbetween the keycaps and switches. A lot of the 'mushy' feel of typing on the keyboard was due to this thing, and removing it made the tactile response from the switches significantly better in my opinion. Do you all keep the spill...
  6. rdmark

    Apple //c Repairathon!

    Great to see so much IIc love! I just got my first ever IIc delivered in the mail today, and I *think* it has bad RAM, although it's hard to say for sure due to ROM v255. Do you have advice on good replacement chips to procure?
  7. rdmark

    HTTP proxy and transcoder for vintage browsers

    After a bit more tinkering, making the port number configurable and cleaning up the code, I cut something I'd like to call a stable release of macproxy (off of my fork of course; I hope the original author don't mind) here: https://github.com/rdmark/macproxy/releases/tag/v21.11 If you want to...
  8. rdmark

    The Secret History of Mac Gaming: Expanded Edition

    This book looks amazing. Ordered my copy!
  9. rdmark

    HTTP proxy and transcoder for vintage browsers

    Binary file downloading is now working as well, at least in Netscape 4.5 on Mac. I had to use a workaround with Flask sessions to retain the content-type header, which Flask always changes to text/html regardless of the original header. There may be some decorator or hook or something to achieve...
  10. rdmark

    HTTP proxy and transcoder for vintage browsers

    Figured out the easy way to get embedded images working! I tweaked the proxy logic to only modify the contents when content-type is 'text/html'. This way, any traditional embedded image (<img src="">) in traditional formats (jpeg, gig) work absolutely swimmingly on a higher-spec 68k Mac...
  11. rdmark

    HTTP proxy and transcoder for vintage browsers

    There, I pushed a few changes to my fork so that inline hyperlink URLs should now always be rewritten to the http protocol. It was just a matter of using beautifulsoup to modify the html in memory. I think this proxy is eminently usable at this point. The one major improvement I can think of...
  12. rdmark

    HTTP proxy and transcoder for vintage browsers

    There, I forked and improved the macproxy code a tiny bit to make it run with Python3 and venv (actually, very few changes had to be made.) https://github.com/rdmark/macproxy It's not consistently successful in translating all https requests to http. Some sites work fine, but others like...
  13. rdmark

    HTTP proxy and transcoder for vintage browsers

    Thanks for the tip, and while I respect what Sean has done here, I prefer to avoid messing with PHP if I can. ;) Will keep this one on the back burner for now.
  14. rdmark

    HTTP proxy and transcoder for vintage browsers

    So I've ran a few tests, and macproxy is close to being an excellent solution for very low-end machines, but it has two major drawbacks: For one, unlike WebOne is does not translate https requests to http, which means that any inline hyperlink on an https site will fail. You can still copy...
  15. rdmark

    HTTP proxy and transcoder for vintage browsers

    Thanks for tracking this down! I'll try it out later today.
  16. rdmark

    HTTP proxy and transcoder for vintage browsers

    Do you all have experience running HTTP proxy and transcoders to get modern web content into a shape that vintage web browsers can handle? After some cursory research, I found two active open source projects: WebOne and Browservice. The latter uses full on backend rendering, and passing images...
  17. rdmark

    RaSCSI Version 21.10 Is released!!

    Yes, in the SE/30 for sure, and most likely the CC too (I just haven't seen anyone do it yet) as long as you find a good way to secure it in place in there. @PotatoFi prints and sells brackets for the SE + SE/30 to use with full-sized Pis. Something similar can be done for the Zero for sure.
  18. rdmark

    RaSCSI Version 21.10 Is released!!

    When the Web UI goes down, are you able to otherwise use the network interface(s) on the Pi, say over ssh? The one suspicious message near the end there is about how the IPv6 address for eth0 is unreachable, which seems to indicate that there's something wrong with the networking, triggered when...
  19. rdmark

    RaSCSI Version 21.10 Is released!!

    These logs don't show much RaSCSI activity apart from launching, so hard to say exactly what's going wrong I'm afraid. The one thing that stands out is a "under-voltage" warning, which could explain why RaSCSI isn't able to run reliably. Are you using a power supply rated for at least 2.5 amps?
  20. rdmark

    RaSCSI Version 21.10 Is released!!

    How much disk space did you have left when you started the unzip, and roughly how large was the file(s) to unzip? The one thing I can imagine would bring down the Web UI like this is running out of disk space... (Although it could be something else too of course; I just can't think of anything.)...