INTELLEGIXNEWS ▶ Reels

Get news alerts

A notification when a new edition publishes.

Pathfinding, Dithered QR Codes, and a CSS Threat Hiding in Your Inbox

Ask about this with Perplexity AI-written from the broadcast
▶ The reel · AI-generated from this story · watch full screen ↗
How this was made Verified AI

Every Intellegix briefing is generated from that day's broadcast and run through automated checks before it publishes — with a human paged on any flag. Here is the trail for this edition.

Guardrail Every figure and proper name traced back to the broadcast Pass
Fact-check 3 confirmed · 3 checked against live web sources Verified
Human loop Operator paged on every flag before publish On
A black and white QR code pattern photographed in close-up detail.
Photo: geralt · pixabay

Amit Patel's redblobgames.com published a guide to the differential heuristic technique for A* pathfinding, which precomputes distances from carefully chosen 'landmark' nodes and uses those distances to build a heuristic far closer to true distance than the straight-line estimate most 2D games use. The result is that A* explores significantly fewer nodes, running faster without changing its correctness guarantees. Interactive visualizations in the post show the search pattern narrow as landmarks are added, and the 26-comment Hacker News thread drew comparisons to techniques used in GPS routing software where road networks are too large for exhaustive search.

The day's most visually striking project applied image dithering — the technique that creates the appearance of gradients through patterns of dots — to standard QR codes while preserving their machine readability. The result looks like a photograph with a QR code embedded in it, scannable by any standard reader. The technique works because QR codes were designed with error correction that absorbs the controlled 'errors' dithering introduces; 229 points and 17 comments reflected a community mostly delighted by the aesthetic rather than argumentative about the approach.

PortSwigger's research piece titled 'CSS: The Bomb Inside Your Inbox' demonstrated how CSS capabilities in email clients can be exploited to exfiltrate information or influence rendering without recipient awareness. The attack surface is a subset of web rendering with often-stale security models, and the research targets CSS features email clients have adopted without fully considering their security implications. The practical mitigation is aggressive CSS sandboxing, which most major clients have improved but not fully solved. Only one comment appeared on Hacker News, a gap that surprised observers given the research's relevance to the security community.

A post on stylized GGX shading explored what happens when the microfacet distribution model used in physically-based rendering is pushed into parameter ranges no real surface would occupy, producing lighting effects with deliberate artistic appeal rather than photorealistic accuracy. A separate practitioner guide on assertion usage covered when defensive programming checks should fire, what they should verify, and how they interact with release builds, with experienced engineers adding in comments that assertions in concurrent systems require particular care.

▶ Listen to this story