DOING SOMETHING USEFUL


Book Description

CONTINUATION OF TONY WESTON'S POETRY DIARY DEALING WITH THE EVERYDAY FASCINATIONS OF LIFE




The First 20 Hours


Book Description

Forget the 10,000 hour rule— what if it’s possible to learn the basics of any new skill in 20 hours or less? Take a moment to consider how many things you want to learn to do. What’s on your list? What’s holding you back from getting started? Are you worried about the time and effort it takes to acquire new skills—time you don’t have and effort you can’t spare? Research suggests it takes 10,000 hours to develop a new skill. In this nonstop world when will you ever find that much time and energy? To make matters worse, the early hours of prac­ticing something new are always the most frustrating. That’s why it’s difficult to learn how to speak a new language, play an instrument, hit a golf ball, or shoot great photos. It’s so much easier to watch TV or surf the web . . . In The First 20 Hours, Josh Kaufman offers a systematic approach to rapid skill acquisition— how to learn any new skill as quickly as possible. His method shows you how to deconstruct com­plex skills, maximize productive practice, and remove common learning barriers. By complet­ing just 20 hours of focused, deliberate practice you’ll go from knowing absolutely nothing to performing noticeably well. Kaufman personally field-tested the meth­ods in this book. You’ll have a front row seat as he develops a personal yoga practice, writes his own web-based computer programs, teaches himself to touch type on a nonstandard key­board, explores the oldest and most complex board game in history, picks up the ukulele, and learns how to windsurf. Here are a few of the sim­ple techniques he teaches: Define your target performance level: Fig­ure out what your desired level of skill looks like, what you’re trying to achieve, and what you’ll be able to do when you’re done. The more specific, the better. Deconstruct the skill: Most of the things we think of as skills are actually bundles of smaller subskills. If you break down the subcompo­nents, it’s easier to figure out which ones are most important and practice those first. Eliminate barriers to practice: Removing common distractions and unnecessary effort makes it much easier to sit down and focus on deliberate practice. Create fast feedback loops: Getting accu­rate, real-time information about how well you’re performing during practice makes it much easier to improve. Whether you want to paint a portrait, launch a start-up, fly an airplane, or juggle flaming chain­saws, The First 20 Hours will help you pick up the basics of any skill in record time . . . and have more fun along the way.










World Wide Waste: How Digital Is Killing Our Planet—and What We Can Do About It


Book Description

Speaking out when it's unpopular. Back in the day, Henry David Thoreau raged at the robber barons-the big shots of their age, despoiling the environment in the name of progress. Deep in the throes of the seemingly unstoppable growth of tech, a modern-day Thoreau has emerged in the guise of Gerry McGovern-decrying the massive, hidden negative impacts of tech on the environment. McGovern has thoroughly documented in World Wide Waste how tech damages the Earth-and what we should be doing about it. It is not just the acres of discarded computer hardware conveniently dumped in Third World countries. Every time an email is downloaded it contributes to global warming. Every tweet, search, check of a webpage creates pollution. Digital is physical. Those data centers are not in the Cloud. They're on land in massive physical buildings packed full of computers hungry for energy. It seems invisible. It seems cheap and free. It's not. Digital costs the Earth.




Cultivating Personal and Organizational Effectiveness


Book Description

Cultivating Personal and Organizational Effectiveness presents a holistic understanding of personal and organizational development. It builds on the African concept of personhood and community known as ubuntu and draws on insights from the wisdom contained in African proverbs. Malunga shows that the human spirit is the missing link or ingredient in most change efforts and initiatives. Most individuals and organizations are not able to surface, identify, and confront their shadows to enable lasting transformation because they do not go deep enough to touch and unleash the human spirit. Cultivating Personal and Organizational Effectiveness aims to raise the consciousness of the significance of the human spirit in personal and organizational development. The book discusses the concept and indispensability of the human spirit, the stages of spiritual development, ways to cultivate the human spirit, and the place of the human spirit in personal and organizational effectiveness.




Take Sylvia's Case


Book Description

