Claude writing a macOS driver for my obscure HP printer built only for Windows
21–30 of 241 posts
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#22Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#23Performing Stallman's stunt. Cool story bro, but unverified. Guy is marketing AI on X with an "attention is all you need" picture etc.
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#24On a similar experience, I use moonlight on my Android TV to stream video games from my computer in another room. I use my own fork from an unmerged PR which enables me to use an Xbox One Wireless adapter so I can play with my pad wirelessly. These pads have a 3.5mm jack on them which on Windows and Linux enables me to route audio from the game to headphones connected to the pad. Moonlight and the xow driver it bundl…
I have another controller-related anecdote. I have a Razer Wolverine Xbox controller that has extra back paddle buttons. The controller doesn't expose the paddles directly to PC's over USB. You have to use button remapping on the controller to map them to 'real' Xbox buttons for the PC to see them. But I wanted to use the back paddle buttons on Steam as separate controls. So I downloaded the latest firmware update of…
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#25Freedom -- that's what it is. There are now more and more cases where we don't have to ask for permission. Unfortunately, as I look around, I see most of the hardware vendors around me as gatekeepers. They prevent me from writing custom code in various ways. Apple restricts access to NFC or their UWB positioning, Supernote Manta does not let me access a bluetooth microphone, the list goes on. Denon at least has an AP…
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#26But programming languages and operating system fragmentation didn’t let that really take off
Maybe now that original promise of personal computers can be realized :)
Imagine instead of going to the App Store, just telling ChatGPT etc to make a custom app and run it right away on your phone
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#27I was able to get Claude to write an embedded Rust driver for an unsupported epaper screen in a couple of hours by providing it with the spec and some existing C drivers. It’s still not as fast as the arduino versions, but it let me make progress in a project that I’d been stuck on for months. Reverse engineering seems like an AI sweet spot.
It's kind of nice.
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#28linking this here for those who don't wanna read the threads https://github.com/Kuberwastaken/hp-laser-1008a-macos
genuinely very interesting case to learn from for me because this was one of the HP branded Samsung printers which doesn't have native non-windows support !
Re: Claude writing a macOS driver for my obscure HP printer built only for Windows
#29It 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 Linux for a while until it eventually discovered that cups on Linux didn’t support that printer either.