frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Haitless: Quit Addiction

1•felixkariuki_m•5m ago•0 comments

I am a 15-year-old girl: the vile misogyny that confronts me on social media

https://www.theguardian.com/commentisfree/2026/feb/23/15-year-old-girl-misogyny-social-media-onli...
2•Anthony-G•5m ago•1 comments

Coding Consistently with Agents in 2026

https://www.mykel.org/notes/coding-with-agents
1•mvkel•5m ago•0 comments

VisPhyWorld: Probing Physical Reasoning via Code-Driven Video Reconstruction

https://arxiv.org/abs/2602.13294
1•PaulHoule•6m ago•0 comments

Police are finding suspects based on searches as courts weigh privacy concerns

https://apnews.com/article/google-reverse-keyword-search-privacy-c5a0bc6f3790213f92e78aae720d2379
1•iamnothere•8m ago•0 comments

Show HN: OmniClaw – An autonomous AI swarm that runs natively on Termux

https://github.com/webspoilt/omniclaw
1•anon89745•8m ago•1 comments

Read Locks Are Not Your Friends

https://eventual-consistency.vercel.app/posts/write-locks-faster
1•birdculture•10m ago•0 comments

Why You Shouldn't Raise VC (Yet): How to Bootstrap with Carolyn Katz

https://fi.co/events/why-you-shouldn-t-raise-vc-yet-how-to-bootstrap-with-carolyn-katz
1•FInstituteNY•11m ago•1 comments

I reduced my OpenSearch costs by 85% using disk-based vector search

https://builder.aws.com
1•namarjun•11m ago•0 comments

Will Software Engineering Survive?

https://akr.am/blog/posts/will-software-engineering-survive
1•thefilmore•11m ago•1 comments

"Car Wash" test with 53 models

https://opper.ai/blog/car-wash-test
8•felix089•12m ago•0 comments

Torvalds: Someone who isn't afraid of numbers past teens will take over Linux

https://www.theregister.com/2026/02/23/linux_7_0_rc1/
3•smurda•15m ago•0 comments

Does AI put women at a disadvantage?

https://www.ft.com/content/60e2a900-8999-46cc-8107-4f468f442aae
1•paulpauper•15m ago•1 comments

Show HN: DevUtility Hub – Like CyberChef, but for the 2026 Stack (MCP, ZKP, AI)

https://www.devutilityhub.me/
1•badboyshah•15m ago•0 comments

Did Eastern Europe produce that many slaves?

https://www.cambridge.org/core/journals/american-political-science-review/article/consequences-of...
1•paulpauper•16m ago•0 comments

Mailing List Blocklists/Blacklists

1•mappx•16m ago•0 comments

My screed against capital-T taste

https://text-incubation.com/my-screed-against-capital-t-taste
1•krrishd•17m ago•0 comments

Using an LED Loop to Verify Your Toolchain Is Flashing the Hardware

https://hubble.com/community/guides/use-led-loop-verify-toolchain-flashing-hardware/
1•jmarbach•17m ago•0 comments

Show HN: Glue – new language and toolchain for data modeling

https://guywaldman.com/posts/introducing-glue
2•guywald•18m ago•0 comments

Tech-Savvy Observability

https://github.com/heyojules/lotus
1•gintokinx•18m ago•0 comments

Show HN: Makethlm – combine make/just with LLM

https://github.com/latedeployment/makethlm
1•elegantgate•19m ago•0 comments

Show HN: Oxlo.ai – AI APIs with unlimited tokens and request based pricing

https://www.oxlo.ai/
1•Barathkanna•22m ago•0 comments

UNIX99, a UNIX-like OS for the TI-99/4A

https://forums.atariage.com/topic/380883-unix99-a-unix-like-os-for-the-ti-994a/
8•marcodiego•23m ago•0 comments

Traditional search is broken, so I tried fixing it

https://github.com/Shantanugupta43/SuggestPilot
1•shaanuknow•24m ago•0 comments

HackEurope 2026: A short rant on AI and hackathons

https://duti.dev/blog/2026/spr/
2•acheong08•24m ago•0 comments

OpenClaw overtakes Linux in GitHub popularity contest

https://www.star-history.com/#codecrafters-io/build-your-own-x&torvalds/linux&openclaw/openclaw&t...
2•whit537•25m ago•1 comments

You don't need free lists

https://jakubtomsu.github.io/posts/bit_pools/
1•renehsz•26m ago•0 comments

Show HN: I built a tool I needed

https://marketplace.visualstudio.com/items?itemName=Paragent.paragent
1•akad•27m ago•0 comments

GitLab Threat Intelligence Team Reveals North Korean Tradecraft

https://about.gitlab.com/blog/gitlab-threat-intelligence-reveals-north-korean-tradecraft/
1•quantified•27m ago•0 comments

Building Pro-Worker Artificial Intelligence (Acemoglu, Autor, Johnson)

https://www.nber.org/papers/w34854
2•bikenaga•27m ago•1 comments
Open in hackernews

Show HN: RBAC Algorithm – Pure Python, hybrid RBAC+ABAC, pluggable storage

https://github.com/Maneesh-Relanto/RBAC-algorithm
1•maneeshthakur•2h ago
I Built an Enterprise-Grade RBAC Library in Pure Python — Here's What It Can Do

Access control is one of those things every app needs but almost no one gets right the first time. Roles mushroom, permissions sprawl, and the next thing you know your "admin" check is a 200-line switch statement.

I spent the last few weeks building *RBAC Algorithm* — a clean, zero-dependency Python library that handles Role-Based and Attribute-Based Access Control in a single, composable API.