Live data from Hacker News

Famous Signatures Through History

signatory.app

11–20 of 34 posts

Re: Famous Signatures Through History

#12
>Fifty repetitions usually gets you there.

I think that's on the low side. My signature got locked in during my early twenties, when I worked at a commercial AM/FM radio station. I had to sign various transmitter logs (FCC requirement), about six times every three hours as I recall, and I worked six days a week, so a lot of signatures. It still took a while before I could sign consistently without thinking about it (muscle memory).

>One last thing: consider where you'll use it. Legal documents and contracts need a signature that's at least partially legible — someone should be able to connect it to your printed name.

I don't think this is true, although you may need witnesses to your legal signature if the best you can do is sign with an "X". After all, there are people without hands, blind, or other disabilities that might prevent a "normal" signature.

And these days, with paper checks becoming uncommon and credit card payments skipping the paper receipt to sign, how often do people get the chance to sign anything on paper?

>But for everyday use, emails, creative work? It can be as abstract as you like.

I don't think trying to maintain two different signatures makes a lot of sense, but if you are pasting an image (e.g. emails), I suppose it's not that much trouble.

Re: Famous Signatures Through History

#14
post #6

Made this last night because I needed a signature drawing tool but a Google didn’t reveal any mobile friendly pages with a The historical signatures were a nice touch Claude helped me put together for SEO.

This is cool. It seems hard to add just dots to signature? It may be some kind of delay waiting for a touch action.

This was surprisingly tricky, but fixed! The issue was that short tap strokes were being fed through the stroke-rendering library (perfect-freehand), which applies start/end taper over a configurable length. When the total stroke distance is shorter than the combined taper length, the stroke tapers to nothing — so dots just disappeared. The fix detects tap-like strokes and renders them directly as small ellipses, bypassing the stroke pipeline.

Re: Famous Signatures Through History

#15

Famous signatures or just signatures of the famous? Because I'm surprised there's no Lucas Cranach the Elder dragon signature for example.

Ok, got Cranach's in (plus some more "famous" signatures, about 10 more). Cranach's might be my personal favorite signature of the lot. Dragon imagery, minimalism, cool backstory.

There were no SVGs of it available online so I had to trace a PNG but Claude handled that like a champ with a combination of imagemagick and potrace:

  magick cranach-autograph.png -colorspace Gray -threshold 70% cranach.pbm
  potrace cranach.pbm -s -o cranach.svg --tight --alphamax 1.0 --opttolerance 0.5

Re: Famous Signatures Through History

#17

Its missing the funniest signature. Back when Spain still had monarchy, King Ferdinand VII simply signed his signature “Yo el Rey” - literally “I, the king”.

What am I missing? Spain is still a monarchy [0]. [0] https://en.wikipedia.org/wiki/Felipe_VI

Presumedly they meant when Spain was an absolute monarchy, instead of a constitutional monarch

Re: Famous Signatures Through History

#18

Made this last night because I needed a signature drawing tool but a Google didn’t reveal any mobile friendly pages with a The historical signatures were a nice touch Claude helped me put together for SEO.

The Preview app in macOS includes a nice signature tool. You can create a signature using the touchpad or digitize a written signature using a webcam

https://support.apple.com/guide/preview/fill-out-and-sign-pd...

Post reply on HN