frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Civic opinion sharing to promote democracy

https://www.ourpublicvoice.org/
1•devpromgr•1m ago•1 comments

New study raises concerns about AI chatbots fueling delusional thinking

https://www.theguardian.com/technology/2026/mar/14/ai-chatbots-psychosis
2•pseudolus•5m ago•0 comments

Global EV sales hit 1.1M – Europe surges while the US slides

https://electrek.co/2026/03/12/global-ev-sales-hit-1-1-million-europe-surges-while-the-us-slides/
1•pseudolus•6m ago•0 comments

Pactsd

1•pactsd•7m ago•0 comments

The Hype-Beast Crisis

https://excipio.tech/blog/the-hype-beast-crisis/
2•lvales•9m ago•0 comments

Sanity Check Your Docs for Human Readability

https://docsalot.dev/tools/docs-human-readability
2•fazkan•11m ago•0 comments

Bypass LLM's guardrails with logical prompts – no coding

https://charalamposkitzoglou.substack.com/p/the-contextual-singularity-exploiting
2•rhsxandros•12m ago•1 comments

Offline password generator based on physical dice

https://dicendo.app/
2•rafaldot•13m ago•1 comments

Millwright: Smarter Tool Selection from Agent Experience

https://minor.gripe/posts/2026-03-13-millwright_smarter_tool_selection_with_adaptive_toolsheds/
2•dnautics•16m ago•0 comments

Show HN: Playtest my browser-based RPG

https://archipelago-sandy.vercel.app/
2•blinkbat•18m ago•0 comments

I Hate Anthropic and You Should Too

https://danielmiessler.com/blog/why-you-should-hate-anthropic
2•arkhadus•19m ago•1 comments

Self-Driving Codebase: Background agents and the next era of software delivery

https://background-agents.com/
2•iBelieve•20m ago•0 comments

CIA Prepares Criminal Referral of Tucker Carlson, as Israel et al. Demand Arrest

https://greenwald.substack.com/p/cia-prepares-criminal-referral-of
5•treetalker•23m ago•0 comments

Giving MCP servers a voice in tool selection

https://divanv.com/post/server-side-tool-gating/
2•divanvisagie•30m ago•0 comments

Manjaro Linux 2.0 Manifesto

https://forum.manjaro.org/t/manjaro-2-0-manifesto/186171
3•hmm37•32m ago•1 comments

To fall asleep faster, try cognitive shuffling

https://www.washingtonpost.com/wellness/2026/03/14/insomnia-cognitive-shuffling/
3•bookofjoe•36m ago•1 comments

Steve Jobs's 10-80-10 Rule Is More Useful in the AI Era

https://www.inc.com/jessica-stillman/steve-jobs-10-80-10-rule-is-even-more-useful-in-the-ai-era/9...
2•rosiesherry•36m ago•1 comments

Show HN: Open-source playground to red-team AI agents with exploits published

https://github.com/fabraix/playground
2•zachdotai•36m ago•1 comments

Learn Haskell in Two Weeks

https://mercury.com/blog/learn-haskell-in-two-weeks
3•cosmic_quanta•38m ago•0 comments

Show HN: OnTimer – persistent calendar alarms so you never miss a meeting

https://www.ontimer.app
3•ethangarr•39m ago•0 comments

Website visualizes the 100k most popular Wikipedia articles as skyscrapers

https://wikicity.app/
2•mykowebhn•40m ago•0 comments

CarTalk-AMP Web Player

https://cartalk-amp.exe.xyz/
2•indigodaddy•42m ago•0 comments

Building observable file systems for agents

https://blog.chudioranu.com/posts/agent-file-systems-observability/
3•httptetsuo•46m ago•0 comments

Token optimized query language (Memelang)

https://memelang.net/10/
2•bri-holt•46m ago•0 comments

Show HN: SciTeX Notification – Give AI agents a voice: TTS, phone calls, SMS

https://github.com/ywatanabe1989/scitex-notification
1•ywatanabe1989•47m ago•0 comments

Show HN: Kubernetes Security Profile Generator Using eBPF

3•mrayas•50m ago•0 comments

Nasdaq's Shame

https://keubiko.substack.com/p/nasdaqs-shame
14•imichael•50m ago•0 comments

A new Bigfoot documentary helps explain our conspiracy-minded era

https://www.msn.com/en-us/news/us/a-new-bigfoot-documentary-helps-explain-our-conspiracy-minded-e...
6•zdw•50m ago•0 comments

Twitch is overhauling its suspensions policy

https://techcrunch.com/2026/02/24/twitch-is-overhauling-its-suspensions-policy/
2•PaulHoule•50m ago•0 comments

CostClaw – free local dashboard to track and reduce OpenClaw agent costs

https://github.com/Aperturesurvivor/costclaw-telemetry
2•JosiahWil•51m ago•1 comments
Open in hackernews

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

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