frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OT Manual Operations Plan: What Manual Operation Buys You

https://www.emberot.com/resources/blog/ot-manual-operations-plan/
1•TheWiggles•2m ago•0 comments

Migraine Trail: Voice Migraine Tracker

https://migrainetrail.com/
1•zrmachar•4m ago•0 comments

Claude Fable 5 Having Fun

https://github.com/robss2020/claude-fable-5-having-fun
2•logicallee•6m ago•1 comments

Show HN: A prompt to check Supabase DB security

https://defencecore.com/audit
1•tornadorice•8m ago•0 comments

Where the Shadow Fell

https://eclipses.bogachev.fr/
1•davidbarker•10m ago•0 comments

France's Top Court Strikes Down Ban on Social Media for Children

https://www.nytimes.com/2026/08/14/world/europe/france-court-strikes-down-ban-social-media-childr...
2•timpera•18m ago•1 comments

We got content-defined chunking from 555 MB/s to 21 GB/s

https://www.plakar.io/posts/2025-07-11/introducing-go-cdc-chunkers-chunk-and-deduplicate-everything/
1•vcoisne•18m ago•0 comments

Digital Signal Processing Pioneer Bede Liu Dies at 91

https://spectrum.ieee.org/digital-signal-processing
2•sohkamyung•19m ago•0 comments

Stop sending me PRs; a rant

https://getsmall.xyz/post/cmstjfl9l000if70ljmpzr4va
4•trezm•19m ago•1 comments

Musk assembled a full-stack AI coding play while everyone watched benchmarks

https://pub.towardsai.net/grok-4-6-x-cursor-elon-musk-just-bought-his-way-into-the-ai-coding-war-...
2•glennall•23m ago•1 comments

Substack forces authors to use Pangram

https://www.reddit.com/r/Substack/comments/1v3rdpr/another_creepy_feature_of_the_pangram_ai/
2•behnamoh•25m ago•0 comments

1973 Concorde Eclipse Flight

https://en.wikipedia.org/wiki/1973_Concorde_eclipse_flight
1•aragonite•25m ago•0 comments

Show HN: Another Markdown editor, but this one is a web app

https://marty.zalega.me/markdawn/
1•evilmarty•26m ago•0 comments

RISC-V: They should have known better

https://dmitry.gr/?r=06.%20Thoughts&proj=12.%20RV
8•kaycebasques•29m ago•0 comments

Two slicks appear in Gulf as oil spill off Oman threatens disaster

https://www.reuters.com/business/environment/two-slicks-appear-gulf-huge-oil-spill-off-oman-threa...
1•Jtsummers•29m ago•0 comments

IDE Nostalgia: Programming NLS in 1972: Keyset, Mouse, and Viewspecs

https://davidsmaynard.com/blog/keyset
1•dmaynard•37m ago•0 comments

Show HN: Musical social media site where you can throw tomatoes at each other

https://mazurka.cafe/
2•Ambroza•40m ago•0 comments

Development awarded persistency and it still does today

2•alikh31•42m ago•0 comments

A TanStack Router Navigation

https://tanstack.com/blog/tanstack-router-navigation-lanes
1•mirzap•44m ago•0 comments

Taste is tech billionaires' new obsession (why?) [video]

https://www.youtube.com/watch?v=FjVmtxKXMbM
2•the_wolo•48m ago•1 comments

US to tell partners they must pick sides in AI race with China

https://www.reuters.com/world/china/us-tell-partners-they-must-pick-sides-ai-race-with-china-2026...
3•sanid•49m ago•0 comments

Show HN: WorldClock.free – Current local time from anywhere in the world

https://worldclock.free/
1•nadermx•50m ago•0 comments

eigendrum

https://eigendrum.com/#p=circle
4•bookofjoe•53m ago•0 comments

Taiwan targeted in AI-driven hacking campaign

https://www.taipeitimes.com/News/front/archives/2026/08/14/2003862463
1•skybrian•58m ago•0 comments

Show HN: I built a Claude Code plugin to query 10.6M earnings-call embeddings

https://fn2.ai/claude
1•oceanplexian•58m ago•0 comments

Vulnerability giving attackers full control of Macs is under active exploitation

https://arstechnica.com/security/2026/08/vulnerability-giving-attackers-full-control-of-macs-is-u...
3•sbulaev•1h ago•0 comments

The flags given letter grades

https://worldflagsgraded.com/ratings.html
2•carlos-menezes•1h ago•0 comments

Show HN: I asked Claude to turn 20 years of my research into a game

https://playhyperbubble.com/
1•2020science•1h ago•0 comments

Show HN: WeaveScope – Elixir native observability for AI agents

https://weavescope.com/
1•caudena•1h ago•0 comments

Randomness Is a Tax – Until It Isn't

https://www.sidhantbansal.com/2026/When-is-randomness-an-asset-vs-a-tax/
1•sidhantbansal•1h 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!