frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Does Gusto drop dependents randomly for everyone?

1•QuadmasterXLII•1m ago•0 comments

Benchmarking eight offline-first sync clients

https://github.com/bkniffler/offline-sync-bench
1•quambo•1m ago•0 comments

Exposing a global AI slop empire ruining the internet for profit [video]

https://www.youtube.com/watch?v=GEHHTh5OTnQ
1•neom•5m ago•0 comments

The U.S. just had its hottest summer on record

https://www.ncei.noaa.gov/news/national-climate-202608
1•sphyrna-029•6m ago•0 comments

I am obsessed with two ads

https://bryananthonio.com/blog/shift-from-ml-to-ai-engineering/
1•skyberrys•8m ago•0 comments

How the Heck Do QR Codes Work?

https://perthirtysix.com/how-the-heck-do-qr-codes-work
1•hermitcrab•9m ago•0 comments

Student's new car gets erroneously flagged by Flock twice in 2 days

https://www.wsbtv.com/news/local/students-new-car-gets-flagged-by-flock-twice-2-days-family-blame...
1•jimt1234•11m ago•1 comments

BasinRAG – Topological RAG via dynamical basins (0.771 nDCG 10, $0 API cost, CPU

https://github.com/Basinfy/BasinRAG
1•alexmart1ns•11m ago•0 comments

Show HN: BiNeuron – AI code assistant that runs 100% locally

https://github.com/just-not-google/BiNeuron
1•waratecs123•12m ago•0 comments

Asimov Press Is Back

https://press.asimov.com/articles/back
1•herbertl•12m ago•0 comments

Automattic CEO Matt Mullenweg Put on 'Leave of Absence'

https://www.404media.co/wordpress-automattic-ceo-matt-mullenweg-put-on-leave-of-absence/
12•doener•13m ago•0 comments

Boston Scientific unlikely to meet 2026 sales, profit forecast after cyberattack

https://www.reuters.com/technology/boston-scientific-says-cyberattack-likely-hurt-2026-sales-prof...
2•DGAP•13m ago•0 comments

Resurrecting Rewind with Sol and Astra

https://fairandfit.substack.com/p/resurrecting-rewind-with-sol-and
1•staplehorsebat•16m ago•1 comments

An app design that combines Email and Reddit to disrupt or replace Email

3•tsydenzhap•17m ago•0 comments

Worked on Safety at OpenAI. This Is What It Should Do Now

https://www.nytimes.com/2026/09/09/opinion/openai-ai-companies-safety-regulation.html
2•doener•21m ago•0 comments

Show HN: Trackd – a Gmail subscription tracker with no bank login

https://trackd-deanware.netlify.app/
1•deanandreakis•22m ago•0 comments

The Destruction of the Scottish Canon

https://asteriskmag.com/issues/15/the-destruction-of-the-scottish-canon
1•littlexsparkee•23m ago•0 comments

Apple has a new way prove your iPhone photos aren't AI slop

https://techcrunch.com/2026/09/09/apple-has-a-new-way-prove-your-iphone-photos-arent-ai-slop/
1•coinfused•24m ago•0 comments

Show HN: JavaScript syntax highlighter in 12.7kB of WebAssembly, Shiki 99.9%

https://qip.dev/syntax-highlight-comparison
1•burntcaramel•30m ago•0 comments

Guidelines for AI-Assisted Contributions to the OAuth WG

https://mailarchive.ietf.org/arch/msg/oauth/DrmZHH1qXlcfPRcZF66lJIXvFxg/
1•mooreds•32m ago•0 comments

AI will cure cancer in our lifetime, claims boss of UK chip giant

https://www.bbc.com/news/articles/c0m39g7xzevo
1•bbg2401•32m ago•2 comments

How Much Redistribution Will AI Require?

https://marginalrevolution.com/marginalrevolution/2026/09/how-much-redistribution-will-ai-require...
1•marojejian•33m ago•0 comments

Show HN: View Git repos from your email client

https://github.com/joshumax/git2imap
1•joshumax•35m ago•0 comments

Lotus root is not Fried tofu: giving an on-device food model better eyes

https://littletheta.com/field-notes/lotus-root-is-not-fried-tofu
1•NickHirras•38m ago•0 comments

New maps reveal hidden landscapes inside a prehistoric supercontinent

https://www.scientificamerican.com/article/new-maps-reveal-hidden-landscapes-inside-a-prehistoric...
1•bcaulfield•38m ago•0 comments

A quick overview of atomics in C

https://lemire.me/blog/2026/09/09/a-quick-overview-of-atomics-in-c/
1•ingve•39m ago•0 comments

Chinese businesses give away AI tokens with coffee, credit cards, and dumplings

https://restofworld.org/2026/china-ai-tokens-consumer-rewards-credit-cards-telcos-deepseek/
1•herbertl•40m ago•0 comments

Limits and opportunities of AI reviewers: Reviewing the reviews of Nature papers

https://arxiv.org/abs/2605.20668
1•marojejian•41m ago•1 comments

Before Magnitsky: The Forgotten Russian Arithmetic Textbook Printed in Amsterdam

https://valeman.medium.com/before-magnitsky-the-forgotten-russian-arithmetic-textbook-printed-in-...
1•ibobev•43m ago•0 comments

Building a Reliable PostgreSQL Queue: Concurrency, Crashes, Retries, and Scale

https://blog.master.dev/building-a-reliable-postgresql-queue-concurrency-crashes-retries-and-scale/
1•ibobev•45m 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!