Python language feature Updated 2025-07-16
Quantum matrix multiplication Updated 2025-07-16
Computer science YouTube channel Updated 2025-07-16
Course of the University of Oxford Updated 2025-07-16
The course outline is given in a "handbook", a one or more PDF files that contain what people will learn and other practicalities. There is a full list of handbooks at: www.ox.ac.uk/students/academic/guidance/undergraduate/handbooks, but many of them are closed. The system is so closed that even the fucking course list is closed, e.g. all links at: www2.physics.ox.ac.uk/students/undergraduates are closed. Insane.
COVID-19 Updated 2025-07-16
COVID happens in two stages:
- viral infection
- inflammatory phase, where the body takes over, and sometimes harms itself. It seems that people are not generally contagious at this point?
Python implementation Updated 2025-10-18
Python library Updated 2025-07-16
C++ memory model Updated 2025-07-16
C POSIX library Updated 2025-07-16
Quick overview at stackoverflow.com/questions/1780599/what-is-the-meaning-of-posix/31865755#31865755
Exmples under c/posix:
- c/posix/signal_return.c: stackoverflow.com/questions/37063212/where-does-signal-handler-return-back-to
- c/posix/inet/pton.c:
inet_ptondemo. Adapted fromman inet_ptonon Ubuntu 23.04. Usage:Output:./pton.out 192.187.1.42So we see that the strings was converted to an integer, e.g.:0xc0bb012aSee also: stackoverflow.com/questions/1680622/ip-address-to-integer-c/76520978#76520978- 0xc0 = 192
- 0xbb = 187
- 0x01 = 1
- 0x2a = 42
- c/posix/inet/ntop.c:
inet_ntopdemo. Adapted fromman inet_ptonon Ubuntu 23.04. Usage:Output:./ntop.out 0x01021AA0./ntop.out 0x01021AA0
C (programming language) Updated 2025-07-16
It is interesting to note how late C appeared: 1972, compared e.g. to Fortran which is from 1957. This is basically because C was a "systems programming language", i.e. with focus on pointer manipulation, and because early computers were so weak, there was no operating system or many software layers in the early days. Fortran however was a numerical language, and it ran directly on bare metal, an application that existed before systems programming.
Examples under c.
Finance Updated 2025-07-16
Mentor Graphics Updated 2025-07-16
Synopsys Updated 2025-07-16
École Polytechnique alumnus Updated 2025-07-16
As of 2025, you can check if someone with a given name was at polytechnique and at which year at: programmes.polytechnique.edu/en/about/ecole-polytechnique/list-of-graduates
École Polytechnique student culture Updated 2025-07-16
Economics Updated 2025-07-16
Electric charge measure unit Updated 2025-07-16
Free Updated 2025-07-16
Mind uploading Updated 2025-07-16
Wikipedia defines Mind uploading as a synonym for whole brain emulation. This sounds really weird, as "mind uploading" suggests much more simply brain dumping, or perhaps reuploading a brain dump to a brain.
Superintelligence by Nick Bostrom (2014) section "Whole brain emulation" provides a reasonable setup: post mortem, take a brain, freeze it, then cut it into fine slices with a Microtome, and then inspect slices with an electron microscope after some kind of staining to determine all the synapses.
Likely implies AGI.
Minimal working example Updated 2025-07-16
The musical study of software engineering.
Ciro Santilli is obsessed by those in order to learn any new concept, not just for bug reporting.
This includes to learn more theoretical subjects like physics and mathematics.
There are unlisted articles, also show them or only show them.