After On: A Novel of Silicon Valley
Rob Reid - 2017
Matters of privacy and government intrusion, post-Tinder romance, nihilistic terrorism, artificial consciousness, synthetic biology, and much more are tackled with authority and brash playfulness by New York Times bestselling author Rob Reid.Meet Phluttr—a diabolically addictive new social network and a villainess, heroine, enemy, and/or bestie to millions. Phluttr has ingested every fact and message ever sent to, from, and about her innumerable users. Her capabilities astound her makers—and they don’t even know the tenth of it. But what’s the purpose of this stunning creation? Is it a front for something even darker and more powerful than the NSA? A bid to create a trillion-dollar market by becoming “The UberX of Sex”? Or a reckless experiment that could spawn the digital equivalent of a middle-school mean girl with enough charisma, dirt, and cunning to bend the entire planet to her will?Phluttr has it in her to become the greatest gossip, flirt, or matchmaker in history. Or she could cure cancer, bring back Seinfeld, then start a nuclear war. Whatever she does, it’s not up to us. But a motley band of Silicon Valley entrepreneurs, venture capitalists, and engineers might be able to influence her.After On achieves the literary singularity—fusing speculative satire and astonishing reality into a sharp-witted, ferociously believable, IMAX-wide view of our digital age.
Spring Boot in Action
Craig Walls - 2015
In it, you’ll learn how to bypass configuration steps so you can focus on your application’s behavior. Spring expert Craig Walls uses interesting and practical examples to teach you both how to use the default settings effectively and how to override and customize Spring Boot for your unique environment. Along the way, you’ll pick up insights from Craig’s years of Spring development experience.
Mastering Emacs
Mickey Petersen - 2015
In the Mastering Emacs ebook you will learn the answers to all the concepts that take weeks, months or even years to truly learn, all in one place.“Emacs is such a hard editor to learn”But why is it so hard to learn? As it turns out, it's almost always the same handful of issues that everyone faces.If you have tried to learn Emacs you will have struggled with the same problems everyone faces, and few tutorials to see you through it.I have dedicated the first half of the book to explaining the essence of Emacs — and in doing so, how to overcome these issues:Memorizing Emacs’s keys: You will learn Emacs one key at a time, starting with the arrow keys. To feel productive in Emacs, it’s important you start on an equal footing — without too many new concepts and keys to memorize. Each chapter will introduce more keys and concepts so you can learn at your own pace. Discovering new modes and features: Emacs is a self-documenting editor, and I will teach you how to use the apropos, info, and describe system to discover new modes and features, or help you find things you forgot! Customizing Emacs: You don’t have to learn Emacs Lisp to alter a lot of Emacs’s functionality. Most changes you want to make are possible using Emacs’s Customize interface and I will show you how to use it efficiently. Understanding the terminology: Emacs is so old it predates almost every other editor and all modern user interfaces. I have an entire chapter dedicated to the unique terminology in Emacs; how it is different from other editors, and what that means to you.
Floating in Space
Naela Ali - 2018
Have you ever felt likeyou’re floating in space?Have you ever felt likeyour body suddenly loses its weightand your mind wanders aroundto a place where infinity seems possible?Have you ever been in love?
Austin Mahone: Just How It Happened: My Official Story
Austin Mahone - 2014
Complete with exclusive photos and stories from his childhood as well as lots of behind-the-scenes fun, Austin's first official book will give you the glimpse into his life you can't get by following him on Twitter. Mahomies, this book is for you!
Daniel's 70 Week's: Profiles in Prophecy
Chuck Missler - 2000
Do you know the Most Amazing Passage in the entire Bible?In this study of Daniel's 70 Weeks, you will discover this amazing prophecy in the Old Testament predicted the very day that Jesus presented Himself as the Meschiach Nagid, the Messiah the King, to Jerusalem.The Seventy Week Prophecy of Daniel 9 includes the most incredible validation of Jesus Christ as the Messiah, which He held them accountable to have known.In a confidential briefing to His disciples, Jesus also highlights this passage as the key to understanding all other prophecies concerning His return.It is essential to understanding the Book of Revelation and other related passage
Bandit Algorithms for Website Optimization
John Myles White - 2012
Author John Myles White shows you how this powerful class of algorithms can help you boost website traffic, convert visitors to customers, and increase many other measures of success.This is the first developer-focused book on bandit algorithms, which were previously described only in research papers. You’ll quickly learn the benefits of several simple algorithms—including the epsilon-Greedy, Softmax, and Upper Confidence Bound (UCB) algorithms—by working through code examples written in Python, which you can easily adapt for deployment on your own website.Learn the basics of A/B testing—and recognize when it’s better to use bandit algorithmsDevelop a unit testing framework for debugging bandit algorithmsGet additional code examples written in Julia, Ruby, and JavaScript with supplemental online materials
The Samaritan Bueno
Jack Weyland - 2009
By mistake they deliver it to the wrong house and meet Maria, an undocumented mom and her two kids. Over the next few weeks, as Dan becomes drawn into into Maria's life, his parents find themselves at a loss to deal with his uncharacteristic behavior.
Getting Started with OAuth 2.0
Ryan Boyd - 2011
This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users’ data—such as user profiles, photos, videos, and contact lists—to improve their experience of your application.Through code examples, step-by-step instructions, and use-case examples, you’ll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user’s online filesystem, and perform many other tasks.Understand OAuth 2.0’s role in authentication and authorizationLearn how OAuth’s Authorization Code flow helps you integrate data from different business applicationsDiscover why native mobile apps use OAuth differently than mobile web appsUse OpenID Connect and eliminate the need to build your own authentication system
Introducing Go: Build Reliable, Scalable Programs
Caleb Doxsey - 2016
Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn.Go is a general-purpose programming language with a clean syntax and advanced features, including concurrency. This book provides the one-on-one support you need to get started with the language, with short, easily digestible chapters that build on one another. By the time you finish this book, not only will you be able to write real Go programs, you'll be ready to tackle advanced techniques.* Jump into Go basics, including data types, variables, and control structures* Learn complex types, such as slices, functions, structs, and interfaces* Explore Go’s core library and learn how to create your own package* Write tests for your code by using the language’s go test program* Learn how to run programs concurrently with goroutines and channels* Get suggestions to help you master the craft of programming