frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I compared 15 AI agent frameworks across 4 production stacks

https://compare-lab.xyz/ai-agent-frameworks/
1•hannune•1m ago•0 comments

Kubescheduler: The Game

https://imjasonh.github.io/kubescheduler-the-game/
1•ImJasonH•1m ago•0 comments

Show HN: Save money with this DIY endurance gel calculator and recipe guide

https://www.theinstant.cc/gel
1•Gshaheen•3m ago•0 comments

Build a Simple RAG App with Telnyx AI Inference

https://github.com/team-telnyx/telnyx-code-examples/tree/main/build-rag-with-telnyx-inference-python
1•sona-coffee11•3m ago•1 comments

Techlang – a compiled, statically typed language targeting LLVM

https://github.com/gummyniki/techlang
1•Mierenik•3m ago•1 comments

Show HN: Dial9, a tool for diagnosing p99+ performance in Rust programs

https://github.com/dial9-rs/dial9
1•rusbus•4m ago•0 comments

Trino's Summer of Grammar

https://trino.io/blog/2026/06/26/summer-of-grammar.html
1•mateuszserafin•5m ago•0 comments

Show HN: BetterDB, MIT Valkey-native context layer for AI agents

https://github.com/BetterDB-inc/monitor/tree/master/packages
1•kaliades•6m ago•0 comments

Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)

https://www.w3.org/DesignIssues/MatrixURIs.html
1•napolux•7m ago•0 comments

Close America's Transit Automation Gap

https://ifp.org/close-americas-transit-automation-gap/
1•surprisetalk•7m ago•0 comments

Module decomposition cut agent token use 32% on follow-up feature additions

https://docs.krv.ai/topos/agent-cost-savings-case-study.html
1•sgathrid•7m ago•1 comments

My memories of what life was like before the Internet

https://www.vintagecomputing.com/index.php/archives/3132/my-memories-of-what-life-was-like-before...
1•speckx•7m ago•0 comments

MCP Does Not Need Another App Store. It Needs a Control Plane

https://vectoralix.com/blog/mcp-does-not-need-another-app-store-it-needs-a-control-plane
1•eugmai86•9m ago•0 comments

How to Backup Roland Juno-106 Presets

https://knob.monster/how-to-backup-roland-juno-106-presets-sysex-transfer-guide
1•halfradaition•15m ago•0 comments

Serious statin side effects on muscles are rare, new research confirms

https://www.nbcnews.com/health/heart-health/statin-side-effects-muscles-rare-cholesterol-medicati...
1•brandonb•15m ago•0 comments

Miasma campaign poisons 20-plus NPM packages, hunts for developer secrets

https://www.theregister.com/security/2026/06/26/miasma-campaign-poisons-20-plus-npm-packages-hunt...
1•quantummagic•16m ago•0 comments

SQLite: Clustered Indexes and the Without Rowid Optimization

https://sqlite.org/withoutrowid.html
2•tosh•16m ago•0 comments

Archaic Hominin Species Buried Only Their Women

https://nautil.us/archaic-hominin-species-buried-only-their-women-1282257
2•Brajeshwar•17m ago•0 comments

OpenAI leans toward waiting until 2027 for IPO: Report

https://www.msn.com/en-in/lifestyle/pets-animals/openai-leans-toward-waiting-until-2027-for-ipo-r...
2•ms7892•17m ago•0 comments

Mullvad founder gave millions to extremist far right party

https://mastodon.social/@raphaelrobert/116816274242387568
4•vrganj•18m ago•0 comments

Show HN: Apply for jobs by directly emailing relevant people at a company

https://dmtheboss.com/
3•rajat-sr•18m ago•0 comments

The AI industry is pouring millions into US elections

https://www.bloodinthemachine.com/p/the-ai-industry-is-pouring-hundreds
7•speckx•20m ago•0 comments

Executive Proclamation restores commercial fishing in Pacific marine monuments

https://www.noaa.gov/news-release/executive-proclamation-restores-commercial-fishing-in-pacific-m...
1•Gedxx•20m ago•0 comments

Show HN: Most startup launches die after 1 day. I built Founder.best to fix that

https://www.founder.best
3•jacksonnick•20m ago•0 comments

Beyond Vibecoding: Spec Driven Development with OpenSpec and Open Code Review

https://layandreas.github.io/personal-blog/posts/beyond-videcoding/
1•wismwasm•20m ago•1 comments

The Last People Who Know How It Works

https://unix.foo/posts/last-people-who-know-how-it-works/
4•cylo•21m ago•0 comments

Octonions and the Standard Model

https://johncarlosbaez.wordpress.com/2026/06/16/octonions-and-the-standard-model-2/
1•surprisetalk•22m ago•0 comments

What Are the Data Centers For?

2•sroerick•23m ago•0 comments

Ask HN: Did 1984 Mac *hardware* share more in common with the c64 than Apple II?

1•amichail•25m ago•1 comments

Mullvad founder donates 5M SEK to "remigration" party

https://www.flamman.se/techprofil-ger-miljoner-till-orebropartiet/
2•zaggynl•25m 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!