frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How the JVM Optimizes Generic Code – A Deep Dive [video]

https://www.youtube.com/watch?v=J4O5h3xpIY8
1•pron•16s ago•0 comments

A. J. Ayer – ‘What I Saw When I Was Dead’ (1988)

https://www.philosopher.eu/others-writings/a-j-ayer-what-i-saw-when-i-was-dead/
2•isomorphy•2m ago•0 comments

Show HN: Lmcli v0.5.0 – A useable tool for LLM minimalists

https://codeberg.org/mlow/lmcli
1•wolttam•8m ago•0 comments

A Long Elusive Lung Cancer Target May Be Yielding to New Drugs

https://www.wsj.com/health/pharma/a-long-elusive-lung-cancer-target-may-finally-be-yielding-to-ne...
1•marc__1•11m ago•0 comments

12 types of Submarines: A detailed guide to powerful underwater naval vessels

https://timesofindia.indiatimes.com/defence/news/12-types-of-submarines-a-detailed-guide-to-power...
1•rustoo•12m ago•0 comments

On the Cult of Meetings

https://yanmaani.net/on-the-cult-of-meetings/
1•yanmaani•15m ago•0 comments

What Claude Code Chooses

https://amplifying.ai/research/claude-code-picks/report
1•ville•21m ago•1 comments

Hand Paintings and Engravings in Rock Art

https://www.bradshawfoundation.com/hands/hand_paintings_world_rock_art/index.php
1•jruohonen•22m ago•0 comments

NSA using Anthropic's Mythos despite blacklist

https://www.axios.com/2026/04/19/nsa-anthropic-mythos-pentagon
3•jbegley•24m ago•1 comments

Show HN: NYC Guessr – GeoGuessr for NYC but with live video cam footage

https://nycguessr.vercel.app/
2•aldrinjenson•25m ago•0 comments

Blue Origin's rocket reuse achievement marred by upper stage failure

https://arstechnica.com/space/2026/04/errant-upper-stage-spoils-blue-origins-success-in-reusing-n...
2•rbanffy•25m ago•0 comments

Drawmode: MCP server for Excalidraw architecture diagrams with auto-layout

https://github.com/teamchong/drawmode
1•rahimnathwani•26m ago•0 comments

Should Your Patient Be on Statins? Maybe the Eyes Can Tell

https://www.medscape.com/viewarticle/should-your-patient-be-statins-maybe-eyes-can-tell-2026a1000avs
3•brandonb•26m ago•0 comments

Good APIs Age Slowly – Yusuf Aytas

https://yusufaytas.com/good-apis-age-slowly
14•kiyanwang•26m ago•0 comments

I saw MOVA's new 3D printer handle 36 colors without the waste

https://www.xda-developers.com/movas-3d-printer-handle-36-colors-without-waste-changes-everything/
1•rbanffy•28m ago•0 comments

Documentation Is a Leaking Pipe

https://medium.com/zenzic-engineering/your-documentation-is-a-leaking-pipe-7c1d6f4a84d0
2•PythonWoods•29m ago•1 comments

Hitachi Ltd, Part I – By Bradford Morgan White

https://www.abortretry.fail/p/hitachi-ltd-part-i
1•rbanffy•30m ago•0 comments

How Wales' most obese area is declaring war on junk food

https://www.bbc.co.uk/news/articles/c36r43zjzppo
1•mmarian•31m ago•0 comments

MAGA Is Winning Its War Against U.S. Science

https://paulkrugman.substack.com/p/maga-is-winning-its-war-against-us
42•devonnull•31m ago•10 comments

Open Standard for socketable CXL-based DDR

https://github.com/Luiguard/XMM-Standard
2•Luiguard•32m ago•1 comments

How Aesop and Jean de la Fontaine help us learn new languages

https://antipodeanodyssey.wordpress.com/
1•jruohonen•33m ago•0 comments

Light Phone III

https://www.thelightphone.com/lightiii
5•sssilver•34m ago•1 comments

The Economist who was terrified of AI just found a rare reason for hope

https://fortune.com/2026/04/19/alex-imas-human-jobs-ai-economy-chicago-economist-substack-doomsda...
1•Brajeshwar•36m ago•0 comments

Ancient-DNA Study Reveals Natural Selection Has Accelerated in Evolution

https://hms.harvard.edu/news/massive-ancient-dna-study-reveals-natural-selection-has-accelerated-...
3•consumer451•36m ago•0 comments

Show HN: EIDWTimes – Predicting airport wait times with ML for a school project

https://eidwtimes.xyz/
3•odig•37m ago•0 comments

Web Design Awards have been announced

2•Pyades•39m ago•0 comments

Show HN: YouDeserveNow, Justifications for Treating Yourself

https://www.youdeservenow.com
1•oneprofiledev•40m ago•0 comments

The LLM costs are not going up

https://simianwords.bearblog.dev/conclusive-proofs-that-llm-costs-are-going-down/
2•simianwords•40m ago•0 comments

The coming global food crisis

https://www.ft.com/content/36343e24-b06f-434d-a7e5-6046e7bcf3df
1•Anon84•40m ago•1 comments

Why was a plane too heavy for take-off at Southend Airport?

https://www.bbc.co.uk/news/articles/cn8dp480p0no
1•edward•42m 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!