Victor Stinner’s Notes¶
Contents:
- My Projects
- Talks
- Old Projects (2000-2009)
- Victor Stinner: Contact Me
- My contributions to Python
- My Contributions to Free Softwares
- Analyze of PyPy warmup in performance benchmarks
- C programming language
- Unicode
- Multithreading Programming
- Benchmarks
- FreeBSD
- Survivor Guide to Develop on Windows
- GDB: GNU debugger
- Unsorted Notes
- Inspect an ELF binary file
- systemd
- Python in Fedora
- Red Hat and Python
- Fedora
- GNOME and Wayland
- vim for developer
- Assembly Intel x86
- Linux kernel
See also¶
Indices and tables¶
-
“All problems in computer science can be solved by another level of indirection… except for the problem of too many layers of indirection.” – joke based on a famous aphorism of David Wheeler
“There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors.”