Getting ridiculous? When wasn't it ridiculous? I don't see how a 1MB checksum added to the address would make any difference. Just in case of what?
you're saying a checksum isn't enough, and we want to be even more sure . . .
Me? I never said any such thing. You really need to pay closer attention when you read.
What overhead? Which tool?
overhead = all the extra chatter resulting from exchanging checksums, requesting a compare, acknowledging the checksum, and calculation of the extra checksum on both sides.
Exactly. The OP is trying to reduce some of that overhead by having the Bitcoin-Qt client display the checksum next to the address. That way they don't need to calculate it on their side. The person who receives the address would calculate it, and the person sending the address would glance at their own client (or have the checksum written/memorized?)
it's trivial to install a command line tool (or even a bash script) that simply verifies a bitcoin address, rather than adding additional checksums. if you have the facilities to compute a reliable checksum, you can also just as easily check a bitcoin address.
Perhaps if someone would have pointed the OP at such a tool or script, we could have avoided most of this discussion. Nobody seemed to be aware of any such thing.