jcdenton, to retrocomputing
@jcdenton@mastodon.social avatar

Look at the condition of this G4 iBook! Someone took care of this thing.

paulrickards, to retrocomputing
@paulrickards@mastodon.social avatar

This Python script will convert an ImageWriter II data stream/capture into a TIFF file. This was incredibly handy for running multiple tests without needing to actually print it on the printer to see the results.

https://github.com/shysaur/ImageWriter2/blob/2f34b9174de10b2a22d825854159468a5a3c45e2/TestOutput/imwii_sim.py

BigBadBiologist, to vintagemac
@BigBadBiologist@bitbang.social avatar

On Saturday's noon eastern stream, we're going to try to get @shyra 's Macintosh Centris 610 running. https://youtube.com/live/Ox59SQe73qY?feature=share

BigBadBiologist, to vintagemac
@BigBadBiologist@bitbang.social avatar

We restored this Mac Classic II on one of my streams about a month ago. @AlanGrassia purchased it, and I donated that to The Trevor Project. Please go check them out. They do incredible work. ( click bait to bring attention to a good cause) https://www.thetrevorproject.org

wezm, to Weather
@wezm@mastodon.decentralised.social avatar

✍️ New post! I realised after mentioning the title case web page earlier today that I had not written about the other projects on my projects domain, 7bit.org. This post remedies that covering the following:

  • Dew Point Forecast ­— 7 day weather forecasts that include the dew point
  • RSS Please — Generate RSS feeds from web pages
  • Titlecase — Convert text to title case
  • MacBinary — a MacBinary decoder

https://www.wezm.net/v2/posts/2024/7bit-projects/

BigBadBiologist, to vintagemac
@BigBadBiologist@bitbang.social avatar

On Saturday's noon eastern stream, we're going to finish rebuilding this once disgusting Mac Plus and see if we get its CPU running at 16MHz. And I'll announce its giveaway as a thank you for hitting 1024 subscribers. https://youtube.com/live/TavSDGdhpqs?feature=share

BigBadBiologist, to vintagemac
@BigBadBiologist@bitbang.social avatar

Mac IIci and IIcx siblings (IIci has 64meg RAM and a Carrera 040 accelerator, IIcx has 16meg RAM. Both have with WiFi)

paulrickards, (edited ) to RaspberryPi
@paulrickards@mastodon.social avatar

I’ve been rebuilding a installation that supports my classic Mac habit 😄

I used to use the awesome image which includes a ton of pre-configured software like . But it hasn’t been updated in a while so I used it as excuse to start from scratch.

I used this Pi Zero W as my starting point. HDMI video stopped working on it for unknown reasons. I added an Ethernet/USB hub hat and a 2 hat for devices.

paulrickards,
@paulrickards@mastodon.social avatar

One reason for rebuilding netatalk is I wanted to run TashRouter on the same machine. It’s doesn’t work right on the MacIPGW image because of the “split horizon” patch.

I can now freely use AppleTalk devices on EtherTalk, LocalTalk (PhoneNet!), and LToUDP (Mini VMac). This enables, for instance, printing to an ImageWriter II from my modern Mac running System 7.5 in Mini VMac! (There were lots of bugs to resolve to get the ImageWriter II working!)

paulrickards,
@paulrickards@mastodon.social avatar

One piece that's missing is AURP aka support. I'd like to avoid running a VM and have something more lightweight.

Luckily @DrJosh9000 has created jrouter which comes very close to accomplishing this! Remote zones are showing up but are all empty and not sure if my zone is visible outside. I need to play with some settings some more I think. But soooo close!

https://gitea.drjosh.dev/josh/jrouter

paulrickards,
@paulrickards@mastodon.social avatar

With netatalk, a TashTalk hat, TashRouter, and CUPS on the Raspberry Pi, we can do clever things like share a II printer over with an iPhone using AirPrint!

This screenshot was printed from my phone to the ImageWriter II.

Interestingly, this was just fixed in the latest netatalk 2.3.2!

paulrickards,
@paulrickards@mastodon.social avatar

In the interest of science, I did an ImageWriter II comparison print of CUPS vs the MacPalette driver for Classic. I think MacPalette wins here. There appears to be better color range and the text is a little sharper.

A black and white dot matrix print of iOS maps showing the Apple Campus. The print is a little lighter and crisper. Done with the MacPalette II driver on Classic.

paulrickards,
@paulrickards@mastodon.social avatar
paulrickards,
@paulrickards@mastodon.social avatar

