#rust
14 pages tagged with "rust"
programming
- building a 150K-word english dictionary with llms: opengloss โ synthetic encyclopedic dictionary and semantic knowledge graph โ 537K sense definitions, 9.14M edges, and a live api, generated in under a week for under $1,000
- emacs configuration โ comprehensive guide to a modern, ai-integrated emacs setup optimized for python and rust development
- fast zero-dependency sentence splitting in python with nupunkt โ pure python and rust sentence boundary detection โ 91% precision, 10M+ chars/sec, zero dependencies, trained on legal text but used across domains
- manylinux rust/pyo3 build guide โ comprehensive guide for building manylinux-compliant python wheels with rust extensions using pyo3 and maturin
- ruff linter and formatter โ comprehensive guide to ruff - the extremely fast rust-based python linter and code formatter from astral
- rust development โ rust development resources and setup guides
- tokenizing raw executables for malware analysis with bbpe โ pretrained huggingface-compatible bpe tokenizers for raw binaries โ use them for malware classification, binary similarity, and reverse engineering with transformers
- ty type checker โ comprehensive guide to ty - the extremely fast rust-based python type checker and language server from astral
- uv package manager โ comprehensive reference for uv and uvx - python package and project management
infosec
- chunkloris: actix-web โ HTTP/1.1 chunked transfer encoding. actix-web 4.x. verdict: vulnerable per chunk.
- chunkloris: actix-web (h2c) โ HTTP/2 (h2c) DATA frames. actix-web (h2c) 4.x. verdict: batches correctly.
- chunkloris: axum (on hyper) โ HTTP/1.1 chunked transfer encoding. axum (on hyper) 0.7 / hyper 1.x. verdict: vulnerable per chunk.
- chunkloris: hyper 1.5 + h2 0.4 (h2c) โ HTTP/2 (h2c) DATA frames. hyper 1.5 + h2 0.4 (h2c) hyper 1.5 / h2 0.4. verdict: batches correctly.
- chunkloris: tokio-tungstenite โ WebSocket text frames. tokio-tungstenite 0.24 on rust 1.83. verdict: batches correctly.