my Brother dcp-t230 also doesn't have macos drivers and it's a usb only printer. if i ever get some tokens to burn, i would try the same.
Claude writing a macOS driver for my obscure HP printer built only for Windows
71–80 of 241 posts
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#72I tried to get Copilot to port the Linux drivers for my HP CP1025 to macOS, but it failed. Even modern Linux can’t print to it any more, I had to put an older distribution on a RasPi and now I’m printing at reduced quality. It was crazy how the LLM held on to outdated information. It suggested so many things that might have worked on an older macOS but very obviously wouldn’t nowadays. It also tried to port from Linu…
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#73It also requires a root launcher that runs code from the user ~/.hp1008 dir, so security is weakened.
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#74Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#75Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#76I consider myself kind of an AI detractor but even I'll admit that the tool allowed me to do something it would have taken weeks-to-months to learn to do the hard way.
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#77> Thanks for being such a game debugging partner through all the test pages. Enjoy printing, you and the family.
Maybe it's because my own LLM usage is very "Question > Answer" or "Do this > Agent does that" and I never say "Wow, that's crazy it works, thank you!" at the end or such, so I don't see that sort of things, but if I saw that regularly I'd turn me off so badly from using LLMs. I'm not exactly sure where this feeling is coming from though, it's relatively innocent but just feels so inauthentic, I'm guessing because it's simply a machine.
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#78my Brother dcp-t230 also doesn't have macos drivers and it's a usb only printer. if i ever get some tokens to burn, i would try the same.
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#79I was able to (through heavy Claude use) successfully reverse engineer a golf cart motor controller that is programmable over USB, but only was supported by a Windows application. Claude walked me through using ILSpy on the .NET assembly, using Wireshark to capture the protocol over USB, and to completely map out all of the functionality in the Windows application. The output was a portable C library and CLI program…
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#80my Brother dcp-t230 also doesn't have macos drivers and it's a usb only printer. if i ever get some tokens to burn, i would try the same.