git.github.io icon indicating copy to clipboard operation
git.github.io copied to clipboard

Any comment about upcoming Git Rev News edition 92

Open chriscool opened this issue 3 years ago • 5 comments

A currently mostly empty draft is there:

https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-92.md

Feel free to comment in this issue, suggest topics, suggest persons to interview, or use the edit button (that looks like a pen) to edit and create a pull request with the changes you would like.

Let's try to publish this edition on Wednesday October 26th 2022!

Thanks!

cc @jnareb @mjaix @sivaraam @gitster

chriscool avatar Oct 01 '22 20:10 chriscool

A writeup about GSoC 2022 projects would be nice in this edition, as we couldn't have one in the previous one.

chriscool avatar Oct 01 '22 20:10 chriscool

It is a pity that there was no detailed writeup about the contents of Git Merge 2022 in previous edition. I could only find slides for two presentations, but no blog posts:

When Git Merge was in Europe, there were videos from the conference posted some time after it on YouTube. Not so now; the latest playlist I could find on YouTube is from Git Merge 2019. It's a pity.

jnareb avatar Oct 02 '22 09:10 jnareb

@jnareb maybe they didn't post the videos of the Git Merge 2020 because of the Covid that changed a lot of their plans, and maybe they will post those of the Git Merge 2022 after a few months as they did before 2020.

@ttaylorr do you know if GitHub plans to post the Git Merge 2022 videos? Also are some slides available?

chriscool avatar Oct 03 '22 06:10 chriscool

I could only find slides for two presentations, but no blog posts:

@derrickstolee wrote a handful of blog posts which comprised his talk:

  • https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/
  • https://github.blog/2022-08-30-gits-database-internals-ii-commit-history-queries/
  • https://github.blog/2022-08-31-gits-database-internals-iii-file-history-queries/
  • https://github.blog/2022-09-01-gits-database-internals-iv-distributed-synchronization/
  • https://github.blog/2022-09-02-gits-database-internals-v-scalability/

and I wrote one that was published recently (and one that was published last year) which comprised my talk:

  • https://github.blog/2021-04-29-scaling-monorepo-maintenance/
  • https://github.blog/2022-09-13-scaling-gits-garbage-collection/

I know that Elijah Newren has also written a number of blog posts on merge-ort (which provide a more technical look at the content in his talk).

@ttaylorr do you know if GitHub plans to post the Git Merge 2022 videos? Also are some slides available?

@jnareb found the slides for my talk on my website, I'm not sure if other speakers plan to post their slides or not. We did not record any videos in 2020, but we did this year, and will post them on GitHub's YouTube channel in the coming weeks.

ttaylorr avatar Oct 03 '22 15:10 ttaylorr

I could only find slides for two presentations, but no blog posts:

@derrickstolee wrote a handful of blog posts which comprised his talk:

They got these links in the previous Rev News.

derrickstolee avatar Oct 04 '22 11:10 derrickstolee

@jnareb here is the announce about the talk videos from Git Merge 2022 being now available:

https://lore.kernel.org/git/[email protected]/

chriscool avatar Oct 19 '22 12:10 chriscool

In the Gitaly team at GitLab we have started writing Git related blog posts to let more people know about Git features that are a bit advanced:

  • https://about.gitlab.com/blog/2022/10/06/take-advantage-of-git-rebase/
  • https://about.gitlab.com/blog/2022/09/06/speed-up-your-monorepo-workflow-in-git/

My blog post appeared on the front page of Hacker News.

chriscool avatar Oct 19 '22 12:10 chriscool

@jnareb here is the announce about the talk videos from Git Merge 2022 being now available:

https://lore.kernel.org/git/[email protected]/

Actually Dscho sent a PR, that I just merged, about it:

https://github.com/git/git.github.io/pull/605

chriscool avatar Oct 19 '22 12:10 chriscool

I have added my links in f962fec.

I forgot to add links from @chriscool (from the Gitaly team at GitLab); for the second article about monorepo I would like to add links to related articles from GitHub recently published in Rev News.

I am also wondering about adding only tangentially related article, namely Sledgeworx Code Review Handbook.

jnareb avatar Oct 25 '22 19:10 jnareb

@jnareb thanks for your links!

I see no problem with you adding all the articles you talk about related to monorepos and code review.

I think we should also regularly add something about Review Club:

https://lore.kernel.org/git/[email protected]/

chriscool avatar Oct 25 '22 19:10 chriscool

About Review Club, maybe it could be in a new optional __Agenda__ sub section after the __Git tools and sites__ section? Ideas welcome.

