The Persistence of Technology

The Persistence of Technology
Author: Stefan Krebs
Publisher: transcript Verlag
Total Pages: 293
Release: 2021-09-30
Genre: History
ISBN: 3839447410

Repair, reuse and disposal are closely interlinked phenomena related to the service lives and persistence of technologies. When technical artefacts become old and worn out, decisions have to be taken: is it necessary, worthwhile or even possible to maintain and repair, reuse or dismantle them - or must they be discarded? These decisions depend on factors such as the availability of second-hand markets, repair infrastructures and dismantling or disposal facilities. In telling the stories of China's power grid, Canadian telephones, German automobiles and India's shipbreaking business, among others, the contributions in this volume highlight the persistence of technologies and show that maintenance and repair are not obsolete in modern industries and consumer societies.

Persistence in the Enterprise

Persistence in the Enterprise
Author: Roland Barcia
Publisher: Addison-Wesley Professional
Total Pages: 467
Release: 2008-05-01
Genre: Business & Economics
ISBN: 0132704382

The Definitive Guide to Today’s Leading Persistence Technologies Persistence in the Enterprise is a unique, up-to-date, and objective guide to building the persistence layers of enterprise applications. Drawing on their extensive experience, five leading IBM® Web development experts carefully review the issues and tradeoffs associated with persistence in large-scale, business-critical applications. The authors offer a pragmatic, consistent comparison of each leading framework--both proprietary and open source. Writing for IT managers, architects, administrators, developers, and testers, the authors address a broad spectrum of issues, ranging from coding complexity and flexibility to scalability and licensing. In addition, they demonstrate each framework side by side, via a common example application. With their guidance, you’ll learn how to define your persistence requirements, choose the most appropriate solutions, and build systems that maximize both performance and value. Coverage includes Taking an end-to-end application architecture view of persistence Understanding business drivers, IT requirements, and implementation issues Driving your persistence architecture via functional, nonfunctional, and domain requirements Modeling persistence domains Mapping domain models to relational databases Building a yardstick for comparing persistence frameworks and APIs Selecting the right persistence technologies for your applications Comparing JDBCTM, Apache iBATIS, Hibernate Core, Apache OpenJPA, and pureQuery The companion web site includes sample code that implements the common example used throughout the technology evaluation chapters, 5-9. The IBM Press developerWorks® Series is a unique undertaking in which print books and the Web are mutually supportive. The publications in this series are complemented by resources on the developerWorks Web site on ibm.com. Icons throughout the book alert the reader to these valuable resources.

Race After Technology

Race After Technology
Author: Ruha Benjamin
Publisher: John Wiley & Sons
Total Pages: 172
Release: 2019-07-09
Genre: Social Science
ISBN: 1509526439

From everyday apps to complex algorithms, Ruha Benjamin cuts through tech-industry hype to understand how emerging technologies can reinforce White supremacy and deepen social inequity. Benjamin argues that automation, far from being a sinister story of racist programmers scheming on the dark web, has the potential to hide, speed up, and deepen discrimination while appearing neutral and even benevolent when compared to the racism of a previous era. Presenting the concept of the “New Jim Code,” she shows how a range of discriminatory designs encode inequity by explicitly amplifying racial hierarchies; by ignoring but thereby replicating social divisions; or by aiming to fix racial bias but ultimately doing quite the opposite. Moreover, she makes a compelling case for race itself as a kind of technology, designed to stratify and sanctify social injustice in the architecture of everyday life. This illuminating guide provides conceptual tools for decoding tech promises with sociologically informed skepticism. In doing so, it challenges us to question not only the technologies we are sold but also the ones we ourselves manufacture. Visit the book's free Discussion Guide: www.dropbox.com

Technology and the African-American Experience

Technology and the African-American Experience
Author: Bruce Sinclair
Publisher: MIT Press
Total Pages: 258
Release: 2004
Genre: History
ISBN: 9780262195041

The intersection of race and technology: blackcreativity and the economic and social functions of the myth ofdisengenuity.

Spring Persistence with Hibernate

Spring Persistence with Hibernate
Author: Paul Fisher
Publisher: Apress
Total Pages: 179
Release: 2016-05-31
Genre: Computers
ISBN: 1484202686

Learn how to use the core Hibernate APIs and tools as part of the Spring Framework. This book illustrates how these two frameworks can be best utilized. Other persistence solutions available in Spring are also shown including the Java Persistence API (JPA). Spring Persistence with Hibernate, Second Edition has been updated to cover Spring Framework version 4 and Hibernate version 5. After reading and using this book, you'll have the fundamentals to apply these persistence solutions into your own mission-critical enterprise Java applications that you build using Spring. Persistence is an important set of techniques and technologies for accessing and using data, and ensuring that data is mobile regardless of specific applications and contexts. In Java development, persistence is a key factor in enterprise, e-commerce, and other transaction-oriented applications. Today, the agile and open source Spring Framework is the leading out-of-the-box, open source solution for enterprise Java developers; in it, you can find a number of Java persistence solutions. What You'll Learn Use Spring Persistence, including using persistence tools in Spring as well as choosing the best Java persistence frameworks outside of Spring Take advantage of Spring Framework features such as Inversion of Control (IoC), aspect-oriented programming (AOP), and more Work with Spring JDBC, use declarative transactions with Spring, and reap the benefits of a lightweight persistence strategy Harness Hibernate and integrate it into your Spring-based enterprise Java applications for transactions, data processing, and more Integrate JPA for creating a well-layered persistence tier in your enterprise Java application Who This Book Is For This book is ideal for developers interested in learning more about persistence framework options on the Java platform, as well as fundamental Spring concepts. Because the book covers several persistence frameworks, it is suitable for anyone interested in learning more about Spring or any of the frameworks covered. Lastly, this book covers advanced topics related to persistence architecture and design patterns, and is ideal for beginning developers looking to learn more in these areas.

