frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trusting-Trust Attack Against a Linux Distribution Through Binary Manipulation

https://arxiv.org/abs/2607.24888
1•signa11•1m ago•0 comments

GnuTLS: Adding certificates to a valid chain causes SIGNER_NOT_FOUND

https://gitlab.com/gnutls/gnutls/-/work_items/1953
1•ashkulz•2m ago•0 comments

World Postcard Day (October First)

https://worldpostcardday.com/
1•Tomte•6m ago•0 comments

Monocards: Turn your agent into an on-brand visual designer

https://monocards.app/
1•welsenesbros•7m ago•0 comments

Astra can keep notes across context windows

https://twitter.com/gabrielchua/status/2096097151524978891
1•tosh•12m ago•0 comments

GateKeep402, Deterministic pre-payment guardrails for AI agents

https://github.com/al1-nasir/gatekeep402
1•al1nasir•12m ago•0 comments

Claude-API-guard, a CI check that catches Claude/OpenAI SDK breaking changes

https://github.com/MarkMoneyMan/Claude-api-goat
2•MarkMoneyMan•13m ago•0 comments

Remember Filmstrips? These Dedicated Souls Are Racing to Save Them

https://www.nytimes.com/2026/09/04/movies/filmstrips-archives.html
1•bookofjoe•13m ago•1 comments

X blocks Twitter from using 'Twitter' name

https://www.reuters.com/legal/litigation/x-corp-blocks-social-media-startup-using-twitter-name-20...
1•gverrilla•15m ago•0 comments

Tesla's stock drops 6% as Cybercab update 'underwhelms' Wall Street

https://www.cnbc.com/2026/09/04/teslas-stock-drops-as-cybercab-update-underwhelms-nhtsa-probe.html
1•1vuio0pswjnm7•15m ago•0 comments

Math Academy Eurisko, 5 Yrs Ltr: Student Outcomes from High School Math/CS Track

https://www.justinmath.com/math-academys-eurisko-sequence-5-years-later/
2•melvinroest•16m ago•1 comments

Seattle Times, Newsday sue OpenAI, Microsoft, alleging copyright infringement

https://www.reuters.com/legal/government/seattle-times-newsday-sue-openai-microsoft-alleging-copy...
2•1vuio0pswjnm7•16m ago•0 comments

Python 3.15.0 candidate 2 is here

https://blog.python.org/2026/09/python-3150-rc2/
1•asterwise•18m ago•0 comments

A simple cron-like job scheduling library for Rust

https://github.com/lholden/job_scheduler
1•Bluestein•18m ago•0 comments

Authors Wrangle with Publishers over $1.5B Anthropic A.I. Settlement

https://www.nytimes.com/2026/09/05/books/anthropic-settlement-ai-copyright-books.html
1•sbulaev•19m ago•0 comments

Show HN: I ate diet catering for a year and gained 5kg, so I built this

1•miemex•19m ago•0 comments

From Inbound to Outbound –> use it wisely

https://callprep.app/
2•AIcallprepapp•24m ago•1 comments

Redium

https://github.com/rolandbrake/Redium
1•rolandbrake•24m ago•0 comments

"Trust, not features, is the real deficit": VMware tries to appease SMBs

https://arstechnica.com/information-technology/2026/09/trust-not-features-is-the-real-deficit-vmw...
2•joozio•25m ago•0 comments

CSS for Printing to Paper (2025)

https://voussoir.net/writing/css_for_printing
2•Tomte•25m ago•0 comments

Violent Anti-Tech Extremism Has Roots in History

https://www.techpolicy.press/violent-antitech-extremism-has-roots-in-history/
2•DeepLogin•27m ago•0 comments

UN approves world map reflecting true size of Africa

https://www.dw.com/en/un-approves-world-map-reflecting-true-size-of-africa/a-79040629
1•6581•29m ago•0 comments

The NX bit is not just about security

https://purplesyringa.moe/blog/guest/the-nx-bit-is-not-just-about-security/
1•theanonymousone•32m ago•0 comments

Escaping CreateProcess() Arguments on Windows

https://holyblackcat.github.io/blog/2026/09/05/escaping-createprocess-arguments.html
1•leduyquang753•34m ago•0 comments

Show HN: I built an AI that audits businesses. It's first job was to catch me

https://www.moltybeeai.com/#pricing
3•DIMAZA•38m ago•0 comments

Reverse engineering the Meta RayBan Stories to avoid using Meta AI spyware

https://github.com/KonradIT/storiesclient
2•konraditurbe•40m ago•1 comments

Open Source WebRTC baby monitor (use 2 old smartphones)

https://baby.schatzschloss.de/start.html
1•mrnicegyu11•41m ago•0 comments

Laws of Software Project Management

https://www.lucasfcosta.com/blog/laws-of-software-project-management
1•lucasfcosta•44m ago•0 comments

Microsoft's MAI-Transcribe-2 Undercuts OpenAI, Google and ElevenLabs

https://venturebeat.com/infrastructure/microsoft-ais-mai-transcribe-2-undercuts-openai-google-and...
1•JumpCrisscross•45m ago•0 comments

Palestine Shadow Library

https://monoskop.org/Palestine_Shadow_Library
1•joebig•46m 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