Futureproof

Futureproof PDF Author: Kevin Roose
Publisher: Hachette UK
ISBN: 152930475X
Category : Technology & Engineering
Languages : en
Pages : 256

Get Book Here

Book Description
A New York Times bestselling author and tech columnist's counter-intuitive guide to staying relevant - and employable - in the machine age by becoming irreplaceably human. It's not a future scenario any more. We've been taught that to compete with automation and AI, we'll have to become more like the machines themselves, building up technical skills like coding. But, there's simply no way to keep up. What if all the advice is wrong? And what do we need to do instead to become futureproof? We tend to think of automation as a blue-collar phenomenon that will affect truck drivers, factory workers, and other people with repetitive manual jobs. But it's much, much broader than that. Lawyers are being automated out of existence. Last year, JPMorgan Chase built a piece of software called COIN, which uses machine learning to review complicated contracts and documents. It used to take the firm's lawyers more than 300,000 hours every year to review all of those documents. Now, it takes a few seconds, and requires just one human to run the program. Doctors are being automated out of existence, too. Last summer, a Chinese tech company built a deep learning algorithm that diagnosed brain cancer and other diseases faster and more accurately than a team of 15 top Chinese doctors. Kevin Roose has spent the past few years studying the question of how people, communities, and organisations adapt to periods of change, from the Industrial Revolution to the present. And the insight that is sweeping through Silicon Valley as we speak -- that in an age dominated by machines, it's human skills that really matter - is one of the more profound and counter-intuitive ideas he's discovered. It's the antidote to the doom-and-gloom worries many people feel when they think about AI and automation. And it's something everyone needs to hear. In nine accessible, prescriptive chapters, Roose distills what he has learned about how we will survive the future, that the way to become futureproof is to become incredibly, irreplaceably human.

Futureproof

Futureproof PDF Author: Kevin Roose
Publisher: Hachette UK
ISBN: 152930475X
Category : Technology & Engineering
Languages : en
Pages : 256

Get Book Here

Book Description
A New York Times bestselling author and tech columnist's counter-intuitive guide to staying relevant - and employable - in the machine age by becoming irreplaceably human. It's not a future scenario any more. We've been taught that to compete with automation and AI, we'll have to become more like the machines themselves, building up technical skills like coding. But, there's simply no way to keep up. What if all the advice is wrong? And what do we need to do instead to become futureproof? We tend to think of automation as a blue-collar phenomenon that will affect truck drivers, factory workers, and other people with repetitive manual jobs. But it's much, much broader than that. Lawyers are being automated out of existence. Last year, JPMorgan Chase built a piece of software called COIN, which uses machine learning to review complicated contracts and documents. It used to take the firm's lawyers more than 300,000 hours every year to review all of those documents. Now, it takes a few seconds, and requires just one human to run the program. Doctors are being automated out of existence, too. Last summer, a Chinese tech company built a deep learning algorithm that diagnosed brain cancer and other diseases faster and more accurately than a team of 15 top Chinese doctors. Kevin Roose has spent the past few years studying the question of how people, communities, and organisations adapt to periods of change, from the Industrial Revolution to the present. And the insight that is sweeping through Silicon Valley as we speak -- that in an age dominated by machines, it's human skills that really matter - is one of the more profound and counter-intuitive ideas he's discovered. It's the antidote to the doom-and-gloom worries many people feel when they think about AI and automation. And it's something everyone needs to hear. In nine accessible, prescriptive chapters, Roose distills what he has learned about how we will survive the future, that the way to become futureproof is to become incredibly, irreplaceably human.

Automation and the Future of Work

Automation and the Future of Work PDF Author: Aaron Benanav
Publisher: Verso Books
ISBN: 1839761326
Category : Social Science
Languages : en
Pages : 161

Get Book Here

