Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. UK air traffic control outage caused by software defect, says operator(reuters.com ↗)
    discuss
  2. Claude couldn't hack OpenAI. Then Anthropic shipped Opus 5(thenewstack.io ↗)
    discuss
  3. MacSurf for Mac OS 8.6~10.6 "Open Tabs" Released(macsurf.org ↗)
    discuss
  4. SPC970-MechaLIBerator: PlayStation 2 SPC970 MechaCon dumper (with vuln detail)(github.com/libbers ↗)
    discuss
  5. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    discuss
  6. AI hallucination of Chinese nuclear components almost led to US Military attack(arstechnica.com ↗)
    2comments
  7. Anthropic partnering with Accenture on embedded evaluation(anthropic.com ↗)
    discuss
  8. Vipassana, Volini, and Viktor Frankl(jatin564991.substack.com ↗)
    discuss
  9. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    1comments
  10. Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7(geekbench.com ↗)
    discuss
  11. Conway's Law and Programming Languages(weblog.lol ↗)
    discuss
  12. Members of right‑leaning parties prefer leaders with dark triad personality(theconversation.com ↗)
    discuss
  13. Being a Responsible Human in the Loop(raahelbaig.com ↗)
    1comments
  14. Google's Gemini AI hacked three companies in security test(bbc.co.uk ↗)
    discuss
  15. Splash: A Local Engine Built Around the Model(inco.ai ↗)
    1comments
  16. Ask HN: DeepSeek v4.1 Flash on Local hardware, what tok/s do you see?
    discuss
  17. Sudo and OpenDoas Timestamp Files(duncano.de ↗)
    discuss
  18. The C++20's u8/char8_t Backward-Compatibility Fiasco(giodicanio.com ↗)
    discuss
  19. Show HN: Gotedo Impress – Free, Modern Presentation Software(gotedo.com ↗)
    1comments
  20. Grammarly will send unhinged messages to all your users if you try to cancel(reddit.com ↗)
    discuss
  21. Inside the AI "Kill Chain" That Destroyed an Iranian School(bloomberg.com ↗)
    1comments
  22. China's token consumption to reach 100 quadrillion in 2026, says report(wicinternet.org ↗)
    2comments
  23. Show HN: Nordstjernen Web Browser 1.0.24
    discuss
  24. Microsoft agentically ports Copilot runtime to Rust for $120K(theregister.com ↗)
    2comments
  25. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    10comments
  26. From 150 people to one system(chrisveleris.com ↗)
    discuss
  27. Flet 1.0 Is Here(flet.dev ↗)
    discuss
  28. Stepfun Step 5 Preview (LLM): On AA Pareto frontier(artificialanalysis.ai ↗)
    1comments
  29. OmniFire - All-in-one platform for social media, business profile, & mobile apps(omnifire.app ↗)
    discuss
  30. The Evidence for AI Consciousness, Today (2025)(ai-frontiers.org ↗)
    2comments

Extract all comments from a Google Sheet

1 pointsby 2h ago
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. A browser version of the tool is available at: https://github.com/bsunter93/commentpulse

It's also live in the Google Marketplace at this link: https://workspace.google.com/marketplace/app/comment_export_for_sheets/856300539801

Feel free to take and use it - would love any feedback!

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