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.

Successful Tech Startups Don't Write Code?

15 pointsby u8mybrowniesover 11 years ago

5 comments

onion2kover 11 years ago
Running a business is about solving a problem. Some problems are things that need innovative development because they can&#x27;t be broken down in to smaller units that people have solved before. More often though, people&#x27;s problems are actually a configuration of smaller, very simple steps that <i>have</i> been solved before. Recognising the problem, breaking it down in to it&#x27;s constituent parts, knowing that those parts have been solved, and knowing how to get the solutions to work together - that&#x27;s the clever bit. That&#x27;s what people give you money for.
pedalpeteover 11 years ago
We&#x27;ve all been doing this for ages. What&#x27;s newer is that the pieces of the puzzles are getting smaller and smaller and we glue together more and more of them to create the end product.<p>At one time, somebody had to build databases, not a problem anymore, now we just use Postgres, MySQL, MongoDB, etc. etc.<p>We used to write CSS from scratch, now we use Bootstrap.<p>Think of how many gems or packages your average Rails and Node.js (sorry, don&#x27;t know much about Java, C#, etc. etc) apps use. That&#x27;s all these pieces glued together. How much &#x27;code&#x27; do any of us write anymore? I&#x27;d say very little, and it seems to be less and less every year.
adventuredover 11 years ago
&quot;Truth be told, the fact that they know what to glue to what makes them smart in some sense, but in others, they didn’t really create the value.&quot;<p>They did create the value - of the new entity that is the glued together product, which did not previously exist. Most of the time creativity is combining two or more existing things to get a new whole. The unique creation is an extraordinarily rare event.<p>It&#x27;s very likely those components that the company glued together, were previously individually glued together from prior ideas &#x2F; inspirations and existing concepts or products.<p>You&#x27;ll find that most of the businesses in this world are little more than glued together pieces, rearranged combinations of previously existing elements; often done better, or in a slightly novel way, or with better customer service, or more efficiently, and so on.
jotmover 11 years ago
I think it&#x27;s a good thing. It&#x27;s actually harder than you&#x27;d think to build something out of existing pieces, and if people like it and use it, then why not? As for the original piece makers, that&#x27;s what licensing and other agreements are for...
dblaccover 11 years ago
Aren&#x27;t most &#x27;new&#x27; things &#x27;inspired&#x27; by already existing things anyway ? Piecing together a number of separate things to create a new - sometimes better - thing still counts as a win in my opinion.