frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open-sourcing the For You timeline in X.com

https://twitter.com/i/status/2087951962004230428
1•yarapavan•3m ago•0 comments

Show HN: WinCore – Open-Source Windows Utilities for AI and PyTorch

https://github.com/FWKMultiverse/WinCore
1•FWK_Multiverse•6m ago•0 comments

Apple Pay Chief Jennifer Bailey Retiring in October

https://www.macrumors.com/2026/08/11/apple-pay-chief-retiring/
1•ksec•7m ago•1 comments

The Lens structured patent database

https://www.lens.org/lens/search/patent/structured
1•q7m•9m ago•0 comments

RIP Claude – Aggressively writer-hostile

https://randsinrepose.com/archives/rip-claude/
1•LexSiga•13m ago•1 comments

Twenty Years of My Open Source Project

https://nemanjatrifunovic.substack.com/p/twenty-years-of-my-open-source-project
1•ingve•15m ago•0 comments

Looking for Techinal Experts

https://joinsyndicate.netlify.app/
1•PrimalOrigins•16m ago•0 comments

Z.ai Security

https://cvd.z.ai/
1•whwhyb•19m ago•0 comments

History of Flagellation (1926)

https://gutenberg.org/cache/epub/79361/pg79361-images.html
1•petethomas•21m ago•0 comments

Modelio 6.2 ported to native Apple Silicon ARM64 with Codex

https://github.com/sertitech/Modelio
1•rvlsnjk•21m ago•0 comments

Ruby 4.0 Universal RCE Deserialization Gadget Chain

https://www.elttam.com/blog/ruby-4-0-universal-rce-deserialization-gadget-chain
1•pentestercrab•23m ago•0 comments

Show HN: XFlux – X/Twitter read API and account monitors (free tier)

https://www.xfluxapi.com
1•xflux•23m ago•0 comments

Poems. by William Blake (1911)

https://gutenberg.org/cache/epub/79363/pg79363-images.html
1•petethomas•23m ago•0 comments

Agent Safety Should Be a Runtime Contract

https://arxiv.org/abs/2608.11274
1•sbulaev•24m ago•0 comments

China-linked hackers hit Taiwan in 'autonomous' AI cyber attack

https://www.ft.com/content/7d2ab3e0-9085-48f6-b38a-d90260d58795
1•sbulaev•25m ago•0 comments

Anthropic's Agent Tests Turned Shared Work into a Turf War

https://ai-updates.net/anthropic-agent-tests-shared-work-turf-war/
1•ashurandi•27m ago•0 comments

A simple fix for LLM tail latency

https://engineering.myhoai.com/posts/a-simple-fix-for-llm-tail-latency/
1•oskrim•33m ago•0 comments

Why Does Claude.md Keep Growing? Catastrophic Remembering in Agentic Coding

https://arxiv.org/abs/2608.11095
1•oskrim•34m ago•1 comments

Watermarking AI Text Is Fundamentally Flawed

https://negativestarinnovators.com/blog/watermarking-ai-text-is-fundamentally-flawed
1•pizzly•37m ago•0 comments

Homeland Security spied on Minnesotans who spoke out against ICE

https://www.mprnews.org/story/2026/08/13/attorney-says-homeland-security-spied-on-minnesotans-who...
6•_tk_•38m ago•0 comments

I might have solved computer use

https://github.com/lahfir/agent-desktop/releases/tag/v0.8.1
1•lahfir•39m ago•1 comments

A Preview of Roc 0.1.0

https://www.youtube.com/watch?v=a7qEOtkkDb8
1•torrance•40m ago•0 comments

Is HTTPS://status.claude.com loading for you all?

3•soorajsanker•40m ago•2 comments

Cory Doctorow on Why AI Won't Replace Workers, but Will Crash the Economy [video]

https://www.youtube.com/watch?v=rRRmUuxJolY
2•b800h•42m ago•2 comments

Tether Clears First Full Audit from KPMG Without Publishing the Statements

https://thedefiant.io/converge/cefi/tether-clears-first-full-audit-from-kpmg-without-publishing-t...
2•negura•45m ago•0 comments

Oxford Electric Bell

https://en.wikipedia.org/wiki/Oxford_Electric_Bell
1•gurjeet•46m ago•0 comments

Speeding Up (Small) Ruby Hashes

https://byroot.github.io/ruby/performance/2026/08/13/speeding-up-ruby-hashes.html
1•arto•47m ago•0 comments

The Master of Consilience

https://asindu.blog/posts/the-master-of-consilience
1•asxndu•47m ago•1 comments

Framework: The first ePaper design system

https://trmnl.com/blog/framework-design-system
1•goranmoomin•48m ago•0 comments

AI Stock Research Assistant · Streamlit

https://ai-stock-research-kiaan.streamlit.app
1•KiaanKothari•48m 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.