Re: [go-nuts] Golang career

2024-11-05 Thread Rodrick Brown
I learned go in 1 year at 40 and Rust at 44 go figure 🤣😂 and I'm 45 now On Tue, Nov 5, 2024 at 5:20 PM Vinicius Fernandes wrote: > Hello, everyone! I hope you are all doing well. > > I would like to receive guidance and tips regarding my career. I am 26 > years old and currently work as a Front

Re: [go-nuts] Forced GC every 4 minutes

2024-11-05 Thread S.Y. LIU
Circle back on this. The forced GC turned out to be triggered by a module injected to the application code through the LD_PRELOAD. It was not the go library's internal 2 minutes GC that triggered it. It was hard to figure this out because the module was a total blackbox :) Thank you for trying to h

[go-nuts] Golang career

2024-11-05 Thread Vinicius Fernandes
Hello, everyone! I hope you are all doing well. I would like to receive guidance and tips regarding my career. I am 26 years old and currently work as a Frontend developer (Vue.js), with 4 years of experience. To enhance my knowledge in Full Stack development, I would like to focus on a Back

Re: [go-nuts] Re: Is it possible Google donate golang project to a open source foundations or fund a foundations ?

2024-11-05 Thread clasoke xoiermx
Ten years leave。 Let's see : We're forking Flutter. This is why. After google freeze Flutter team head count, A labor shortage can always be fixed through hiring. However, due to company-wide issues at G

[go-nuts] Re: Go Regexp debugger?

2024-11-05 Thread Robert Solomon
For Windows, there's regexbuddy.com and regexmagic.com. These work together to help debug regexp's. But these are not free programs. On Tuesday, November 5, 2024 at 10:51:25 AM UTC-5 Steve Mynott wrote: > To (partly) answer my own question. > > https://github.com/stevedomin/rego > > The Heroku

[go-nuts] Re: Go Regexp debugger?

2024-11-05 Thread Steve Mynott
To (partly) answer my own question. https://github.com/stevedomin/rego The Heroku link is dead, but the code runs fine locally with an added go.mod file. S On Tue, 5 Nov 2024 at 13:01, Steve Mynott wrote: > > I'm aware of https://regex101.com/ which is fine 90% of the time for > debugging go r

Re: [go-nuts] Go Regexp debugger?

2024-11-05 Thread scott beeker
Thanks for the share Quick reference is a life saver https://regex101.com On Tue, Nov 5, 2024, 5:01 AM Steve Mynott wrote: > I'm aware of https://regex101.com/ which is fine 90% of the time for > debugging go regex, but I did find an edge case where it misled me a > few years back. > > There was

[go-nuts] Go Regexp debugger?

2024-11-05 Thread Steve Mynott
I'm aware of https://regex101.com/ which is fine 90% of the time for debugging go regex, but I did find an edge case where it misled me a few years back. There was a specific website which used go on the backend to do something similar with more compatibility, but I can't find details and think it