18 Apr 25

I still prefer typst for modern technical writing, but this article has one of the coolest graphs of all time at the bottom.


07 Apr 25

Article I read in freshman year that really made me see linux as a desire. rip castel :(


19 Dec 10

“Anyone who works with LaTeX knows how time-consuming it can be to find a symbol in symbols-a4.pdf that you just can’t memorize. Detexify is an attempt to simplify this search.”


26 Oct 10

MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers.


28 Sep 07

function transform($text) { preg_match_all(“/[tex](.*?)[\/tex]/si”, $text, $matches); for ($i = 0; $i < count($matches[0]); $i++) { $position = strpos($text, $matches[0][$i]); $thunk = $matches[1][$i]; $hash = md5($thunk); $full_name = $this->CACHE_DI