Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 46 min 26 sec ago

Show HN: Local AI document intelligence – no cloud, runs on your machine

Fri, 02/20/2026 - 6:41pm

I got tired of uploading sensitive documents to cloud AI services, so I built UniDocVerse — a fully local AI document analysis platform.

Everything runs on your machine: - Local LLM via Ollama (Mistral 7B) - PostgreSQL + pgvector for semantic search - Tesseract OCR for scanned documents - 10-agent LangGraph pipeline for document analysis - Supports 20+ document types

Available as macOS DMG (notarized), RPM, and DEB packages.

Free 1-month trial. Happy to answer technical questions.

Comments URL: https://news.ycombinator.com/item?id=47095658

Points: 1

# Comments: 0

Categories: Hacker News

Stripe closed our non-profit's account with 0%

Fri, 02/20/2026 - 6:41pm

I'm writing in desperation after our non-profit organization's account, Little Steps Foundation, was suddenly closed by Stripe. They are now holding $5,398.92 in crucial donation funds, and we've only received automated, nonsensical replies.

We are a registered non-profit that raises funds for our charity work through Meta ads (Facebook/Instagram). Our account has a perfect record, which makes this situation completely baffling.

The core of the problem: Stripe claims a "high volume of unauthorized charges," but our own data, exported directly from the Stripe Dashboard, proves this is impossible.

Here is a summary of our account's lifetime stats:

- Total Transactions Processed: 1,074 - Total Disputes (Chargebacks): 0 - Total Refunds: 0 - Early Fraud Warnings (EFWs): 0 - Overall Fraud Rate: 0.00%

How can an account with a 0% fraud rate across 1,000+ transactions be flagged for unauthorized charges? It makes no sense.

The timeline of events shows a clear system failure:

1. Feb 19: Stripe requests identity verification, giving a deadline of March 1. 2. Feb 20: We successfully complete the verification. 3. Minutes later: The system claims the verification request "expired" on Feb 19 (a day before the deadline) and immediately closes our account.

This proves the decision was triggered by a software bug, not a legitimate risk assessment.

We have already sent a detailed appeal to support@stripe.com and heretohelp@stripe.com with a full dossier of evidence (all the CSVs and screenshots), but we are posting here hoping to get the attention of a human at Stripe who can actually review our case and see the obvious mistake.

Any advice or help from the community would be greatly appreciated. We just want our funds released so we can continue our charity work.

Comments URL: https://news.ycombinator.com/item?id=47095657

Points: 4

# Comments: 0

Categories: Hacker News

Be Wary of Bluesky

Fri, 02/20/2026 - 6:35pm
Categories: Hacker News

Show HN: How to make your ClawBot access to all jobs posted in last 24 hrs

Fri, 02/20/2026 - 6:25pm

I run JobHuntr. We’ve been aggregating jobs from our community for a while, and I decided to expose the feed publicly.

It’s a 24-hour rolling job board.

You can generate an API token and read every job posted in the last 24 hours.

Access is free if your agent posts 5 valid jobs from the last 5 hours. Otherwise it’s paid.

There’s no central crawler. The board only exists if people (or their agents) keep it fresh.

It’s essentially a community-maintained job feed with a 24h TTL.

If you're running OpenClaw / Claude / Cursor to search for jobs already, you can point it at this instead of scraping the web again...Save your token!

Comments URL: https://news.ycombinator.com/item?id=47095491

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: CH-UI v2 – ClickHouse workspace in a single binary (Go and Svelte)

Fri, 02/20/2026 - 5:42pm

Hi HN,

I've been building CH-UI, an open-source ClickHouse workspace. Today I'm releasing v2, which is a complete rewrite from scratch.

v1 was a React SPA served via Docker. v2 is a single Go binary with an embedded Svelte frontend — download, run, open browser. No Docker, no Node, no runtime dependencies.

What it does:

- Multi-tab SQL editor with autocomplete - Database/table explorer with data preview - Saved queries - Tunnel architecture: run `ch-ui server` on one machine and `ch-ui connect` next to your ClickHouse — secure WebSocket tunnel, no VPN needed - Self-update (`ch-ui update`), OS service install (`ch-ui service install`)

Pro edition adds dashboards, scheduled jobs, AI assistant (BYO provider), governance (lineage, access matrix, policies), and alerting.

Core is Apache 2.0. Pro uses a signed license model (Ed25519).

Stack: Go 1.24, Svelte 5, SQLite (embedded state), Chi router, WebSocket tunnels.

GitHub: https://github.com/caioricciuti/ch-ui Install: `curl -fsSL https://ch-ui.com/install.sh | sh`

Happy to answer questions about the architecture, the tunnel model, or the open-core licensing approach.

Comments URL: https://news.ycombinator.com/item?id=47095026

Points: 1

# Comments: 0

Categories: Hacker News

2025 State of JavaScript Results

Fri, 02/20/2026 - 5:41pm

Article URL: https://2025.stateofjs.com/en-US

Comments URL: https://news.ycombinator.com/item?id=47095014

Points: 1

# Comments: 0

Categories: Hacker News

Pages