z2amiller | 15 years ago | on: Gizmodo RSS feed full of porn this morning?
z2amiller's comments
z2amiller | 15 years ago | on: Scott Adams: How to Tax the Rich
The value of these stickers has probably declined significantly since that article was written, as the stickers are only valid until July 1, 2011.
A few years ago, my boss (CEO) at my last company bought a Prius at a premium for this reason so he could use the carpool lanes during rush hour. The populist/progressive in me thinks that it isn't "fair" that the rich can pay for faster commutes, but the truth is that he probably created many times more wealth than the several thousand dollar sticker premium by having an extra 30-60 minutes of productive work every day.
z2amiller | 15 years ago | on: Quora Blocks Startup Search Engines
I know at minimum GoogleBot and Yahoo! Slurp respect this value. I believe Google AdsBot (Landing page URL verification for AdWords) also supports this value, but GoogleBot and AdsBot each will crawl at the rate you specify (so if you specify a Crawl-Delay of 1, each bot will crawl at ~1qps). I don't know if it is in the spec, but fractional crawl delays appeared to be respected (Crawl-Delay: 0.25 would result in ~4qps, for example).
I too have fought with this problem - at times more than 90% of the capacity of the site I was running was devoted to serving up content for bots. I sympathize with small (and large) companies who don't want to add capacity so that new/random bot can add another <x> QPS to the daily baseline load.
z2amiller | 15 years ago | on: Peter Seebach: How I learned C
z2amiller | 15 years ago | on: A table that should exist in all projects with a database
z2amiller | 15 years ago | on: Ask HN: What tools do you use to monitor your LAMP server(s)?
z2amiller | 15 years ago | on: Ask HN: Commuting on a bike
Bigger tires are better - I ride on Rivendell Jack Brown tires which are ~33c. The larger tires are a smoother ride and can handle debris better. Also make sure your tires are kevlar belted. City streets, even in bike friendly cities, collect a lot of broken glass and other sharp debris along the bike lanes.
Make sure you have a good lighting system, come wintertime it will likely be pitch dark on at least one of the legs of your commute. I just got a NiteRider MiNewt 250 which is nice because it is a self contained unit and has mini-USB as its charging input (So no need to carry a specialized charger, can easily charge while at work or even in a cafe). A friend recommended the Novae Cyclone 900, less convenient but brighter than the MiNewt and cheaper. http://light-reviews.com/forum/viewtopic.php?f=29&t=897
z2amiller | 15 years ago | on: Ask HN: Good alternative to Gmail?
z2amiller | 15 years ago | on: Ask HN: is it better to have work experience before starting a startup?
Nothing wrong with developing your own product on the side or "after hours", although be aware that at many startups most positions have some kind of operational component and/or tight deadlines, which might interfere with after hours projects. (Not all startups/small companies are like this of course).
Make sure that if you are developing something on your own time that it does not compete with the company's product line, you will often have to sign a contract to that effect. Along the same lines, be sure to have a clear line between things you develop for the company and things you develop for yourself - keep a separate machine for your own code, don't use your employer's equipment or even a personal machine with your employer's code checked out on it. The same advice goes for freelance projects.