frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claudeforce

https://www.salesforce.com/claudeforce/?bc=HL
1•makeramen•3m ago•0 comments

Baltimore neighborhoods rely on private security to fill policing gaps

https://www.baltimoresun.com/2024/09/20/baltimore-neighborhoods-rely-on-private-security-to-fill-...
1•allgirl•3m ago•1 comments

Show HN: Text editor that does it all

https://kraa.io/about?s=hn
1•levmiseri•8m ago•1 comments

C++26: Std:Inplace_vector

https://www.sandordargo.com/blog/2026/08/26/cpp26-inplace-vector
1•signa11•12m ago•1 comments

SpaceX plans a $100B spaceport built for launches a year

https://thenextweb.com/news/spacex-louisiana-spaceport-100bn-europe-launch-cadence
1•ksec•14m ago•0 comments

Composition and Modular Verification of TLA+ Specs

http://muratbuffalo.blogspot.com/2026/08/composition-and-modular-verification-of.html
2•matt_d•15m ago•0 comments

Ask HN: How do you protect self-hosted websites from LLM scrapers?

1•atmosx•17m ago•1 comments

OpenAI staff observed warning signs before AI agents attack on Hugging Face

https://www.theguardian.com/technology/2026/aug/26/openai-staff-observed-warning-signs-before-ai-...
3•nreece•18m ago•1 comments

Prefix Sliding for efficient test-time scaling

https://arxiv.org/abs/2608.26070
1•E-Reverance•19m ago•0 comments

Show HN: Wallps: set different live wallpapers for macOS desktop and lock screen

https://deepanshumishraa.github.io/wallps/
2•dipxsy•20m ago•0 comments

The choices we make about AI now are critical

https://www.gatesnotes.com/home/home-page-topic/reader/a-turbulent-ai-era-and-critical-choices-to...
1•kristianp•23m ago•1 comments

Social Link Vault – Local-first Android bookmark manager (Never forget a link))

https://play.google.com/store/apps/details?id=com.yzh.social_link_vault_ai&hl=en_US
1•yhammadieh•24m ago•0 comments

DRM/xe: Don't hand out the flat CCS storage as usable VRAM

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=818bebeb63dd6bf5f4e...
1•DarmokJalad1701•25m ago•0 comments

Centuries-old hunger stones are emerging as Europe's rivers recede

https://www.dw.com/en/hunger-stones-the-history-behind-if-you-see-me-weep/a-78345729
1•divbzero•25m ago•0 comments

In Hilbert Space, All Things Are Quantumly Possible

https://www.quantamagazine.org/in-hilbert-space-all-things-are-quantumly-possible-20260826/
1•pykello•26m ago•1 comments

Bootstrappable Builds: How and Why

https://lwn.net/Articles/1088279/
1•pykello•27m ago•0 comments

How to Spot a Psychopath

https://www.theguardian.com/science/2026/aug/27/how-to-spot-a-psychopath-its-like-the-difference-...
1•sandebert•32m ago•0 comments

Edit PDFs Online for Free

https://editpdfsonlinefree.com/
1•bobby2shorts•41m ago•0 comments

Dominion spent nearly $600K at State House before seeking rate hike

https://www.thestate.com/news/politics-government/article315469742.html
1•newsomix9xl•45m ago•1 comments

Pnpm 12.0

https://pnpm.io/blog/releases/12.0
7•jcbhmr•48m ago•0 comments

Show HN: YASS – Open-source stock screener with point-in-time backtesting

https://github.com/jamesjxliao/yass
3•52h316g•55m ago•0 comments

US Army to spend $2B nuclear microreactors for bases

https://www.dw.com/en/us-army-to-spend-2-billion-nuclear-microreactors-for-bases/a-78518374
3•rustoo•56m ago•0 comments

Ask HN: Would you pay for an AI API that guarantees zero prompt retention?

3•mhrnik•57m ago•5 comments

Data Centers Preserved Their $2B Virginia Tax Break

https://news.bloombergtax.com/daily-tax-report-state/how-data-centers-preserved-their-2-billion-v...
2•newsomix9xl•1h ago•0 comments

Show HN: Historical daily weather for any US ZIP code Python Package

https://github.com/gojiplus/get-weather-data
3•neehao•1h ago•0 comments

Who Wins as Intelligence Commodifies?

https://www.strangeloopcanon.com/p/who-wins-as-intelligence-commodifies
3•abrbhat•1h ago•0 comments

IncSFS: Incremental Full-Sparse Flow-Sensitive Pointer Analysis for C/C++

https://arxiv.org/abs/2608.24391
2•matt_d•1h ago•0 comments

Show HN: Simple Fax Sending Website

https://www.perpagefax.com/
2•engintekin•1h ago•0 comments

Show HN: MLSentinel – monitor ML models and catch failures early

https://www.mlsentinel.dev/
2•drdoom_2007•1h ago•0 comments

XBlade 25.1.17 competes directly with Wayland's sandboxing, exceeding parity

https://git.sr.ht/~bhyvxe/xblade
2•icmpkitty•1h ago•0 comments
Open in hackernews

Ask HN: Would you pay for an AI API that guarantees zero prompt retention?

3•mhrnik•57m ago
i am just tired of looking for a reliable open-source model AI API with ZDR and don't even save my prompts. I'm thinking of a service for people like me who want to use it.

idea is a simple OpenAI-compatible API:

Access to open-weight models

zero retention of prompts and completions

no training on data

only retain metadata required for billing and operations: request ID, model, input/output token counts, latency, timestamp, etc.

no request/response in logs

Just here to check interest. I am not 100% sure if I can get compute to do it or not (may be i can just try with my 5090 first with a small model), but I just want to check and talk with people rather than just thinking in my head.

Comments

cregy•46m ago
Openrouter offers that already on a few models
minimaxir•39m ago
Specifically, you can set an account setting "only do ZDR" and it will error if you try to use an endpoint that doesn't do it.
mhrnik•33m ago
Tried and not reliable.

last day only I visited to try qwen3.8-max, and there is only one provider alibaba and personally I don't prefer them.

selfhoster11•12m ago
Tinfoil etc offer TEE inference that works well, directly or via API routers.
mhrnik•2m ago
thanks. tinfoil [dot] sh looks promising. trying it.