Memory and the Management of Change


Book Description

This book shows how the mnemonic imagination creatively uses the resources of photography and music in the registering and management of change. Looking in particular at major transitions and turning points, it covers key issues of identity for the remembering subject and key scales of remembering in vernacular milieus. The book explores the connections of memory and remembering with transformations in intimate relationships, migration and spatial mobilities, loss and bereavement involving loved ones or those with whom close affinities are felt, resulting in a volume that helps fill the gap in memory studies caused by lack of sustained ethnographic work. Drawing on extensive fieldwork on the processes and practices of remembering in everyday life, it demonstrates how the mnemonic imagination is central to the management of change and transition, and how its cross-temporal interanimations of past, present and future are fostered and facilitated by the visual and sonic resources of photography and recorded music.




Phase Change Memory


Book Description

This book describes the physics of phase change memory devices, starting from basic operation to reliability issues. The book gives a comprehensive overlook of PCM with particular attention to the electrical transport and the phase transition physics between the two states. The book also contains design engineering details on PCM cell architecture, PCM cell arrays (including electrical circuit management), as well as the full spectrum of possible future applications.




Memory and Political Change


Book Description

Examining the role of memory in the transition from totalitarian to democratic systems, this book makes an important contribution to memory studies. It explores memory as a medium of and impediment to change, looking at memory's biological, cultural, narrative and socio-psychological dimensions.




Change Without Pain


Book Description

A refreshingly non-revolutionary approach to change based on ten years of research that shows how transitions can be effective, cost-efficient, and painless In this powerful and refreshing book, he outlines a positive new approach to change called “creative recombination.” Rather than obliterating and then reinventing anew—the change approach advocated by most gurus and “experts” over the last twenty years—creative recombination seeks sustainable, repeatable transformation by using the firm’s existing resources more wisely. Abrahamson identifies five key elements that every company has—people, structures, culture, processes, and networks—and offers a broad toolkit of techniques for recombining, reusing, and redeploying these resources to achieve smoother, more cost-efficient, less painful organizational change.




Seven Steps to Managing Your Memory


Book Description

As you age, you may find yourself worrying about your memory. Where did I put those car keys? What time was my appointment? What was her name again? With more than 41 million Americans over the age of 65 in the United States, the question becomes how much (or, perhaps, what type) of memory loss is to be expected as one gets older and what should trigger a visit to the doctor. Seven Steps to Managing Your Memory addresses these key concerns and more, such as... · What are the signs that suggest your memory problems are more than just part of normal aging? · Is it normal to have concerns about your memory? · What are the markers of mild cognitive impairment, dementia, Alzheimer's, and other neurodegenerative diseases? · How should you convey your memory concerns to your doctor? · What can your doctor do to evaluate your memory? · Which healthcare professional(s) should you see? · What medicines, alternative therapies, diets, and exercises are available to improve your memory? · Can crossword puzzles, computer brain-training games, memory aids, and strategies help strengthen your memory? · What other resources are available when dealing with memory loss? Seven Steps to Managing Your Memory is written in an easy-to-read yet comprehensive style, featuring clinical vignettes and character-based stories that provide real-life examples of how to successfully manage age-related memory loss.




Non-Volatile Memory Database Management Systems


Book Description

This book explores the implications of non-volatile memory (NVM) for database management systems (DBMSs). The advent of NVM will fundamentally change the dichotomy between volatile memory and durable storage in DBMSs. These new NVM devices are almost as fast as volatile memory, but all writes to them are persistent even after power loss. Existing DBMSs are unable to take full advantage of this technology because their internal architectures are predicated on the assumption that memory is volatile. With NVM, many of the components of legacy DBMSs are unnecessary and will degrade the performance of data-intensive applications. We present the design and implementation of DBMS architectures that are explicitly tailored for NVM. The book focuses on three aspects of a DBMS: (1) logging and recovery, (2) storage and buffer management, and (3) indexing. First, we present a logging and recovery protocol that enables the DBMS to support near-instantaneous recovery. Second, we propose a storage engine architecture and buffer management policy that leverages the durability and byte-addressability properties of NVM to reduce data duplication and data migration. Third, the book presents the design of a range index tailored for NVM that is latch-free yet simple to implement. All together, the work described in this book illustrates that rethinking the fundamental algorithms and data structures employed in a DBMS for NVM improves performance and availability, reduces operational cost, and simplifies software development.







Total Recall


Book Description

Discusses the attempt to record an entire life digitally, an enormous undertaking requiring intense attention to detail and the development of memory-emulating technology, and the implications of this research.







Pro .NET Memory Management


Book Description

Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. Pro .NET Memory Management is your comprehensive guide to writing better software by understanding and working with memory management in .NET. Thoroughly vetted by the .NET Team at Microsoft, this book contains 25 valuable troubleshooting scenarios designed to help diagnose challenging memory problems. Readers will also benefit from a multitude of .NET memory management “rules” to live by that introduce methods for writing memory-aware code and the means for avoiding common, destructive pitfalls. What You'll LearnUnderstand the theoretical underpinnings of automatic memory management Take a deep dive into every aspect of .NET memory management, including detailed coverage of garbage collection (GC) implementation, that would otherwise take years of experience to acquire Get practical advice on how this knowledge can be applied in real-world software development Use practical knowledge of tools related to .NET memory management to diagnose various memory-related issuesExplore various aspects of advanced memory management, including use of Span and Memory types Who This Book Is For .NET developers, solution architects, and performance engineers