frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Microsoft Plugs Nearly 1000 Security Holes

https://krebsonsecurity.com/2026/09/microsoft-plugs-nearly-1000-security-holes/
1•jnord•30s ago•0 comments

A Doctor Sued 700 Patients for Debts; 81 Were Arrested. Now He's a Senator

https://www.nytimes.com/2026/09/08/us/politics/roger-marshall-obgyn-doctor-debts.html
2•rawgabbit•3m ago•1 comments

NASA's Nancy Grace Roman Space Telescope: Why It's So Cool

https://www.windriver.com/blog/NASA-Nancy-Grace-Roman-Space-Telescope
2•ohjeez•4m ago•0 comments

Show HN: SagaShield – ACID transactions and security guardrails for AI agents

https://github.com/sebastianmechno-sys/sagashield
1•esseba-dev•5m ago•0 comments

Danny McBride's Solution to the Masculinity Crisis

https://www.newyorker.com/books/page-turner/danny-mcbrides-solution-to-the-masculinity-crisis
1•petethomas•7m ago•0 comments

A Single-Tower Multimodal-Native Multilingual Foundation Encoder (By H)

https://arxiv.org/abs/2609.01657
1•bitboyro•10m ago•0 comments

The Oldest Architecture in Computing

https://www.allthingsdistributed.com/2026/09/the-oldest-architecture-in-computing.html
1•jonbaer•11m ago•0 comments

The Editorial Mindset – By Troy Howard

https://blog.thoward37.me/articles/the-editorial-mindset/
1•thoward37•11m ago•1 comments

A Universe of My Own

https://catbee.ca/universe/
1•behohippy•11m ago•1 comments

Show HN: Owned. Own a piece of the world and make it visible

https://owned.bennytaccardi.com/
1•axeowl123•12m ago•0 comments

Show HN: Genotype: language that compiles to idiomatic TS, Rust and Python

https://genotype-lang.org/
1•kossnocorp•12m ago•0 comments

The 40 Year Old Kernel Bug (iOS, macOS, XNU, etc.)

https://yuvalino.com/how-can-you-not-be-romantic-about-unix-domain-sockets
2•Orlan•12m ago•0 comments

The Story of a Hyperbaric Weld

https://medium.com/@francis.hermans4/the-story-of-a-hyperbaric-weld-bfd80a13cf00
1•scrumper•13m ago•1 comments

Teaching NumPy's ufuncs new tricks

https://labs.quansight.org/blog/teaching-numpys-ufuncs-new-tricks
1•ngoldbaum•16m ago•0 comments

Magic mushroom compound may prevent chemotherapy pain

https://www.science.org/content/article/magic-mushroom-compound-may-prevent-chemotherapy-pain?tm_...
2•gmays•16m ago•0 comments

Rustuna: A Faster Optuna Implementation in Rust

https://medium.com/optuna/announcing-rustuna-cc82a6815bf7
1•jonbaer•17m ago•0 comments

Show HN: I built an interactive Harry Potter learning playground for my son

https://casamagia.org/en/
1•emot•18m ago•0 comments

Yen makes dash across ¥153, raising possibility that trend has turned

https://www.japantimes.co.jp/business/2026/09/08/markets/yen-153/
1•mikhael•18m ago•0 comments

Super Smash Bros Melee is 100% decompiled

https://decomp.dev/doldecomp/melee
2•thekevintang•21m ago•0 comments

Block Applies to Establish Builders Bank and Trust

https://www.wsj.com/finance/banking/block-applies-to-establish-builders-bank-trust-3c6c9556
1•jaredwiener•26m ago•0 comments

Tokyo's Shinjuku Ward to ban minpaku in residential areas and near schools

https://www.japantimes.co.jp/news/2026/09/07/japan/shinjuku-ward-minpaku-ban/
1•mikhael•26m ago•1 comments

My Nix Config Is Intimate

https://www.scd31.com/posts/nix-files-are-intimate
2•birdculture•27m ago•0 comments

Hakken: Predicting future discoveries to fill gaps in today's knowledge

https://arxiv.org/abs/2609.04494
2•anigbrowl•28m ago•0 comments

Onboard device storage is kept low for these reasons

https://circuitbored.com/viewtopic.php?t=248
3•winternett•29m ago•0 comments

The AI-Native SDLC Playbook

https://claude.com/blog/the-ai-native-sdlc-playbook
2•rldjbpin•30m ago•0 comments

Show HN: Routi Bot – AI bots with their own desktops on your Mac

https://github.com/narralabs/routi/
4•westoque•31m ago•0 comments

Mid-conversation system messages and tool changes

https://platform.claude.com/docs/en/build-with-claude/mid-conversation-system-messages
1•azhenley•32m ago•0 comments

Show HN: Free scanning app with ML crops, front/back pairing, and stitching

https://timelinescan.com/frontback-scanner/
1•HoserHoser•32m ago•0 comments

Large Language Models Develop Novel Social Biases Through Adaptive Exploration

https://openreview.net/challenge?redirect=%2Fforum%3Fid%3Dpc7fqaOcAH
13•paimapi•33m ago•2 comments

The AI-Native SDLC Starts with Your Infrastructure

https://metalbear.com/blog/ai-native-sdlc-infrastructure/
1•ioanarebeca•35m 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.