Craig Silverstein Updated +Created
Video 1.
How Google began by Craig Silverstein part 1 (2006)
Source. Talk given at the University of North Carolina. A possibly official invitation from the time: www.ibiblio.org/pjones/blog/googles-craig-silverstein-at-unc-1026/.
Ionizing and non-ionizing radiation Updated +Created
Very low frequency Updated +Created
Notably used for communication with submarines, so in particular crucial as part of sending an attack signal to that branch of the nuclear triad.
Standards Updated +Created
The LSB basically links to other standards with minor extensions, in particular:
A handy summary can be found at:
man elf
Invariant vs covariant Updated +Created
Some sources distinguish "invariant" from "covariant" such that under some transformation (typically Lie group):
  • invariant: the value of does not change if we transform
  • covariant: the form of the equation does not change if we transform .
TODO examples.
Snap (package manager) Updated +Created
merlijn.sebrechts.be/blog/2020-08-02-why-one-snap-store/ has some very good comments on how snap is more closed than Flatpak.
Snap's permission system is extremely annoying, notably restricting access to home files. They need a popup that says "permission required by app, accept?" urgently!!!
DeepMind project Updated +Created
Model validation Updated +Created
TODO compare with actual datasetes.
Amazon Kindle Updated +Created
SHT_STRTAB Updated +Created
Sections with sh_type == SHT_STRTAB are called string tables.
They hold a null separated array of strings.
Such sections are used by other sections when string names are to be used. The using section says:
  • which string table they are using
  • what is the index on the target string table where the string starts
So for example, we could have a string table containing:
Data: \0 a b c \0 d e f \0
Index: 0 1 2 3  4 5 6 7  8
The first byte must be a 0. TODO rationale?
And if another section wants to use the string d e f, they have to point to index 5 of this section (letter d).
Notable string table sections:
  • .shstrtab
  • .strtab
Film about the financial crisis of 2007-2008 Updated +Created
Figure 1.
The Men Who Stole the World by Benoît Bringer
. This timestamp contains a good explanation of how banks were knowingly reselling bad loans at incredible profits. It features Richard Bowen, previously from Citi Group compliance.
Open source GPU compute benchmark Updated +Created
RISC-V priviledged ISA Updated +Created
Publications Updated +Created
Unfortunately, due to lack of one page to rule them all, the on-Git tree publication list is meager, some of the most relevant ones seems to be:
Given the view of the Standard Model where the electron and quarks are just completely separate matter fields, there is at first sight no clear theoretical requirement for that.
As mentioned e.g. at QED and the men who made it: Dyson, Feynman, Schwinger, and Tomonaga by Silvan Schweber (1994) chapter 1.6 "Hole theory", Dirac initially wanted to think of the holes in his hole theory as the protons, as a way to not have to postulate a new particle, the positron, and as a way to "explain" the proton in similar terms. Others however soon proposed arguments why the positron would need to have the same mass, and this idea had to be discarded.
Index 0 section Updated +Created
Contained in bytes 0x40 to 0x7F.
The first section is always magic: www.sco.com/developers/gabi/2003-12-17/ch4.sheader.html says:
If the number of sections is greater than or equal to SHN_LORESERVE (0xff00), e_shnum has the value SHN_UNDEF (0) and the actual number of section header table entries is contained in the sh_size field of the section header at index 0 (otherwise, the sh_size member of the initial entry contains 0).
There are also other magic sections detailed in Figure 4-7: Special Section Indexes.
Financial company Updated +Created

There are unlisted articles, also show them or only show them.