User Profile

mf2

mf2@bookwyrm.social

Joined 1 month, 3 weeks ago

I like to read non-faction books, mostly.

This link opens in a pop-up window

mf2's books

Stopped Reading

2025 Reading Goal

Success! mf2 has read 6 of 1 books.

Luca Palmieri: Zero To Production In Rust (EBook)

The book takes you on a journey to discover the world of backend development in …

None

For some reason the Rust community loves to write countless lines of boilerplate code to achieve very simple things, and Luca Palmieri is no exception - the book starts out with a simple program, but with each chapter he adds structs, functions, more structs ontop of the existing structs and tons of boilerplate in general, just so that he can save two lines of code at some other place.

Then, he goes on to pull in hundreds of third party packages for an application that is supposed to run on a public server, being exposed under a public port - without batting an eye. There is not even a footnote that running such an mount of third party code might be a security concern. And keep in mind that these hundreds of packages wouldn't be required to accomplish the task at hand in the first place, if it wasn't for …

Lauren Jarrett: The complete idiot's guide to drawing (2000, Alpha Books, ALPHA)

None

This is one of those books where its clear that the author made up some course on how to teach a subject to someone, but the author did not learn the particular subject in this way. That means she can’t even know what’s effective and what’s not; many books are like this.

The book contains lots of rambling and a list of various helping techniques, but it does not actually teach you "how to draw". It expects that you actually can draw and adds some techniques on top which feel like are intended for people that want to go from "I draw as a hobby 8h/day" to "I want to draw professionally and sell my pictures".

For instance, in the very beginning, you are supposed to draw a profile of a person – but the author just assumes that you can do this. I can’t. And the book does not …

Tom Limoncelli, Thomas Limoncelli: Time management for system administrators (2006, O'Reilly)

None

While this book has good tips and strategies, it is written in a very cringe-worthy style, with

1. Unfunny comics
2. Stupid pseudo-quotations of the reader
3. Various mindless rambling how the author thinks he is the coolest guy who ever walked the earth and how he wants to date a porn star; why this was included is beyond me, and this really shows that the time when the name O’Reilly stood for quality is long gone.

This is one of those books that fits Mortimer Adler’s category “hardly worth skimming”. Skim it for the useful parts if you can get it cheap, but don’t invest too much time into it.

None

While this is a sufficient introduction to JavaScript for C(++) programmers, this book falls short on a couple of things.

1. There are no solutions to the exercises. Of course if you study the material thoroughly, refer to other sources etc. you can solve all of them, but this takes a lot of time and therefore is hardly for the "impatient", as the title promises. Even worse is that the text sometimes refers to an exercise, but without the solution you have no choice but to skip this part, if you have as little time as the author suspects.

2. While the material is well presented and well explained (I had almost never the need to refer to other sources for understanding), the book is not very engaging. This is an issue in a lot of programming books, where the material is presented like in an encyclopedia, without building any …