Book Description
A consensus-shattering account of automation technologies and their effect on workplaces and the labor market In this consensus-shattering account of automation technologies, Aaron Benanav investigates the economic trends that will shape our working lives far into the future. Silicon Valley titans, politicians, techno-futurists, and social critics have united in arguing that we are on the cusp of an era of rapid technological automation, heralding the end of work as we know it. But does the muchdiscussed “rise of the robots” really explain the long-term decline in the demand for labor? Automation and the Future of Work uncovers the deep weaknesses of twenty-first-century capitalism and the reasons why the engine of economic growth keeps stalling. Equally important, Benanav goes on to salvage from automation discourse its utopian content: the positive vision of a world without work. What social movements, he asks, are required to propel us into post-scarcity if technological innovation alone can’t deliver it? In response to calls for a permanent universal basic income that would maintain a growing army of redundant workers, he offers a groundbreaking counterproposal.

The 4-hour Workweek

The 4-hour Workweek PDF Author: Timothy Ferriss
Publisher: Random House
ISBN: 0091929113
Category : Business & Economics
Languages : en
Pages : 418

Get Book Here

Book Description
How to reconstruct your life? Whether your dream is experiencing high-end world travel, earning a monthly five-figure income with zero management, or just living more and working less, this book teaches you how to double your income, and how to outsource your life to overseas virtual assistants for $5 per hour and do whatever you want.

Your Money: The Missing Manual

Your Money: The Missing Manual PDF Author: J.D. Roth
Publisher: O'Reilly Media
ISBN: 1449389465
Category : Business & Economics
Languages : en
Pages : 336

Get Book Here

Book Description
Keeping your financial house in order is more important than ever. But how do you deal with expenses, debt, taxes, and retirement without getting overwhelmed? This book points the way. It's filled with the kind of practical guidance and sound insights that makes J.D. Roth's GetRichSlowly.org a critically acclaimed source of personal-finance advice. You won't find any get-rich-quick schemes here, just sensible advice for getting the most from your money. Even if you have perfect credit and no debt, you'll learn ways to make your rosy financial situation even better. Get the info you need to make sensible decisions on saving, spending, and investing Learn the best ways to set and achieve financial goals Set up a realistic budget framework and learn how to track expenses Discover proven methods to help you eliminate debt Understand how to use credit wisely Win big by making smart decisions on your home and other big-ticket items Learn how to get the most from your investments by avoiding rash decisions Decide how -- and how much -- to save for retirement

Beyond the Basic Stuff with Python

Beyond the Basic Stuff with Python PDF Author: Al Sweigart
Publisher: No Starch Press
ISBN: 1593279663
Category : Computers
Languages : en
Pages : 385

Get Book Here

Book Description
BRIDGE THE GAP BETWEEN NOVICE AND PROFESSIONAL You've completed a basic Python programming tutorial or finished Al Sweigart's bestseller, Automate the Boring Stuff with Python. What's the next step toward becoming a capable, confident software developer? Welcome to Beyond the Basic Stuff with Python. More than a mere collection of advanced syntax and masterful tips for writing clean code, you'll learn how to advance your Python programming skills by using the command line and other professional tools like code formatters, type checkers, linters, and version control. Sweigart takes you through best practices for setting up your development environment, naming variables, and improving readability, then tackles documentation, organization and performance measurement, as well as object-oriented design and the Big-O algorithm analysis commonly used in coding interviews. The skills you learn will boost your ability to program--not just in Python but in any language. You'll learn: Coding style, and how to use Python's Black auto-formatting tool for cleaner code Common sources of bugs, and how to detect them with static analyzers How to structure the files in your code projects with the Cookiecutter template tool Functional programming techniques like lambda and higher-order functions How to profile the speed of your code with Python's built-in timeit and cProfile modules The computer science behind Big-O algorithm analysis How to make your comments and docstrings informative, and how often to write them How to create classes in object-oriented programming, and why they're used to organize code Toward the end of the book you'll read a detailed source-code breakdown of two classic command-line games, the Tower of Hanoi (a logic puzzle) and Four-in-a-Row (a two-player tile-dropping game), and a breakdown of how their code follows the book's best practices. You'll test your skills by implementing the program yourself. Of course, no single book can make you a professional software developer. But Beyond the Basic Stuff with Python will get you further down that path and make you a better programmer, as you learn to write readable code that's easy to debug and perfectly Pythonic Requirements: Covers Python 3.6 and higher

The Big Book of Small Python Projects

The Big Book of Small Python Projects PDF Author: Al Sweigart
Publisher: No Starch Press
ISBN: 1718501242
Category : Computers
Languages : en
Pages : 433

