frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

NovaCapture Launches a Simpler, More Powerful Screen Recorder for Mac

https://novacapture.app/
1•beavertamil•1m ago•1 comments

GCP elevated latencies across multiple products in the US-west1 region

https://status.cloud.google.com/incidents/utF3FMFdQfwBzJcGG6vf
1•oathvz•2m ago•0 comments

Show HN: Future Crew's 1993 Second Reality, rebuilt by AI agents, no emulation

https://www.secondreality1993.com/
1•chrisstanchak•2m ago•0 comments

How to Find Undocumented External Connections in Your OT Network

https://www.emberot.com/resources/blog/ot-external-connections/
1•TheWiggles•5m ago•0 comments

A2A: Adversary to Adversary?

https://jeffauriemma.leaflet.pub/3mtjopgdlps2w
1•jdauriemma•6m ago•0 comments

Those Who Removed Code Review Are Right

https://f2r.github.io/en/removed-code-review.html
1•speckx•6m ago•1 comments

AI Agent Governance – a free book on AI Agent evaluation and governance

https://www.proofagent.ai/book
1•fouadb66•7m ago•0 comments

Show HN: Building Table Canon, an AI Campaign Memory Engine for TTRPGs

https://tablecanon.app/
2•schillingderek•8m ago•1 comments

Webmux: Like Tmux, but for the Browser

https://github.com/jordanhubbard/webmux
1•luu•10m ago•0 comments

EMDR Bilateral Stimulation – Adjusted to You

https://medium.com/@chris.ahrweiler/emdr-bilateral-stimulation-adjusted-to-you-0ea7b1dcc4d1
1•docjojo•11m ago•0 comments

Ask HN: When AI models use harnesses who liable between model/harness/user?

1•spwa4•12m ago•0 comments

Agent Applications: A Reference Architecture for AI Agent Systems

https://agentapplication.io
2•amthewiz•13m ago•1 comments

Evals Are the Next Bottleneck

https://www.boolean.ai/blog/evals-are-the-next-bottleneck
4•ssatia•13m ago•0 comments

RNA droplets may have helped start life on Earth

https://www.buffalo.edu/alumni/at-buffalo.host.html/content/shared/university/news/news-center-re...
1•geox•14m ago•0 comments

Loose Navigation Grids

http://digestingduck.blogspot.com/2012/01/loose-navigation-grids.html
1•luu•14m ago•0 comments

LG Display Develops New OLED Panels with More Brightness and Longer Lifespans

https://www.forbes.com/sites/johnarcher/2026/08/19/lg-display-develops-new-oled-panels-with-more-...
2•ksec•15m ago•0 comments

Clicks Communicator: First Look [video]

https://www.youtube.com/watch?v=wMNdr8dV23A
2•hliyan•15m ago•0 comments

What breaks when you switch LLMs?

https://www.evalshift.dev/blog/what-breaks-when-you-switch-llms
1•babaliauskas•15m ago•0 comments

Show HN: The First 3D Map of North America's Underground Geology

https://drillerdb.com/underground
2•craig_vg•17m ago•0 comments

Bulgaria's Nuclear Plant Plans First Output Cut Due to Low Danube

https://www.bloomberg.com/news/articles/2026-08-20/bulgaria-s-nuclear-plant-plans-first-output-cu...
2•toomuchtodo•20m ago•2 comments

DuckDB v2.0: Your Database Deserves a Better Parser

https://duckdb.org/2026/08/20/duckdb-20-peg-parser
1•DanieltenW•20m ago•0 comments

Going Freestanding

https://antonz.org/going-freestanding/
1•matheusmoreira•22m ago•0 comments

Top Open Source MCP Gateways in 2026

https://www.getmaxim.ai/articles/top-5-open-source-mcp-gateways-in-2026/
1•aanthonymax•22m ago•0 comments

AI for science needs reasoning, not just data – Eric Schmidt and Suhas Mahesh

https://www.technologyreview.com/2026/08/10/1141384/ai-agents-for-science/
1•unprovable•23m ago•0 comments

Why can't you combine .tar.gz files with cat?

https://alexwlchan.net/2026/cat-confusion/
3•speckx•23m ago•1 comments

Same Tencent VPS plan in 8 regions: identical CPU different networks

https://webbynode.com/articles/tencent-same-vps-plan-8-regions-network-performance
1•gsgreen•24m ago•1 comments

Under Trump, Protected Wild Horses Are Going to Slaughter

https://www.nytimes.com/2026/08/20/us/trump-wild-horses-legal-loophole-slaughter.html
2•giwook•25m ago•0 comments

I'm done coding with AI [video]

https://www.youtube.com/watch?v=2ZU3j4GQ4K8
2•qwertox•26m ago•0 comments

Show HN: Pacer – Realtime Claude Code Usage Tracking / Pacing

https://github.com/EricAndrechek/Pacer
2•jwoodsworks•26m ago•1 comments

Everyone Says Assembly Is Untyped–Everyone Is Wrong

https://www.gingerbill.org/article/2026/08/20/designing-odins-inline-asm/
1•adamrezich•26m ago•0 comments
Open in hackernews

Show HN: RecoveryCodes – MFA inventory for auth outside IdPs

https://recoverycodes.eu/
2•CER10TY•28m ago

Comments

CER10TY•28m ago
Hi HN,

Over the last few months, I invested pretty heavily into setting up SSO for my self-hosted stack. However, some apps gate SSO behind paid plans, meaning accounts and thus MFA need to be set up outside of the IdP. This leaves me with a weird mix of accounts handled by the IdP and those that I need to track manually.

There wasn't really a good way to track this mixture, especially once you add multiple MFA devices and sensitive data like recovery codes, because the IdP has one half and the password manager has the other (+ maybe it's the second factor itself).

That's why I built RecoveryCodes. It allows me to track all my accounts, see which MFA devices I've enrolled (I usually enrol 2 per account, in case one is lost) and also gives me a place to store recovery codes (instead of copy pasting them into a random .txt file).

Obviously I'm n=1, so I'm interested in hearing from slightly larger companies how you're dealing with this mix? Spreadsheets maybe, or are most of the accounts covered by IdPs and the rest don't really matter?