TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Get your shit together, Google

28 pointsby tonylampadaabout 10 years ago

3 comments

tristorabout 10 years ago
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_about 10 years ago
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.
jbob2000about 10 years ago
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.