Search results

  1. L

    Silly question...

    There's a PowerDomain Control Utility for slightly older cards that's can flash the firmware on those cards so I'd say that it's a good chance that you can flash in place in the Quicksilver. Oh, there's a PowerDomain 39160 Flash Utility for Mac as well so I think you have an excellent chance of...
  2. L

    Whats the most useful thing you've 3d printed?

    Oh, I also printed a "hook" to hang he dog's leash that is shaped like the back end of a dog. The leash hangs from it's tail.
  3. L

    Whats the most useful thing you've 3d printed?

    I recreated the plastic brackets that hold the retaining bars that keeps things from falling out of the door shelves on my fridge. That was maybe like 20g of plastic that went to something useful out of the 5+ kilos of junk I've printed.
  4. L

    How Does One Explain The Difference In The Size & RAM Usage Of Modern Operating Systems?

    Some legitimate causes of bloat: more pixels and colors. Icons and graphics are a lot bigger and there are more of them. There are often multiple resolutions now and they're all true color and often with alpha channels. For example, video RAM used for the whole screen on a Mac Classic is under...
  5. L

    Surprise haul

    I left the house to pick up a Powerbook G4 off Craigslist and stumbled onto a treasure trove of old stuff from a friend's garage. The headliner is a Lisa with a Profile drive: We couldn't find the top case for the Profile drive nor the cable and controller card, yet. The Lisa mouse was also...
  6. L

    BlueSCSI Toolbox

    I thought I saw that in git already. It probably doesn't work but it looks like somebody started down that path
  7. L

    iMac G4 Appreciation Thread

    A quick glance through everymac.com suggests that the lamp shades only supported VGA output, so you'd need an active (read: expensive) VGA to DVI(or HDMI) convertor to then feed into the DVI to ADC adapter.
  8. L

    BlueSCSI v2 Pico - Low cost, open hardware, fast SCSI device!

    Awesome I just spent some time perusing the code to see how you guys are making use of the RP2040 PIOs, because what better way to spend an evening. I gotta say, that is a very nice and approachable codebase. Everything is clean and clear, even the PIO code which such a different paradigm from...
  9. L

    Fast EtherNet NIC on FireWire interface? Possible, Practical, Silly Notion?

    Apple has their IP over Firewire protocol support but I don't remember if classic MacOS supported it. If it does then it's kinda already done, you just have to tether to a newer Mac.
  10. L

    Weird storage issue

    oh, that probably should have been `100%` instead of `limits`. It might work better when booted into Sorbet. I think I did my restore from Leopard instead of Tiger so it might have worked better for me.
  11. L

    Weird storage issue

    Hmm, it didn't resize the filesystem when after it restored the image, odd.. Try a: diskutil resizeVolume "/Volumes/Sorbet Leopard R15" limits in terminal
  12. L

    [Help Needed] My work on an Apple Studio Display M7768 (The Transparent ADC CRT)

    Hmm, I wonder if the init code could be divined by examining the ROM of an compatible video card using something like https://github.com/openbios/fcode-utils . The ROM might define a set of DDC/I2C OpenFirmware commands that then might be possible to look at what data they're called with.
  13. L

    Reproducing the Lisa 2 Card Stack: The CPU Card

    I've got some simpler code that should do the black and white classic Mac mode (512x342) that you an use as a reference. I found the PicoVGA code hard to follow because of the complexity of handling multiple modes and color depths. https://github.com/crackmonkey/macvid There are basic...
  14. L

    Christmas Buffet Foods

    In Arizona we make them very similar except with beef.
  15. L

    What are these plastic bits from?

    Picking through an old tool briefcase a former coworker left behind I found these bits of plastic in a baggie. I suspect they're from an old compact Mac, but which one/ones? I'm gonna make a 3d model of the buttons before I do anything else with them.
  16. L

    misshapen CRT image

    I'm looking for some wisdom from those who have meddled in the dark arts of CRT repair. I've got an Osborne 1 with a Nuevo 80 column card but the CRT is a little off. It works, but once it gets past mid-screen the CRT seem to rush to finish the frame as evidenced by the small "Insert disk" line...
  17. L

    Any idea what this is?

    Hmm, definitely not repetitive enough to be a RAM array. I'm gonna go with a paleolithic ancestor to modern FPGAs, where the "field programable" part means soldering all those jumper wires between different logic gates.
  18. L

    Asante MC3NB Rev G Nubus NIC - getting 10Base-T working

    A guess would be that it's auto-detecting the coax connection. You'll just have to rewire everything to thin net ;) It's not clear how the auto-detection logic works, and there aren't any suspicious aluminum electrolytic capacitors in sight. Maybe one of those ceramic disc or tantalum caps...
  19. L

    Please Help Us to Restore the Vintage Computing Federation’s IBM 1130

    Neat. Has anyone made videos going over the history and use of these beasts?