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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Get your shit together, Google

28 点作者 tonylampada大约 10 年前

3 条评论

tristor大约 10 年前
A better question would be: Is the function of adding an additional namespace an API call? And if it&#x27;s not, why not?<p>Doing this type of action through a web interface when you&#x27;ve had to do it hundreds of times is already terribly inefficient, it&#x27;d be much better to do it programmatically.
alasdair_大约 10 年前
There are other major problems in the appengine console. For example, clicking “Datastore Admin” is supposed to open the admin console in an iframe. It simply doesn’t work.<p>Digging into the code I see that the issue is “Unable to open XXXX in a frame because it set ‘X-Frame-Options’ to ‘DENY’.”<p>I can tease out the URL and then open in a new tab but a huge portion of users will never think to do this.<p>It’s appalling. We reported it a year and a half ago and still no fix. We pay thousands of dollars a month for appengine but no one will fix it.
jbob2000大约 10 年前
I dunno if I would call it lazy html, but more likely that they have a bunch of code&#x2F;libraries compiling views or templates, which is causing the ugliness.<p>I know that we have pretty ugly html in our product because we have to do a lot of bullshit to get it working cross-browser and cross-platform.