frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic partners with Iceland to deploy Claude in schools nationwide

https://aibusiness.com/foundation-models/iceland-claude-schools-ai-pilot
1•geox•3m ago•0 comments

Tit-for-Tat: Porn Producers Counter Meta's "Personal Use" Piracy Defense

https://torrentfreak.com/tit-for-tat-porn-producers-counter-metas-personal-use-piracy-defense/
1•gslin•6m ago•0 comments

Metals are key to the global economy – three challenges threaten supply chains

https://www.nature.com/articles/d41586-025-03312-0
1•zeristor•9m ago•1 comments

The impact of AI and fake news on Wikipedia

https://diff.wikimedia.org/2025/11/15/the-impact-of-ai-and-fake-news-on-wikipedia-german-speaking...
1•gslin•10m ago•0 comments

Code wikis are documentation theater as a service

https://passo.uno/ai-wikis-docs-teather-as-a-service/
1•theletterf•13m ago•0 comments

How to write type-safe generics in C

https://raphgl.github.io/blog/generics-in-c.html
1•todsacerdoti•14m ago•0 comments

Lessons from moving live PostgreSQL database with zero downtime

https://www.tines.com/blog/zero-downtime-database-migrations-lessons-from-moving-a-live-production/
1•shayonj•16m ago•0 comments

Show HN: DeepClause – A Neurosymbolic AI System Built on WASM and Prolog

https://github.com/deepclause/deepclause-desktop
1•schmuhblaster•19m ago•0 comments

RFXGen: A simple and easy-to-use fx sounds generator, built on raylib

https://raylibtech.itch.io/rfxgen
1•klaussilveira•21m ago•0 comments

Software Engineering's Greatest Hits [video]

https://www.youtube.com/watch?v=HrVtA-ue-x0
1•lr0•22m ago•0 comments

Ask HN: Will people have online "ambiguous families" in the near future?

1•amichail•24m ago•1 comments

Sidewise Awards for Alternate History

https://en.wikipedia.org/wiki/Sidewise_Award_for_Alternate_History
1•bookofjoe•24m ago•0 comments

Edge AI for Production

https://github.com/microsoft/edge-ai
1•bakigul•26m ago•0 comments

Reauthoring and Converting models for edge inference: MambaV2 on LiteRT

https://sachinjoglekar.substack.com/p/reauthoring-and-converting-models
1•srjoglekar246•26m ago•0 comments

Built a Pulse Feature for Claude Code

https://twitter.com/omarsar0/status/1989350215175020682
1•omarsar•28m ago•0 comments

I made a simple and effective startup directory for founders. post your SaaS

https://softodesign.com/
1•alwassikhan•29m ago•0 comments

The Art of Standards Wars

https://www.researchgate.net/publication/248693012_The_Art_of_Standards_Wars
1•slow_typist•29m ago•0 comments

Apple intensifies succession planning for CEO Tim Cook

https://www.ft.com/content/0d424625-f4f8-4646-9f6e-927c8cbe0e3e
1•Brajeshwar•37m ago•0 comments

Matrox Mystique

https://en.wikipedia.org/wiki/Matrox_Mystique
1•doener•38m ago•0 comments

Scientists now know that bees can process time, a first in insects

https://www.cnn.com/2025/11/12/science/bees-visual-stimulus-study-scli-intl
2•Brajeshwar•40m ago•0 comments

Show HN: I built IncidentPulse after getting paged at 3 AM

https://incident-pulse.vercel.app
4•bhoyee•42m ago•0 comments

What is ACH mandate and how it enables auto-debit – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/what-is-ach-mandate.aspx
1•saumyaraut11•44m ago•0 comments

Show HN: PgPlayground – Batteries included browser only playground for Postgres

https://pg.firoz.co
2•written-beyond•44m ago•1 comments

My six stages of learning to be a socially normal person

https://sashachapin.substack.com/p/my-six-stages-of-learning-to-be-a
4•eatitraw•48m ago•0 comments

Everyone Mocked Apple's iPhone Pocket. Then It Sold Out Everywhere

https://phandroid.com/2025/11/14/everyone-mocked-apples-iphone-pocket-then-it-sold-out-everywhere/
1•Brajeshwar•48m ago•2 comments

Show HN: Why Current Agentic Frameworks Don't Work Well in Production

https://github.com/runagent-dev/runagent
4•Radeen1•48m ago•0 comments

Amazon lays off almost 700 NYC-based corporate employees

https://www.usatoday.com/story/money/2025/11/11/amazon-nyc-layoffs-restructuring-november-2025/87...
6•greenchair•49m ago•1 comments

Giuliano da Empoli: 'The engineers of chaos multiply anger using algorithms'

https://www.lemonde.fr/en/opinion/article/2025/04/22/giuliano-da-empoli-the-engineers-of-chaos-mu...
1•stareatgoats•50m ago•1 comments

Gemini 3 is imminent. It could reshape the AI race

https://www.businessinsider.com/gemini-3-launch-google-ai-race-chatgpt-2025-11
1•belter•50m ago•0 comments

Forth Day 2025

https://www.forth.org/svfig/next.html
1•romforth•51m ago•1 comments
Open in hackernews

Show HN: ScrapeCopilot – Notebook Code Interface + Puppeteer + AI Copilot

3•erichi•5mo 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!