Typst Makes Big Strides
Typst is a document preparation system that has recently made significant advancements in its development. It aims to provide an alternative to LaTeX with a focus on simplicity and modern features. (lwn.net)
Jevmem is a CLI tool that automatically extracts and persists important project-level memories - decisions, constraints, bugs and todos - directly from Claude Code chats (with optional support for Cursor and Codex). It initializes a JEVMEM.md file plus config and a gitignored .jevmem/ folder, registers hooks into Claude Code, and writes compact, single-line memory entries (≤200 chars). When a memory is superseded it is not deleted but marked as superseded with a reference to the new line. Install and run via npm, provide a Typesafe API key (OpenAI/Anthropic optional), and use commands to init, audit, search, add, label, and inspect Jev decisions. Automatic capture differs by tool: Claude Code captures every turn, Codex can capture while jevmem watch runs, and Cursor/desktop setups rely on agent-initiated calls.
Decisions use a local pipeline: scrub sensitive shapes, send limited context to Jev (TypeSafe AI) which answers typed questions, apply deterministic thresholds in config, and either skip or write one line; saved turns optionally pass through an LLM to render the line. A benchmark on 66 held-out turns shows a 0.30 s median decision time (0.6 s end-to-end), 98.5% save/skip accuracy and 95.5% save+kind, at roughly $0.000127 per decision - far cheaper and faster than larger LLMs, though not the absolute most accurate. Privacy notes, scrubbing rules, and honest limits (v0.4 early-stage, internal evals, unmeasured long-run recall drift, outages dropping turns) are documented.
Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.
Typst is a document preparation system that has recently made significant advancements in its development. It aims to provide an alternative to LaTeX with a focus on simplicity and modern features. (lwn.net)
Go 1.26 and 1.27 introduced experimental APIs for SIMD operations across multiple architectures, enabling faster data processing. These APIs replace the previous need for assembly code, improving performance in tasks like cryptography and AI. (go.dev)
Agentic CUDA Kernel Optimizer is an open-source project aimed at improving GPU kernel performance. It automates optimization processes to enhance efficiency in CUDA programming. (github.com)
Topcoat is a comprehensive full-stack Rust framework designed to simplify building web applications with features like views, components, mailers, and an ORM. It aims to make Rust development as productive and enjoyable as Ruby on Rails, especially for AI-driven server applications. (tokio.rs)
Jev Code Reviewer is an open-source tool designed to assist developers in reviewing code quality and security. It integrates with GitHub workflows to streamline the code review process. (github.com)
Plan modes are becoming obsolete as AI models improve, making detailed instructions less necessary. Maintaining a clear mental model of complex, rapidly changing code is more important than ever to ensure understanding and effective debugging. (aymannadeem.com)
Today's best Hacker News stories, summarized and screenshotted, one email a day.