Live data from Hacker News

Show HN: Thermal Receipt Printers – Markdown and Web UI

github.com

11–20 of 51 posts

Re: Show HN: Thermal Receipt Printers – Markdown and Web UI

#11
I had started working on something similar a few months back but as a collection of CLI utilities.

The first was a todo list printer where the todos are written in a YAML file. It includes fields for the name of the list and the date.

I also started working on a Sudoku printer (which I think is only possible on 80mm paper). But I completely forgot about the entire thing after coming back from vacation.

You've inspired be to get back to working on it :D

As an aside, are there any good recommendations for a wifi/bluetooth printer using 80mm paper that doesn't break the bank? I initially bought the Munbyn ITPP098P but it being USB only is a bit unergonomic.

Re: Show HN: Thermal Receipt Printers – Markdown and Web UI

#12
I've not much to say on the thermal printer part of this but the extensions they did to markdown are great. They had me double taking for a few seconds thinking they might be real markdown because they make so much sense.

    [align=center]    Center-align the following text (also left, right)
    [qr=https://...]  Generate and print a QR code
Deprecating align in html was a mistake.

Re: Show HN: Thermal Receipt Printers – Markdown and Web UI

#14
This rules! I've been working on a similar project where friends DM a discord bot and it prints out a "fax" on my thermal printer.

One thing I solved differently: I rendered the fax as an image using PIL and then I just print the image. That way I can support arbitrary Unicode and can lay things out independently of what my printer is capable of.

Example rendered fax: https://github.com/frizzle-chan/fax.frizzle.lol/blob/main/fa...

Re: Show HN: Thermal Receipt Printers – Markdown and Web UI

#15
post #12

I've not much to say on the thermal printer part of this but the extensions they did to markdown are great. They had me double taking for a few seconds thinking they might be real markdown because they make so much sense. [align=center] Center-align the following text (also left, right) [qr=https://...] Generate and print a QR code Deprecating align in html was a mistake.

It’s funny, after all the work that was done to decouple content from presentation, 90% of the markup I’ve seen in every codebase this decade is using Styled Components anyway, which commingles them in the source code anyway.

Re: Show HN: Thermal Receipt Printers – Markdown and Web UI

#17
post #5

Can we not print full pdf type stuff with thermal printers? I just bought one a couple weeks ago actually.

its slower than text mode. basically you can print anything as long as you can convert it to monochrome bitmap before sending. But the thermal printers have anotehr mode which prints extremely fast if your data is textual with rudimentary formatting like order slips.

Re: Show HN: Thermal Receipt Printers – Markdown and Web UI

#18
post #6

I actually use my printers thank you very much. Even bought one of those bank teller slip printer things and a few boxes check-sized slips. I use them for time tracking and todo list. I didn't go totally crazy, though, and stopped before getting too deep into "...and then OCR them using the check scanner" because I remembered I was already keeping track of start/stop times in a database when printing the slips.

Can you share more about this workflow? I have only recently started to appreciate how my special blend of adhd can work best with there's a physical component to actually _seeing_ the work to be done vs stashed away in a jira, exclusively.

Re: Show HN: Thermal Receipt Printers – Markdown and Web UI

#20

What’s a cheap but ok thermal printer? The brand mentioned in this repo? I wanted to setup https://www.colonnes.com but their recommendations were quite expensive.

I recently got the YHD-8390 on Aliexpress for around 100$, works pretty well. Connects by Ethernet, USB and Wifi. Having plenty of fun with it.
Post reply on HN