I started a paper website business
131–140 of 268 posts
Re: I started a paper website business
#132Earlier quoted context omitted.
Could you post a link to this guide? My handwriting while not horrible could use some improvement, and is not helped by the fact that I am left handed.
I'm uncertain if this is the one parent mentioned, but I found this guide with a quick search: https://artdepartmental.com/blog/architectural-lettering/
Re: I started a paper website business
#133Now _there_s a startup idea for you! How did you manage to do that? Much more interesting story :-P
Re: I started a paper website business
#134Earlier quoted context omitted.
This makes me remember that my primary way of finding new things on the web back in middle school was just typing educated guess urls in until I found something. Makes me wonder how interesting the web might be if I just started doing that again, and how boring it might have been if I'd just had a working search engine back then. Then again I also seem to remember getting bored enough with the web to only spend an ho…
If you did that now you'll run into sites with no content but a banner at the top with contact details so you can buy the domain.
Re: I started a paper website business
#135Slightly off topic, but I'm a bit of a paper snob at this point. While Moleskine is not the bottom of the barrel I still find for use with fountain pen inks they're not the best. You haven't lived until you try out some Tomoe river paper. Check out TarokoShop's notebooks: https://www.etsy.com/shop/TarokoShop?ref=simple-shop-header-... .
The Clairefontaine paper used in Rhodia's Rhodiarama notebooks are also excellent. The soft cover Rhodiarama are some of the best paper for really watery inks. Another fantastic option is Midori's notebook paper, their whole design and the open grid option are really pretty. https://www.midori-japan.co.jp/md/en/products/mdnote/ Also if you're willing to over pay, the Kleid 2mm grid notebook with OK Fools paper are am…
So I had it for years and it went unused. And then I used a pencil! (Mitsubishi 9850 HB, thanks for asking.) [1] Oh and it is the most fun in the world! It’s like writing on a pat of butter with the tail of a fox. It’s the smoothest thing you’ve ever felt.
Now it lives in the kitchen and I record meat temperatures and whisky cocktail ratios and it is my favourite book.
That is all.
Re: I started a paper website business
#136This is really cool. Use of GPT-3 to augment OCR is an amazing (and, retrospectively, obvious) insight and a great immediate use case for these language models. I wish Remarkable took this idea -- they really oversold their OCR capabilities[1]. It works great in their support and promo videos, but I found the actual performance to be absolutely terrible. [1] https://support.remarkable.com/hc/en-us/articles/3600026614…
It's an old idea, using a language model on top of character level OCR. Works well for general text but doesn't solve random sequences of digits and letters. So you can't use it to correct your invoices where you have lots of out-of-dictionary tokens.
But if you know you're going to use a language model after the OCR, then you don't OCR to a single character, but rather to a distribution of character similarity (e.g. the 90% least similar or clipping at a certain similarity threshold). Then the language model should have more to work with (although TBH its work becomes more complicated).
Re: I started a paper website business
#137Earlier quoted context omitted.
You can change that. After I started using a Palm Pilot, my handwriting improved significantly and the changes seem to have been permanent. I get basically 100% accuracy with the Apple Pencil in iOS.
There is a delicious irony in the fact that you are training yourself using a reinforcement learning approach to meet the needs of an imperfect machine learning application.
Re: I started a paper website business
#138Out of curiosity: Is the first OCR example really the best you can find? Is there no open source solution that outputs good results for handwritten notes?
There are open source "computer vision" libraries which work really well, but, also there is a file on your filesystem with all the words, so you could pass over the OCR'd text to fix "typos". Paper website will likely be cloned if it works.
Re: I started a paper website business
#139Re: I started a paper website business
#140Computers are useful tools but they can be quite attention-destroying.