- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Admin
Am I missing something? I'm pretty sure the last one is Windows XP...
Admin
I think that's the joke :stuck_out_tongue:
…unless @mark_bowytz got the caption wrong, that is…
Admin
Some people, when confronted with a bug, think “I know, I'll report it to bugreport.apple.com.” Now they have two bugs.
Admin
Yeah, I think it needs just a little more sarcasm to make the joke clear. Something like
Admin
I have seen and used some strange windows version called
never really understood what it was. It did not have ALL the standard API but enough of it to be a real pain in the ***.Admin
For the email one there are a bunch of sites that don't accept hyphens either. Or any special characters in the domain half for that matter... I actually have an alias version of my email domain for just those occasions. It is the same minus the hyphen.
Admin
“Point Of Sale” is the marketdroid-approved expansion of “POS”. Everyone else has their own ideas.
Admin
"Wow! I can type the exact same speed I do now if I just get some training!" wrote Abner Q.
Well what do you expect for free.
Admin
Dammit.
"but at least I know they're not using Vista" FTFY.
"I just wanted to report a bug on bugreport.apple.com," FTFY!
Admin
XD
Descriptive is body; try to be a little more invalid
Admin
Maybe the question was "what language does this nonsense resemble?"
Admin
@powerlord Maybe you're expected to inspect the source and fix it, thus qualifying you to join the panel.
Admin
I was amused to note that part of it looks a bit like SQL....as in SQL injection opportunity. Lots of sites seem to have SQL injection opportunities, but most of them don't advertise it by posting, "To join, bring down our website."
Admin
lojban?
Admin
HP laptop installation/registration software as of a few years ago wouldn't accept + in an email address.
Admin
Regarding the u-verse one, long ago, I was a moderator on an MSN forum, and got free premium service forever (this is when they were a portal, and actually had such a thing.)
They apparently didn't have any way to signal "no expiration date" so my actual expiration date in the system was in the year 2830.
Admin
U-Verse isn't the only one. Currently I have a lifetime plan with VPN Unlimited and they signal that by giving you 100 years on your account. Their program does pick it up as a lifetime plan but their website shows the 100 year bit.
Some other sites have done that and usually it is set to some crazy high expire date.
Admin
Like the year 2830 (or so; I don't remember the exact year)? I got that account in 1996.
Admin
The + sign bit is really common since it is rarely expected. Currently the only legit email addresses are ones where they part after is used for filtering purposes. I don't think I've seen one that wasn't used that way. However if you do accept email addresses like that you can't assume that to be the case at all since there is still that 0.0000001% chance that someone legit wanted a + sign in their email address for some odd reason.
Admin
Nonetheless, it's actually legal. Presumably, someone could write a mail server that used it as an actual character, not a filter indicator, which is, of course, how I was actually using it.
Once again, you should do next to no "validation" of email addresses--as has been amply argued about here over the years--because you're almost guaranteed to get it wrong.
Admin
Seriously? Where do these developers come from? Just do something like:
Lifetime
orNo_Expire
flag to the DB. Was that so hard?Expiration_Date
field nullable. Anything with aNULL
in that field doesn't expire.Wow, that took a ton of work to figure out. I better take a nap now.
Admin
In my case, Microsoft.
Go figure.
Admin
Something like:
Anything besides that is bound to be wrong in some case.
Admin
Nope! (Although I don't know if anyone still uses bang-paths. And I vaguely remember that BITNET didn't use @ symbols but I might be wrong there.)
The only universally-meaningful validation of an email address is to actually attempt to send an email to it.
Admin
Huh. I'll have to check the official spec again. That's RFC2822, right?
Or is it 2821?
Admin
822, like God intended.
Get off my lawn!
Admin
AHA! You are WRONG good sir!
From the Abstract of RFC 2822 (emphasis mine):
In other words, RFC 822 is no longer the standard. :musical_note: Suck it. :fa_music:
Now, regarding the current address standards, section 3.4 indicates that an addr-spec should be used for addressing. Section 3.4.1 defines an addr-spec as (emphasis mine):
Admin
Did you miss my
Get off my lawn!
?Admin
Practically, yes. Technically, no.
If they do, take them out and :gun:-bang them.There is technically the possibility of a local user for whom the username alone is a valid email address.
Admin
Someone else who needs to read RFC 2822. :P
Admin
Generally not a concern when designing web software these days.
Admin
True. I started writing "If you're designing a form for local users, you should blah blah," but decided Belgium it, and deleted it.
Admin
You've also gotta remember unusual stuff like parens, which probably most don't think of.
Admin
What if you work for the company developing the software?
Admin
Admin
Admin
Good luck finding a providor anymore. Support is fading for X.400.
Admin
It's still alive? The only part of that entire stack that seems to have really survived robustly is X.509 and the bits that support it.