Alternatives
Products that do what Fast handwritten LaTeX symbol recognition (Rust/WASM) does
I use Detexify (https://detexify.kirelabs.org/classify.html) a bunch when writing in LaTeX, which lets you draw a symbol and gives you the LaTeX command. But it's quite slow - it takes ~2s to load the page and ~1s to classify each symbol. So I made a faster version using Rust and WASM, running entirely in browser. This cuts the classification time down to ~7ms - fast enough to run on every mouse move, giving you live predictions as you draw.
- 1

- 2

- 3

- 4RA
2013 · mos6581.org
- 5

- 6IW
2021 · github.com
- 7LR
Hi HN, I'm new to Rust and, after half of `The Rust Programming Language` I decided to delve into a project I would actually use: a markdown to html compiler that actually serves my micro-blog (I started just right after publishing the project hehe). The project is intentionally small and one-file contained: I wanted to have the full picture in mind. I'm open to comments, suggestions and PRs. If you asked me more convincing arguments to "why did you do it?" rather than "to learn Rust" I would respond with: LLMs are effectively a new type of web users today and will be more and more present…
Jul 2026 · andreadimatteo.com
- 8SR
2018 · github.com
- 9SE
2018 · symbolsofit.com
- 10LA
2018 · github.com
- 11PA
2014 · github.com
- 12NL
Hey folks, I just wanted to share a quick script I threw together called notational ls. One of the big problems of any code base (or any filesystem) is that it's hard to tell what's what - folder and file names often trade brevity for clarity. So I thought about a version of `ls` that works like this: > nls web: Where python web server files are stored ad_hoc: One time scripts ios: Our IOS code images Adding descriptions is really easy too: > nls images Images SHARED between both ios and web web: Where python web server files are stored ad_hoc: One time scripts ios: Our IOS code…
2011
- 13AF
2016 · github.com
- 14IB
Hey everyone, I was doing some tests with Gaussian Blur and the 2D Gaussian formula. While writing code for the formulas (I'm just trying to learn new things, that's all), I wanted to see LaTeX formulas in my IDE as images or in any convenient way. However, I couldn't find any proper method, such as writing LaTeX as a comment and seeing them as images, etc. So, I started to create my 2-step project: a LaTeX-to-image website & plugin for my IDE. I've completed the first step of this project. I've created a website called https://pictotex.com/ I didn't return to this project due…
2024 · pictotex.com
- 15AF
fasthex - a very optimized hex dumper with all the features other hex dumpers have too
Jun 2026 · github.com
- 16

- 17

- 18IE
Quick note on how it works and how I've done my batch embedding engine IgniteMS. The whole thing runs as one process using Rust, reading input, tokenizing, packing batches, keeping the queue full. TensorRT handles inference. Python is only as a wrapper. I built it this way because when you use more than couple of GPUs, the GPUs stop being the problem. CPU cannot feed them fast enough. One A100 can go through batches faster than Python can tokenize and feed, so the GPU just sits there idle waiting for work. Most of my time went into optimizing this. At 8 GPUs that was basically the entire…
Jun 2026 · github.com
- 19

- 20CA
2019 · github.com
- 21LB
2015 · github.com
- 22RB
Sep 2025 · github.com
- 23CC
2020 · github.com
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →