-
Website
http://avc.com/ -
Original page
http://www.avc.com/a_vc/2007/12/why-i-just-boug.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
ShanaC
1239 comments · 73 points
-
daryn
216 comments · 15 points
-
kidmercury
835 comments · 104 points
-
howardlindzon
207 comments · 71 points
-
Charlie Crystle
205 comments · 36 points
-
-
Popular Threads
-
Top Tracks of 2009
14 hours ago · 49 comments
-
Top 10 Records Of 2009
1 day ago · 73 comments
-
Getting Computer Science Into Middle School
6 days ago · 281 comments
-
Open APIs and Open Standards
1 week ago · 207 comments
-
Thoughts on Blackberry Fail
4 days ago · 77 comments
-
Top Tracks of 2009
http://www.fridgebuzz.com/2007/01/02/the-long-t...
Thanks for sending this
But I still think this is good news for VCs and entrepreneurs alike
http://avc.blogs.com/a_vc/2006/12/web_20_is_a_g...
It's also about what can be imagined
and what happens when the entire company is focused on something other than
an engineer in the middle of a huge company.
And network effects are important too
Google might build a wikipedia clone or an etsy clone or a twitter clone but
that doesn't mean anyone would use it
fred
Ultimately the owners of these services will need to build organizations to best capitalize on the opportunities in front of them
As I said in my 'web 2.0 is a gift' post last year, this is all good for entrepreneurs and VCs as it reduces risk for everyone
Fred
And what do you make of the increasing size of VCs funds? the need for capital seems to be going down but the supply of capital seems to be going up?
The current implementation has some wonky requirements for working with integers, such as they all need to be the same length. For example, if you need to store numbers in the 1,000,000 range, you'll need to zero-pad everything so that 1 winds up being 0000001. Additionally, there's no way to store negative numbers, so you need to store an offset somewhere and do the subtraction (and then zero-pad that). Those are just two issues among others.
Granted, technically these aren't tremendous hurdles to overcome. However, it does add a hurdle to one's agility. I'm sure someone will come up with an adaptor to handle the annoyances.
Thanks for musing openly.
Amazon web services can compete orthogonally with Yahoo and iTunes too, when every artist out there wants to manage their output themselves.
It's only a matter of time before the next Radioheads are able to rent a "rock-band-application", upload some mp3 and sell their stuff massively.
Not for the big-boys-only anymore.
You mentioned near the end of your post that you had a position in Toyota as part of a hybrid engine play. I don't recall any posts (after searching a bit) that discuss the reasons behind this and would be very interested in what the motivations are. I'm in the market for a small/mid-sized car here in the Bay Area but every cost model I've done for the hybrids ends up more expensive overall.
Toyota is one of my smaller holdings and it hasn't done much since I bought it
I need to read up on this whole topic a bit more
Fred
Fred
"For every database function of the old model, increased complexity, increased administration. Stored procedures, replication, unified data model, DB to DB connectivity, etc." I might add, that the new languages used to spin out new web based applications are all trying to make everything a nail, because all of the databases that they have to work with (mySql, Postgress) are hammers. This has created a specialist industry where we have something that did not exist before: Programmers that have an intimate knowledge of the serving and request structure of the client's remote calls, to a degree not known in previous era's.
In other words, you can be a Ruby or PHP programmer, but to be really in demand, you have to know A LOT about the back end. You can get started with basic knowledge, and get a small demo working, but once you get to even mid sized apps, you find that there are all these issues in the database closet that are very, very arcane.
I am going through this right now, where my poor little bootstrap venture has such a starting mezzanine complexity requirement, that is a useless exercise to start with under provisioned complexity. If you are going to have thousands of small user objects that need to updated and tracked on real time, you have to solve an number of vexing problems that even heavy databases have problems with. Sure, an off the street Rails guru will get you so far, but that data back end......
http://www.squidoo.com/ThruDispatch
great stuff, fred, although i feel like it's still a little pricey :)
Fred
Go take a look and let me know what you think
Fred
"All that area between the red and blue lines is risk that has been taken out of the equation for VCs and equity that should largely accrue to entrepreneurs."
My question is what about companies like smugmug, hotornot, plentyoffish? They never took VC money and are profitable and have no plans to take VC money. Are they the exception or soon to be the norm for web 2.0 startups? Even in a case like facebook, it seems like they are in command of the terms rather than the investors putting the investors at a disadvantage.
quality venture deal run by top notch entrepreneurs
fred
yahoo finance will do that. Not sure if a google link will do that.
fred
change.
If a significant percentage of web services adopt Amazon's service
offerings, I think they will be in a position to make money in more ways.
fred
I'll check them out
I love blog comments. I learn more from you all than anyone else!
fred
your database in Amazon to begin with you will never see the wall. As
you need more capacity you have to do nothing, other than pay your
bill". The DB service _may_ be that simple but the EC2 and S3 are
not. Its not a true elastic service without a bunch of programming done
on your part. There are even products out there that you might need to buy if you aren't able
to do so. (weoceo comes to mind)...
As far as their future aspirations to build a "web data API" that
makes commingling services easier down the line...probably not so
true. everybody has an API, i dont see why 2 startups having their
data in the same database service would make it so much easier that it
becomes a no brainer. some people need secure data (wesabe, flickr),
some people dont (weather, traffic, maps) and on and on.