ZPĚTBACK

01Binární počítadlo 8×8Binary counter 8×8

Klikni do mřížky a nastav bity. 64 polí = 64bitové číslo.Click the grid to set bits. 64 cells = a 64-bit number.

Co a jak?What & how?

Co to jeWhat it is Mřížka 64 čtverečků je vlastně malinký černobílý obrázek (8×8 pixelů) — a zároveň jedno obří číslo ve dvojkové soustavě, kde každý čtvereček je jeden bit (0 = zhasnuto, 1 = svítí). Přesně takhle si počítač ukládá obrázky i všechno ostatní.The grid of 64 squares is really a tiny black-and-white image (8×8 pixels) — and at the same time one huge number in binary, where each square is a single bit (0 = off, 1 = on). This is exactly how a computer stores images and everything else.

Co zkusitWhat to try Klikáním rozsvěcíš čtverečky (vlastně kreslíš obrázek) a tlačítkem RUN necháš počítadlo přičítat o jedničku. Políčka naskakují jako tachometr — a postupně tak vzniká jedna možná podoba mřížky za druhou. Graf ukazuje, jak dlouho by trvalo projít je všechny.Click to light up squares (you're really drawing a picture) and press RUN to make the counter add one. The cells tick over like an odometer — and step by step it produces one possible look of the grid after another. The graph shows how long it would take to go through them all.

Proč je to důležitéWhy it matters Kdybychom měli dost času, počítač by takhle vygeneroval úplně všechny obrázky, které se do té mřížky vejdou — každé písmeno, každý tvar, i tvůj portrét v 8×8. Jenže jich je 2⁶⁴ (přes 18 trilionů): i kdyby zkoušel milion za vteřinu, trvalo by to déle, než existuje vesmír. Proto AI nemůže „zkoušet všechno" hrubou silou — musí být chytrá. Tím série začíná.Given enough time, the computer would this way generate every image that fits in the grid — every letter, every shape, even your portrait in 8×8. But there are 2⁶⁴ of them (over 18 quintillion): even at a million per second it would take longer than the universe has existed. That's why AI can't just "try everything" by brute force — it has to be smart. This is where the series begins.

rychlost:speed: 60 ms
binárně (64 bitů, po bajtech)binary (64 bits, by bytes)
desítkovědecimal
0
0x0000000000000000
postup — kolik kombinací už proběhloprogress — how many combinations have elapsed