๐ ๏ธ Hacker News Tools
Showing 201–220 of 1466 tools from Hacker News
Last Updated
January 17, 2026 at 04:00 AM
Show HN: Python SDK โ forecasting with foundation time-series and tabular models
Hacker News (score: 10)[API/SDK] Show HN: Python SDK โ forecasting with foundation time-series and tabular models Weโve built a Python SDK for running inference on foundation models designed for time-series and tabular data. They are new SOTA models for time-series and tabular tasks and work out of the box. They do not require model training or feature engineering. The link to the GitHub repository is: <a href="https://github.com/S-FM/faim-python-client" rel="nofollow">https://github.com/S-FM/faim-python-client</a>
Microsoft kills IntelliCode in favor of the paid Copilot
Hacker News (score: 35)[Other] Microsoft kills IntelliCode in favor of the paid Copilot
GitHub Actions for Self-Hosted Runners Price Increase Postponed
Hacker News (score: 65)[Other] GitHub Actions for Self-Hosted Runners Price Increase Postponed
Show HN: DocsRouter โ The OpenRouter for OCR and Vision Models
Show HN (score: 12)[API/SDK] Show HN: DocsRouter โ The OpenRouter for OCR and Vision Models Most products that touch PDFs or images quietly rebuild the same thing: a hacked-together โrouterโ that picks which OCR/vision API to call, normalizes the responses, and prays the bill is sane at the end of the month.<p>DocsRouter is that layer as a product: one stable API that talks to multiple OCR engines and vision LLMs, lets you route per document based on cost/quality/latency, and gives you normalized outputs (text, tables, fields) so your app doesnโt care which provider was used.<p>Itโs meant for teams doing serious stuff with documents: invoices/receipts, contracts, payroll, medical/admin forms, logistics docs, etc., who are either stuck on โthe OCR we picked years agoโ or are overwhelmed by the churn of new vision models.<p>Right now you get a REST API, simple SDKs (coming soon), a few pluggable backends (classic OCR + newer vision models), some basic routing policies, and a playground where you can upload a doc and compare outputs side by side.<p>Iโd love feedback from HN on two things:<p>1- If you already juggle multiple OCR/vision providers, what does your homegrown router look like, and what would you need to trust an external one?<p>2 - Would you prefer this or use the LLM/OCR providers directly, with the possibility of changing the provider every so often?<p>Demo and docs are here: <a href="https://docsrouter.com" rel="nofollow">https://docsrouter.com</a>
Security vulnerability found in Rust Linux kernel code
Hacker News (score: 13)[Other] Security vulnerability found in Rust Linux kernel code
Show HN: Largest Public Dataset of Electronic Circuit Files
Show HN (score: 6)[Other] Show HN: Largest Public Dataset of Electronic Circuit Files Introducing Open-Schematics: a large public dataset of electronic schematics with rendered images and structured metadata for ML, circuit understanding, retrieval, and validation.
[Other] Show HN: Muxide โ Zero-dep pure Rust MP4 muxer (H.264/H.265/AV1, no FFmpeg)
Show HN: MDXport โ Browser-Based Markdown to PDF Using Typst and WASM
Show HN (score: 5)[Other] Show HN: MDXport โ Browser-Based Markdown to PDF Using Typst and WASM Hi HN,<p>I built this because I was frustrated with existing Markdown-to-PDF converters. Most of them rely on HTML/CSS (puppeteer) which often messes up pagination and tables, or they require uploading data to a server (privacy concerns).<p>MDXport is a purely client-side tool.<p>The Stack: - Core: Typst (a modern LaTeX alternative) compiled to WebAssembly. - Privacy: Zero data leaves your browser. All rendering happens locally via WASM. - Feature: It handles page breaks and complex tables much better than standard CSS print drivers.<p>I also added some heuristics to automatically fix common formatting errors from LLM generated markdown (e.g., broken nested lists or overflowing tables).<p>It's currently an MVP. No sign-up required, free to use.<p>I'd love to hear your feedback on the rendering quality compared to Pandoc/LaTeX.<p>Link: <a href="https://www.mdxport.com" rel="nofollow">https://www.mdxport.com</a>
Developers can now submit apps to ChatGPT
Hacker News (score: 30)[Other] Developers can now submit apps to ChatGPT
[Other] Show HN: Minimal DL library in C โ 24 NAIVE CUDA/CPU ops, autodiff, Python API
Show HN: High-Performance Wavelet Matrix for Python, Implemented in Rust
Show HN (score: 7)[Code Quality] Show HN: High-Performance Wavelet Matrix for Python, Implemented in Rust I built a Rust-powered Wavelet Matrix library for Python.<p>There were surprisingly few practical Wavelet Matrix implementations available for Python, so I implemented one with a focus on performance, usability, and typed APIs. It supports fast rank/select, top-k, quantile, range queries, and even dynamic updates.<p>Feedback welcome!
Show HN: GitForms โ Zero-cost contact forms using GitHub Issues as database
Show HN (score: 33)[Other] Show HN: GitForms โ Zero-cost contact forms using GitHub Issues as database got tired of paying $29โ99/month for simple contact forms on landing pages and side projects (Typeform, Tally, etc.).So I built GitForms: an open-source contact form that stores submissions as GitHub Issues.How it works:Form runs on your Next.js 14 site (Tailwind + TypeScript) On submit โ creates a new Issue in your repo via GitHub API You get instant email notifications from GitHub (free)<p>Zero ongoing costs:No database, no backend servers Deploy on Vercel/Netlify free tier in minutes Configurable via JSON (themes, text, multi-language)<p>Perfect for MVPs, landing pages, portfolios, or any low-volume use case.Repo: <a href="https://github.com/Luigigreco/gitforms" rel="nofollow">https://github.com/Luigigreco/gitforms</a> License: CC-BY-NC-SA-4.0 (non-commercial only โ fine for personal projects, not client work).Curious what HN thinks: would you use this? Any obvious improvements or edge cases I missed?Thanks!
Show HN: Tonbo โ an embedded database for serverless and edge runtimes
Show HN (score: 5)[Database] Show HN: Tonbo โ an embedded database for serverless and edge runtimes
Linux Kernel Rust Code Sees Its First CVE Vulnerability
Hacker News (score: 86)[Other] Linux Kernel Rust Code Sees Its First CVE Vulnerability
A Safer Container Ecosystem with Docker: Free Docker Hardened Images
Hacker News (score: 161)[Other] A Safer Container Ecosystem with Docker: Free Docker Hardened Images
A terminal emulator that runs in your terminal. Powered by Turbo Vision
Hacker News (score: 53)[Other] A terminal emulator that runs in your terminal. Powered by Turbo Vision
Log level 'error' should mean that something needs to be fixed
Hacker News (score: 15)[Other] Log level 'error' should mean that something needs to be fixed
[CLI Tool] Show HN: Skouriasmeno Papaki โ S3 transfer tool, up to 12x faster than AWS-CLI
I ported JustHTML from Python to JavaScript with Codex CLI and GPT-5.2 in hours
Hacker News (score: 91)[Other] I ported JustHTML from Python to JavaScript with Codex CLI and GPT-5.2 in hours
Show HN: A community-curated list of BYOC (Bring Your Own Cloud) vendors
Show HN (score: 9)[Other] Show HN: A community-curated list of BYOC (Bring Your Own Cloud) vendors Hi HN,<p>Iโm from the team at Nuon. While building in the Bring Your Own Cloud (BYOC) space, we realized there wasn't a centralized, community-driven resource like awesome-selfhosted.net for managed software that lives in the customer's VPC.<p>We hope software vendors will open a PR and add their BYOC offerings.