Daily Shaarli

All links of one day in a single page.

November 4, 2021

Developer Tools secrets that shouldn’t be secrets | Christian Heilmann

A bunch of nice tricks to use browsers' web debugger console and console.log() faimilies.

More tricks shared in HN comments: https://news.ycombinator.com/item?id=29071700

Von Neumann universal constructor - Wikipedia

I wonder if there is man-made machine that's capable of replicating itself from a sequence of instructions that sort of act like DNA. Turns out there is!

John von Neumann's universal constructor is a self-replicating machine in a cellular automata (CA) environment.

This world runs on a cellular automaton system devised by von Neumann. The grid consists of cells where each can be in one of 29 states at any point in time. The state update is local to its environment. Similar to Conway's GoL.