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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14,600 | comment | startupx | 2007-04-19T14:25:57 | null | Google is losing its edge. The cracks began to appear when they acquired YouTube.
| null | null | 14,360 | 14,360 | null | null | null | null |
14,601 | comment | gibsonf1 | 2007-04-19T14:26:48 | null | Nice title. | null | null | 14,507 | 14,507 | null | null | null | null |
14,602 | story | mattjaynes | 2007-04-19T14:26:53 | Joe Kraus: Hiring. No False Positives | null | http://bnoopy.typepad.com/bnoopy/2004/09/hiring_no_false.html | 9 | null | 14,602 | 10 | [
14653,
14799,
14682,
14674,
15016
] | null | null |
14,603 | comment | mattjaynes | 2007-04-19T14:28:06 | null | Great question. This reminded me of Joe Kraus's article on the subject. He makes a compelling case:<p><a href="http://bnoopy.typepad.com/bnoopy/2004/09/hiring_no_false.html">http://bnoopy.typepad.com/bnoopy/2004/09/hiring_no_false.html</a> | null | null | 14,588 | 14,586 | null | [
14640
] | null | null |
14,604 | story | gibsonf1 | 2007-04-19T14:31:31 | Rumor: Third-party widgets on Facebook? | null | http://webware.com/8301-1_109-9709696-2.html?tag=cnetfd.mt | 1 | null | 14,604 | 1 | [
14666
] | null | null |
14,605 | story | mattjaynes | 2007-04-19T14:32:29 | What are the best non-database solutions you've seen? What did Viaweb use? | null | null | 34 | null | 14,605 | 65 | [
14616,
14789,
14660,
14739,
14715,
14610,
14754,
14966,
14608,
14750,
14647,
14908,
14847,
14644,
15570,
14787,
14907,
14972
] | null | null |
14,606 | comment | rms | 2007-04-19T14:33:17 | null | And I'm sending my business plan to the SDForum's investor review. Free business plan review is a good thing.<p>Thanks | null | null | 14,562 | 14,524 | null | [
15015
] | null | null |
14,607 | comment | mdakin | 2007-04-19T14:35:11 | null | Twitter is using a database because the Twitter engineers chose not to prematurely optimize their system. They now fully understand their problem domain and thus now would be the appropriate time to make optimizations such as replacing the SQL back-end with faster, less flexible solutions. | null | null | 14,421 | 14,421 | null | [
14828
] | null | null |
14,608 | comment | mattjaynes | 2007-04-19T14:38:27 | null | I've been using SQLite since it has the advantage of flat file storage and also the power to run SQL queries against your data. It's very light and powerful. But I was wondering about the specific setups other folks have used?<p>From: <a href="http://paulgraham.com/vwfaq.html">http://paulgraham.com/vwfaq.html</a><p>"What database did you use?<p>We didn't use one. We just stored everything in files. The Unix file system is pretty good at not losing your data, especially if you put the files on a Netapp.<p>It is a common mistake to think of Web-based apps as interfaces to databases. Desktop apps aren't just interfaces to databases; why should Web-based apps be any different? The hard part is not where you store the data, but what the software does.<p>While we were doing Viaweb, we took a good deal of heat from pseudo-technical people like VCs and industry analysts for not using a database-- and for using cheap Intel boxes running FreeBSD as servers. But when we were getting bought by Yahoo, we found that they also just stored everything in files-- and all their servers were also cheap Intel boxes running FreeBSD.<p>(During the Bubble, Oracle used to run ads saying that Yahoo ran on Oracle software. I found this hard to believe, so I asked around. It turned out the Yahoo accounting department used Oracle.)" | null | null | 14,605 | 14,605 | null | [
14620
] | null | null |
14,609 | story | zaidf | 2007-04-19T14:39:38 | What is your take on web APIs? | null | 2 | null | 14,609 | 3 | [
14613,
14611
] | null | null |
|
14,610 | comment | jkush | 2007-04-19T14:40:08 | null | You can also reference this article:<p><a href="http://radar.oreilly.com/archives/2006/04/database_war_stories_2_bloglin.html">http://radar.oreilly.com/archives/2006/04/database_war_stories_2_bloglin.html</a> | null | null | 14,605 | 14,605 | null | [
14612
] | null | null |
14,611 | comment | mattjaynes | 2007-04-19T14:42:51 | null | API's are amazing if done right. They foster loads of good-will among developers because you have opened your system for them to extend and develop upon. Just look at what the Google Maps and Flickr API's have done for the proliferation of those projects.<p>Here's an amazing presentation on API's by one of the Google devs:<p><a href="http://www.scribd.com/doc/33655/How-to-Design-a-Good-API-and-Why-it-Matters">http://www.scribd.com/doc/33655/How-to-Design-a-Good-API-and-Why-it-Matters</a> | null | null | 14,609 | 14,609 | null | [
14657
] | null | null |
14,612 | comment | mattjaynes | 2007-04-19T14:44:10 | null | Awesome info, thanks ;) | null | null | 14,610 | 14,605 | null | [
14615
] | null | null |
14,613 | comment | zaidf | 2007-04-19T14:44:55 | null | It seems like any sizable company is first hailed for releasing a powerful API. Then comes the powerful mashups. Then comes a crackdown on the mashups. examples: google maps, myspace widgets, alexa vs alexaholic<p>I guess any start-up that is dependant on a SELECT other sites is seriously asking for Morning Surprises where they find out their app has been blocked or API changed or product killed by a competing product by the parent API company. <p>Web apis seem fun to play around with. And are even nice to use them to make life easier and more fun for your users. But in no way I feel you can plan a long-term business out of it without any formal agreements.<p> | null | null | 14,609 | 14,609 | null | null | null | null |
14,614 | comment | rokhayakebe | 2007-04-19T14:49:17 | null | Depends what you want him to do. Things can be learned and you can always use an extra hand. What you want ot worry about is "why is he getting into it?" In the "world is Flat" T.Friedman states P+CI. That is Passion + Curiosity Intelligence. Your startup and mine have less than 5% chance to succeed and yet we believe like no-one else that 5% is big enough to go thru this journey.We like the money, but if money is your first drive then you will eventually quit at some point when evrything says it is going to be over in One minute. At that point the co-founders who were in it for the money will walk out. The one who were in it for the passion and the challenge to learn and master the ultimate startup language ( not Technology, but "loyal and satisified Users") )will get 2gether and ask themselves " How the F<i>&$ we got into this mess and how the F%^$ can we clean it up now, make it look good and have more users?
| null | null | 14,586 | 14,586 | null | [
14661
] | null | null |
14,615 | comment | jkush | 2007-04-19T14:49:56 | null | Sure, glad you found it useful!<p>A few months ago, I created a silly little sudoku site, then blogged about how I did it with no database backend (man, I got flamed). Truth is, I really didn't need one but lots of people couldn't see past the fact that I wasn't using the conventional database approach. In their minds, there was simply no reason why I should have used a few flat files.<p>The whole idea of databases and flat files is such a polarizing topic. It's terribly interesting. | null | null | 14,612 | 14,605 | null | null | null | null |
14,616 | comment | pg | 2007-04-19T14:50:36 | null | Keep everything in memory in the usual sort of data structures (e.g. hash tables). Save changes to disk, but never read from disk except at startup. | null | null | 14,605 | 14,605 | null | [
14678,
14641,
14709,
14971,
14619,
14627,
14624
] | null | null |
14,617 | story | mattjaynes | 2007-04-19T14:50:58 | Goodbye Froogle, Hello Google Product Search! | null | http://www.techcrunch.com/2007/04/19/goodbye-froogle/ | 2 | null | 14,617 | 0 | null | null | null |
14,618 | story | pg | 2007-04-19T14:51:45 | Goodbye Froogle, Hello Google Product Search! | null | http://searchengineland.com/070418-202109.php | 3 | null | 14,618 | 2 | [
14634
] | null | null |
14,619 | comment | jkush | 2007-04-19T14:52:17 | null | Pg, that's exactly the technique I used for a sudoku site I built for myself. Everything was cached and only read from disk when something changed.<p>It's snappy and with very little overhead. | null | null | 14,616 | 14,605 | null | null | null | null |
14,620 | comment | brlewis | 2007-04-19T14:54:42 | null | With Viaweb, the stores were islands, each dealing exclusively (or almost exclusively) with its own dataset. They would not run into locking/contention issues as they scaled the way some other apps would if they used flat files and conventional locking.<p>The database landscape was different in 1995. There were no good free relational databases, and no cheap Oracle licenses.<p>Lisp makes it very easy to write out any data structure. (Most Scheme implementations can only write non-circular structures easily, but Viaweb used CL). So if your app is amenable to using flat files, coding storage/retrieval is trivial.<p>So basically, if you're writing an app with lots of separate datasets, flat files are a viable option. If you're using Lisp, they're an easy option. If it's 1995, they're a cheap option.
| null | null | 14,608 | 14,605 | null | [
14643,
14623
] | null | null |
14,621 | comment | imp | 2007-04-19T14:58:59 | null | It was kind of exciting getting kicked off of my shared host for being too popular, but it was stressful and frustrating trying to get it back online. It's fun to do once, but if I had to scale beyond my dedicated server right now I'd be pissed. | null | null | 14,469 | 14,467 | null | null | null | null |
14,622 | comment | juwo | 2007-04-19T14:59:11 | null | "Better to strike out on my own"<p>are you planning to steal his ideas, or any part of them?<p>----------------<p>update: thanks for clarifying that you wont!
----------------<p>My 2 cents:<p>WAKE UP!<p>He is doing the best he knows to do - pitch to VCs and raise funds.<p>You are doing the best you know to do - build a prototype and bootstrap.<p>
Both are valid paths. <p>In fact, a former advisor - I say former because he was your cofounder's type. He had "no skin in the game" but kept forcing me for months, to abandon work on the prototype and pitch the idea and raise funds. But it worked for him - he sold a company in China to Disney.<p>Truth is relative - at least in this area.<p>However, when you say your cofounder is not up to par, "does not measure up" - even though he came up with the idea,
to me that is not very respectful. You dont really value him. I can see a big fight looming ahead. Several months down the road, you will want to spend 90% time bootstrapping; while he will want you both to be pitching to investors instead. Unless - you do both. | null | null | 14,586 | 14,586 | null | null | null | null |
14,623 | comment | mattjaynes | 2007-04-19T15:00:09 | null | Great points, thanks ;) | null | null | 14,620 | 14,605 | null | null | null | null |
14,624 | comment | nostrademons | 2007-04-19T15:01:31 | null | Did it ever need to scale beyond one server? | null | null | 14,616 | 14,605 | null | [
14629
] | null | null |
14,625 | comment | zaidf | 2007-04-19T15:06:15 | null | I am sure this is just one way but from all the times I remember having a great experience working with someone else, it just happened without me analyzing beforehand bullet by bullet how good the guy is. And I do have couple instances where the paper analysis of the guy was great but once we started work it wasn't so great.<p>My experience is that if you aren't deep into a stage where you HAVE to give away a cofounder title, just start working with the guy! When we associate the cofounder title it carries the stereotypical image of a cofounder which makes us double guess if this guy is "co founder material"--but there is no such thing as "cofounder material." <p>All you have are people passionate and skillful enough to help you start and execute your venture and people that aren't. Before thinking of someone as a "cofounder" think if he can practically help you with a skill you need that you yourself lack or aren't best at. | null | null | 14,586 | 14,586 | null | [
14632
] | null | null |
14,626 | story | entrepreneur | 2007-04-19T15:18:59 | Time Management for Internet Entrepreneurs 2.0 | null | http://mindfulentrepreneur.com/blog/2007/04/19/time-management-for-internet-entrepreneurs-20/ | 3 | null | 14,626 | 0 | null | null | null |
14,627 | comment | mynameishere | 2007-04-19T15:19:29 | null | (!!!) I'd rather re-implement LISP (as in Greenspun's 10th law) than Oracle.<p>LOL keep downmodding me. I'd love to see the hashmap-based transaction handling. Was it as good as this:<p><a href="http://worsethanfailure.com/Articles/I_Think_I_0x27_ll_Call_Them__0x26_quot_0x3b_Transactions_0x26_quot_0x3b_.aspx">http://worsethanfailure.com/Articles/I_Think_I_0x27_ll_Call_Them__0x26_quot_0x3b_Transactions_0x26_quot_0x3b_.aspx</a><p> | null | null | 14,616 | 14,605 | null | [
14683
] | null | null |
14,628 | story | blader | 2007-04-19T15:21:59 | The Blog is the New Resume (so true) | null | http://bokardo.com/archives/the-blog-is-the-new-resume/ | 4 | null | 14,628 | 0 | null | null | null |
14,629 | comment | pg | 2007-04-19T15:24:34 | null | Yes, but we did that by just assigning a user (merchant) a specific server, to which they were redirected when they logged in to edit their store, view stats, or retrieve orders.<p>The problem was completely parallelizable; stores didn't interact. | null | null | 14,624 | 14,605 | null | [
14695,
14631
] | null | null |
14,630 | comment | aristus | 2007-04-19T15:26:23 | null | theplanet.com will rent you soemthing like that for USD$1,600 per month, plus bandwidth.<p>You can also make it yourself and colo it. penguincomputing.com has a line called the Altus 600. It's a 1U machine with two CPU slots and 16 RAM slots. Source the RAM from Crucial or PNY, and you can get a 2 core, 16GB machine for about $3,300 bucks.<p><a href="http://www.penguincomputing.com/index.php?option=com_content&id=356&Itemid=526&task=view" rel="nofollow">http://www.penguincomputing.com/index.php?option=com_content...</a> | null | null | 14,541 | 14,541 | null | [
14790
] | null | null |
14,631 | comment | jkush | 2007-04-19T15:28:17 | null | Makes such perfect sense too.
| null | null | 14,629 | 14,605 | null | null | null | null |
14,632 | comment | anon | 2007-04-19T15:28:25 | null | To answer a few questions:<p>One of my issues with this person is that while I do like his company, and respect him in a lot of ways, we think differently about how to move things forward. I'm much more of a "below the radar, live cheap and get something working" guy, whereas he's more along the lines of "VC funding or bust", without even having much of a prototype. That just sounds bad to me. Though I recognize that funding at a later stage in the game would certainly help, I think we'll have a better bargaining position if we have something that sort of works in hand.<p>That's another thing... I believe more in having mostly technical people. Different skill sets can certainly be a good thing (the Paypal story in Founders at Work was a good example), but it's also a good way to start thinking "hrm... I'm building the code... what is that other guy actually doing?" <p>Juwo: I'm not planning on stealing the idea or anything like that. I have plenty of ideas of my own. The one he's hatched up is pretty good, but it's not going anywhere in terms of code or a web site or stuff like that. Just paperwork for investors... | null | null | 14,625 | 14,586 | null | [
14636
] | null | null |
14,633 | comment | brlewis | 2007-04-19T15:31:16 | null | I started out with shared virtual hosting, but after getting a couple of paying customers I moved to dedicated hosting with LayeredTech.<p>If you try out the demo you'll see it's really responsive:<p><a href="http://ourdoings.com/">http://ourdoings.com/</a><p>As compared to shared virtual hosting, where even a trivial sample app is sometimes sluggish:<p><a href="http://brlewis.com/map.brl">http://brlewis.com/map.brl</a>
| null | null | 14,403 | 14,403 | null | null | null | null |
14,634 | comment | juwo | 2007-04-19T15:31:25 | null | Honestly, I have never been able to find a good price using Froogle. What is the point if I search for "cross pen model No##" and it turns up thousands of links? (as I recently did when I wanted to buy it for a gift).<p> | null | null | 14,618 | 14,618 | null | [
15000
] | null | null |
14,635 | story | johnarama | 2007-04-19T15:34:36 | GigaTribe hits 400,000 registered users today! | null | http://www.gigatribe.com | 1 | null | 14,635 | 0 | null | null | null |
14,636 | comment | zaidf | 2007-04-19T15:39:18 | null | I know several first time entrepreneurs from several years ago that "tested" waters in initial stages trying to raise VC money. And it's damn hard! So unless this guy has some inside connections and has been there, done that--I'd personally say it is not only a bad idea but potentially a huge waste of time--same thought I'm sure you must be having.<p>If you can get going without any funding(which it appears you can) START. Yet if this guy insists on getting funding before ANYTHING else, he might just be an excuser or nonbeliever hoping the funding will validate his idea. Both bad things in a cofounder of a company that isn't even in development yet.<p>I'll leave some room because obviously you know more than I do about this specific guy and your situation. But if I had a cofounder who INSISTED on raising VC, he would have to be DAMN GOOD seller for me to buy into it--and chances are, we would still part ways as far as working together on that specific venture. | null | null | 14,632 | 14,586 | null | [
14810,
15364,
15034
] | null | null |
14,637 | story | gibsonf1 | 2007-04-19T15:42:05 | Microsoft Targets Next Billion Customers | null | http://biz.yahoo.com/ap/070419/microsoft_unlimited_potential.html?.v=4 | 1 | null | 14,637 | 1 | [
14642
] | null | null |
14,638 | comment | Mistone | 2007-04-19T15:43:09 | null | tough call, but this is a make or break decision for your company, if your gut says this person is not a near perfect fit, I would suggest passing. | null | null | 14,588 | 14,586 | null | null | null | null |
14,639 | story | gibsonf1 | 2007-04-19T15:43:55 | MySpace Offers News Recommendations | null | http://biz.yahoo.com/ap/070419/myspace_news.html?.v=4 | 1 | null | 14,639 | 0 | null | null | null |
14,640 | comment | Mistone | 2007-04-19T15:46:56 | null | great link, thanks! | null | null | 14,603 | 14,586 | null | null | null | null |
14,641 | comment | abstractbill | 2007-04-19T15:50:34 | null | I did the same when our mysql queries were taking around 30 seconds each (iirc the db had about 20 million rows, but I didn't have anything to do with it). The replacement I wrote ran each query in about 100ms. The hard part was in getting my data structures good enough that the whole dataset could fit in 3GB (that's how much memory was in the server I was using). | null | null | 14,616 | 14,605 | null | null | null | null |
14,642 | comment | yaacovtp | 2007-04-19T15:54:03 | null | Anyone else think their $3 Vista PR is just a reaction to reports they've only sold 244 licensed copies in China so far? <p>From digg <a href="http://digg.com/microsoft/Only_244_copies_of_Genuine_Windows_Vista_sold_in_China">http://digg.com/microsoft/Only_244_copies_of_Genuine_Windows_Vista_sold_in_China</a> | null | null | 14,637 | 14,637 | null | null | null | null |
14,643 | comment | ntoshev | 2007-04-19T15:56:59 | null | It is interesting how flat files can manage the evolution of the data structures you use? Any advice? | null | null | 14,620 | 14,605 | null | [
15481,
14740
] | null | null |
14,644 | comment | PindaxDotCom | 2007-04-19T16:07:15 | null | Umm, you realize MySQL is free right? The real question is really why would you even consider a non-database solution? Is ALL your data static and non-relational? If not, you are really limiting your application by not using a database. | null | null | 14,605 | 14,605 | null | [
14717
] | null | null |
14,645 | story | pg | 2007-04-19T16:13:11 | news.myspace.com | null | http://news.myspace.com/ | 3 | null | 14,645 | 11 | [
14646,
14733,
14730,
14650,
14652,
14649
] | null | null |
14,646 | comment | pg | 2007-04-19T16:14:19 | null | What appalling design. Looks like something off GM's intranet. | null | null | 14,645 | 14,645 | null | [
14670
] | null | null |
14,647 | comment | richcollins | 2007-04-19T16:16:05 | null | I think it is a bit harder when the data is highly connected (social web app).<p>However, memory is so cheap now that you could probably get away with keeping all of your business objects in memory, having them write-through to disk for persistence. I imagine that you would have to move business objects around the servers to decrease messaging latency as the connectivity between objects changes.<p>I don't know of any frameworks that use this approach.
| null | null | 14,605 | 14,605 | null | null | null | null |
14,648 | comment | richcollins | 2007-04-19T16:17:12 | null | I'm sure they are crying all the way to the bank. | null | null | 14,360 | 14,360 | null | null | null | null |
14,649 | comment | yaacovtp | 2007-04-19T16:17:48 | null | The layout for individual pieces breaks in Firefox and IE. When is Facebook launching their news site? | null | null | 14,645 | 14,645 | null | null | null | null |
14,650 | comment | far33d | 2007-04-19T16:18:06 | null | <a href="http://news.myspace.com/business/entrepreneurship">http://news.myspace.com/business/entrepreneurship</a><p>It will be interesting to watch this site and see how "good" the aggregator is at finding quality content compared to the aggregation of the news.yc readers.
| null | null | 14,645 | 14,645 | null | null | null | null |
14,651 | story | lindsayrgwatt | 2007-04-19T16:20:15 | Looking for a Woz | null | http://www.lindsayrgwatt.com/LookingForAWoz.html | 2 | null | 14,651 | 3 | [
14654,
14716,
14771
] | null | null |
14,652 | comment | keven | 2007-04-19T16:20:54 | null | I think people that started newroo <a href="http://www.techcrunch.com/2006/02/03/newroos-real-time-news-aggregator/">http://www.techcrunch.com/2006/02/03/newroos-real-time-news-aggregator/</a> are responsible of myspace news | null | null | 14,645 | 14,645 | null | [
14668,
14671
] | null | null |
14,653 | comment | far33d | 2007-04-19T16:22:20 | null | I take one issue to the Google policy outlined here - There is danger, if you disallow candidates who don't have full consensus of the hiring board, of creating groups and rooms full of people who have the same skills, the same values, and the same thinking. Mitch Kapor put it well at startup school - mirror-tocracy instead of meritocracy. <p>Hiring diversity (of thought) is as important as hiring quality. | null | null | 14,602 | 14,602 | null | [
14762
] | null | null |
14,654 | comment | lindsayrgwatt | 2007-04-19T16:24:40 | null | Hey folks, I'm putting this up as I'm looking for a co-founder for a new venture I'm launching. I've been trying to find a better way to organize and share my information for years and now I think I've got the solution.<p>If you can relate to this and are interested in trying to solve this problem, read the post and drop me a line.<p>There's real money committed to building a prototype with more available. Let me know if you're interested and we should talk. | null | null | 14,651 | 14,651 | null | null | null | null |
14,655 | comment | juwo | 2007-04-19T16:26:40 | null | <a href="http://news.ycombinator.com/comments?id=14583">http://news.ycombinator.com/comments?id=14583</a> | null | null | 14,395 | 14,253 | null | null | null | null |
14,656 | story | usablecontent | 2007-04-19T16:29:01 | Microsoft Sells 20 Million Copies Of Vista WorldWide, 244 in China | null | http://startupmeme.com/2007/04/19/microsoft-sells-20-million-copies-of-vista-worldwide-244-in-china/ | 2 | null | 14,656 | 3 | [
14895,
14689,
14796
] | null | null |
14,657 | comment | jsjenkins168 | 2007-04-19T16:30:34 | null | This is a VERY good read for Java developers. Google may get slammed on YC news often but there's no denying they have some godly Java coders..<p>Wish I could have been there for this presentation. Thanks for sharing. | null | null | 14,611 | 14,609 | null | null | null | null |
14,658 | comment | johnm | 2007-04-19T16:32:20 | null | What do you mean by "clusters"? High-end, low-latency compute clusters (using e.g., Myrinet) or just a rack of machines? Are you doing lots of calculation or lots of data or both? If you have lots of data, what's your storage model? If you're going to have lots of machines, what's your needs for connectivity (NICs, intra-cluster, 'net drops, etc.)? | null | null | 14,541 | 14,541 | null | [
14800
] | null | null |
14,659 | comment | nostrademons | 2007-04-19T16:34:46 | null | Check the velocity. Is he not-perfect-but-getting-better? Or is he not-perfect-and-getting-bored?<p>You want the former, you don't want the latter. Someone who's not perfect but listens well, is interested in improving, and is passionate about the company will likely soon be perfect, or as close to it as you're realistically going to get.<p>If he's not really into it to begin with, then it doesn't matter if he's perfect, you still don't want to partner with him. | null | null | 14,588 | 14,586 | null | null | null | null |
14,660 | comment | jey | 2007-04-19T16:36:53 | null | I fully agree with what pg said about keeping everything you can in in-memory structures. You can save modifications to a sequential logfile, or some other simple on-disk structure that is easily maintained (e.g. separate file per record), and read this structure into memory when you restart. Once that becomes infeasible, I would switch to using SQLite's BTrees [1] directly and bypassing the entire SQL layer. Using the SQL layer is just pretty pointless and a waste of resources. You're going to have a "data access layer" over your database anyway, so why not have it operate on a level where you have precise control over the access patterns and can tune it for your application? If you use the SQL layer, you're basically <i>losing</i> all that information by having your data access layer transform your operations into a high level data manipulation language by <i>building a string</i> (eww), then you leave the SQL layer of the database engine to parse your string back to something sensible and have it <i>guess</i> at how to optimize the query to get the best performance. Instead just tell it directly and skip the whole string construction, string parsing, and query analysis crap.<p>Notes<p>1. I'd suggest BDB, but it seems to suck. YMMV, always benchmark it yourself. | null | null | 14,605 | 14,605 | null | [
14943
] | null | null |
14,661 | comment | juwo | 2007-04-19T16:37:23 | null | wise<p>"if money is your first drive then you will eventually quit at some point when evrything says it is going to be over in One minute. At that point the co-founders who were in it for the money will walk out. The one who were in it for the passion and the challenge to learn and master the ultimate startup language ( not Technology, but "loyal and satisified Users") )will get 2gether and ask themselves " How the F&$ we got into this mess and how the F%^$ can we clean it up now, make it look good and have more users? " | null | null | 14,614 | 14,586 | null | null | null | null |
14,662 | comment | zaidf | 2007-04-19T16:40:12 | null | You can either choose to emphasize how POWERFUL--as in scale--that Juwo is OR you can emphasize how EASY it can make my life. <p>Right now even though you have glimpses of trying to show how it can help me, the overall tone of your site(confirmed by your posts here) is on features rather than practical use.<p>Any tool can be used to do dozen things. Our site can be used to post music, lectures, pranks, cries of your first child and literally hundreds of other things. But it has its few primary uses and you have to pin them down and focus on those DEFINED audiences in the BEGINNING stages. Otherwise you end up confusing EVERYONE as you seem to have done here.<p>I'll help you get started if you're interested. This should make for a good mini guide too for folks in your position Answer the following questions for me in LESS than 20 words each:<p>1. What is the problem?
2. Who is it a problem for?(note: everyone isn't an answer; think age groups, job profiles of people MOST likely facing the problem you describe in #1)
3. How do you plan to solve this problem? (theoretically, not what Juwo is)
4. How is Juwo solving this problem<p>Use these guidelines:
- Be as specific as you can be.
- Use as simple words as you can use. <p>
| null | null | 14,590 | 14,253 | null | [
14706
] | null | null |
14,663 | story | mattculbreth | 2007-04-19T16:41:19 | We have a winner (startup choosing RoR) | null | http://blog.pretheory.com/arch/000527.php | 12 | null | 14,663 | 12 | [
14672,
15423
] | null | null |
14,664 | story | usablecontent | 2007-04-19T16:44:46 | MySpace Launches MySpace News | null | http://startupmeme.com/2007/04/19/myspace-launches-myspace-news/ | 1 | null | 14,664 | 0 | null | null | null |
14,665 | comment | tocomment | 2007-04-19T16:44:49 | null | I certainly see how a Bayesian theory is useful, but I can't fathom how to use it instead of an if statement. What does that even mean? What would it look like? Can anyone enlighten me?
| null | null | 14,464 | 14,464 | null | [
14748
] | null | null |
14,666 | comment | far33d | 2007-04-19T16:45:33 | null | I doubt this. The main differentiator between facebook and myspace is that facebook is clean and easy to use, vs. the maelstrom of crap that's tossed at you in myspace. <p>If they do allow widgets, I'd imagine they'd go the opposite route as myspace: instead of allowing all widgets and sites except the ones they block, facebook will probably only allow sites that are approved.
| null | null | 14,604 | 14,604 | null | null | null | null |
14,667 | comment | jey | 2007-04-19T16:46:02 | null | How about a few beers at the Rose & Crown in Palo Alto? It's within walking distance of Caltrain and actually serves good beer. I'm suggesting Palo Alto and not SF because I assume most people will be staying near YC in Mountain View.<p><a href="http://www.yelp.com/biz/k6m7uTFW0MfVotLNwSULUA">http://www.yelp.com/biz/k6m7uTFW0MfVotLNwSULUA</a> | null | null | 14,525 | 14,524 | null | null | null | null |
14,668 | comment | usablecontent | 2007-04-19T16:46:31 | null | Yes there is no doubt about it, but it took them almost an year to launch it, which is quiet a long time | null | null | 14,652 | 14,645 | null | null | null | null |
14,669 | story | mattculbreth | 2007-04-19T16:48:46 | Bungee Labs--next generation web development platform | null | http://www.readwriteweb.com/archives/bungee_labs_next_generation_web_development.php | 2 | null | 14,669 | 0 | null | null | null |
14,670 | comment | usablecontent | 2007-04-19T16:48:55 | null | If MySpace has proved any point, it is that "Design doesnt counts".<p>You seem surprised as if MySpace was rivaling Apple in its design concepts | null | null | 14,646 | 14,645 | null | [
14877,
15036
] | null | null |
14,671 | comment | far33d | 2007-04-19T16:51:31 | null | This is 100% positively, absolutely, NewRoo. | null | null | 14,652 | 14,645 | null | null | null | null |
14,672 | comment | zaidf | 2007-04-19T16:52:00 | null | You guys are lucky. I had a torturous time playing with RoR. I had a week to learn it in and just couldn't get a hang of all the automatic things it did being a guy who likes to know exactly why some thing works. Not surprising considering RoR is not just a different language but also a different way of describing what you are building. I resorted to Perl and had better luck. | null | null | 14,663 | 14,663 | null | [
14724,
14991,
14681
] | null | null |
14,673 | comment | hello_moto | 2007-04-19T16:53:41 | null | The first question is...who competes with Google in this space? I doubt Yahoo! would do that. I doubt Oracle is. I doubt eBay is. Apple is a long shot. Microsoft has Office Live and well.. Office 2003/2007. <p>Other web 2.0 companies focus themselves in media field not technology field. | null | null | 14,579 | 14,578 | null | [
14676
] | null | null |
14,674 | comment | Sam_Odio | 2007-04-19T16:56:22 | null | In my opinion, it seems this hiring process might actually encourage mediocrity. You might be in danger of hiring "ok at everything" employees over those that are "extraordinary at a few things." <p>The mediocre employees wouldn't get any negative votes, while the extraordinary ones would. | null | null | 14,602 | 14,602 | null | [
14679
] | null | null |
14,675 | story | ballred | 2007-04-19T16:59:49 | What is the best RoR book for beginners? Best online resources? | null | 4 | null | 14,675 | 10 | [
14688,
14692,
14696,
14686,
14738,
14699
] | null | null |
|
14,676 | comment | jkush | 2007-04-19T17:01:23 | null | I would agree with you about Ebay - but Ebay just bought StumbleUpon. Maybe they are shifting, albeit subtly. | null | null | 14,673 | 14,578 | null | null | null | null |
14,677 | comment | jaf656s | 2007-04-19T17:01:27 | null | I think there is even more to it than that. Imagine the buzz that can be generated from 300 blogs going up after the conference about the latest, greatest 37Signals app coming up... | null | null | 14,572 | 14,490 | null | null | null | null |
14,678 | comment | dk | 2007-04-19T17:06:11 | null | A similar approach is so-called "object prevalence" (<a href="http://en.wikipedia.org/wiki/Object_Prevalence).">http://en.wikipedia.org/wiki/Object_Prevalence).</a> Basically, keep all the data in RAM and write a journal of changes. On startup, the journal is played back, incrementally restoring the state. Snapshots are taken periodically to keep the journal down to a manageable size.<p>It's a form of the Command design pattern and has some nice properties. You can get transparent thread synchronization by executing queries in parallel but serializing commands that modify state. For web apps, the HTTP request offers a natural representation for commands (but of course you'd want to strip them down to their essence). You can get fault-tolerance and scalability by feeding the command stream to replica servers. (State-changing commands must be executed by the master server but queries can be load-balanced across the replicas.) And if you keep the journals around, you have a complete history of the application's state.<p>EDIT: See also <a href="http://www.advogato.org/article/398.html">http://www.advogato.org/article/398.html</a> | null | null | 14,616 | 14,605 | null | [
15177
] | null | null |
14,679 | comment | far33d | 2007-04-19T17:06:54 | null | Agreed. Especially if you "need" 100 employees and everyone else is saying yes, there's pressure for consensus, if they are "good enough".
| null | null | 14,674 | 14,602 | null | null | null | null |
14,680 | comment | Sam_Odio | 2007-04-19T17:07:18 | null | Definitely go for .com.<p>If slightly-worse-name.com is hard to remember and/or pronounce, then you're options are:<p>- try to get slightly-better-name.com on the cheap<p>- find another .com...<p>
If you choose to negotiate, here are some tips:<p>1. Don't tell the squatter you have the .net & .org. If you do, this will give him even more reason to keep the price high - he knows you want it!<p>2. Offer low, and make it sound like you don't really need the domain<p>3. Try to convince him that you've gotten an offer from someone else, selling a better domain, in your price range. This works best if you know someone with a good domain name. For example, I own odio.com. I could send you an offer (from [email protected]) to sell odio.com for $500. | null | null | 14,500 | 14,497 | null | null | null | null |
14,681 | comment | mattculbreth | 2007-04-19T17:08:35 | null | I haven't used Rails yet in a real project, but I'm a bit worried about the same thing. I've actually shied away from using Django (I'm a Python guy mostly) since they have a bit more magic involved. TurboGears/Pylons/Web.py makes me happiest so far.
| null | null | 14,672 | 14,663 | null | [
14749,
15077
] | null | null |
14,682 | comment | madanella | 2007-04-19T17:18:56 | null | One important issue that seems to be missing from these discussions is that a lot of hiring is about internal team dynamics. The big fear I have is of people who don't want to hire employees that are smarter(broadest sense) than they are. One of the biggest benefits of working is the opportunity to work next to people you respect or enjoy. <p>For ambitious, smart people also known as 'A Players', it's not easy to provide them with an environment where they will feel challenged and inspired by their team members. But doing so greatly increases the likelihood of winning those hires. Why do so many 'A Players' want to work for Google? I believe that it's because there's a sense that other smart people work there. You get a network effect happening in the HR side of things. Think of reasons for attending Stanford and Harvard, it's not really about the quality of what will be taught but the assumed quality of the others in attendance. | null | null | 14,602 | 14,602 | null | null | null | null |
14,683 | comment | far33d | 2007-04-19T17:22:06 | null | Sometimes a solution that is specific and targeted is more efficient and usable than a general solution molded to fit the problem. <p>No one says that if you need a relational database you should reimplement it yourself - just that the DB is not the only solution for all web back ends.
| null | null | 14,627 | 14,605 | null | [
14712,
14736
] | null | null |
14,684 | story | keven | 2007-04-19T17:26:35 | Software by Microsoft Is Nearly Free for the Needy | null | http://www.nytimes.com/2007/04/19/technology/19soft.html?ex=1334635200&en=73e2ccb3f118d36a&ei=5088&partner=rssnyt&emc=rss | 1 | null | 14,684 | 1 | [
14691
] | null | null |
14,685 | comment | yaacovtp | 2007-04-19T17:26:45 | null | No one here is offended by your religious beliefs. They just don't have a place on a commercial website, unless you are providing a service only for a group of like minded people and then done right your comments may even be welcome. | null | null | 14,583 | 14,253 | null | [
14812
] | null | null |
14,686 | comment | madanella | 2007-04-19T17:28:01 | null | <a href="http://poignantguide.net/ruby/">http://poignantguide.net/ruby/</a> is one of the most entertaining writings I have read, not just out of technical books, overall. Highly recommended. <p>Rolling On Rails from OnLamp is a very quick and useful tutorial found here: <a href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html">http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html</a><p>This is the easiest and fastest way to get started: <a href="http://tryruby.hobix.com/">http://tryruby.hobix.com/</a> | null | null | 14,675 | 14,675 | null | [
14707
] | null | null |
14,687 | story | mattculbreth | 2007-04-19T17:28:15 | The one thing wrong with sites like Digg | null | http://onstartups.com/home/tabid/3339/bid/1393/The-One-Thing-Wrong-With-Social-Content-Sites-Like-Digg.aspx | 6 | null | 14,687 | 2 | [
15052,
14851
] | null | null |
14,688 | comment | dawie | 2007-04-19T17:28:19 | null | By far the best:
Agile Web Development with RailsSecond Edition
<a href="http://www.pragmaticprogrammer.com/titles/rails2/">http://www.pragmaticprogrammer.com/titles/rails2/</a><p>DHH wrote it. | null | null | 14,675 | 14,675 | null | [
14816
] | null | null |
14,689 | comment | mattculbreth | 2007-04-19T17:29:46 | null | It took me a while to see why that's funny. Only 244 legitimate copies in China, with most copies being sold for $1 on the streets. | null | null | 14,656 | 14,656 | null | null | null | null |
14,690 | comment | Benja | 2007-04-19T17:30:05 | null | What I'd like to see is companies hiring lawyers who spend their surplus time blogging. Being involved in the community should prevent them from being as seriously out of tune as this, and if they spend some of their time explaining tech law to the unenlightened (like me), that'll reflect back on the company. | null | null | 14,550 | 14,485 | null | null | null | null |
14,691 | comment | keven | 2007-04-19T17:30:48 | null | The news came out after report that Microsoft sold only 244 copies of Vista in the whole of China in the first 2 weeks. | null | null | 14,684 | 14,684 | null | null | null | null |
14,692 | comment | grahamr | 2007-04-19T17:34:10 | null | I highly recommend the Lynda.com online training for rails:
<a href="http://movielibrary.lynda.com/html/modListing.asp?sid=229">http://movielibrary.lynda.com/html/modListing.asp?sid=229</a>
It does a great job of explaining the theory of rails and is a great intro to ruby as well.<p>Obviously Agile Web Development with Rails is the bible of RoR books:
<a href="http://www.pragmaticprogrammer.com/titles/rails2/">http://www.pragmaticprogrammer.com/titles/rails2/</a><p>I'd personally be wary of many of the RoR tutorials you'll find online: none of the ones I used did a good job of explaining rails at the conceptual level: you'll end up with a rails app from the tutorial, but limited understanding of what you did and why.<p>Updated:<p>This page has a good selection of relevant books:
<a href="http://www.sapphiresteel.com/Ruby-and-Rails-Books-the-essential">http://www.sapphiresteel.com/Ruby-and-Rails-Books-the-essential</a><p>My opinion is that one should begin with a Rails-specific book or tutorial and not feel the need to learn Ruby first. Much of rails code is specific to rails and, while you'll want to master Ruby eventually, you'll get enough from the Rails books.
| null | null | 14,675 | 14,675 | null | [
14701
] | null | null |
14,693 | story | mattculbreth | 2007-04-19T17:39:25 | Outlook 2007--downgrade no longer | null | http://www.joelonsoftware.com/items/2007/04/19.html | 8 | null | 14,693 | 10 | [
14752,
14694
] | null | null |
14,694 | comment | mattculbreth | 2007-04-19T17:40:31 | null | I've switched to web-based mail entirely. I've still got Outlook 2007 for a bit of lingering corporate mail, but I've switched fully over to GMail for both personal and my startup's use.<p>That's one thing I've found interesting about Xobni. I wonder how many of their peers (us I guess) actually use Outlook?
| null | null | 14,693 | 14,693 | null | [
14769,
14705
] | null | null |
14,695 | comment | papersmith | 2007-04-19T17:48:44 | null | I think it's even less of a problem now a days. With cheap 64bit hardware, you can have a humongous virtual memory space, so you can go quite far with each hardware you add. | null | null | 14,629 | 14,605 | null | null | null | null |
14,696 | comment | jkush | 2007-04-19T17:59:18 | null | <a href="http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials">http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials</a><p>List of 12 very good tutorials. | null | null | 14,675 | 14,675 | null | null | null | null |
14,697 | comment | jamongkad | 2007-04-19T17:59:55 | null | That's quite an interesting view. To be honest I loved 37Signals approach to web apps and how they initially shunned outside funding to build their business. Granted that they started out as a consulting company? then morphed into a product company(which is an ideal route if you don't take oustide funding) But these days I'm finding it hard to use Basecamp(although they claim they produce easy to use software) I hope that they don't lose their initial focus. Their business model is sound so is their choice of niche market. Hope they don't stray away from that successful formula. | null | null | 14,496 | 14,490 | null | null | null | null |
14,698 | story | sergiutruta | 2007-04-19T18:04:35 | Default things we do | null | http://www.sergiutruta.com/2007/04/19/default-things-we-do/ | 1 | null | 14,698 | 0 | null | null | null |
14,699 | comment | briandon | 2007-04-19T18:14:45 | null | I've heard good things about 'Ruby on Rails: Up and Running':<p><a href="http://www.oreilly.com/catalog/rubyrails/">http://www.oreilly.com/catalog/rubyrails/</a> | null | null | 14,675 | 14,675 | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.