frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•explicitcons•21s ago

Perlin's Noise Algorithm

https://blog.jaysmito.dev/blog/02-perlins-noise-algorithm/
1•ibobev•55s ago•0 comments

Polymarket intends to challenge France's decision to block its website

https://www.reuters.com/legal/litigation/polymarket-intends-challenge-frances-decision-block-its-...
1•tartoran•1m ago•0 comments

The operational risk of AI coding agents in B2B SaaS

https://dev.jimgrey.net/2026/07/22/the-operational-risk-of-ai-coding-agents-in-b2b-saas/
1•mooreds•1m ago•0 comments

Building a Fast Lock-Free Queue in Modern C++ from Scratch

https://blog.jaysmito.dev/blog/04-fast-lockfree-queues/
1•ibobev•1m ago•0 comments

Design the Wave. Don't Just Ride It

https://alexoppenheimer.substack.com/p/design-the-wave-dont-just-ride-it
1•crescit_eundo•1m ago•0 comments

Smart, Safe, or Fast: Every conversational AI assistant picks two

https://pantsyr.dev/blog/smart-safe-or-fast-every-conversational-ai-assistant-picks-two/
1•nanoparticle•1m ago•0 comments

Scientists discover over 1,100 new marine species in landmark Ocean Census

https://oceancensus.org/press-release-scientists-discover-over-1100-new-marine-species-in-landmar...
1•speckx•1m ago•0 comments

The Pillars of an API Platform

https://launchany.com/the-pillars-of-an-api-platform/
1•mooreds•2m ago•0 comments

The Portable Way to Extract Date and Time from a File's Mtime in C++

https://www.sandordargo.com/blog/2026/07/22/extracting-datetime-from-mtime
1•ibobev•2m ago•0 comments

Airbus Full Scale Foldable Wing Extensions

https://www.airbus.com/en/newsroom/press-releases/2026-07-airbus-launches-new-flight-test-program...
1•r2sk5t•2m ago•0 comments

Not just development, distribution of software may change as well

https://antirez.com/news/170
2•sibellavia•3m ago•0 comments

Show HN: Receive.link – anyone can send you files encrypted to your passkey

https://receive.link/
1•neutrinoq•3m ago•1 comments

BLM proposes reopening 336k acres around Chaco Canyon to mineral leasing

https://www.koat.com/article/chaco-canyon-public-comment-period-opens-as-blm-proposes-reopening-3...
1•mooreds•4m ago•0 comments

A privacy-first macOS meeting-notes and writing app that runs on-device

https://github.com/bitwize-ai/Logue
1•westerosweb•4m ago•0 comments

The Airwaves Are Going on Sale Again. But Does the FCC Have the Right Goal?

https://thedailyeconomy.org/article/the-airwaves-are-going-on-sale-again-but-does-the-fcc-have-th...
1•NewCzech•4m ago•0 comments

The Light Flip Is the Stylish Dumb Flip Phone of Your Dreams

https://www.wired.com/story/light-flip-is-the-modern-stylish-dumb-flip-phone-of-your-luddite-dreams/
1•notpachet•6m ago•0 comments

Politician Count Binface Demands Sega Releases Shenmue 4

https://kotaku.com/count-binface-shenmue-4-sega-arcades-adele-nigel-farage-2000718341
1•robin_reala•6m ago•0 comments

AI Companies Are Buying Tons of Old Books Because They're Free of AI Slop

https://www.404media.co/ai-companies-are-buying-tons-of-old-books-because-theyre-free-of-ai-slop/
1•Brajeshwar•7m ago•0 comments

Show HN: Langy, an automated AI engineer (we gave it a robot body) [video]

https://langwatch.ai/blog/introducing-langy-your-automated-ai-engineer
4•jangletown•7m ago•0 comments

Show HN: A Sonos home-screen widget that talks directly to speakers over UPnP

https://play.google.com/store/apps/details?id=com.sonoswidget&hl=en_US
1•eyal4473•8m ago•0 comments

Show HN: I walk-forward tested classic trading setups. Several have no real edge

https://edgestacker.com/tools/library/
1•thepromptgenius•9m ago•0 comments

Show HN: Fund an agent once – prepaid USDC key for HTTP 402 tools (Solana)

https://vibes-coded.com/start
2•b_radford•10m ago•0 comments

Fujifilm X100 vs. Leica Q vs. Ricoh GR

https://map.simonsarris.com/p/fujifilm-x100-vs-leica-q-vs-ricoh
1•speckx•10m ago•0 comments

Show HN: Kernel optimization is obsolete. Just NPM install it

https://github.com/tensormux/kernel-skills
1•KRISH2832•10m ago•0 comments

Waymos cause "way mo" injuries per mile driven than for-hire vehicles in NYC

https://gothamist.com/news/are-waymo-robotaxis-actually-safer-than-nyc-uber-and-taxi-drivers
3•laserson•12m ago•1 comments

Which streaming service was that on again

https://www.timwehrle.de/blog/which-streaming-service-was-that-on-again/
3•weetii•13m ago•0 comments

Airtight – privacy-first crypto portfolio tracker,single HTML file, zero servers

https://airtight.sell.app/product/airtight-private-portfolio-tracker
1•AirTight•14m ago•0 comments

Backpropagation as Physical Relaxation: Exact Gradients in Finite Time

https://arxiv.org/abs/2602.02281
2•binyu•14m ago•0 comments

Trovio for Brands

https://brands.gotrovio.com/auth/signup
1•derrickshowers•15m 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!