frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why does the U.S. military seem stymied in the war with Iran?

https://www.npr.org/2026/08/19/nx-s1-5937516/why-does-the-u-s-military-seem-stymied-in-the-war-wi...
1•colinprince•22s ago•0 comments

UK cinemas are now restricting Meta smart glasses over film piracy concerns

https://www.neowin.net/news/uk-cinemas-are-now-restricting-meta-smart-glasses-over-film-piracy-co...
1•bundie•25s ago•0 comments

Show HN: Process your solar eclipse data

https://github.com/dmead/solar-eclipse-timelapse
1•dmead•3m ago•0 comments

Project Cybersyn

https://bactra.org/notebooks/cybersyn.html
2•cassepipe•4m ago•0 comments

Hyperscalers' Off-Grid Power Push Comes with Risks

https://www.wsj.com/business/energy-oil/hyperscalers-off-grid-power-push-comes-with-risks-b1dca338
1•bcaulfield•4m ago•0 comments

Foreign Students Applying to US Colleges Fell 10% This Year

https://www.bloomberg.com/news/articles/2026-08-20/foreign-students-seeking-spots-at-us-colleges-...
3•garbawarb•7m ago•0 comments

What datacenters look like in neighborhoods

https://www.usatoday.com/picture-gallery/tech/2026/08/19/data-center-communities-controversy-phot...
3•ripe•7m ago•1 comments

Kiro Crew

https://kiro.dev/blog/introducing-kiro-crew/
2•gmays•8m ago•0 comments

Promising Results for mRNA Cancer Vaccine from Moderna and Merck

https://time.com/article/2026/08/19/mrna-cancer-vaccine-moderna-merck/
2•paulpauper•9m ago•0 comments

I reverse-engineering the closed GoodNotes format using LLMs

https://github.com/Kaih1825/parser-for-goodnotes
2•Kaih1825•11m ago•1 comments

Mjolnir: Automated Cross-Vendor Adversarial Review

https://blog.brokk.ai/mjolnir-automated-cross-vendor-adversarial-review/
2•jbellis•11m ago•0 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
4•radeeyate•11m ago•0 comments

Dark Factory Engineering and Programming as Theory Building

https://chris-parmer.com/dark-factory-and-programming-as-theory-building/
2•chriddyp•12m ago•0 comments

Show HN: See what's behind any website: DNS, hosting, security, tech stack

https://heckzar.app/
2•nimsarajay•12m ago•0 comments

Why Odin?

https://nathany.com/why-odin/
2•ksec•18m ago•0 comments

Show HN: SystemG – An agent-friendly general process composer

https://sysg.dev
2•ra0x3•18m ago•0 comments

'Darth Vader' Wants Flock in San Diego

https://www.404media.co/darth-vader-spoke-in-support-of-flock-at-san-diego-city-council-meeting/
2•cdrnsf•19m ago•0 comments

Show HN: JavaScript library that makes any list a smooth picker of any shape

2•tahazsh•20m ago•0 comments

China lands its Zhuque-3 rocket, rivaling Blue Origin and SpaceX

https://www.scientificamerican.com/article/china-successfully-lands-its-zhuque-3-rocket-rivaling-...
3•beardyw•21m ago•0 comments

URL shortener links stored in your ATProto PDS

https://atpr.to/
4•jcbhmr•21m ago•0 comments

Judge orders Kalshi cease Washington operations (starting August 20)

https://www.atg.wa.gov/news/news-releases/judge-orders-kalshi-cease-numerous-washington-operations
3•travisd•22m ago•1 comments

Windows silently stops delivering WH_KEYBOARD_LL hooks when Chromium has focus

https://github.com/wudaming00/wh-keyboard-ll-chromium
3•wudmaing00•22m ago•0 comments

By all means, keep moving

https://www.sciencedirect.com/science/article/abs/pii/S1053810017302143
2•mabios•23m ago•1 comments

The Milky Way's fastest star could expose our black hole's spin

https://www.scientificamerican.com/article/the-milky-ways-fastest-star-could-expose-our-black-hol...
3•beardyw•24m ago•1 comments

Epic Unhappy with New EU App Store Fee Structure

https://twitter.com/EpicNewsroom/status/2089787577062559951
3•smugma•25m ago•1 comments

Email Infrastructure for ATProto

https://comail.at/
2•jcbhmr•25m ago•0 comments

We're trying to make Kimi K3 cheaper

https://packs.relace.ai/
3•pfunctional•26m ago•1 comments

Textlog Is Now an Open Collective, Part of Open Source Europe

https://opencollective.com/textlog
3•stagas•27m ago•1 comments

Building certgrep.sh: a free CT search engine

https://haveibeensquatted.com/blog/building-certgrep
3•juxhindb•27m ago•1 comments

Arc AGI-3 100% solved with a skill

https://twitter.com/pbshgthm/status/2090087614716297439
3•rochansinha•27m ago•0 comments
Open in hackernews

Show HN: ScrapeCopilot – Notebook Code Interface + Puppeteer + AI Copilot

3•erichi•1y ago
Hi HN, I’m Eric, and I’m building ScrapeCopilot, an AI assistant designed to eliminate friction in browser automation development.

Here is the link to VS Code extension - https://marketplace.visualstudio.com/items?itemName=scrapeco...

I've built browser automations for more than 5 years, and the constant frustration was always the sheer friction involved in getting working code – especially when debugging in headless mode or connecting to remote browsers.

When I started using LLMs to generate automation code, I found myself stuck in a repetitive loop: navigate to the desired page state, copy-paste HTML into the AI chat, and ask it to generate code. The worst part is that there was no easy way to run that generated code without losing the page state, forcing me to restart the browser session constantly. This wasted large amounts of time and mental energy. I built ScrapeCopilot to make this workflow seamless.

How it works:

ScrapeCopilot combines the power of a Jupyter-style notebook with a live Puppeteer browser session and integrated AI.

- Live Interactive Development: When you create an automation notebook, it initiates a fresh Puppeteer browser session. The page object is exposed directly to your notebook cells, allowing you to run any Puppeteer code against the live browser state and see the results instantly.

- AI-Powered Assistance: It integrates with GitHub Copilot (via the @scrapecopilot chat participant). The AI automatically sees the current page HTML, allowing it to generate highly relevant Puppeteer code based on your instructions directly within the chat.

- LLM Code Export: Once you've developed your automation logic, you can easily export the final, complete Puppeteer script based on your instructions.

This tool saves me hours daily, but even more importantly, it improves the developer experience in browser automation which is frustrating area.

I believe ScrapeCopilot can complement existing browser automation tools and frameworks by providing an interactive AI-assisted development experience.

Current Status & Future Plans:

- The extension currently works within VS Code. It will work in Cursor, but without chat support initially. I'm actively working on integrating a backend server to enable full chat functionality with Cursor.

- Currently the key workflow assumes that you create a new browser automation step by step, using code cells. But in my work I spend half of the time fixing existing automations, so my focus now is trying to adapt extension for debugging and fixing existing code.

- Playwright support is also on the list.

Check out short videos: - Demo: Headless False - https://scrapecopilot.ai/assets/demo-headless-false-Dhc_jeNR... - Demo: Headless True - https://scrapecopilot.ai/assets/demo-headless-true-PRQndDxP....

I'd love to hear your thoughts, feedback, and any suggestions!