frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AGI companies every 6 months

https://www.youtube.com/watch?v=akNcZOoLKVk
1•oliculipolicula•31s ago•0 comments

Show HN: K7 – self-hosted media server I built after years on Plex/Jellyfin

https://github.com/kaybi-gh/K7
1•kaybi-gh•1m ago•0 comments

A computer-assisted Lean 4 proof of the Berge–Fulkerson C(24) theorem

https://github.com/frjnn/bf-c24
2•frjnn•2m ago•0 comments

Eating Fruit Skins

https://pgadey.ca/blog/eating-fruit-skins/
1•surprisetalk•3m ago•0 comments

Top Mathematician Announces New Institute for A.I. Safety

https://www.nytimes.com/2026/09/08/science/jacob-tsimerman-math-ai-safety.html
1•cainxinth•3m ago•0 comments

Ghostscript (gstoraster): new halftone/dithering algorithms

https://github.com/OpenPrinting/libcupsfilters/pull/160
1•Bluestein•3m ago•0 comments

Fruit Box Game

https://fruitboxgame.com
1•winterscott•5m ago•0 comments

Are women better than men at endurance running?

https://www.bbc.co.uk/sport/articles/cwyzx1gxwqlo
3•polar•5m ago•0 comments

Stabilizing Rust's Never Type

https://lwn.net/SubscriberLink/1091015/d9e48318ed242b41/
1•cjd8•6m ago•0 comments

Designing Semiconductors in Sub-Saharan Africa [YouTube]

https://www.youtube.com/watch?v=zyglpl-Gyq0
1•johncole•8m ago•1 comments

Module-Lattice-Based Key-Encapsulation Mechanism

https://en.wikipedia.org/wiki/ML-KEM
1•binyu•8m ago•0 comments

The next SolarWinds will be an AI security vendor

https://getcrawdad.dev/blog/the-next-solarwinds-will-be-an-ai-security-vendor
1•AndrewGS•9m ago•0 comments

Show HN: A GitHub Action to stop coding agents from over-commenting

https://github.com/marketplace/actions/comment-ratio
1•Nebulic•9m ago•0 comments

Optimizing SQLite for Servers (2024)

https://kerkour.com/sqlite-for-servers
1•vladde•9m ago•0 comments

Show HN: Opair, a coding harness that eschews autonomy

https://gitlab.com/philbooth/opair
2•philbo•10m ago•0 comments

We've all been framed (1999)

https://www.theguardian.com/society/1999/dec/08/guardiansocietysupplement1
1•CGMthrowaway•12m ago•0 comments

CCTV footage of suicide attempt violates human rights (2003)

https://www.pinsentmasons.com/out-law/news/cctv-footage-of-suicide-attempt-violates-human-rights
1•CGMthrowaway•13m ago•0 comments

The Anthropocene was rejected as a geological epoch – but the idea is useful

https://theconversation.com/the-anthropocene-was-rejected-as-a-geological-epoch-but-the-idea-is-s...
1•samizdis•13m ago•0 comments

UK Surveillance Camera Code of Practice

https://www.gov.uk/government/publications/surveillance-camera-code-of-practice-guidance-for-loca...
3•CGMthrowaway•15m ago•0 comments

Logitech MX Keypad – AI control keys for developers

https://www.logitech.com/en-us/shop/p/mx-keypad
4•zvr•15m ago•1 comments

Knip fixes unused dependencies, exports and files in your JavaScript projects

https://github.com/webpro-nl/knip
1•Bluestein•18m ago•0 comments

I advertise malicious software on Google Ads

https://xlii.space/eng/malicious-software-on-google-ads/
3•xlii•21m ago•1 comments

Solaris Turnstiles for mutex priority inheritance

https://rdmsr.github.io/writing/turnstiles/
3•fanf2•22m ago•0 comments

Desert Ant Labs: local, fast models that run on device

https://desertant.com/blog/introducing-desert-ant-labs/
14•willwhitedc•24m ago•0 comments

Mapped: AI Adoption by Country in 2026

https://www.visualcapitalist.com/mapped-ai-adoption-by-country-in-2026/
2•soltanov•25m ago•0 comments

Is Google planning for Gemini 4 rather than 3.5 pro?

4•Qhloi•27m ago•1 comments

Show HN: Is It Q?

https://github.com/jparmstrong/IsItQ
1•gohwell•28m ago•0 comments

Has anybody burned out of tech like me, and done something else?

2•password03•30m ago•1 comments

Show HN: Web Developer = Embedded Developer: Real PHP Now Runs on the ESP32

https://www.php-baremetal.com/blog/real-php-on-esp32
1•gianfriaur•33m ago•0 comments

AlphaGenome maps 9B DNA variants

https://spectrum.ieee.org/alphagenome-atlas
1•ltononro•33m 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.