ELF Hello World Tutorial / SHT_SYMTAB on the executable Updated +Created
By default, NASM places a .symtab on the executable as well.
This is only used for debugging. Without the symbols, we are completely blind, and must reverse engineer everything.
You can strip it with objcopy, and the executable will still run. Such executables are called "stripped executables".
MSc course of the University of Oxford Updated +Created
Tachyonic antitelephone Updated +Created
The Big Short (2015) Updated +Created
Video 1.
I'm Jacked to the Tits remix by The Big Short (2021)
Source.
Category 5 cable Updated +Created
Charles Simon Updated +Created
Basically it looks like the dude got enough money after selling some companies, and now he's doing cooler stuff without much need of money. Not bad.
CUDA Updated +Created
ELF Hello World Tutorial / STT_SECTION Updated +Created
There 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    2
TODO what is their purpose?
Git tips / Merge two or more commits into one Updated +Created
Before
7 my-feature HEAD
|
6
|
5 master
|
4
|
3
|
2
|
1
Oh, commit 6 was just a temporary step, should be put together with commit 7:
git rebase -i HEAD~2
Mark 6 to be squashed.
After:
67 my-feature HEAD
|
5 master
|
4
|
3
|
2
|
1
Better now, ready to push.
Margin Call (2011) Updated +Created
Video 1.
Peter Sullivan discovers the issue scene from Margin Call
. Source.
Video 2.
Senior partners emergency meeting scene from Margin Call
. Source. God, Jeremy Irons is destroying it!!! And all others too.
Video 3.
Fire Sale of Mortgage Bonds scene from Margin Call
. Source.
Video 4.
Investment Analyst Explains Margin Call by The Plain Bagel
. Source.
QMUL Game AI Research Group Updated +Created
Realworld app written in Express Updated +Created
Acousto-optic modulator Updated +Created
An optical multiplexer!
Video 1.
Control Light with Sound! by Les' Lab (2021)
Source.
Canvas (Oxford) Updated +Created
E-learning system of the University of Oxford. Closed by default to non-students of course. It might not be possible at all to publish things publicly?
WebLearn was closed in 2023 in favour of Canvas.
Copernican heliocentrism Updated +Created

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