frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Succession – Agent Lineage Evolution for an Agentic World

https://danieltan.weblog.lol/2026/04/succession-ale-for-an-agentic-world
1•danieltanfh95•1m ago•0 comments

Motorola USB OTG Problems (2023)

https://goughlui.com/2025/09/20/notes-motorola-moto-g84-5g-usb-otg-problems-bad-vbus/
1•goodburb•2m ago•0 comments

Gemini CLI accessed outside permited directory, then admits fault

https://twitter.com/i/status/2041317025583374376
1•yowayb•4m ago•1 comments

How Plausible Is 'Project Hail Mary'? Astrophysicists Have Thoughts

https://www.nytimes.com/2026/04/04/movies/project-hail-mary-scientific-accuracy.html
3•bookofjoe•7m ago•1 comments

Solod – A Subset of Go That Translates to C

https://github.com/solod-dev/solod
2•TheWiggles•9m ago•0 comments

Memory poisoning in AI coding agents

https://github.com/asamassekou10/ship-safe
1•asamassekou•9m ago•0 comments

Goodbye, middle managers. Hello, 'player-coaches' and 'org leads'

https://www.businessinsider.com/meta-block-managers-player-coaches-org-leads-2026-4
1•indigodaddy•14m ago•1 comments

Report: Apple has shifted 40% of planned MacBook production capacity to Vietnam

https://twitter.com/dnystedt/status/2041310255305642278
2•ilamont•24m ago•0 comments

Feynman: Open-source AI research agent

https://www.feynman.is/
1•m_kos•28m ago•0 comments

TraceFix – A simple tool to trace issues from logs faster

https://tracefix.vercel.app/
1•skillsettler•36m ago•1 comments

I made Claude slower and it changed how I use it

https://www.xda-developers.com/i-made-claude-slower-and-it-completely-changed-how-i-use-it/
1•NicoJuicy•42m ago•0 comments

Coexilia: Master Hash Manifest (v1.0)

https://archive.org/details/coexilia-master-hash-manifest-v-1.0
1•aegissolis•45m ago•0 comments

Analysis finds geometric thinking may come from wandering

https://phys.org/news/2026-04-analysis-geometric-human-math-module.html
2•pseudolus•47m ago•0 comments

You've Been Lied to About DNA Evidence [video]

https://www.youtube.com/watch?v=9okaPzpVhmM
1•gmays•48m ago•1 comments

The Hacker News Tarpit

https://www.joanwestenberg.com/the-hacker-news-tarpit/
4•sonicrocketman•49m ago•1 comments

Ask HN: Has your company implemented agentic coding?

2•ronbenton•49m ago•0 comments

Agentic memory: the field is converging – but we're measuring the wrong thing

1•liamsfr•51m ago•0 comments

Fujitsu One Compression

https://FujitsuResearch.github.io/OneCompression/
3•gmays•52m ago•0 comments

Show HN: Invariant – pre-execution control layer for agentic workflows

https://invariant.me
1•iq19zero•52m ago•0 comments

Show HN: Separating work and play in Claude Code

https://github.com/diranged/claude-profile
2•diranged•54m ago•0 comments

Goldman Sachs to laid-off tech workers: take time, earnings loss to find new job

https://finance.yahoo.com/news/goldman-sachs-blunt-warning-to-laid-off-tech-workers-it-will-take-...
5•pseudolus•54m ago•4 comments

NY Yankees' torpedo bat is the same as regular bat

https://news.wsu.edu/press-release/2026/04/02/science-confirms-torpedo-bat-works-as-well-as-regul...
3•geox•54m ago•0 comments

Show HN: Knowledge Bases for AI/Human Sharing

https://akuna.software/introduction
1•smissingham•54m ago•0 comments

High AI judgment consistency does not mean high reasoning quality (preprint)

https://zenodo.org/records/19446064
1•h_hasegawa•58m ago•0 comments

Hello World

https://apod.nasa.gov/apod/ap260404.html
2•beatthatflight•58m ago•1 comments

Show HN: Where Is Artemis? Realtime open source 3D tracker for Artemis 2 mission

https://where-is-artemis.com
1•mareko•59m ago•0 comments

OpenAI's vision for the AI economy: public wealth funds, robot taxes, and more

https://techcrunch.com/2026/04/06/openais-vision-for-the-ai-economy-public-wealth-funds-robot-tax...
2•evo_9•1h ago•0 comments

Factory Makes the Most Expensive Stuff [video]

https://www.youtube.com/watch?v=jjp3WC8Unj8
1•chilipepperhott•1h ago•0 comments

Show HN: Physical constants from 2 integers – MIT, 1225 tests, falsifiable

https://bpr.thestardrive.com
2•iq19zero•1h ago•0 comments

Sourcehut disrupted due to DDoS attack

https://status.sr.ht/issues/2026-04-06-ddos-attack/
1•0xsn3k•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•10mo 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.