frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Tech Turned Against Women

https://www.ft.com/content/60e2a900-8999-46cc-8107-4f468f442aae
1•mooreds•23s ago•0 comments

Show HN: CodexBar for Android – Monitor Claude quotas on your phone

https://github.com/hyunnnchoi/CodexBar-android
1•hyunnnchoi•41s ago•0 comments

Lovable Alternative for Product Teams

https://www.omniflow.team
1•stellaartois•1m ago•1 comments

DARPA to develop biological chips for low-power AI training at the edge

https://www.datacenterdynamics.com/en/news/darpa-o-circuit-program-aims-to-develop-unconventional...
1•giuliomagnifico•1m ago•0 comments

The Taxonomy of Pointers (2025)

https://mcyoung.xyz/2021/05/24/ptr-taxonomy/
2•vinhnx•1m ago•0 comments

Why we'll never see a yokozuna in the Super Bowl

https://www.japantimes.co.jp/sports/2026/02/11/sumo/sumo-vs-nfl/
1•PaulHoule•1m ago•0 comments

The Art of Formatting Code (2025)

https://mcyoung.xyz/2025/03/11/formatters/
1•vinhnx•1m ago•0 comments

The Prolific Output of Wes McKinney in the Age of Agentic Engineering

https://posit.co/blog/the-prolific-output-of-wes-mckinney-in-the-age-of-agentic-engineering/
1•richmeister•2m ago•0 comments

Brian Cox: The terrifying possibility of the Great Filter [video]

https://www.youtube.com/watch?v=rXfFACs24zU
1•whicks•2m ago•0 comments

Ask HN: What are your favorite debugging techniques?

1•algocli•3m ago•0 comments

Netlabs – Videos on Routing and Cisco

https://www.youtube.com/channel/UCGqARa8dvW37TSoBw4bThQA
1•getwiththeprog•4m ago•1 comments

Master and Commander

https://magazine.atavist.com/2026/sea-shanty-labor-investigation
1•gmays•4m ago•0 comments

You Bought Zuck's Ray-Bans. Now Someone in Nairobi Is Watching You Poop

https://blog.adafruit.com/2026/03/04/you-bought-zucks-ray-bans-now-someone-in-nairobi-is-watching...
3•ptorrone•5m ago•1 comments

UnitedHealth promised transparency. Instead, it's cutting back key disclosures

https://www.statnews.com/2026/03/04/unitedhealth-limits-subsidiary-disclosure-sec-reporting-shift/
1•brandonb•5m ago•0 comments

If you give a dev a server

https://medium.com/@lee.harding/if-you-give-a-dev-a-server-34eb8c754b45
1•mlhpdx•5m ago•0 comments

Kraken Becomes First Crypto Firm to Win Access to Fed's Core Payments System

https://www.wsj.com/finance/regulation/kraken-becomes-first-crypto-firm-to-win-access-to-feds-cor...
1•bookofjoe•6m ago•1 comments

Show HN: I built a bug reporter that opens a GitHub PR to fix the bug

https://vibecheck-qa.com
1•kosbay•8m ago•1 comments

ICE has spun a surveillance web

https://text.npr.org/nx-s1-5717031
1•mooreds•8m ago•0 comments

Show HN: Kasbah Guard – Free browser extension that catches secrets on GenAI

https://bekasbah.com/
1•AdnaneA•10m ago•0 comments

'Project Hail Mary' Contains No Green Screen Shot in Movie, Director Says

https://www.hollywoodreporter.com/movies/movie-news/project-hail-mary-no-green-screen-budget-1236...
1•thunderbong•11m ago•0 comments

Cognitive Sandbox Manifesto – Artificial Life and Transparent Neural Systems

https://github.com/ViciousSquid/Dosidicus/wiki/Cognitive-Sandbox-Manifesto-%7C-Artificial-Life-an...
1•vicioussquid•11m ago•0 comments

