frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pangram Is Good

https://andrewpwheeler.com/2026/04/30/pangram-is-good/
1•apwheele•20s ago•0 comments

Will Sodium-Ion Batteries Revolutionize Electric Ships?

https://cleantechnica.com/2026/04/27/will-sodium-ion-batteries-revolutionize-electric-ships/
1•xbmcuser•1m ago•0 comments

Unusual shop tips Part 2 by Dan Gelbart [video]

https://www.youtube.com/watch?v=VsOQAayneUo
1•burnt-resistor•1m ago•0 comments

Renewables growth cut Spain's electricity bills by 24.2% over the past two years

https://www.pv-magazine.com/2026/04/30/renewables-growth-cut-spains-electricity-bills-by-24-2-ove...
1•akyuu•3m ago•0 comments

White House workshops plan to bring back Anthropic

https://www.axios.com/2026/04/29/trump-anthropic-pentagon-ai-executive-order-gov
1•JumpCrisscross•5m ago•0 comments

We Asked GPT-5.5 and Claude Opus 4.7 to Design 5 UIs

https://blog.kilo.ai/p/we-asked-gpt-55-and-claude-opus-47
1•heymax054•5m ago•0 comments

Day-ahead electricity prices hit –€500/MWh in France and Germany

https://data.nordpoolgroup.com/auction/day-ahead/prices?deliveryDate=latest&currency=EUR&aggregat...
1•floitsch•6m ago•0 comments

Minilos: A device for intentional listening in the digital age

https://coconauts.net/blog/2026/04/30/minilos/
1•marbartolome•12m ago•0 comments

Iran war drives up circuit board prices, according to report

https://www.heise.de/en/news/Iran-war-drives-up-circuit-board-prices-according-to-report-11276894...
1•pantalaimon•13m ago•0 comments

Use Gmail's 'Manage Subscriptions' Tool to Cut Down on Inbox Clutter

https://www.wired.com/story/gmail-manage-subscriptions-cut-down-on-inbox-clutter/
2•joozio•14m ago•0 comments

I Deleted My Second Brain

https://bulletjournal.com/blogs/bulletjournalist/i-deleted-my-second-brain
1•zdkaster•17m ago•2 comments

Create a digital wardrobe from your Google Photos

https://blog.google/products-and-platforms/products/photos/google-photos-wardrobe-feature/
2•TechTechTech•17m ago•0 comments

1.4 GW: battery storage at former Grohnde nuclear power plant

https://www.heise.de/en/news/1-4-GW-Huge-battery-storage-at-former-Grohnde-nuclear-power-plant-11...
5•pantalaimon•18m ago•0 comments

Show HN: A simple stereogram viewer with zoom and pan

https://github.com/cbbldtgthr/stereogram-viewer
1•cbbldtgthr•18m ago•0 comments

Building reliability into uncertain event delivery (2022)

https://zendesk.engineering/building-reliability-into-uncertain-event-delivery-a09db0750ef9
1•tibbar•21m ago•0 comments

What a chatbot support loop and a meditation hall have in common

https://pilgrima.ge/p/the-swan-in-the-next-room
1•momentmaker•23m ago•0 comments

Mm – Unix tools (find/cat/grep) rebuilt for the multimodal era

https://www.vlm.run/open-source/mm
1•cpnwaugha•27m ago•0 comments

Realtime Faux-Raytraced Interactive 125,000 hair particles on Web

https://imosspro.vercel.app/
3•ldhieu•27m ago•1 comments

Show HN: PortScout – TUI to find and kill processes occupying your ports

https://github.com/abhaikollara/portscout
3•TheThirdTuring•31m ago•0 comments

Considering a Sphere

https://www.solipsys.co.uk/new/ConsideringASphere.html?zd30hn
5•ColinWright•32m ago•0 comments

How to Disable Firefox's New Emoji Picker

https://emsh.cat/en/how-to-disable-firefoxs-emoji-picker/
3•embedding-shape•37m ago•0 comments

The Difference Between "Replicable" and "Not Replicable" Is Not Replicable

https://arxiv.org/abs/2604.26268
4•sebg•39m ago•0 comments

The A.I. Fear Keeping Silicon Valley Up at Night

https://www.nytimes.com/2026/04/30/opinion/ai-labor-work-force-silicon-valley.html
3•pretext•40m ago•0 comments

Collio Is the AI Coworker That Delivers Finished Work, Not Just Instructions

https://collio.chat/
2•serin-ai•41m ago•2 comments

Make HN great again: Neovim vs. IDEs

3•vtemian•47m ago•3 comments

Near-100% test coverage did not catch a CVE in my Go library

https://blog.reqproof.com/p/i-had-near-100-test-coverage-it-didnt
2•LeonidBugaev•51m ago•0 comments

Show HN: Throwaway – open-source disposable email checker and API

https://github.com/sslboard/throwaway
3•weddpros•52m ago•1 comments

Semantic VCS for AI driven development

https://github.com/theswiftway/nool-cli
2•theswiftway•53m ago•1 comments

Granite 4.1: IBM's 8B Model Matching 32B MoE

https://firethering.com/granite-4-1-ibm-open-source-model-family/
65•steveharing1•55m ago•9 comments

What Code Review Can't See (and Bad Data Always Finds)

https://blog.dochia.dev/blog/code_review_rarely_find_bugs/
3•ludovicianul•58m ago•0 comments
Open in hackernews

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

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