frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Luxury markets burn trillions in human labor – here's an engineering solution

https://qasoft.wordpress.com/2013/11/10/luxury-and-its-impact-on-society/
1•qamaster•18s ago•0 comments

The Underground Logic Shaping the Suburbs [video]

https://www.youtube.com/watch?v=jHIkiGJ1PxM
1•surprisetalk•46s ago•0 comments

Sexually Rejected Flies Turn to Booze (2012)

https://www.science.org/content/article/sexually-rejected-flies-turn-booze
1•speckx•55s ago•0 comments

OpenOMB – Apportionment Tracker

https://openomb.org/
1•softwaredoug•1m ago•0 comments

81920 CPU Cores per Rack with AMD EPYC Venice at HPE Discover 2026

https://www.servethehome.com/81920-cores-per-rack-with-amd-epyc-venice-at-hpe-discover-2026/
2•ksec•4m ago•0 comments

Show HN: Talos – Open-source WASM interpreter for Lean

https://github.com/cajal-technologies/talos
2•mfornet•5m ago•0 comments

MCP-customs: NPM audit, but for MCP servers

https://github.com/mcpcustoms/mcp-customs
1•mcpcustoms•5m ago•0 comments

Develop magazine #19 (1994) [pdf]

https://vintageapple.org/develop/pdf/develop-19_9408_September_1994.pdf
1•gregsadetsky•10m ago•1 comments

How Alberta Eradicated Rats

https://worksinprogress.co/issue/albertas-war-on-rats/
1•tzury•10m ago•0 comments

The Big Dig: Learning from a Mega-Project [pdf]

https://www.nasa.gov/wp-content/uploads/2025/09/appel-the-big-dig.pdf
1•bluedino•10m ago•0 comments

Is this England's best World Cup team since 1966?

https://www.ft.com/content/a6995fe9-9459-4e71-8e58-1cf33a5689fd
1•helsinkiandrew•10m ago•0 comments

How Hackers Found a Back Door into the American Living Room

https://www.wsj.com/tech/cybersecurity/how-hackers-found-a-back-door-into-the-american-living-roo...
1•thm•10m ago•0 comments

CVE-2026-42530 – Nginx HTTP3/QUIC Use-After-Free

https://my.f5.com/manage/s/article/K000161616
1•kro•11m ago•0 comments

CI/CD Security Principles in 2026

https://worklifenotes.com/2026/06/18/ci-cd-security-principles-in-2026/
1•taleodor•12m ago•0 comments

An Introduction to Programming with Threads [pdf]

http://birrell.org/andrew/papers/035-Threads.pdf
1•ibobev•12m ago•0 comments

Why Runtime Reconstruction Is Only Half the Problem

https://blog.bridgexapi.io/runtime-reconstruction-created-a-new-problem
2•Bridgexapi•12m ago•0 comments

Show HN: Flexorch-audit – quality scoring and PII detection for LLM pipelines

https://github.com/flexorch/flexorch-audit
1•flexorch•12m ago•0 comments

Leviathan Waking

https://www.hyperdimensional.co/p/leviathan-waking
1•gmays•13m ago•0 comments

Where's the holistic AI productivity data?

https://rachelandrew.co.uk/archives/2026/06/11/wheres-the-holistic-ai-productivity-data/
1•speckx•14m ago•0 comments

Before Mythos, Satan: A 1990s Software Satanic Panic

https://newsletter.pessimistsarchive.org/p/before-mythos-satan-a-1990s-software
1•pr337h4m•15m ago•0 comments

There have been 4 major plane crashes in the US in 4 days. What is going on?

https://www.cnn.com/2026/06/17/us/there-have-been-four-major-plane-crashed-in-the-us-in-four-days...
2•Tomte•16m ago•0 comments

Show HN: Know which AI coding tools/MCPs/etc. are used to ship software

https://blog.codacy.com/the-visibility-problem-behind-ai-tool-adoption-in-engineering-teams
2•ARayOutOfBounds•16m ago•0 comments

Sort This Out

https://thedailywtf.com/articles/sort-this-out
1•montrealish•18m ago•0 comments

AI Socratic Blog Posts

https://aisocratic.org/blog
1•feulf•19m ago•1 comments

Netanyahu and Modi: the making of an unlikely alliance

https://www.ft.com/content/5829cf25-42c0-4aa4-84d7-9142ab66d6d4
2•JumpCrisscross•22m ago•0 comments

Windows stack limit checking retrospective, follow-up

https://devblogs.microsoft.com/oldnewthing/20260617-00/?p=112436
1•ibobev•24m ago•0 comments

Show HN: S&box watch, a live index of the Source 2-powered s&box ecosystem

https://sbox.watch/
1•crosschainer•25m ago•0 comments

Honeycomb: Migrating to Time Series Metrics

https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-to-time-s...
1•tosh•25m ago•0 comments

German CEO launches W Social, a European alternative to X

https://www.iamexpat.de/expat-info/germany-news/german-ceo-launches-w-social-european-alternative-x
1•xg15•26m ago•1 comments

Widely Prescribed Blood Pressure Drugs Could Be Harming Diabetic Kidneys

https://scitechdaily.com/researchers-warn-widely-prescribed-blood-pressure-drugs-could-be-harming...
1•amichail•27m 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!