frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ReactScope

https://folio.stage.obvious.ai/obvious/reactscope
1•handfuloflight•1m ago•0 comments

Show HN: Qry – CLI web search that always outputs JSON, with swappable back ends

https://github.com/justEstif/qry
2•justEstif•4m ago•0 comments

Show HN: SafeAgent – exactly-once execution guard for AI agent side effects

2•Lions2026•4m ago•0 comments

Show HN: Open-source personal finance AI that runs locally on your laptop

https://nullbook.ai/
1•jfornear•6m ago•0 comments

Forcing Flash Attention onto a TPU and Learning the Hard Way

https://archerzhang.me/forcing-flash-attention-onto-a-tpu
3•azhng•8m ago•0 comments

Mechanical Movements Animated

https://507movements.com/
2•TigerUniversity•8m ago•0 comments

Show HN: Pipe Checker – paste a sales deal and it checks BANT qualification

https://pipechecker.onrender.com/
1•eghatch92•12m ago•0 comments

Juno – J Web IDE

https://jsoftware.github.io/juno/app/
1•todsacerdoti•13m ago•0 comments

ReverseLM Playground

https://scottinallca.ps/reverse-lm/
1•scottmf•15m ago•0 comments

Integrating AI-Driven Predictive Analytics for Cybersecurity Risk Mitigation [pdf]

https://www.researchgate.net/profile/Adeyinka-Oluwatomisin/publication/401488012_Integrating_AI-D...
1•Olshansky•15m ago•0 comments

Msspproviders.io: a searchable directory of managed security service providers

https://msspproviders.io
1•datacorp•21m ago•1 comments

Old Versions of Programs, Drivers and Games

https://www.oldversion.com/
1•TigerUniversity•23m ago•0 comments

Zero Sum Game

https://code.chuanqisun.com/zero-sum-game/
1•low_tech_punk•25m ago•0 comments

Karabiner-Elements is a powerful tool for customizing keyboards on macOS

https://github.com/pqrs-org/Karabiner-Elements
1•vinhnx•27m ago•0 comments

Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit

https://cloud.google.com/blog/topics/threat-intelligence/coruna-powerful-ios-exploit-kit
1•JumpCrisscross•28m ago•0 comments

How Vinay Prasad Came to Washington, and Why It Was Always Going to End This Way

https://anishkokamd.substack.com/p/how-vinay-prasad-came-to-washington
1•ssivark•29m ago•0 comments

Judge Voids Mass Layoffs at Voice of America

https://www.nytimes.com/2026/03/07/us/politics/judge-kari-lake-voa-layoffs.html
9•JumpCrisscross•30m ago•0 comments

Scaling and controlling an army of devices in parallel with voice commands

https://www.youtube.com/watch?v=kxfT4ZzG2l0
1•GPUboy•31m ago•0 comments

Plenty of AI hype, but not much useful software?

1•YounesDz•32m ago•1 comments

Show HN: Yumo.to, a map of 19,652 onsens in Japan

https://yumo.to/
2•katagamistudio•38m ago•3 comments

Show HN: I built a $5/mo Jobber alternative for solo carpenter

https://fieldflow-nine.vercel.app/auth
1•Mike_Handyman•38m ago•0 comments

Americans Are Now a Target for ICE

https://www.wsj.com/us-news/immigration-protests-noem-minneapolis-0b8bd496
9•JumpCrisscross•40m ago•2 comments

All Bench Leaderboard for Comparing LLMs Across Benchmarks

https://huggingface.co/blog/FINAL-Bench/all-bench
1•seawolf2357•40m ago•0 comments

Multimodal Coding Agents as In-Context Policy Learners for Robot Manipulation

https://arxiv.org/abs/2603.04466
1•vaishak2future•41m ago•1 comments

Kalshi and Polymarket Are Each Eyeing Roughly $20B Valuations

https://www.wsj.com/finance/kalshi-and-polymarket-are-each-eyeing-roughly-20-billion-valuations-d...
3•bookofjoe•41m ago•1 comments

State of WASI support for CPython: March 2026

https://snarky.ca/state-of-wasi-support-for-cpython-march-2026/
1•mariuz•42m ago•0 comments

Show HN: Ethernity: Secure paper backups with age encryption and SSS

https://github.com/MinorGlitch/ethernity
2•minorglitch•45m ago•1 comments

Codeless: From Idea to Software

https://www.anildash.com/2026/01/22/codeless/
1•Garbage•46m ago•0 comments

If AI is so good, why don't we have an infinite supply of 10x engineers?

3•YounesDz•47m ago•4 comments

Attested TLS

https://engineering.chainbound.io/attested-tls-in-the-wild
1•pabs3•49m ago•0 comments
Open in hackernews

Show HN: Reddit Anywhere – Find Reddit discussions for any webpage

https://chromewebstore.google.com/detail/reddit-anywhere/nbeflmemjddfkijfpiaojbbhgbblbhde
2•smurfysmurf•10mo ago
Hey HN! This is my first development project, and I wanted to share it with you all

I built Reddit Anywhere because I kept manually searching Reddit for discussions about articles and videos I was reading/watching, and I wanted to automate it.

The extension is pretty straightforward: it adds a small Reddit icon to any webpage you're on, and when clicked, it shows relevant Reddit threads discussing that page, or searching for related or relevant topics.

How it works:

-First tries to find the exact URL match on Reddit -If that fails, falls back to looking for discussion based on the page title and domain -For YouTube videos, it extracts the video title and channel name to find more relevant threads -Everything runs in browser

Technically -Built with vanilla JS -Uses Chrome storage API -Implemented Reddit's 0Auth through Chrome identity API -Basic caching to avoid hammering Reddit's API

Some challenges -Reddit's API limits were a pain, so I implemented exponential backoff -I'm still struggling with getting the Reddit icon to display on ALL websites, on some sites it's not viewable

This is a completely free and has no tracking, any feedback is appreciated!