frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How your generosity made Weblate better for everyone

https://antennapod.org/de/blog/2026/06/weblate
1•ericdanielski•1m ago•0 comments

I built a fleet-scale inference control plane using Crossplane

https://blog.crossplane.io/building-modelplane/
1•negz•2m ago•0 comments

Elastic Layoffs?

2•nunocoracao•2m ago•0 comments

Google – Alphabet's Sour Soup

1•IAMAGINIT•4m ago•0 comments

Dev shops sell you seniors, then staff the work with juniors

https://twoheads.net/dev-shops-sell-you-seniors/
2•hey-fk•4m ago•0 comments

Robusta's Reckoning: Vietnam's Coffee Boom Running Out of Forest, Water and Time

https://coffeewatch.org/vietnams-robustas-reckoning/
1•littlexsparkee•10m ago•0 comments

Pillars of an Autonomous Agentic System

https://sohit.substack.com/p/pillars-of-an-autonomous-agentic
1•sohitkeshri•11m ago•0 comments

Using the Gini Coefficient to Plan Edge Capacity

https://www.fastly.com/blog/using-gini-coefficient-plan-edge-capacity
2•bshanks•11m ago•0 comments

How Physicists Track and Trap the Elusive Neutrino

https://www.quantamagazine.org/how-physicists-track-and-trap-the-elusive-neutrino-20260624/
1•wasting_time•13m ago•0 comments

Code review powered by an LLM council

https://dromeas.ai/blog/code-review-evolved
1•manos-saratsis•15m ago•1 comments

Incoming: Vanguard On-Demand

https://www.riotgames.com/en/news/vanguard-on-demand
1•Nuthen•16m ago•1 comments

Submodular Context Selection as a Pluggable Engine for LLM Agents

https://arxiv.org/abs/2606.20047
1•Elof•17m ago•0 comments

A knowledge graph blog that turns an Obsidian vault of Markdown notes

https://github.com/halit/hblog-ng
1•nofool•18m ago•0 comments

Record Type Inference for Dummies

https://haskellforall.com/2026/06/record-type-inference-for-dummies
1•birdculture•20m ago•0 comments

Austin Carter, 30, was disarmed by a drone, a possible first in law enforcement

https://www.foxnews.com/us/california-sheriffs-use-magent-equipped-drone-disarm-knife-wielding-se...
3•Tomte•22m ago•0 comments

Show HN: An AI that roasts your spending out loud (no signup)

https://malimoney.com/roast
1•elliptic1•28m ago•0 comments

Terk Box: Fan made 3D printed Steam Machine

https://www.printables.com/model/1493449-sff-mini-itx-steam-machine-case
1•sourcecodeplz•29m ago•0 comments

Are AI chatbots like ChatGPT politically biased? We tested them

https://www.washingtonpost.com/technology/interactive/2026/06/24/are-ai-chatbots-like-chatgpt-pol...
1•reaperducer•29m ago•0 comments

Svartnod – prove a file existed, verified against my own Bitcoin node

https://svartnod.com
1•swedoc•31m ago•0 comments

Zero-Downtime Deployments with Docker Compose – No Kubernetes Required

https://statusdude.com/blog/zero-downtime-docker-compose
13•canto•33m ago•10 comments

Sword swallowing and its side effects (2006)

https://pmc.ncbi.nlm.nih.gov/articles/PMC1761150/
2•bookofjoe•33m ago•0 comments

How H-E-B Became Texas' Most Beloved Brand (2024)

https://texashighways.com/culture/how-heb-became-texas-most-beloved-brand/
2•NaOH•33m ago•1 comments

Life Sprites: more fun and useful than ChatGPT

https://lifesprites.com
1•jmtrevarton•34m ago•1 comments

Show HN: Beat the scalpers. Get your cards at MSRP

https://dropsync.chasedex.com/
1•Charmizard•34m ago•0 comments

Show HN: Apposters – Generate a project website directly from a GitHub link

https://apposters.com/
1•loeona•36m ago•0 comments

52-hertz whale

https://en.wikipedia.org/wiki/52-hertz_whale
5•brightbeige•36m ago•0 comments

NASA's Webb Pinpoints Millions of Stars Within Cigar Galaxy

https://science.nasa.gov/missions/webb/nasas-webb-pinpoints-millions-of-stars-within-cigar-galaxy/
2•Jimmc414•36m ago•0 comments

Former PM admits Israel smuggled Starlinks to Iran during January riots

https://www.presstv.ir/Detail/2026/06/23/770976/Former-Israeli-PM-admits-Tel-Aviv-smuggled-Starli...
3•thisislife2•38m ago•1 comments

Advocacy Groups Express Mixed Views on Embryo Editing

https://undark.org/2026/06/24/embryo-editing-disease-advocacy/
1•EA-3167•38m ago•0 comments

As I am suing the FBI, there may be interruptions to VitaSet LLC's operation

2•VitaSetLLC•40m ago•0 comments
Open in hackernews

The proxy that stops your colleague from leaking another database

https://github.com/intellideep/nlproxy
2•itsLerb•1h ago

Comments

ivanmontillam•1h ago
This reminds me of these enterprise solutions to prevent data leakage, Data Loss Prevention tools (Safetica, Forcepoint, etc.).

Could this be adapted to inherit DLP policies? I have a sample use case, for example:

- Some DLP customers don't need full name protection but might need to prevent credit card PAN numbers from being leaked, per a PCI DSS compliance standard. Expiration dates don't need protection, and only the first 6 and last 4 numbers of a credit card can be shown; CVV2 is off the table, of course.

By checking out the repo, I know this can be configured manually, but can you make it so that it inherits DLP configuration instead of manual configuration? This could considerably boost enterprise adoption.

Big companies don't want to keep manual maintenance of a separate tool, whereas if they adopt it and "just works" with their existing ecosystem, that's an easy win.

This is easily, easily something you could sell as a business exit to a DLP company, because it's one of the "limbs" of protection they offer.