I built a receipt printer for GitHub issues
101–110 of 178 posts
Re: I built a receipt printer for GitHub issues
#102This is a fun idea, but I've read thermal paper is surprisingly nasty stuff. [Edit: unless it's advertised as "phenol-free".] It's not just paper. It contains plastics (BPA or BPS) that you absorb through your skin when handling it. I'd avoid working with receipts at my desk all day. (I'd also avoid being a grocery store cashier...) https://www.pca.state.mn.us/green-chemistry/bpa-thermal-pape...
Why do they use thermal printing for receipts? Is it just cheaper because you don't have ink that runs out? Less moving parts so less maintenance?
Re: I built a receipt printer for GitHub issues
#103Earlier quoted context omitted.
What’s the reason behind the inches vs millimeters distinction? I understand it’s just a heuristic but I don’t get what the underlying cause is.
english == Made in America; Quality. metric == Chinese; Piece of crap is the intention I think. Not a fair distinction imho, but to each their own.
https://safebooru.donmai.us/posts/2477177
I do almost all this work with inkjet printers and rasterize it all myself.
(I wrote my own text rendering engine for vertical CJK text, not because I was unhappy with the results I got printing characters with uniformly square metrics but because I wanted western characters and dingbats I introduced to look good. Sooner or later I'll probably write my own text rendering engine for horizontal roman text because I haven't met a kerning engine I really like and because there are many typographical details like ordinals (e.g. 5ᵗʰ) that I'd like to have better control of.)
Re: I built a receipt printer for GitHub issues
#104These printers also have an expansion network card. A decade ago I worked on a project to deploy a couple hundred of these to a restaurant chain as part of a POC for an online ordering program for pickup orders. The requirement for each franchisee was to acquire a static IP and configure one of these printers to bind that static address using a network card that replaced the serial connection. The online interface fr…
Re: I built a receipt printer for GitHub issues
#105This is awesome, I'd add a QR code with the link to the bottom (if possible on printer). Then could scan with your phone to bring the issue up for immediate triage. I imagine lots of issues can be closed right away (or very quickly).
But it is also possible to print images. You can also configure them as standard printers and print via any common printing system (cups, windows spooler, …)
Re: I built a receipt printer for GitHub issues
#106> Wrapping up and next steps The only logical next step here is to get that metal spike thing, so you can stab closed issues on completion.
Re: I built a receipt printer for GitHub issues
#107> Wrapping up and next steps The only logical next step here is to get that metal spike thing, so you can stab closed issues on completion.
Re: I built a receipt printer for GitHub issues
#108Kind of tangential, but I think it could be a lot of fun to make a "boardgame" computer that has a thermal printer, some number displays, and some buttons. It wouldn't try to run the whole game, but would only assist. It could print out scoresheets or special tokens, roll dice, keep track of a few numbers, that sort of thing. Maybe a barcode/QR scanner so you could round trip, like scan a printout and then choose an…
Re: I built a receipt printer for GitHub issues
#109Re: I built a receipt printer for GitHub issues
#110Earlier quoted context omitted.
Web 2.0 -> Web 1.0 -> Web 2.0 adapter.
https://thedailywtf.com/articles/Web_0_0x2e_1
Oddly enough I have recently been drawing geometric designs, and then got the idea to draw them with a drawing ro bot. The current process is :
1. Draw design with ruler and compass
2. Photograph paper
3. Edge-detect image in Inkscape
4. Draw over the edge detected lines and save to SVG
5. Possibly convert to a graph, and run the Chinese postman algorithm over it
6. Convert graph to turtle commands and send to robot
So not far off. Also step 2 often involves a wooden surface...