Earlier quoted context omitted.
I printed, signed, scanned, and emailed Ameritrade. My scan was so good that it got rejected. They told me that digital signature is not accepted.
This has happened to me in the past. Now I always make sure to damage the paper and avoid putting it in the scanner straight. Bend a corner, wrinkle it a little, and select the image mode on the scanner to avoid the background looking too clean.
FalsiScan: Make it look like a PDF has been hand signed and scanned
331–340 of 399 posts
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#332I hate PDF's with a passion. Not once have I ever wanted to use one. All the pinching and zooming, such a waste of time. I'm giving this a shot next time I need one, the whole scanner thing needs to go. Are we stuck in the 90's? Just bought another rental and it was an ordeal trying to find a scanner. Tried the college near me, was denied as you have to be a student. The library is closed down apparently. FedEx didn'…
If you have a basic handle on a GUI Bitmap editor such as Photoshop or GIMP, and you have a hi-resolution phone, you can just take a photo of the sheet as parallel as you can manage and then create a document that is the same dimensions and then use the warp tool to fit the likely skewed photograph to the exact digital document.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#333Hey Gitlab, could you consider adding the following CSS so that README images don't break out of their containers? Having to horizontally scroll to see this image is brutal. .md img { max-width: 100%; height: auto; } I think that goes here: https://gitlab.com/gitlab-org/gitlab/-/blob/55a4cc5a53903250...
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#334Earlier quoted context omitted.
Yes they’ve been using the phrase “ensuring voter quality” to justify measures which essentially restrict access to voting for the poor.
I can’t help but see this as some sort of propaganda. Where’s the evidence this is a concerted effort against poor people? You can’t do much in life without ID.
Also when I was a kid (20 years ago) no ID was required to vote. Actual voter fraud is incredibly, vanishingly rare. But the lie that it is common is used to drum up support for these regressive measures.
https://americanindependent.com/arizona-republican-john-kava...
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#335Earlier quoted context omitted.
I wouldn't say it's intentionally designed to do this, but that it's a consequence. There's no good reason anyone would intentionally want to keep the poor poor, it's just bad design.
> There's no good reason anyone would intentionally want to keep the poor poor, it's just bad design. We need people to feel pressured into doing shitty jobs, if the poor get less poor maybe they won't flip burgers for minimum wage.
Once you have the job you can use the paycheck as proof of residency.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#336Earlier quoted context omitted.
If all this was for is to ensure you live at an address then the local government can offer a number of solutions to that. If they want mail, they can simply mail you a unique qr code which you could then scan and complete the process entirely online. Or at a minimum bring physically to an office. A utility bill doesn't require proof of residency to get. Neither does a credit card statement. Infact if I were creative…
If you go to my local library and tell them you want a library card, but you don't have any ID, they ask you to give them your address. They send you a postcard, and when you bring it in, they'll give you a library card. No QR code necessary. The USPS could function quite successfully as an ID system and a bank, were they allowed.
Know why?
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#337Earlier quoted context omitted.
Yes, they also do this for ID's, and for voter ID's. It's specifically created to prevent people whom don't have only 1 permanent address,with paper billing, being able to live their daily lives. I had to go to a local county courthouse 4 times to get a "realid" and to renew a driver's license. I had to call all sorts of people to get printed statements sent to me. It's incredibly ridiculous, I would call it complete…
As a counterpoint, I had no problem using a printed cell phone bill as evidence of residency at a California DMV.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#338Don't know about different Jurisdictions, but from where I am - this has NO legal binding whatsoever. We have those gov issued digital, invisible signatures for that, embedded in our personal ID card. Whatever is properly signed with digital signature, the printed out page bears no legal force. Anyway, businesses still like to do it this way ("Signing" pdf by applying some pixels). I wonder if it is just an inconveni…
Same here. Real signatures on paper as well as cryptographic signatures are legally binding. Pasting a picture onto a PDF isn't but nobody wants to deal with the bureaucracy so they do it anyway. Getting a cryptographic token you can use to legally sign things is such a bureaucratic nightmare too, nobody wants to do it, including myself and I really like this stuff.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#339Hey Gitlab, could you consider adding the following CSS so that README images don't break out of their containers? Having to horizontally scroll to see this image is brutal. .md img { max-width: 100%; height: auto; } I think that goes here: https://gitlab.com/gitlab-org/gitlab/-/blob/55a4cc5a53903250...
A change based on your comment was merged earlier today (with a link to your comment in the description): https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78933