JuiceFS 1.1 - Distributed File System written in Go
https://github.com/juicedata/juicefs/releases/tag/v1.1.0
Discussions: https://discu.eu/q/https://github.com/juicedata/juicefs/releases/tag/v1.1.0
#golang #programming
GitHub - timo-reymann/fritzbox-based-presence: Show who is home based on devices connected to FritzBox that are currently online.
https://github.com/timo-reymann/fritzbox-based-presence
Discussions: https://discu.eu/q/https://github.com/timo-reymann/fritzbox-based-presence
#golang #programming
Proposal to add an intern package to Go
https://github.com/golang/go/issues/62483
Discussions: https://discu.eu/q/https://github.com/golang/go/issues/62483
#golang #programming
Custom model training & deployment on Google Cloud using Vertex AI in Go
https://pgaleone.eu/golang/vertexai/2023/08/27/vertex-ai-custom-training-go-golang/
Discussions: https://discu.eu/q/https://pgaleone.eu/golang/vertexai/2023/08/27/vertex-ai-custom-training-go-golang/
#compsci #devops #golang #googlecloud #machinelearning #programming
Halving GoLang Application Build Times in CI
https://aatarasoff.medium.com/turbocharging-ci-halving-golang-application-build-times-b30aa7a049a0
Discussions: https://discu.eu/q/https://aatarasoff.medium.com/turbocharging-ci-halving-golang-application-build-times-b30aa7a049a0
#golang #programming
On Using Go's `t.Parallel()`
https://brandur.org/t-parallel
Discussions: https://discu.eu/q/https://brandur.org/t-parallel
#golang #programming #testing
My experiences with test/slogtest
https://pkg.go.dev/testing/slogtest
Discussions: https://discu.eu/q/https://pkg.go.dev/testing/slogtest
#golang #programming
ctrctl - A Go CLI wrapper for Docker/nerdctl/podman.
https://github.com/lesiw/ctrctl
Discussions: https://discu.eu/q/https://github.com/lesiw/ctrctl
#coolgithubprojects #golang #programming
Gojekyll: A fast, partially compatible Go clone of Jekyll
https://github.com/osteele/gojekyll
Discussions: https://discu.eu/q/https://github.com/osteele/gojekyll
#golang #programming
Println does more than you think...
https://blog.baksili.codes/geomys-reptilia-1
Discussions: https://discu.eu/q/https://blog.baksili.codes/geomys-reptilia-1
#golang #programming
A Deep Look Into Golang Profile-Guided Optimization (PGO)
https://theyahya.com/posts/go-pgo/
Discussions: https://discu.eu/q/https://theyahya.com/posts/go-pgo/
#golang #programming
Go FuncCloser pattern
https://blog.sbstp.ca/posts/go-func-closer/
Discussions: https://discu.eu/q/https://blog.sbstp.ca/posts/go-func-closer/
#golang #programming
Go Assessment - a set of exercises for beginners
https://github.com/dmh2000/go_assessment
Discussions: https://discu.eu/q/https://github.com/dmh2000/go_assessment
#golang #programming
On bash one-liners: unmaintained go.mod dependencies
https://blog.fredrb.com/2023/08/13/bash-one-liner-gomod/
Discussions: https://discu.eu/q/https://blog.fredrb.com/2023/08/13/bash-one-liner-gomod/
#golang #linux #programming #unix
RIP AWS Go Lambda Runtime
https://www.wolfe.id.au/2023/08/09/rip-aws-go-lambda-runtime/
Discussions: https://discu.eu/q/https://www.wolfe.id.au/2023/08/09/rip-aws-go-lambda-runtime/
#golang #programming
Context deadline not honored when using json.Decoder.Decode()
#golang #programming
Learn about the new SLOG Package in Go 1.21
https://www.gopherguides.com/articles/golang-slog-package
Discussions: https://discu.eu/q/https://www.gopherguides.com/articles/golang-slog-package
#golang #programming
Cachelines and Striped Locks
https://packetlost.dev/blog/cachelines-and-striped-locks/
Discussions: https://discu.eu/q/https://packetlost.dev/blog/cachelines-and-striped-locks/
#golang #performance #programming