frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is it true about the Terms of Service of AI's?

2•DivingForGold•6m ago•0 comments

Teologia Sistemática Pentecostal

https://blog.cloudflare.com/making-ai-search-smarter/
1•abinadabe•8m ago•0 comments

Fines doubled as teens outsmart Australia's world-first social media ban

https://www.euronews.com/next/2026/06/29/fines-doubled-as-teens-outsmart-australias-world-first-s...
6•billybuckwheat•13m ago•0 comments

Sometimes free isn't cheap enough

https://12gramsofcarbon.com/p/agentics-sometimes-free-isnt-cheap
2•theahura•15m ago•0 comments

Great Filter

https://en.wikipedia.org/wiki/Great_Filter
2•chistev•15m ago•0 comments

An alfred / Raycast clone built with electron

https://astros.cx/download/
1•chuami•16m ago•1 comments

SlopCodeBench: Benchmarking How Coding Agents Degrade over Long, Iterative Tasks

https://arxiv.org/abs/2603.24755
1•softwaredoug•20m ago•0 comments

Does Code Cleanliness Affect Coding Agents?

https://arxiv.org/abs/2605.20049
2•softwaredoug•26m ago•0 comments

When Cognitive Labor Becomes Abundant

https://lifeinthesingularity.com/p/when-cognitive-labor-becomes-abundant
1•mattmcdonagh•28m ago•0 comments

Inventor, Mother, Creator: Grace Hopper

https://planetmainframe.com/2025/09/inventor-mother-creator-grace-hopper/
2•stmw•30m ago•0 comments

Highest-paying jobs in America? Doctors, doctors, more doctors

https://www.usatoday.com/story/money/personalfinance/2026/07/05/highest-paying-jobs-doctors-salar...
1•newsomix9xl•31m ago•0 comments

Ask HN: Why about a third of the submissions become dead in mere minutes?

3•g-b-r•33m ago•8 comments

AI 2027

https://ai-2027.com/?agi=true
1•singularis•37m ago•2 comments

The Bureaucratic Hell of Getting a Job in 2026

https://www.nytimes.com/2026/07/04/opinion/purgatory-job-market.html
3•mooreds•39m ago•0 comments

Show HN: Logo Design for Busy Founders

https://iconicity.cc
1•sim04ful•39m ago•0 comments

'Chinese Dreamcore,' Where Gen Z Relives a Brighter Past

https://www.nytimes.com/interactive/2026/07/05/world/asia/china-nostalgia-dream-core.html
1•mikhael•40m ago•0 comments

Egypt's First Queen

https://archaeology.org/issues/july-august-2026/features/egypts-first-queen/
2•andsoitis•42m ago•0 comments

You May Not Need 8 Hours of Sleep

https://www.nytimes.com/2026/07/05/opinion/sleep-health-8-hours.html
2•dschol•42m ago•0 comments

Vaclav Havel, the Power of the Powerless (1978)

https://kamprint.com/essay/havel.html
2•iamnothere•42m ago•0 comments

Spotify Challenges Prediction Markets After Song Chart Rigging

https://www.bloomberg.com/news/articles/2026-07-02/spotify-challenges-prediction-markets-after-so...
2•mfiguiere•43m ago•0 comments

Share private GitHub/GitLab/Codeberg/Gitea/Gitee repos via secret links for free

https://sharemygit.com/
1•onesandofgrain•50m ago•2 comments

The Backstory of Jiki

https://jiki.io/blog/the-backstory-of-jiki
3•lrae•53m ago•0 comments

The AI Compass Quiz

https://bambamramfan.github.io/ai-compass/
4•ai_critic•53m ago•0 comments

Old car engines find a second life as handmade electric guitars

https://www.designboom.com/design/old-car-engines-second-life-handmade-electric-guitars-vlado-pla...
2•andsoitis•56m ago•0 comments

The mask that compiles to nothing: how HotSpots JIT learned to reason about bits

https://questdb.com/blog/jvm-jit-known-bits/
2•rowbin•56m ago•0 comments

The intelligent hand moves everything: Cavalli on homo faber and future of craft

https://www.designboom.com/design/intelligent-hand-moves-everything-alberto-cavalli-homo-faber-20...
2•andsoitis•58m ago•0 comments

Oh, so that's what a touchstone is [video]

https://www.youtube.com/shorts/Uh4EQ-pqFLw
3•lifeisstillgood•58m ago•0 comments

A Decade at Block, Part 1: The Best Leaders Know Which Details Matter

https://swecareer.substack.com/p/a-decade-at-block-part-1-the-best
1•thathoo•58m ago•1 comments

Pioneer of 'extreme male brain' theory of autism now says phrase unhelpful

https://www.theguardian.com/society/2026/jul/05/autism-extreme-male-brain-simon-baron-cohen
4•bookofjoe•59m ago•0 comments

Ask HN: What is the next step after Nora Sandler's "Writing a C compiler"?

3•xqb64•1h 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.