https://utcc.utoronto.ca/~cks/space/blog/programming/GoRangefuncAndUserContainers
Rust versus Go is a controversial topic that pops up from time. In this post, we will compare both languages in the context of web development by writing a small web service which shows weather data in both languages.
> Oh no, not another 'Is Rust better than Go?' article. Seriously, haven't we all had our fill of these comparisons by now? But before you sigh in exasperation, hear us out!
have being using Enpass for a long time, it’s really good, you can choose any cloud provider or host your vault yourself, subscription based payment or one time only
As the Go ecosystem gets bigger, gopls must get smaller
Briefly examine how to use protoc and plugins with the proper imports and project structure in Golang
> In this article, I'll describe how to organize protobuf files messages and gRPC services in the Go sources. I'll briefly examine how to use protoc and plugins with the proper imports, and project structure.
I love Go’s implicit interfaces. While convenient, they can also introduce subtle bugs unless you’re careful. Types expected to conform to certain interfaces can fluidly add or remove methods. The compiler will only complain if an identifier anticipates an interface, but is passed a type that doesn’...
Dealing with simple gotchas related to open a goroutine in Go
What is the difference between a slice of pointers and a slice of values? And when should you use one or the other? This article explains.
> While writing Go, you might might run into the following situation: You want to collect the results of a function in a slice. However, the function returns a pointer. > > You might then ask yourself: > > What kind of slice should I use? A slice of values or a slice of pointers? > > Let’s make this a bit more concrete.
Go is built for grug brained programmers like me. grug brain developer not so smart, but grug brain developer program many long year and learn some things although mostly still confused
> Not a hard question. It’s sum types! (Or enums, tagged unions, or whatever you want to call them).
The Unix shell is pure wizardry. Why shouldn’t it be as easy to write systems programs in Go as it is in the shell? The script library is the secret spell-book that makes this possible.
> In this article we’ll explore a package called script that aims to sprinkle some Unix shell fairy dust on your Go programs.
well, boring tech link is about battle tested tech, not about hype, so, in that sense, yeah, seems “boring” to me, but I love it, :)
probably they gonna end up with its own generic type at the stdlib
> Which is better, Rust or Go? Go or Rust? Which language should you choose for your next project in 2023, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency? What do they have in common, and where do they fundamentally differ? Let’s find out, in this friendly and even-handed comparison of Rust and Golang.
Is Go 1.21 already on your upgrade list? It should be!
> In the tradition of Go, release 1.21 does not deliver loads of new language features but many improvements to the toolchain and the ecosystem.
Waiting for go1.21: Execution Tracing with < 1% Overhead
> Learn about the upcoming go1.21 performance improvements that reduce the overhead of execution tracing from up to 20% to less than 1% for most applications.
Understanding Go 1.21 generics type inference
> Breaking down the release notes, with concrete explanations and annotated examples
> This article describes a proposed extension to the Go language: range over func. The proposal is evolving, and this tutorial is a work in progress, so don’t forget to check back later for the latest developments.
https://medium.com/@briannqc/go-concurrency-visually-explained-channel-c6f88070aafa
https://blog.sigma-star.at/post/2023/07/embedded-go-prog/
started using last week a light theme, trying: https://marketplace.visualstudio.com/items?itemName=AnandaBibekRay.intellij-idea-new-ui-theme right now, before Dracula theme
How do you test a database without a database? Don't worry, this isn't one of those Zen puzzles. I have something more practical, but equally enlightening, in mind. Let’s use the adapter pattern to solve the riddle.
and if you want setup per project, try: https://devenv.sh/, both are nix based
everything went down when we allow web technologies be part of the desktop, everything electron or any other incarnation is an abomination
yeah, you can use https://devenv.sh/ then
fleek anybody?, https://getfleek.dev/
or, use fleek: https://getfleek.dev/, ¯_(ツ)_/¯
I remembered those fuckers from SIS, it was a pain in the ass dealing with that chipset in Linux back in the days