Skip to main content

The Twitter Trap?

A response to an article titled The Twitter Trap:

First Post

It is how you use technology, and in that vein, how you teach your children to use it.

I find Twitter a fast way to get at authors that I read regularly, to reduce the advertising I would have to weed through scanning newspapers for good articles. I still read long-form articles and books, and have both an iPad and Kindle, but I typically use RSS an Twitter to scan titles and synopses for material to read. Can you see the value of scanning the top level before diving in, particularly with the profusion of material and sources?

As for the other values of Twitter, fun for the witty - brevity as the soul of wit - and diversity. You can come across others outside of your comfort zone, or wade into a lively round of repartee.

Second Post

The number of people remembering entire books was likely very small, since literacy itself is a modern phenomenon.  Progress really has made knowledge more accessible, and literacy greater.  Rather than lament the loss of a few 'freaks' ability to remember texts, one can appreciate that no one needs to do that any longer, no longer needs to waste enormous time and energy to store a single source.

My father had several slide rules for his works with computers in the 50's and 60's, but one should realize how few people could do those kind of calculations, and how inaccessible higher math was to most people.  Now almost all people can do the kind of calculations that at one time took an engineering degree.

This is progress.

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.