frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chimera Linux: Clang/LLVM, FreeBSD coreutils, dinit, musl Libc

https://chimera-linux.org/
1•hxorr•5m ago•0 comments

Transfigure αLPHA is live – Yes, moar AI CAD

http://xfgr.ai
1•itstransfigure•6m ago•1 comments

Show HN: Reticle – The map your infrastructure operators deserve

https://reticleops.com/
1•mannders•6m ago•0 comments

Native Coding Agent Optimized for Local LLM and DeepSeek v4 with Vector Memory

https://code.intellios.ai
1•coolwulf•6m ago•0 comments

Show HN: The Oct Programming Language for scientific programming

https://github.com/yuechen-li-dev/oct
1•YuechenLi•8m ago•0 comments

Show HN: The Ruby AI Newsletter

https://rubyai.beehiiv.com/p/ruby-ai-news-june-16th-2026
1•activefx•8m ago•0 comments

Static Types and Shovels

https://carefully.understood.systems/blog-2026-06-10-static-type-shovel.html
1•birdculture•9m ago•0 comments

Tokdiet a local proxy that cuts LLM token spend ~70% without quality loss

https://github.com/agiwhitelist/tokdiet
1•agiwhitelist•11m ago•0 comments

Stolen French fries are spicier than justice: How covert larceny enhances taste

https://www.sciencedirect.com/science/article/abs/pii/S0950329326001126
2•bookofjoe•14m ago•0 comments

Ireland ready to restrict social media for children even without EU agreement

https://www.irishtimes.com/politics/2026/06/16/ireland-ready-to-restrict-social-media-for-childre...
2•piltdownman•15m ago•2 comments

Reinventing the Renaissance

https://drb.ie/article/reinventing-the-renaissance/
2•Petiver•17m ago•0 comments

Show HN: Numax - a portable runtime for distributed apps

https://github.com/GianIac/numax
2•gianiac•17m ago•0 comments

Milky Way's black hole is quiet, scientists found evidence of its missing wind

https://www.cnn.com/2026/06/16/science/milky-way-sagittarius-a-black-hole-wind
2•1659447091•17m ago•0 comments

Digital Printing of Arabic: explaining the problem

https://digitalorientalist.com/2017/08/21/digital-printing-of-arabic-explaining-the-problem/
4•a_t48•20m ago•0 comments

Construction Starts on JetZero's Greensboro Assembly Site – Aviation Week

https://aviationweek.com/aerospace/manufacturing-supply-chain/construction-starts-jetzeros-greens...
2•rbanffy•21m ago•0 comments

Show HN: Private Markets SEC Filings Index

https://search.stillhousedata.com
3•lemonlym•23m ago•0 comments

Mozilla Added Google Play Integrity to Firefox for Android

https://bugzilla.mozilla.org/show_bug.cgi?id=2046154
5•summm•23m ago•0 comments

A Corner on a Country Road

https://worldsensorium.com/a-corner-on-a-country-road/
2•dnetesn•25m ago•0 comments

Andrew Ng ships Open CoWorker desktop AI agent

https://github.com/andrewyng/aisuite
2•Gaishan•26m ago•1 comments

Synaxi-predict: I'm trying to predict token cost before it happens

https://github.com/BeadW/synaxi-predict
1•beadw•26m ago•1 comments

Firefox 152 understands 'Sssh!'

https://www.theregister.com/software/2026/06/16/firefox-152-understands-sssh/5256390
3•Bender•26m ago•0 comments

The UK's Teen Social Media Ban Is Political Theater, Not Child Safety Policy

https://www.techdirt.com/2026/06/16/the-uks-teen-social-media-ban-is-political-theater-not-child-...
14•hn_acker•27m ago•3 comments

On The Architectural Complexity of Neural Networks

https://arxiv.org/abs/2605.04325
1•lamename•27m ago•0 comments

Python dev saved from disaster by intuition...and AI

https://www.theregister.com/ai-and-ml/2026/06/16/python-dev-saved-from-disaster-by-intuitionand-a...
2•Bender•27m ago•1 comments

Linux 7.2 Improves Anonymous Pipe Performance for Shell Pipelines and More

https://www.phoronix.com/news/Linux-72-Faster-Anon-Pipe-Write
1•Bender•28m ago•0 comments

2678x Faster Matrix Multiplication with a GPU

https://0mean1sigma.com/2678x-faster-how-gpus-supercharge-matrix-multiplication/
1•kkm•31m ago•0 comments

Google asking many to select a client certificate erroneously

2•emilfihlman•34m ago•2 comments

Xenith – A Calm Productivity Dashboard

https://xenith.life
1•CodeByBryant•36m ago•0 comments

Open Claiming Protocol – Successor to JWT

https://openclaiming.org
2•EGreg•36m ago•0 comments

Chainguard to patch frontier model-discovered vulns in new industry coalition

https://www.infosecurity-magazine.com/news/chainguard-bny-open-source-athena/
1•prdonahue•36m 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!