Tags
Blog posts
- 2024-07-29 Run Caddy in Docker for serving a static site
- 2024-04-14 Layered software architecture and dependencies
- 2024-03-16 References as C++ class members
- 2024-02-04 Graphviz setup on a Mac to be used with Python/Jupyter
- 2023-12-31 Finding perpendicular lines and vectors
- 2023-11-12 Rotations and translations with Eigen and scipy.spatial
- 2023-07-09 Some example of std::ranges and std::views usage in C++20
- 2023-04-09 Beta distribution
- 2023-01-20 Spin up a MySQL database powered by Docker
- 2022-11-25 Update all outdated packages inside a virtualenv with pip
- 2022-08-22 Reading a binary STL file with C++
- 2022-07-02 Homogeneous transformations: an example in 2D with Python
- 2022-04-16 Configure NAT port forwarding on VMWare Fusion for SSH
- 2022-04-10 Homogeneous vectors
- 2022-04-02 Looking again at Go: go.mod, go.sum, go.work, and VSCode config
- 2022-03-19 Configuring SSH agent
- 2022-02-20 Using git rebase --onto to attach a branch to an earlier commit
- 2022-01-29 Different methods of search and insertion into std::map
- 2021-11-28 Automatically split and join a video using ffmpeg
- 2021-07-14 Using a condition variable in C++
- 2021-05-13 std::vector and C++'s braced initialization
- 2021-05-01 Serve images on the fly in a binary form with Flask
- 2021-04-24 Searching for the closest value in a sorted vector with C++
- 2021-04-17 Building C++ code from command line on Windows
- 2021-04-11 Optimization with Python
- 2021-04-05 Applying a command to each line in a file with xargs -L1
- 2020-05-05 Position independent code
- 2019-09-17 C++ move semantics
- 2019-06-23 Cancelling bad stuff in Git
- 2019-01-20 Using rsync with an AWS EC2 instance and an SSH key
- 2018-06-25 My favorite IPython Magic commands
- 2018-06-24 Exposing C++ array data in Python with the Pybind11 buffer protocol
- 2017-12-29 Building OpenCV with Conda on Linux
- 2017-10-28 Configuring jumbo frames in Ubuntu
- 2017-08-02 Welcome