frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sorites Paradox (Paradox of the Heap)

https://en.wikipedia.org/wiki/Sorites_paradox
2•chistev•1m ago•0 comments

Downed US pilot reported 'jellyfish' drone formation before crash

https://www.cnn.com/2026/06/23/politics/iran-drones-f-15-pilot-intelligence
1•farseer•1m ago•0 comments

Show HN: Neural Particle Automata

https://selforg-npa.github.io/
2•esychology•2m ago•0 comments

Show HN: SharpSkill, a LeetCode alternative built in 15 spoken languages

https://sharpskill.dev/en
1•Enjoyooor•3m ago•0 comments

The secret cause of the industrial revolution

https://www.worksinprogress.news/p/how-smashing-the-nimbys-created-modern
1•bensouthwood•3m ago•0 comments

Dunky State-Machine

https://www.dunky.dev/state-machine
1•ivanbanov•4m ago•1 comments

Show HN: Continuum – an open, local-first memory layer for your Mac

https://github.com/nikhilkagita04/continuum
1•nikhilkagita97•4m ago•0 comments

Most of What You Read on the Internet Is Written by Insane People (2018)

https://old.reddit.com/r/slatestarcodex/comments/9rvroo/most_of_what_you_read_on_the_internet_is_...
2•downbad_•16m ago•0 comments

AI Built a Nuke and Still Lost

https://www.lwilko.com/blog/i-gave-an-ai-a-civilization
2•kensai•17m ago•0 comments

China's CATL bets battery swapping will cut costs for Europe's electric trucks

https://www.ft.com/content/c2175609-d106-4a9c-b6a3-56aac71c569a
2•JumpCrisscross•24m ago•0 comments

Ralph Harness, a tiny guarded loop for coding agents

https://github.com/rxdt/py_ralph_frame
1•rxdt•24m ago•0 comments

Ionos warns of acute capacity shortage in Frankfurt, Germany region

https://cdn.imgtree.co/images/jvJVQIZy.jpg
1•nor0x•30m ago•1 comments

36 Hours with Fable

https://tossrock.substack.com/p/36-hours-with-fable
2•fragmede•30m ago•1 comments

New £1.1B plan to back chip firms, boost computing and skills for the AI

https://www.gov.uk/government/news/a-decisive-shift-to-power-british-ai-new-11-billion-plan-to-ba...
1•rbanffy•30m ago•0 comments

Artificial intelligence-based law firm wins in court

https://www.computerweekly.com/news/366644941/Artificial-intelligence-based-law-firm-wins-in-court
1•TMWNN•33m ago•0 comments

Zero Weights Language Model (MSE-GLM)

https://aircityshops.com/index.php?url=city/mse_blog
2•fodokidza•34m ago•0 comments

I built an AI memory engine in 10 days, then needed a project to prove it works

https://parametric-memory.dev
2•EntityOne•35m ago•0 comments

Show HN: Ideate a trading strategy with an Ex-Citadel Trader

https://sean-but-ai.vercel.app/
9•Entropnt•36m ago•4 comments

Generated this marketing video in just 12 minutes using this tool Clickcast.tech

https://www.youtube.com/shorts/ow0JWuBLCgA
1•clickcasttech•39m ago•0 comments

How to turn compute into a financial asset

https://www.economist.com/finance-and-economics/2026/06/22/how-to-turn-compute-into-a-financial-a...
2•zczc•41m ago•2 comments

How sad should I be about ChatGPT? (2022)

https://robertheaton.com/chatgpt/
1•reasonableklout•41m ago•0 comments

Ask HN: In the age of agentic coding why no one talks about orchestration tools

2•ios-contractor•45m ago•1 comments

Causal Summit

https://causalsummit.com/
2•northlondoner•46m ago•0 comments

Don't waste Claude limits babysitting AI experiments

https://heyneo.com/claude-code
2•gauravvij137•51m ago•0 comments

Show HN: Treating PowerPoint decks like code

https://github.com/sirilsengolraj-source/presentation-skill
1•Sirilsengolraj•51m ago•0 comments

AI Coding Traps Every Engineering Team Should Know

https://jsdevspace.substack.com/p/the-8-ai-coding-traps-every-engineering
2•javatuts•53m ago•0 comments

Show HN: Multiserial – a serial terminal for macOS that does not feel ancient

https://github.com/tpp6me/serial-com-multiplatform
1•praveentp•54m ago•0 comments

Chesterton's Middle Finger

https://www.arp242.net/chestersons-finger.html
1•birdculture•57m ago•0 comments

What is the best coding harness as of June 2026?

1•alxh•57m ago•1 comments

Chattiness

https://www.lrb.co.uk/blog/2026/june/chattiness
1•Michelangelo11•58m 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.