frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Data Centers Preserved Their $2B Virginia Tax Break

https://news.bloombergtax.com/daily-tax-report-state/how-data-centers-preserved-their-2-billion-v...
1•newsomix9xl•1m ago•0 comments

Show HN: Historical daily weather for any US ZIP code Python Package

https://github.com/gojiplus/get-weather-data
1•neehao•3m ago•0 comments

Who Wins as Intelligence Commodifies?

https://www.strangeloopcanon.com/p/who-wins-as-intelligence-commodifies
1•abrbhat•5m ago•0 comments

IncSFS: Incremental Full-Sparse Flow-Sensitive Pointer Analysis for C/C++

https://arxiv.org/abs/2608.24391
1•matt_d•5m ago•0 comments

Show HN: Simple Fax Sending Website

https://www.perpagefax.com/
1•engintekin•7m ago•0 comments

Show HN: MLSentinel – monitor ML models and catch failures early

https://www.mlsentinel.dev/
1•drdoom_2007•8m ago•0 comments

XBlade 25.1.17 competes directly with Wayland's sandboxing, exceeding parity

https://git.sr.ht/~bhyvxe/xblade
1•icmpkitty•8m ago•0 comments

Qwen/Qwen3.8-Flash-Next · Hugging Face

https://huggingface.co/Qwen/Qwen3.8-Flash-Next
1•manojbajaj95•10m ago•0 comments

Row over weight of half a loaf leaves German baker with €15,000 bill

https://www.euronews.com/my-europe/2026/08/26/row-over-weight-of-half-a-loaf-leaves-german-baker-...
1•throwaway2037•10m ago•0 comments

1,000 missing after catastrophic floods caused by a glacial collapse

https://apnews.com/article/climate-change-nepal-tibet-glacier-collapse-floods-61b592d428e4631add3...
2•geox•11m ago•0 comments

Show HN: Stellamap, live 3D map of the solar system with real spacecrafts

https://www.stellamap.net
1•alecavaz•16m ago•0 comments

A Nice, Simple Product

https://magic984128.substack.com/p/a-different-way-to-look-at-a-photo
1•magic520•21m ago•0 comments

Other People – Neil Gaiman

https://xpressenglish.com/our-stories/other-people/
1•barry-cotter•22m ago•0 comments

Show HN: AI chat app build specifically for kids (howcomet.com)

https://howcomet.com/
1•hkbarton•24m ago•0 comments

Don't Let LLMs Play Telephone with Your Ideas

https://blog.yfzhou.fyi/posts/prompt/
2•crazylogger•24m ago•0 comments

A one sentence skill for ASD STE 100 – 58% cheaper with similar eval scores

https://whoislewys.com/blog/2026/08/20/simpler-english/
1•whoislewys_1•25m ago•0 comments

Jira and Confluence Are Both Down

https://jira-software.status.atlassian.com/incidents/jv8mdjyh9cn7
4•thelibrarian•31m ago•2 comments

A scooter is cheating, a cargo bike is rude, the car is fine

https://maxmautner.com/2026/08/25/scooter-is-cheating.html
2•mslate•34m ago•0 comments

Why LLMs Can't Play Chess

https://www.nicowesterdale.com/blog/why-llms-cant-play-chess
1•andsoitis•38m ago•0 comments

Google's Sergey Brin: You'll ride in robot cars within 5 years (2012)

https://www.cnet.com/science/googles-sergey-brin-youll-ride-in-robot-cars-within-5-years/
3•andsoitis•39m ago•1 comments

The Absolute Pleasure of Tim Curry

https://www.theatlantic.com/ideas/2026/08/tim-curry-tribute/688422/
3•fortran77•42m ago•2 comments

Further Ensuring Affordable Beef for the American Consumer

https://www.whitehouse.gov/presidential-actions/2026/08/further-ensuring-affordable-beef-for-the-...
1•big_toast•43m ago•0 comments

Show HN: I Designed a 3D-Printed Laminar Flow Nozzle

https://smysnk.com/blog/3d-printed-laminar-flow-nozzle-design
1•smysnk•45m ago•0 comments

Llwdc – Direct-to-fan storefront for tracks, stems, and sound packs

https://llwdc.com
2•sectapod•47m ago•0 comments

Xkcd: Trade

https://xkcd.com/3290/
3•Garbage•47m ago•0 comments

Show HN: Zetken CI/CD Studio

https://zetken.com/
2•BolatM•51m ago•0 comments

Is Stupidity Strength?(2019)

https://srconstantin.github.io/2019/10/29/is-stupidity-strength-3.html
1•num42•56m ago•0 comments

Wall Street turns on scrambling Treasury Secretary: 'Damage has been done'

https://www.msn.com/en-us/money/general/wall-street-turns-on-scrambling-trump-cabinet-member-dama...
1•petethomas•57m ago•0 comments

Interviewing in the Age of AI

https://www.dein.fr/posts/2026-05-28-interviewing-in-the-age-of-ai
2•fagnerbrack•58m ago•0 comments

Safe kernels are fast kernels: tile-rs next to Mojo 1.0

https://yijunyu.github.io/tile-rs-vs-mojo.html
1•yijunyu•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!