citizenkeys | 12 years ago | on: San Francisco cracking down on AirBnB rentals
citizenkeys's comments
citizenkeys | 12 years ago | on: Ask HN: Is their a website that documents the tech stacks at YC startups
If you get your project off the ground, send an email to [email protected] and I might write about it.
citizenkeys | 12 years ago | on: Hacker News Turned 7 years old on February 20
citizenkeys | 12 years ago | on: Burning Man Airport FAQ
Black Rock City Airport Info: http://www.airnav.com/airport/88NV
citizenkeys | 12 years ago | on: Burning Man Airport FAQ
citizenkeys | 12 years ago | on: Y Combinator Summer 2013 Demo Day, Batch 1
most of them have already been on techcrunch by the time demo day rolls around.
citizenkeys | 12 years ago | on: Glio (YC S13) Aims To Be The “Yelp of Brazil” And Beyond in Latin America
citizenkeys | 12 years ago | on: Bitcasa Offers Infinite Storage for $100
citizenkeys | 12 years ago | on: YouTube adds Play icon to page titles so you can see which tabs are making noise
And to revise my original code, this is what you could use in the PLAYING statement to prevent multiple play symbols: document.title = "\u25B6" + document.title.replace("\u25B6","");
Notice, too, that I replaced the "▶" with the appropriate javascript encoding.
citizenkeys | 12 years ago | on: YouTube adds Play icon to page titles so you can see which tabs are making noise
The js basically looks like this: function onPlayerStateChange(event) { var player = event.target; switch (event.data) { case YT.PlayerState.PLAYING: document.title = '▶' + document.title; break; } }
citizenkeys | 13 years ago | on: Dropbox (YC S07) Expands Into The Enterprise
citizenkeys | 13 years ago | on: Tell HN: Bitcoin's 8 decimal places are preventing its adoption.
citizenkeys | 13 years ago | on: Tell HN: Bitcoin's 8 decimal places are preventing its adoption.
citizenkeys | 13 years ago | on: Tell HN: Bitcoin's 8 decimal places are preventing its adoption.
citizenkeys | 13 years ago | on: Please tell us what features you'd like in news.ycombinator
citizenkeys | 13 years ago | on: Mark Zuckerberg's First Website
The first website I ever made was on Geocities and dedicated to Pimpbot 5000 from Conan O'Brien. The site even had downloadable .wav sound files. I created it using a beta of Microsoft's first version of FrontPage, which Microsoft sent me on a CD-R as part of their beta program back in 1996 right after MS acquired Vermeer.
And how did I get on that FrontPage beta program? I sent an email to Brad Silverberg (bradsi) at Microsoft asking to get on some beta programs. He actually responded to my email and said he'd see what he could do.
citizenkeys | 13 years ago | on: Ask HN: Learning PHP Suggest Book
The left-hand sidebar also lists all related functions.
citizenkeys | 13 years ago | on: Ask HN: Learning PHP Suggest Book
This is "the" php book that everybody uses to learn php and mysql. It's also the book I used years ago. It covers both php and mysql, which is good because both are consistently used together.
citizenkeys | 13 years ago | on: Ask HN: How important is a master's degree?
citizenkeys | 13 years ago | on: Please name all the people in this photo.
If anybody can identify everyone, please let me know. Thanks!