MKuykendall
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: We decoded 286M Ethereum events and packaged them as a dataset (deltazerolabs.dev)
-
You are, of course, all very welcome.
-
I got tired of needing llama.cpp bindings or separate tokenizer.json files just to tokenize text, so I wrote a pure Rust library that reads the tokenizer directly from your GGUF model file, the same output as llama.cpp,…
-
Auxide is a Rust library for building real-time audio processing graphs. It provides a low-level, deterministic kernel for executing directed acyclic graphs (DAGs) of audio nodes, with a focus on real-time safety and…
- Runtime invariant to rule count in a single-pass boundary execution model (targetedwebresults.com)
-
Hi HN! I built Shimmy, a lightweight AI inference server that can now load HuggingFace SafeTensors models directly without any Python dependencies. The core problem: I wanted to run HuggingFace models locally but didn't…
-
After building several Tauri desktop apps, I kept hitting the same wall: there's no reliable way to access cameras across Windows, macOS, and Linux. Every project meant reinventing camera integration, dealing with…
- RAG is solving the wrong problem (contextlite.com)