HN user

marrone

529 karma
Posts42
Comments84
View on HN
crapple.mobi 3y ago

Show HN: I made Scrabble with modified rules

marrone
3pts0
www.seomoz.org 18y ago

Reddit, Stumbleupon, Del.icio.us and Hacker News Algorithms Exposed

marrone
67pts28
www.changethis.com 18y ago

Seinfeld on Marketing

marrone
9pts1
blog.360.yahoo.com 18y ago

Structure and Interpretation of Computer Programs

marrone
1pts0
peter.michaux.ca 18y ago

Actions in Synergy

marrone
1pts0
www.seomoz.org 18y ago

The Web Developer's SEO Cheat Sheet

marrone
76pts19
stevesouders.com 18y ago

Cuzillion

marrone
5pts2
canentrepreneur.blogspot.com 18y ago

"Wow" service

marrone
4pts0
www.getelastic.com 18y ago

Losing Customers at the Register: 12 Checkout Blunders

marrone
3pts0
www.getelastic.com 18y ago

Registration Usability - 87 Registration Forms Tested

marrone
2pts0
www.seomoz.org 18y ago

SEO Standards Debate is Back - But Something's Missing...

marrone
1pts0
www.techcrunch.com 18y ago

Slide Caught Posting Fake Positive Reviews For Their Own App

marrone
20pts16
www.ssireview.org 18y ago

The Power of Persuasion

marrone
4pts2
news.ycombinator.com 18y ago

Hacker News Firefox Extension

marrone
32pts10
news.ycombinator.com 18y ago

Growth vs. Size

marrone
5pts5
news.ycombinator.com 18y ago

"I never saved anything for the swim back"

marrone
49pts33
scienceblogs.com 18y ago

10 Important Differences Between Brains and Computers

marrone
2pts0
www.smallbizsurvival.com 18y ago

Small BIz Survival Checklist

marrone
1pts0
www.ubuntu.com 18y ago

Ubuntu 8.04 Hardy Heron Beta Released

marrone
2pts3
www.msnbc.msn.com 18y ago

63-year-old solves riddle from 1970

marrone
1pts0
ajaxian.com 18y ago

Ajax on Embedded Devices such as the BarracudaDrive

marrone
2pts0
www.littlehart.net 18y ago

What’s The Next PHP Stack?

marrone
2pts1
clientside.cnet.com 18y ago

CiUI - CNET iPhone UI

marrone
9pts0
www.generatedata.com 18y ago

GenerateData.com: Ever needed custom formatted sample / test data, like, bad?

marrone
3pts1
lifehacker.com 18y ago

Run Windows Apps Seamlessly Inside Linux

marrone
19pts5
www.makeuseof.com 18y ago

Get Back your Screen Space: Maximize Firefox Viewing Area

marrone
11pts2
ejohn.org 18y ago

Progressive CSS Enhancement

marrone
4pts0
news.ycombinator.com 18y ago

Vim tab auto-complete

marrone
4pts1
ajaxian.com 18y ago

Lessons learned from improving Google Code web site performance

marrone
1pts1
www.webreference.com 18y ago

How to Gain the Trust of Your List

marrone
2pts0

I didnt look to closely, but it looks like you are creating a closure around the comments var for your event listener function. The problem is that you are doing this within a loop, meaning the comments var changes after each iteraion, probably ending up in something you hadnt intended

This is what I have set up. A Git repository on the server. I push all my code to the repo via ssh.

On the server there are Dev, Staging, and Production environments. Dev and Staging are bare checkouts from the git repo. I have deploy shell scripts that automate deploying to both (checking out from source control and running database migrations). The process should be that code is deployed to Dev, then Staging and finally to Production.

The Production environment is NOT a checkout from source control. It is an exact mirror of the Staging environment. And the deploy script to production does the following:

- tags source control with the new release number

- creates a tar.gz backup of the production directories

- does a database backup dump

- then uses rsync to copy files from the staging web directories to the production directories.

- lastly runs migration scripts on the prod database

Cuzillion 18 years ago

Steve Souders is the man who was the head of Yahoo's Exceptional Performance Team, which gave us these rules for speeding up your website: http://developer.yahoo.com/performance/ and also YSlow.

Cuzillion is something he seems to have made to give you a generalized example of what components affect your performance and by how much. So it allows you to test a fabricated example rather than a specific website.

Hey iamelgringo,

if you are still using the extension I would suggest re-installing once more. I made some fixes and added a few other things, as well as integrating the Firefox update manager. So if you re-install once more, Firefox will automatically find new updates to it for you from here on.

Some Heroes 18 years ago

yeah, I thought it was a cool to find a football player on that list, and a Steeler as well

I built a HackerNews firefox extension a few days ago to monitor new comments directed towards you or your submissions which you could port pretty easily to your site if you were interested. Or if you build an api to a users threads/comments (need just be an RSS feed) Id port it for you if you wanted it.

You can grab it here: http://wildstabmedia.com/hackernews and just save the xpi to disk and unzip to get at the source

Google and Yahoo can do it because they can take advantage of their scale to monetize ads, as well as their diversity of products (profitable products can help pay for the unprofitable ones).

Which is exactly the author's point. He says that small companies are forced to swing for the fences in terms of user-base because a) that is all advertisers are interested in and b) the competitors (such as Yahoo! and Google) offer free alternatives.

I dont think it reasonable to set Yahoo or Google as the measuring stick of success as those companies are clearly way out ahead of anyone

Traversing the entire DOM on page load and rewriting all links for large pages would also slow down the page though.

Also rewriting links seems too intrusive for my tastes and means I cant "Copy link location" which I frequently do. I like the idea, but I personally would have just used a single "click" event handler on the entire page using the capturing phase and hijack links to redirect through your site first, rather than doing a rewrite for every link in the dom

I set that page up to use the mozilla installTrigger method, so clicking the link should activate the firefox install manager. Did that not work for you?

I switched to vim for a few reasons:

- I didn't want to get trapped into being comfortable with some editor that I would later not have access to. vim will always be there on any unix box

- there are no showstoppers for vim. Every other editor is great because it has x and y, but the lack of z is annoying. with vim, you can configure it to do almost anything with macros in your .vimrc

- it was slow to get going at first, but now I find using vim you can edit files much faster than using the mouse.

Well it is not too difficult to implement and it can speed up the registration flow for new users, which should always be a good thing.

OpenID is still getting better though. Yahoo! just became an OpenID provider which should help it catch on. And the ClickPass guys have built a great tool on top of it as well. So it looks right now like OpenID will survive and become better in time and perhaps achieve the goal of replacing the registration flow.

So while you say it is not the cure right now, I think that if you give it enough time it possibly could become one.