Get Book Here

Book Description
Best-selling author Al Sweigart shows you how to easily build over 80 fun programs with minimal code and maximum creativity. If you’ve mastered basic Python syntax and you’re ready to start writing programs, you’ll find The Big Book of Small Python Projects both enlightening and fun. This collection of 81 Python projects will have you making digital art, games, animations, counting pro- grams, and more right away. Once you see how the code works, you’ll practice re-creating the programs and experiment by adding your own custom touches. These simple, text-based programs are 256 lines of code or less. And whether it’s a vintage screensaver, a snail-racing game, a clickbait headline generator, or animated strands of DNA, each project is designed to be self-contained so you can easily share it online. You’ll create: • Hangman, Blackjack, and other games to play against your friends or the computer • Simulations of a forest fire, a million dice rolls, and a Japanese abacus • Animations like a virtual fish tank, a rotating cube, and a bouncing DVD logo screensaver • A first-person 3D maze game • Encryption programs that use ciphers like ROT13 and Vigenère to conceal text If you’re tired of standard step-by-step tutorials, you’ll love the learn-by-doing approach of The Big Book of Small Python Projects. It’s proof that good things come in small programs!

Automate This

Automate This PDF Author: Christopher Steiner
Publisher: Penguin
ISBN: 1101572159
Category : Business & Economics
Languages : en
Pages : 259

Get Book Here

Book Description
The rousing story of the last gasp of human agency and how today’s best and brightest minds are endeavoring to put an end to it. It used to be that to diagnose an illness, interpret legal documents, analyze foreign policy, or write a newspaper article you needed a human being with specific skills—and maybe an advanced degree or two. These days, high-level tasks are increasingly being handled by algorithms that can do precise work not only with speed but also with nuance. These “bots” started with human programming and logic, but now their reach extends beyond what their creators ever expected. In this fascinating, frightening book, Christopher Steiner tells the story of how algorithms took over—and shows why the “bot revolution” is about to spill into every aspect of our lives, often silently, without our knowledge. The May 2010 “Flash Crash” exposed Wall Street’s reliance on trading bots to the tune of a 998-point market drop and $1 trillion in vanished market value. But that was just the beginning. In Automate This, we meet bots that are driving cars, penning haiku, and writing music mistaken for Bach’s. They listen in on our customer service calls and figure out what Iran would do in the event of a nuclear standoff. There are algorithms that can pick out the most cohesive crew of astronauts for a space mission or identify the next Jeremy Lin. Some can even ingest statistics from baseball games and spit out pitch-perfect sports journalism indistinguishable from that produced by humans. The interaction of man and machine can make our lives easier. But what will the world look like when algorithms control our hospitals, our roads, our culture, and our national security? What hap­pens to businesses when we automate judgment and eliminate human instinct? And what role will be left for doctors, lawyers, writers, truck drivers, and many others? Who knows—maybe there’s a bot learning to do your job this minute.

Collect, Combine, and Transform Data Using Power Query in Excel and Power BI

Collect, Combine, and Transform Data Using Power Query in Excel and Power BI PDF Author: Gil Raviv
Publisher: Microsoft Press
ISBN: 1509307974
Category : Computers
Languages : en
Pages : 874

Get Book Here

Book Description
Using Power Query, you can import, reshape, and cleanse any data from a simple interface, so you can mine that data for all of its hidden insights. Power Query is embedded in Excel, Power BI, and other Microsoft products, and leading Power Query expert Gil Raviv will help you make the most of it. Discover how to eliminate time-consuming manual data preparation, solve common problems, avoid pitfalls, and more. Then, walk through several complete analytics challenges, and integrate all your skills in a realistic chapter-length final project. By the time you’re finished, you’ll be ready to wrangle any data–and transform it into actionable knowledge. Prepare and analyze your data the easy way, with Power Query · Quickly prepare data for analysis with Power Query in Excel (also known as Get & Transform) and in Power BI · Solve common data preparation problems with a few mouse clicks and simple formula edits · Combine data from multiple sources, multiple queries, and mismatched tables · Master basic and advanced techniques for unpivoting tables · Customize transformations and build flexible data mashups with the M formula language · Address collaboration challenges with Power Query · Gain crucial insights into text feeds · Streamline complex social network analytics so you can do it yourself For all information workers, analysts, and any Excel user who wants to solve their own business intelligence problems.

