Sourcehut will blacklist the Go module mirror

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. go

    The Go programming language

    > the ban prevents me from discussing the matter further

    Hi ddevault, FWIW, in May 2022 on that #44577 issue [0] you had opened, it looks like someone on the core Go team commented there [1] recommending that you email the golang-dev mailing list or email them directly.

    Separately, it looks like in July 2022, in one of the issues tracking the new friendlier -reuse flag, there was a mention [2] of the #44577 issue you had opened. In the normal course, that would have triggered an automatic update on your #44577 issue... but because that #44577 issue had been locked by one of the community gardeners as "too heated", that automatic update didn't happen.

    Of course, communication on large / sprawling open source projects is never quite perfect, but that's a little extra color...

    [0] https://github.com/golang/go/issues/44577

    [1] https://github.com/golang/go/issues/44577#issuecomment-11378...

    [2] https://github.com/golang/go/issues/53644#issuecomment-11751...

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. groupcache

    groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.

    I remember one of the first real-world uses of Go being the groupcache package: https://github.com/golang/groupcache (to serve Chrome downloads, IIRC?)

    > comes with a cache filling mechanism. Whereas memcached just says "Sorry, cache miss", often resulting in a thundering herd of database (or whatever) loads from an unbounded number of clients (which has resulted in several fun outages), groupcache coordinates cache fills such that only one load in one process of an entire replicated set of processes populates the cache, then multiplexes the loaded value to all callers.

  4. logrus

    Structured, pluggable logging for Go.

    If they change the case on their username on the other hand, the Go ecosystem explodes: https://github.com/sirupsen/logrus/issues/570#issuecomment-3...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hyrum's Law in Golang

    3 projects | news.ycombinator.com | 21 Nov 2024
  • querySrv errors when connecting to MongoDB Atlas

    3 projects | dev.to | 29 Feb 2024
  • Slog: Zero-dependency structured logging in Go

    4 projects | dev.to | 4 Nov 2023
  • Pico with C

    2 projects | /r/raspberrypipico | 15 Aug 2023
  • Reducing Go Execution Tracer Overhead with Frame Pointer Unwinding

    2 projects | news.ycombinator.com | 31 Jan 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?