Live data from Hacker News

Ask HN: What are some examples of beautiful software?

news.ycombinator.com

121–130 of 262 posts

Re: Ask HN: What are some examples of beautiful software?

#122
post #106

JSON. The way it displays and organizes complex data, better than other standards like CSV or XML. Or the things that use tables. When I first started programming, I had two favorite ways of storing data - INI and arrays. INI for its elegant key/value style. Arrays were just natural because of the way computers think. I spent months trying to mold these two things together; how would you actually store key-value thin…

> JSON is just this beautiful thing that lets you store data however you want.

What if I want to store integers?

Not floats.

Integers.

Re: Ask HN: What are some examples of beautiful software?

#125
post #106

JSON. The way it displays and organizes complex data, better than other standards like CSV or XML. Or the things that use tables. When I first started programming, I had two favorite ways of storing data - INI and arrays. INI for its elegant key/value style. Arrays were just natural because of the way computers think. I spent months trying to mold these two things together; how would you actually store key-value thin…

No comment.

Re: Ask HN: What are some examples of beautiful software?

#126
post #106

JSON. The way it displays and organizes complex data, better than other standards like CSV or XML. Or the things that use tables. When I first started programming, I had two favorite ways of storing data - INI and arrays. INI for its elegant key/value style. Arrays were just natural because of the way computers think. I spent months trying to mold these two things together; how would you actually store key-value thin…

I'm don't understand how JSON is better than XML, edn, toml, or yaml. They all have pros and cons, but if I had to pick one as being beautiful, it wouldn't be json!

Re: Ask HN: What are some examples of beautiful software?

#127

Rust. It's god damn beautiful. It's design is magnificent, so much so that it seems easy to write beautiful rust code myself.

Yes, there is a special kind of joy knowing that unless the underlying infrastructure has a problem you have handled all the edge cases, and it is still readable.

Re: Ask HN: What are some examples of beautiful software?

#129
post #122
post #106

JSON. The way it displays and organizes complex data, better than other standards like CSV or XML. Or the things that use tables. When I first started programming, I had two favorite ways of storing data - INI and arrays. INI for its elegant key/value style. Arrays were just natural because of the way computers think. I spent months trying to mold these two things together; how would you actually store key-value thin…

> JSON is just this beautiful thing that lets you store data however you want. What if I want to store integers? Not floats. Integers.

Or dates? No one would ever need to store dates or times, right?
Post reply on HN