frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What Are You Working On? (Nov 2025)

433•david927•2d ago•1256 comments

Ask HN: Effective way to deal with mosquitoes?

14•simonebrunozzi•6h ago•17 comments

Fashaion Tryon Tool for Fashion Brands

3•jimmydesi9•4h ago•0 comments

Ask HN: Building Privacy-Compliant LLM Apps (e.g. Section 203 StGB)

4•privacycurios•6h ago•1 comments

GitLab – do you host one? Or use the cloud?

3•roscas•6h ago•2 comments

Ask HN: Do businesses want to leave the cloud and return to installable apps?

5•cyrusradfar•7h ago•3 comments

Ask HN: How would you set up a child’s first Linux computer?

217•evolve2k•2d ago•291 comments

Ask HN: Senior people, how did your career evolve?

61•Seb-C•12h ago•40 comments

Ask HN: How do you get over the fear of sharing code?

72•sodokuwizard•2d ago•90 comments

Abac-engine: Lean zero-dep ABAC PDP at 9.37 µs with minimal PAP UI

2•astralstriker•13h ago•0 comments

Ask HN: Anyone Using Gleam in Production?

8•akudha•1d ago•3 comments

Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?

315•urnicus•6d ago•307 comments

Tell HN: X is opening any tweet link in a webview whether you press it or not

646•stillatit•1w ago•515 comments

Ask HN: Who is hiring? (November 2025)

400•whoishiring•1w ago•566 comments

Ask HN: Why has typing on a phone not improved in ~20 years?

11•mvkel•1d ago•17 comments

Ask HN: How to grow and become more employable when working with outdated tech?

4•mattfrommars•1d ago•7 comments

Ask HN: Who wants to be hired? (November 2025)

197•whoishiring•1w ago•467 comments

Supply Chain Alert: Sipeed's Official COMTools Software Flagged as Trojan

5•dripmet•1d ago•2 comments

Is there open source alternative for VAPI or retellai?

7•p_srivastav•23h ago•5 comments

Tell HN: Mechanical Turk is twenty years old today

94•csmoak•1w ago•62 comments

When the Firefighter Looks Like the Arsonist: AI Safety Needs IRL Accountability

4•fawkesg•1d ago•0 comments

Ask HN: Where to begin with "modern" Emacs?

225•weakfish•1w ago•121 comments

Ask HN: Why do designers have repugnant websites?

15•admissionsguy•2d ago•10 comments

Valori – A Python-native Vector Database I built from scratch

9•varshith17•2d ago•11 comments

Ask HN: Do you let your kids use ChatGPT?

7•eibrahim•1d ago•10 comments

Ask HN: How do you deal with eye strain as a developer?

6•deterministic•1d ago•9 comments

Ask HN: Any actual AI projects in production at bigcorp?

5•meetingthrower•2d ago•6 comments

You've reached the end!

Open in hackernews

Abac-engine: Lean zero-dep ABAC PDP at 9.37 µs with minimal PAP UI

2•astralstriker•13h ago
First launch of the ABAC stack I've been running in prod:

*abac-engine (PDP)*: Zero deps, ~4KB gzipped. 9.37 µs warm checks on 100 policies — 26% faster than CASL (6KB, 11.8 µs), 4x faster than Casbin (89KB, 42 µs). PolicyCache handles Vercel cold starts seamlessly.

*@devcraft-ts suite (PAP)*: Minimal admin UI layer — modular React hooks + ShadCN components for policy management/visual builder. No bloat, just what you need.

One-liner: `npm i abac-engine @devcraft-ts/abac-admin-react-ui`

Live docs: https://abac-admin-02-nextjs-app-router.vercel.app/docs Core PDP: https://github.com/astralstriker/abac-engine PAP suite: https://github.com/devcraft-ts

Thoughts on the perf edge over CASL/Casbin? Missing PDP features?