Earlier quoted context omitted.
In fact the usual advice is that you shouldn't be doing something technically virtuosic in a startup. If your startup's critical path includes writing something as technically impressive as the Glasgow Haskell Compiler, you might have trouble... Though there are a few people around here who've built software businesses around things that are also nontrivial technical advances; cperciva comes to mind.
It seems all or most pg's articles just say the opposite: a startup should climb the highest hills, and can do so faster the big corporations because they are light-weight. If I'm not mistaking, "climbing" here do not mean find a genius idea or a disrupting design for a search field, it means developping something hard in software. The conclusion should be that a startups that is not doing something technically hard…
PG's Rarely Asked Questions
51–60 of 221 posts
Re: PG's Rarely Asked Questions
#52I've never met anyone who bridged visual art with anything tech-related, but composers, singers, pianists, orchestra members... hell yes.
Is it just that painters are less common that musicians and that ratio stays true in the tech world?
Re: PG's Rarely Asked Questions
#53Earlier quoted context omitted.
http://www.w3schools.com is pretty informative if you haven't already checked that out. The best thing to do, especially if you are on a budget is spend a few hours in a bookstore each week reading over various books on various subjects. I found this a lot more helpful.
I would recommend htmldog.com above w3schools for HTML and CSS. For javascript eloquentjavascript.net is good, and sqlzoo.net is good for SQL (or so I have heard). No doubt there are also some spectacular books for all of these. Please reply with recommendations.
Re: PG's Rarely Asked Questions
#54If somebody compiles the history books into an Amazon shopping list, I would gladly use your affiliate link. I haven't read any of them, which is shameful.
PG's RAQ History Books - Home http://bit.ly/qRK15K (Use the bit.ly link so I can track. 39)
Otherwise, the site is: http://thebooksofhistory.weebly.com/
Re: PG's Rarely Asked Questions
#55Earlier quoted context omitted.
Note: he means "good enough", not good. Which brings to mind patio11's constant reminders, that running a successful software business has very very little to do with programming well. Which means that pg thinks that 6 months is the level you need to be at to be able to start a startup. This seems intuitively right to me, especially these days.
> Which brings to mind patio11's constant reminders, that running a successful software business has very very little to do with programming well That may be appropriate for patio11. Not to demean the guy but let's be clear, he runs an online bingo service. It's my understanding that he makes much more money from consulting gigs leveraged from this modest endeavour. Rest assured that if your ambition is to write the…
If you can't see the pure hack value in that, you may be commenting on the wrong message board.
The conclusion you think you can draw about Patrick and "programming" from the nature of his first product: you can't draw that conclusion.
I'm writing this not to offend Patrick (he could care less about threads like this), but because you are taking exactly the wrong lesson about what Patrick did and then broadcasting it to the rest of the community. Stop, please? :|
I'm a systems programmer, since 1995. The list of YC companies that involve "real programming" to me is pretty short. Dropbox qualifies, but how many from the rest of their class would? Which is to say: "technical impressiveness is both subjective and a stupid metric for a business".
Re: PG's Rarely Asked Questions
#56If somebody compiles the history books into an Amazon shopping list, I would gladly use your affiliate link. I haven't read any of them, which is shameful.
http://amzn.com/w/1PVAVBE9JOW4Z
I am open to suggestions for changes, since some of the books are older there are multiple versions or translations available. Some of these are freely available as well - Franklin's autobiography and Caesar's Gallic Wars, for example.
I haven't read any of these particular books but I have read a great deal of other history books covering some of the same topics... this is a very good list though and now my to-read stack is going to be even higher :)
Re: PG's Rarely Asked Questions
#57[1] http://www.paulgraham.com/mac.html
Re: PG's Rarely Asked Questions
#58Re: philosophy, I think understanding the difference between representing the world in language and representing it in logic is critically important to programmers. It has implications for natural language processing as well as artificial intelligence. I personally recommend to anyone endeavoring to understand Wittgenstein's transition from Tractatus Logico Philosophicus to Philosophical Investigations . In fact, Goo…
Re: PG's Rarely Asked Questions
#59"I want to start a startup, but I don't know how to program. How long will it take to learn?" A year? Depends! To be very useful on Windows, really need to be okay on the content of several books, each about 1000 pages long, have worked through about 2500 Web pages of documentation at Microsoft's MSDN, along with more pages from other sources. Then need to write some code, at least as exercises, using what learned. F…