万本电子书0元读

万本电子书0元读

Practical Security Automation and Testing
Practical Security Automation and Testing
Tony Hsiang-Chih Hsu
¥73.02
Your one stop guide to automating infrastructure security using DevOps and DevSecOps Key Features * Secure and automate techniques to protect web, mobile or cloud services * Automate secure code inspection in C++, Java, Python, and JavaScript * Integrate security testing with automation frameworks like fuzz, BDD, Selenium and Robot Framework Book Description Security automation is the automatic handling of software security assessments tasks. This book helps you to build your security automation framework to scan for vulnerabilities without human intervention. This book will teach you to adopt security automation techniques to continuously improve your entire software development and security testing. You will learn to use open source tools and techniques to integrate security testing tools directly into your CI/CD framework. With this book, you will see how to implement security inspection at every layer, such as secure code inspection, fuzz testing, Rest API, privacy, infrastructure security, and web UI testing. With the help of practical examples, this book will teach you to implement the combination of automation and Security in DevOps. You will learn about the integration of security testing results for an overall security status for projects. By the end of this book, you will be confident implementing automation security in all layers of your software development stages and will be able to build your own in-house security automation platform throughout your mobile and cloud releases. What you will learn * Automate secure code inspection with open source tools and effective secure code scanning suggestions * Apply security testing tools and automation frameworks to identify security vulnerabilities in web, mobile and cloud services * Integrate security testing tools such as OWASP ZAP, NMAP, SSLyze, SQLMap, and OpenSCAP * Implement automation testing techniques with Selenium, JMeter, Robot Framework, Gauntlt, BDD, DDT, and Python unittest * Execute security testing of a Rest API Implement web application security with open source tools and script templates for CI/CD integration * Integrate various types of security testing tool results from a single project into one dashboard Who this book is for The book is for software developers, architects, testers and QA engineers who are looking to leverage automated security testing techniques.
Hands-On Java Deep Learning for Computer Vision
Hands-On Java Deep Learning for Computer Vision
Klevis Ramo
¥54.49
Leverage the power of Java and deep learning to build production-grade Computer Vision applications Key Features * Build real-world Computer Vision applications using the power of neural networks * Implement image classification, object detection, and face recognition * Know best practices on effectively building and deploying deep learning models in Java Book Description Although machine learning is an exciting world to explore, you may feel confused by all of its theoretical aspects. As a Java developer, you will be used to telling the computer exactly what to do, instead of being shown how data is generated; this causes many developers to struggle to adapt to machine learning. The goal of this book is to walk you through the process of efficiently training machine learning and deep learning models for Computer Vision using the most up-to-date techniques. The book is designed to familiarize you with neural networks, enabling you to train them efficiently, customize existing state-of-the-art architectures, build real-world Java applications, and get great results in a short space of time. You will build real-world Computer Vision applications, ranging from a simple Java handwritten digit recognition model to real-time Java autonomous car driving systems and face recognition models. By the end of this book, you will have mastered the best practices and modern techniques needed to build advanced Computer Vision Java applications and achieve production-grade accuracy. What you will learn * Discover neural networks and their applications in Computer Vision * Explore the popular Java frameworks and libraries for deep learning * Build deep neural networks in Java * Implement an end-to-end image classification application in Java * Perform real-time video object detection using deep learning * Enhance performance and deploy applications for production Who this book is for This book is for data scientists, machine learning developers and deep learning practitioners with Java knowledge who want to implement machine learning and deep neural networks in the computer vision domain. You will need to have a basic knowledge of Java programming.
Create React App 2 Quick Start Guide
Create React App 2 Quick Start Guide
Brandon Richey
¥54.49
Integrate your React applications with React to build efficient web services. Key Features * Learn React by building applications with Create React App * Create interactive UIs exploring the latest feature of CRA 2.0 * Build Progressive Web Applications for a more seamless web Book Description If you're a power user and you aren’t happy always reusing default configurations, from previous applications with each new application, then all you need is Create React App (CRA), a tool in the React ecosystem designed to help you create boilerplate code for building a web frontend. This book will help you use CRA to write React programs without significant configuration-related difficulties. With this quick start guide, you will integrate your applications with React to build efficient professional web services.You will learn to design UIs with the features of CRA and template your React applications. By the end of the book, you will be sufficiently skilled to be able to build faster and effective React apps using CRA. What you will learn * Become familiar with React by building applications with Create React App * Make your frontend development hassle free * Create interactive UIs exploring the latest features of CRA 2 * Build modern, React projects with, SASS,and progressive web applications * Develop proxy backend servers and simulate interaction with a full backend * Keep your application fully tested and maintain confidence in your project Who this book is for The book is intended for the web developers who want to jump into building great frontend with React using easy templating solutions.
Neural Network Projects with Python
Neural Network Projects with Python
James Loy
¥73.02
Build your Machine Learning portfolio by creating 6 cutting-edge Artificial Intelligence projects using neural networks in Python Key Features * Discover neural network architectures (like CNN and LSTM) that are driving recent advancements in AI * Build expert neural networks in Python using popular libraries such as Keras * Includes projects such as object detection, face identification, sentiment analysis, and more Book Description Neural networks are at the core of recent AI advances, providing some of the best resolutions to many real-world problems, including image recognition, medical diagnosis, text analysis, and more. This book goes through some basic neural network and deep learning concepts, as well as some popular libraries in Python for implementing them. It contains practical demonstrations of neural networks in domains such as fare prediction, image classification, sentiment analysis, and more. In each case, the book provides a problem statement, the specific neural network architecture required to tackle that problem, the reasoning behind the algorithm used, and the associated Python code to implement the solution from scratch. In the process, you will gain hands-on experience with using popular Python libraries such as Keras to build and train your own neural networks from scratch. By the end of this book, you will have mastered the different neural network architectures and created cutting-edge AI projects in Python that will immediately strengthen your machine learning portfolio. What you will learn * Learn various neural network architectures and its advancements in AI * Master deep learning in Python by building and training neural network * Master neural networks for regression and classification * Discover convolutional neural networks for image recognition * Learn sentiment analysis on textual data using Long Short-Term Memory * Build and train a highly accurate facial recognition security system Who this book is for This book is a perfect match for data scientists, machine learning engineers, and deep learning enthusiasts who wish to create practical neural network projects in Python. Readers should already have some basic knowledge of machine learning and neural networks.
Mastering Distributed Tracing
Mastering Distributed Tracing
Yuri Shkuro
¥90.46
Understand how to apply distributed tracing to microservices-based architectures Key Features * A thorough conceptual introduction to distributed tracing * An exploration of the most important open standards in the space * A how-to guide for code instrumentation and operating a tracing infrastructure Book Description Mastering Distributed Tracing will equip you to operate and enhance your own tracing infrastructure. Through practical exercises and code examples, you will learn how end-to-end tracing can be used as a powerful application performance management and comprehension tool. The rise of Internet-scale companies, like Google and Amazon, ushered in a new era of distributed systems operating on thousands of nodes across multiple data centers. Microservices increased that complexity, often exponentially. It is harder to debug these systems, track down failures, detect bottlenecks, or even simply understand what is going on. Distributed tracing focuses on solving these problems for complex distributed systems. Today, tracing standards have developed and we have much faster systems, making instrumentation less intrusive and data more valuable. Yuri Shkuro, the creator of Jaeger, a popular open-source distributed tracing system, delivers end-to-end coverage of the field in Mastering Distributed Tracing. Review the history and theoretical foundations of tracing; solve the data gathering problem through code instrumentation, with open standards like OpenTracing, W3C Trace Context, and OpenCensus; and discuss the benefits and applications of a distributed tracing infrastructure for understanding, and profiling, complex systems. What you will learn * How to get started with using a distributed tracing system * How to get the most value out of end-to-end tracing * Learn about open standards in the space * Learn about code instrumentation and operating a tracing infrastructure * Learn where distributed tracing fits into microservices as a core function Who this book is for Any developer interested in testing large systems will find this book very revealing and in places, surprising. Every microservice architect and developer should have an insight into distributed tracing, and the book will help them on their way. System administrators with some development skills will also benefit. No particular programming language skills are required, although an ability to read Java, while non-essential, will help with the core chapters.
Securing Network Infrastructure
Securing Network Infrastructure
Sairam Jetty
¥90.46
Plug the gaps in your network’s infrastructure with resilient network security models Key Features * Develop a cost-effective and end-to-end vulnerability management program * Explore best practices for vulnerability scanning and risk assessment * Understand and implement network enumeration with Nessus and Network Mapper (Nmap) Book Description Digitization drives technology today, which is why it’s so important for organizations to design security mechanisms for their network infrastructures. Analyzing vulnerabilities is one of the best ways to secure your network infrastructure. This Learning Path begins by introducing you to the various concepts of network security assessment, workflows, and architectures. You will learn to employ open source tools to perform both active and passive network scanning and use these results to analyze and design a threat model for network security. With a firm understanding of the basics, you will then explore how to use Nessus and Nmap to scan your network for vulnerabilities and open ports and gain back door entry into a network. As you progress through the chapters, you will gain insights into how to carry out various key scanning tasks, including firewall detection, OS detection, and access management to detect vulnerabilities in your network. By the end of this Learning Path, you will be familiar with the tools you need for network scanning and techniques for vulnerability scanning and network protection. This Learning Path includes content from the following Packt books: * Network Scanning Cookbook by Sairam Jetty * Network Vulnerability Assessment by Sagar Rahalkar What you will learn * Explore various standards and frameworks for vulnerability assessments and penetration testing * Gain insight into vulnerability scoring and reporting * Discover the importance of patching and security hardening * Develop metrics to measure the success of a vulnerability management program * Perform configuration audits for various platforms using Nessus * Write custom Nessus and Nmap scripts on your own * Install and configure Nmap and Nessus in your network infrastructure * Perform host discovery to identify network devices Who this book is for This Learning Path is designed for security analysts, threat analysts, and security professionals responsible for developing a network threat model for an organization. Professionals who want to be part of a vulnerability management team and implement an end-to-end robust vulnerability management program will also find this Learning Path useful.
Hands-On Full Stack Development with Go
Hands-On Full Stack Development with Go
Mina Andrawos
¥73.02
Create a real-world application in Go and explore various frameworks and methodologies for full-stack development Key Features * Organize your isomorphic codebase to enhance the maintainability of your application * Build web APIs and middleware in the Go language by making use of the popular Gin framework * Implement real-time web application functionality with WebSockets Book Description The Go programming language has been rapidly adopted by developers for building web applications. With its impressive performance and ease of development, Go enjoys the support of a wide variety of open source frameworks, for building scalable and high-performant web services and apps. Hands-On Full Stack Development with Go is a comprehensive guide that covers all aspects of full stack development with Go. This clearly written, example-rich book begins with a practical exposure to Go development and moves on to build a frontend with the popular React framework. From there, you will build RESTful web APIs utilizing the Gin framework. After that, we will dive deeper into important software backend concepts, such as connecting to the database via an ORM, designing routes for your services, securing your services, and even charging credit cards via the popular Stripe API. We will also cover how to test, and benchmark your applications efficiently in a production environment. In the concluding chapters, we will cover isomorphic developments in pure Go by learning about GopherJS. As you progress through the book, you'll gradually build a musical instrument online store application from scratch. By the end of the book, you will be confident in taking on full stack web applications in Go. What you will learn * Understand Go programming by building a real-world application * Learn the React framework to develop a frontend for your application * Understand isomorphic web development utilizing the GopherJS framework * Explore methods to write RESTful web APIs in Go using the Gin framework * Learn practical topics such as ORM layers, secure communications, and Stripe's API * Learn methods to benchmark and test web APIs in Go Who this book is for Hands-On Full Stack Development with Go will appeal to developers who are looking to start building amazing full stack web applications in Go. Basic knowhow of Go language and JavaScript is expected. The book targets web developers who are looking to move to the Go language.
Hands-On Machine Learning with IBM Watson
Hands-On Machine Learning with IBM Watson
James D. Miller
¥73.02
Learn how to build complete machine learning systems with IBM Cloud and Watson Machine learning services Key Features * Implement data science and machine learning techniques to draw insights from real-world data * Understand what IBM Cloud platform can help you to implement cognitive insights within applications * Understand the role of data representation and feature extraction in any machine learning system Book Description IBM Cloud is a collection of cloud computing services for data analytics using machine learning and artificial intelligence (AI). This book is a complete guide to help you become well versed with machine learning on the IBM Cloud using Python. Hands-On Machine Learning with IBM Watson starts with supervised and unsupervised machine learning concepts, in addition to providing you with an overview of IBM Cloud and Watson Machine Learning. You'll gain insights into running various techniques, such as K-means clustering, K-nearest neighbor (KNN), and time series prediction in IBM Cloud with real-world examples. The book will then help you delve into creating a Spark pipeline in Watson Studio. You will also be guided through deep learning and neural network principles on the IBM Cloud using TensorFlow. With the help of NLP techniques, you can then brush up on building a chatbot. In later chapters, you will cover three powerful case studies, including the facial expression classification platform, the automated classification of lithofacies, and the multi-biometric identity authentication platform, helping you to become well versed with these methodologies. By the end of this book, you will be ready to build efficient machine learning solutions on the IBM Cloud and draw insights from the data at hand using real-world examples. What you will learn * Understand key characteristics of IBM machine learning services * Run supervised and unsupervised techniques in the cloud * Understand how to create a Spark pipeline in Watson Studio * Implement deep learning and neural networks on the IBM Cloud with TensorFlow * Create a complete, cloud-based facial expression classification solution * Use biometric traits to build a cloud-based human identification system Who this book is for This beginner-level book is for data scientists and machine learning engineers who want to get started with IBM Cloud and its machine learning services using practical examples. Basic knowledge of Python and some understanding of machine learning will be useful.
Mastering MongoDB 4.x
Mastering MongoDB 4.x
Alex Giamas
¥63.21
Leverage the power of MongoDB 4.x to build and administer fault-tolerant database applications Key Features * Master the new features and capabilities of MongoDB 4.x * Implement advanced data modeling, querying, and administration techniques in MongoDB * Includes rich case-studies and best practices followed by expert MongoDB developers Book Description MongoDB is the best platform for working with non-relational data and is considered to be the smartest tool for organizing data in line with business needs. The recently released MongoDB 4.x supports ACID transactions and makes the technology an asset for enterprises across the IT and fintech sectors. This book provides expertise in advanced and niche areas of managing databases (such as modeling and querying databases) along with various administration techniques in MongoDB, thereby helping you become a successful MongoDB expert. The book helps you understand how the newly added capabilities function with the help of some interesting examples and large datasets. You will dive deeper into niche areas such as high-performance configurations, optimizing SQL statements, configuring large-scale sharded clusters, and many more. You will also master best practices in overcoming database failover, and master recovery and backup procedures for database security. By the end of the book, you will have gained a practical understanding of administering database applications both on premises and on the cloud; you will also be able to scale database applications across all servers. What you will learn * Perform advanced querying techniques such as indexing and expressions * Configure, monitor, and maintain a highly scalable MongoDB environment * Master replication and data sharding to optimize read/write performance * Administer MongoDB-based applications on premises or on the cloud * Integrate MongoDB with big data sources to process huge amounts of data * Deploy MongoDB on Kubernetes containers * Use MongoDB in IoT, mobile, and serverless environments Who this book is for This book is ideal for MongoDB developers and database administrators who wish to become successful MongoDB experts and build scalable and fault-tolerant applications using MongoDB. It will also be useful for database professionals who wish to become certified MongoDB professionals. Some understanding of MongoDB and basic database concepts is required to get the most out of this book.
Canon of The Non-Sacred Writings
Canon of The Non-Sacred Writings
Tobin, Richard K.
¥53.86
As Holmesians are aware, the literary works of Sir Arthur Conan Doyle are referred to as the Canon of the Sacred Writings. The title of this collection of short stories reflects my desire to belong to the extensive list of authors and fans that want to grow the literary and entertainment history of Sherlock Holmes. In the five short stories, readers will note Holmes' continued mastery of forensic science and logical reasoning as the cornerstones of resolving the thorny issues presented. Holmes' analysis and deductions are the centerpieces of the stories that form this collection. I hope you enjoy your time with Sherlock.
Blackburn Quiz Book
Blackburn Quiz Book
Cowlin, Chris
¥34.24
Do you support Blackburn Rovers? Are you an expert on all the important players and managers who have shaped the club's glorious past? Can you recall all those memorable matches from days gone by? If so, why not find out how many questions you can answer about your favourite football club with this exciting new quiz book?The Blackburn Quiz Book has been carefully compiled to test your memory of The Rovers over the years. How much do you really know about Alan Shearer, Simon Garner and Jason Wilcox? The time has come to find out and, with 250 questions covering all aspects of Blackburn's history including club honours and records, legendary players, top goalscorers, famous opponents, wins, draws and losses, you are certain to learn something new about the team. Full of fascinating facts, this quiz book is guaranteed to prove a hit with football fans of all ages and is a must-have guide for all Rovers supporters and anyone interested in finding out more about this successful Premier League club.
Golf, A Very Peculiar History
Golf, A Very Peculiar History
Arscott, David
¥58.76
Golf, A Very Peculiar History' takes a sideways look at one of Britain's greatest exports, tracing its history from the earliest ball-in-hole games right up to the scandals that rock its current celebrities and tournaments, with a fair few mulligans in between. From its origins as a strictly men-only, exclusive sport, golf has matured a great deal through the ages and has distanced itself from the elitist pursuit it once was, today allowing players from all creeds and sexes. This ebook takes a look at how these prejudices have (sometimes) been overcome, while indulging you with some of the bizarrest stories known to the world of golf. Just remember, it's not always the caddie's fault...
Imagination Theatre's Sherlock Holmes
Imagination Theatre's Sherlock Holmes
Marcum, David
¥58.76
2017 is the 130th anniversary of the publication of A Study in Scarlet, the first recorded adventure of Sherlock Holmes and Dr. John H. Watson. What an amazing journey it's been! In addition to the pitifully few sixty tales originally presented in The Canon, published between 1887 and 1927, there have been literally thousands of additional Holmes adventures in the form of books, short stories, radio and television episodes, movies, manuscripts, comics, and fan fiction. And yet, for those who are true friends and admirers of the Master Detective of Baker Street, where it is always 1895 (or a few decades on either side of that!) these stories are not enough. Give us more!In March 1998, legendary radio dramatist, producer, writer, director, and founder of Imagination Theatre listened to this request and broadcast the first of an astounding number of Holmes radio shows over their United States network of stations. In the intervening years, 128 original Holmes episodes (and one recently found "e;lost"e; episode"e;) were broadcast before Imagination Theatre closed its doors in early 2017. Additionally, the cast and crew performed their version of the entire Holmes Canon between 2005 and 2016, featuring the same actors as Holmes and Watson, (John Patrick Lowrie and Larry Albert, respectively,) as well as having every script adapted by the same author, M.J. Elliott - something that has never been done before.Astonishingly, this great number of episodes were written by a relatively small group of dramatists. Imagination Theatre's departure from the airwaves left a great void, both in terms of those seeking "e;movies for your mind"e;, but also those wanting new quality stories about the true Sherlock Holmes, set in the correct period, and featuring tales that truthfully represented Holmes and Watson.This book serves both to honor Jim French and his lifetime of achievements, and also Mr. Sherlock Holmes, along with the dramatists, cast, and crew who brought the new adventures to life. Inside this volume, you will find a script by every one of the authors who wrote about Holmes for Imagination Theatre, representing some of the finest new Holmesian storytelling to be found, and honoring the man described by Watson as "e;the best and wisest ... whom I have ever known."e;Featuring fourteen scripts from every writer who contributed to the series run of Imagination Theatre's Sherlock Holmes.
Olympics, A Very Peculiar History
Olympics, A Very Peculiar History
Arscott, David
¥58.76
From its beginnings in Ancient Greek antiquity, right up to its arrival in Great Britain, the home of so many modern sports and favoured pastimes, the Olympic Games have always been a grand and exciting spectacle, whether you're watching a no-holds-barred wrestling match or a mesmerising, freewheeling gymnast. 'The Olympics, A Very Peculiar History' gives an overview of the strange, the unbelievable and the downright bizarre events that have occurred over the many years that this esteemed competition has seen. This ebook features amazing athlete statistics, biographies and records, and well as quirky stories and fascinating facts from the world of the Olympiad.
Sherlock Holmes and The Shadows of St Petersburg
Sherlock Holmes and The Shadows of St Petersburg
Victor, Daniel D
¥68.57
"e;A psychological account of a crime"e; - that's how Fyodor Dostoyevsky described his novel Crime and Punishment, which tells of two horrific axe murders in St. Petersburg. It becomes much more than a mere "e;account,"e; however, when a pair of dead bodies turn up in London's East End, their heads split open by an axe-blade. To Scotland Yard, the crimes are murders to solve. To Sherlock Holmes, they present an intriguing puzzle. But to the literary man, Dr. John H. Watson, they seem a deliberate re-staging of the brutal murders depicted in Dostoyevsky's narrative. If Watson is right, what can be the purpose behind an actual recreation of the fictional killings? Blocking the answer to that question is a mysterious assortment of English and Russian eccentrics, and one can only wonder if the startling revelation at the end will be dramatic enough to set matters straight.
Queen Elizabeth II, A Very Peculiar History
Queen Elizabeth II, A Very Peculiar History
Arscott, David
¥58.76
EIIR Queen Elizabeth II, 60 Years a Queen, A Very Peculiar History' uniquely explores the life and times of Her Majesty Queen Elizabeth II as we approach her 2012 Diamond Jubilee. The story that unfolds is one of doughty determination - the story of a young monarch who finds herself thrust into a new world of relentless public exposure, whose own family turns out to be as frail as everyone else's, but who somehow, for a full 60 years and counting, manages to steer the institution through the choppy waters intact. David Arscott provides an eccentric account of the trials and tribulations that have beset the Queen's reign, from the glamour of her coronation, through the gloom of her 'annus horribilis' to the impending dawn of her Diamond Jubilee.
Rations, A Very Peculiar History
Rations, A Very Peculiar History
Arscott, David
¥58.76
When war broke out in 1939, few knew that they would soon be fighting to survive, let alone how or when it would end. 'Rations: A Very Peculiar History' looks at the measures the British government took to ensure the wellbeing of its people during wartime, and how the British public dealt with it. With some stealing, some hoarding, but most just trying to get by, it was one of the bleakest periods in British history. But there's a reason they called it 'the Blitz spirit' - this title features amazing tales of camaraderie and good humour in the face of bombs and hunger. Featuring incredible food-and-energy-saving recipes used at the time, along with quotes from survivors, 'Rations: A Very Peculiar History' will transport you back to a time when even Buckingham Palace and the Ritz hotel weren't above swapping a bit of venison for a bit of lobster.
What Is History?
What Is History?
Oakeshott, Michael
¥220.63
This highly readable new collection of thirty pieces by Michael Oakeshott, almost all of which are previously unpublished, covers every decade of his intellectual career, and adds significantly to his contributions to the philosophy of historical understanding and political philosophy, as well as to the philosophy of education and aesthetics. The essays were intended mostly for lectures or seminars, and are consequently in an informal style that will be accessible to new readers as well as to those already well acquainted with Oakeshott's works. Early pieces include a long essay 'On the Relations of Philosophy, Poetry, and Reality', and Oakeshott's comments on 'The Cambridge School of Political Science' through which he himself had passed as an undergraduate. The collection also reproduces a substantial wartime essay 'On Peace with Germany'. There are two new essays on the philosophy of education, and the essay which gives the work its title, 'What is History?', is just one of over half a dozen discussions of the nature of historical knowledge. Oakeshott's later sceptical, 'hermeneutic', thought is also well represented by pieces such as 'What is Political Theory?' and 'The Emergence of the History of Thought.' Reviews of books by English and European contemporaries such as Butterfield, Hayek, Voegelin, and Arendt also help to place him in context more clearly than before. The book will be indispensable for all Oakeshott's readers, no matter which area of his thought concerns them most.
Blitz, A Very Peculiar History
Blitz, A Very Peculiar History
Arscott, David
¥58.76
Taking a unique look at how Britain survived the bombing of its major cities, 'The Blitz, A Very Peculiar History' tells a story of blackouts, Bletchley Park and bravery during the darkest (literally) period of World War II. From Dunkirk to Dad's Army, explore the many ways in which Britain tried to foil the incoming bomber planes, featuring quirky stories and fascinating trivia about this period of history. Were German paratroopers really dropped disguised as nuns? Find out the answer to this question and many more even more bizarre ones throughout the course of this amazing tale of sacrifice and survival in the face of adversity.
Avatar-Philosophy (and -Religion) or FAITHEISM
Avatar-Philosophy (and -Religion) or FAITHEISM
Wright, Edmond
¥63.67
Are you prepared, either as an atheist or a religious believer, to have your ideas of God, the self, other people, the body, the soul, spirituality, and faith challenged in an unexpected and original way? Here is a book that moves out from under and away from the received notions of those ponderous topics, whether or not you believe in the divine. The author is a confessed atheist but one who rejects the approach of Richard Dawkins, Christopher Hitchens, Michel Onfray and the rest when they depart from their justifiable criticisms of the historical record of the established creeds and endeavour to rubbish what faith could actually be. The book takes its origin from an exploration of the idea of an avatar; the writing of it was stimulated by seeing the Cameron film, though it subjects that film itself to an assessment of its hidden assumptions. The book finally arrives at specific recommendations for our time, ones to which the argument of the book has been directed throughout.
Vampires, A Very Peculiar History
Vampires, A Very Peculiar History
Macdonald, Fiona
¥58.76
Dragged from the deepest, darkest depths of the 'Very Peculiar History' vaults, this book collects tales of terror, morbid myths and frightening facts that will chill you witless. Introduced by everyone's favourite bloodsucker, Count Dracula, 'Vampires: A Very Peculiar History' features the origin of vampire-like creatures and a biological and mythological look at human blood (including the best places to bite if you were a vampire!) alongside tales of the real-life vampires that may have inspired the first vampire stories. It includes advice on how to spot a vampire as well as how to become one! Even vampires of film, graphic novel and manga get a taste of the action! Don't be scared, be prepared...with 'Vampires, A Very Peculiar History'!