chriscool avatar Oct 25 '22 20:10 chriscool

About Review Club, maybe it could be in a new optional __Agenda__ sub section after the __Git tools and sites__ section? Ideas welcome.

We have __Events__ section (not always present)... though the problem with the Review Club on Wednesday, 26 October 2022, is that this Git Rev News would be not ready and published before the event.

jnareb avatar Oct 25 '22 21:10 jnareb

@jnareb Yeah, right.

chriscool avatar Oct 26 '22 08:10 chriscool

A writeup about GSoC 2022 projects would be nice in this edition, as we couldn't have one in the previous one.

Just a gentle reminder that we shouldn't miss to include this in the edition.

sivaraam avatar Oct 27 '22 02:10 sivaraam

I see no problem with you adding all the articles you talk about related to monorepos and code review.

I thought of helping a bit and added these articles to the current edition via PR #611.

sivaraam avatar Oct 27 '22 19:10 sivaraam

Thanks @sivaraam for your help! Thanks @jnareb for merging the PR!

chriscool avatar Oct 29 '22 09:10 chriscool

@derrickstolee wrote a handful of blog posts which comprised his talk:

They got these links in the previous Rev News.

Thanks @ttaylorr for the information and for the link suggestions even if we had already published them! Thanks @derrickstolee for answering about the suggestions!

chriscool avatar Oct 29 '22 09:10 chriscool

Some collected links I picked up over the summer while I was dealing with family issues.

https://wilsonmar.github.io/git-signing/ Sign git commits and tags (for non-repudiation) in GitHub using GPG, Vault, Yubikey, Keybase "a logical ordering of deep-dive concepts presented in a succinct way".

https://canvatechblog.com/we-put-half-a-million-files-in-one-git-repository-heres-what-we-learned-ec734a764181 "Using a monorepo causes a lot of performance challenges for git. Here’s how we solve them at Canva"

https://www.codeproject.com/Articles/5334970/Introduction-to-GitOps "A look at DevOps, a modern philosophy for working with people, processes, and tools to accelerate the pace of software development" (a sponsored article)

Maybe worth inclusion in the 'other reading' section?

PhilipOakley avatar Oct 30 '22 12:10 PhilipOakley

Some collected links I picked up over the summer while I was dealing with family issues.

Thank you for your suggestions, @PhilipOakley .

https://wilsonmar.github.io/git-signing/ Sign git commits and tags (for non-repudiation) in GitHub using GPG, Vault, Yubikey, Keybase "a logical ordering of deep-dive concepts presented in a succinct way".

This was mentioned in Git Rev News Edition #89

https://canvatechblog.com/we-put-half-a-million-files-in-one-git-repository-heres-what-we-learned-ec734a764181 "Using a monorepo causes a lot of performance challenges for git. Here’s how we solve them at Canva"

This was mentioned in Git Rev News Edition #88.

https://www.codeproject.com/Articles/5334970/Introduction-to-GitOps "A look at DevOps, a modern philosophy for working with people, processes, and tools to accelerate the pace of software development" (a sponsored article)

This was mentioned in Git Rev News Edition #89

jnareb avatar Oct 30 '22 12:10 jnareb

Thank you for your suggestions, @PhilipOakley .

This was mentioned in ...

Thanks for catching my oversights. Apologies for not spotting.

PhilipOakley avatar Oct 30 '22 12:10 PhilipOakley

@PhilipOakley not a problem. Thanks for your suggestion anyway.

It is not easy to spot if something was already mentioned in some past Git Rev News or not. I use git grep inside clone of this repository; you can also search via GitHub web interface (search "in this repository") but it is in my opinion more cumbersome and slower.

jnareb avatar Oct 30 '22 12:10 jnareb

Thanks @PhilipOakley and @jnareb for the suggested links and for checking them respectively!

chriscool avatar Oct 30 '22 13:10 chriscool

Supplied some fixes and rephrasings in 027a91e . As usual, feel free to scrutinize them ...

mjaix avatar Oct 30 '22 20:10 mjaix

@mjaix thanks for your fixes, they LGTM!

chriscool avatar Oct 31 '22 10:10 chriscool

Published and announced in: https://lore.kernel.org/git/CAP8UFD0uz40bsYTOpRqyjSNmuO+UtD5Qxw+PB0rHMkLTVMKONg@mail.gmail.com/

Draft email was: https://lore.kernel.org/git/CAP8UFD1wLoPJDedHryOWWbKpP=-VCUSJJcWn1942baEY8gLoJw@mail.gmail.com/

chriscool avatar Nov 01 '22 06:11 chriscool