Ok folks: how do you make MacOS 9.2 automatically print a PDF that appears in a specific folder?

paulrickards, (edited )
@paulrickards@mastodon.social avatar

So I have a new MacOS 9.2.2 Folder Action attached to a network share via netatalk. It works only if these conditions are met:

  1. The folder is open already in the Finder. If it’s closed, it never triggers.
  2. The new item is added to the folder from the current machine. Items added remotely to the network share do not “refresh” therefore never trigger the action.

Is this expected?

paulrickards,
@paulrickards@mastodon.social avatar

Ok, I've abandoned Folder Actions as it just doesn't seem to work. I've now gone with an always-running to scan the folder.

And.. it works! Almost? It seems that MacPalette II crashes (and takes Acrobat Reader with it) after it completes a print and there's a finder dialog that's proving difficult to dismiss in AppleScript.

paulrickards,
@paulrickards@mastodon.social avatar

The way it works is this:

  1. A print is initiated from a device to the CUPS-PDF driver on my #netatalk Raspberry Pi.
  2. The resulting PDF is placed in the AFP share of netatalk/afpd.
  3. An emulated PPC Mac 9.2.2 running the #AppleScript below is watching for new files in that folder and will print them using Acrobat Reader to the #ImageWriterII via #LocalTalk using the MacPalette II driver.

It works, but crashes with dialog that I can't auto-dismiss.

#RetroComputing #VintageApple #VintageMac

paulrickards,
@paulrickards@mastodon.social avatar

Ok, so this centipede printer workflow isn’t really reliable so I dove into CUPS to try and see if there’s a way to alter the dithering.

I tried adding different settings to the PPD file but nothing produced any changes.

Until I added “DitherPPI” (a GS option) and it produced a result that was pretty good! I tried various values (30, 80, 120, 180) but they all looked identical. In any case, this is good enough for me!

paulrickards,
@paulrickards@mastodon.social avatar

As promised, I wrote a blog post about creating my own classic Mac support server using a Raspberry Pi Zero, a TashTalk 2 hat, netatalk, and a few other tools. It's very much like MacIPRpi with everything current.

https://biosrhythm.com/?p=2791

Boosts appreciated!

paulrickards,
@paulrickards@mastodon.social avatar

I was able to tweak the output of the ImageWriter II prints from CUPS to be slightly better. I've updated the blog post.

https://biosrhythm.com/?p=2791

paulrickards,
@paulrickards@mastodon.social avatar

This animation shows the simulated output of CUPS ImageWriter II DitherPPI setting approximately from 2 to 31. After that, it changes to a more posterized dither and is the same for any larger value. You can see the dithering dots start very large and shrink down with each new value.

An animation showing subsequent values for the DitherPPI setting inside the CUPS iwhi PPD. The video starts as large halftone dots that slowly get smaller, eventually being clear enough to see that it's Margaret Hamilton.

iiidiy, to Vintage
@iiidiy@mastodon.social avatar

New video!

Love or hate it, the Twentieth Anniversary Macintosh is a bold computer with a fascinating story.

To celebrate my 1st birthday, I take a deeper look my 1st video subject. I wrote a love-letter to the machine I couldn't afford for 25 years, and then attempt to (mostly) restore it.

Have a watch here:
https://www.youtube.com/watch?v=mabH-YB6kn4

BlueSCSI, to retrocomputing
@BlueSCSI@hachyderm.io avatar

This week @thisdoesnotcomp provides some tips for getting the most out of your

https://www.youtube.com/watch?v=_eCF32sudqg

melkab, to vintagemac
@melkab@bitbang.social avatar

Just a relaxing afternoon installing System 7.5 from a stack of floppy disks

applepc, to vintagemac
@applepc@bitbang.social avatar

This is the PowerBook 5300cs.

Released in 1995, the PowerBook 5300 series were the first in Apple's notebook lineup to feature PowerPC processors. Ultimately it became infamous for lackluster performance and batteries that caught fire.

This unit has a translucent case, unlike production models which were dark gray. It is unclear if this is a prototype or other special, internal edition — there are no markings on the case to help identify it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • kavyap
  • DreamBathrooms
  • cisconetworking
  • magazineikmin
  • InstantRegret
  • Durango
  • thenastyranch
  • Youngstown
  • rosin
  • slotface
  • mdbf
  • khanakhh
  • tacticalgear
  • JUstTest
  • everett
  • modclub
  • Leos
  • cubers
  • ngwrru68w68
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • anitta
  • provamag3
  • normalnudes
  • tester
  • lostlight
  • All magazines