frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

iOS and iPadOS 27: The MacStories Review

https://www.macstories.net/stories/ios-and-ipados-27-review/
1•ihuman•31s ago•0 comments

Digital planner for developers to manage cognitive load (editable and printable)

https://www.etsy.com/listing/4570733807/the-mindful-dev-a-2027-human-operating?ls=s&ga_order=most...
1•VeRaStef•53s ago•0 comments

Tablecruncher – Open-Source CSV Editor for Mac, Windows and Linux

https://tablecruncher.com/
1•eustoria•1m ago•0 comments

Oracle begins a new round of layoffs. Read the email

https://www.businessinsider.com/oracle-begins-new-round-of-layoffs-2026-9
1•taubek•2m ago•0 comments

Fish Audio – Free Unlimited Text to Speech – No Sign Up

https://www.fish-audio.net/
1•wsm123456•3m ago•0 comments

Microsoft says 'people matter more than AI' following safety concerns

https://www.theverge.com/news/994566/microsoft-humanist-ai-code-of-conduct
1•draginol•3m ago•0 comments

Fixing Firefox's Face Flaws

https://varunbarad.com/blog/fedora-firefox-start-page.html
1•speckx•3m ago•0 comments

An Audit of Public AGI Prediction, 1950-2026

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7456700
1•geox•4m ago•0 comments

If You Control the Board, You Control the Company

https://www.flux.law/blog/if-you-control-the-board-you-control-the-company
1•finsrud•8m ago•0 comments

2nd largest law firm buying Nvidia hardware to fine-tune open weights in-house

https://twitter.com/ai/status/2099249781826801760
1•bilsbie•8m ago•0 comments

Andon Labs Puts AI Agents in Charge of Real Businesses

https://spectrum.ieee.org/andon-labs-agentic-ai-businesses
1•samizdis•9m ago•0 comments

Ask HN: Developers – Do you let agents write production code?

1•smurf9852•10m ago•1 comments

Show HN: Skillzero – save tokens by omitting skills from agent context

https://github.com/kurtextrem/skillzero
1•kurtextrem•11m ago•0 comments

Drop in your resume, get a personal website for free

https://self.cv/en
1•javier_yc_new•11m ago•0 comments

Laravel Cloud is now ISO 27001 certified

https://twitter.com/laravel/status/2099510411217326459
1•jbrooksuk•12m ago•0 comments

The expanding scope of coding agents

https://chameth.com/the-expanding-scope-of-coding-agents/
1•meetpateltech•12m ago•0 comments

Building an Airgap Second Brain

https://lily.md/device/
1•itsrag•14m ago•0 comments

AI Firms Must Face Liability for 'Dangerous, Unvetted Products,' Says Lina Khan

https://www.commondreams.org/news/ai-liability
1•throwfaraway4•15m ago•0 comments

Using Blender with ChatGPT

https://developer.puter.com/blog/using-blender-with-chatgpt/
1•reynaldi•15m ago•0 comments

Has anyone made a legacy codebase more legible to AI coding agents?

1•iacobandrei•16m ago•1 comments

Show HN: I built a URL shortener from scratch

1•yhussain1110•17m ago•0 comments

Volunteers Are Keeping the Internet Human. For Now

https://www.techpolicy.press/millions-of-volunteers-are-keeping-the-internet-human-for-now/
1•cdrnsf•18m ago•0 comments

Disruption scenarios map for oil and gas reserves, infrastructure and LNG flows

https://energymap.marain.space/
1•narendranag•18m ago•0 comments

Anecdotally, Programmers Dislike "Reduce"

https://evanhahn.com/posts/2026-09-13-programmers-dislike-reduce/
2•praptak•18m ago•1 comments

What AI Found

https://whataifound.org/
1•wslh•18m ago•0 comments

Here Come the AI-Generated BEC Scams

https://decipher.sc/2026/09/14/here-come-the-ai-generated-bec-scams/
1•speckx•20m ago•0 comments

One Gets Through – Missile Command, but you launch the missiles

https://onegetsthrough.com/
1•Maxion•23m ago•0 comments

The trust infrastructure behind buying a bottle of bourbon

https://syntheticauth.ai/posts/the-trust-stack-01-nobody-trusts-anybody
1•zerolayers•24m ago•0 comments

Scientists Find a Subtle Clue to ADHD Hidden in the Eyes

https://www.sciencealert.com/scientists-find-a-subtle-clue-to-adhd-hidden-in-the-eyes
2•amichail•24m ago•0 comments

Show HN: Pushie – Get notified with a simple webhook

https://pushie.net
3•vasanthv•25m ago•1 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!