Viewing profile — zred
zred
HN member- Joined
- Fri, Mar 09, 2012, 7:46 PM UTC
- HN karma
- 107
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About zred
No profile information was provided.
Recent public activity
-
comment
Comment #4115001
That was their uptime for May, but looking at June it's going to be a worse picture. They're already down to 99.63% if you only include "red" incidents and down to 99.25% if you in…
-
comment
Comment #4045024
1. The same is true of share-nothing architectures in Ruby, Python, Perl, Java, or C# (including Rails and Django). All you have to do is get more app servers - no fuss. Of course,…
-
comment
Comment #3999898
One thing that should be noted: if the debt is forgiven, the IRS counts it as income for tax purposes. As such, if you buy $5,000 worth of debt for $150 and forgive the debt, that …
-
comment
Comment #3996042
I think I can shed light on what being a "DSL for the web" means. 1. PHP has built-in templating in that it's a language that gets embedded within other text files. If you go with …
-
comment
Comment #3994077
Facebook's IPO was yesterday (while it started active trading today). If you were one of the blessed investors, you could buy the shares yesterday at $38. It seems like there were …
-
comment
Comment #3989982
This is just my personal opinion and I'll be the first to admit that I'm conservative with my money. That said, I think that a bet on Facebook's growth might be overreaching. 1. Fa…
- comment
-
comment
Comment #3946477
So, I haven't read the entire agreement, but the "release of unknown claims" sounds to me like: "You agree that if Bill Gates comes up to you tomorrow and offers you $1B, you can't…
-
comment
Comment #3906582
I fell into this problem a while back with the domain I use for my mail. Everything was set up nicely in Namecheap's DNS so that the MX records were pointing at GMail and the root …
-
comment
Comment #3905201
Palm bought BeOS for $11M (and those assets were later transfered to PalmSource which became Access). In 2001 (when BeOS was bought), it might have made a bit of sense. Be was pret…
-
comment
Comment #3905067
Haiku now uses a hybrid system so that it can support GCC 2 applications while using GCC 4. http://www.haiku-os.org/news/2008-05-18/steady_progress_towa...
-
comment
Comment #3881810
I think you've hit the key - if they find a good monetization model. I remember an article on here about Facebook shutting down a social shopping experiment, but if that had panned…
-
comment
Comment #3881637
Assuming earnings of $205M per quarter and a valuation of $100B, that would put Facebook's P/E ratio at 122. Today, Apple is at 16.3, Google at 18.1, Netflix at 24.4, and Microsoft…
-
comment
Comment #3866594
I'm not trying to dissuade you from using prgmr, but EC2's reserved instance pricing makes it a lot more competitive. You can get the 3.75GB medium instance for $55/mo (1-year comm…
-
comment
Comment #3849354
To play devil's advocate a bit: YouTube has a bit of a network effect going on in that viewers want to go where they think the videos will be and people want to upload where they t…
- story
-
comment
Comment #3774586
If you want to see how consumer electronics can still be sold in retail locations, just spend ten minutes in an Apple store. They are selling some of the same products as Best Buy,…
-
comment
Comment #3747583
I think it's more that many of us are having trouble understanding how FeeFighters fits in with Groupon. The strategy that I could see working well would be for Groupon to extend G…
-
comment
Comment #3744786
Depending on how you look at it, there can be many benefits, but as with most technologies, they're contextual. CDMA uses 1.25MHz channels. That can be limiting in some ways, but a…
-
comment
Comment #3744726
CDMA phones come with an ESN ( http://www.mobileburn.com/definition.jsp?term=ESN ). It's basically like your SIM card number, except that it doesn't change. CDMA carriers can activ…
- comment
-
comment
Comment #3686175
The key is figuring out when technology gets to a certain point that make a vision possible and which technologies will make it possible. When Apple introduced the iPhone in 2007, …
-
comment
Comment #3685918
http://www.heroku.com/pricing#0-0 Heroku's pricing can be found there. I've found their uptime to be very good. Basically, Heroku launches instances of your application and then ro…
-
comment
Comment #3685662
A very interesting look at Play can be found in this presentation: http://spinscale.github.com/play-advanced-concepts.html The author wrote the Play Framework Cookbook and so it's …