frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We're living through an explainer epidemic

https://www.dazeddigital.com/life-culture/article/70929/1/thoughtfluencers-hot-takes-tiny-mics-ex...
1•iamben•24s ago•0 comments

Don't Hit Publish If You Miss This Rule

https://canro91.github.io/2026/09/11/Publish/
1•speckx•1m ago•0 comments

India's payments regulator rolls tap to pay outside Visa and Mastercard networks

https://twitter.com/npci_npci/status/2098072369973825677
1•villgax•2m ago•0 comments

Computer Use Agents Are Excellent QA Engineers

https://tristanrhodes.com/blog/Computer-Use-Agents-are-Excellent-QA-Engineers
1•partypete•2m ago•0 comments

LG Denies Accusations of Smart TVs Continuously Recording Its Users

https://www.engadget.com/2256728/lg-denies-accusations-of-smart-tvs-continuously-recording-its-us...
1•speckx•5m ago•0 comments

Can A.I. "Go Rogue"?

https://www.newyorker.com/culture/open-questions/can-ai-go-rogue
1•saikatsg•6m ago•0 comments

Dario Just Said Pump the Brakes on AI

https://captaincompliance.com/education/dario-just-proposed-slowing-ai-development-on-purpose/
1•richartruddie•6m ago•1 comments

I just made a Git platform hosted on the blockchain

https://infinigit.com/
1•cd-4•6m ago•0 comments

Lind-project: Run untrusted POSIX applications, safely, in one process

https://lind-project.github.io/
1•ryuuseijin•8m ago•0 comments

Our First 30 Mins with the Steam Frame (Leak)

https://archive.org/details/our-first-30-mins-with-the-steam-frame-u-8-r-bnz-1-mpu
1•himata4113•9m ago•0 comments

Tolkien Gateway Encyclopedia Dedicated to JRR Tolkien

https://tolkiengateway.net/wiki/Tolkien_Gateway
1•Bluestein•10m ago•0 comments

Diablo V Teaser – The Return [video]

https://www.youtube.com/watch?v=GxCN_AKYtts
1•HelloUsername•10m ago•0 comments

Adversarial Examples Are Not Bugs, They Are Features (2019)

https://gradientscience.org/adv/
1•Bluestein•12m ago•0 comments

We Built Drone-Bench

https://twitter.com/andonlabs/status/2098832876288749604
1•pretext•12m ago•0 comments

Show HN: Spellfort – voice-controlled games for the edge of sleep

https://spellfort.gg/
1•gajus•13m ago•0 comments

Open Source GRC Platform

https://github.com/getprobo/probo
1•gearnode•13m ago•0 comments

An interactive atlas of middle earth

https://atlas.bag-end.eu/
1•benny_s•14m ago•0 comments

Caroline Ellison has joined Manifund

https://forum.effectivealtruism.org/posts/pMpEKwY2ATJK5yrvG/caroline-ellison-has-joined-manifund
3•qlte•14m ago•1 comments

AI Bubble Crashing Its Way into AI Abundance?

2•hmichaelson24•16m ago•1 comments

Starcraft – Announce Cinematic – Dominion [video]

https://www.youtube.com/watch?v=9eQUtOQXYgQ
1•HelloUsername•16m ago•1 comments

Show HN: Stackray – Detect any website's tech stack

https://stackray.app
2•seelos•18m ago•0 comments

What the iPhone Neural Engine Does and Why It Matters

https://campaignmanagement.copcap.com/journal/what-the-iphone-neural-engine-does-and-why-it-matte...
1•alwillis•19m ago•0 comments

Show HN: Ember – a strategy game where everyone moves at once

https://playember.gg/
2•sundaypancakes•24m ago•0 comments

'We must slow the pace': CEO of Anthropic calls for an AI slowdown

https://www.theguardian.com/technology/2026/sep/12/we-must-slow-the-pace-ceo-of-anthropic-calls-f...
6•tzmlab•25m ago•1 comments

Scaling classical music concert crawlers with AI agents

https://classicalbot.com/blog/scaling-classical-music-concert-crawlers-with-ai-agents
1•druskacik•26m ago•0 comments

Anthropic CEO Says It's Time to Slow AI Model Advances

https://www.bloomberg.com/news/articles/2026-09-12/anthropic-ceo-says-it-s-time-to-slow-pace-of-i...
6•sbulaev•26m ago•1 comments

Trade war puts spotlight on Canada's relationship with U.S. big tech

https://www.cbc.ca/radio/justasking/canada-digital-sovereignty-just-asking-9.7337778
1•Teever•26m ago•0 comments

Show HN: Wlmoves - Move nested Wayland windows between TTYs automatically

https://github.com/skorotkiewicz/wlmoves
1•modinfo•27m ago•0 comments

From Neural Networks to Logical Theories

https://arxiv.org/abs/2509.23912
1•measurablefunc•28m ago•0 comments

Digital Research's GEM opens a new window on Linux

https://www.theregister.com/software/2026/09/11/digital-researchs-gem-opens-a-new-window-on-linux...
1•rbanffy•31m 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!