Live data from Hacker News

Getting my daily news from a dot matrix printer

aschmelyun.com

181–190 of 259 posts

Re: Getting my daily news from a dot matrix printer

#181

I enjoy reading the daily news fetched from calibre and synced to my kindle e-reader. Love the e-ink display, and the ux for reading and navigating sections is great.

Can you speak more about how the daily news is scraped and imported into calibre? Sounds like a fun process. Did you set it up yourself?

Re: Getting my daily news from a dot matrix printer

#182
post #98

Earlier quoted context omitted.

You can even do this with network printers, netcat a pdf to the open port and it will print. https://retrohacker.substack.com/p/bye-cups-printing-with-ne...

Just did this with my HP Envy injket and it worked, had no idea this was a thing it's very cool.

Yeah, I'm surprised this works. I expected some complex printer-specific reverse engineered protocol.

Re: Getting my daily news from a dot matrix printer

#183

Earlier quoted context omitted.

IIRC, Apple employed the maintainer[1] of CUPS - which is/was available on MacOS for network printing, and has been available on Linux for even longer. I would be surprised if the feature was not available on Linux for your printer. Edit: added footnote 1. The chief maintainer - not the only maintainer, between 2007-2019

I used this (CUPS) to add my Remarkable 1 as a Printer in MacOS. Worked like a charm, nothing to install on the laptop…

Please share details! My wife has one of those, and this sounds like a great way to get more use out of it.

Re: Getting my daily news from a dot matrix printer

#184
post #181

I enjoy reading the daily news fetched from calibre and synced to my kindle e-reader. Love the e-ink display, and the ux for reading and navigating sections is great.

Can you speak more about how the daily news is scraped and imported into calibre? Sounds like a fun process. Did you set it up yourself?

Calibre does it all for you: https://manual.calibre-ebook.com/news.html

Re: Getting my daily news from a dot matrix printer

#185
post #98

Earlier quoted context omitted.

Just did this with my HP Envy injket and it worked, had no idea this was a thing it's very cool.

Yeah, I'm surprised this works. I expected some complex printer-specific reverse engineered protocol.

The modern "protocol" is PDF. That's what everyone standardised on during the rise of smartphones and needing to have them able to print.

PDF includes pretty much all the printer needs, like pagesize, colour palette, font information, etc.

It's not the greatest format in the world... But everyone can shove in one of dozens of PDF parsing libraries without a lot of effort. So it happened.

Re: Getting my daily news from a dot matrix printer

#186

So, curiosity today. One of the things that this person does is simply echo to /dev/lp0. Which is all you did back in the day. Shove text down the interface, and the printer printed. Now, while we have very fancy modern printers, they're still printers with a long legacy. Even back in the day, early HP laser printers worked like this. Shove data down the wire, and it printed (Courier 10, 66 lines per page). Only the…

> So, if I plug a USB printer into a computer, and ls > /dev/usbXXX, will it print today? Does that still "just work"? Many commented that it still works... This brought back good memories of sending native PostScript files to an HP LaserJet 4M+'s IP address, over the LAN, using netcat . Amazing stuff. The gotcha of course is when the shit hits the fan: it can quickly degenerate into pages upon pages of garbage getti…

God, that's a flashback. Desperately running NET STOP SPOOLER on an NT print server and then deleting some large SHD file because someone sent 789 pages of manuals to the printer. Sigh.

Re: Getting my daily news from a dot matrix printer

#188

So, curiosity today. One of the things that this person does is simply echo to /dev/lp0. Which is all you did back in the day. Shove text down the interface, and the printer printed. Now, while we have very fancy modern printers, they're still printers with a long legacy. Even back in the day, early HP laser printers worked like this. Shove data down the wire, and it printed (Courier 10, 66 lines per page). Only the…

> So, if I plug a USB printer into a computer, and ls > /dev/usbXXX, will it print today? Does that still "just work"? Many commented that it still works... This brought back good memories of sending native PostScript files to an HP LaserJet 4M+'s IP address, over the LAN, using netcat . Amazing stuff. The gotcha of course is when the shit hits the fan: it can quickly degenerate into pages upon pages of garbage getti…

> it can quickly degenerate into pages upon pages of garbage getting printed

This is still a thing... I was setting up a modern Brother laser printer in FreeBSD (Brother only supplies Linux "PPDs" which run a bunch of binary blobs with Ghostscript and weird stuff) and figured it was easy enough so I did it remotely. Could only watch helplessly on the security camera as the printer spit out every page in it's paper cassette covered in junk... Remote stop commands did nothing.

Re: Getting my daily news from a dot matrix printer

#189

Earlier quoted context omitted.

I have to chuckle at hearing the euphemism "NLQ" for the first time in over 30 years. It seems like an admission that the quality was better than before, but still not great. Sounds a bit quaint - if printers were new in 2024, 9-pin printers would be "high quality", 2-pass printing would be "super quality", and 24-pin printing "extreme quality" In the video, you can see it's doing both of the techniques you mentioned…

> I have to chuckle at hearing the euphemism "NLQ" for the first time in over 30 years. At the same 30 years ago there were already printers doing 1200 DPI (HP had them by early 1996 for sure: I was there). This beats the shit out of retina displays. And yet they're called "retina displays". That one makes me chuckle much more!

Apple should have called them "Letter quality displays"
Post reply on HN