frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Removing React.js from the codebase and adapting Htmx for UI interactivity

https://misago-project.org/t/removing-reactjs-from-the-codebase-and-adapting-htmx-for-ui-interact...
1•Ralfp•1m ago•0 comments

Why I Left Google DeepMind

https://www.lesswrong.com/posts/iKm2FhpWkuuBojm82/why-i-left-google-deepmind
1•eatitraw•3m ago•1 comments

"Please just use plain English, I don't understand what you're saying."

https://twitter.com/mykola/status/2081450468178579594
1•alediaferia•3m ago•0 comments

Show HN: Agent Console – A Local Dashboard for Codex and Claude Code

https://github.com/buhuipao/agent-console
1•buhuipao•4m ago•0 comments

Brief notes on the OpenAI/Hugging Face incident

https://abstatisticalconsulting.substack.com/p/brief-notes-on-the-openaihugging
1•eatitraw•6m ago•0 comments

Resumepilot

https://resumpilot-xtlr.bolt.host
1•ibrahemalghazy•10m ago•0 comments

Absolute Truths I Unlearned as Junior Developer (2019)

https://monicalent.com/blog/2019/06/03/absolute-truths-unlearned-as-junior-developer/
1•downbad_•11m ago•0 comments

Heartbeats and Heart Attacks (2016)

https://tabletopwhale.com/2016/10/19/heartbeats-and-heart-attacks.html
1•downbad_•12m ago•0 comments

Teaching LLMs to Update Beliefs for Efficient Long-Horizon Interaction

https://bair.berkeley.edu/blog/2026/07/26/abbel/
1•SVI•14m ago•0 comments

Replacing gas stove can help asthmatics as much as some drugs, US experts find

https://www.theguardian.com/environment/2026/jul/24/replacing-gas-stove-can-help-asthmatics-as-mu...
2•u1hcw9nx•19m ago•0 comments

The Alice and Bob After Dinner Speech (1984)

https://hex.ooo/library/alicebob.html
1•kamma4434•20m ago•0 comments

TV presenter and comedian Bill Oddie dies at 85

https://www.bbc.co.uk/news/articles/cjejw8pq5elo
1•zeristor•21m ago•3 comments

Mirelba II

https://medium.com/luminasticity/mirelba-ii-1d3fcb3b0926
1•bryanrasmussen•25m ago•0 comments

Stop Pathologizing Ordinary Life

https://www.nytimes.com/2026/07/26/opinion/mental-health-exercise-charity.html
3•Michelangelo11•30m ago•0 comments

Show HN: NameThatUI – A quiz game to test your UI design knowledge

https://namethatui.org/
1•tangjei•31m ago•0 comments

You can view a lot of shared conversations via Google

https://old.reddit.com/r/ClaudeAI/comments/1v6fiyj/you_can_view_a_lot_of_shared_conversations_via/
1•tamnd•34m ago•0 comments

AI YouTube Video Generator: From Content Creation to Scalable Video Production

https://textideo.com/use-cases/youtube
1•cloaud•35m ago•0 comments

Shay Locomotives

https://www.shaylocomotives.com/
1•Rygian•36m ago•0 comments

FICC Curves and Surfaces Are Built

https://medium.com/@DolphinDB_Inc/the-hidden-foundation-of-pricing-and-risk-how-ficc-curves-and-s...
1•CrazyTomato•40m ago•0 comments

Logic 2010

https://logiclx.humnet.ucla.edu/
1•let_rec•42m ago•0 comments

Chinese chipmaker shares surge 470%

https://www.bbc.com/news/articles/c9q9w3x9qn2o
6•pingou•48m ago•0 comments

The Future According to LLMs

https://www.thefutureaccordingtoai.com/
3•superted•52m ago•3 comments

VLC for Unity now supported on Linux

https://code.videolan.org/videolan/vlc-unity
4•martz•53m ago•1 comments

RS-485

https://en.wikipedia.org/wiki/RS-485
1•doener•54m ago•0 comments

SimpleDMARC – DMARC monitoring that turns the raw XML reports into plain English

https://simpledmarc.com/
1•maniargaurav•57m ago•0 comments

Show HN: Gitwig – Mouse-drivable Git TUI and multi-repo dashboard in Rust

https://gitwig.dev/
1•tareqmy•58m ago•0 comments

China memory chipmaker CXMT's shares soar in blockbuster listing

https://www.euronews.com/business/2026/07/27/china-memory-chipmaker-cxmts-shares-soar-in-blockbus...
4•amelius•59m ago•0 comments

ZeroEntropy Joins Notion

https://zeroentropy.dev/articles/zeroentropy-is-joining-notion/
1•kisamoto•1h ago•0 comments

The Indie Hacker Economy Is a Pyramid Scheme

https://medium.com/westenberg/the-indie-hacker-economy-is-a-pyramid-scheme-d06cb5789648
7•latexr•1h ago•0 comments

China State Media Says Support for Open AI Models Has Limits

https://www.bloomberg.com/news/articles/2026-07-27/china-state-media-says-support-for-open-ai-mod...
2•maxloh•1h 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.