Live data from Hacker News

Getting my daily news from a dot matrix printer

aschmelyun.com

121–130 of 259 posts

Re: Getting my daily news from a dot matrix printer

#121
Here's a Python script I wrote that generates storage bin labels and prints them using a cheap 2" by 3" label printer:

https://github.com/wgrover/jamie

The name 'jamie' is in honor of Mythbuster Jamie Hyneman's meticulously labeled storage bins at M5 Industries.

The code uses a brute-force search to fit the specified text on the label using the largest possible font size.

Re: Getting my daily news from a dot matrix printer

#122

I’m fascinated with printing calculators. Does anyone know of a printer that will print on calculator paper roles and print A-Z numbers and some symbols, like demonstrated here? Edit: Looks like I just need a receipt printer, which comes in dot matrix or thermal. Whoa, I need one.

Like a thermal printer in general or specifically attached to a calculator?

There’s just something about the paper rolls. I was thinking dot matrix. I suppose either would work. I might buy one and do something like op did.

Re: Getting my daily news from a dot matrix printer

#123

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

> which is/was available on MacOS for network printing Very much IS there in the background. See http://localhost:631/printers on your OS X machine.

I thought the default was disabled at some point. On my macOS laptop, I get:

> Web Interface is Disabled

> The web interface is currently disabled. Run “cupsctl WebInterface=yes” to enable it.

But I cannot remember if I disabled that.

Re: Getting my daily news from a dot matrix printer

#124
Many years ago I worked at a company that had to print out every transaction with a dot-matrix printer every evening. It was my group's job to do very minimal maintenance on it like adding toner/paper and such. When filling the toner though, you had to screw the toner container onto a special.... gyrating.... setup just to make sure all toner came out. A thing that struck me about it was how uncannily, uh, sexual, it was in its gyrations.

Does anybody have any idea what model of printer this might have been? I'd love to see a video of it again.

Re: Getting my daily news from a dot matrix printer

#125
post #111

Earlier quoted context omitted.

Huh, my first thought was that it ought to be somewhat mechanically obvious if the printer supports double sided printing. But now I’m thinking, some printers do just magically suck the paper back in for the second side, right? And I’m wondering if my printer might secretly support double sided printing as well.

Exactly this magical sucking the paper back. I was amazed.

Mine did not. I am, therefore, non-amazed. Mazed?

Re: Getting my daily news from a dot matrix printer

#127

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…

I discovered this in the most amusing way ever accidentally a few years ago.

https://x.com/normankev141/status/1146547923758538755?t=oZrj...

text of tweet: So I bought a networked printer recently and as you do decided to try connecting to it a few different undocumented ways. I tried telneting to it. It turns out that whatever you type, it prints typewriter style. That was a pleasant and hilarious surprise. #internetofshit

Re: Getting my daily news from a dot matrix printer

#128
I had this machine connected to a news feed for years.[1] It's the mechanism from a Model 14 Teletype tape printer. It's still in my living room, and the tape feeds out into a wire basket. It's driven by a Python program running on an old EeePC subnotebook.

[1] https://aetherltd.com/refurbishing14.html

Re: Getting my daily news from a dot matrix printer

#130
post #61

OP, are you sure that your printer has a serial port? That would be somewhat unusual I think, back in the day when I used many dot matrix printers, they all had parallel (Centronics) ports. The same model printer in the one eBay listing I found (sold, maybe bought by you?) also has a parallel port, clearly visible in a photo of its backside.

I've got a DEC LA75 Companion Printer that uses serial. Still works.

https://www.computinghistory.org.uk/det/54829/DEC-LA75-Compa...

Post reply on HN