MEC.ca has been producing a limited selection of folding bicycles. In the past, their lineup included a 24-inch model and some equipped with Shimano hub gears. However, the price was always a barrier…
Waterloo Math
Math Platform
Articles and updates about anything.
MEC.ca has been producing a limited selection of folding bicycles. In the past, their lineup included a 24-inch model and some equipped with Shimano hub gears. However, the price was always a barrier…
To experiment how to collect student information when student rooster is not predefined, reading Crowdmark cover page with locally installed Llama 3.2 Vision 11B was attempted to evaluate the…
What is this? When more than one developer or machine are needed for development, repository like Git makes the task easier. This article explains how to add new machine or a new developer to your…
After you install ollama, you can pull the model. ollama pull llama3.2-vision Then, start ollama. It will start server can respond you with local AI which is Llama 3.2 11B here. Ollama provide Python…
First Setup Run following command from the directory you would like to start building Laravel application. % curl -s "https://laravel.build/app_name" | bash % cd app_name Then, Sail script is also…
Moodle uses MathJax to render math. You can find configuration page for MathJax under "Site administration" menu. Navigate to "Site Administration". Then, click "Plugins". MathJax can be found unter…
I would like to list steps of how to migrate of give new URL to existing Moodle site when new URL is purchased or URL change are needed. DNS record First, make it sure if new URL is pointing to the…
I needed and/or wanted to have AI read OMR card for my work and was looking for the right model I can download and use it locally. I could find many models trained for OCR, but not at all for OMR. My…
Tern Bikes is the king of 20 inch folding bikes and their bikes are functional and have rather attractive looks. The recent adaptation of Tern Bikes are electric cargo bikes and they has almost too…
As I get older, I find myself looking for a simpler and safer bicycle for commuting. I've been searching for a 26-inch, single-speed, step-through bicycle, but haven't had any luck. It seems like no…
LTI (Learning Tools Interoperability) is defined as below by IMSglobal formally known as 1EdTech. 1EdTech's LTI standard is a technical standard (not a product) used to connect learning tools with an…
I am making scenic trail ride videos. Those videos have some repetitive segments in them. It can be very boring to viewers. So, I wanted to speed up those segments with FFmpeg. I've given…
It is rather surprise and historic moment to see Brompton manufacturing non 16 inch foldable bicycle. It has been over 50 years for this British foldable urban bicycle manufacturer to build only 16…
Single dollar sign delimiter is not a standard notation in LaTeX. However, most of mathematicians are using single dollar sing delimiter due to its convenience. So, it is crucial to enable it in your…
I asked ChatGPT to create some Bash scripts that encapsulate FFmpeq commands to make my video editing easier. I do not do much craze editing but just trimming, cutting-off and so on. Here are mostly…