The Persistence of Technology

The Persistence of Technology
Author: Stefan Krebs
Publisher: Transcript Verlag, Roswitha Gost, Sigrid Nokel u. Dr. Karin Werner
Total Pages: 400
Release: 2020-03-15
Genre:
ISBN: 9783837647419

Repair, reuse, and disposal are closely interlinked phenomena related to the lives and persistence of technologies. When technical artifacts become old and outworn, decisions have to be taken: is it necessary, worthwhile or even possible to maintain and repair or to reuse or dismantle them--or must one dispose of them? These decisions depend on factors such as the availability of second-hand markets, repair infrastructures, and dismantling or disposal facilities. Telling the stories of, among others, China's power grid, Colombian roads, American telephones, German automobiles, and India's ship breaking business, the contributions in this volume stress the long lives of technologies and show that maintenance and repair are not obsolete in modern industries and consumer societies.

Programming Persistent Memory

Programming Persistent Memory
Author: Steve Scargall
Publisher: Apress
Total Pages: 387
Release: 2020-01-09
Genre: Computers
ISBN: 1484249321

Beginning and experienced programmers will use this comprehensive guide to persistent memory programming. You will understand how persistent memory brings together several new software/hardware requirements, and offers great promise for better performance and faster application startup times—a huge leap forward in byte-addressable capacity compared with current DRAM offerings. This revolutionary new technology gives applications significant performance and capacity improvements over existing technologies. It requires a new way of thinking and developing, which makes this highly disruptive to the IT/computing industry. The full spectrum of industry sectors that will benefit from this technology include, but are not limited to, in-memory and traditional databases, AI, analytics, HPC, virtualization, and big data. Programming Persistent Memory describes the technology and why it is exciting the industry. It covers the operating system and hardware requirements as well as how to create development environments using emulated or real persistent memory hardware. The book explains fundamental concepts; provides an introduction to persistent memory programming APIs for C, C++, JavaScript, and other languages; discusses RMDA with persistent memory; reviews security features; and presents many examples. Source code and examples that you can run on your own systems are included. What You’ll Learn Understand what persistent memory is, what it does, and the value it brings to the industry Become familiar with the operating system and hardware requirements to use persistent memory Know the fundamentals of persistent memory programming: why it is different from current programming methods, and what developers need to keep in mind when programming for persistence Look at persistent memory application development by example using the Persistent Memory Development Kit (PMDK)Design and optimize data structures for persistent memoryStudy how real-world applications are modified to leverage persistent memoryUtilize the tools available for persistent memory programming, application performance profiling, and debugging Who This Book Is For C, C++, Java, and Python developers, but will also be useful to software, cloud, and hardware architects across a broad spectrum of sectors, including cloud service providers, independent software vendors, high performance compute, artificial intelligence, data analytics, big data, etc.

Technology and the Character of Contemporary Life

Technology and the Character of Contemporary Life
Author: Albert Borgmann
Publisher: University of Chicago Press
Total Pages: 311
Release: 2009-08-14
Genre: Social Science
ISBN: 022616358X

Blending social analysis and philosophy, Albert Borgmann maintains that technology creates a controlling pattern in our lives. This pattern, discernible even in such an inconspicuous action as switching on a stereo, has global effects: it sharply divides life into labor and leisure, it sustains the industrial democracies, and it fosters the view that the earth itself is a technological device. He argues that technology has served us as well in conquering hunger and disease, but that when we turn to it for richer experiences, it leads instead to a life dominated by effortless and thoughtless consumption. Borgmann does not reject technology but calls for public conversation about the nature of the good life. He counsels us to make room in a technological age for matters of ultimate concern—things and practices that engage us in their own right.

The Technology Trap

The Technology Trap
Author: Carl Benedikt Frey
Publisher: Princeton University Press
Total Pages: 488
Release: 2020-09-22
Genre: Business & Economics
ISBN: 0691210799

From the Industrial Revolution to the age of artificial intelligence, Carl Benedikt Frey offers a sweeping account of the history of technological progress and how it has radically shifted the distribution of economic and political power among society's members. As the author shows, the Industrial Revolution created unprecedented wealth and prosperity over the long run, but the immediate consequences of mechanization were devastating for large swaths of the population.These trends broadly mirror those in our current age of automation. But, just as the Industrial Revolution eventually brought about extraordinary benefits for society, artificial intelligence systems have the potential to do the same. Benedikt Frey demonstrates that in the midst of another technological revolution, the lessons of the past can help us to more effectively face the present. --From publisher description.