frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The FeverFriend app helps fever to heal your child

https://feverfriend.eu/
1•nikolay•46s ago•0 comments

A vulnerability in OpenReview allows unauthorized access to anonymous identities

https://openreview.net/forum/user%7Cstatement_regarding_api_security_incident
1•Mzxr•1m ago•0 comments

Github.com/Wp-Admin/Index.php

https://github.com/wp-admin/index.php
1•halapro•3m ago•0 comments

Gulper sharks are being killed to make cosmetics. New laws could save them

https://www.cnn.com/science/deepwater-sharks-extinction-protection-laws-c2e-spc
1•breve•4m ago•0 comments

How long would it take an ice hockey puck to travel across London? (daily game)

https://nerdlegame.com/guesswhat/
1•himmelattack•6m ago•1 comments

AZuroNanoOpt v6.1 – Hyper-Compact Edge AI Optimizer

https://test.pypi.org/project/azuronanoopt-kr
1•DREDREG•10m ago•1 comments

Fun with incident data and statistical process control

https://surfingcomplexity.blog/2025/11/27/fun-with-incident-data-and-statistical-process-control/
1•ingve•12m ago•0 comments

DeepChat for Chrome can take actions for user within the browser

https://chromewebstore.google.com/detail/deepchat-chatgpt-sidebar/lhpgkeanbbanaebpobhejoahoknphdhh
1•huang-b62b5756•14m ago•0 comments

Maker Z1 Review: The Ultimate Entry-Level Desktop CNC [video]

https://www.youtube.com/watch?v=8pV940bk2kc
1•Klaster_1•17m ago•0 comments

Artificial Intelligence: A Modern Approach

https://aima.cs.berkeley.edu
1•swatson741•19m ago•0 comments

Show HN: Turn your site into a demo video with one URL

https://autoads.pro
5•lococococo•19m ago•0 comments

A foundation for building tools on the AT Protocol using Unison

https://notes.kaushikc.org/3m6kc5nudgc2x?auth_completed=true
1•todsacerdoti•20m ago•0 comments

I took some random bets in life about what should I do and now I am stuck

1•hopeful_coder•25m ago•0 comments

Duke Nukem 3D running on Arduino matter board

https://community.silabs.com/s/share/a5UVm0000011Q1VMAU/porting-duke-nukem-3d-to-arduino-nano-mat...
4•alejandrosalva•25m ago•0 comments

Ask HN: E-Book or Audio-Book

1•jsxyzb•38m ago•0 comments

Agentic Coding Is Anything But

https://matcohle.me/agentic-coding-is-anything-but/
1•mathewcohle•39m ago•2 comments

Pearly kings and queens of London in their 150th year – photo essay

https://www.theguardian.com/artanddesign/2025/nov/28/pearly-kings-and-queens-of-london-in-their-1...
1•bifftastic•43m ago•0 comments

Show HN: SiteIQ – LLM and Web security testing tool (built by a high schooler)

https://github.com/sastrophy/siteiq
2•sastrophy•45m ago•0 comments

Rethinking Duplication

https://medium.com/@HobokenDays/rethinking-duplication-c1f85f1c0102
3•HideInNews•45m ago•0 comments

Professional Headshots: Why Your Corporate Image Matters More Than You Think

https://www.aiheadshotreviews.com/articles/professional-headshots-guide
1•naveensky•46m ago•0 comments

I build a free gamified image compressor

https://image-compressor-five-azure.vercel.app/
2•uioio•49m ago•0 comments

Account Deletion Request

2•unneutered•50m ago•1 comments

Putin's scientists are creating spy pigeons controlled by brain implants

https://metro.co.uk/2025/11/27/putins-scientists-creating-spy-pigeons-controlled-brain-implants-2...
2•blufish•54m ago•0 comments

Show HN: Open-source RAG server with retrieval visualization (Postgres+pgvector)

https://github.com/jakops88-hub/Long-Term-Memory-API
2•northerndev•55m ago•1 comments

Zero-Setup Java Build Tooling via Mill Bootstrap Scripts

https://mill-build.org/blog/16-zero-setup.html
2•lihaoyi•58m ago•0 comments

What LLM to use today?

https://gusarich.com/blog/what-llm-to-use-today/
1•Gusarich•58m ago•0 comments

Informative, beautiful and deeply human: the underrated art of illustration

https://www.theguardian.com/artanddesign/2025/nov/28/illustration-fine-art-oliver-jeffers-nationa...
2•n1b0m•1h ago•0 comments

Staff at Irish Meta client firm told 400 jobs at risk just ahead of Christmas

https://www.thejournal.ie/meta-job-losses-6887604-Nov2025/
3•austinallegro•1h ago•0 comments

Selectorate Theory

https://en.wikipedia.org/wiki/Selectorate_theory
2•thunderbong•1h ago•0 comments

Amazon turned our capitalist era of free markets into age of technofeudalism

https://www.theguardian.com/commentisfree/2025/nov/27/amazon-capitalist-era-free-markets-age-tech...
4•n1b0m•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•6mo 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.