frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trump announces new US oil agreement with Venezuela

https://www.theguardian.com/us-news/2026/aug/28/trump-venezuela-oil-agreement
1•TheAlchemist•2m ago•0 comments

'Devastating' rush for critical minerals has little to do with green energy

https://news.mongabay.com/short-article/2026/08/devastating-rush-for-critical-minerals-has-little...
1•littlexsparkee•5m ago•0 comments

The IBM PC, Part 2: Tsunami

https://technicshistory.com/2026/08/29/the-ibm-pc-part-2-tsunami/
1•cfmcdonald•8m ago•0 comments

StemDeck, a free, open-source and local AI stem separator

https://github.com/stemdeckapp/stemdeck
3•thclpr•14m ago•0 comments

Tech tries a new message: You'd love data centers if China wasn't making you hat

https://www.businessinsider.com/china-data-center-ai-backlash-tech-messaging-2026-8
3•newsomix9xl•21m ago•2 comments

One prompt, five days, and an AI agent that refused to certify itself

https://github.com/Framework-Drift/governed-pass
1•ElvishSteel•22m ago•0 comments

Edcapit Founder Oleh Podobied and Jenny Li Discuss the Future of EdTech

https://www.edcapit.com/2026/08/17/future-of-edtech-silicon-valley-interview/
1•edcapit_inc•27m ago•0 comments

Anti-AI Populism is Reshaping American Politics

https://www.motherjones.com/politics/2026/08/anti-ai-populism-is-reshaping-american-politics/
2•newsomix9xl•27m ago•1 comments

Show HN: ArchLex: a small OSS language for AWS, GCP, and Kubernetes diagrams

https://archlex.dev/
1•bairess•28m ago•0 comments

AI made the boring work visible. Cut the work, not the people

https://jeffgothelf.com/blog/ai-made-the-boring-work-visible-cut-the-work-not-the-people/
1•fagnerbrack•36m ago•0 comments

Ask HN: If AI disappeared today, how much would you ask for in salary to work?

2•senor_digimon•38m ago•0 comments

Results for LLM Usage in Debian

https://lists.debian.org/debian-vote/2026/08/msg00360.html
3•baggy_trough•38m ago•1 comments

X claims it found a Chinese bot farm posting anti-AI data center sentiments

https://www.engadget.com/2246140/x-chinese-bot-farm-anti-ai-data-center-sentiments/
5•newsomix9xl•38m ago•1 comments

Why not to use the Gaussian kernel

https://arxiv.org/abs/2608.26974
1•E-Reverance•39m ago•0 comments

Show HN: Leiolai, AI that pays users for the compute their devices provide

https://leiolai.com/
1•leiolai•40m ago•0 comments

Show HN: An annotated archive of S-1 filings, with hindsight

https://s-1.space/
1•eigen-vector•41m ago•0 comments

Nine Pockets: A Pokemon tracker built for my 6 year old and that I went crazy on

https://www.ninepockets.app
1•highhoppingworm•42m ago•1 comments

Milo Yiannopoulos, a far-right political commentator, detained by ICE

https://www.theguardian.com/us-news/2026/aug/28/milo-yiannopoulos-detained-ice
5•andsoitis•44m ago•2 comments

New Blockchain and Coin

https://github.com/ego-blockchain/ego-blockchain-
2•artitmuhaxhiri•45m ago•0 comments

Polyend Keys – a mechanical QWERTY keyboard for musicians

https://www.synthtopia.com/content/2026/08/27/polyend-keys-a-mechanical-qwerty-keyboard-for-music...
1•anigbrowl•47m ago•0 comments

Show HN: Free lifetime pro access for limited time to crunchbase alternative

https://startupwiki.tech/blog/free-lifetime-pro-giveaway
1•skiski•47m ago•0 comments

I Am Sitting in a Room

https://en.wikipedia.org/wiki/I_Am_Sitting_in_a_Room
2•gregsadetsky•48m ago•0 comments

Fintur: A forward-looking personal finance app

https://fintur.fr/
2•kabelbaptiste•53m ago•0 comments

My issue with GPU-accelerated deep learning (2016)

https://erikbern.com/2016/02/03/my-issue-with-gpu-accelerated-deep-learning.html
1•AndrewPGameDev•55m ago•0 comments

Unit 731

https://en.wikipedia.org/wiki/Unit_731
4•frabjoused•57m ago•1 comments

Show HN: MicroVM daemon, deploy any Docker image

2•sankalpnarula•58m ago•0 comments

Damn it AI, stop lying to me and do what I say

https://sentelabs.ai/proof-not-trust
1•GrumpySciGuy•58m ago•1 comments

I used to hate Tailwind CSS. Here's what changed my mind

https://yannickkouakou.com/blog/why-i-hated-tailwind-css/
3•thunderbong•1h ago•1 comments

Lawsuit: Grok Not Only Generates Child Porn but Was Also Trained on It

https://gizmodo.com/grok-not-only-generates-child-porn-but-was-also-trained-on-it-new-lawsuit-cla...
6•ceejayoz•1h ago•0 comments

Boulding on the human use of human beings

https://philofecon.substack.com/p/boulding-on-the-human-use-of-human
2•oliculipolicula•1h 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!