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.

At PubNub we ride dinosaurs and fight zombies with lasers

7 pointsby zacwitteover 12 years ago

2 comments

abolibibelotover 12 years ago
Extract from <a href="http://pubnub.com/jobs" rel="nofollow">http://pubnub.com/jobs</a> :<p><pre><code> Our ideal person is someone who lives and breathes code, and understands the difference between C, Python, and Javascript. </code></pre> Well Python doesn't use as many semicolons as the others. Am I hired?
cbaleanuover 12 years ago
Your /jobs page throws over CORS 100 errors in Chrome all fixable by requesting the google maps libs through http instead of https, since that's what you page uses.<p>While you've there, you might want to either change to v3 since you're using the v2 of Google Maps which has been deprecated since May 19, 2010, or better yet, remove it all together and just embed a static image.<p>Like this: <a href="http://maps.google.com/maps/api/staticmap?center=37.765043,-122.394529&#38;zoom=13&#38;markers=color:black|37.765043,-122.394529&#38;size=278x200&#38;sensor=false" rel="nofollow">http://maps.google.com/maps/api/staticmap?center=37.765043,-...</a>
评论 #4669573 未加载