Geddy Lee's Big Beautiful Book of Bass


Book Description

“A treasure trove for any fan of the four-stringed (and occasionally more) instrument.” — Billboard "It's not surprising that sooner or later I'd dive down the proverbial rabbit hole into the world of vintage bass guitars."—Geddy Lee From Rush frontman Geddy Lee's personal collection of vintage electric bass guitars, dating from the 1950s to the 1980s, comes the definitive volume on the subject. Geddy's love of the bass has been nurtured over a lifetime spent in the limelight as one of the world's premier rock bassists. For the past seven years, he's dedicated himself to studying the history of the instrument that's been so essential to his career, collecting hundreds of basses from around the globe. Written with arts journalist Daniel Richler, gorgeously photographed in breathtaking detail by Richard Sibbald, and with insight from Geddy’s trusted bass tech and curator, John "Skully" McIntosh, Geddy Lee’s Big Beautiful Book of Bass profiles over 250 classic basses from Geddy’s extensive collection. Representing every tone in the bass palette, every nuance of the rock and roll genre as well as blues, jazz, pop, and country, this one-of-a-kind collection features so-called "beauty queens"—pristine instruments never lifted from their cases—as well as "road warriors"—well-worn, sweat-soaked basses that proudly show their age and use. Complete with personal commentary from Geddy that showcases his knowledge both as a musician and an aficionado, this luxuriously produced volume is a revelatory look at the heavy hitters in the world of bass—Fender, Gibson/Epiphone, Rickenbacker, Höfner, Ampeg—and lesser known but influential global luthiers such as Antonio Wandr Pioli, Dan Armstrong, and Tony Zemaitis. The book also features interviews with John Paul Jones (Led Zeppelin); Adam Clayton (U2); Robert Trujillo (Metallica); Jeff Tweedy (Wilco); Bill Wyman (The Rolling Stones); Les Claypool (Primus); Bob Daisley (Rainbow); Fender expert and owner of the legendary Gibson Explorer, Bass Ken Collins; veteran guitar tech for The Who, Alan Rogan; plus comments from many other great players across three decades of rock and roll. Written in Geddy's singular voice, this book reveals the stories, songs, and history behind the instruments of his inimitable collection. Complete with an index and a graphically designed timeline of the history of the bass, as well as an up-close look at Geddy's basses on Rush's final R40 Tour, his stage and recording gear from 1968 to 2017, and forewords by author and respected vintage expert, Terry Foster, and Rush band member, Alex Lifeson, Geddy Lee's Big Beautiful Book of Bass is the ultimate compendium for the consummate collector, musician, Rush fan, and anyone who loves the bass guitar.




Public Images


Book Description

The stolen snapshot is a staple of the modern tabloid press, as ubiquitous as it is notorious. The first in-depth history of British tabloid photojournalism, this book explores the origin of the unauthorised celebrity photograph in the early 20th century, tracing its rise in the 1900s through to the first legal trial concerning the right to privacy from photographers shortly after the Second World War. Packed with case studies from the glamorous to the infamous, the book argues that the candid snap was a tabloid innovation that drew its power from Britain's unique class tensions. Used by papers such as the Daily Mirror and Daily Sketch as a vehicle of mass communication, this new form of image played an important and often overlooked role in constructing the idea of the press photographer as a documentary eyewitness. From Edward VIII and Wallis Simpson to aristocratic debutantes Lady Diana Cooper and Margaret Whigham, the rage of the social elite at being pictured so intimately without permission was matched only by the fascination of working class readers, while the relationship of the British press to social, economic and political power was changed forever.Initially pioneered in the metropole, tabloid-style photojournalism soon penetrated the journalistic culture of most of the globe. This in-depth account of its social and cultural history is an invaluable source of new research for historians of photography, journalism, visual culture, media and celebrity studies.




Images in Mind


Book Description

In archaic and classical Greece, statues played a constant role in people's religious, political, economic, aesthetic, and mental lives. Evidence of many kinds demonstrates that ancient Greeks thought about--and interacted with--statues in ways very different from our own. This book recovers ancient thinking about statues by approaching them through contemporary literary sources. It not only shows that ancient viewers conceived of images as more operative than aesthetic, but additionally reveals how poets and philosophers found in sculpture a practice ''good to think with.'' Deborah Tarn Steiner considers how Greek authors used images to ponder the relation of a copy to an original and of external appearance to inner reality. For these writers, a sculpture could straddle life and death, encode desire, or occasion reflection on their own act of producing a text. Many of the same sources also reveal how thinking about statues was reflected in the objects' everyday treatment. Viewing representations of gods and heroes as vessels hosting a living force, worshippers ritually washed, clothed, and fed them in order to elicit the numinous presence within. By reading the plastic and verbal sources together, this book offers new insights into classical texts while illuminating the practices surrounding the design, manufacture, and deployment of ancient images. Its argument that images are properly objects of cultural and social--rather than purely aesthetic--study will attract art historians, cultural historians, and anthropologists, as well as classicists.




