frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Linux 7.0 Adds Support for BPF Filtering to IO_uring

https://www.phoronix.com/news/Linux-7.0-IO-uring-BPF-Filter
1•teleforce•1m ago•0 comments

Code a Database in 45 Steps

https://trialofcode.org/database/
2•firephox•4m ago•0 comments

AI GPUs probably live longer than three years

https://www.seangoedecke.com/ai-gpus-live-longer-than-three-years/
1•Brajeshwar•5m ago•0 comments

UK unveils social media ban for users under 16

https://techcrunch.com/2026/06/15/uk-unveils-sweeping-social-media-ban-for-users-under-16/
1•SilverElfin•7m ago•0 comments

Show HN: We put voice agent on our website, learned retrieval isn't bottleneck

https://www.moss.dev/blog/founding-agent
4•srimalireddi•7m ago•0 comments

Large Text Compression Benchmark

https://www.mattmahoney.net/dc/text.html
1•nathan-barry•8m ago•0 comments

Locus Founder from Locus (YC F25)

https://locusfounder.com/
2•wezabis•8m ago•0 comments

Britain Announces Social Media Ban for Children

https://www.nytimes.com/2026/06/15/world/europe/uk-social-media-children.html
1•1vuio0pswjnm7•9m ago•0 comments

AI Won't Fix a Company That Can't Ship

https://agileproductdevelopment.substack.com/p/ai-wont-fix-a-company-that-cant-ship
1•speckx•9m ago•0 comments

The Bright Side of ADHD: Dr. Ned Hallowell on Embracing and Succeeding with Add

https://additudemag.libsyn.com/the-bright-side-of-adhd-dr-ned-hallowell-on-embracing-and-succeedi...
1•yablak•10m ago•0 comments

Show HN: Continuous Nvidia CUDA PC Sampling Profiler

https://www.polarsignals.com/blog/posts/2026/06/10/nvidia-cuda-pc-sampling
2•gnurizen•10m ago•1 comments

SHOW HN: I created a Show HN social app where you can show your projects

https://kritive.com
1•sambhav10•11m ago•0 comments

Show HN: PDF Export YouTube Transcriptions

1•cristyg0101•12m ago•0 comments

Sand Bubbler Crab

https://en.wikipedia.org/wiki/Sand_bubbler_crab
1•thunderbong•14m ago•0 comments

Growing the Cloudflare AI Team with Talent from Ensemble AI

https://blog.cloudflare.com/ensemble-ai-talent-joins-cloudflare/
1•jgrahamc•14m ago•0 comments

Mythos-class models will diffuse throughout the world by 2029

https://spateder.com/projects/20260611/openweightmodels
1•gmays•14m ago•0 comments

Show HN: Prodgate, a CLI that catches Express auth regressions in PRs

https://github.com/prodgate-dev/prodgate
1•anans04•16m ago•0 comments

Othello World

https://flowtwo.io/post/othello-world
1•thomasjb•16m ago•0 comments

Show HN: Exploiting Slack's video embeds to achieve E2EE communication

https://v1c.rocks/log/exploiting-slack-video/
5•victorio•16m ago•0 comments

Birth of new brain cells might erase babies' memories (2014)

https://www.sciencenews.org/article/birth-new-brain-cells-might-erase-babies-memories
1•amichail•17m ago•0 comments

My LSM tree was slower than a B-tree. Then I profiled it

https://aasheesh.vercel.app/blog/lsm-tree
1•aasheeshrathour•17m ago•0 comments

Fun with an indecisive AI coding agent

https://benhoyt.com/writings/indecisive-ai-agent/
1•azhenley•19m ago•0 comments

UK Bans Under-16s from Using Social Media Apps Including TikTok and YouTube

https://www.usnews.com/news/business/articles/2026-06-15/british-leader-expected-to-impose-teen-s...
1•jawns•20m ago•0 comments

The dissent that became a statute

https://www.scotusblog.com/2026/06/the-dissent-that-became-a-statute/
1•jawns•21m ago•0 comments

Solving a chess puzzle with Claude and Prolog

https://www.johndcook.com/blog/2026/06/11/prolog-claude/
1•azhenley•23m ago•0 comments

AI is saving office workers hours but stealing some time via 'botsitting'

https://tech.yahoo.com/ai/articles/ai-cutting-hours-office-creating-100000614.html
1•mooreds•23m ago•0 comments

FIFA seeks explanation over VAR official's hand gesture

https://www.bbc.co.uk/sport/football/articles/cy9rd8g1lwzo
1•bennyp101•24m ago•1 comments

The Silver Globe – Andrzej Żuławski

https://culture.pl/en/work/on-the-silver-globe-andrzej-zulawski
1•mooreds•24m ago•0 comments

Chinese hackers breach REDCap servers, steal medical research

https://www.bleepingcomputer.com/news/security/chinese-hackers-breach-redcap-servers-steal-medica...
1•Lihh27•25m ago•0 comments

Bead is a device that verifies you are a human being [satire]

https://thebead.pixlw.com/
1•altmanaltman•25m ago•0 comments
Open in hackernews

The catalogue of prompt injection attacks

https://archestra.ai/blog/10-basic-prompt-injections
7•ildari•1h ago

Comments

ildari•1h ago
I recently gave a talk on prompt injections attacks and defences and gathered them all in this article
noah34•1h ago
i've been wondering recently if defense against prompt injection is more reliant on system prompt + fine-tuning and reinforcement training, or if it is simply how smart your model is.
ildari•1h ago
smarter != safer.

Smarter model can figure out more sophisticated attack when following an injection . I believe in non-determinitic defence: each action or input to agent can escalate context sensivity. More sensitive context -> less risk your agent can take.

I find Bell-LaPadula model from 1970 (https://en.wikipedia.org/wiki/Bell%E2%80%93LaPadula_model) pretty interesting for that approach