Daniel Sank Updated 2025-07-16
Started at Google Quantum AI in 2014.
Has his LaTeX notes at: github.com/DanielSank/theory. One day he will convert to OurBigBook.com. Interesting to see that he is able to continue his notes despite being at Google.
Sycamore processor Updated 2025-07-16
Inside Job (2010) Updated 2025-07-16
Margin Call (2011) Updated 2025-07-16
Peter Sullivan discovers the issue scene from Margin Call
. Source. Senior partners emergency meeting scene from Margin Call
. Source. God, Jeremy Irons is destroying it!!! And all others too.Fire Sale of Mortgage Bonds scene from Margin Call
. Source. Investment Analyst Explains Margin Call by The Plain Bagel
. Source. The Big Short (2015) Updated 2025-07-16
FeatherJS demo apps Updated 2025-07-16
FeathersJS Heroku deployment Updated 2025-07-16
Got it working as mentioned at: github.com/cirosantilli/feathers-chat/tree/sequelize-pg
Bibliography:
There's also a
heroku branch at: github.com/feathersjs/feathers-chat/tree/heroku, but it also seems to use NeDB? So you can have a filesystem in Heroku? Doesn't seem so: stackoverflow.com/questions/42775418/heroku-local-persistent-storage FeathersJS signup email verification Updated 2025-07-16
Faster-than-light implies time travel Updated 2025-07-16
Bibliography:
- physics.stackexchange.com/questions/13001/does-superluminal-travel-imply-travelling-back-in-time/615079#615079
- physics.stackexchange.com/questions/574395/why-would-ftl-imply-time-travel
- physics.stackexchange.com/questions/516767/how-does-a-tachyonic-antitelephone-work
- www.physicsmatt.com/blog/2016/8/25/why-ftl-implies-time-travel shows the causality violation on a Spacetime diagram
Tachyon Updated 2025-07-16
Tachyonic antitelephone Updated 2025-07-16
Realworld app written in Express Updated 2025-07-16
gothinkster/realworld implementations based on Express.js.
ELF Hello World Tutorial
STT_FILE Updated 2025-07-16- 10 8:
st_name=01000000= character 1 in the.strtab, which until the following\0makeshello_world.asmThis piece of information file may be used by the linker to decide on which segment sections go: e.g. inldlinker script we write:segment_name : { file(section) }segment_name : { *(section) } - 10 13:
st_shndx= Symbol Table Section header Index =f1ff=SHN_ABS. Required forSTT_FILE. - 20 0:
st_value= 8x00: required for value forSTT_FILE - 20 8:
st_size= 8x00: no allocated size
Now from the
readelf, we interpret the others quickly. ELF Hello World Tutorial
STT_SECTION Updated 2025-07-16There are two such entries, one pointing to
.data and the other to .text (section indexes 1 and 2).Num: Value Size Type Bind Vis Ndx Name
2: 0000000000000000 0 SECTION LOCAL DEFAULT 1
3: 0000000000000000 0 SECTION LOCAL DEFAULT 2TODO what is their purpose?
ELF Hello World Tutorial
STT_NOTYPE Updated 2025-07-16Then come the most important symbols:
Num: Value Size Type Bind Vis Ndx Name
4: 0000000000000000 0 NOTYPE LOCAL DEFAULT 1 hello_world
5: 000000000000000d 0 NOTYPE LOCAL DEFAULT ABS hello_world_len
6: 0000000000000000 0 NOTYPE GLOBAL DEFAULT 2 _start ELF Hello World Tutorial
SHT_SYMTAB on the executable Updated 2025-07-16 ELF Hello World Tutorial
.rel.text Updated 2025-07-16 ELF Hello World Tutorial
SHT_NULL Updated 2025-07-16In index 0,
SHT_NULL is mandatory. Are there any other uses for it: stackoverflow.com/questions/26812142/what-is-the-use-of-the-sht-null-section-in-elf ? ELF Hello World Tutorial
PT_INTERP Updated 2025-07-16Contains the path to the dynamic loader, i.e.
/lib64/ld-linux-x86-64.so.2 in Ubuntu 18.10. Explained at: stackoverflow.com/questions/8040631/checking-if-a-binary-compiled-with-static/55664341#55664341 There are unlisted articles, also show them or only show them.