Shrines and Miraculous Images


Book Description

William Taylor explores the use of local and regional shrines, and devotion to images of Christ and Mary, including Our Lady of Guadalupe, to get to the heart of the politics and practices of faith in Mexico before the Reforma.




Logging in Action


Book Description

Make log processing a real asset to your organization with powerful and free open source tools. In Logging in Action you will learn how to: Deploy Fluentd and Fluent Bit into traditional on-premises, IoT, hybrid, cloud, and multi-cloud environments, both small and hyperscaled Configure Fluentd and Fluent Bit to solve common log management problems Use Fluentd within Kubernetes and Docker services Connect a custom log source or destination with Fluentd’s extensible plugin framework Logging best practices and common pitfalls Logging in Action is a guide to optimize and organize logging using the CNCF Fluentd and Fluent Bit projects. You’ll use the powerful log management tool Fluentd to solve common log management, and learn how proper log management can improve performance and make management of software and infrastructure solutions easier. Through useful examples like sending log-driven events to Slack, you’ll get hands-on experience applying structure to your unstructured data. About the technology Don’t fly blind! An effective logging system can help you see and correct problems before they cripple your software. With the Fluentd log management tool, it’s a snap to monitor the behavior and health of your software and infrastructure in real time. Designed to collect and process log data from multiple sources using the industry-standard JSON format, Fluentd delivers a truly unified logging layer across all your systems. About the book Logging in Action teaches you to record and analyze application and infrastructure data using Fluentd. Using clear, relevant examples, it shows you exactly how to transform raw system data into a unified stream of actionable information. You’ll discover how logging configuration impacts the way your system functions and set up Fluentd to handle data from legacy IT environments, local data centers, and massive Kubernetes-driven distributed systems. You’ll even learn how to implement complex log parsing with RegEx and output events to MongoDB and Slack. What's inside Capture log events from a wide range of systems and software, including Kubernetes and Docker Connect to custom log sources and destinations Employ Fluentd’s extensible plugin framework Create a custom plugin for niche problems About the reader For developers, architects, and operations professionals familiar with the basics of monitoring and logging. About the author Phil Wilkins has spent over 30 years in the software industry. Has worked for small startups through to international brands. Table of Contents PART 1 FROM ZERO TO “HELLO WORLD” 1 Introduction to Fluentd 2 Concepts, architecture, and deployment of Fluentd PART 2 FLUENTD IN DEPTH 3 Using Fluentd to capture log events 4 Using Fluentd to output log events 5 Routing log events 6 Filtering and extrapolation PART 3 BEYOND THE BASICS 7 Performance and scaling 8 Driving logs with Docker and Kubernetes 9 Creating custom plugins PART 4 GOOD LOGGING PRACTICES AND FRAMEWORKS TO MAXIMIZE LOG VALUE 10 Logging best practices 11 Logging frameworks




Learn Docker in a Month of Lunches


Book Description

