HN user

thirdmunky

35 karma
Posts0
Comments11
View on HN
No posts found.
McMansion Hell 3 years ago

When I was in high school and planning to study architecture, I came across this blog. I'm glad the author is still here and putting out high-quality pieces after all this time.

The author, Kate Wagner, also writes more serious pieces on architecture and housing for The Nation. I recommend taking a look!

https://www.thenation.com/authors/kate-wagner/ (warning: paywall after a few articles)

This is a reductionist take on a complicated question. More environmental damage may mean fewer people in the future. Is more people now worth fewer people or a lower quality of life later?

Also, consider non-humans: how many additional people would make destroying the Great Barrier Reef worth it? If clearcutting the Amazon rainforest would increase the population cap by N, for what values of N would you do it?

H̶u̶m̶a̶n̶ life is beautiful and good.

How can I extend this version to multiple loggers, like the article does? Do I need to write in my application code:

  writeStringToFileAndWrappedSocket(w: WrappedSocket, f:File, s:String) = writeStringToFile(f,s) and writeStringToWrappedSocket(w,s)
If this is written in the library, that is 2^n combinations of file output functions - even worse than the n*m the article complains about.