frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How do you know when an Ad campaign is doing well?

1•TheRickyRed•1m ago•0 comments

Ask HN: Has anyone deployed AI tools in a trade or field service

1•VaderAi•2m ago•1 comments

Chasing Likes, Losing Connection: Youth Mental Health in the Digital Era

https://medium.com/freedomofthought/chasing-likes-losing-connection-youth-mental-health-in-the-di...
1•raynchad•2m ago•0 comments

Linux Foundation Launches Akrites to Defend FOSS from AI-Enabled Exploits

https://www.phoronix.com/news/Akrites
1•LorenDB•5m ago•0 comments

The Windows Phone that "killed" Nokia

https://www.instagram.com/reel/DZvCjtLM-UQ/
2•cromka•9m ago•1 comments

Sony Confirms 'Significant' Bungie Layoffs

https://www.ign.com/articles/bungie-announces-layoffs-as-it-admits-destiny-2-fell-short-of-expect...
3•mikhael•9m ago•0 comments

DropItDown – Drop a file, get Markdown your AI agent can read (macOS)

https://dropitdown.novashang.com
1•novashang•15m ago•0 comments

How do you get good ideas for startups?

https://www.paulgraham.com/ideas.html
1•Alien1Being•19m ago•1 comments

Extropic is Rethinking Computing

https://extropic.ai/writing/thermodynamic-computing-from-zero-to-one
1•binyu•21m ago•0 comments

CS2-10k: A Large-Scale Egocentric Counter-Strike 2 Dataset

https://reka.ai/news/cs2-10k-a-large-scale-egocentric-counter-strike-2-dataset
1•ilreb•24m ago•0 comments

Using a Rust macro for concise newtypes

https://adenalhardan.com/#rust-macros-concise-newtypes
1•adenalhardan•26m ago•0 comments

Ask HN: How did you set up a multi-agent orchestration for personal use?

1•cromka•32m ago•1 comments

A Deep Dive on China's "LineShine" All-CPU, Exaflops-Class Supercomputer

https://www.nextplatform.com/hpc/2026/06/25/a-deep-dive-on-chinas-lineshine-all-cpu-exaflops-clas...
1•jonbaer•40m ago•0 comments

Anthropic's philosopher answers your questions [video]

https://www.youtube.com/watch?v=I9aGC6Ui3eE
2•binyu•42m ago•1 comments

Silicon Valley Has an Empathy Vacuum (2016)

https://www.newyorker.com/business/currency/silicon-valley-has-an-empathy-vacuum
17•rmason•46m ago•9 comments

Van Halen test

https://en.wikipedia.org/wiki/Van_Halen_test
6•teleforce•47m ago•1 comments

Show HN: FastPlay, a fast minimal Windows video player built in Rust

https://github.com/CalvinSturm/FastPlay
2•CalvinSturm•49m ago•0 comments

Investors bet on AI again after Micron reports 346% sales jump

https://www.cnn.com/2026/06/25/business/micron-results-ai-stocks-volatility
3•dabinat•51m ago•1 comments

Steve Jobs felt certain Apple would never have existed without making blue boxes

https://macdailynews.com/2024/06/19/steve-jobs-felt-certain-apple-would-never-have-existed-withou...
2•SockThief•54m ago•0 comments

Popular Adblock for YouTube extension contains remote code execution

https://www.island.io/blog/badblocker-11-million-users-one-server-call-away-from-compromise
3•fastest963•1h ago•0 comments

Claude AI's link handling and fix

https://www.FoolQuest.com/
2•Aaron_Agassi•1h ago•0 comments

Show HN: A field recording of the underground. The engineers and producers

https://2inch.fm/
2•shawnzam•1h ago•1 comments

Wall Street Embraces the Dollar as Warsh's Fed Activates Bulls

https://www.bloomberg.com/news/articles/2026-06-25/wall-street-embraces-the-dollar-as-warsh-s-fed...
3•petethomas•1h ago•0 comments

Tropius: Detect AI Tropes in Prose

https://tangled.org/desertthunder.dev/tropius
3•birdculture•1h ago•0 comments

Ask HN: Anyone Here Work for Google? Specifically on the Google SMB Newsletter?

2•VladVladikoff•1h ago•0 comments

Trump administration asks to hold OpenAI's next model

https://www.axios.com/2026/06/25/trump-administration-openai-gpt-model-release
6•dramebaaz•1h ago•1 comments

Show HN: Replyt – Track which Reddit discussions become customers

https://replyt.co
4•hectorguedea•1h ago•0 comments

Ask HN: Norway bans AI in elementary schools

3•mellosty•1h ago•3 comments

This isn't a PPT. Repo speaks

2•hblqzj•1h ago•0 comments

Show HN: Pw-whip, a bridge between PipeWire and WHIP

https://github.com/jech/pw-whip/
3•jech•1h 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.