frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New Crosh Window

1•crimble•3m ago•0 comments

Destroyer Escort vs. German 576-pound torpedo warhead

https://laststandonzombieisland.com/2025/11/18/destroyer-escort-vs-german-torpedo-2025-edition/
1•speckx•4m ago•0 comments

You Aren't in the DSM

https://asteriskmag.com/issues/12-books/you-arent-in-the-dsm
1•surprisetalk•4m ago•0 comments

Forever Object: The Staple-Less Oceanus Brass Stapler

https://www.core77.com/posts/139027/Forever-Object-The-Staple-less-Oceanus-Brass-Stapler
1•surprisetalk•4m ago•0 comments

Variance of a Sum

https://leancrew.com/all-this/2025/11/variance-of-a-sum/
1•surprisetalk•5m ago•0 comments

What Pixar's 'Wall-E' Got Right About the Future of Work

https://www.wsj.com/tech/ai/wall-e-future-of-work-14015a3f
1•bookofjoe•5m ago•1 comments

OpenAI is going to do a Trillion Dollar IPO

https://www.ai-supremacy.com/p/openai-is-going-to-do-a-trillion-dollar-ipo-2026-27
2•gmays•7m ago•0 comments

Rust edges toward CPython and older platforms won't like it

https://www.theregister.com/2025/11/19/cpython_may_use_rust/
2•rbanffy•9m ago•1 comments

Existential threat of large language models to online survey research

https://www.dropbox.com/scl/fi/55uokavcsppo806ct1rn2/pnas.pdf?dl=0&e=1&noscript=1&rlkey=z49nl10h4...
3•doener•12m ago•0 comments

Your Smartphone, Their Rules: App Stores Enable Corporate-Government Censorship

https://www.aclu.org/news/free-speech/app-store-oligopoly
2•pabs3•12m ago•0 comments

Can a Time Capsule Outlast Geology?

https://www.scientificamerican.com/article/can-a-buried-time-capsule-beat-earths-geology-and-deep...
1•bryanrasmussen•13m ago•0 comments

Batteries, Not Natural Gas, Can Power the Data Center Boom

https://e360.yale.edu/features/jigar-shah-interview
1•Brajeshwar•13m ago•0 comments

We Could Use a Good, Long Bear Market

https://www.wsj.com/finance/stocks/why-we-could-use-a-good-long-bear-market-73997cb7
2•RickJWagner•13m ago•0 comments

Digital Omnibus: EU Commission wants to wreck core GDPR principles

https://noyb.eu/en/digital-omnibus-eu-commission-wants-wreck-core-gdpr-principles
3•jrepinc•14m ago•0 comments

Show HN: Sliprail – A cross-platform launcher with AI and extensions

https://sliprail.fengcen.io/en/
1•fengcen•19m ago•0 comments

Andrej Karpathy's amusing interaction with Gemini 3

https://twitter.com/karpathy/status/1990855382756164013
2•matthewsinclair•20m ago•0 comments

The Peaceful Transfer of Power in Open Source Projects

https://shkspr.mobi/blog/2025/11/the-peaceful-transfer-of-power-in-open-source-projects/
3•edent•20m ago•0 comments

Zo: Personal Servers for Everyone

https://www.zo.computer/
25•benzguo•21m ago•5 comments

Breakthrough in Antimatter Production

https://home.cern/news/news/experiments/breakthrough-antimatter-production
1•doener•21m ago•0 comments

Kerala's (India) Blood Rain: When the Streets Turned Red in 2001

https://scienceclock.com/keralas-red-rain-when-the-streets-turned-red-in-2001/
1•ashishgupta2209•23m ago•0 comments

The Download: de-censoring DeepSeek, and Gemini 3

https://www.technologyreview.com/2025/11/19/1128131/the-download-de-censoring-deepseek-and-gemini-3/
2•fleahunter•24m ago•0 comments

Hit by a Truck

https://pxlnv.com/blog/hit-by-a-truck/
1•speckx•25m ago•0 comments

Larry Summers resigns from OpenAI board after release of emails with Epstein

https://www.cnbc.com/2025/11/19/larry-summers-epstein-openai.html
6•koolba•25m ago•1 comments

The U.S. Mint is auctioning the last pennies–and they could sell for millions

https://www.popsci.com/technology/last-us-penny-auction/
1•geox•25m ago•0 comments

LPLB: An early research stage MoE load balancer based on linear programming

https://github.com/deepseek-ai/LPLB
2•simonpure•27m ago•0 comments

One second to compute the largest Fibonacci number [video]

https://www.youtube.com/watch?v=KzT9I1d-LlQ
1•iampotatoman92•27m ago•0 comments

China is setting the pace in the EV race, and the West can't keep up

https://restofworld.org/2025/china-us-ev-race/
2•Brajeshwar•27m ago•0 comments

Stack Overflow for Teams Is Now Stack Internal

https://stackoverflow.blog/2025/11/18/introducing-stack-internal-powering-the-human-intelligence-...
1•nsoonhui•30m ago•0 comments

Everything Async, Nothing to Await: Automatic Concurrency in Par

https://www.youtube.com/watch?v=tpICs7uG3n8
1•birdculture•31m ago•0 comments

Axiom introduces metrics: High-cardinality without the cost

https://axiom.co/blog/metrics
1•paffdragon•31m 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.