War correspondents sometimes lose their nerve. Sylvia is no exception. An ambush kills her three colleagues. She barely escapes with her life. Her body is shattered. Single, middle-aged, demoralized from several failed love affairs, her career in jeopardy, Sylvia's perspective has become fear driven and distorted.A lover from twenty-five years back, the most important man in her life, unaccountably resurfaces, adding to her sense of crisis. And worse, her only friend suddenly dies from cancer. Sylvia has no one to confide in. She is forced to examine the premise of her life entirely on her own. Faulty assumptions and conclusions abound. She tells her story to an invisible "counselor," weaving past and present to a climactic and satisfying ending which surprises her and the reader.




kotlin From A to Z


Book Description

Overview Kotlin is a great 􀁄t for developing server-side applications, allowing you to write concise and expressive code while maintaining full compatibility with existing Java-based technology stacks and a smooth learning curve: Expressiveness: Kotlin's innovative language features, such as its support for type-safe builders and delegated properties, help build powerful and easy-to-use abstractions. Scalability: Kotlin's support for coroutines helps build server-side applications that scale to massive numbers of clients with modest hardware requirements. Interoperability: Kotlin is fully compatible with all Java-based frameworks, which lets you stay on your familiar technology stack while reaping the bene􀁄ts of a more modern language. Migration: Kotlin supports gradual, step by step migration of large codebases from Java to Kotlin. You can start writing new code in Kotlin while keeping older parts of your system in Java. Tooling: In addition to great IDE support in general, Kotlin o􀁆ers framework-speci􀁄c tooling (for example, for Spring) in the plugin for IntelliJ IDEA Ultimate. Learning Curve: For a Java developer, getting started with Kotlin is very easy. The automated Java to Kotlin converter included in the Kotlin plugin helps with the 􀁄rst steps. Kotlin Koans o􀁆er a guide through the key features of the language with a series of interactive exercises. Spring makes use of Kotlin's language features to o􀁆er more concise APIs, starting with version 5.0. The online project generator allows you to quickly generate a new project in Kotlin. Vert.x, a framework for building reactive Web applications on the JVM, o􀁆ers dedicated support for Kotlin, including full documentation. Ktor is a framework built by JetBrains for creating Web applications in Kotlin, making use of coroutines for high scalability and o􀁆ering an easy-to-use and idiomatic API. kotlinx.html is a DSL that can be used to build HTML in a Web application. It serves as an alternative to traditional templating systems such as JSP and FreeMarker. Using Kotlin for Server-side Development — — — — — — Frameworks for Server-side Development with Kotlin — — — — 7 The available options for persistence include direct JDBC access, JPA, as well as using NoSQL databases through their Java drivers. For JPA, the kotlin-jpa compiler plugin adapts Kotlincompiled classes to the requirements of the framework. Kotlin applications can be deployed into any host that supports Java Web applications, including Amazon Web Services, Google Cloud Platform and more. To deploy Kotlin applications on Heroku, you can follow the o􀁉cial Heroku tutorial. AWS Labs provides a sample project showing the use of Kotlin for writing AWS Lambda functions. Google Cloud Platform o􀁆ers a series of tutorials for deploying Kotlin applications to GCP, both for Ktor and App Engine and Spring and App engine. In addition there is an interactive code lab for deploying a Kotlin Spring application. Corda is an open-source distributed ledger platform, supported by major banks, and built entirely in Kotlin. JetBrains Account, the system responsible for the entire license sales and validation process at JetBrains, is written in 100% Kotlin and has been running in production since 2015 with no major issues. The Creating Web Applications with Http Servlets and Creating a RESTful Web Service with Spring Boot tutorials show you how you can build and run very small Web applications in Kotlin. For a more in-depth introduction to the language, check out the reference documentation on this site and Kotlin Koans. — Deploying Kotlin Server-side Applications Users of Kotlin on the Server Side Next Steps




Doing Member Care Well:


Book Description

This book explores how member care is being practiced around the world to equip sending organizations as they intentionally support their mission/aid personnel. The information provided includes personal accounts, guidelines, case studies, worksheets, and practical advice from all over the globe. “This book delivers what it promises! Here are 50 chapters from the widest selection of writers in the member care field to date.” –Brent Lindquist, President, Link Care Center This book was published in partnership with the World Evangelical Alliance.




Phrasal Verbs of English Language


Book Description

A complete Dictionary and a useful Guide to easily know and use all the Phrasal Verbs of the English Language. #EnglishLanguage #English #PhrasalVerbs #EnglishBook #EnglishBooks #EnglishLessons #EnglishCourse