frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I built an AI agent in Zig that runs on Windows XP with 64 MB RAM

1•bcorp•1m ago•0 comments

Volume, Ambition, Clarity

https://tern.sh/blog/volume-ambition-clarity/
1•trjordan•1m ago•0 comments

AI-powered refund abuse and dispute fraud: The democratization of deception

https://www.ravelin.com/blog/ai-powered-refund-abuse-dispute-fraud
1•speckx•1m ago•0 comments

Track idle, typing, and agent work time across Claude Code sessions

https://github.com/martinambrus/claude_timings_wrapper
1•martinambrus•1m ago•1 comments

Show HN: Rewriting Mongosh in Golang Using Claude

https://github.com/adaptive-scale/go-mongosh
1•debarshri•2m ago•0 comments

Show HN: Klaus – OpenClaw on a VM, batteries included

https://klausai.com/
4•robthompson2018•3m ago•0 comments

ugit: DIY Git in Python

https://www.leshenko.net/p/ugit/#
1•tosh•4m ago•0 comments

YouTube expands AI deepfake detection to politicians, officials, journalists

https://techcrunch.com/2026/03/10/youtube-expands-ai-deepfake-detection-to-politicians-government...
1•Vaslo•4m ago•0 comments

Revolut secures full UK banking licence after lengthy wait

https://uk.finance.yahoo.com/news/revolut-finally-secures-full-uk-144307017.html
2•mmarian•4m ago•0 comments

Okmain: You have an image but you want a colour

https://dgroshev.com/blog/okmain/
1•dgroshev•5m ago•0 comments

I built an AI agent in Zig that runs on Windows XP with 64 MB RAM

https://github.com/benmaster82/retro-agent
1•bcorp•6m ago•0 comments

OpenUI – The Open Standard for Generative UI

https://github.com/thesysdev/openui
1•Topfi•7m ago•0 comments

ProPublica Wins Lawsuit over Access to Court Records in U.S. Navy Cases

https://www.propublica.org/article/navy-court-records-ruling-first-amendment
2•toomuchtodo•7m ago•0 comments

Decentralized Git for AI agents, just tell them to read skill.md commit and push

https://gitlawb.com
1•kevin11111•8m ago•1 comments

Stryker Hit by Handala – Intune Managed Devices Wiped

https://old.reddit.com/r/cybersecurity/comments/1rqopq0/stryker_hit_by_handala_intune_managed_dev...
2•easyat•8m ago•0 comments

Where Some See Strings, She Sees a Space-Time Made of Fractals

https://www.quantamagazine.org/where-some-see-strings-she-sees-a-space-time-made-of-fractals-2026...
2•tzury•9m ago•0 comments

TruthLayer – Real-time AI hallucination firewall on AWS

https://builder.aws.com
1•Prakhar2025•9m ago•0 comments

Karpathy is searching for the Agentic IDE

https://xcancel.com/karpathy/status/2031616709560610993
2•bigwheels•9m ago•1 comments

The path to room-temperature superconductivity: A programmatic approach

https://www.pnas.org/doi/10.1073/pnas.2520324123
2•tzury•14m ago•0 comments

A look inside Dialector, filmmaker Chris Marker's chatbot from 1988

https://kubicki.org/letters/the-festival-of-the-machines/
5•kosmavision•15m ago•0 comments

U+237C ⍼ Right Angle with Downwards Zigzag Arrow Is a Symbol for Azimuth

https://ionathan.ch/2022/04/09/angzarr.html
1•fanf2•15m ago•0 comments

GitLab Active Incident

https://status.gitlab.com/
2•auslegung•16m ago•1 comments

Strait of Hormuz closure can become tipping point for global economy

https://www.cnbc.com/2026/03/11/strait-of-hormuz-closure-shipping-economy-oil.html
2•speckx•16m ago•1 comments

UK Lords Back Facial Recognition Overreach, Protest Crackdown Powers

https://reclaimthenet.org/uk-face-surveillance-dvla-protest-law
1•robtherobber•16m ago•0 comments

RCE in Your Test Suite: How AI Agent Skills Bypass Every Skill Security Scanner

https://www.gecko.security/blog/rce-in-your-test-suite-ai-agent-skills-bypass-skill-scanners
1•jjjutla•17m ago•1 comments

Some Simple Economics of AGI

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6298838
1•simonebrunozzi•17m ago•0 comments

Show HN: Ink – Deploy full-stack apps from AI agents via MCP or Skills

https://ml.ink/
1•august-•19m ago•0 comments

Do animals have a future on Hollywood sets?

https://theconversation.com/do-animals-have-a-future-on-hollywood-sets-273877
1•PaulHoule•20m ago•0 comments

Education research: How students use AI-powered hints in programming courses

https://blog.jetbrains.com/research/2026/02/how-ai-powered-hints-used/
1•fraserkatie•21m ago•0 comments

Temporal: The 9-Year Journey to Fix Time in JavaScript

https://bloomberg.github.io/js-blog/post/temporal/
14•robpalmer•22m ago•3 comments
Open in hackernews

Show HN: Creatomap: Search who knows who and who pays who on YouTube

https://creatomap.addslift.com
1•smadam9•1h ago

Comments

smadam9•1h ago
I was curious about how the creator economy actually works, not the influencer marketing pitch decks, but the actual structure.

- Who mentions who in their videos?

- Which brands keep showing up across the same creators?

So I built a pipeline that analyzes YouTube videos at scale, extracts every person mentioned and every brand sponsor, and builds a relationship graph from it. No manual data entry. Everything is extracted from what creators actually say and show.

Current data: 32K creators, 55K relationship edges, 2,700 brands. Started deep in fitness and gaming YouTube.

Things to try out:

- Search "Gymshark". See their sponsored creators, which categories they target, and which brands compete for the same roster

- Search "MrBeast". See his connection network

- Click a category tab on the homepage to filter both creators and brands

The hardest technical problem was entity resolution. The same person gets mentioned as "Jeff Nippard", "Jeff", "Nippard" across thousands of videos. Getting that right is what makes the graph useful.

Stack: FastAPI, Next.js, PostgreSQL, Fly.io. Gemini 2.0 Flash for structured extraction.

No signup, no paywall.