frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Bitterest Lesson

https://typesafe.ai/blog/bitterest-lesson
1•emersonmacro•1m ago•0 comments

Google announces new experimental "CC" AI agent for families

https://arstechnica.com/google/2026/09/google-announces-new-experimental-cc-ai-agent-for-families/
1•geoffbp•2m ago•0 comments

Show HN: Green Screen Remover – free in-browser chroma key, nothing uploaded

https://greenscreenremover.net/
1•wangqing333•8m ago•0 comments

I built the fastest PHP webserver in the world

https://qbixserver.com
1•EGreg•9m ago•0 comments

Data

1•justavalidman•9m ago•0 comments

Running OpenBAO on Kubernetes with a CloudNativePG PostgreSQL Back End

https://www.cncf.io/blog/2026/09/16/running-openbao-on-kubernetes-with-a-cloudnativepg-postgresql...
1•geoffbp•9m ago•0 comments

Show HN: Concat: the open-source CapCut replacement.

https://github.com/jub0t/Concat
1•calanus•12m ago•0 comments

Pre-Greek: The lost language hidden within Ancient Greek

https://linguisticdiscovery.com/posts/pre-greek/
1•axiologist•12m ago•0 comments

Code Scans

https://devin.ai/blog/introducing-code-scans
2•geoffbp•16m ago•0 comments

Warez: The Infrastructure and Aesthetics of Piracy Culture

https://archive.org/details/b904a8eb-9c98-4bb1-bf25-3cb9d075b157
1•succinct_ideas•20m ago•0 comments

Show HN: Jinx – a link shortener you host free on GitHub Pages

https://jinx.fyi
1•SubmersibleZoom•21m ago•0 comments

Amfly: A deterministic simulation of six fruit fly connectomes in a reward loop

https://github.com/aravpanwar/amfly
1•Teever•23m ago•0 comments

Alternatives to milk are losing moomentum

https://www.economist.com/business/2026/09/17/alternatives-to-milk-are-losing-moomentum
1•andsoitis•24m ago•1 comments

Show HN: An open Add/Search evaluation framework for agent memory

https://agentmemoryleaderboard.ai/
1•IreneAI•25m ago•0 comments

A DeepSeek engineer just said the thing I've been feeling about AI for months

https://www.reddit.com/r/artificial/comments/1wi2zm9/a_deepseek_engineer_just_said_the_thing_ive_...
1•0xcrypto•26m ago•0 comments

Be alert: targeted attacks on prominent Rustaceans

https://blog.rust-lang.org/2026/09/17/targeted-attacks/
2•vinhnx•28m ago•0 comments

Hacking OpenAI

https://www.hacktron.ai/blog/hacking-openai
5•Handy-Man•30m ago•1 comments

Great Tea Race of 1866

https://en.wikipedia.org/wiki/Great_Tea_Race_of_1866
2•thunderbong•36m ago•0 comments

Cache-Tax

https://github.com/karanb192/claude-code-mods/tree/main/plugins/cache-tax
1•handfuloflight•36m ago•0 comments

Mova: Movement Analytics Platform

https://omid.al/projects/mova/
1•Quarterlyreport•37m ago•0 comments

Lodestar – Easier Communication with Agents

https://www.try-lodestar.com/
1•elushine•37m ago•1 comments

DDns: Endpoint-aware DNS resolution beyond IP addresses

https://docs.dhttp.net/en/docs/protocol/ddns
1•Arya_xiaofan•38m ago•0 comments

Republican bill would order ISPs, DNS providers, and VPNs to block piracy sites

https://arstechnica.com/tech-policy/2026/09/republican-bill-would-order-isps-dns-providers-and-vp...
2•mmh0000•38m ago•0 comments

Apple May Return to Server Market with Nvidia Technology

https://www.macrumors.com/2026/09/16/apple-may-return-to-server-market/
3•mgh2•44m ago•0 comments

Google auto-banned my Bug Hunter account for exposing their fake "Delete" button

https://medium.com/@istokovicsgyorgy79/google-auto-banned-my-bug-hunter-account-for-exposing-thei...
2•Bitu79•48m ago•0 comments

iPhone 18 Pro Camera Review: Dunton, Colorado

https://www.austinmann.com/trek/iphone-18-pro-camera-review-dunton
1•ValentineC•50m ago•0 comments

Low-Cost Servers for AI and Developers

https://rawhq.io
2•eulerpoolapi•51m ago•0 comments

Show HN: A directory of 164 Asian AI companies, ranked by disclosed scale

https://asiaai.fyi/tech-index/
1•ghernando•52m ago•0 comments

ComplianceSnap – Free Ada/WCAG risk scanner for Shopify/WooCommerce stores: C

https://shop.lumnika.com/compliancesnap/
1•deusautoai725•57m ago•0 comments

Antigravity-Preview-09-2026

https://aistudio.google.com/learn/managed-agents-updated-harness-files-credentials
2•tvvocold•58m ago•0 comments
Open in hackernews

Show HN: I built a YC data scraper in under 5 minutes

https://www.autonoly.com/blog/682212a2b65a68f26d0c10a4/how-to-scrape-complete-y-combinator-startup-data-in-3-minutes-without-writing-a-single-line-of-code
2•dpacman•1y ago
Hi HN,

I'm an indie hacker who built Autonoly solo over the past 3.5 months. I essentially vibe coded the entire platform based on automation needs I encountered in my own work. I wanted to share a practical example of what it can do - creating a Y Combinator data scraper in just a few minutes without writing any traditional code.

The technical approach is straightforward but effective:

1. Browser automation navigates to YC's company directory 2. For YC's infinite scroll pagination, I implemented a progressive scroll function that iterates about 150 times with calibrated delays (ensuring all ~1000+ companies load) 3. Data extraction uses XPath selectors to identify and capture the structural pattern of each company listing 4. The system then extracts specific data points (company name, description, location, etc.) into a structured CSV

The trickiest parts were getting the XPath patterns right (the DOM structure varies slightly between different company entries) and fine-tuning the scroll timing to ensure complete loading without timeout issues.

What makes this approach effective is that it works with the site's intended user experience. The browser automation renders JavaScript properly, handles dynamic loading, and interacts with elements in a natural way.

While this YC scraper example is specific, I built Autonoly to automate virtually any digital task - data processing, content creation, file management, business workflows, and more. As an indie developer, I kept encountering processes that were tedious to do manually but didn't justify hiring someone or spending weeks on custom code.

I'd love to hear feedback from the HN community, especially from those who've built similar systems or have different approaches to workflow automation. Happy to answer any technical questions about the implementation or discuss the challenges of building automation tools as a solo founder.