Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MKuykendall
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
MKuykendall
7mo ago
We decoded 286 million raw Ethereum events from Sepolia's early blocks (genesis through ~3M) into clean, query-ready Parquet files. The focus is on ERC-20/ERC-721 transfers and approvals — the kind of data you'd need for ML t
2.
▲
Show HN: We decoded 286M Ethereum events and packaged them as a dataset
(deltazerolabs.dev)
1 points
by
MKuykendall
7mo ago
|
1 comments
3.
▲
by
MKuykendall
8mo ago
Nothing was doing it that often, but nothing WILL ever taint my PATH again.
4.
▲
Show HN: Wanderlust-Rust daemon nukes Windows PATH bloat every 30 min
(github.com)
1 points
by
MKuykendall
8mo ago
|
2 comments
5.
▲
by
MKuykendall
8mo ago
Thanks! Rust needed it
6.
▲
by
MKuykendall
8mo ago
I did not expect a reply sorry! A record is one unit of structured input handled by the system, such as a JSON document, an NDJSON entry, or an API request body. An obligation is a single requirement evaluated against that record, for examp
7.
▲
Show HN: Shimmytok – Pure Rust GGUF tokenizer (no C++, no extra files)
(github.com)
2 points
by
MKuykendall
8mo ago
|
2 comments
8.
▲
by
MKuykendall
9mo ago
This probably went right over everyone’s head. What it actually means is cheaper inference compute and faster, cheaper processing of JSON (or any structured data). Requests that would normally be fully parsed, tokenized, embedded, and sent
9.
▲
by
MKuykendall
9mo ago
MIDI! https://github.com/Michael-A-Kuykendall/auxide-midi
10.
▲
by
MKuykendall
9mo ago
DSP! https://github.com/Michael-A-Kuykendall/auxide-dsp
11.
▲
by
MKuykendall
9mo ago
IO! https://github.com/Michael-A-Kuykendall/auxide-io
12.
▲
Show HN: Auxide- a Real-Time Audio Graph Library for Rust
(github.com)
4 points
by
MKuykendall
9mo ago
|
3 comments
13.
▲
by
MKuykendall
9mo ago
https://github.com/Michael-A-Kuykendall/dzero
14.
▲
Runtime invariant to rule count in a single-pass boundary execution model
(targetedwebresults.com)
5 points
by
MKuykendall
9mo ago
|
5 comments
15.
▲
by
MKuykendall
9mo ago
This is a small experiment showing per-record runtime independent of the number of compiled obligations in a single-pass boundary execution model. The demo focuses on behavior, not throughput tuning. Startup cost scales; runtime does not. D
16.
▲
by
MKuykendall
9mo ago
I built this for my Crabcamera Tauri camera plugin; I needed MP4 recording without shipping FFmpeg binaries. Takes encoded frames + timestamps, outputs a playable MP4. Yippee!
17.
▲
Show HN: Muxide – Zero-dep pure Rust MP4 muxer (H.264/H.265/AV1, no FFmpeg)
(github.com)
11 points
by
MKuykendall
9mo ago
|
2 comments
18.
▲
by
MKuykendall
1y ago
I just released Shimmy v1.7.0 with MoE (Mixture of Experts) CPU offloading support, and the results are pretty exciting for anyone who's hit GPU memory walls. What this solves If you've tried running large language models locally,
19.
▲
Shimmy v1.7.0: Running 42B Moe Models on Consumer GPUs with 99.9% VRAM Reduction
(github.com)
3 points
by
MKuykendall
1y ago
|
1 comments
20.
▲
by
MKuykendall
1y ago
Side note I built a 2500 star and climbing rust application from stem to stern using it https://github.com/Michael-A-Kuykendall/shimmy
21.
▲
Show HN: Rustchain – Rust toolchain AI agent framework universal transpilation
(rustchain.dev)
2 points
by
MKuykendall
1y ago
|
1 comments
22.
▲
by
MKuykendall
1y ago
Great alternatives list! Each serves different use cases: QtMultimedia: Excellent for C++/Qt developers, but requires Qt framework react-native-vision-camera: Perfect for mobile, but CrabCamera targets desktop OpenCV: Great for compute
23.
▲
by
MKuykendall
1y ago
Good point about explaining Tauri better! For context: Tauri = Rust + Web frontend (like Electron but smaller/faster) Problem: Desktop apps need camera access, but web APIs are limited CrabCamera: Provides native camera control for Tau
24.
▲
by
MKuykendall
1y ago
ou were absolutely right about WebRTC complexity! Since that feedback, we've refocused CrabCamera on its core mission - desktop camera access for Tauri apps. Changes made based on your feedback: Removed WebRTC from core scope Focused o
25.
▲
by
MKuykendall
1y ago
This is a crate I am using for another application, I thought it was neato
26.
▲
by
MKuykendall
1y ago
Thx good call!
27.
▲
by
MKuykendall
1y ago
GPU/CUDA: Yes, but disabled by default for faster builds. To enable: remove LLAMA_CUDA = "OFF" from config.toml and rebuild with CUDA toolkit installed. Rust library: Absolutely! Add shimmy = { version = "0.1.0", fe
28.
▲
Show HN: 5MB Rust binary that runs HuggingFace models (no Python)
(github.com)
2 points
by
MKuykendall
1y ago
|
2 comments
29.
▲
Show HN: CrabCamera – Cross-platform camera plugin for Tauri desktop apps
(crates.io)
67 points
by
MKuykendall
1y ago
|
14 comments
30.
▲
by
MKuykendall
1y ago
I didn't have that path set to autodiscover; pull the newest version this is fixed now!!
More ›