Hol dir mit Blinkist die besten Erkenntnisse aus mehr als 7.000 Sachbüchern und Podcasts. In 15 Minuten lesen oder anhören!
Jetzt kostenlos testen
Blink 3 von 12 - Eine kurze Geschichte der Menschheit
von Yuval Noah Harari
Computational Thinking for the Rest of Us
Think back to the last time you ran laps around a track or sprinted on a treadmill. By the end, your heart was probably racing, and you were out of breath. Whether you were the fittest person in the gym or not, you would have eventually gotten tired. A computer, on the other hand, can run figurative laps around a track forever without taking a break.
The “track” a computer program runs on consists of lines of code written by a human programmer. Code is based on if-then logic, where if one condition is met, another action follows.
To illustrate this, take the first simple computer program the author encountered when he was in seventh grade. A friend showed him how he could get the computer to type out his name, Colin, over and over again to infinity with just two lines of code:
10 PRINT “COLIN”
20 GOTO 10
Colin’s program is an example of a simple loop, which functions like a conveyor belt on an assembly line. Each task is performed in sequence until, eventually, you reach an endpoint and start again. However, there’s an even more elegant way in which computers work in loops. This is called recursion.
If loops are like assembly lines, recursion is more like a Russian matryoshka nesting doll that contains progressively smaller copies of the original, outermost doll. However, because they’re made of physical material, you’ll eventually have made the smallest doll possible. Computers, though, can contain infinitely small or infinitely large copies of the same code.
To visualize this infinite recursion, take a look at the name of an operating system created in the 1980s by MIT’s Richard Stallman. The system was created to compete with Unix, a different operating system, so it was appropriately named the GNU Project, or GNU’s Not Unix. Notice how this name contains recursion. The “G” itself stands for “GNU.” Yes, another acronym. So you can see where this is going. If you continue to expand the acronym every time, you’ll just wind up with more of the same one. Expand “GNU,” and you get GNUNU. Do it again, and you’re left with GNUNUNU, and so on forever.
These loops and recursions can only be stopped with a command or by an error getting in the way. So you can just imagine the power of a machine that never tires while doing exactly what you tell it to do.
How to Speak Machine (2019) prepares us for a future where computers will play an increasingly dominant role in business, politics, and our personal lives. It helps us understand the inner workings of the machines we use every day and how their programming can perpetuate social issues or be used to exploit our personal data. By learning how to speak machine, we can arm ourselves with the knowledge we need to ensure that the future is inclusive and safe for everyone.
Theres one thing that a computer can do better than any human, animal, or machine in the real world: repetition.
Ich bin begeistert. Ich liebe Bücher aber durch zwei kleine Kinder komme ich einfach nicht zum Lesen. Und ja, viele Bücher haben viel bla bla und die Quintessenz ist eigentlich ein Bruchteil.
Genau dafür ist Blinkist total genial! Es wird auf das Wesentliche reduziert, die Blinks sind gut verständlich, gut zusammengefasst und auch hörbar! Das ist super. 80 Euro für ein ganzes Jahr klingt viel, aber dafür unbegrenzt Zugriff auf 3000 Bücher. Und dieses Wissen und die Zeitersparnis ist unbezahlbar.
Extrem empfehlenswert. Statt sinnlos im Facebook zu scrollen höre ich jetzt täglich zwischen 3-4 "Bücher". Bei manchen wird schnelle klar, dass der Kauf unnötig ist, da schon das wichtigste zusammen gefasst wurde..bei anderen macht es Lust doch das Buch selbständig zu lesen. Wirklich toll
Einer der besten, bequemsten und sinnvollsten Apps die auf ein Handy gehören. Jeden morgen 15-20 Minuten für die eigene Weiterbildung/Entwicklung oder Wissen.
Viele tolle Bücher, auf deren Kernaussagen reduziert- präzise und ansprechend zusammengefasst. Endlich habe ich das Gefühl, Zeit für Bücher zu finden, für die ich sonst keine Zeit habe.
Hol dir mit Blinkist die besten Erkenntnisse aus mehr als 7.000 Sachbüchern und Podcasts. In 15 Minuten lesen oder anhören!
Jetzt kostenlos testenBlink 3 von 12 - Eine kurze Geschichte der Menschheit
von Yuval Noah Harari