Bringing the Predator-Prey Model to Life: An Animated TaleHow to animate a simulation in not very many lines of Python code...Mar 21, 2024·4 min read·216
Charting the Unknown: Blending Chat-GPT's AI with Narrative Modelling to Navigate UncertaintyNov 10, 2023·13 min read·35
Surround yourself with people that are a higher power level than you.It is a well-known fact that the environment we surround ourselves with plays a significant role in shaping who we are and what we can achieve. This is why it is essential to surround ourselves with individuals who possess greater knowledge and exper...Apr 6, 2023·3 min read·55
It's better to be roughly right than precisely wrongOften in modelling and simulation projects, there is a temptation to add more complexity to the solution to a problem than the original question demands - whether it's an overly fine mesh on a detailed geometry in a Finite Element Analysis, or a fina...Feb 26, 2023·5 min read·100
Scrum vs. Kanban: Choosing the Right Approach for Your Work ManagementWhy did the scrum master and the kanban coach start dating? Because they were both flow-ing in love with each other's approach to work management!Feb 1, 2023·13 min read·75
Simulating a hospital serving 100,000 patients in 100 lines of Python.Welcome to the exciting world of simulating patients in an Accident and Emergency department using Python and SimPy! Forget about staring at spreadsheets for hours on end, we're going to use code to simulate patients arriving at a hospital and see wh...Jan 29, 2023·6 min read·1.1K