frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The president wanted to unleash AI. Then came Anthropic

https://www.politico.com/news/magazine/2026/09/20/anthropic-white-house-ai-01085212
1•elorant•5m ago•0 comments

Show HN: Mahabharata Characters – 307 figures with gunas and decision primitives

https://huggingface.co/datasets/gnumanth/mahabharata-characters
1•init0•5m ago•0 comments

Show HN: Less Prompts, More Guardrails

https://yasyf.com/writing/less-prompts-more-guardrails/
1•yasyfm•12m ago•0 comments

Coding Machines

https://www.teamten.com/lawrence/writings/coding-machines/
1•xk3•13m ago•0 comments

Birdle Explorer

https://start.birdle.world/
1•totetsu•13m ago•1 comments

I Investigated Coinbase a Year Ago For Forbes. The Bigger Story Now Is Its Power

https://thesignalmemo.substack.com/p/coinbase-wants-the-power-of-a-bank
1•sindhya1•15m ago•0 comments

EA Safety

https://contraptions.venkateshrao.com/p/ea-safety
3•emersonmacro•17m ago•0 comments

A Builder's Simple Perspective on the Future of the Job Market

https://wenbo.site/blog/a-builder-s-simple-perspective-on-how-ai-will-shape-the-job-market
1•tracyhenry•17m ago•0 comments

Lint-HTTP 0.1.0 – Easy to use, complete HTTP traffic linter

https://crates.io/crates/lint-http/0.1.0
1•gaigalas•25m ago•0 comments

While the human's away, do the agents slip into foul play?

https://dev.yuv.run/writing/while-i-sleep/
1•alkisyuv•26m ago•0 comments

Winning the Visa Lottery

https://www.aeaweb.org/research/immigration-restrictions-firms-workers
2•neehao•29m ago•0 comments

The Rise of Niche Consumption

https://www.aeaweb.org/articles?id=10.1257/mac.20210263
1•neehao•30m ago•0 comments

Presley Gerber, Son of Cindy Crawford and Rande Gerber, Dies at 27

https://www.hollywoodreporter.com/lifestyle/lifestyle-news/presley-gerber-dead-cindy-crawford-ran...
1•andsoitis•32m ago•0 comments

Talk to Hector Salamanca, powered by Jev and a bell

https://jev-hector.vercel.app/
2•xjconlyme•37m ago•0 comments

Rally English

https://en.wikipedia.org/wiki/Rally_English
1•red369•40m ago•0 comments

The Trouble with 'Ntile()'

https://blog.djnavarro.net/posts/2026-09-20_the-trouble-with-ntile/
1•luu•43m ago•0 comments

The Genesis of Attribute Grammars [pdf]

https://www.cs.miami.edu/home/odelia/teaching/csc419_spring17/syllabus/Knuth_AttributeHistory.pdf
1•luu•45m ago•0 comments

New wild cat species is identified for first time in 100 years

https://www.nbcnews.com/science/environment/new-wild-cat-species-identified-rcna598113
2•gmays•52m ago•0 comments

A Silicon Valley radical: Trump's AI whisperer pushing for limited regulation

https://www.theguardian.com/us-news/2026/sep/20/david-sacks-trump-ai-czar
2•kuerbel•53m ago•0 comments

Vibemaxxer

https://vibemaxxer.cro.sh/
1•namjh•55m ago•0 comments

China is not ready for a post-American world

https://www.economist.com/international/2026/09/15/china-is-not-ready-for-a-post-american-world
2•andsoitis•57m ago•0 comments

NYTimes Journalist Regrets Long Ordeal Sending Daughter to Worse NY Schools

https://www.nytimes.com/2026/09/20/magazine/ny-public-schools-black-students-segregation.html
1•doctorpangloss•58m ago•0 comments

Skills to Make the Perfect Website

https://github.com/NoamanKhalil/WebSkills
2•Noamank•1h ago•0 comments

Chemical and Biological Weapons Explained – Brett Edwards (2024) [video]

https://www.youtube.com/watch?v=x3J2w7-9XC8
1•verdverm•1h ago•1 comments

You Are the Executive Now

https://sundaylettersfromsam.substack.com/p/youre-the-executive-now
1•andsoitis•1h ago•0 comments

NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater

https://science.nasa.gov/solar-system/moon/nasas-moon-orbiter-spots-new-once-in-century-moon-crater/
1•gmays•1h ago•0 comments

Show HN: GrowSpot – checks if a plant can live in an exact spot, not just a room

https://growspotapp.com/spot-checker/
1•growspotapp•1h ago•0 comments

Show HN: Hibi – An open-source obsidian alternative

https://github.com/schmayterling/hibi
2•ryanamay•1h ago•0 comments

Linus demands real users before hazard pointers land

https://freenode.net/article/linus-demands-real-users-before-hazard-pointers-land
4•KinetiNode•1h ago•0 comments

How we're (actually) all going to die

https://siliconpalace.substack.com/p/heres-how-were-actually-all-going
4•shigalyov•1h ago•4 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.