Live data from Hacker News

Ask HN: What's some “one sentence” wisdom you've learned or created?

news.ycombinator.com

11–20 of 60 posts

Re: Ask HN: What's some “one sentence” wisdom you've learned or created?

#11
post #3

Bad news does not age well.

My interpretation of your aphorism: bad news is not forever.

not aging well implies the thing gets worse the older it is. So, a more accurate interpretation would be "bad news gets worse the older it is" Although that seems unlikely to be what was intended.

Re: Ask HN: What's some “one sentence” wisdom you've learned or created?

#13
Parkinson's Law of Data: "Data expands to fill the space available for storage"

Most frequent use: Justifying quotas on NAS/SAN devices. People retain more stuff when they think a shared drive has 500GB free than they do when they see 2TB free.

Re: Ask HN: What's some “one sentence” wisdom you've learned or created?

#14
"Your code should reflect your ontology."

Meaning that you should strive to program so as to encode the structure, relationships, and qualities of the objects of your task/domain. If you do it faithfully, then your code will be logically consistent and bug-free. I think this is most directly possible in declarative programming.

Re: Ask HN: What's some “one sentence” wisdom you've learned or created?

#15

Parkinson's Law of Data: "Data expands to fill the space available for storage" Most frequent use: Justifying quotas on NAS/SAN devices. People retain more stuff when they think a shared drive has 500GB free than they do when they see 2TB free.

I like to refer to Parkinson’s law as Boyle’s law for our behavior, too

Re: Ask HN: What's some “one sentence” wisdom you've learned or created?

#19

Earlier quoted context omitted.

My interpretation of your aphorism: bad news is not forever.

not aging well implies the thing gets worse the older it is. So, a more accurate interpretation would be "bad news gets worse the older it is" Although that seems unlikely to be what was intended.

"not age well" in food means "expires quickly." Milk does not age well because it quickly expires. So "bad news does not age well" means that bad news quickly expires. :)
Post reply on HN