frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to build a coding agent

https://ghuntley.com/agent/
169•ghuntley•5h ago•44 comments

Seed: Interactive software environment based on Common Lisp

https://github.com/phantomics/seed
15•todsacerdoti•1h ago•1 comments

Turning Claude Code into My Best Design Partner

https://betweentheprompts.com/design-partner/
8•scastiel•24m ago•0 comments

Equal Earth – Political Wall Map (2018)

https://equal-earth.com/index.html
22•bjelkeman-again•2h ago•14 comments

Wildthing – A model trained on role-reversed ChatGPT conversations

https://youaretheassistantnow.com/
31•iamwil•2h ago•11 comments

Buy a Faster CPU

https://blog.howardjohn.info/posts/buy-a-cpu/
21•ingve•2h ago•13 comments

Setting serial baud rate on ESP-IDF does nothing

https://atomic14.substack.com/p/this-number-does-nothing
11•iamflimflam1•16h ago•10 comments

Valve Software handbook for new employees [pdf]

https://cdn.akamai.steamstatic.com/apps/valve/Valve_NewEmployeeHandbook.pdf
3•Michelangelo11•28m ago•0 comments

Rolling the dice with CSS random()

https://webkit.org/blog/17285/rolling-the-dice-with-css-random/
84•zdw•2d ago•5 comments

ThinkMesh: A Python lib for parallel thinking in LLMs

https://github.com/martianlantern/ThinkMesh
16•martianlantern•4h ago•1 comments

Line scan camera image processing for train photography

https://daniel.lawrence.lu/blog/y2025m09d21/
300•dllu•16h ago•56 comments

Marshal madness: A brief history of Ruby deserialization exploits

https://blog.trailofbits.com/2025/08/20/marshal-madness-a-brief-history-of-ruby-deserialization-e...
12•pentestercrab•3d ago•0 comments

The cost of interrupted work (2023)

https://blog.oberien.de/2023/11/05/23-minutes-15-seconds.html
171•_vaporwave_•10h ago•105 comments

Physics of badminton's new killer spin serve

https://arstechnica.com/science/2025/08/physics-of-badmintons-new-killer-spin-serve/
76•amichail•3d ago•9 comments

How can AI ID a cat?

https://www.quantamagazine.org/how-can-ai-id-a-cat-an-illustrated-guide-20250430/
137•sonabinu•3d ago•38 comments

Show HN: Port Kill – A lightweight macOS status bar development port monitor

https://github.com/kagehq/port-kill
55•lexokoh•5h ago•22 comments

What if every city had a London Overground?

https://www.dwell.com/article/what-if-every-city-had-a-london-overground-ac7a7ff9
27•edward•2d ago•30 comments

Evaluating LLMs for my personal use case

https://darkcoding.net/software/personal-ai-evals-aug-2025/
54•goranmoomin•7h ago•13 comments

What makes Claude Code so damn good

https://minusx.ai/blog/decoding-claude-code/
303•samuelstros•13h ago•219 comments

Agentic Browser Security: Indirect Prompt Injection in Perplexity Comet

https://brave.com/blog/comet-prompt-injection/
26•drak0n1c•5h ago•11 comments

Programming People (2016)

https://leftoversalad.com/c/015_programmingpeople/
31•saulpw•5h ago•2 comments

Static sites with Python, uv, Caddy, and Docker

https://nkantar.com/blog/2025/08/static-python-uv-caddy-docker/
123•indigodaddy•1d ago•75 comments

A 2k-year-old sun hat worn by a Roman soldier in Egypt

https://www.smithsonianmag.com/smart-news/a-2000-year-old-sun-hat-worn-by-a-roman-soldier-in-egyp...
118•sensiquest•12h ago•28 comments

RFC 9839 and Bad Unicode

https://www.tbray.org/ongoing/When/202x/2025/08/14/RFC9839
245•Bogdanp•19h ago•119 comments

Motion (YC W20) Is Hiring Principal Software Engineers

https://jobs.ashbyhq.com/motion/7355e80d-dab2-4ba1-89cc-a0197e08a83c?utm_source=hn
1•ethanyu94•11h ago

Texas Instruments’ new plants where Apple will make iPhone chips

https://www.cnbc.com/2025/08/22/apple-will-make-chips-at-texas-instruments-60-billion-us-project....
137•giuliomagnifico•1d ago•126 comments

Acronis True Image costs performance when not used

https://randomascii.wordpress.com/2025/05/26/acronis-true-image-costs-performance-when-not-used/
113•juanviera23•3d ago•25 comments

My original Palm IIIx

https://www.goto10retro.com/p/taking-a-look-at-my-old-palm-iiix
36•rbanffy•3d ago•21 comments

Why was Apache Kafka created?

https://bigdata.2minutestreaming.com/p/why-was-apache-kafka-created
122•enether•1d ago•109 comments

Debdelta

https://debdelta.debian.net/
32•Bogdanp•9h ago•5 comments
Open in hackernews

Agentic Browser Security: Indirect Prompt Injection in Perplexity Comet

https://brave.com/blog/comet-prompt-injection/
26•drak0n1c•5h ago

Comments

paool•4h ago
Interesting to see the evolution of "Ignore previous instructions. Do ______".
veganmosfet•3h ago
As possible mitigation, they mention "The browser should distinguish between user instructions and website content". I don't see how this can be achieved in a reliable way with LLMs tbh. You can add fancy instructions (e.g., "You MUST NOT...") and delimiters (e.g., "<non_trusted>") and fine-tune the LLM but this is not reliable, since instructions and data are processed in the same context and in the same way. There are 100s of examples out there. The only reliable countermeasures are outside the LLMs but they restrain agent autonomy.
JoshTriplett•3h ago
The reliable countermeasure is "stop using LLMs, and build reliable software instead".
danielbln•1h ago
https://simonwillison.net/2025/Apr/11/camel/
veganmosfet•1h ago
Is the CaMel paper's idea implemented in some available agents?
wat10000•3h ago
It’s not possible as things currently stand. It’s worrying how often people don’t understand this. AI proponents hate the “they just predict the next token” approach, but it sure helps a lot to understand what these things will actually do for a particular input.
_drewpayment•3h ago
I think the only way I could see it happening is if you were to build an entire reversal layer with like LangExtract, tried to determine the user's intent from the question and then used that as middleware for how you let the LLM proceed based on its intent... I don't know, it seems really hard.
isodev•3h ago
I just can’t help but wonder why was it we decided bundling random text generators with browsers was a good idea? I mean it’s a cool toy idea but shipping it to users in a critical application… someone should’ve said no.
thrown-0825•1h ago
our societies reward function is fundamentally flawed
thekevan•1h ago
To be fair, that was a reddit post that blatantly started with "IMPORTANT INSTRUCTIONS FOR Perplexity Comet". I get the direction they are going but the example shown was so obviously ham-handed. It clearly instructed the browser--in clear language--to get login info and post it in the the thread.

Show me something that is obfuscated and works.

mcintyre1994•1h ago
I’m curious if it would work if it was further down the comments or buried in a tree of replies. If all you need to do is be somewhere in the Reddit comments then you don’t need to obfuscate it in many cases, a human isn’t going to see everything there.