<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-07-06T06:41:08+00:00</updated><id>/feed.xml</id><title type="html">Your awesome title</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">Using SIMD to simulate a double pendulum</title><link href="/math/physics/computing/simd/2025/11/16/simulating-a-double-pendulum.html" rel="alternate" type="text/html" title="Using SIMD to simulate a double pendulum" /><published>2025-11-16T00:00:00+00:00</published><updated>2025-11-16T00:00:00+00:00</updated><id>/math/physics/computing/simd/2025/11/16/simulating-a-double-pendulum</id><content type="html" xml:base="/math/physics/computing/simd/2025/11/16/simulating-a-double-pendulum.html"><![CDATA[<h2 id="simd-and-double-pendulum">SIMD and double pendulum</h2>

<p>So, I kinda suck at <em>pthreads</em> and physics simulations.
So why not knock two birds out with one stone?
So, in this series, I’m going to be working on
using Lagrangian and then Hamiltonian methods to simulate a double pendulum.
The project is initally going to be CLI with no GUI component,
but potenitally have a GUI later.</p>

<h2 id="some-notes">Some Notes</h2>

<p>While the code will be in C initally, <em>I do not recommend</em> this.
It would, and is, 10 billion times better to use numpy, or C++ over raw C.
This is for me to learn <em>pthreads</em> and x86 intrinsics.</p>

<p>Development might be slow!
I plan on working on some other stuff as well, like more math or linear algebra
and videos to accompany them.
I’m also going to discuss a lot more later on.
Stay tuned for the next update about physics and design decisions!</p>]]></content><author><name></name></author><category term="Math" /><category term="Physics" /><category term="Computing" /><category term="SIMD" /><summary type="html"><![CDATA[SIMD and double pendulum]]></summary></entry><entry><title type="html">Hello!</title><link href="/math/2025/10/14/test-post.html" rel="alternate" type="text/html" title="Hello!" /><published>2025-10-14T00:00:00+00:00</published><updated>2025-10-14T00:00:00+00:00</updated><id>/math/2025/10/14/test-post</id><content type="html" xml:base="/math/2025/10/14/test-post.html"><![CDATA[<p>$e^x = \sum_{n \in \mathbb{N}} \frac{x^n}{n!}$</p>]]></content><author><name></name></author><category term="Math" /><summary type="html"><![CDATA[$e^x = \sum_{n \in \mathbb{N}} \frac{x^n}{n!}$]]></summary></entry></feed>