frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Out of Writing Ideas? Don't Ask ChatGPT, Ask Yourself

https://medium.com/@vincent.ferreira/out-of-writing-ideas-dont-ask-chatgpt-ask-yourself-a56c2f761a6f
1•vincenfer•4m ago•0 comments

A startup is able to detect fires within minutes using satellites and AI

https://netbajura.blogspot.com/2026/08/ororatech-startup-that-detects.html
2•AllForAll•13m ago•0 comments

The Present Must Prove the Past

https://lab.parano1d.org/research/the-present-must-prove-the-past/
3•ignotusnemo•15m ago•0 comments

If You Get in a Car Crash, the Risk Is Growing Your Insurance Won't Pay

https://www.wsj.com/finance/if-you-get-in-a-car-crash-the-risk-is-growing-your-insurance-wont-pay...
2•bookofjoe•16m ago•2 comments

Sorry if this is a dumb question, but

https://www.thetrueengineer.com/p/for-those-who-work-full-time-in-a
1•adletbalzhanov•21m ago•0 comments

Zuckerberg faces questions over why superyacht declined to help stranded boat

https://www.theguardian.com/us-news/2026/aug/09/zuckerberg-superyacht-boat-alaska
3•higginsniggins•21m ago•0 comments

The Fermi Paradox Just Got Worse [video]

https://www.youtube.com/watch?v=s-MgHZ_oGl0
1•Bender•22m ago•0 comments

John Crowley Has Died

https://en.wikipedia.org/wiki/John_Crowley_(author)
3•atombender•22m ago•1 comments

Idol Mahjong Final Romance: A Slideshow Disguised as a Video Game

https://nicole.express/2026/more-like-idle-mahjong.html
1•nicole_express•22m ago•0 comments

Polyethylene may be causing liver damage

https://scitechdaily.com/this-widely-used-plastic-could-be-harming-your-liver/
2•Gaishan•25m ago•0 comments

Show HN: Lumabri – What if LLMs worked like Napster?

https://github.com/JustVugg/lumabri
1•vforno•25m ago•0 comments

3G at Last

https://nickvsnetworking.com/3g-at-last/
1•birdculture•32m ago•0 comments

The malignant rise of OnlyFans managers

https://www.theguardian.com/society/2026/jun/18/malignant-rise-onlyfans-managers-exploiting-groom...
4•mukmuk•33m ago•1 comments

Show HN: An AI chief of staff for founders who can't afford one

https://useairo.co
1•vidit99•36m ago•0 comments

The rise of illegal tobacco in Australia tracked in wastewater

https://www.abc.net.au/news/2026-08-10/charting-the-rise-of-illegal-tobacco-in-australia/106941130
2•Gaishan•38m ago•0 comments

Neural Scaling Law

https://en.wikipedia.org/wiki/Neural_scaling_law
1•frozenseven•39m ago•0 comments

Testing Anthropic's RSI Claims

https://ankitmaloo.com/rsi-claims/
1•ankit219•42m ago•0 comments

Quoted $1M for AI code review. Built it for free

https://sagivo.com/blog/i-was-quoted-1m-to-get-ai-diff-review-tool
3•shubidubi•42m ago•0 comments

What Garbage Collection Costs

https://shivanshuag.com/blog/what-garbage-collection-actually-costs/
1•shivanshuag•43m ago•0 comments

Who Should Pay for Source Code Availability?

https://kristoff.it/blog/source-code-availability/
3•Retro_Dev•43m ago•0 comments

Black lung rates in Appalachia are high as the 1970s

https://text.npr.org/nx-s1-5894884
5•mooreds•47m ago•2 comments

I got 30% better AI coding results

https://github.com/akasula09/CodeSlimmer
2•kushthedevmmm•47m ago•0 comments

To Recruit Teachers, School Districts Are Building Homes

https://www.nytimes.com/2026/07/28/business/affordable-housing-schools-teachers.html
6•mooreds•49m ago•0 comments

Sen. Chuck Grassley mourns Beth, 49yo vacuum cleaner

https://twitter.com/ChuckGrassley/status/2086178745191133662
2•nianderwallace•49m ago•0 comments

High car prices lead to long-term auto loans

https://www.marketplace.org/story/2026/08/07/high-car-prices-lead-to-longterm-auto-loans
3•mooreds•49m ago•1 comments

Tape scratching the "Peter Piper" routine, using a homemade tape loop [video]

https://www.youtube.com/watch?v=L6SMyND8hso
1•CharlesW•49m ago•0 comments

Why.com – Explore any topic by repeatedly asking why

https://why.com/
2•m5r•50m ago•0 comments

Quantifying dynamics of failure across science, startups and security

https://arxiv.org/abs/1903.07562
1•highfrequency•53m ago•0 comments

The Post-Quantum WebPKI

https://rmhrisk.github.io/classical-webpki/
1•tomwas54•56m ago•0 comments

AI assistant hacks gym website in first known Australian autonomous cyber attack

https://www.abc.net.au/news/2026-08-10/ai-assistant-hacks-gym-website-aus-cyber-attack/107007986
2•stared•57m 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.