crescendo | 13 years ago | on: Cell: Lisp in Javascript
crescendo's comments
crescendo | 13 years ago | on: Cell: Lisp in Javascript
crescendo | 14 years ago | on: MongoDB 2.0.0-rc0 Released
crescendo | 15 years ago | on: A Guided Tour of emacs-git
crescendo | 16 years ago | on: Tell HN: I quit my job Starting full-time on my startup on Monday.
I have a couple suggestions for your landing page:
* The current overall payload is 382.1K. You could significantly reduce this and speed up the load time if you enable gzip compression on your web server. Seems like you're running this on IIS 6.0--there is a configuration option for HTTP compression buried somewhere in the submenus, I believe.
* The rounded corners have a white background, whereas the page background at the top is gray. This causes the top corners to have a very visible rectangular edge. The IE-6 friendly way to fix this is to change the background color for the top corners to match the background color of the top of the page. If you don't care about IE 6, you can simply give them transparent backgrounds.
Good luck!
crescendo | 16 years ago | on: Ask HN: What do you think of our demo website?
wrpme is an ultra fast _persistent_ cache engine
crescendo | 16 years ago | on: Blippy Publishes User Credit Card Numbers
crescendo | 16 years ago | on: Ask HN: Who's hiring?
We're currently hacking a lot of cutting-edge technology like Node.js and Redis to scale the site up, and we're looking for some really talented engineers to help us out.
Based in San Francisco.
crescendo | 16 years ago | on: Vidly (YC S08) first to launch HD video on Twitter
crescendo | 16 years ago | on: Vidly (YC S08) first to launch HD video on Twitter
Option 1:
1) Open youtube.com.
2) Create a youtube account (First time only).
3) Post video to Youtube.
4) Open twitter.com, or a Twitter client.
5) Post a tweet with the Youtube link.
Option 2:
1) Open vidly.com (or client?).
2) Post video and tweet to Twitter.
You've reduced the steps it takes to post a video to Twitter from 5 to 2; big whoop, right? But looking at this alone misses the point. Here's where it gets interesting: given that they're both free, and that users actually know about Option 2, most of them will choose Option 2 without hesitation. Besides that, the relative complexity of using Youtube for this task might have been a barrier for many people who otherwise would've posted videos. When you combine this with good marketing, the vibrant user base of Twitter, and a large mass of people hungry to broadcast videos, big things can happen.crescendo | 16 years ago | on: Why it is Important that Software Projects Fail
crescendo | 16 years ago | on: Is City-Wide Wi-Fi a Dead Idea?
crescendo | 16 years ago | on: Smule: I am T-Pain
crescendo | 16 years ago | on: Ask HN: How do you explain how programming works to complete non-techies?
Imagine you're catering an event, and you need to make 500 identical sandwiches. Now, the usual approach is to get out the bread slices, lettuce, tomatoes, turkey, etc and set to work constructing each sandwich by hand. And what if the client suddenly tells you they need 1,000 sandwiches? Your work doubles!
But what if you do this instead: build a machine where you press a button and it creates one perfect sandwich, exactly to specification. Then even if you have an event that calls for 1,000, 100,000, or 1,000,000 or more sandwhiches, your work doesn't really increase. You just keep pressing a button, and any number of sandwiches pop out of the machine, exactly to specification.
In this case, the machine is the program. More accurately, the machine is the CPU and its instructions for creating a sandwich are the program, but you will lose people going to this level of detail. And the sandwiches are the output.
crescendo | 16 years ago | on: Ask HN - Is it worth joining Mensa?
http://video.google.com/videoplay?docid=3164300309410618119#...
crescendo | 16 years ago | on: Google Voice iPhone app rejected
crescendo | 16 years ago | on: CrunchPad Inc. Formed With 14 Employees In Singapore
Arrington might fail here, but you have to give the guy a lot of credit for how he has moved forward on this thing.
crescendo | 16 years ago | on: HeyZap (YC S09) Launches Microtransaction Platform
Maybe there's an opportunity for a startup here?
crescendo | 16 years ago | on: 'Warrior Gene' Linked To Gang Membership, Weapon Use
crescendo | 17 years ago | on: Is Science As Important As Football?
My goal here was to learn how Lisp works at a really low level. I'm planning to add the features you would expect from a Lisp (e.g. macros) very soon.