Skip to content

Comment on Ask PG: What's the deal with search on HN?parent

Comments

I feel such comments when presented like news.yc votes or FriendFeed likes add more value because of their conciseness.

  (define (value conversation-element)
    (- (benefit conversation-element)
       (cost conversation-element)))

  (define (cost conversation-element)
    (- (conciseness conversation-element)))
I'll leave the definition of (benefit conversation-element) as an exercise for the reader.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.