frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What company could create an iOS/Android competitor worth adopting?

4•pwython•46m ago•1 comments

Ask HN: Is it just me, or is software buggier across the board?

42•kadhirvelm•1h ago•49 comments

GitHub is starting to lockdown some of the previously public data

6•punkpeye•1h ago•4 comments

Ask HN: What Are You Working On? (July 2026)

274•david927•2d ago•1066 comments

Ask HN: Does language complexity affect reasoning?

4•zecice•1h ago•1 comments

I reverse-engineered the three biggest agent-memory tools

2•pauliusztin•3h ago•2 comments

Ask HN: Question regarding personal knowledge management

2•diarrheaasmr•5h ago•4 comments

Ask HN: Add flag for AI-generated articles

1079•levkk•2d ago•453 comments

Ask HN: How do you do marketing in the age of slop?

8•probst•5h ago•10 comments

Ask HN: Anyone Else Burnt Out?

6•lmpdev•7h ago•2 comments

Does disposable or temp accounts hurt the business of SaaS or app? How?

3•YPANDAR•2h ago•2 comments

Ask HN: Should I do a CS masters at Cambridge or start as a new grad at Amazon?

27•sspehr•1d ago•91 comments

ChatGPT Remote Connection Failure

3•tumidpandora•14h ago•2 comments

Ask HN: Is HN comments used to train AI models?

4•roschdal•49m ago•3 comments

Ask HN: How useful is Gemini for Google Apps?

3•cobbzilla•15h ago•3 comments

Ask HN: US Equivalent of Anabin?

2•xqb64•1d ago•2 comments

Ask HN: How can I publish a paid app to Google Play without giving up my privacy

3•SamCoding•18h ago•5 comments

Ask HN: A DC Powered Home?

4•dhosek•19h ago•7 comments

Ask HN: How do you use Vim in the era of AI?

48•rstagi•5d ago•95 comments

Ask HN: Advice for first-year CS students?

9•jassembk•21h ago•18 comments

I want to build an OTT app. Where should I start?

4•ibuld•1d ago•3 comments

Ask HN: Any objective research on which languages are best for AI agents?

5•mwigdahl•1d ago•6 comments

Ask HN: How do you keep up with news in a particular sector?

2•doruk101•1d ago•13 comments

Ask HN: Using X vs. LinkedIn?

4•lalithaar•1d ago•4 comments

Ask HN: Can someone build open source Claude tag please?

2•lalithaar•1d ago•1 comments

Ask HN: Should I Promote My SaaS to get first 100 Customers without budget

8•HSK11•1d ago•18 comments

Tell HN: Up/downvotes of comments on HN are silently ignored when using Tor

7•fsflover•1d ago•11 comments

You've reached the end!

Open in hackernews

GitHub is starting to lockdown some of the previously public data

6•punkpeye•1h ago
I woke up to an alert about a database anomaly: one of the tables that we use to track stargazers was suddenly empty.

Turns out GitHub quietly made the endpoint that fetches stargazers return an empty response.

https://github.blog/changelog/2026-06-30-upcoming-access-restrictions-to-public-api-endpoints-and-ui-views/

No email or any other warning was shared with developers.

Because we were overriding stargazers every time we fetch them, this resulted in wiping all the data that we have collected over the years. In our case, this data was used to customize user experience when browsing MCP server catalog – GitHub served as the source of truth of their 'favorite servers' – a completely legitimate use case to building a community around GitHub's public data. Many more use cases like this exist.

In GitHub's own words, they are doing this to prevent "spam", but this is really just GitHub increasingly gatekeeping their data and community. Sadly, the platform that was built for open-source is no longer open.

Comments

ayarseus•1h ago
I wonder how much of their recent downtime can be attributed to the scrapers and other "automated" traffic they'd be getting these days
punkpeye•1h ago
This data was available via API endpoints, not something that needed scraping.
gnabgib•1h ago
Discussions:

GitHub Has Restricted Access to Star Data (13 points, 9 days ago, 6 comments) https://news.ycombinator.com/item?id=48808280

Ask HN: Is GitHub preparing to go behind a login wall? (57 points, 7 days ago, 41 comments) https://news.ycombinator.com/item?id=48821803

punkpeye•1h ago
This did not get enough attention.

Does anyone know what was the precise date when this change was rolled out?