nowfound

AI · August 15, 2025

IB

I built a directory of public appearances of tech people across the web

Hey HN! I've always been frustrated by having to follow people across 10 different platforms just to catch what they actually say. Lately I've quit following other media entirely and am just hanging out on twitter, but the amount of things I'm missing is vast, I'm sure. Recently I started playing with this new API from Parallel AI that let's you do super deep web research and collect tons of datapoints at once. Today I tried to solve my own problem and built Based People using the Task API. *Features:* - Finds and tracks public appearances – podcasts, conferences, congressional hearings,…

In plain words

Based People is a directory that aggregates public appearances of over 160 tech industry figures across podcasts, conferences, congressional hearings, interviews, and blogs. Users can follow specific people to build a personalized feed of their public appearances rather than tracking multiple platforms individually. The service uses deep web research to collect appearance data and allows customization of which tech figures to monitor.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

Hey HN! I've always been frustrated by having to follow people across 10 different platforms just to catch what they actually say. Lately I've quit following other media entirely and am just hanging out on twitter, but the amount of things I'm missing is vast, I'm sure. Recently I started playing with this new API from Parallel AI that let's you do super deep web research and collect tons of datapoints at once. Today I tried to solve my own problem and built Based People using the Task API. *Features:* - Finds and tracks public appearances – podcasts, conferences, congressional hearings, interviews, fireside chats, and blogs for 160+ influcential tech people - allows you to follow any of them and build a public appearances feed for yourself It took me a little trial and error and I spent over $200 (should've tested with small test-set longer), but overall I am really impressed how far webscraping has come (they beat GPT5 in their own benchmark). Repo is linked from the footer for more details. *Current limitations:* - Only covers 2024-present (historical data was too much for the AI) - Does not refresh automatically yet, will need a daily or weekly update with a cronjob Show HN: I built a directory of public appearances of tech people across the web Right now it's free to use, no signup required to browse. It's also open source if you're curious. Next steps are verifying/improving data quality and deepening the dataset. Would love your feedback on the concept and execution!

Does a similar job

all alternatives →
  • RT
    Real-time system that tracks how news spreads across 200k websitesNov 2025 · yandori.io · ▲256

    I built a system that monitors ~200,000 news RSS feeds in near real-time and clusters related articles to show how stories spread across the web. It uses Snowflake’s Arctic model for embeddings and HNSW for fast similarity search. Each “story cluster” shows who published first, how fast it propagated, and how the narrative evolved as more outlets picked it up. Would love feedback on the architecture, scaling approach, and any ways to make the clusters more accurate or useful. Live demo: https://yandori.io/news-flow/

  • IB
    I built a tech news aggregator that works the way my brain doesOct 2025 · deadstack.net · ▲188

    An honest to god, non-algorithmic reverse chrono list of tech news that passes my signal-to-noise tests, updated hourly. A lightweight a page design as I've been able to keep; simple, clean, fast. No commercial features or aspirations - this is a passion project, something I've been fooling around with on and off for decades. There's a "Top" view too with an LLM edited front page & summary, and categorized views for a large number of topics - see the Directory. A few more buried features to explore, but the fundamental use case is pop in, scan, exit - fast and concise. Your feedback would be…

  • SocialRank2014 · ▲116

    Find out more about the people that follow you on twitter.

  • IB
    I built a self hosted recommendation feed to escape Google's algorithm2022 · github.com · ▲214

    I created this chrome extension for myself where I track my own behavior locally and recommend myself content from platforms I want content from (youtube/twitter/quora/etc) in a feed. I made it public just in case anyone else was interested. I would rather have control over my own algorithm and own the data. Also, it gives me flexibility. Turns out I do like these feeds just not when I don't own it haha. Let me know what you think of my implementation?

  • IS
    I started a repo for sharing algorithm implementations2013 · github.com · ▲52

    Everything that would be here is in the README. I hope this gets big, it has tons of potential.

  • WM

More ai this month

the category →
  • I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

    AI · 18d ago · simedw.com

  • Astute585

    Automate your B2B brand going viral, with new media creators

    AI · 19d ago · company-app.joinastute.com

  • Grok Bot547

    AI teammates that you can give real work to

    AI · 26d ago · x.ai

  • Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…

    AI · 27d ago · cactuscompute.com

  • Monid475

    One wallet, every paid tool your agent needs

    AI · 7d ago · monid.ai

  • Turn website visitors into qualified pipeline

    AI · 20d ago · clarasdr.ai

Launched alongside, August 2025

the whole month →
  • Trace1,556

    Workflow Automations for the Human 👾 AI Workforce

    AI · 2025 · trace.so

  • IS

    I built the world's most impractical 1000-pixel display and anyone in the world can draw on it. It draws a single pixel at a time and takes 30-60 minutes to complete a single image. Anyone can participate in the project by voting for the next image to be drawn, and submitting images. https://kilopx.com/

    Work · 2025 · benholmen.com

  • Job boards are dead. Your network is alive

    AI · 2025 · contra.com

  • KT

    Kitten TTS is an open-source series of tiny and expressive text-to-speech models for on-device applications. We are excited to launch a preview of our smallest model, which is less than 25 MB. This model has 15M parameters. This release supports English text-to-speech applications in eight voices: four male and four female. The model is quantized to int8 + fp16, and it uses onnx for runtime. The model is designed to run literally anywhere eg. raspberry pi, low-end smartphones, wearables, browsers etc. No GPU required! We're releasing this to give early users a sense of the latency and voices…

    Dev tools · 2025 · github.com

  • IW

    I was wondering how I can arrange objects along a spherical helix path, and read some articles on it. I ended up learning about parametric equations again, and make this visualization to document what I learned: https://visualrambling.space/moving-objects-in-3d/ feel free to visit and let me know what you think!

    Life & fun · 2025 · visualrambling.space

  • TC

    For HTML Day 2025 [1], I made a web service that displays the current sky at your approximate location as a CSS gradient. Colours are simulated on-demand using atmospheric absorption and scattering coefficients. Updates every minute, without the use of client-side JavaScript. Source code and additional information is available on GitHub: https://github.com/dnlzro/horizon [1] https://html.energy/html-day/2025/index.html

    Dev tools · 2025 · sky.dlazaro.ca