frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Atlantic hurricane season is looking like a dud

https://arstechnica.com/science/2026/08/this-atlantic-hurricane-season-is-looking-like-a-dud-but-...
1•susiecambria•3m ago•0 comments

Label your AI writing as AI writing

https://www.raymondyxu.com/blog/labelYourAIWritingAsAIWriting
1•greenfish6•3m ago•0 comments

The Marpa Parser

https://jeffreykegler.github.io/Marpa-web-site/
2•peter_d_sherman•7m ago•0 comments

Extreme Privacy, or stay like everyone else?

https://qlain.online/blog/extreme-privacy
2•etoql•7m ago•0 comments

Ask HN: What Is Intelligence?

1•lotaezenwa•10m ago•2 comments

Good Evals Are Boring

https://langfuse.com/academy/evaluate/writing-evaluators
1•lotteverh•10m ago•0 comments

The End of Critical Thinking and Rise of Collective Stupidity – Carlo Cipolla

https://www.youtube.com/watch?v=RQ1jkLgjFq4
1•cable2600•10m ago•0 comments

The Essential Question: "What should I read next?"

https://thenewcuriosityshop.substack.com/p/the-essential-question
1•benbreen•12m ago•0 comments

An AI model from Meta also hacked another company during testing

https://www.cnn.com/2026/08/05/tech/meta-ai-hacking
1•simonw•12m ago•0 comments

LFM2.5-Encoders for Fast Long-Context Inference on CPU

https://huggingface.co/blog/LiquidAI/lfm2-5-encoders
1•gmays•13m ago•0 comments

COVID can wake up a slew of dormant viruses inside you

https://www.nature.com/articles/d41586-026-02443-2
3•amichail•13m ago•0 comments

Free-Living Cells May Have Emerged Twice as Bacteria and Archaea Diverged

https://phys.org/news/2026-08-life-free-cells-emerged-bacteria.html
2•jandrewrogers•15m ago•0 comments

How to Give AI Agent a Memory That Survives the Session

https://medium.com/@vektormemory/how-to-give-ai-agent-a-memory-that-survives-the-session-116f69c2...
1•vektormemory•17m ago•0 comments

Support queue is a documentation audit

https://www.knowledgeowl.com/blog/posts/support-queue-as-docs-audit
1•eigenBasis•18m ago•0 comments

ATS Job API Reference: nine applicant tracking systems, verified live

https://conorscode.github.io/ats-api-reference/
1•Wevegotscrapys•20m ago•0 comments

Is M365 Copilot sending some prompts to Anthropic?

https://thatrobot.ai/claude-residency-gap-m365-copilot/
1•soundworlds•21m ago•1 comments

We spend $45,000 on doing more weird every month

https://posthog.com/blog/on-doing-more-weird
1•herbertl•21m ago•0 comments

4 Fundamental constants reveal minimum scales where physics ends: Planck scale

https://www.youtube.com/watch?v=IPnmssrwGcg
1•lioeters•22m ago•0 comments

What I think about when I edit blog posts

https://ianv.substack.com/p/what-i-think-about-when-i-edit-blog
1•herbertl•23m ago•0 comments

Generalized Consensus: An Alternate Approach to Distributed Durability (2025)

https://multigres.com/blog/generalized-consensus
1•zX41ZdbW•24m ago•0 comments

OpenAI gives first detailed debrief of the Hugging Face incident at Black Hat

https://www.groundlevel-ai.com/p/openai-gives-first-detailed-debrief
2•josephwegner•28m ago•2 comments

Proposing a new lower bound for n=17 square packing problem

https://twitter.com/samb_tech/status/2085158495569977636
2•sam-bee•33m ago•1 comments

The Planck Scale with Countable Measure for All Quantities of Length and Time

https://vixra.org/abs/2212.0215
1•lioeters•35m ago•0 comments

The Mentor: How Roy Cohn Taught Donald Trump Everything

https://www.newyorker.com/magazine/2026/08/10/roy-cohn-profile
3•petethomas•37m ago•0 comments

Show HN: Clank Cut – Let your coding agent make video walkthroughs

https://www.clankcut.com
1•hamzers•37m ago•0 comments

TechCrunch Launch: Outernet turns your scrolling into IRL adventuring

https://techcrunch.com/2026/08/03/outernet-turns-your-saved-posts-into-real-world-adventures/
2•rawandferal•38m ago•0 comments

Prime Agent a general-purpose coding harness. On ARC-AGI-3 scored 95.5%

https://x.com/PrimeIntellect/thread/2085087002769379520
2•mromanuk•42m ago•0 comments

Relativistic Algebra over Finite Ring Continuum

https://doi.org/10.3390/axioms14080636
2•lioeters•42m ago•0 comments

How to build an agent to automate your on-call

https://12gramsofcarbon.com/p/agentics-how-we-use-background-agents
1•theahura•43m ago•0 comments

Symbolics Genera now available free for non-commercial use (inv-only early beta)

https://hachyderm.io/@gmpalter/117044268951603975
2•self•43m 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.