frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Yes, You're Royally Screwed. Now Here's What to Do About It

https://www.ampup.ai/blog/saaspocolypse
1•amitprakash1•33s ago•0 comments

AI Is Bad

https://freelancing-gods.com/2026/02/13/ai-is-bad
1•xky•58s ago•0 comments

AI, Jobs, and the 40-Year-Old Paper We Forgot to Read

https://fayssalelmofatiche.substack.com/p/ai-jobs-and-the-40-year-old-paper
1•fayssalm•1m ago•0 comments

Theo on context management: "Delete your Claude.md (and your AGENT.md too)" [video]

https://www.youtube.com/watch?v=GcNu6wrLTJc
1•zahlman•2m ago•0 comments

OpenHarness: A code-first, composable SDK to build powerful AI agents

https://github.com/MaxGfeller/open-harness
1•MaxGfeller•2m ago•1 comments

Qntm's Leap Second Simulator

https://qntm.org/files/simulator/index.html
1•pavel_lishin•2m ago•0 comments

Mercury 2: The fastest reasoning LLM, powered by diffusion

https://www.inceptionlabs.ai/blog/introducing-mercury-2
1•fittingopposite•2m ago•0 comments

Blinc: A declarative, reactive UI system with GPU-accelerated rendering

https://github.com/project-blinc/Blinc
1•PaulHoule•4m ago•0 comments

Terms of use: What types of competition do model providers ban?

1•SteveVeilStream•5m ago•0 comments

Claude Code Remote Control

https://twitter.com/claudeai/status/2026418433911603668
1•strzalek•7m ago•0 comments

Ghostly UV sparks light up forests as thunderstorms pass overhead

https://www.scientificamerican.com/article/ghostly-uv-sparks-light-up-forests-as-thunderstorms-pa...
1•mathgenius•7m ago•0 comments

Maxwells Equation

1•MrBlink•7m ago•0 comments

A KID survived – Satellite post flight report

https://orbitalparadigmspace.notion.site/
2•gtzi•8m ago•0 comments

A quine that plays snake over its own source

https://github.com/taylorconor/quinesnake
1•nc0•8m ago•0 comments

Identity Watchlist System Tied to OpenAI Discovered in Logs

https://blog.boycat.io/posts/openai-persona-identity-watchlist-infrastructure-investigation-2026
1•abdelhousni•8m ago•1 comments

Rust Debugging Survey 2026

https://blog.rust-lang.org/2026/02/23/rust-debugging-survey-2026/
1•birdculture•9m ago•0 comments

Show HN: OpenTangl – Autonomous AI dev engine for multi-repo products

https://github.com/8co/opentangl
1•8con•10m ago•0 comments

Show HN: MephistoVault – Zero-storage P2P file transfer via WebRTC

https://www.mephistoshares.online/
1•benmxrt•10m ago•0 comments

Cell Service for the Fairly Paranoid

https://www.cape.co/
2•0xWTF•11m ago•0 comments

deck2video: Generate LLM-narrated presentations from Markdown

https://github.com/pjdoland/deck2video
1•droctothorpe•11m ago•1 comments

OpenFeds – Tracking the federal workforce with OPM data (2018–2025)

https://www.openfeds.org
2•kianoconnor•16m ago•0 comments

UK Government confirms broadcast-style regulations for streaming services

https://news.sky.com/story/streaming-services-like-netflix-to-be-subject-to-same-regulation-as-br...
1•HtmlProgrammer•16m ago•0 comments

Show HN: Prompt your billing system – Flexprice MCP Server

https://flexprice.io/
2•manishfp•17m ago•0 comments

The Great Data Reckoning (2028)

https://joereis.substack.com/p/2028-the-great-data-reckoning
2•hn1986•20m ago•1 comments

AWS Extends Agentic AI Capabilities of Kiro to Improve Code Quality

https://devops.com/aws-extends-agentic-ai-capabilities-of-kiro-developer-tool-to-improve-code-qua...
1•t2f2•21m ago•0 comments

New site design and philosophy for Stack Overflow

https://meta.stackoverflow.com/questions/438177/new-site-design-and-philosophy-for-stack-overflow...
4•rurp•22m ago•0 comments

Show HN: Autoclipper - turn long form content into short form in a few seconds

https://autoclipper.live/
1•nihey•23m ago•1 comments

Postman Removes Free Plan?

https://www.usebruno.com/migrate
2•Letmetest•24m ago•1 comments

Towards a science of AI agent reliability

https://www.normaltech.ai/p/new-paper-towards-a-science-of-ai
1•randomwalker•25m ago•0 comments

Show HN: AgentKeeper – Cross-model memory for AI agents

https://github.com/tomanciauxberner-rgb/agentkeeper
1•thinklanceai•28m ago•0 comments
Open in hackernews

Show HN: CharityVerify – Trust scores for 138K Canadian charities

https://charityverify.com/
2•buchler•1h ago
I built CharityVerify to make Canadian charity data actually usable.

The Canada Revenue Agency publishes T3010 forms for every registered charity, but they're scattered across clunky databases with no standardization or comparability. I collected 15 years of filings for all 138,203 charities and built a trust scoring system on top.

Stack: - Python + Playwright for CRA data collection (4s rate-limited) - PostgreSQL (Supabase) — 12 T3010 tables, 138K charities, 457K directors, 362K directorship links - Express.js REST API on Fly.io - Daily GitHub Actions sync for new filings - On-demand narrative generation via Claude Haiku

Scoring algorithm: Three 0-100 scores per charity: 1. Legitimacy (filing consistency, directorship stability, CRA compliance) 2. Effectiveness (program spending ratio, overhead, donation efficiency) 3. Compliance (sanctions screening, FATF risk, political activity limits)

Each charity gets a letter grade (A+ to F, or NR for insufficient data).

Findings: - Only 186 out of 85,507 registered charities scored A+ - Average effectiveness score: 51.6/100 - 487,692 flags generated (directorship overlap, compensation issues, filing gaps, etc.)

The core search/view is free. I'm building a tiered REST API for professional use cases (due diligence firms, grant-making orgs, etc.).

Code is closed-source for now, but the underlying CRA data is public domain. Happy to discuss the data pipeline, scoring methodology, or data collection approach.