Automation and Utopia

Automation and Utopia PDF Author: John Danaher
Publisher: Harvard University Press
ISBN: 0674984242
Category : Philosophy
Languages : en
Pages : 337

Get Book Here

Book Description
Automating technologies threaten to usher in a workless future. But this can be a good thing—if we play our cards right. Human obsolescence is imminent. The factories of the future will be dark, staffed by armies of tireless robots. The hospitals of the future will have fewer doctors, depending instead on cloud-based AI to diagnose patients and recommend treatments. The homes of the future will anticipate our wants and needs and provide all the entertainment, food, and distraction we could ever desire. To many, this is a depressing prognosis, an image of civilization replaced by its machines. But what if an automated future is something to be welcomed rather than feared? Work is a source of misery and oppression for most people, so shouldn’t we do what we can to hasten its demise? Automation and Utopia makes the case for a world in which, free from need or want, we can spend our time inventing and playing games and exploring virtual realities that are more deeply engaging and absorbing than any we have experienced before, allowing us to achieve idealized forms of human flourishing. The idea that we should “give up” and retreat to the virtual may seem shocking, even distasteful. But John Danaher urges us to embrace the possibilities of this new existence. The rise of automating technologies presents a utopian moment for humankind, providing both the motive and the means to build a better future.

Procrastinate on Purpose

Procrastinate on Purpose PDF Author: Rory Vaden
Publisher: TarcherPerigee
ISBN: 0399170626
Category : Business & Economics
Languages : en
Pages : 258

Get Book Here

Book Description
You've tried managing your time. You've tried prioritizing your time. Now discover how to multiply it. Do you feel like you're busier than ever - yet never caught up? You're not alone. Many of us are tired, frustrated, and stressed from being overworked at the office and at home, with no concrete plan for getting it all under control without compromising our well-being. In Procrastinate on Purpose, self-discipline strategist Rory Vaden presents a different approach for how to identify and focus on what's important. Instead of one more calendar, checklist, or gadget, he points out that what we really need is an understanding of the emotional reasons we fail to maximize our time - and he then reveals the five 'permissions' we can grant ourselves in order to get better results while creating more margin in our daily lives. In this paradigm-shifting book, you will discover how to- Identify your most significant priorities, in business and in life Create more time to do the things you love without sacrificing results Say no to the things that don't matter, and yes to the things that do Implement systems that give you more time tomorrow than you have today Gain control and inner peace by adopting the 'multiplier mindset' Informed by Southwestern Consulting's work with thousands of busy clients, and interspersed with Vaden's case studies that reveal the 'multiplier mindset' at work, this insightful, practical book will turn everything you thought you knew about time upside-down-and it will change the way you work and live. From the New York Timesbestselling author of Take the Stairs- A bold new way to get things done. 'Managing your time is a lot like managing your money. It's not about the numbers; it's about your behavior. The best time-management tricks in the world won't do you much good if they don't actually make your life better. In Procrastinate on Purpose, Rory builds on what we've all heard about time management and adds the two things that have always been missing- emotion and significance.' Dave Ramsey, New York Timesbestselling author and nationally syndicated radio show host 'If you've ever thought, 'I wish I had more time,' read the great principles of this book. And then I dare you to do what Rory does- live them.' Jon Acuff, New York Timesbestselling author of Start andQuitter 'Procrastinate on Purposewill alter the way the professional world thinks about time - I've never read anything like it. Useful, unique, and relevant . . . this is an absolute must-read for every leader.' Sue Schick, CEO of UnitedHealthcare of Pennsylvania and Delaware 'This book is a game-changer.' Jon Gordon, bestselling author of The Energy Busand The Carpenter 'Every once in a while a book comes along that completely shifts the way an entire generation thinks about a specific topic. When it comes to time management and productivity, Procrastinate on Purposemay be the one!' Andy Andrews, New York Timesbestselling author of The Traveler's Giftand The Noticer