2026

July

Growth Website Live

The growth website is live now.
Now future monthly learnings should be more complete.

I fixed cloudflare proxy that caused login issues (now wired locally), went live with the new website with new ansible scripts.

Open thread →

Baruch C++ for FinE

Did more lectures the past 2 weeks on C++. Finished Level 2 till 8. Planning on finishing 9 and 10 and take the exam this month.

Open on edu →

Jonas Growth Website

Open thread →

Pi from Uniform Distribution

Professor showed that random dart throwing can be used to estimate pi. $ \sqrt{x^2 + y^2} < 1 $ to count if in the circle or out of circle.
$ 4 * \frac{\text{number of darts in the circle}}{\text{number of darts}} = \pi $

makes sense because if r = 1, then area of square will be 2x2 = 4 and area of circle will be $\pi$.

Xlsx Edit Library

Started working on a library to edit xlsx files that does not break formatting (unlike openpyxl). I was surprised that there aren't any better libraries out there for python. Learnt the structure from python-docx and ppt from scanny, parts factory and using lxml to do surgical edits.

Excel is simlar to word document, all the contents are saved in xml and zipped. It also usese relationships to link all the files together.

I added support to pandas as well.

I will try to make it into a public library.

June

Baruch C++ Programming for Financial Engineering Certificate

Started the Baruch C++ Programming for Financial Engineering Certificate

Lecture 1:

Open on edu →

ODE PDE Baruch Exam

Exam for the ODE PDE Baruch course

Open on edu →

Plan Trip in Switzerland

Planned a trip for Jen in Switzerland, could also recommend it to Aristeo / Pau when they visit me

  • Zermatt (must see)
  • Seeing Aletsch Glacier and driving over Pass
  • Rosenlaui has a local but really nice gorge walk
  • Grindelwald (a bit touristy but still nice)

I could generate html and then turn it into a really nice pdf for the planning

Jonas Education Website

Continued working on my education website

Achievements:

  • Design updates and improvements
  • Added more content especially for the ODE/PDE course

Open thread →

May

Coco Passed Away

Feeling sad about Coco passing away.

Ubuntu Server

Settled on Ubuntu as the production host for the Jonas sites — one server running the apps behind a reverse proxy.

Infra is described as Ansible playbooks so base setup, deploys, and rebuilds stay repeatable when migrating or standing up a new box.

Open thread →

Jonas Website Authentication Service

Started a shared login service for the Jonas sites — one place to sign in, so edu, homepage, and later apps don’t each keep their own accounts.

Apps stay public where they should; private materials stay behind roles decided per app. No passwords stored on the client sites.

Open thread →

Jonas Education Website

Open thread →

Jonas Homepage

Open thread →

Talent and Hard Work

image.png image 1.png image 2.png

Dark Theme Research

Perceptual Neutral:

hue 245, chroma 0.002. Tiny cool tint to counter the warm bias most monitors have at low brightness. Apple-HIG trick — looks like pure gray on your screen.

PDE with Financial Engineering Applications

Open on edu →

Financial Economics

Lec 10

CAPM: combination of risk free asset and tangent portfolio

Sharpe Ratio: Slope of riskfree + risky of efficient frontier = sharpe ratio

Tangent Portfolio has the highest sharpe ratio among risky assets

Open on edu →

April

IMC Prosperity 4

Datathon 2026

Clearly visualise and analyse the data first, think of a few ways that could solve it

Think what might affect valuation

Sharpe ratio -> volatility could be an important factor -> non linear parameters of it

Build a baseline model

Could use test data in training as well

Intro & Sensor ML

Quantitative Risk Management

Lec 06:

Random vectors and their distributions

  • Normalization
  • Right-continuity
  • d -Monotonicity

2026 Mexican ERP System

Continued module work — fields, views, security ACLs, record rules.

Open thread →

March

Red Eye Removal Photoshop

Eye selection -> new adjustment layer -> Hue -> red channel reduce saturation -> add new adjustment layer -> Alt + Drag to have selection -> Hue -> colorize

Investing Greeks

Financial Economics

Open on edu →

Financial Engineering

Lecture on Financial Engineering

Lecture 1-6, not sure which ones I did this month

Open on edu →

Financial Engineering Exercise

Large Scale AI

Open on edu →

Large Scale AI Exercise

Exercise notes for Large Scale AI.

Open on edu →

2026 Mexican ERP System

Started Odoo custom module — SAT/CFDI compliance, manifest, menus, actions.

Open thread →

Computer Vision

Did Computer Vision Lectures

Open on edu →

February

Financial Economics

Lecture on Financial Economics.

Lecture 1-3:
Introduction to financial markets, asset pricing, and portfolio management.

Open on edu →

Large Scale AI

Engineering and optimizing large-scale AI systems on HPC/GPU clusters — model optimization, distributed workloads, profiling, and team projects.

Open on edu →

Analysis 1 & 2 Recap

From logic and limits through multivariable integration, vector calculus, complex analysis, and Fourier series. Definitions, method maps, worked examples, and exercises for ITET. See Notes

Open on edu →

Leather Finish

Usually made of Leather Edge Paint

SBB

January

USA Tax on Investments

DSSL2 (Data Structure Student Language 2)

Based on Racket like python but with contracts (controlling types and tests etc)

Management of Digital Transformation

Did more lectures on Management of Digital Transformation

Open on edu →