frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenMetaHarness

https://github.com/openmetaharness/openmetaharness
2•IzhaarTejani•4m ago•1 comments

Show HN: IncomeOS – income from many small sources, in one screen and an MCP

https://github.com/Perufitlife/incomeos
1•renzomad•6m ago•0 comments

OpenURL

https://en.wikipedia.org/wiki/OpenURL
1•toomuchtodo•7m ago•0 comments

Milvus 3.0: Lake-Native Vector Search, S3-Based Storage, Offline/Batch Workflows

https://milvus.io/blog/announcing-milvus-3-lake-native-vector-search-and-a-more-powerful-retrieva...
2•redskyluan•8m ago•0 comments

Show HN: Full stack development from one codebase web, Android, and iOS

https://github.com/usedowe/dowe-lang
1•victorriba•10m ago•0 comments

The AI Bubble Is About to Explode? [video]

https://www.youtube.com/watch?v=xKuDvRRE7Bc
1•ripe•11m ago•1 comments

A GPU-Hour Isn't a Commodity If You Need Four of Them

https://davefriedman.substack.com/p/a-gpu-hour-isnt-a-commodity-if-you
1•gmays•14m ago•0 comments

Bonsaikitten.com

https://en.wikipedia.org/wiki/Bonsai_Kitten
2•tokai•17m ago•0 comments

All Soda Yearns to Be Red

https://haterade.substack.com/p/all-soda-yearns-to-be-red
2•mrkaye97•19m ago•0 comments

There's never been a better time to commit financial fraud

https://www.economist.com/business/2026/07/29/theres-never-been-a-better-time-to-commit-financial...
3•petethomas•22m ago•1 comments

Show HN: A local merge queue for parallel Claude Code agents

https://github.com/funador/claude-code-merge-queue
5•funador•24m ago•0 comments

Indie Web Directories

https://paultibbetts.uk/indieweb-directories/
2•Curiositry•25m ago•0 comments

Locust – Simple Open-Source Load Testing

https://locust.io/
2•Curiositry•26m ago•0 comments

A future where software self-improves and interacts with the physical world

https://3reate.com/podcast/everyones-a-billionaire-now-what/
2•andrewjneumann•27m ago•0 comments

For the cheap price of a permanent tatto, get access to job interview

3•NoRagrets•29m ago•1 comments

If Claude/Codex can connect via, what do we need a context layer for?

https://getunblocked.com/blog/mcp-connectors-are-not-a-context-engine/
4•dennispi•32m ago•0 comments

Ask HN: Is Claude (code) taking significantly longer to run tasks for anyone?

1•LostMyLogin•33m ago•1 comments

Show HN: Karrouet – Dots and Boxes game we used to play as kids in Tunisia

https://www.reddit.com/r/karrouet/
4•nirvanist•33m ago•0 comments

Mythos attack on 3rd-round PQC algorithm candidate puts it out of commission

https://arstechnica.com/security/2026/07/mythos-uncovers-crypto-weaknesses-that-went-unknown-for-...
3•jnord•34m ago•0 comments

Pokémon is turning to facial recognition scans to help combat scalpers

https://www.pcgamer.com/games/card-games/the-pokemon-company-is-turning-to-facial-recognition-sca...
2•Cider9986•35m ago•0 comments

Creator of Test That OpenAI Models Tried to Cheat Sounds Alarm

https://www.bloomberg.com/news/articles/2026-07-29/creator-of-test-that-openai-models-tried-to-ch...
2•sbulaev•37m ago•0 comments

The Vocabulary Bottleneck

https://moekhalil.substack.com/p/the-vocabulary-bottleneck
3•mfkhalil•37m ago•0 comments

Show HN: Mousecrack – Bypass bot detection with deep learning

https://github.com/puffinsoft/mousecrack
3•BeverlyHills001•38m ago•0 comments

Physicists Solve a Muon Mystery. Now, Old Results Don't Add Up

https://www.quantamagazine.org/physicists-solve-a-muon-mystery-now-old-results-dont-add-up-20260729/
3•jnord•38m ago•0 comments

Sell Your AI Skills?

https://capabase.ai/learn/sell-your-ai-skills
8•trebuh•43m ago•2 comments

Kimi K3's Design Secret May Be in Its Thinking Traces

https://notes.designarena.ai/kimi-k3s-design-secret-may-be-in-its-thinking-traces/
3•gmays•43m ago•0 comments

Show HN: Generate, Version and Host your resumé all via GitHub

https://github.com/sadigaxund/git-resume
1•sakhund•44m ago•0 comments

Largest battery storage in Germany set for partial commissioning

https://www.heise.de/en/news/Largest-battery-storage-in-Germany-set-for-partial-commissioning-113...
4•doener•46m ago•0 comments

Babe32 – Barely Adequate Browser ESP32

https://github.com/alunmorris/babe32-ESP32-web-browser-for-cheap-black-display
1•iamnothere•52m ago•1 comments

If you need plausible deniability, avoid devices that use wear-leveling

https://twitter.com/GrapheneOS/status/2082576645215412651
2•Cider9986•53m 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.