Skip to main content

Favorite books post...

To those that got here after reading my post at Richard Dawkins.net I wanted to start a discussion about books , fiction and non fiction and what they mean to you. In this increasingly digitally delivered world, I find reading a good book a great way to clear the mind in order to fill it with other ideas. The books I've read have shaped a great deal of my world view, unlike many people I know I don't read as voraciously (well not non technical subjects anyway) I wonder how close you are to your books? Are you a reader and giver or a reader and keeper? Books I love , I can't part with, I still own the texts that I used in High School (which I was able to procure after the fact) I also have boxes filled with the many (expensive!) texts that I had to buy as I acquired my BS EE degree. How do you treat your books?

Comments

Anonymous said…
Hey David, that was a great posting you left at RD's site. All of the comments have now created for me an insanely impossible list of MORE things to read. I have about 6 - 8 books on the go now, I read about a chapter in each every couple of nights. Its a strange way to read but as long as it is non-fiction I an keep it all seperate. I am a book hoarder but having said that I am intrigued by a website I heard about where you purchase a book, register it on the website, print off a label that you fill in after you read the book, attach said label to book, leave book on a park bench somewhere. The theory is that someone picks the book up, reads it, comments on the webpage listed on the label and repeats. I think it would be interesting to see the travels your freed book would make. I think if I follow up with this my choice in a book would be Demon Haunted World, everyone on the bloody planet should read it at least twice.
Great blog, I will return. BTW is there anything you are not involved in? You have such a canvas of interest and talent. Good on ya.
APPlet (Peter)
David Saintloth said…
Hello Peter, I am glad you enjoyed the details on my books list. As I mentioned in the originating post, I don't read as avidly as many people I know when it comes to fiction. Most of what I do read is restricted to technical subjects (journals, trade publications and magazines) as that has been the focus of my work for the last decade or so. The book sharing idea of that web site you mentioned sounds interesting but it assumes that the next person to find the book will want to just read it and give it away! I have a hard time giving away books (the physical bound entity) especially ones I have learned from but I am totally free (much to the dismay of those who aren't as passionate about the topics) sharing what I learn from them. I am a pack rat in this way of not just books, but pretty much everything. You should have seen my bedroom during my college years...I was storing the notebooks that I used as a 6th grader when I was still in college, the requirements for space in my parents home was the only reason I had to part with them..that's how much of a pack rat I am. For books that I consider dear, it would take my death to get them from me. The ones mentioned on my list easily meet this criteria. Thanks for the comments on the blog, I will try to keep the posts as varied as my interests.

Regards,

David

Popular posts from this blog

the attributes of web 3.0...

As the US economy continues to suffer the doldrums of stagnant investment in many industries, belt tightening budgets in many of the largest cities and continuous rounds of lay offs at some of the oldest of corporations, it is little comfort to those suffering through economic problems that what is happening now, has happened before. True, the severity of the downturn might have been different but the common factors of people and businesses being forced to do more with less is the theme of the times. Like environmental shocks to an ecosystem, stresses to the economic system lead to people hunkering down to last the storm, but it is instructive to realize that during the storm, all that idle time in the shelter affords people the ability to solve previous or existing problems. Likewise, economic downturns enable enterprising individuals and corporations the ability to make bold decisions with regard to marketing , sales or product focus that can lead to incredible gains as the economic ...

Engineers versus Programmers

I have found as more non formally trained people enter the coding space, the quality of code that results varies in an interesting way. The formalities of learning to code in a structured course at University involve often strong focus on "correctness" and efficiency in the form of big O representations for the algorithms created. Much less focus tends to be placed on what I'll call practical programming, which is the type of code that engineers (note I didn't use "programmers" on purpose) must learn to write. Programmers are what Universities create, students that can take a defined development environment and within in write an algorithm for computing some sequence or traversing a tree or encoding and decoding a string. Efficiency and invariant rules are guiding development missions. Execution time for creating the solution is often a week or more depending on the professor and their style of teaching code and giving out problems. This type of coding is d...

AgilEntity Architecture: Action Oriented Workflow

Permissions, fine grained versus management headache The usual method for determining which users can perform a given function on a given object in a managed system, employs providing those Users with specific access rights via the use of permissions. Often these permissions are also able to be granted to collections called Groups, to which Users are added. The combination of Permissions and Groups provides the ability to provide as atomic a dissemination of rights across the User space as possible. However, this granularity comes at the price of reduced efficiency for managing the created permissions and more importantly the Groups that collect Users designated to perform sets of actions. Essentially the Groups serve as access control lists in many systems, which for the variable and often changing environment of business applications means a need to constantly update the ACL’s (groups) in order to add or remove individuals based on their ability to perform cert...