code

7 posts
3D Rendering Engine

3D Rendering Engine

A rasterization 3D engine in Go.

Jan 26, 2026

Test post

Hello ``` const foo = () => undefined; ```


M
matt's Blog
mysky.wtf/profile/stavola.xyz/blog
Jan 16, 2026

GitStat

Displaying coding statistics from multiple different coding forge platforms.

Jul 7, 2025

Garden Network

Secure decentralized transport layer protocol.

Nov 16, 2024
Cookie Body Tracking

Cookie Body Tracking

A full body tracking solution I worked on for quite a while.

Apr 12, 2023
Obstacle Detection

Obstacle Detection

Detecting obstacles for autonomous navigation with stereoscopic cameras and point clouds.

May 16, 2022

A bunch of code

Here’s some python code [1] def _fcq_to_fcr( self, fcq: dict[tuple[float, float, float], np.ndarray] ) -> np.ndarray: """ Fourier transform the force constants on the full q-grid to real space. """ all_q = np.array(list(fcq.keys())) print(f"Found {len(all_q)} q-points in the full BZ") dynmat = np...


B
Bare Bear
barebear.oash.dev
Jan 3, 1921