AMD Engineer Leverages AI to Help Make a Pure-Python AMD GPU User-Space Driver

https://www.phoronix.com/news/AI-Pure-Python-AMD-GPU-Driver
1•mikece•11m ago•0 comments

Show HN: OpenKIWI (Knowledge Integration and Workflow Intelligence)

https://github.com/chrispyers/openkiwi
1•pyerschris•12m ago•0 comments

Show HN: Callzo – I built this to call home when I land abroad

https://www.callzo.io/
1•mayursinh•12m ago•0 comments

Actor-Curator: Learning the Training Curriculum for RL Post-Training

https://arxiv.org/abs/2602.20532
1•jonathanlight•13m ago•1 comments

Show HN: Slate – An Open Source Local First Note taking web app built using Rust

https://app.slate.tangentlabs.dev/
1•sheerluck•14m ago•0 comments

Why multi-step AI workflows need a new language?

https://www.pipelex.com/blog/why-multi-step-ai-workflows-need-a-new-language
4•lchoquel•14m ago•0 comments

Review: I Write Like

https://forkingmad.blog/review-i-write-like/
1•zdw•15m ago•0 comments

Painless skin patch offers new way to monitor immune health

https://medicalxpress.com/news/2026-03-painless-skin-patch-immune-health.html
1•gmays•15m ago•0 comments

Lose Myself

https://www.eod.com/blog/2026/02/lose-myself/
1•el_benhameen•16m ago•0 comments
Open in hackernews

TrueLock – encrypted capsules with built-in unlock rules

https://truelock.pro/
1•dkatsura•2h ago

Comments

dkatsura•2h ago
I built TrueLock to share content that opens only under rules, without cloud dependency or a central service.

A capsule is one .cfcaps file containing encrypted payload + an embedded unlock policy. The recipient gets one file, and the app checks rules locally before open.

Current rules:

time window

geo radius

password

visual key (up to 5 images)

AND/OR logic across rules

Windows geo can be confirmed via a phone relay (QR challenge/proof flow).

Capsules can contain text and attachments (including media). Current clients: Android + Windows.

Crypto in current build: AEAD (AES-GCM / ChaCha20-Poly1305) + Argon2id for passwords. Format: cross-platform capsule container.

Threat-model boundary: This is application-layer enforcement. A fully compromised endpoint/runtime can bypass local checks or exfiltrate plaintext after legitimate open. The goal is programmable disclosure in normal environments (reduce premature/accidental access).

I’d value technical feedback on:

threat-model clarity

most compelling real use case

which trust artifact is most useful next (format spec, vectors, reproducible builds, etc.)

Quick test: set a time window (e.g., unlock in 2 minutes), share the .cfcaps, try open before/after.

https://truelock.pro

dkatsura•1h ago
Maker here. I’m especially interested in criticism of the threat model.

If you try it, I’d love feedback on:

which rule is actually useful in practice (time/geo/visual key)

what is confusing in setup

what would increase trust fastest (spec, vectors, reproducible builds)

dkatsura•1h ago
If useful, I can post a minimal capsule format sketch (header + policy fields) and a compact threat-model table (what it protects vs. what it does not).
dkatsura•5m ago
As promised, here’s a minimal sketch.

*Capsule format (high-level)*

* magic + version * crypto suite id (AEAD) * KDF id + parameters (for password path) * salt / nonces * policy section (time/geo/password/visual, AND/OR AST) * ciphertext (payload blob) * auth tag / integrity

*Threat model (compact)* Protects against:

* someone who only gets the `.cfcaps` file (without required secrets/rules) * accidental/premature access during sharing (time/place/team constraints)

Does not protect against:

* fully compromised endpoint/runtime (bypass checks / exfiltrate plaintext after legitimate open) * malicious recipient taking photos/screenshots once content is opened

If people want, I can write a 1-page spec from this (policy AST fields + encoding).