frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Time to Profit and Why Business Sustainability Matters

https://pawelbrodzinski.substack.com/p/time-to-profit-and-why-business-sustainability
1•flail•1m ago•0 comments

Bringing Collabora Online to the Desktop

https://www.collaboraonline.com/blog/press-release-bringing-collabora-online-to-the-desktop/
1•pentagrama•2m ago•0 comments

Wintergatan – Marble Machine (music instrument using 2000 marbles)

https://youtu.be/IvUU8joBb1Q?si=KzI3BLLWd1AGiP7e
1•guhsnamih•5m ago•1 comments

Building an NPM Worm (2016)

https://contolini.com/building-an-npm-worm
1•christophetd•5m ago•0 comments

The Eleven-Faced Die That Emulates Two Six-Sided Dice

https://hackaday.com/2025/11/28/the-eleven-faced-die-that-emulates-two-six-sided-dice/
1•sohkamyung•5m ago•0 comments

Dynamic Model Fusion – A Framework for Vendor-Agnostic AI Orchestration

https://dalehurley.com/posts/cross-vendor-dmf-paper
1•dalemhurley•5m ago•1 comments

Show HN: Dropout. – The uniform of those who walked out and still won

1•kengeo•6m ago•0 comments

Docker breaks DNS on all custom bridge networks

https://docs.docker.com/engine/release-notes/29
1•ximm•7m ago•0 comments

ESA and Norway Explore Possibility of Arctic Space Centre

https://aeromorning.com/en/esa-and-norway-explore-possibility-of-arctic-space-centre/
1•bookofjoe•7m ago•0 comments

Battery tracks: the green innovations that could power the railway's next era

https://www.theengineer.co.uk/content/in-depth/battery-tracks-the-green-innovations-that-could-po...
1•timthorn•8m ago•0 comments

Do You Remember Hacker Monthly Magazine?

https://archive.org/search?query=creator%3A%22Hacker+Monthly%22
2•tzury•12m ago•1 comments

A $1M Dollar Apple Macintosh PowerBook 170

https://www.ebay.ca/itm/326104837538
1•todsacerdoti•14m ago•0 comments

In Memphis, where people fear Elon Musk's supercomputer is making them ill

https://www.thetimes.com/us/news-today/article/grok-elon-musk-ai-memphis-super-computers-ppv9vpk8s
1•adam•15m ago•0 comments

Ambient-noise synth in JavaScript: when instability is a feature, not a bug

https://bs.stranno.su/drone-ambient-noise-synthesizer/
1•maxalyokhin•16m ago•0 comments

Epic CEO Tim Sweeney says Steam should drop its 'Made with AI' tags'A

https://www.theverge.com/news/831747/tim-sweeney-epic-ceo-steam-game-stores-made-with-ai
1•RyeCombinator•16m ago•0 comments

First Impressions of Gleam

https://spin.atomicobject.com/first-impressions-of-gleam/
1•ingve•18m ago•0 comments

Monkeys Have Rhythm

https://www.science.org/doi/10.1126/science.adp5220
1•DrierCycle•21m ago•0 comments

Harder than it should be

1•Praisethegreat•22m ago•0 comments

Petition to formally recognize open source work as civic service in Germany

https://www.openpetition.de/petition/online/anerkennung-von-open-source-arbeit-als-ehrenamt-in-de...
16•PhilippGille•22m ago•0 comments

LLMs Are Still Worst at Complex Tasks

https://medium.com/@anwarzaid76/llms-are-still-worst-at-complex-tasks-b3f35a9cf762
1•MindBreaker2605•23m ago•0 comments

I'll find you the right solution

1•Praisethegreat•24m ago•0 comments

HAProxy 3.3 Released

https://www.haproxy.com/blog/announcing-haproxy-3-3
3•causenad•26m ago•0 comments

Swiss provider webland has been down for a week

https://status.webland.ch
1•sschueller•28m ago•1 comments

The Economic Impact of Brexit

https://siepr.stanford.edu/publications/working-paper/economic-impact-brexit
2•rbanffy•28m ago•1 comments

Study links America's favorite cooking oil to obesity – UCR News – UC Riverside

https://news.ucr.edu/articles/2025/11/26/study-links-americas-favorite-cooking-oil-obesity
4•bilsbie•28m ago•0 comments

OpenAI Loses Discovery Battle, Cedes Ground to Authors in AI Lawsuits

https://www.hollywoodreporter.com/business/business-news/openai-loses-key-discovery-battle-why-de...
1•rbanffy•29m ago•0 comments

The Great Filter

https://mason.gmu.edu/~rhanson/greatfilter.html
1•highfrequency•32m ago•0 comments

He Wants a New Start. So He Is Taking the Hardest Driving Test in the World

https://www.nytimes.com/2025/11/24/world/europe/london-black-cab-taxi-driving-test.html
1•jebarker•32m ago•0 comments

An Update on the Farphone's Battery

https://far.computer/battery-update/
2•louismerlin•32m ago•0 comments

I Lost 100 Pounds Using TDT

https://www.lesswrong.com/posts/scwoBEju75C45W5n3/how-i-lost-100-pounds-using-tdt
1•gmays•34m 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•6mo 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.