BitTorrent Updated +Created
Black hole Updated +Created
Blaise Pascal (1972) Updated +Created
California Updated +Created
Cultured meat Updated +Created
This is something worth investigating!
Video 1.
Inside the Quest to Make Lab Grown Meat by WIRED (2018)
Source.
Interviews with a few startups in the area, most of the time with Eat Just.
youtu.be/QO9SS1NS6MM?t=217 taught Ciro Santilli something he really appreciated: uncanny valley.
GroupNames Updated +Created
Minnesota Updated +Created
Video 1.
How To Talk Minnesotan by PBS (1993)
Source.
Namecoin Updated +Created
x86 Paging Tutorial / PAE and PSE page table schemes Updated +Created
If either PAE and PSE are active, different paging level schemes are used:
  • no PAE and no PSE: 10 | 10 | 12
  • no PAE and PSE: 10 | 22.
    22 is the offset within the 4Mb page, since 22 bits address 4Mb.
  • PAE and no PSE: 2 | 9 | 9 | 12
    The design reason why 9 is used twice instead of 10 is that now entries cannot fit anymore into 32 bits, which were all filled up by 20 address bits and 12 meaningful or reserved flag bits.
    The reason is that 20 bits are not enough anymore to represent the address of page tables: 24 bits are now needed because of the 4 extra wires added to the processor.
    Therefore, the designers decided to increase entry size to 64 bits, and to make them fit into a single page table it is necessary reduce the number of entries to 2^9 instead of 2^10.
    The starting 2 is a new Page level called Page Directory Pointer Table (PDPT), since it points to page directories and fill in the 32 bit linear address. PDPTs are also 64 bits wide.
    cr3 now points to PDPTs which must be on the fist four 4GB of memory and aligned on 32 bit multiples for addressing efficiency. This means that now cr3 has 27 significative bits instead of 20: 2^5 for the 32 multiples * 2^27 to complete the 2^32 of the first 4GB.
  • PAE and PSE: 2 | 9 | 21
    Designers decided to keep a 9 bit wide field to make it fit into a single page.
    This leaves 23 bits. Leaving 2 for the PDPT to keep things uniform with the PAE case without PSE leaves 21 for offset, meaning that pages are 2M wide instead of 4M.
AlphaZero Updated +Created
www.quora.com/Which-chess-engine-would-be-stronger-Alpha-Zero-or-Stockfish-12/answer/Felix-Zaslavskiy explains that it beat Stockfish 8. But then Stockfish was developed further and would start to beat it. We know this because although AlphaZero was closed source, they released the trained artificial neural network, so it was possible to replay AlphaZero at its particular stage of training.
Blockchain Updated +Created
Born rule Updated +Created
Boundary value problem Updated +Created
1987 Nobel Prize in Physics Updated +Created
This was so hot (no pun intended) and reproducible that the prize was awarded one year after discovery. Quite rare in those days already.
BookStack Updated +Created
Video 1.
10k GitHub Stars by BookStack (2022)
Source. Answering to an AMA unfortunately :-) But some OK small bits of information trickled through.
Boston Dynamics Updated +Created
Bouldering Updated +Created
Bravais lattice Updated +Created
Brazilian university Updated +Created

Unlisted articles are being shown, click here to show only listed articles.