mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#commits

1 Beitrag1 Beteiligte*r0 Beiträge heute

"This transparency transforms git history from a record of changes into a record of intent" says this article from Max Mitchell.

maxemitchell.com/writings/i-re

He applauds developers who include the original prompts to commit messages for AI generated code, saying it's "a new form of documentation that bridges human reasoning and machine implementation".

It's not so new though. There's a long history of a few developers desperately trying to get their colleagues to answer one simple question in commit messages:

"WHY?!?"

Max Mitchell · Max Mitchell's Personal Portfolio WebsiteVon Max Mitchell
#git#commits#AI

alojapan.com/1224717/reigning- Reigning World Champ Masanosuke Ono of Japan commits to Penn State Wrestling #black #Champ #commits #diaries #FrontPage #Japan #JapanNews #masanosuke #news #of #Ono #penn #PennStateWrestling #reigning #shoe #state #to #world #wrestling Hardly 36 hours after posterizing the NCAA tournament record books, Penn State Wrestling picked up one of the most both unlikely and impressive recruiting commitments imaginable. A 20 year old Masanosuke Ono wa…

I just looked back at my open source commits that made in 2024.

I made 7th and 2nd biggest changes to Linux kernel memory management subsystem among the 340 people, in terms of lines of changes (2,347) and commits (102).

For the Linux kernel whole tree, the numbers become 235-th (3,754 lines) and 74th (150 commits) among 5,278 people.

I also made around 45,000 lines of changes with around 2,500 commits for non-Linux open source projects.

For more details, disclaimers, and the source code for the numbers: https://sjp38.github.io/post/my_opensource_commits_stat_2024/

#linux #kernel #mm #damon #damo #hkml #perfook_ko-kr #lazybox #2024 #commits #statistic
hacklog · My opensource commits statistics in 2024 | hacklogAs today is the last day of 2024, I checked my open source commits statistics using my simple and buggy scripts. Similar statistics for 2023 is available at another post. Note that the script may have bugs, and numbers don’t tell everything. In short, I made 7th and 2nd biggest changes to Linux kernel memory management subsystem among the 340 people, in terms of lines of changes (2,347) and commits (102).

#proTip: When you open a file of #code to edit it, fill in the #commitMessage with the goal of the changes you want to make in your #versionControl interface.

After you make your changes, only "Add" the changes necessary to accomplish the goal in the commit message; anything else should go in a separate #commit.

This keeps you focused on the task, and prevents your #commits from getting polluted with unrelated work that may confuse #codeReview.

#programming#git#coding