TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dots in gmail don’t count… and this is idiotic

13 点作者 vrypan将近 11 年前

6 条评论

abritishguy将近 11 年前
Is this really an issue? I mistype my email address regularly but it is never the period that is wrong.<p>Clearly the author believes it is and they have more experience than I but I just don&#x27;t see how this can be a significant problem, it is less of a problem than the gmail&#x2F;googlemail issue that many European people with old enough gmail accounts have (gmail was trademarked at the time and thus they had to use googlemail.com so I still have to use googlemail.com address for certain shitty systems that don&#x27;t let me update my email address easily).
dj-wonk将近 11 年前
What Julien laments is strange to many people. I found this behavior unexpected and hackish when I first heard about it. Now, after thinking about some of the implications for users and other applications, I&#x27;m not sure I have a firm opinion about it.<p>Yes, it is a pain for third-party apps doing logins or password recovery. That said, it would be possible handle gmail addresses as a special case, which I admit is annoying from a software developer perspective.<p>But we build tools, supposedly, to please customers, right? What do the customers want? From a user perspective, what Google is doing may be best. It is, after all, consistent with Postel&#x27;s law &#x2F; the robustness principle: <a href="http://en.wikipedia.org/wiki/Robustness_principle" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Robustness_principle</a>
Mikushi将近 11 年前
A non issue really, all you need is a filter in your backend that removes dots in gmail addresses before saving to database or querying for records. That&#x27;s about 4 lines of code. It&#x27;s the developer&#x27;s job to know about edge cases like that and make sure it is properly handled.
评论 #7827665 未加载
TheMagicHorsey将近 11 年前
I doubt anyone even thought about 3rd parties using email addresses as primary index keys when they dropped the dot. Its not arrogance so much as overlooking an issue.<p>People need to stop with this histrionic bs when it comes to engineering mistakes. Its not the end of the world. This guy needs to take a chill pill and calm down.
dj-wonk将近 11 年前
Also, it is annoying that this non-standard choice by Gmail puts other companies and services into the position of (a) surprising and maybe disappointing users with behavior different than Gmail or (b) behaving in the same way as Gmail by disregarding dots in gmail accounts.
argumentum将近 11 年前
On the plus side, this lets you create multiple third-party accounts using the same gmail address for verification. I&#x27;ve done this a lot for various nefarious purposes ;)<p>Also, it&#x27;s not something they can &quot;undo&quot;. A lot of people started with &quot;first.last@gmail&quot; and later started telling people &quot;firstlast@gmail.com&quot; (I do that now).