logoalt Hacker News

esafakyesterday at 10:57 PM1 replyview on HN

I see no 'score' or 'age' mentioned in your script. What does age signify and how are they calculated?


Replies

kristopoloustoday at 12:30 AM

This isn't obvious?

    "\(
        10 \* (.codingIndex // 0) | round / 10
    ) \(
      (
        now - (
        .releaseDate |
          try ( strptime("%Y-%m-%d") | mktime )
          catch (now + 86400)
      ) ) / 86400 | floor
Real question. I see 86400 and I know it's time... That might just be me.

I'm not being an ass, I don't know how to talk to people or when I think I'm being clear but I'm actually being cryptic

show 1 reply