Live data from Hacker News

Getting my daily news from a dot matrix printer

aschmelyun.com

91–100 of 259 posts

Re: Getting my daily news from a dot matrix printer

#91

I wonder how long before these pages fade. Could be good for archival purposes.

From someone who hordes papers(j/k but if I don't get back to digitalizing them it might be considered more of a problem later on lol fortunately some of my reading and writing is supplanted by digital devices now)... You probably don't want to keep all of it. Most news doesn't even matter a week from when it was made. If you had to, it would be better to have an LLM or better summarize the year's end. Or maybe bury them in the backyard for future generations to potentially discover. But yeah there will be other copies of the news, and you don't have to store them these days

Re: Getting my daily news from a dot matrix printer

#92

I did something similar with a receipt printer. a thermal usb receipt printer is like $75 dollars and easily controlled by python. Super easy to print out images and QR codes. and the autocut functionality makes it easy to segment messages. Additionally the receipt printer is nice because you can activate the bell inside as an additional "notification" and has an extra control for a cash drawer that I am thinking of…

Receipt printers are fun but take care not to buy toxic paper https://www.consumerreports.org/cro/news/2014/03/the-health-...

Re: Getting my daily news from a dot matrix printer

#93
I used the sell Epson dot-matrix and laser printers, when I was 15 or so. And I also had an old, used Star Micronix Gemini 10X at home, before I got the Epson dealer employee discount.

It's hard to make out the dots in the photo, but I'd guess this is probably around a 24-pin, printing in near-letter-quality (NLQ) mode, and (barely) doing true descenders.

Note how straight the vertical lines of the line-drawing-character box at the top. If it was alternating printing one line while moving the printhead to the right, then the next line while moving printhead left, the slight imprecision of the drive in many printers would tend to be visible when the pixels of the line don't quite line up. Or if it's doing NLQ mode, it might be printing bidirectionally on the same line, overlapping dots, and might be more forgiving.

I would guess this model probably has features like italic and bold (or at least double-strike), maybe condensed, double-wide, toggle from 10cpi and 12cpi, etc. And you can usually mix those within a page, like you know that you can print twice as many characters horizontally at condensed in just a small spot of the page, and do the layout arithmetic based on that. That printer might also do bitmaps, and/or let you define characters.

If you can't find the doc for a particular model, but it might be some degree of Epson-compatible, search for "epson esc/p printer" documentation, and see what codes work. And know about form-feed, for a smooth finish to your page.

Or, if you you just want to treat it as an 80x66-character array, but get a little fancy within that, in a one-hour project, you can make a shell script that fetches data with Curl, generate HTML, and pipe it through something like `w3m` or `elinks` for formatting. Or use Svelte and pull in 100 packages from NPM to print to the vintage thing.

For a more telegram-y aesthetic, you might be able to source yellow paper (search keywords "tractor-feed", "continuous form"), preferably unperforated. For more computer-y, search keyword "greenbar". A 9-pin or similar printer will look more vintage than the crisp one in the article, or you can try running a 24-pin in draft/fast mode.

Re: Getting my daily news from a dot matrix printer

#95
post #67
post #8

This is great! I am currently thinking about getting a weekend paper newspaper like FT weekend. Reason being: I read news on my phone too often. And the news create negative emotion without being useful. News on paper and only once per week would make me more relaxed. His paper printer news daily would be great to bridge the gap in between! On a side node: I love the dot matrix printer! Is there any hackable open sou…

I cannot recommend FT. I tried to get their physical paper, never got one and although I made 3 calls and wrote about 10 mails to them they only would escalate my ticket after I unsubscribed and demanded a refund, this was after 3 weeks and a lot of time on my side. That is why I am also super interested in just printing news from the net for myself, so I do not need to keep watching on a screen.

Are you in the UK and within some short distance of civilisation? If so, you very likely have a newsagent near by you and there's a surprisingly good chance they still do a paper delivery round.

Obviously if you're in a hut up a mountain or live in Norfolk then this may be less useful advice for you.

Re: Getting my daily news from a dot matrix printer

#96
post #12

I've been thinking about getting myself an electronic typewriter and MITM the keyboard to turn it into a into a serial terminal. I can't afford a proper ASR-33, so I'll have to make it work with what I got.

I did this. Wrote it up here: https://notes.bayesup.date/Projects/The+Self-Typing+Typewrit...

Re: Getting my daily news from a dot matrix printer

#97
post #47

Earlier quoted context omitted.

With macOS there is this one off topic thing regarding printing that always gets me. I once had a company Macbook and it connected to my old Brother printer without problems and only then (after almost ten years of having the printer) I discovered it has double sided printing. It just worked. I always wondered if there is a way to connect somehow to this machinery to get a macOS printer driver or whatever and emulate…

Are you using Brother's Linux printer driver for your device? If not, I'd start there. https://support.brother.com/g/b/midlink_productcategory.aspx...

It never offered the option in my case.

Re: Getting my daily news from a dot matrix printer

#98

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…

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.

Re: Getting my daily news from a dot matrix printer

#99
There were startups back in the dot com boom days that were doing this when the internet first came out. "No need for newspaper delivery! You'll get it printed right at your house."

Today it probably seems nearly unimaginable to teens that we used to have to get newspapers delivered and before you got the paper you just didn't know what had happened.

Re: Getting my daily news from a dot matrix printer

#100
post #12

I've been thinking about getting myself an electronic typewriter and MITM the keyboard to turn it into a into a serial terminal. I can't afford a proper ASR-33, so I'll have to make it work with what I got.

> I can't afford a proper ASR-33 If one could afford a proper ASR-33 then where could one find one? Asking for a friend. Watchlist on Ebay hasn’t produced anything in years.

The one that was in the Living Computer Museum was recently sold by Christie's.
Post reply on HN