frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Buzz from Block: where humans and agents work together

https://buzz.xyz
1•foruhar•44s ago•0 comments

'Skynet Day' is now shorthand for OpenAI's agent going rogue

https://fortune.com/2026/07/26/james-cameron-terminator-skynet-day-openai-ai-agent-hack-hugging-f...
1•CharlesW•3m ago•0 comments

Voice Orchestration Benchmarks

https://benchmarks.cekura.ai
1•tash_2s•3m ago•0 comments

Show HN: Rogg – I built a Rust BGP speaker and run a live AS on DN42

https://github.com/roggnetwork/rogg
1•stockkid•5m ago•1 comments

Universe Splitter

https://www.aerfish.com/universe-splitter
3•e-dant•13m ago•1 comments

Dataland

https://www.wallpaper.com/art/exhibitions-shows/dataland-the-museum-of-ai-arts-los-angeles-review
1•andsoitis•13m ago•0 comments

Making Referential Stability a Type

https://jovidecroock.com/blog/referential-stability-types/
2•acmnrs•14m ago•0 comments

Show HN: I built a static verifier for OpenCode to stop unsafe AI tool calls

https://github.com/albertjoseph0/opencode-plugin-guardians
1•abj908•14m ago•0 comments

(Life) Advice From The Creator of C++ [video]

https://www.youtube.com/watch?v=-QxI-RP6-HM
1•amarbirsingh•14m ago•0 comments

The Economics of Responsibility

https://abacus2007ac1.io/blog/20260727-economics_of_responsibility/
1•weakened_malloc•17m ago•0 comments

3blue1brown: How a Mandelbrot set arises from Newton's work

https://www.3blue1brown.com/?topic=fractals&lesson=holomorphic-dynamics
1•ninju•21m ago•0 comments

The Rise of the Deserving Rich

https://www.economist.com/finance-and-economics/2026/07/23/the-rise-of-the-deserving-rich
1•Jiahang•22m ago•0 comments

Show HN: Taetype 1.0 – decode, subset, shape, rasterize fonts, zero unsafe

https://github.com/silly-tae/taetype
1•silly-tae•23m ago•0 comments

How Dubai, New York, Paris and Shenzhen are building their flying-taxi networks

https://monocle.com/business/transport/which-cities-flying-taxis-companies/
1•andsoitis•24m ago•0 comments

Modeling Facts and Reactions with Domain Events

https://deniskyashif.com/2026/07/25/modeling-facts-and-reactions-with-domain-events/
2•thunderbong•25m ago•0 comments

Show HN: Neubook – An ePub reader with reading focus features

https://neubook.app/
1•bibin765•26m ago•0 comments

The old-school way of keeping the summer heat out of your home

https://monocle.com/design/architecture/keeping-your-home-cool-without-air-conditioning/
2•andsoitis•26m ago•3 comments

The 3F Bell Designer

https://msp.ucsd.edu/ideas/2020.06.05.bell-designer/README.htm
1•jruohonen•28m ago•0 comments

"Zuzai" is to AI what vegan is to animal products

https://zuzai.org/
1•flitzofolov•32m ago•2 comments

Show HN: Experimental multi-head window manager made for programmatic use

https://github.com/cookiengineer/hydra
1•cookiengineer•33m ago•0 comments

Show HN: Vxpix – $50 Lifetime Screenshot API (No Subscriptions)

https://tool.vxpix.com/
1•vxpix•37m ago•0 comments

Interzone Digital

https://jmtd.net/log/interzone/digital/
1•jruohonen•44m ago•0 comments

Show HN: Read what your remote agent wrote (Markdown/image) from Mac menu bar

https://lx2026.github.io/RelayBar/
1•linxy97•44m ago•0 comments

PortAudio

https://portaudio.com/
1•gregsadetsky•49m ago•0 comments

The Art of Ham Radio

https://newcriterion.com/dispatch/the-art-of-ham-radio/
2•jruohonen•55m ago•0 comments

Mental Illness, Mass Shootings, and the Politics of American Firearms (2015)

https://pmc.ncbi.nlm.nih.gov/articles/PMC4318286/
4•downbad_•56m ago•0 comments

Today's JavaScript, from an outsider's perspective (2020)

https://lea.verou.me/blog/2020/05/todays-javascript-from-an-outsiders-perspective/
2•downbad_•56m ago•0 comments

Weather Spotter's Field Guide (Skywarn Spotter) [pdf]

https://www.weather.gov/media/owlie/SGJune6-11(1).pdf
2•tithe•57m ago•0 comments

The Model Writes, the Judge Measures: Anatomy of an LLM Judge

https://xinfer.ai/home/md/the-model-writes-the-judge-measures
1•samwen2026•59m ago•0 comments

New Jersey governor signs law banning surveillance pricing to protect shoppers

https://www.theguardian.com/us-news/2026/jul/26/new-jersey-surveillance-pricing-ban
9•rectang•59m ago•1 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.