Summary Go from zero to production readiness with Docker in 22 bite-sized lessons! Learn Docker in a Month of Lunches is an accessible task-focused guide to Docker on Linux, Windows, or Mac systems. In it, you’ll learn practical Docker skills to help you tackle the challenges of modern IT, from cloud migration and microservices to handling legacy systems. There’s no excessive theory or niche-use cases—just a quick-and-easy guide to the essentials of Docker you’ll use every day. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology The idea behind Docker is simple: package applica­tions in lightweight virtual containers that can be easily installed. The results of this simple idea are huge! Docker makes it possible to manage applications without creating custom infrastructures. Free, open source, and battle-tested, Docker has quickly become must-know technology for developers and administrators. About the book Learn Docker in a Month of Lunches introduces Docker concepts through a series of brief hands-on lessons. Follow­ing a learning path perfected by author Elton Stoneman, you’ll run containers by chapter 2 and package applications by chapter 3. Each lesson teaches a practical skill you can practice on Windows, macOS, and Linux systems. By the end of the month you’ll know how to containerize and run any kind of application with Docker. What's inside Package applications to run in containers Put containers into production Build optimized Docker images Run containerized apps at scale About the reader For IT professionals. No previous Docker experience required. About the author Elton Stoneman is a consultant, a former architect at Docker, a Microsoft MVP, and a Pluralsight author. Table of Contents PART 1 - UNDERSTANDING DOCKER CONTAINERS AND IMAGES 1. Before you begin 2. Understanding Docker and running Hello World 3. Building your own Docker images 4. Packaging applications from source code into Docker Images 5. Sharing images with Docker Hub and other registries 6. Using Docker volumes for persistent storage PART 2 - RUNNING DISTRIBUTED APPLICATIONS IN CONTAINERS 7. Running multi-container apps with Docker Compose 8. Supporting reliability with health checks and dependency checks 9. Adding observability with containerized monitoring 10. Running multiple environments with Docker Compose 11. Building and testing applications with Docker and Docker Compose PART 3 - RUNNING AT SCALE WITH A CONTAINER ORCHESTRATOR 12. Understanding orchestration: Docker Swarm and Kubernetes 13. Deploying distributed applications as stacks in Docker Swarm 14. Automating releases with upgrades and rollbacks 15. Configuring Docker for secure remote access and CI/CD 16. Building Docker images that run anywhere: Linux, Windows, Intel, and Arm PART 4 - GETTING YOUR CONTAINERS READY FOR PRODUCTION 17. Optimizing your Docker images for size, speed, and security 18. Application configuration management in containers 19. Writing and managing application logs with Docker 20. Controlling HTTP traffic to containers with a reverse proxy 21. Asynchronous communication with a message queue 22. Never the end




The New Standard Encyclopedia


Book Description




Unseemly Pictures


Book Description

This engaging book is the first full study of the satirical print in seventeenth-century England from the rule of James I to the Regicide. It considers graphic satire both as a particular pictorial category within the wider medium of print and as a vehicle for political agitation, criticism, and debate. Helen Pierce demonstrates that graphic satire formed an integral part of a wider culture of political propaganda and critique during this period, and she presents many witty and satirical prints in the context of such related media as manuscript verses, ballads, pamphlets, and plays. She also challenges the commonly held notion that a visual iconography of politics and satire in England originated during the 1640s, tracing the roots of this iconography back into native and European graphic cultures and traditions. Published for the Paul Mellon Centre for Studies in British Art




The Sins of the Fathers


Book Description

National identity and political legitimacy always involve a delicate balance between remembering and forgetting. All nations have elements in their past that they would prefer to pass over—the catalog of failures, injustices, and horrors committed in the name of nations, if fully acknowledged, could create significant problems for a country trying to move on and take action in the present. Yet denial and forgetting carry costs as well. Nowhere has this precarious balance been more potent, or important, than in the Federal Republic of Germany, where the devastation and atrocities of two world wars have weighed heavily in virtually every moment and aspect of political life. The Sins of the Fathers confronts that difficulty head-on, exploring the variety of ways that Germany’s leaders since 1949 have attempted to meet this challenge, with a particular focus on how those approaches have changed over time. Jeffrey K. Olick asserts that other nations are looking to Germany as an example of how a society can confront a dark past—casting Germany as our model of difficult collective memory.




Cisco pyATS — Network Test and Automation Solution


Book Description

Unlock the power of automated network testing with the Cisco pyATS framework. Written by industry experts John Capobianco and Dan Wade, Cisco pyATS—Network Test and Automation Solution is a comprehensive guide to theCisco pyATS framework, a Python-based environment for network testing, device configuration, parsing, APIs, and parallel programming. Capobianco and Wade offer in-depth insights into the extensive capabilities of pyATS and the pyATS library (Genie). You’ll learn how to leverage pyATS for network testing, including software version testing, interface testing, neighbor testing, and reachability testing. You’ll discover how to generate intent-based configurations, create mock devices, and integrate pyATS into larger workflows using CI/CD pipelines and artificial intelligence. You’ll explore the pyATS Blitz feature, which introduces a low-code no-code approach to network testing by allowing you to configure devices and write test cases using YAML, much like Ansible. And you’ll learn how to reset devices during or after testing with the pyATS Clean feature, build a pyATS image from scratch for containerized application deployment, and much more. Whether you’re a network professional, software developer, or preparing for the Cisco DevNet Expert Lab exam, this book is a must-have resource. Understand the foundations of NetDevOps and the modern network engineer’s toolkit Install, upgrade, and work with the pyATS framework and library Define test cases, control the flow of test execution, and review test results with built-in reporting features Generate automated network documentation with Jinja2 templates and Genie Conf objects Apply CI/CD practices in network automation with GitLab, Ansible, and pyATS Leverage artificial intelligence in pyATS for enhanced network automation