Skip to main content

Goodreads | I find it shocking that more people... — My Struggle Q&A

Molly Rookwood asked:
I find it shocking that more people haven't commented on the title. I have searched through articles, and while they mention the obvious connection to Hitler, none of them ask about it in detail. WHY would he call it that, and what point is he trying to make? I can't bring myself to read the book, brilliant though it may be, because the title is too horrifying for me to move past.
I think it is like satire, it that can have a double meaning, a differentiation from the original. While in one, Hitler "outlines his political ideology and future plans for Germany", the other has Knausgard describing the "banalities and humiliations of his life." It is in fact a mock of Hitler. As for his point, that is the question that you need to answer, since literature is rarely so cut-and-dried as to plainly state its meaning, but provides one via interpretation.

This is the quote regarding Hitler's Mein Kampf from the article that Dramatika links:
Yes. It is very fascinating and interesting but it is a very boring book by a very indignant man. It's only interesting in light of what happened. In itself it's almost worthless. The strange thing and the thing you can't understand is the hatred towards the Jews. It's so extremely intense. Also, his recollection of his upbringing and his father and his mother is as untrue as it can be. I was interested in this as a representation of the self – that's what I was writing about.

Comments

Popular posts from this blog

Behave: The Biology of Humans at Our Best and Worst by Robert M. Sapolsky My rating: 5 of 5 stars I finished reading this crying. It is a work of neurobiology, social science, anthropology, and history, but ultimately it is a work of great humanity, suggesting ways that humans, our groups, our systems, and our societies can be made better. View all my reviews

A Journey — if You Dare — Into the Minds of Silicon Valley Programmers

My responses in a NY Times comment section for the book, Coders: The Making of a New Tribe and the Remaking of the World by Clive Thompson : #1 - Link Although I've been a software developer for 15 years, and for longer alternating between a project manager, team lead, or analyst, mostly in finance, and now with a cancer center, I found it funny that you blame the people doing the coding for not seeing the harm it could cause. First, most scientific advancement has dark elements, and it is usually not the science but how it is used and sold by business people that is the problem. This leads to the second problem, in that it is not coding that is in itself problematic, but specifically how technology is harnessed to sell. It is normal and desirable to track users, to log actions, to collect telemetry, so as to monitor systems, respond to errors, and to develop new features, but that normal engineering practice has been used to surveil users for the purpose of selling. Blaming

Don't learn to code. Learn to think.

A response to  Don't learn to code. Learn to think. : Below is is my usual response when I see an article stating that everyone should learn to code:  Rather than programming, it is more important to impart the thinking of computer science (CS) than a specific implementation. Programming can be an end point for some students, but it is likely that programming itself will be increasingly automated, so that one needs more the general concepts common in CS. Even then, programming itself is to some degree a grunt task that one progresses beyond:  The following are typical components of a CS degree: algorithms & flowcharting systems thinking logical systems and set theory object-orientation & patterns probability, statistics, mathematics All of the above can be useful in an increasingly automated and data-driven world.