Posts by Year

2022

Back to Top ↑

2020

Photogrammetry

less than 1 minute read

I was watching some videos on photogrammetry (part 1 and part 2) by Josef Prusa.

Dotfiles

1 minute read

I’ve been thinking about putting my environment configuration files (aka dotfiles) into an SCM.

Sakila: a sample SQL dataset

1 minute read

I learned today about the Sakila sample database. It has a non-trivial, but understandable schema, which is helpful when practicing SQL commands.

Postgresql on Mac OSX

less than 1 minute read

brew install postgresql brew services start postgresql brew cask install pgadmin4

GitHub Pages and Jekyll

less than 1 minute read

I decided to use GitHub Pages to host some information online. The system is fairly simple to use: create a repository with some markdown configure the ...

Back to Top ↑