Hacker Newsnew | past | comments | ask | show | jobs | submit | 2007-04-20login
Stories from April 20, 2007
Go back a day or month. Go forward a day, month, or year.
1.Awesome color schemes for web designers. (adobe.com)
26 points by veritas on April 20, 2007 | 11 comments
2.YC News is one of the best sites I have come across in a long time
24 points by dawie on April 20, 2007 | 15 comments
3.Pirates of Silicon Valley (Full movie) (video.google.com)
15 points by sharpshoot on April 20, 2007 | 3 comments
4.Ken Thompson's theoretical C compiler backdoor (scienceblogs.com)
13 points by kf on April 20, 2007 | 6 comments
5.Alexa v. Statsaholic: Tim Oreilly weighs in - sympathetic to Alexa? (oreilly.com)
13 points by Sam_Odio on April 20, 2007 | 6 comments
6.Petition Against Alexa's Statsaholic Lawsuit (mashable.com)
11 points by pg on April 20, 2007 | 2 comments
7.How to avoid start-up success? Not offering equity!
11 points by gyro_robo on April 20, 2007 | 11 comments
8.Ask the Wizard: You Always Start the Last Company (burningdoor.com)
10 points by brett on April 20, 2007 | 1 comment

Same as Viaweb. Hash tables in memory. Updates to disk, but no reads from disk except at startup.

I'm pretty happy for just using delicious for that. It's always nicer when sites interact well with existing sites instead of bolting on a half assed version of the same functionality. Not to say that Paul's in the business of half assing things, but rather that it's slightly orthogonal to the main value of news.yc and already exists (done well).
11.How many Y Combinator founders are/were NOT young hackers? Any 30+?
10 points by webwright on April 20, 2007 | 10 comments
12.Who is going to Startup Camp 2 on May/7 in SF? (startupcamp.org)
9 points by felipe on April 20, 2007 | 4 comments
13.Haskell Application Server: in-memory transactional applications (happs.org)
8 points by jaggederest on April 20, 2007 | 1 comment
14.Cross Site Scripting is a Big Problem [bug fixed] (bigheadlabs.com)
9 points by staunch on April 20, 2007 | 2 comments
15.The hidden lives of MySpacers - Why opinions from anybody but users rarely matter. (bokardo.com)
9 points by danw on April 20, 2007 | 9 comments
16.What do you feel about Software Process like CMM/CMMi ?
8 points by sergiutruta on April 20, 2007 | 15 comments
17.The scary math behind Web 2.0 (news.com.com)
8 points by gibsonf1 on April 20, 2007 | 6 comments
18.99% of programmers are law-abiding citizens... (raganwald.com)
7 points by raganwald on April 20, 2007 | 2 comments
19.The Pirate Game (wikipedia.org)
8 points by nostrademons on April 20, 2007 | 1 comment
20.Ubuntu 7.04 Released (ubuntu.com)
8 points by reitzensteinm on April 20, 2007 | 1 comment

Does the Arc/Lisp process only handle one request at a time? If it handles multiple requests at once how do you keep the writes atomic?
22.Transactionless (martinfowler.com)
6 points by bootload on April 20, 2007 | 2 comments

Hey, we all got our start somewhere :) The earlier you do it, the better.

Props to Juwo for getting off his butt and putting something out there.

That's more than most people I know can say.


The way to do this is to go to the feature request thread and put in your point. People will vote it up there if they like it. This keeps the rest of YC news clear of feature requests and focuses more on start up stuff.

http://news.ycombinator.com/comments?id=363


http://www.colorschemer.com/ is another great resource
26.Pandora Founder Appeals For Help To "Save Internet Radio" (readwriteweb.com)
7 points by mattjaynes on April 20, 2007

How many start-ups sabotage their chances by being too stingy when it comes to equity?

I thought I'd save everyone the trouble of going to a blog by ranting here directly.

A while back I was interviewing at a small company that really needed another developer or three. They wanted to hire and made an offer -- a 20k pay cut, but they were going to give me equity -- the magic word! Except the president/founder of the company wanted to keep 99%+ of the equity for himself, so anyone else let in on the deal had to share a fraction of the remaining 1%. I calculated that if the company was successful to the tune of $10 million, my share would still be worth less than my initial pay cut. I pointed this out to the senior developer who was trying to convince me to join, but his blind loyalty to the company seemed to preclude arithmetic.

Prior to that I worked at another smallish company where the president/owner kept around 95% of the stock. A few top people got 1% or less. Other companies say they want to hire "top talent", but they pay "market rates" -- which usually means the average according to some salary survey, or less, and no equity.

It seems like some founders are so attached to ownership that they can't part with it, even if it means greater success for themselves! It's like they have visions of dollars from owning the entire company instead of a vision of what's needed to get there. While a fraction of a percent of Google is worth a lot now, in order to get to that point, the founders had to part with the majority of the equity.

Some start-ups work with two founders, but some have half a dozen (like Excite) or more. Even reddit got more "founders" after the fact. If it turns out you need a new band member, are you prepared to redo the original founders' percentages, or do you have other plans?

28.How to make money online while being a small business not based in the US (robertoalamos.com)
7 points by rjam on April 20, 2007 | 1 comment

"DBMS are optimized for the fastest possible disk I/O."

I think that's disputable. DBMSes are designed for a number of considerations and it's not hard to demonstrate how alternatives can outperform a DBMS in terms of disk I/O and general performance.

Consider an HTTP request that modifies records. A typical DBMS-backed app will write all the changes to disk whereas a prevalent system (AKA object prevalence) need only write "POST /someurl arg1=value1:arg2=value2:..." or some equivalent. The data is updated in RAM with a write to only one or two disk sectors in the majority of cases, no communication with a DBMS, no construction and parsing of SQL, and none of the other overhead. A typical prevalent system will be orders of magnitude faster than the DBMS-backed equivalent, and simpler to boot.

Object prevalence doesn't offer a query language and has different scalability considerations, but it would take an absurdly broken design for a DBMS to outperform it.


I think the features request thread is overwhelming at this point. There's just too much there for new information to rise to the top.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: