Live data from Hacker News

I started a paper website business

daily.tinyprojects.dev

131–140 of 268 posts

Re: I started a paper website business

#131
It would be great to see Gpt-3 taken further than this so there’s less need to mess with the layout afterwards. Maybe you describe a sketch and Gpt-3 draws you their best bike riding avocado? Or you add something that says “photos from todays trip” and it spins up the album roll. This would detract from the simplicity and may not make the product any more successful- but it would be very cool.

Re: I started a paper website business

#132

Earlier 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/

This is good too! I got books from the library.

Re: I started a paper website business

#134
post #65
post #40

Earlier 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.

Parking domains have been a staple of the internet since its inception.

Re: I started a paper website business

#135
post #93
post #83

Slightly 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…

While we’re on paper, I have a Field Notes “Expedition” special edition. [0] It has waterproof paper which is ‘fun’ but actually pretty useless as ink doesn’t really hold.

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.

[0]: https://fieldnotesbrand.com/products/expedition

[1]: https://pencilly.com.au/product/mitsubishi-9850-hb/

Re: I started a paper website business

#136

This 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.

> using a language model on top of character level OCR

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

#137

Earlier 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.

I don’t see an issue in that, we can meet machines part way to make it easier for both of us

Re: I started a paper website business

#138
post #111

Out 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.

If you're referring to /usr/share/dict/words, no, you can't just pass over it to fix typos - it doesn't even have the proper noun 'Bel-Air' in it!
Post reply on HN