id
int64 0
12.9M
| type
large_stringclasses 5
values | by
large_stringlengths 2
15
⌀ | time
timestamp[us] | title
large_stringlengths 0
198
⌀ | text
large_stringlengths 0
99.1k
⌀ | url
large_stringlengths 0
6.6k
⌀ | score
int64 -1
5.77k
⌀ | parent
int64 1
30.4M
⌀ | top_level_parent
int64 0
30.4M
| descendants
int64 -1
2.53k
⌀ | kids
large list | deleted
bool 1
class | dead
bool 1
class |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9,700 | comment | markrages | 2007-04-06T20:10:07 | null | I've been reading the "E-Myth," which also describes three roles of the founder: Technician, Manager, and Entrepreneur. (These roughly corresond to the roles you outline). The first part of this book is an excellent analysis of why many startup companies fail. The rest of the book's advice gets worse, and by the end it is a naked advertisement for the author's seminars and consulting services.<p>Get it from the library.
| null | null | 9,243 | 9,243 | null | null | null | null |
9,701 | comment | palish | 2007-04-06T20:10:25 | null | While it may have been better to wait another few days, the application process is nearly over. I'm trying to determine how much an online demo actually matters in the process.<p>In the case of Zenter, things they'd previously built helped them get accepted. They didn't actually have an online demo of what they were proposing. | null | null | 9,698 | 9,667 | null | [
9709
] | null | null |
9,702 | comment | Goladus | 2007-04-06T20:10:35 | null | That looks interesting, but be sure to check out Joel Spolsky's "User Interface Design for Programmers." <a href="http://www.joelonsoftware.com/uibook/fog0000000249.html">http://www.joelonsoftware.com/uibook/fog0000000249.html</a><p>I'm skeptical of a ruleset that includes "Some things can't be made simple." I say that not because it isn't true, but if you find yourself devoting a whole rule to a caveat then there is probably a better way to explain the first 8 rules.
| null | null | 9,631 | 9,631 | null | null | null | null |
9,703 | comment | jkush | 2007-04-06T20:12:12 | null | Thanks very much for your response. I don't think it's odd because this article (even with it's length) would probably benefit people coming from entirely different environments. They might know something about programming but need some help grasping the fundamental differences between writing programs in say C# vs. Lisp or Python. <p>Oddly enough, after reading his article and letting is sink in a little bit more, I was able to understand your writing better. That's no fault of yours, I just think it's a little bit of a shortcut to getting over that initial confusion.<p>Thanks.
| null | null | 9,691 | 9,661 | null | null | null | null |
9,704 | story | startupstarter | 2007-04-06T20:26:07 | Interested in a startup hub in San Francisco area? | null | 3 | null | 9,704 | 7 | [
9706,
15785,
15787,
9752,
9797,
9771
] | null | null |
|
9,705 | comment | nostrademons | 2007-04-06T20:30:06 | null | "For example, someone recently told me that in Python you can't have conditionals within math expressions."<p>You can, but until Python 2.5 you needed to use a somewhat opaque idiom:<p>x + (foo and 1 or 2)<p>This works because the short-circuiting boolean operators return their second operand. So if foo is true, it'll evaluate 1, find that it's true, and return 1. If foo is false, it short-circuits over the 1, evaluates the 2, finds that that is a true value, and so returns 2. It's not intuitive at all, but most serious Pythonistas are familiar with it.<p>I agree that this is gratuitously restrictive, and evidently the Python developers did too. As of Python 2.5, you can do this:<p>x + (1 if foo else 2)<p>It's a shame that it took so long for them to add it, though. | null | null | 9,691 | 9,661 | null | null | null | null |
9,706 | comment | startupstarter | 2007-04-06T20:33:16 | null | Inspired by The New Scene in NYC for Entrepreneurs ( <a href="http://news.ycombinator.com/comments?id=9585">http://news.ycombinator.com/comments?id=9585</a> )<p>I live in SF, so this will be in the SF area, but I may look as far south as Menlo Park if space is good or high demand for further south.<p>I will try to throw a website together in a week or so, but in the meantime, please post here or shoot me an email at jklemail at gmail . com if you're interested in helping me out or in joining.<p>I'm trying to work on a project too, so I will need all the help I can get. Right now I am browsing for office spaces in the SF area and Peninsula area in craigslist to see the price ranges and what's available. But it's really just surveying now since it's impossible to decide on it without more feedback and definite interest. But what I'm shooting for is cheap location with good parking and hopefully some windows to sun light. I am estimating 200 sq ft per member (100-150 for actual cube space, depending on single person or group, and extra spaces for walkways, lunch area, bathroom, etc). So I guess once there's more feedback, you guys can help me out in hunting down good locations in either craigslist or other sources. Base on my fuzzy math of 200 sq ft/cube, we should be aiming for ~$1/sq ft (hopefully less, depending on location, etc.) in order get it down to the ~$250/member/month mark. Of course, that's just fuzzy math, I'm sure we'll have to adjust that once we know the actual # of signups and what they want.
Here's my filtered link to craigslist:
SF:
<a href="http://sfbay.craigslist.org/search/off/sfc?maxAsk=6000&minSqft=2000">http://sfbay.craigslist.org/search/off/sfc?maxAsk=6000&minSqft=2000</a>
peninsula: <a href="http://sfbay.craigslist.org/search/off/pen?maxAsk=6000&minSqft=2000">http://sfbay.craigslist.org/search/off/pen?maxAsk=6000&minSqft=2000</a><p>Financial and time wise, I'm looking for someone who have extra money or time or both to partner with me so I don't have to take all the burden. Without 1 or more financial partners, I won't be able to do anything before getting some kind of deposits/initial rentals from early signups.<p>ps. can you guys up vote this "news" if you are at least interested so I can get a feel of interest level and also it will be ranked higher so more people can see and know about it?<p>thanks,
john | null | null | 9,704 | 9,704 | null | [
11811
] | null | null |
9,707 | comment | Tichy | 2007-04-06T20:33:28 | null | Maybe, but the encryption is entirely in the hands of the client application that dropbox provides (I suppose it is not open source), so it is still a matter of faith. | null | null | 8,889 | 8,863 | null | null | null | null |
9,708 | comment | mauricecheeks | 2007-04-06T20:33:33 | null | that seems considerably less random ;-) | null | null | 9,683 | 9,677 | null | null | null | null |
9,709 | comment | mukund | 2007-04-06T20:35:52 | null | Well online demo may be just a rain-check to show that you know the technology you are using, you know what you are doing and in short to show you are on right track. Sometimes describing how you would go about doing stuff will also go a long way too | null | null | 9,701 | 9,667 | null | [
9716
] | null | null |
9,710 | comment | ClintonKarr | 2007-04-06T20:36:01 | null | Might as well fund your start-up with scratch off lotto tickets while you're at it.
| null | null | 9,652 | 9,652 | null | null | null | null |
9,711 | story | mauricecheeks | 2007-04-06T20:37:26 | Whats your NEXT invention? | null | 7 | null | 9,711 | 28 | [
9736,
9845,
9750,
10004,
9729,
9819,
9717,
9849,
9722,
9726,
10411,
9715,
9718,
9732,
9927,
9757
] | null | null |
|
9,712 | comment | aston | 2007-04-06T20:37:28 | null | I dunno. I think it's really reminiscent of the startup in the garage of yesteryear (even before the web), but with the beds closer to the computers. | null | null | 9,628 | 9,592 | null | null | null | null |
9,713 | comment | akkartik | 2007-04-06T20:47:47 | null | I like it.
| null | null | 9,677 | 9,677 | null | null | null | null |
9,714 | comment | startupstarter | 2007-04-06T20:48:16 | null | please see <a href="http://news.ycombinator.com/comments?id=9704">http://news.ycombinator.com/comments?id=9704</a>
for San Francisco area. | null | null | 9,585 | 9,585 | null | null | null | null |
9,715 | comment | mauricecheeks | 2007-04-06T20:49:17 | null | I thought it'd be interesting to hear what project everyone wants to do next. Or just ideas for things they want to see happen in the future. | null | null | 9,711 | 9,711 | null | null | null | null |
9,716 | comment | palish | 2007-04-06T20:49:48 | null | Right. So this experiment is to determine if online demos matter at all. Perhaps all Paul, Jessica, RTM and Trevor care about is a good idea (or not so good idea) with a solid team. In fact, they probably only care about a solid team. Reddit's idea was entirely changed after they applied.<p>I'll be interested to see if by tomorrow anyone's actually confirmed that they've looked. Then next cycle we can refocus our efforts on areas that matter more. | null | null | 9,709 | 9,667 | null | [
9719,
9890,
10751
] | null | null |
9,717 | comment | mauricecheeks | 2007-04-06T20:52:30 | null | - revamp the music industry (big business is not invited)<p>- political social network (get people talking)<p>- revolutionize the structure of the internet (its a mess)<p>- introduce new airline software (I'd sell that myself)<p>If anyone wants to do any of these things feel free, because they need to be done. If you want to participate in my efforts to seem them happen in the future - [email protected]
| null | null | 9,711 | 9,711 | null | [
9739
] | null | null |
9,718 | comment | yaacovtp | 2007-04-06T20:54:11 | null | Kosher for Passover food that tastes good. Big, hungry market for it. | null | null | 9,711 | 9,711 | null | [
9731
] | null | null |
9,719 | comment | nostrademons | 2007-04-06T20:56:02 | null | Gaming the applications process already? ;-)<p>The big advantage to working on the online demo is <i>it gets you working on the product</i>. Ultimately, that's what'll make you succeed or fail, not whether you get YC funding. I can't imagine anything else in the application process that matters more.<p>My team isn't really focusing on the app demo for YC's sake. It actually looks kinda ugly, since layout and design is one of the last things we're working on. But we were planning to launch on the weekend of the 20-21st, and still probably will if we aren't invited to Mountain View. So in order to hit the launch date, we need to work on it anyway. | null | null | 9,716 | 9,667 | null | [
9724,
9826
] | null | null |
9,720 | comment | aston | 2007-04-06T20:58:48 | null | You've completely omitted the real reason people stay with Digg: network effects. The more people using a Digg-like site, the more valuable it is. Digg clones don't have the traffic, so of course they can't compete.<p>Switching from Windows to Mac is more of an issue of legacy. If all of the software you like using works only on Windows, and if all of the people in your organization only know Windows, it's going to be difficult (costly) for you to switch.<p>How are these related to 37signals products? Not very. There are no network effects involved, so that's out. And while you may have a legacy with 37signals, it's such a new product, your organization could probably afford to switch to a competitor without much cost.<p>The question posed in the article is a good one, then, since if you could match feature for feature and you could do it for cheaper, you'd beat 37signals at their own game. | null | null | 9,583 | 9,567 | null | null | null | null |
9,721 | story | usablecontent | 2007-04-06T21:02:50 | Google Dials 411 for Free, Takes On Jingle Networks | null | http://startupmeme.com/2007/04/06/google-dials-411-for-free-takes-on-jingle-networks/ | 1 | null | 9,721 | 0 | null | null | null |
9,722 | comment | aristus | 2007-04-06T21:08:57 | null | Archiving the web in a decentralized way. The idea is to define a format for indexes that is both human and search-engine friendly, and coming up with ways to encourage people to share their archives. (dowser.sf.net; dowser-archive.org coming soon) | null | null | 9,711 | 9,711 | null | null | null | null |
9,723 | comment | phony_identity | 2007-04-06T21:10:47 | null | No. (It's not really a demo, just a fun, unrelated little thing. But it has an URL which hasn't been hit yet from Mountain View or Cambridge.) | null | null | 9,667 | 9,667 | null | null | null | null |
9,724 | comment | palish | 2007-04-06T21:15:00 | null | <i>Gaming the applications process already? ;-)</i><p>Nope. I didn't apply to YC because I feel it'll increase my chances of success. I know I'm going to succeed; how 'bout you? ;)<p>I applied because that's where I want to be. Out of all the places I could go in life, I can't imagine a better place than with a bunch of smart and motivated people working on businesses.<p>So let's assume we're all going to succeed, and we all want in. Knowing which things matter more than other things is invaluable.<p>Of course, they wouldn't tell us to focus on question X. If they did, it would skew the results. So the only way to determine what matters is to run experiments like this one. | null | null | 9,719 | 9,667 | null | null | null | null |
9,725 | story | yaacovtp | 2007-04-06T21:24:07 | Most Awesome Web Launch of a New Book of Short Stories | null | http://noonebelongsheremorethanyou.com/ | 2 | null | 9,725 | 0 | null | null | null |
9,726 | comment | randallsquared | 2007-04-06T21:24:59 | null | Yet another micropayments startup. Unfortunately, my current thoughts on that require several hundred thousand, minimum, so I'll need to get rich (relative to where I am) before I can really get that done. | null | null | 9,711 | 9,711 | null | [
9733,
9740
] | null | null |
9,727 | comment | jimbo | 2007-04-06T21:34:49 | null | If you have Lisp, you don't need the plethora of XML mini-languages you need in Java and many other languages. You can just keep everything Lisp, and give up nothing in flexibility and still succintly express ideas in your problem domain.<p>This is what is often referred to as "Domain Specific Languages". With Lisp, you can create a DSL and its still Lisp.<p>That is what the article is saying, but much more verbosely. In the article's defense, I think it takes something as long as that for people who don't know Lisp to really understand the point. | null | null | 9,662 | 9,661 | null | [
9766
] | null | null |
9,728 | story | msgbeepa | 2007-04-06T21:35:34 | Free Database Of Open Source Projects | null | http://web2.reddit.com/goto?id=1fxmb | 1 | null | 9,728 | -1 | null | null | true |
9,729 | comment | amichail | 2007-04-06T21:37:29 | null | It might be interesting to build a "first impressions" service where people would give you their first impressions on all sorts of things including startups and ads.<p>To encourage people to do this, you could build a game like this:<p><a href="http://listengame.org">http://listengame.org</a><p>In a sense, this "first impressions" service would also provide a form of advertising targeted at people who are willing to see what you have just for fun. | null | null | 9,711 | 9,711 | null | null | null | null |
9,730 | comment | philc | 2007-04-06T21:40:31 | null | Kudos for adding (useful) complexity to the application without requiring any extra user interaction. This is the way to implement features.
| null | null | 8,891 | 8,891 | null | null | null | null |
9,731 | comment | juwo | 2007-04-06T21:41:06 | null | that's easy. use Indian spices.<p>perhaps we can cook up something! | null | null | 9,718 | 9,711 | null | null | null | null |
9,732 | comment | juwo | 2007-04-06T21:42:09 | null | my next invention?<p>-deaf people communicate without sign language.<p>I already have the ideas - but no prototype. would need funding. | null | null | 9,711 | 9,711 | null | [
9737
] | null | null |
9,733 | comment | mauricecheeks | 2007-04-06T21:44:20 | null | yea i definitely want to see micro payments catch on. I've been ranting about this for months now. I think it is a much needed component of the new internet i want to see exist :-) | null | null | 9,726 | 9,711 | null | null | null | null |
9,734 | story | superficial | 2007-04-06T21:49:00 | spam | null | http://tinyurl.com/22m2ss | 1 | null | 9,734 | -1 | null | null | true |
9,735 | comment | rms | 2007-04-06T21:55:10 | null | Did you get a response from them today? I got nothing. Not sure if that's a rejection or if they pushed back the decisions. | null | null | 9,429 | 9,369 | null | [
9790
] | null | null |
9,736 | comment | rms | 2007-04-06T21:59:27 | null | Cure HIV:
Start with some adult stem cells from the HIV patient to be treated, specifically the stem cells that produce T cells. We introduce the 32 base pair deletion in the CCR5 gene and grow the cells in culture. These can then be "transplanted" back into the patient. These transplanted stem cells will create HIV immune T cells. Once there are enough immune T cells, the patient will probably still have HIV, but it will not develop into AIDS. There will be no chance of rejection since they are the patient's own cells. Furthermore, since the body does produce antibodies to HIV, these modified T cells may even be able to fight off the HIV.<p>To test this, we would get a mouse line, which are genetically very similar to each other from inbreeding so we won't have to worry about rejection of the transplants, and introduce the human CCR5 receptor into them. This, in theory, will allow the mice to be infected with HIV since HIV attaches to the CCR 5 receptor to enter and infect the cell. If this works, we can then try the technique of taking some of their stem cells, introducing the mutation, transplanting them back in, and see if their T cell count increases or if the levels of HIV decrease. It could also be used as a preventative therapy, which we can also easily test on the mice. | null | null | 9,711 | 9,711 | null | null | null | null |
9,737 | comment | rms | 2007-04-06T22:00:22 | null | Good luck going against "deaf culture." Deaf (with a capital D) people are extremely resistant to change or anything that threatens their community. | null | null | 9,732 | 9,711 | null | [
9745
] | null | null |
9,738 | story | mukund | 2007-04-06T22:02:01 | How a carpet merchant became a VC (never mind this title read my comment) | null | http://www.siliconbeat.com/entries/2006/03/17/amidzad_the_rug_merchants_turned_venture_capitalists.html | 1 | null | 9,738 | 3 | [
9741,
9966
] | null | null |
9,739 | comment | rms | 2007-04-06T22:02:24 | null | I worked for US Airways in maintenance/engineering and I think that most of their problems stem from trying to run an enterprise on 70's era mainframes and software. So much extra labor is required to do things that should be automated but instead require lots of human hours. But, they're incredibly resistant to change and spending money. So I think selling it would be impossible. | null | null | 9,717 | 9,711 | null | [
9749
] | null | null |
9,740 | comment | rms | 2007-04-06T22:02:55 | null | So how do you solve micropayments? | null | null | 9,726 | 9,711 | null | [
9747
] | null | null |
9,741 | comment | mukund | 2007-04-06T22:03:41 | null | I had read somewhere that this guy's carpet shop was a hotspot for networking of high profile and wannabe tech leaders. So my query to YC and PG is Can a portion of website be kept for networking or matching of talents? A virtual space is sufficient to kick start something. | null | null | 9,738 | 9,738 | null | [
9954
] | null | null |
9,742 | comment | rms | 2007-04-06T22:05:42 | null | It's a bad idea for a typical Web 2.0 startup but it's a great idea if you have a clear path to profitability. | null | null | 9,694 | 9,652 | null | [
9761
] | null | null |
9,743 | story | juwo | 2007-04-06T22:13:28 | How would you make your software easier to use? | null | http://juwo-works.blogspot.com/2007/04/how-to-make-juwo-easier-to-use.html | 2 | null | 9,743 | 4 | [
9864
] | null | null |
9,744 | story | domp | 2007-04-06T22:21:18 | Atten.tv: a creepy version of Justin.tv | null | http://www.webware.com/8301-1_109-9705433-2.html?part=rss&tag=feed&subj=Webware | 2 | null | 9,744 | 0 | null | null | null |
9,745 | comment | juwo | 2007-04-06T22:22:19 | null | We've all changed - haven't we?<p>:) | null | null | 9,737 | 9,711 | null | [
9746
] | null | null |
9,746 | comment | rms | 2007-04-06T22:25:52 | null | I'm not sure what you mean. Certainly, if your invention is good enough, I'm sure you will be able to find some success, even if you don't change Deaf culture as a whole. | null | null | 9,745 | 9,711 | null | [
9765
] | null | null |
9,747 | comment | randallsquared | 2007-04-06T22:31:19 | null | I'm still working on the details, but the direction I'm moving mostly consists of taking the best ideas of current payment systems and leaving the worst ones out. The trickiest one involves email addresses as the payment identifier. That seems like a good idea at first glance (and had me fooled for years; I'm from a payment systems background), but I think it turns out to have been a bust. <p>I'm also not particularly interested in P2P payments, as there are lots and lots of systems out there for that, and it never has really taken off. The dominant system is still merchant/customer, and I think it will continue to be for a number of reasons: each person receiving payments needs a lot of people paying to make any given activity worth doing, and people just don't seem to pay each other tiny sums -- and paycheck-size sums are already handled well by check/ACH, direct deposit, and so on.<p>But given the level of funding I'll need to get this started properly, it certainly isn't a YC app, so I have to succeed with some other interesting project first. :) | null | null | 9,740 | 9,711 | null | null | null | null |
9,748 | comment | bootload | 2007-04-06T22:31:48 | null | <i>'This the funniest thing I've ever read on news.yc.'</i><p>(as you know ) if you poke fun at things you can get across messages in parallel. | null | null | 9,676 | 9,171 | null | null | null | null |
9,749 | comment | mauricecheeks | 2007-04-06T22:31:58 | null | Thanks for your input.<p>I'm sure it would be <i>nearly</i> impossible to sell. ;-) Hence i volunteer to sell it myself. I'm sure it would be a huge undertaking because of things the hardware limitations & time it would take to update things... but once in place, it'd be well worth it for everyone involved. | null | null | 9,739 | 9,711 | null | null | null | null |
9,750 | comment | zaidf | 2007-04-06T22:37:59 | null | Once I have some money in the bank, I want to escape to an island, assemble a small team of medical researchers and find a cure for a genetic condition I suffer from. <p>Each time I get an episode of it I can't help but wonder why it is that much harder to find a cure for it than fixing a broken computer:) May be I can use this innocence and get somewhere. Medicine is the last thing of my natural interest but in this context I really hope to take on this fun challenge at some point. | null | null | 9,711 | 9,711 | null | [
9751
] | null | null |
9,751 | comment | rms | 2007-04-06T22:40:46 | null | With enough money in the bank, I'm sure you can make a serious impact on a specific area of medical technology. The hard part is finding qualified people that are brilliant enough to think outside of the box. | null | null | 9,750 | 9,711 | null | [
9755
] | null | null |
9,752 | comment | Mistone | 2007-04-06T22:48:00 | null | Hello, I would definitely be interested on getting some space
in SF but not so much if you are thinking of a South Bay location.
I'm currently based in Petaluma so I would also need to get setup living wise in SF but this is in process now, so not a roadblock.
This is exciting, let me know what I can do to assist. | null | null | 9,704 | 9,704 | null | [
9773
] | null | null |
9,753 | story | danielha | 2007-04-06T22:48:21 | Cleaning Messy Message Boards | null | http://www.businessweek.com/technology/content/apr2007/tc20070406_101803.htm | 2 | null | 9,753 | 0 | null | null | null |
9,754 | story | domp | 2007-04-06T22:49:12 | SnipShot and MyDataBus collaborating | null | http://mashable.com/2007/04/06/mydatabus-snipshot/ | 4 | null | 9,754 | 0 | null | null | null |
9,755 | comment | zaidf | 2007-04-06T22:56:32 | null | True. That is the prime reason my business partner brother is going to med school. His tech entrepreneurial background with a med school education should at least give us a good base to start from whenever we do this. | null | null | 9,751 | 9,711 | null | null | null | null |
9,756 | story | dawie | 2007-04-06T23:00:20 | Google Voice Local Search | null | http://labs.google.com/goog411/ | 1 | null | 9,756 | 0 | null | null | null |
9,757 | comment | dawie | 2007-04-06T23:06:31 | null | Build a Time machine | null | null | 9,711 | 9,711 | null | [
9836
] | null | null |
9,758 | story | vikram | 2007-04-06T23:08:51 | SICP lectures - For people who want to learn lisp | null | http://www.swiss.ai.mit.edu/classes/6.001/abelson-sussman-lectures/ | 2 | null | 9,758 | 5 | [
9835,
9972,
9834,
9769
] | null | null |
9,759 | story | Harj | 2007-04-06T23:09:45 | The 10 Real Reasons Why Geeks Make Better Lovers | null | http://www.wired.com/culture/lifestyle/commentary/sexdrive/2007/04/sexdrive_0406 | 1 | null | 9,759 | 1 | [
9934
] | null | null |
9,760 | comment | epall | 2007-04-06T23:13:37 | null | If your company goes south for any of a million reasons, who gets stuck with the bill? If you've sold equity, you've spread out the risk according to who's willing to take it. It's likely the founders opted to risk time more than money, so they're not out anything huge. If you get a loan, somebody's gotta pay it back at the end of the day. | null | null | 9,652 | 9,652 | null | null | null | null |
9,761 | comment | far33d | 2007-04-06T23:13:43 | null | Debt is only reasonable if you already have enough positive cash flow (not positive revenues.. more money in than money out) to finance that debt. <p>But even if you have positive cashflow, it generally makes sense for young companies to reinvest those earnings instead of taking debt investment. <p>If your business fails, then you still need to pay off the loan. So that's what you get for not giving up your equity.
| null | null | 9,742 | 9,652 | null | [
9911
] | null | null |
9,762 | comment | juwo | 2007-04-06T23:18:31 | null | what fields should I grep for, that will tell me they were pleased with my demo? | null | null | 9,697 | 9,667 | null | [
10010
] | null | null |
9,763 | comment | zaidf | 2007-04-06T23:23:26 | null | Reminded me of the supposed quote by Trump to his daughter upon seeing a homeless guy...it went something like "Technically, he is richer than I am." | null | null | 9,652 | 9,652 | null | null | null | null |
9,764 | comment | vikram | 2007-04-06T23:23:50 | null | The article is too long and not that well written. The biggest problem is that, however good the writer they are never going to be able to communicate the power of lisp in prose. It's upto the audience to see it. For those who know lisp, they already know. For those who don't it's like coming in contact with something alien and you can't tell if it solves any problem at all. It's almost as if ones' come in contact with a cult.<p>Though lisp provides a lot of syntactic flexibility. The beauty of lisp is in giving the programmer confidence that you can create a prototype extremely quickly and then optimize it when needed.<p>I find the hardest thing in the world is getting started. Once I start its never as hard as I thought it was going to be. In a nutshell, Lisp helps me get started and then lets me get the code ready for prime time.<p>If you are a web developer, I'd say spend a weekend trying out UCW, write a reddit clone in it. Then try to write it in python. It'll be obvious what lisp has to offer. <p>I'd start by reading SICP by Sussman and Abelson. Their lectures are available in video. I had a profound experience at the end of lecture 2b where they explain how car, cdr and cons are defined, thus explaining that in lisp, code is data.<p>The above comes with a warning... Lisp is truely the red pill. Once you've figured it out, you'll find it physically impossible to code in any other language. | null | null | 9,662 | 9,661 | null | [
9768
] | null | null |
9,765 | comment | juwo | 2007-04-06T23:25:21 | null | I think it is more suited to a research project in a University. There are still a few things to be figured out.<p>But to your point, I meant that cultures do change; willingly or unwillingly, when faced with disruptive and effective technology. The strange thing is; they sometimes willingly change for the worse. | null | null | 9,746 | 9,711 | null | null | null | null |
9,766 | comment | jkush | 2007-04-06T23:38:44 | null | That's precisely my point and why, I think the article was written.<p> | null | null | 9,727 | 9,661 | null | null | null | null |
9,767 | comment | vikram | 2007-04-06T23:41:07 | null | Scheme is cleaner than common lisp. I think Gambit-C has an implementation of Erlang's message passing and mailbox idea for each process and in addition to that it doesn't use OS threads for individual processes it uses first class continuations. In one test it performed similar to Erlang running as many as 900K processes on a 1GB ram P4.<p><a href="http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/msg03309.html">http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/msg03309.html</a><p>Having said this. I'm really interested in Erlang because of
mnesia. I'm not sure if I want to spend a bit of my life writing a database in Gambit.<p>Here are thoughts from someone who choose Erlang over Scheme. <a href="http://theschemeway.blogspot.com/">http://theschemeway.blogspot.com/</a><p>I don't really agree with his point of view. I think if your
problem doesn't really have a strong concurrency element in
it which you would solve by using shared data then it probably doesn't make sense to use the message passing model. Having said that if you are writing for the web one day it definitely will have a strong need for concurrency. | null | null | 9,542 | 9,540 | null | [
10480
] | null | null |
9,768 | comment | jkush | 2007-04-06T23:41:42 | null | I've never been afraid of the red pill. If it'll improve my ability to be effective, I'll gladly take it. :)<p>Without knowing much about Lisp, it seems that trying to describe it is like to trying to tell someone about Buddhism, or Jazz. Talking about it is just not the same thing as "getting it".<p>Thanks for your thoughts vikram, If I do become a convert I'll be sure to make a special post to news.yc :)
| null | null | 9,764 | 9,661 | null | null | null | null |
9,769 | comment | jkush | 2007-04-06T23:43:28 | null | Thanks! | null | null | 9,758 | 9,758 | null | null | null | null |
9,770 | story | kkim | 2007-04-06T23:46:09 | Microsoft is Dead | null | http://www.paulgraham.com/microsoft.html | 77 | null | 9,770 | 445 | [
9800,
9840,
9938,
10337,
9883,
10299,
10314,
10437,
10160,
9799,
11264,
9839,
10652,
10469,
9875,
9777,
10199,
9914,
10208,
9982,
11457,
10246,
10026,
10449,
10436,
11173,
10654,
9828,
11449,
10020,
38241,
12828,
10528,
9804,
10100,
10212,
9850,
23247,
10408,
10183,
31335,
10044,
10631,
16930,
9843,
37423,
11754,
13121,
24879,
10156,
15449,
11203,
10487,
9775,
10578,
24416,
11422,
10429,
16983,
10092,
26015,
26014,
10927,
10930,
10477,
16754,
10560,
10562,
9781,
10439,
11292,
10557,
11935,
10961,
10318,
16639,
10450,
11017,
10421,
10281,
10121,
13424,
10111,
10154,
9999,
10442,
10095,
16953,
10671,
29270,
10808,
10536,
9922,
9774,
10406,
10906,
15207,
10062,
23571,
9822,
10082,
16005,
10006,
11780,
12934,
10729,
10089,
10445,
11689,
28639,
9937,
10916,
10892,
10412,
12031,
9880,
10462,
16974,
10206,
10399,
11114,
10143,
9930,
12812,
10103,
11730,
10088,
9778,
10076,
9779,
9921,
10329,
21744,
21743,
21742,
10024,
10066,
11599,
10127,
13098,
9807,
11420,
10218,
10012,
10067,
11296,
13265,
10079,
10262,
10128,
9851,
10341,
10461,
11909,
16555,
11231,
10796,
10475,
29275,
9902,
17691,
10431,
11958,
24662,
10210,
10059,
10060,
10552,
10124,
10105,
22611,
9887,
21804,
10500,
11014,
10155,
10078,
11637,
10215,
9881,
10904,
12433,
10586,
13201,
10963,
10678,
11157,
10835,
25227,
9923,
15850,
11945,
10125,
9856,
11426,
11761,
14896,
10447,
10446,
11494,
9933,
10310,
27936,
10189,
10014,
17532,
12230,
10619,
10129,
11383,
10161,
10126,
15412,
28582,
15443,
10696,
10544,
10133,
10531,
10345,
10278,
9831,
28536,
25231,
9946,
10455,
11633,
10471,
9776,
10288,
10398,
10730,
10542,
12940,
10051,
10223,
10321,
11126,
11184,
9787,
11737,
10659,
10056,
12040,
28306,
9994,
10166,
10116,
13467,
9992,
10685,
10936,
11375,
11715,
10091,
11034,
14068,
10354,
10109,
10763,
10801,
14056,
10224,
11733,
11250,
9978,
11187,
14335,
10146,
9926,
13586,
10074,
27330,
10196,
10217,
10195,
10042,
9782,
9931,
29284,
10209,
10123,
10577,
11934,
10120,
10666,
41423,
10188,
9867,
9821,
10063,
10169,
10466,
10110,
10085,
10670,
10176
] | null | null |
9,771 | comment | startupstarter | 2007-04-06T23:57:22 | null | null | null | 9,704 | 9,704 | null | null | null | true |
|
9,772 | comment | shsung | 2007-04-07T00:01:07 | null | Unlikely, unless you have some idea that makes sense to a business loan manager. You're relying on a non-tech person to see that your idea is a really solid idea, which may or may not fly. <p>The other thing is that even if your credit isn't in the toilet, banks might also want to take a lien on something valuable of yours, e.g., your car or your house, since you essentially have no assets in your company when you start. This is not always in your best interest, especially if your company goes belly up. Liquidating a house or a car that might normally be protected by bankruptcy is probably not going to be fun for you. | null | null | 9,652 | 9,652 | null | null | null | null |
9,773 | comment | startupstarter | 2007-04-07T00:02:17 | null | Great, finally got a response!
It's good to know at least someone is as excited as I am about this :)<p>Well, I am not thinking about south bay either since I'm in SF, so Menlo Park is pretty much as south as I will go. So are you saying you were planning to move to SF regardless?<p>As for helping, see my edited original post (so every msg stays focused). | null | null | 9,752 | 9,704 | null | null | null | null |
9,774 | comment | gibsonf1 | 2007-04-07T00:04:35 | null | I agree, the shadow is gone - but for how long? <p>As much as I am frustrated with having to use XP (My Autodesk BIM cad system only runs on it), I wouldn't underestimate MS's ability to bounce back from bad directions/decisions like they have in the past.<p>If Gates radically changes his vision and business model to the new web world and gets Balmer to agree, they could dominate again. But can a company that has written extensively buggy software in the least lean way transform at this late date? <p>If it were anyone else other than Gates at the top of the company, I would say no. But does Gates have the energy this late in his career to make such a dramatic change in his business? Maybe not. | null | null | 9,770 | 9,770 | null | [
9814
] | null | null |
9,775 | comment | lak | 2007-04-07T00:05:21 | null | I guess I must be old now, because I find it hard to believe that a company that still has their software running on 95% of the world's computers is "dead". I just don't get this argument.<p>I totally agree that there's this very small, very insular part of the world that thinks it's dead, but that part of the world is apparently not working in large companies, or trading files with professionals in any profession other than design (e.g., try to find an Architect using Mac-based software -- they can't, because they couldn't trade files with each other or clients).<p>I'll believe MS is dead when they have, say, less than 70% of the world's computers running their operating system and when my corporate clients stop asking for files in Word format. Until then, they're just a monopoly that has massive amounts of power but that the cool kids aren't interested in.<p>It's like saying POTS telephones are dead -- they might not be interesting, but that's a big difference from being dead. | null | null | 9,770 | 9,770 | null | [
9962,
9888,
9780,
10050,
9868,
9857,
9876,
9924
] | null | null |
9,776 | comment | far33d | 2007-04-07T00:06:10 | null | I can't decide whether etiquette requires you to allow the author of an article to post it if they are members (founders) of the site. <p>Then again, etiquette doesn't help entrepreneurs much. | null | null | 9,770 | 9,770 | null | [
9897
] | null | null |
9,777 | comment | mukund | 2007-04-07T00:09:53 | null | Well what hurts me is the thing they have forced people like me to stick to MSFT. Atleast in our univ, they have exclusive tie up with MSFT and they install 99.99% windows only. Its rather 0.01% apple. But some who have admin access put on linux. Most of standard mech engg softwares run on windows. MSFT gives their products at dead cheap prices ... as low as $5 a CD. These dirty tactics are seeing them ahead, but it may not continue as people start seeing the reality. For MSFT to die, these loops must be plugged and nailed to accelerate its death. | null | null | 9,770 | 9,770 | null | [
9932,
9939
] | null | null |
9,778 | comment | dawie | 2007-04-07T00:10:27 | null | I agree Paul, but Microsoft is still running that boring Enterprise Software that you always talk about. Also Microsoft's shitty software pays for my lunch,dinner, beer and women. | null | null | 9,770 | 9,770 | null | [
9903
] | null | null |
9,779 | comment | amichail | 2007-04-07T00:16:20 | null | I think the situation is somewhat unpredictable since Microsoft could try to break AJAX apps by introducing all sorts of problems in IE.<p>Unreliable AJAX apps under IE would discourage users from using web apps. Most users are generally clueless and will not try to switch to another browser.<p>Microsoft could also undermine the business model of many web services by providing free advertising. The ads could even appear on users' desktops so improving their search engine may not even be necessary.
| null | null | 9,770 | 9,770 | null | [
9808
] | null | null |
9,780 | comment | gibsonf1 | 2007-04-07T00:17:27 | null | I think PG's point isn't that MS will vanish or is vanishing from the current installed user base point of view (mainly their OS), but that they no longer control the direction of software development. This is a major opening for us Entrepreneurs that, as PG pointed out, has never happened before. <p>MS Office is clearly under serious attack now, and I'm sure the OS will follow in a few years unless MS takes a major tack in their business, which seems unlikely but is possible. If you are a top-notch programmer brimming with big ideas, do you want to work for MS? Probably not, and I think that is the biggest barrier they have to succeeding in the new web world. You can buy programming mercenaries with enough cash, but the genius paradigm-shifters will be hard to find over at MS. | null | null | 9,775 | 9,770 | null | [
9784
] | null | null |
9,781 | comment | randallsquared | 2007-04-07T00:17:38 | null | Microsoft is still an enormously profitable and powerful company in the real world, and you should be more careful about drawing conclusions based on what a few people think in your insular little "Web 2.0" bubble.<p>More seriously, I mostly do business right now with small businesses (2-8 people), and some stupidly high proportion of these businesses run totally on Windows. When they go to buy the computer(s) they need, it never even occurs to them that there is any choice about whether to buy Windows, because Windows is just what programs run in. This kind of customer laughs ruefully along with the Apple commercials they see on TV, but I don't think it ever crosses their mind that they could actually buy a Mac for their business, much less a Linux box.<p>Word, Excel, Internet Explorer, Outlook, and Exchange are the core software apps of 90+% of small businesses. | null | null | 9,770 | 9,770 | null | [
10485,
9874
] | null | null |
9,782 | comment | hello_moto | 2007-04-07T00:18:17 | null | Paul, I think you're being an ignorant a little bit in this case. Have you seen how Microsoft become the second major player in the game industry behind Sony PS brand? I think right now more people own XBOX 360 compare to Sony PS3. Of course there's Wii, the Apple of Console machine. <p>Google is popular because people like Michael Arrington, Walleywag, and those biased non-professional bloggers-turned-online-reporters sing praises toward Google. How many Google apps dying? How many Google apps that people use these days? AdSense, GMail, GMap, and of course, their search engine. <p>I think you read online hi-tech newspaper or surf reddit.com too much where of course the content is full of new startup that does pretty much nothing astonishing.. "Scribd, the YouTube of document..." or.. the X-programming language and how X is cool but C# isn't.<p>Apple is sort of the "new trend" these days because it looks good. Most of the computer science students in my university now are switching to Apple of course because they saw the cool/smart kids are using it.. for browsing reddit.com and talk how cool ruby on rails and DHH are. <p>I bought Apple 2 weeks ago and by the 3rd day, I installed Parallel Desktop with Windows XP loaded with MS Office and Visual (C# and Web Developer) Express Studio 2005. By the way, I'm a long time FreeBSD users and I have a machine with XP dual boot + Ubuntu (now Ubuntu on the other hand is one piece of distribution... respect..!)<p>Microsoft is not dead. They're still up and running. They're just not visible in your path Paul. They're doing other things that do not interfere with your Web 2.0 posse. One IPTV company gave a talk in my e-Business course a month ago, she sang praise for Microsoft because they have the most complete strategy in IPTV world. FYI, IPTV is better than YouTube. <p>Let's admit it, people need to hear new information, new gossips, new products and new toys. But only time will tell if these new stuffs can replace Microsoft. <p>The other thing is, if Desktop is dead, why am I keep hearing news about Slingshots, Apollo and WPF/E ?<p>Maybe Microsoft knows how broken the WWW is and they prefer not to build their interest around it (other than just to be another big player next to Yahoo! and Google because they have pride and they want to be acknowledged that they still can be a big player in any field..)<p>MS isn't dead yet, not until they stop creating software/hardware and move to the business/consulting field. It's true that they lost the "touch" and that they lost in understanding their customer, but they're not as bad as you envisioned.<p>Of course you're writing this essay to fire up these hotshots or web 2.0 wannabes to quit their jobs and to forget applying for big companies and make a web2.0 thing for YCombinator (^_^)
| null | null | 9,770 | 9,770 | null | [
9802,
9798,
9792,
9871
] | null | null |
9,783 | comment | tiger_uppercut | 2007-04-07T00:20:03 | null | Jeff Skoll - Stanford GSB
Richard Fairbanks - Stanford GSB
Steve Ballmer [this one isn't going to get me love] - Stanford GSB
Vinod Khosla - Stanford GSB
Scott McNealy - Stanford GSB
... | null | null | 8,570 | 8,510 | null | null | null | null |
9,784 | comment | hello_moto | 2007-04-07T00:23:40 | null | May I know whom attacking MS Office? <p>Last time I checked, none of the online web two point ooh software can open big documents. These web-apps only match probably 20% of MS Office features and it's simply not enough these days when people are more tech-savvy than in the past. | null | null | 9,780 | 9,770 | null | [
9912,
9794,
9977,
10038
] | null | null |
9,785 | comment | xinroman | 2007-04-07T00:24:28 | null | Thanks SO MUCH for this...As a "green" company that (ohmygod!) doesn't actually have the word "green" in the title, we're constantly being asked "why the name?" Meanwhile, we're sitting there talking to VCs about sites like "Etsy." I hate being condescended to by a painfully obvious name. Like those washcloths that say "wash" and the towels that say "dry." C'mon.
| null | null | 9,591 | 9,591 | null | null | null | null |
9,786 | story | me_jobs_r_u_woz | 2007-04-07T00:27:20 | Attention Orange County hackers..I need two co-founders | null | 4 | null | 9,786 | 22 | [
9796,
9941,
9803,
9811,
9810,
10099,
9791
] | null | null |
|
9,787 | comment | juwo | 2007-04-07T00:29:33 | null | Microsoft died shortly before Bill Gates became a saint. Anyone who knows religion knows that you become a saint only when you die.
-
Anil Philip | null | null | 9,770 | 9,770 | null | null | null | null |
9,788 | comment | shsung | 2007-04-07T00:30:26 | null | Why stop there at geek-frat-house life? Add a camera, and wham, instant reality show: the trials and tribulations of six young programmers hard at work for their millions. There will be drama, and tears, and laughter, and everyone will come out better for it. | null | null | 9,592 | 9,592 | null | [
9812
] | null | null |
9,789 | comment | eli | 2007-04-07T00:37:02 | null | sounds like a solution in search of a problem. the ticket selling platform is esy, there are dozens of people doing that, but ticketmaster has a contractual lock on virtually all big venues and all big acts. Pearl Jam tried to tour without them in the late 90s and were blackballed. It was a great gesture, but none of their fans got to see them
| null | null | 9,690 | 9,690 | null | null | null | null |
9,790 | comment | RyanGWU82 | 2007-04-07T00:37:22 | null | We haven't heard back either. I guess the responses will be late. | null | null | 9,735 | 9,369 | null | [
9830
] | null | null |
9,791 | comment | mukund | 2007-04-07T00:37:55 | null | So YC becoming hot bed of talent search? Good for everyone :D | null | null | 9,786 | 9,786 | null | null | null | null |
9,792 | comment | schoudha | 2007-04-07T00:38:32 | null | "FYI, IPTV is better than YouTube."<p>If such blunt and sweeping statements are being made in Redmond then surely Paul Graham is right. Microsoft is dead. <p>To even think that IPTV and YouTube are 1 on 1 competitors represents a fundamental misunderstanding of what YouTube is all about. | null | null | 9,782 | 9,770 | null | null | null | null |
9,793 | comment | danw | 2007-04-07T00:40:22 | null | I like radar a lot despite not having a camera phone anymore! It's wonderfully slick software. | null | null | 9,004 | 8,638 | null | null | null | null |
9,794 | comment | bootload | 2007-04-07T00:40:51 | null | <i>'... whom attacking MS Office? (sic) ...'</i><p>every time I fire-up and use OpenOffice, I hear the 'cry' of another microsofty programmers` heart, breaking in two ... guess I fall in the second half. | null | null | 9,784 | 9,770 | null | null | null | null |
9,795 | comment | blader | 2007-04-07T00:41:40 | null | I'm actually trying to build exactly that ... <a href="http://www.fluidplay.com.">http://www.fluidplay.com.</a> It is like media master, but it is streaming from a local PC instead of uploading your library. | null | null | 9,639 | 9,613 | null | [
10357
] | null | null |
9,796 | comment | me_jobs_r_u_woz | 2007-04-07T00:45:46 | null | Great hackers know that they can build anything; what they don't know is what they should be building. My problem is the opposite. I know what to build because I have customers who are clamoring for it, but I don't have the right people to build it.<p>Your skills: Database guru, VB6 tinkerer (not a typo!), browser-to-hardware connectivity hacker, RoR lover.<p>One co-founder can complement the other, so you don't have to have all the skills.<p>My background: 10 years in ecommerce at founder/ceo level. Have developed a working app by hiring coders, and even have paying customers, but ran out of money and went back to investment banking. But the entrepreneural bug bites, and bites real bad. Meanwhile, the app continues to run and generate revenue. A month ago, I came across PG's writings and this forum, and now I am convinced that I was doing it wrong - instead of paying unmotivated coders, I should have brought on two hackers as my partners and co-founders.<p>Ideally, you should be based in Orange County CA where I am, so we can fully develop the core system in the next few months. We will then apply to YC's fall program, so you must be willing to move to the Bay Area.<p>While I am confident that YC will accept us (PG's Viaweb experience will create tremendous leverage), there are two other routes we can take - apply for Charles River's $100k-$250K program, or completely bootstrap this and not seek any outside capital.<p>Your equity is fully negotiable. If you are a true hacker, I need you and you need me. This Steve Jobs is seeking two Wozniaks!<p>Send me your background info to: me.jobs.r.u.woz at gee male dott comm. | null | null | 9,786 | 9,786 | null | [
9943
] | null | null |
9,797 | comment | RyanGWU82 | 2007-04-07T00:48:32 | null | Intriguing. I'd be interested in participating in such a deal, but I can't commit at the moment. Location is everything, of course, and I'm in Mountain View. Menlo Park would be about as far away as I could handle. Good luck! | null | null | 9,704 | 9,704 | null | null | null | null |
9,798 | comment | papersmith | 2007-04-07T00:49:08 | null | "How many Google apps dying? How many Google apps that people use these days? AdSense, GMail, GMap, and of course, their search engine."<p>Google's way is to play with dozens of ideas in the hope that somewhere around 10% of them succeed to cover their growth, sort of like an in-house venture capital. In that respect they're doing remarkably well. | null | null | 9,782 | 9,770 | null | null | null | null |
9,799 | comment | schoudha | 2007-04-07T00:49:56 | null | Microsoft is still and will likely continue to be the world's most profitable software company. OS X will not reach 20% global marketshare by the end of the decade and Goldman Sachs IBankers will still be punching away on MS Excel for the foreseeable future.<p>What does it mean to be dead then?<p>What I think Paul Graham is saying, and this is underscored by the notion of "being dangerous," is that Microsoft is no longer the place where new ideas and true innovation is going to come from. Startups are born from fresh ideas, and the companies that are dangerous to them are places like Google which seem to being designed to produce competitors to startups. <p>Microsoft will continue to sell $50 OEM copies of Windows to Dell and licenses of Office but this is a business on the decline. Microsoft is Old-tech stuck in the era of desktop applications, closed development strategies, and the economics of software licensing. <p>The financial effects of MS being dead are already showing some effect, MSFT has moved much since the dot-com boom, but it will take 5-10 years and continued blunders from MS to see some real damage. | null | null | 9,770 | 9,770 | null | [
9813,
9801
] | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.