frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The inner life we're trading away

https://bigthink.com/philosophy/the-inner-life-were-trading-away/
1•Brajeshwar•4s ago•0 comments

The CEO Cost Function

https://carette.xyz/posts/automated_ceo/
1•acarette•1m ago•0 comments

Go Micro became something bigger

https://micro.mu/docs/go-micro.html
1•asim•2m ago•0 comments

Generating code faster is only valuable if you can validate every change

https://bencane.com/posts/2026-03-26/
1•madflojo•3m ago•0 comments

The Outage Era: Cantonize the Codebase

https://velaru.com/journal/the-outage-era-cantonize-the-codebase
1•ksteigerwald•4m ago•0 comments

Govern Your AI Agents. Operate with Oversight

https://stagent.io/
1•navam_io•7m ago•0 comments

Show HN: Epismo CLI – Make human-AI workflows reusable, like GitHub did for code

https://www.npmjs.com/package/epismo
1•hirokiyn•8m ago•0 comments

Bug fixes for larkos optimizations for other of my software

1•Okerew•8m ago•0 comments

What about Juniors?

https://brooker.co.za/blog/2026/03/25/ic-junior.html
1•vinhnx•9m ago•0 comments

Audio tapes reveal mass rule-breaking in Milgram's obedience experiments

https://www.psypost.org/audio-tapes-reveal-mass-rule-breaking-in-milgram-s-obedience-experiments-...
1•lentoutcry•12m ago•0 comments

The Lazarus Sign

https://en.wikipedia.org/wiki/Lazarus_sign
1•signorovitch•17m ago•1 comments

Neural Text Steganography

https://massa-ai.freeboxos.fr/textego/
1•asxndu•18m ago•0 comments

Mystery medical episode left astronaut unable to speak—1 of NASA's biggest risks

https://www.livescience.com/space/space-exploration/mystery-medical-episode-that-left-astronaut-u...
1•bookofjoe•20m ago•0 comments

AI is making CEO's delusional [video]

https://www.youtube.com/watch?v=Q6nem-F8AG8
4•rossdavidh•21m ago•0 comments

Lausd joins suit against social media companies

https://laist.com/brief/news/education/los-angeles-unified-school-district-lausd/los-angeles-unif...
1•freshtake•24m ago•0 comments

Show HN: Code typing game to increase your typing speed in 10 languages

https://coderacer.dev
1•Coderacer1•27m ago•0 comments

Canadian man says U.S. border officers made him give DNA sample

https://www.cbc.ca/news/canada/windsor/us-border-dna-canadian-man-cbp-cross-larson-dingell-raskin...
3•geox•28m ago•0 comments

What to Do About Those Menu Item Icons in macOS 26 Tahoe

https://mastodon.social/@stroughtonsmith/116262411548746327
2•erickhill•29m ago•0 comments

We built a multi-agent research hub. The waitlist is a reverse-CAPTCHA

https://enlidea.com
1•LZK•31m ago•1 comments

Folk are getting dangerously attached to AI that always tells them they're right

https://www.theregister.com/2026/03/27/sycophantic_ai_risks/
22•Brajeshwar•31m ago•11 comments

The risk of AI isn't making us lazy, but making "lazy" look productive

3•acmerfight•32m ago•1 comments

I built an AI that tailors your CV to every job in seconds

1•alebarbon•33m ago•0 comments

For-Agent

https://github.com/reposwarm/reposwarm-cli/wiki/--for-agent
1•royosherove•38m ago•0 comments

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/en/docs/technical-overview/
1•jeremyfa•38m ago•1 comments

Thousands risk of deadly complications recent exposure to measles in 11 states

https://www.dailymail.co.uk/health/article-15686151/deadly-measles-brain-swelling-virus-surge.html
2•Bender•39m ago•0 comments

Can humans have babies in space? It may be harder than expected

https://www.space.com/space-exploration/human-spaceflight/having-babies-in-space-may-be-harder-th...
3•Brajeshwar•41m ago•0 comments

Difftastic

https://difftastic.wilfred.me.uk
2•KolmogorovComp•42m ago•0 comments

Every novel that has ever been published is sitting inside ChatGPT

https://twitter.com/heynavtoor/status/2037638554374099409
3•guerrilla•43m ago•1 comments

Against the Smartphone Theory of Everything

https://www.theargumentmag.com/p/against-the-smartphone-theory-of
2•ravenical•48m ago•0 comments

New Consulting Contracts in Texas Will Muzzle Authors and Harm Students

https://bookriot.com/texas-esc-1-discriminatory-contracts/
1•mooreds•49m ago•0 comments
Open in hackernews

Shoofly – intercepts your AI agent's tool calls before they execute

https://shoofly.dev
3•evanvuckovic•21h ago

Comments

evanvuckovic•21h ago
Shoofly Advanced sits between your OpenClaw agent and its tools. If a call looks dangerous — prompt injection in a web fetch response, credential patterns in an exec command, a write to ~/.ssh/ — it's blocked before it fires. Not detected after.

The problem with detection-only tools: by the time you get the alert, the damage is done. Shoofly Advanced intercepts at the tool call layer via an OpenClaw hook, so the block happens before execution.

Shoofly Basic (free) is a drop-in skill that monitors and alerts.

Shoofly Advanced adds pre-execution blocking — $19/mo flat. Both are open source: https://github.com/shoofly-dev/shoofly

Install Basic in one command: curl -fsSL https://shoofly.dev/install.sh | bash

Advanced ($19/mo) — get your personal install command at shoofly.dev/advanced

What Shoofly catches: prompt injection, tool response injection, credential exfiltration, out-of-scope writes, runaway loops, and more.

Happy to answer questions about the hook architecture — intercepting at the tool call layer before execution is the interesting part.