frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Best TTS models, a blind benchmark

https://techstackups.com/articles/best-tts-2026-blind-benchmark/
1•sixhobbits•3m ago•0 comments

West Coast Cities Turn to Vacancy Taxes to Grapple with Housing Crisis

https://www.theurbanist.org/west-coast-cities-turn-to-vacancy-taxes-to-grapple-with-housing-crisis/
1•harambae•7m ago•0 comments

Rank My Salary

https://rankmysalary.com
3•zakkishahh•7m ago•0 comments

A collection of small, low stakes and low effort tools

https://delphi.tools/
1•anyonecancode•8m ago•0 comments

Ask HN: I only use 30% of my Claude max x5 all model quota

2•firemelt•9m ago•0 comments

Cheap attack drones break through Israel's Iron Dome

https://www.dw.com/en/cheap-attack-drones-break-through-israels-iron-dome/a-77235132
2•Teever•11m ago•0 comments

Machine Code For Beginners (1983) [for the Z80/6502]

https://drive.google.com/file/d/0Bxv0SsvibDMTcHNXalEtYkVtU00/view?resourcekey=0-YtCcUG7ytBL-ls8gc...
3•peter_d_sherman•12m ago•0 comments

AI poses "urgent threat" to student learning and the HSC

https://www.smh.com.au/national/nsw/ai-poses-urgent-threat-to-student-learning-and-the-hsc-202605...
1•classichasclass•13m ago•0 comments

Spoqify – Un-personalize your Spotify playlists

https://spoqify.com/
4•eiiot•18m ago•1 comments

Curing US Healthcare, Part III: The Future

https://paulkrugman.substack.com/p/curing-us-healthcare-part-iii-the
1•rbanffy•20m ago•0 comments

Show HN: Simple Sprite Sheet Generation

https://github.com/acatovic/ai-game-studio
1•armcat•22m ago•0 comments

The political polarization of health outcomes in the USA

https://www.nature.com/articles/s41562-026-02474-9
3•geox•23m ago•0 comments

Show HN: 18 y/o – built the world's first behavioural intelligence platform

https://www.assemblr.net/
1•adityahv•25m ago•0 comments

Ask HN: Why didn't the C64 come with Simons' BASIC in the box from 1983 onward?

1•amichail•25m ago•0 comments

Why Physical Reality Is a Collective Construction

https://mimetra.com/blog/consciousness-fusion/
2•mw67•26m ago•0 comments

I am not a black belt

https://rodolphoarruda.pro.br/i-am-not-a-black-belt/
2•rodolphoarruda•28m ago•0 comments

The Leader of NASA's Artemis II Mission Is Still Moonstruck

https://www.newyorker.com/news/the-new-yorker-interview/the-leader-of-nasas-artemis-ii-mission-is...
1•fortran77•28m ago•0 comments

Show HN: Worldnotes – infinite notes in-browser canvas

https://github.com/AlexMason/worldnotes
1•recursivegirth•30m ago•0 comments

Machine: Never run NPM install on your computer

https://runmachine.dev/
1•katspaugh•30m ago•0 comments

Object-Store Native Databases

https://www.opendata.dev/docs
1•alex_hirner•32m ago•1 comments

The Next Computer Is Alive

https://www.reloadnyc.com/the-ai-shuffle/
2•smesser•34m ago•0 comments

Show HN: Brew-browser – A native macOS GUI for Homebrew

https://github.com/msitarzewski/brew-browser
1•msitarzewski•34m ago•0 comments

Did Amphetamines Help Erdős?

https://aleph.se/andart2/math/did-amphetamines-help-erdos/
1•wslh•36m ago•0 comments

The AI Bifurcation of Tech: Why the fundamentals matter more

https://neevash.com/blog/tech-bifurcation-and-the-0.5-layer
2•Nash0x7e2•37m ago•1 comments

A History of Obituaries in American Newspapers

https://blogs.loc.gov/headlinesandheroes/2026/05/mourn-not-a-history-of-obituaries-in-american-ne...
1•NaOH•37m ago•0 comments

Decree 770

https://en.wikipedia.org/wiki/Decree_770
1•mmh0000•38m ago•0 comments

Study of AI use by undergrads revealing disparities in access – and in cheating

https://news.berkeley.edu/2026/05/21/the-largest-study-of-ai-use-by-undergrads-is-in-revealing-di...
1•ChrisArchitect•38m ago•1 comments

When Generation Becomes Cheap, Selection Becomes Governance

https://lospino.so/blog/sunday-field-notes/the-workshop-has-changed/
2•jalospinoso•39m ago•0 comments

DHS says ICE has 'no relationship' with spyware maker Paragon Solutions

https://www.npr.org/2026/05/22/nx-s1-5831577/dhs-ice-spyware-paragon
3•devonnull•41m ago•0 comments

San Francisco Buried Treasure Has Been Found. Stop Hunting

https://www.buriedtreasuresf.com/solution
3•ChrisArchitect•41m 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.