Memory and the Management of Change

Memory and the Management of Change

Author: Emily Keightley

Publisher: Springer

Published: 2017-11-09

Total Pages: 230

ISBN-13: 3319587447

DOWNLOAD EBOOK

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

Phase Change Memory

Author: Andrea Redaelli

Publisher: Springer

Published: 2017-11-18

Total Pages: 342

ISBN-13: 3319690531

DOWNLOAD EBOOK

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

Memory and Political Change

Author: A. Assmann

Publisher: Palgrave Macmillan

Published: 2011-11-08

Total Pages: 0

ISBN-13: 9780230301993

DOWNLOAD EBOOK

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

Change Without Pain

Author: Eric Abrahamson

Publisher: Harvard Business Press

Published: 2004

Total Pages: 218

ISBN-13: 9781578518272

DOWNLOAD EBOOK

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.


Discovering the Brain

Discovering the Brain

Author: National Academy of Sciences

Publisher: National Academies Press

Published: 1992-01-01

Total Pages: 195

ISBN-13: 0309045290

DOWNLOAD EBOOK

The brain ... There is no other part of the human anatomy that is so intriguing. How does it develop and function and why does it sometimes, tragically, degenerate? The answers are complex. In Discovering the Brain, science writer Sandra Ackerman cuts through the complexity to bring this vital topic to the public. The 1990s were declared the "Decade of the Brain" by former President Bush, and the neuroscience community responded with a host of new investigations and conferences. Discovering the Brain is based on the Institute of Medicine conference, Decade of the Brain: Frontiers in Neuroscience and Brain Research. Discovering the Brain is a "field guide" to the brainâ€"an easy-to-read discussion of the brain's physical structure and where functions such as language and music appreciation lie. Ackerman examines: How electrical and chemical signals are conveyed in the brain. The mechanisms by which we see, hear, think, and pay attentionâ€"and how a "gut feeling" actually originates in the brain. Learning and memory retention, including parallels to computer memory and what they might tell us about our own mental capacity. Development of the brain throughout the life span, with a look at the aging brain. Ackerman provides an enlightening chapter on the connection between the brain's physical condition and various mental disorders and notes what progress can realistically be made toward the prevention and treatment of stroke and other ailments. Finally, she explores the potential for major advances during the "Decade of the Brain," with a look at medical imaging techniquesâ€"what various technologies can and cannot tell usâ€"and how the public and private sectors can contribute to continued advances in neuroscience. This highly readable volume will provide the public and policymakersâ€"and many scientists as wellâ€"with a helpful guide to understanding the many discoveries that are sure to be announced throughout the "Decade of the Brain."


In-Memory Data Management

In-Memory Data Management

Author: Hasso Plattner

Publisher: Springer Science & Business Media

Published: 2012-04-17

Total Pages: 286

ISBN-13: 3642295754

DOWNLOAD EBOOK

In the last fifty years the world has been completely transformed through the use of IT. We have now reached a new inflection point. This book presents, for the first time, how in-memory data management is changing the way businesses are run. Today, enterprise data is split into separate databases for performance reasons. Multi-core CPUs, large main memories, cloud computing and powerful mobile devices are serving as the foundation for the transition of enterprises away from this restrictive model. This book provides the technical foundation for processing combined transactional and analytical operations in the same database. In the year since we published the first edition of this book, the performance gains enabled by the use of in-memory technology in enterprise applications has truly marked an inflection point in the market. The new content in this second edition focuses on the development of these in-memory enterprise applications, showing how they leverage the capabilities of in-memory technology. The book is intended for university students, IT-professionals and IT-managers, but also for senior management who wish to create new business processes.


Seven Steps to Managing Your Memory

Seven Steps to Managing Your Memory

Author: Andrew E. Budson MD

Publisher: Oxford University Press

Published: 2017-07-01

Total Pages: 345

ISBN-13: 0190494972

DOWNLOAD EBOOK

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.


Delphi Memory Management

Delphi Memory Management

Author: Dalija Prasnikar

Publisher: Createspace Independent Publishing Platform

Published: 2018-06-24

Total Pages: 378

ISBN-13: 9781721654901

DOWNLOAD EBOOK

Memory management. One of the most basic parts of software development, often kept on the side even though it has the most profound effect on how we write our code. Delphi provides a variety of types with their own memory management logic, as well as two sets of compilers that provide different memory management systems for classes. * Classic Delphi compiler currently supported on Windows and OSX platforms - using manual memory management while providing ARC for certain types. * Next generation ARC Delphi compiler supported on mobile Android and iOS platforms, as well as Linux - using full ARC - Automatic Reference Counting memory management system. Each memory management system has its good and bad sides. Each offers solutions to some problems, but creates a whole range of other problems. And each requires slightly different coding patterns and practices. Knowing the strengths and weaknesses and understanding how memory management system(s) work goes hand-in-hand with writing clean, bug-free and maintainable code. Both compilers are covered in detail, as well as coding patterns required for writing cross-compiler code that must run under both. From manual memory management, to garbage collection, different memory management systems differ not only by the general category they fall in, but also by implementation. And all those fine implementation details also have a great impact on actual code. From the perspective of the everyday software development process discussing memory management is impossible without discussing its specific implementation in specific languages and toolsets.


Non-Volatile Memory Database Management Systems

Non-Volatile Memory Database Management Systems

Author: Joy Arulraj

Publisher: Springer Nature

Published: 2022-06-01

Total Pages: 173

ISBN-13: 3031018680

DOWNLOAD EBOOK

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.