frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Hail.so – Open-source phone, SMS and email for agents and humans, v0.15

https://github.com/hail-hq/hail/
1•r13i•3m ago•1 comments

Mid-tier factory EDC knives worth buying?

https://www.paragon-knives.com/
1•bgzlsxaz•4m ago•0 comments

Show HN: Test harness that found 250 bugs in open-source matching engines

https://github.com/flash1-dev/matching-engine-benchmark
1•roycechocolate•5m ago•0 comments

Reporting Web 3D Capabilities on a Budget of $3 a Month

https://ben3d.ca/blog/reporting-web-3d-capabilities-on-a-budget
1•bhouston•5m ago•0 comments

About AgentRQ – Human-in-loop realtime conversational task manager for AI Agents

https://github.com/agentrq/agentrq
1•shahargl•8m ago•0 comments

Minimal Git CI using hooks

https://mccd.space/posts/26-06-29/simple-git-ci
1•olexsmir•8m ago•0 comments

Show HN: A comprehensive, filterable list of AI agent jails

https://pleasedonotescape.com/
4•petesergeant•10m ago•1 comments

Human mathematicians are being outcounterexampled

https://xenaproject.wordpress.com/2026/07/20/human-mathematicians-are-being-outcounterexampled/
2•vitplister•11m ago•0 comments

Nightborne – A Neill Blomkamp Sci-Fi Film. AI (4K) [video]

https://www.youtube.com/watch?v=8Wbtt2JxP7g
1•mxfh•14m ago•0 comments

Screenshot Editor Tool (SuperSnap) – 5 Free Lifetime Keys

https://supersnap.net
1•daniel_at08•16m ago•0 comments

China's Moonshot pauses Kimi subscriptions amid hot demand, IPO push

https://www.reuters.com/legal/transactional/chinas-moonshot-pauses-kimi-subscriptions-amid-hot-de...
3•JumpCrisscross•18m ago•1 comments

Connect Your AI Agent to Any API in Plain English (No Code)

https://quickchat.ai/post/connect-ai-agent-to-any-api
1•piotrgrudzien•18m ago•0 comments

What Happened to Le Chat? Mistral's Vibe Rebrand, Tested (2026)

https://mrkt30.com/what-happened-to-le-chat-mistrals-vibe-rebrand-tested-2026/
1•technewssss•22m ago•1 comments

From Proton to Posteo: Embracing the Underdog

https://moonwriting.blog/from-proton-to-posteo-embracing-the-underdog
1•g-b-r•23m ago•0 comments

The Travelers

https://www.seatlr.com/
1•alihadi965•23m ago•0 comments

Tree-of-Life and Evolution of Code

http://replicated.live/blog/worktree
1•gritzko•23m ago•0 comments

Environmental Performance Index (EPI) 2026

https://epi.yale.edu/indicator/2026/EPI
2•omkar-foss•25m ago•1 comments

Show HN: Trust Vault – encrypted file vaults with flexible key management

https://github.com/namelesscorp/tvault
1•midaef•27m ago•0 comments

The 'Bad Blood' Between Polymarket's Shayne Coplan and Kalshi's Tarek Mansour

https://www.nytimes.com/2026/07/19/technology/polymarket-kalshi-rivalry-coplan-mansour.html
1•thm•27m ago•0 comments

Spinning drone hides in plain sight

https://news.northwestern.edu/stories/2026/07/new-spinning-drone-hides-in-plain-sight
2•_kb•28m ago•1 comments

Airport Simulator

https://airport.apunen.com/
2•apunen•28m ago•0 comments

An autonomous AI agent that sells its own API access via x402 payment protocol

https://money-agent-production-a0a9.up.railway.app/api/summarize
2•TIMU619•29m ago•2 comments

Building an AmigaOS Development Environment in 2026

https://turtleware.eu/posts/Building-an-AmigaOS-Development-Environment-in-2026.html
2•jackdaniel•33m ago•1 comments

GitHub's 2FA is to become mandatory on September 2, 2026

4•itvision•35m ago•0 comments

How to Build a JavaScript Runtime with SpiderMonkey

https://twitter.com/i/status/2075570299576397910
1•opentestudox•38m ago•0 comments

AI-Native Companies Have Tiny Staffs and Fewer Bosses

https://www.wsj.com/tech/ai/ai-companies-staffing-c9029343
2•bryan0•38m ago•0 comments

I rewrote node-semver in Rust and benchmarked it honestly

https://github.com/dilukangelosl/rs-semver
3•dilukangelo•41m ago•0 comments

Engineering management after the cost of code collapsed

https://karimjedda.com/engineering-management-after-cost-of-code-collapse/
2•ilovefood•43m ago•0 comments

Gadget-free RCE in Fastjson 1.2.83

https://twitter.com/k_firsov/status/2078872293745570032
1•fragmede•43m ago•0 comments

Unnormalized Linear Transformer

https://people.idsia.ch/~juergen/1991-unnormalized-linear-transformer.html
1•tosh•43m 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!