I thought about doing something like this so I could turn the tickets I work on into paper tickets but never quite got around to it. (I did buy a cheap receipt printer on eBay though and managed to burn it out in the first 10 minutes of printing. ProTip: a receipt printer with the width specified in inches is likely to be a quality printer by a reputable manufacturer, one specified in mm is likely to be a piece of ju…
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.
I built a receipt printer for GitHub issues
151–160 of 178 posts
Re: I built a receipt printer for GitHub issues
#152This 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?
It also uses paper in rolls, without requiring spools, and no ink/toner/ribbons to replace which would be both more complicated and take longer.
Re: I built a receipt printer for GitHub issues
#153Earlier quoted context omitted.
This reminds me of a comment I read a long time ago about somebody's experience working for a company that had a branch in Japan. They would demand that some spreadsheets be sent as a fax, and then some employee would be tasked with re-typing all that information back into a spreadsheet later on.
I once worked at a job where one of the owners of the company, when asked to send a pdf copy of a document, would print out the document on the shared office copier/printer, then scan it back in using the same copier/printer and have it email him the pdf. Every single time he ever made a pdf of any file, even hundreds of pages, he would do this way.
I wonder if there's any tool that can achieve the same effect.
Re: I built a receipt printer for GitHub issues
#154Earlier quoted context omitted.
I bet code reviews with markers are fun though.
I've done code reviews on paper, although mostly when I want to understand something, not for review purposes.
That use-case died with the invention of virus-defined wfh.
Re: I built a receipt printer for GitHub issues
#155Earlier quoted context omitted.
This reminds me of a comment I read a long time ago about somebody's experience working for a company that had a branch in Japan. They would demand that some spreadsheets be sent as a fax, and then some employee would be tasked with re-typing all that information back into a spreadsheet later on.
Someone once told me this is how they share source code between departments at some software shops in Japan. I still refuse to believe this is true.
Re: I built a receipt printer for GitHub issues
#156Earlier quoted context omitted.
I once worked at a job where one of the owners of the company, when asked to send a pdf copy of a document, would print out the document on the shared office copier/printer, then scan it back in using the same copier/printer and have it email him the pdf. Every single time he ever made a pdf of any file, even hundreds of pages, he would do this way.
There's still plenty of places that specifically require a scanned copy of documents, instead of the original digital one. The printing and scanning process essentially makes it blurry and that's exactly what they want. I wonder if there's any tool that can achieve the same effect.
I wonder if that's sarcasm, because it obviously should be possible with a simple call to e.g. convert/imagemagick.
Of course, people who do the printing/scaning would need a simplified GUI to use it.
A quick search on $searchengine showed that e.g. win2pdf has an option to generate an image-only pdf.
The market seems to be covered. Maybe there's room for some advanced variant that adds wrinkles, a minimal rotation, and some coffee-stains.
Re: I built a receipt printer for GitHub issues
#157Re: I built a receipt printer for GitHub issues
#158This 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...
Re: I built a receipt printer for GitHub issues
#159In action: https://www.youtube.com/watch?v=sOBhAbXNgUI
IIRC, he actually used it on coop for awhile with a physical ticket spike to store completed tickets on. It's pretty cool to see when the issue volume is just right.