No on gitlab. If its self hosted gitea is best in class.
I can see hosting a mirror on github if only for the redundancy/visibility. Some projects will host but then direct contributions on their self host. Like Go does.
I would suggest using a vanity domain that can redirect tools like go get to hosting of choice. And not require rewriting all the packages any time it gets moved.
Yep! https://git.mills.io/yarnsocial/yarn/src/branch/master/internal/webmention/webmention.go#L150-L156
Hiring: Go Backend Engineer (Remote OK)
1 points posted by golangch ⌘ Read more
12 years of Go
3 points posted by kenny ⌘ Read more
Infrastructure as Code on AWS using Go and Pulumi
1 points posted by Elton Minetto ⌘ Read more
Deploy a Go API to AWS Lambda and API Gateway
In this article, I am going to describe the process of deploying an API coded with Go to AWS Lambda and Amazon API Gateway, a process that takes only a few minutes if you know how to do it. 1 points posted by Antonio ⌘ Read more
Video: Using generics in Go
3 points posted by kenny ⌘ Read more
Red Hat to hire less experienced engineers, pay less going forward
The Linux giant plans to keep a “flat budget” while adding 200 employees… by hiring fewer senior programmers ⌘ Read more
Using ssh and domain sockets for serving
1 points posted by John Doak ⌘ Read more
Struct Tags with Underscore Before Function Names
In the Go world, an underscore (_) before an expression is called a blank identifier. As you may already know, identifiers—user-defined program components, e.g., name of a function, variable, or package—in Go must be preceded by an underscore or a letter (a-z or A-Z). If they aren’t, you’ll receive the compile- time error which essentially means Go cannot read the syntax of your code (you didn’t write your code correctly … ⌘ Read more
The best part of Pokémon Go is hatching eggs. I just wish I could queue up eggs for the incubators so I didn’t have to check my phone every now and again. Actually, I wish there was a game where you just hatched eggs.
Wirecutter
⌘ Read more
Wirecutter
⌘ Read more
Screaming In the Cloud with Corey Quinn and Docker CEO Scott Johnston
On August 31st, Docker announced updates to our product subscriptions — Docker Personal, Pro, Team and Business. Our CEO Scott Johnston recently joined Corey Quinn on an episode of Screaming in the Cloud to go over all the details and discuss how the changes have been received by businesses and the broader developer community. The […]
The post [Screaming In the Cloud with Corey Quinn and … ⌘ Read more
Now, onto the real question: what to eat? Partner isn’t home, so zero nutritional supplements have been consumed, and I have been lazy enough not to go out to fetch me something. So… hmm, yeah. Going to an eight years old niece birthday “roller scatting” party in an hour, maybe I get lucky with a slice of pizza, or two. 🤣
@movq@www.uninformativ.de
Aha! Cool! Not just deleting, but proceeding as if the twt is going to be send. If I :q! on vi it will add an empty line. If, instead, I go :x like I normally do, it works as you said—and as I wanted it. Thanks!
Is it me, or Gmail’s web interface is going down the drain? Using Safari—my default browser—often takes two, or three clicks to open an email. If it weren’t because its search is amazing, I would never visit its web interface.
Go MySQL tutorial to select single and multiple rows from a table
1 points posted by geekme ⌘ Read more
@eldersnake@yarn.andrewjvpowell.com
Seems like you need to make your parser smarter. Go tinker! 😋
Now, if there is going to be some sort of price, which for me equals to profit, then I will twt non-stop until I hit it! 🤣
Having used—and still using—1Password (a password manager) for many years, I have gone through a few stages of disliking/frustration with it. The first was when subscriptions were set in place, the second is now, with their approach for auto-filling under iOS. It is, more often than I would like to, telling me to configure it when I did so from day one. My open support ticket isn’t going too far either.
I wish iCloud KeyChain would mimic some of its features, so I can just dump it. KeyChain has improved a lot, now allowing OTP to be saved with a credential, but it is still not quite there yet.
proposal: don’t use generics in 1.18 stdlib
3 points posted by kenny ⌘ Read more
Apple’s event on Monday is bringing, as always, speculation to the table. One thing most outlets seem to agree is the introduction of an “M1X” chip, thought Apple might call it differently. M1X might also mean, M1(we don’t know what comes after, or next generation). Either way, I would really like to see the return of the 27” iMac, but I will not hold my breath. Nevertheless, Monday is going to be an exciting day for many, including me! 🍎
@adi@f.adi.onl Oh boy… we don’t want to go down that route. There is plenty to know about the Taliban, not just from the news but from people who lived—and still lives—under their “governance”; all of which is, I am afraid, much more accurate than your highschool girlfriend story telling.
@prologic@twtxt.net Hopefully this URL change fixes things. Otherwise I am lost; don’t know what’s going on. 😩
or maybe there are no living gargoyles, but whenever they go missing, for those few days, you may be able to pay your tab with stories
We need to talk about not going to war with China | with Allan Behm ⌘ Read more
Hey linker, can you spare a meg?
1 points posted by kenny ⌘ Read more
Hiring: SENIOR BACKEND ENGINEER - GO (GOLANG) [100% REMOTE]
1 points posted by golangch ⌘ Read more
Hiring: Senior Go Lang Developer | Contractor | Remote
1 points posted by golangch ⌘ Read more
** How to install Uxn on macOS **
Uxn is an esoteric stack-machine with 32 bit instructions. It exists someplace at the intersection of a GameBoy, 6502 ASM, an Apple II, Forth, RetroForth, the z80, a Sinclair ZX Spectrum, and“what if Nausicaä from Studio Ghibli’s Nausicaä of the Valley of the Wind used a computer?” It is tiny, unlike most anything else around these days, and, once you wrap your head around it, pretty fun.
I won’t go into how to develop for it … ⌘ Read more
Cast: Go Time - the Go tooling maintainers
3 points posted by kenny ⌘ Read more
Hiring: Go Back End Developer - Team Lead
1 points posted by golangch ⌘ Read more
Taming gos memory usage or how we avoided rewriting our client in rust
1 points posted by kenny ⌘ Read more
I never seem to run out of projects to do. Some slosh around as mere ideas until I decide not to do them for whatever reason, but even so there’s enough to go around and then some.
How to structure a go command line project
1 points posted by madflojo ⌘ Read more
thinking about a building something in the realm of !gesture that could work alongside !gest. The core principle of gest is line construction using breakpoints and an external clock. This new system, which I think I will call sloop, is more about making lines using slope. It would work by sending it messages: go from here, to there, in some amount of time, and use an external clock. If it reaches there, you have arrived. If a new message arrives before you get there, you are already here, now you have a new there. I think this approach would lend itself well to more open-ended kinds of gestures. #halfbakedideas
You cannot reduce the complexity of your problem by increasing the complexity of your language. Brooks, Wirth and Go. | Fredrik Holmqvist
Hiring: Backend Go Software Engineer
1 points posted by golangch ⌘ Read more
So tired today, despite going to bed early. Well, I guess it’s just one of those days. It’ll be alright.
In reply to: 1980s computer controls GRPS heat and AC
A Kentwood High School student programmed it when it was installed in the 1980s. Whenever the district has a problem with it, they go back to the original programmer who still lives in the area. ⌘ Read more
Hiring: Backend Software Developer (Go) - Office in Amsterdam or fully Remote (CEST or close)
1 points posted by golangch ⌘ Read more
Hiring: Senior Software Engineer (Go) - UK Sponsorship
1 points posted by golangch ⌘ Read more
Hiring: Senior Software Engineer (Go) - 100% Remote, UK/EU Only
1 points posted by golangch ⌘ Read more
Common Anti-Patterns in Go Web Applications
1 points posted by m110 ⌘ Read more
Finding and fixing memory leaks in go
3 points posted by kenny ⌘ Read more
Reflection in golang
Reflection in Go is a form of metaprogramming. Reflection allows us to examine types at runtime. It also provides the ability to examine, modify, and create variables, functions, and structs at runtime. The Go reflect package gives you features to inspect and manipulate an object at runtime. Reflection is an extremely powerful tool for developers and extends the horizon of any programming language. Types, Kinds and Values are three important pieces of reflec … ⌘ Read more
people who use kilowatt-hours of something should go f**k themselves
io.FS file systems using “os”, in-memory and Azure Blob storage #fs #go #azure ⌘ Read more…