Writing an Asciidoc Parser in Rust: Asciidocr

Hacker News (score: 19)
Found: November 02, 2025
ID: 2248

Description

Other
Writing an Asciidoc Parser in Rust: Asciidocr

More from Hacker

Show HN: FastScheduler – Decorator-first Python task scheduler, async support

Show HN: FastScheduler – Decorator-first Python task scheduler, async support Hi! I&#x27;ve built this because I kept reaching for Celery for simple scheduled tasks and it felt like overkill. I just needed &quot;run this function every hour&quot; or &quot;daily at 9am&quot;, not distributed workers.<p>So it&#x27;s decorators for scheduling (@scheduler.every(5).minutes, @scheduler.daily.at(&quot;09:00&quot;)), state saves to JSON so jobs survive restarts, and there&#x27;s an optional FastAPI dashboard if you want to see what&#x27;s running.<p>No Redis, no message broker, runs in-process with your app. Trade-off is it&#x27;s single process only — if you need distributed workers, stick with Celery.

Show HN: An LLM-Powered PCB Schematic Checker (Major Update)

Show HN: An LLM-Powered PCB Schematic Checker (Major Update) Traceformer.io is a web application that ingests KiCad projects or Altium netlists along with relevant datasheets, enabling LLM-based schematic review. The system is designed to identify datasheet-driven schematic issues that traditional ERC tools can&#x27;t detect.<p>Since our first launch (formerly as Netlist.io), we&#x27;ve made some big changes:<p>- Full KiCad project parsing via an open-source plugin<p>- Pass-through API pricing with a small platform fee<p>- Automatic datasheet retrieval<p>- ERC&#x2F;DRC-style review UI<p>- Revamped review workflow with selectable frontier models (GPT 5.2, Opus 4.5, and more)<p>- Configurable review parameters (token limits, design rules, and parallel reviews)<p>Additionally, we continue to offer a free plan which lets you evaluate a design before subscribing. We&#x27;re looking forward to hearing your feedback!

Show HN: An AI zettelkasten that extracts ideas from articles, videos, and PDFs

Show HN: An AI zettelkasten that extracts ideas from articles, videos, and PDFs Hey HN! Over the weekend (leaning heavily on Opus 4.5) I wrote Jargon - an AI-managed zettelkasten that reads articles, papers, and YouTube videos, extracts the key ideas, and automatically links related concepts together.<p>Demo video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;W7ejMqZ6EUQ" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;W7ejMqZ6EUQ</a><p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;schoblaska&#x2F;jargon" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;schoblaska&#x2F;jargon</a><p>You can paste an article, PDF link, or YouTube video to parse, or ask questions directly and it&#x27;ll find its own content. Sources get summarized, broken into insight cards, and embedded for semantic search. Similar ideas automatically cluster together. Each insight can spawn research threads - questions that trigger web searches to pull in related content, which flows through the same pipeline.<p>You can explore the graph of linked ideas directly, or ask questions and it&#x27;ll RAG over your whole library plus fresh web results.<p>Jargon uses Rails + Hotwire with Falcon for async processing, pgvector for embeddings, Exa for neural web search, crawl4ai as a fallback scraper, and pdftotext for academic papers.

CLI tool to check the Git status of multiple projects

CLI tool to check the Git status of multiple projects

No other tools from this source yet.