frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

14,000 Security Guards for Major Tech Companies Plan to Strike

https://www.kqed.org/news/12099765/14000-security-guards-for-major-tech-companies-plan-to-strike
1•PLenz•42s ago•0 comments

I Only Wanted the Tests to Run Faster

https://www.differentshelf.com/i-only-wanted-the-tests-to-run-faster/
1•seductivebarry•3m ago•0 comments

JJ Con '26 [video]

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

The Google Play app review process now regularly takes longer than a week

https://gultsch.social/@daniel/117280438824908947
1•inputmice•5m ago•0 comments

I Made a Time Machine

https://1matin.com/time-machine/
1•1matin•7m ago•0 comments

Is anyone else losing their motivation to nerd out and tinker because of AI?

1•rizsyed1•8m ago•1 comments

Anna Holmes on Saying No and Yes

https://www.cjr.org/the-interview/anna-holmes-saying-no-and-yes-jezebel-founder-struggle-freedom-...
1•Tomte•8m ago•0 comments

Nvidia announces native GPU programming in Rust

https://developer.nvidia.com/blog/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels/
1•nonmaskable•8m ago•0 comments

Europe Time Machine, an interactive map of Europe's borders

https://europe-time-machine.vercel.app/
1•bebanR•10m ago•0 comments

Ask HN: How do you prevent customer PII from reaching LLMs unnecessarily?

1•Securelytixdev•11m ago•0 comments

An LLM-Turbocharged Community Calendar Reboot (2024)

https://thenewstack.io/an-llm-turbocharged-community-calendar-reboot/
1•zeristor•11m ago•1 comments

Devastated father says his 9-year-old son spent $118,000 on YouTube ads

https://www.tomshardware.com/video-games/devastated-father-says-his-9-year-old-son-spent-usd118-0...
1•vanburen•11m ago•0 comments

Silly Sound Bastard It is yet another clone of the well known Covox Speech Thing

https://github.com/necroware/silly-sound-bastard
1•Bluestein•18m ago•0 comments

Should markets discount the AI apocalypse?

https://www.ft.com/content/845a7c03-15b4-4bff-a49c-25781287b75c
1•cc62cf4a4f20•18m ago•0 comments

Cyber Defense for the Hybrid Enterprise in the Age of AI

https://www.ciscopress.com/store/cyber-defense-for-the-hybrid-enterprisein-the-age-of-9780135472781
1•teleforce•19m ago•0 comments

AI models need more data about biology, and OpenAI is paying to create it

https://www.technologyreview.com/2026/09/15/1144129/ai-models-need-more-data-about-biology-and-op...
1•joozio•22m ago•0 comments

Show HN: Omastorm – Live NEXRAD weather radar for Omarchy

https://github.com/wesleygrimes/omastorm
1•wesgrimes•23m ago•0 comments

Apodex – FrontierAgent

https://github.com/ApodexAI/FrontierAgent
1•marksully•24m ago•0 comments

Internal Tool Delegation for Agents vs. External Payment Auth

https://skyfire.xyz/ai-agent-authentication-authorization-platforms/
1•mooreds•25m ago•0 comments

Ask HN: What is the most career altering course or book you have gone through?

2•learner_yearner•26m ago•2 comments

China's open-weight AI models are now just 4 months behind frontier US offerings

https://www.tomshardware.com/tech-industry/artificial-intelligence/chinas-open-weight-ai-models-a...
2•rbanffy•26m ago•0 comments

What writing for the Washington Post taught me about standup comedy

https://pammoore.substack.com/p/what-writing-for-the-washington-post
1•mooreds•27m ago•0 comments

Mythos 5 Transcript Release

https://github.com/anthropics/mythos-5-incident-transcript
2•marksully•27m ago•0 comments

HP ZBook Ultra G3a 16 Preview: 192GB Unified Memory Aims for Top Local AI Laptop

https://www.storagereview.com/review/hp-zbook-ultra-g3a-16-preview-192gb-of-unified-memory-aims-f...
1•rbanffy•28m ago•0 comments

Show HN: IndexLaunch – free indexability checker and IndexNow submission queue

https://www.indexlaunch.site/
1•mp866137•29m ago•0 comments

The New Chinese Way of Cyberwar

https://www.foreignaffairs.com/china/new-chinese-way-cyberwar-ai
1•michaelhillaert•31m ago•0 comments

Show HN: Gescom MiniDisc Runner – 88 tracks, 88! possible orders

https://github.com/EI3LH/Gescom-MiniDisc-Runner
1•austinallegro•32m ago•0 comments

The End of EWS in Mail and AppleScript in Outlook

https://mjtsai.com/blog/2026/08/20/the-end-of-ews-in-mail-and-applescript-in-outlook/
1•vinni2•32m ago•0 comments

When Software Becomes Cheap, Trust Becomes Expensive

https://medium.com/@hbbio/when-software-becomes-cheap-trust-becomes-expensive-621cf347880f
1•hbbio•33m ago•0 comments

Ask HN: Can LLMs be used to invent a new human language?

1•loopies•34m ago•2 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!