frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Young Men Are Abandoning the Workforce

https://www.wsj.com/opinion/free-expression/young-men-are-abandoning-the-workforce-a021228a
1•bilsbie•5m ago•0 comments

BlockArena: AI-Generated FPS Game

https://blockarena.puter.com/
1•ent101•8m ago•0 comments

AI Agent Safety Is Still Thinking Like Permissions

https://jeffreyflynt02.medium.com/ai-agent-safety-is-still-thinking-like-permissions-45878337bd98
3•jflynt76•9m ago•0 comments

Why I vibecoded my own terminal multiplexer

https://www.codedsleep.com/posts/wv-multiplexer
1•codedsleep•11m ago•0 comments

Show HN: Adding friction to my automatic open Claude reaction

1•aqureshi8•11m ago•0 comments

Hacking Legends

https://opensourcelegends.com/hacking-legends
1•buffer_overlord•13m ago•0 comments

Rare things become common at scale (2014)

https://longform.asmartbear.com/scale-rare/
1•mooreds•14m ago•0 comments

Protecting water systems from cyberattacks: 5 steps cities can take now

https://www.smartcitiesdive.com/news/protecting-water-systems-cyberattacks-5-steps-cities/827560/
1•mooreds•15m ago•0 comments

Forecasting Andean rainfall and crop yield from influence of El Niño on Pleiades

https://www.nature.com/articles/47456
1•mooreds•15m ago•0 comments

Why Chinese Citizens Are More Optimistic About AI Than Americans

https://www.bloomberg.com/news/articles/2026-08-14/why-ai-optimism-is-so-much-higher-in-china-tha...
1•pella•15m ago•0 comments

PPS Watch – The Most Accurate Watch That Doesn't Tell Time

https://www.instructables.com/PPS-Watch-the-Most-Accurate-Watch-That-Doesnt-Tell/
1•sudo_cowsay•18m ago•0 comments

Code Is the Byproduct

https://yagmin.com/blog/code-is-the-byproduct/
2•lubujackson•23m ago•0 comments

Path Protocol – an open-source browser precision game and course editor

https://github.com/argentquest/protocol
2•EricMSilver•29m ago•0 comments

Inverse Problem

https://en.wikipedia.org/wiki/Inverse_problem
2•soupspaces•30m ago•0 comments

Physicists discover a hidden gluon structure inside protons

https://www.sciencedaily.com/releases/2026/08/260815064805.htm
4•gradus_ad•30m ago•0 comments

Play Anthakshari Online

https://anthakshari.ai/
3•hareeshimo•34m ago•0 comments

Israeli minister calls for killing '30 to 40′ Palestinians in Gaza nightly

https://www.aljazeera.com/news/2026/8/16/israeli-minister-calls-for-killing-30-to-40-palestinians...
17•LAC-Tech•39m ago•4 comments

Prolly: A content-addressed ordered map built on prolly trees

https://github.com/crabbuild/prolly
2•forhappy•40m ago•0 comments

Show HN: Continuum – Financial simulations for DIY multimillionaires

https://continuum-app.xyz/
2•charleswcho•42m ago•4 comments

Wallflower – A Social Reader

https://thewallflower.app/about
2•tldrthelaw•51m ago•0 comments

Rhombus 1.1 is now available

https://blog.racket-lang.org/2026/08/rhombus-v1.1.html
8•spdegabrielle•53m ago•4 comments

Social Processes and Proofs of Theorems and Programs (1979)

https://dl.acm.org/doi/10.1145/359104.359106
4•lioeters•1h ago•0 comments

Harvestman Spider with a 'Black Bunny' Head Captured on Video

https://allthatsinteresting.com/bunny-harvestman-spider
2•thunderbong•1h ago•0 comments

Applying a photosynthetic process to treat "dry eye"

https://www.science.org/content/blog-post/taking-tip-plants-eyes
2•gumby•1h ago•0 comments

Show HN: Convertix – Fast, 100% in-browser media and QR tools

https://convertix-fast-imager-co.blogspot.com/p/blog-page.html
2•convertix123•1h ago•0 comments

The CLI your AI agent drives to manage your knowledge graph

https://useokf.com/
2•jhgaylor•1h ago•0 comments

The System from Nowhere

https://mail.cyberneticforests.com/the-system-from-nowhere/
2•peterm4•1h ago•0 comments

The Life and Death of Direct File [pdf]

https://www.ischool.berkeley.edu/sites/default/files/vinton_report_5.pdf
43•ronbenton•1h ago•11 comments

Hawaii flooded by Lala with thousands without power [video]

https://www.youtube.com/watch?v=gKzA4zDHyUc
3•Bender•1h ago•0 comments

The federal keyword lists that canceled billions in research funding

https://www.highereddive.com/news/inside-the-federal-keyword-lists-that-canceled-billions-in-rese...
33•walrus01•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.