Show stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    196comments
  2. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    60comments
  3. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    129comments
  4. Show HN: Pull every comment out of a Google Sheet, in the browser(bensunter.com ↗)
    discuss
  5. Show HN: Nerdulator – put something in, get everything out (no AI)(nerdulator.com ↗)
    discuss
  6. Show HN: Pizza Bot – An inbox for AI agents that work in the background(github.com/pizza-bot-app ↗)
    30comments
  7. Show HN: Hacking a $20 4G wireless hotspot into a texting device(bkovac.github.io ↗)
    33comments
  8. Show HN: Glu – installing Homebrew packages 2x faster on macOS(glu.run ↗)
    2comments
  9. Show HN: Redis City – Explore how Redis works in an interactive 3D model(poltora.dev ↗)
    26comments
  10. Show HN: Panel – A research workspace where the agent can build its own panes(github.com/greentfrapp ↗)
    19comments
  11. Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS(github.com/jamesryanatx ↗)
    21comments
  12. Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks(github.com/ordewell ↗)
    30comments
  13. Show HN: Kinesis – Control your Mac with the Meta Neural Band(github.com/callbacked ↗)
    45comments
  14. Show HN: Thurbox – A tmux-based TUI and CLI for local AI agent orchestration(github.com/thurbeen ↗)
    discuss
  15. Show HN: Loss. a tiny satire about AI progress(workatloss.com ↗)
    8comments
  16. Show HN: Now You Can Use – Web Baseline Timeline(nowyoucanuse.com ↗)
    discuss
  17. Show HN: Pelican-bicycle alternatives(gally.net ↗)
    45comments
  18. Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s(github.com/sqliteai ↗)
    2comments
  19. Show HN: A chess analyzer that runs in the browser(github.com/huytd ↗)
    2comments
  20. Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost(narilabs.com ↗)
    31comments
  21. Show HN: SCIP MIP solver bindings for Go, ported from russcip(github.com/egoisutolabs ↗)
    discuss
  22. Show HN: DaiDocs, AI memory as a plain-text file format, not a service(github.com/kerneta ↗)
    1comments
  23. Show HN: Agenttik – work on multiple projects in parallel with AI agents(github.com/pausan ↗)
    discuss
  24. Show HN: Check if your IP has appeared in a residential proxy network(haveibeenproxied.com ↗)
    41comments
  25. Show HN: Open-source passive NFC tag that signs with ECDSA, verified on-chain(github.com/mwbpnftechnology ↗)
    discuss
  26. Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme(neobrutalism.dev ↗)
    76comments
  27. Show HN: DeadLock OS – A Linux terminal puzzle game(crazygames.com ↗)
    discuss
  28. Show HN: HonestSky, a free iOS weather app without ads or subscriptions(apps.apple.com ↗)
    discuss
  29. Show HN: Linux Doctor – read-only health checks that explain what's wrong(github.com/zshad0w7x ↗)
    discuss
  30. Show HN: Visual HTML – a source-preserving WYSIWYG editor for AI-generated HTML(kong75.github.io ↗)
    discuss

Show HN: Pull every comment out of a Google Sheet, in the browser

5 pointsby 1d agobensunter.com
0 comments
I spend a lot of time working in Google sheets. Often, I will collaborate with up to 50 other people in the same workbook. One specific org I worked at had a strong preference for using comment threads in Sheets extensively to ask questions, give feedback, and raise risks.

Sheets would regularly get 70+ comment threads across multiple tabs with dozens of contributing teams. As the owner of the sheet, I wanted a way to document the comments to retain traceability on all of the various conversations.

To my surprise, there was no function built into sheets to scrape, count, sort or manage comments at all. I also couldnt find any good third party add-ons to solve the problem. So I built one myself.

I discovered that the Drive API gives you the comment text, author and state, but doesnt give the location of the comment which was crucial. Thankfully, the .xlsx export has xl/threadedComments with the cell reference, timestamp, author, resolved flag and parent ID.

How it runs: JSZip in the browser, no sign-in, nothing uploaded anywhere. I am in the process of having the app verified to be hosted on Google Workspace Marketplace, but in the mean time the tool is available at: https://github.com/bsunter93/commentpulse

A quiet thread, for now.Start the conversation on HN ↗