frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI's First Device Will Be Moveable, Screenless Speaker Built as AI Companion

https://www.bloomberg.com/news/articles/2026-07-14/openai-s-first-device-will-be-moveable-screenl...
1•mfiguiere•1m ago•0 comments

Prompt Used for "A Proof of the Cycle Double Cover Conjecture" [pdf]

https://cdn.openai.com/pdf/04d1d1e4-bc75-476a-97cf-49055cd98d31/cdc_prompt.pdf
1•amrrs•2m ago•0 comments

Common misconceptions about Homer's Odyssey [video]

https://www.youtube.com/watch?v=wPuEJscI-hA
1•mvo•2m ago•1 comments

AIDE²: The First Evidence of Recursive Self-Improvement

https://www.weco.ai/blog/first-evidence-of-recursive-self-improvement
2•babelfish•4m ago•0 comments

Samsung Is Said in Early Discussions on Potential US Share Sale

https://www.bloomberg.com/news/articles/2026-07-14/samsung-is-said-in-early-discussions-on-potent...
1•TMWNN•4m ago•0 comments

Show HN: A dashboard for tracking SK Hynix price gaps across exchanges

https://jaxzxu.com/skhynix
1•jaxzxu•6m ago•0 comments

Show HN: WebMotion, a browser native library for deterministic video composition

https://webmotion.superhq.ai/
3•phoenixranger•9m ago•0 comments

Definitions shouldn't rely on meanings that shift over time

https://www.patreon.com/Erystela/posts/t-012-mirror-163813509
1•ErystelaThevale•9m ago•0 comments

Who has profited most from the war on Iran?

https://www.aljazeera.com/news/2026/6/26/who-has-profited-most-from-the-war-on-iran
4•gmays•9m ago•3 comments

Pebble Mega Update – July 2026

https://repebble.com/blog/pebble-mega-update-july-2026
3•raffael_de•10m ago•0 comments

List of Projects by Independent Developers in China

https://github.com/1c7/chinese-independent-developer
1•mmarian•12m ago•1 comments

BIS Annual Economic Report 2026 [pdf]

https://www.bis.org/publ/arpdf/ar2026e.pdf
2•1vuio0pswjnm7•18m ago•0 comments

Getting Started with Anchor Positioning

https://www.joshwcomeau.com/css/anchor-positioning/
1•ibobev•18m ago•0 comments

Roger Bacon and the Art of Grant Proposal Writing

https://galileo-unbound.blog/2026/07/13/roger-bacon-and-the-art-of-grant-proposal-writing/
1•ibobev•19m ago•0 comments

Got tired of being tracked by Windows, I built an open source telemetry blocker

https://github.com/WallabyDesigns/windows-telemetry-guard
2•wallabydesigns•19m ago•0 comments

Running Varvara on a Pi Pico 2

https://justanotherelectronicsblog.com/?p=1487
1•ibobev•19m ago•0 comments

A preview → reject → adjust loop for safer AlbumentationsX augmentations

https://pypi.org/project/albumentationsx-mcp/
1•dkosarevsky•20m ago•0 comments

UI Degrades over Time

https://grumpy.website/1723
1•JumpCrisscross•20m ago•0 comments

Somewhere, I'm online and listening to music

https://www.coryd.dev/posts/2026/somewhere-im-online-and-listening-to-music
1•cdrnsf•21m ago•0 comments

Lucid rejects take-private, bankruptcy report after shares plunge

https://www.reuters.com/legal/litigation/lucid-rejects-take-private-bankruptcy-report-after-share...
1•haunter•22m ago•0 comments

Ask HN: How can I publish a paid app to Google Play without giving up my privacy

2•SamCoding•22m ago•1 comments

FreeBSD 16 removes last GPL-licensed software, a first among *BSDs

https://old.reddit.com/r/freebsd/comments/1uwi51j/freebsd_16_removes_last_gpllicensed_software_a/
1•NexRebular•22m ago•0 comments

The Lo-Fi Way I Broke My Scrolling Habit

https://www.nytimes.com/2026/07/14/opinion/culture/phone-algorithm-addiction.html
1•bilsbie•25m ago•0 comments

Natural Light Is an Essential Nutrient

https://www.midwesterndoctor.com/p/why-light-is-an-essential-nutrient
1•bilsbie•25m ago•1 comments

Show HN: DayReplay – automatic time tracking using app and browser context

https://dayreplay.app
1•orelnuts•26m ago•0 comments

Simple AI Token Profiler / Debugger

https://profiler.getrekon.com/
1•TreDub•28m ago•1 comments

Apple acquires observability startup SigScalr

https://9to5mac.com/2026/07/13/apple-acquires-observability-startup-sigscalr/
4•taubek•30m ago•0 comments

Brif.ink – paste an article, get a short link with an AI TL;DR

https://brif.ink
1•rudixworld•31m ago•0 comments

A Perspective on the Past, Present, and Future of Video Streaming over Starlink

https://arxiv.org/abs/2409.09846
1•toomuchtodo•32m ago•1 comments

Lobste.rs is now running on SQLite

https://lobste.rs/s/ko1ji1/lobste_rs_is_now_running_on_sqlite
7•ahamez•33m ago•1 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!