frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How Cathode Ray Tubes Work [video]

https://www.youtube.com/watch?v=3A-Td0i4_Kc
1•susam•1m ago•0 comments

Kaiser nurses say AI, workplace surveillance are making their jobs, care worse

https://localnewsmatters.org/2026/07/15/kaiser-nurses-say-ai-workplace-surveillance-are-making-th...
2•gnabgib•6m ago•0 comments

Solving Dexterity: A Full-Stack Approach

https://www.mimicrobotics.com/blog/solving-dexterity-a-full-stack-approach
2•anonfunction•6m ago•0 comments

Maintaining the code of the man who wrote "How To Write Unmaintainable Code"

https://github.com/lexvalo/mini-pad-submitter-revived
1•birdculture•9m ago•0 comments

Facebook Anonymous

1•Jackloloma•9m ago•1 comments

Netflix Paid $587M for Ben Affleck's AI Company

https://www.hollywoodreporter.com/business/business-news/netflix-price-ben-affleck-ai-company-rev...
1•Sgt_Apone•10m ago•0 comments

Torvalds: 'AI Is a Tool, Just Like Other Tools. It's Clearly a Useful One'

https://daringfireball.net/linked/2026/07/17/torvalds-on-ai
3•frizlab•13m ago•2 comments

MG Siegler: 'OpenAI Makes ChatGPT ChatGPT Again'

https://daringfireball.net/linked/2026/07/17/chatgpt-siegler
1•frizlab•16m ago•0 comments

HKT Launches Data Centre AI Superhighway in Hong Kong

https://datacentremagazine.com/articles/hkt-launches-data-centre-ai-superhighway-in-hong-kong
1•ksec•16m ago•1 comments

A toy diffusion model for text gen using Karpathy's shakespear data

https://blog.strayforge.com/posts/discrete-diffusion/
1•litlig•18m ago•0 comments

The CDC Has a Cyclospora Lab. DOGE Downsized It Last Year

https://www.wired.com/story/cdc-cyclospora-lab-doge-downsized-it-last-year/
4•cdrnsf•19m ago•1 comments

WordPress – Polls for ActivityPub

https://wordpress.org/plugins/polls-for-activitypub/
1•8organicbits•21m ago•0 comments

The US Grocery Slowdown Is Real

https://www.bain.com/insights/the-us-grocery-slowdown-is-real-snap-chart/
10•toomuchtodo•22m ago•4 comments

AirDows – Instant P2P file and clipboard sharing between devices

https://airdows.com
1•SamOkampo•25m ago•0 comments

HollowByte DDoS flaw bloats OpenSSL server memory with 11-byte payload

https://www.bleepingcomputer.com/news/security/hollowbyte-ddos-flaw-bloats-openssl-server-memory-...
1•sbulaev•26m ago•0 comments

Claude Fable 5 vs. Kimi K3 vs. GPT 5.6 Sol [video]

https://www.youtube.com/watch?v=iGNNgzUumoY
1•amrrs•27m ago•0 comments

Show HN: PrintBlocks – API and MCP server for your thermal printer

https://gian-reto.github.io/print-blocks/
1•gian-reto•28m ago•0 comments

Investigating Flock: America's Mass Surveillance Company [video]

https://www.youtube.com/watch?v=S3MQLlMbS-Y
2•oceansky•30m ago•0 comments

What does the Riemann zeta function have to do with the distribution of primes?

https://hidden-phenomena.com/articles/rh
2•mb1699•30m ago•0 comments

Show HN: A local browser extension that protects critical thinking from LLM's

https://frog1230.itch.io/mind-shield
1•Frog1230•34m ago•0 comments

JobLog

https://myjoblog.app/
1•Fedot•35m ago•2 comments

Two critical SQLi vulnerabilities in WordPress

https://wordpress.org/news/2026/07/wordpress-7-0-2-release/
1•nikcub•39m ago•0 comments

Necklace

https://en.wikipedia.org/wiki/Necklace_(combinatorics)
1•barrister•42m ago•0 comments

TP-Link Kasa cameras leaked home GPS via unauthenticated UDP for 6 years

https://github.com/BadChemical/IoT-Vulnerability-Research-Public/blob/main/TP-Link_Kasa_EC71/Kasa...
3•BadChemical•50m ago•0 comments

US seeks share of Korean chipmakers' 'excess profits'

https://www.koreatimes.co.kr/business/tech-science/20260716/us-seeks-share-of-korean-chipmakers-e...
15•scrlk•50m ago•1 comments

Show HN: Re:Likes – open-source library to be particular about reactions to text

https://relikes.com/#demo
1•kotoverse•51m ago•0 comments

Show HN: Learn hadware digital design online (VHDL, systemverilog)

https://risingedge.pro
3•wozniakpawel•52m ago•1 comments

Hegseth wants a "High-T" military; doctors call it a clinical minefield

https://arstechnica.com/health/2026/07/hegseth-wants-a-high-t-military-doctors-call-it-a-clinical...
7•duxup•56m ago•2 comments

Relay.app will be shutting down

https://www.relay.app/
3•qainsights•56m ago•1 comments

Advanced Security Alerting with DuckDB and Delta Lake – Clickdetect

https://medium.com/@souzo/advanced-security-alerting-with-duckdb-and-delta-lake-clickdetect-8041a...
1•souzo•57m ago•0 comments
Open in hackernews

Git Changesets

https://github.com/changesets/changesets
20•kaishiro•1y ago

Comments

LordDragonfang•1y ago
The title made me think this was an official feature of git or maybe GitHub, but it's entirely unrelated - in fact, the readme doesn't even mention git.

I'd suggest changing the title to actually use the project tagline: "Changesets - versioning and changelogs with a focus on monorepos" (possibly s/with a focus on/for/)

(@dang @tomhow)

nemetroid•1y ago
From the "detailed explanation" document (my emphasis):

> When organising the release of packages, you may end up wanting to group several changes together written by different people and/or over a relatively large period of time. The best time to capture this information is when submitting a PR (when it is fresh in your mind), not when you eventually go to batch and release these changes.

> Git is a bad place to store this information, as it discourages writing detailed change descriptions - you want to allow people to provide as much documentation for the change as they want.

How does Git discourage writing detailed change descriptions? Is this a Github thing, i.e. the web UI workflows discourage it? I use Git a lot but barely use Github.

https://github.com/changesets/changesets/blob/main/docs/deta...

thealistra•1y ago
So much words in the docs. So little explanation of why