text stringlengths 0 1.49k |
|---|
**Carlisia Thompson:** Then let us know how it goes. I'm feeling so proud of Go right now... I feel like it grew from a teenager into like a young adult... \[laughter\] It's maturing. |
**Erik St. Martin:** And now, do you know how that's gonna compare to some of the modules for [Authboss](https://github.com/volatiletech/authboss)? Because I know they had like a password authentication, and they've got like email confirmation, and things like that. |
**Brian Ketelsen:** So the last time I looked at Authboss - and I don't know if this still applies - there were a lot of broken things in Authboss and they didn't really seem to want to fix them; they wanted to do a re-write and kind of fix the overall architecture, so I don't know if Authboss has been rewritten. There... |
In its 1.0 version, Authboss was not all that I wanted it to be. |
**Erik St. Martin:** Yeah, that's the thing with most of the open source projects - you see them and you're like "I want this thing", but it's not production-ready, right? We're all guilty of it. It's like, "Oh, it's on GitHub. I can totally use it in production." \[laughter\] |
**Brian Ketelsen:** \[40:04\] Well, it doesn't bother me to jump in and help them make it production-ready; it's just like the idea that somebody has taken a vision and started to see it through to reality. That's usually when I find the projects, too - somewhere in between vision and reality. |
**Erik St. Martin:** So our next one - I am particularly excited about... Who wants to talk about [grv](https://github.com/rgburke/grv)? |
**Brian Ketelsen:** Oh, wow, GRV is awesome... Have you pulled it down yet? |
**Erik St. Martin:** Yeah, I have. |
**Brian Ketelsen:** Oh, my god, it's awesome. |
**Erik St. Martin:** Have you seen GRV, Ivan? |
**Ivan Porto Carrero:** No, I'm looking at it right now though. Looks cool. I wonder how it compares to Tig, because I've used Tig in the past a couple times. |
**Erik St. Martin:** Which tool? |
**Ivan Porto Carrero:** [tig](https://jonas.github.io/tig/). It's similar in goals; it's also a CLI, a terminal version of a Git client. |
**Erik St. Martin:** I haven't seen that one. This looks really awesome, and it's probably gonna solve a lot of the use cases where I try to pull up GitHub for stuff, so I'm actually really excited about trying to use it more... Anything that keeps me in my terminal makes me happy. |
**Carlisia Thompson:** This looks really good. |
**Erik St. Martin:** We should probably explain what this is... I don't think anybody mentioned that. So this is actually a command line UI for Git, and it allows you to see all the remote branches, and the branches that are there in tags visually, and kind of like a column... You can kind of jump through the commits a... |
**Brian Ketelsen:** It's got a great UI, and I think it's gonna be a pretty useful tool in my toolbox. The installation isn't the most fun in terms of Go apps; it does require _CMake_, because you've gotta build libgit2, so when you `go get grv`, there's actually a makefile that you've gotta run. So it works wonderfull... |
**Carlisia Thompson:** But this is really cool. I use an actual GUI tool to see diffs, because it's the quickest for me. But you can't do search on those tools, and I see that you can do queries; it seems like it not only can do queries, it seems that it has a lot of flexibility, so that is really cool. |
I only know how to query one thing; it's like `git -Slogs`... It's the only thing I can remember. |
**Brian Ketelsen:** I'm gonna drop a screenshot into our Slack. I just ran GRV on the GRV repository. Just kind of meta, but that's okay... And I'll drop a screenshot in our Slack, because it's so cute. |
It reminds me a lot of... What's the mail program? The UNIX mail program, like _mutt_, or... |
**Erik St. Martin:** Right, yeah. |
**Brian Ketelsen:** It's very similar to that in terms of look and feel. |
**Erik St. Martin:** Okay, so what else do we have? Oh, [dep 0.3.2](https://github.com/golang/dep/releases/tag/v0.3.2) was also released, and that added import support for gvt and gb, and it had some other bug fixes and improvements. So if you are currently using dep or were waiting for something that would auto-import... |
**Ivan Porto Carrero:** \[44:15\] That's been one of the best blog posts I've ever read about version management from the guy... From... |
**Carlisia Thompson:** From [Sam Boyer](https://twitter.com/sdboyer)... |
**Erik St. Martin:** From Sam Boyer, yeah... I wonder why I said "Shame." |
**Carlisia Thompson:** What is the name of that blog post? |
**Brian Ketelsen:** [So you think you wanna write a version management system?](https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527)" Something like that. |
**Ivan Porto Carrero:** Yeah, it was very well thought through and very well explained. |
**Carlisia Thompson:** Yeah. |
**Erik St. Martin:** Yeah, it definitely gives you an appreciation for the people who have to solve these dependency management problems. |
**Ivan Porto Carrero:** Yeah, because your problem is always the easy one to solve, right? It's solve the other ones... \[laughter\] |
**Brian Ketelsen:** This last thing I have in the news and projects is the latest issue of [JustForFunc](https://www.youtube.com/watch?v=ySy3sR1LFCQ&t=0s&list=PL64wiCrrxh4Jisi7OcCJIUpguV_f5jGnZ&index=12) from Frances Campoy is amazing... Amazing, amazing. It's got the GoTracer in it, and he walks you through how to use... |
**Carlisia Thompson:** Tell us what the [GoTracer](https://blog.gopheracademy.com/advent-2017/go-execution-tracer/) does... I actually looked to see if that was explained anywhere, and it really isn't. |
**Brian Ketelsen:** It isn't. GoTracer allows you to instrument your Go applications and capture performance metrics that you can then put through these different tracing tools (GoTracer is one of them). It lets you see, for example, what you're spending most of your CPU time on, or where you're allocating the most mem... |
**Carlisia Thompson:** Cool. |
**Brian Ketelsen:** So it's a good video. [Go watch that]((https://www.youtube.com/watch?v=ySy3sR1LFCQ&t=0s&list=PL64wiCrrxh4Jisi7OcCJIUpguV_f5jGnZ&index=12)). |
**Carlisia Thompson:** Oh, I do have one, and I'm gonna get [the link](https://www.ardanlabs.com/blog/2017/10/the-behavior-of-channels.html) now... But I forgot to put it on the doc. [Bill Kennedy](https://twitter.com/goinggodotnet) came out with a blog post explaining channels. If you use channels but you don't unders... |
He gives really good contrasts and he speaks in a very simple language. I thought it was a really great public service for him to do the post. I happen to know it took him a month to put it together. It's really well done. |
**Erik St. Martin:** Oh, wow. I saw it come out, I haven't had the chance to read it yet. I'm trying to convince myself I have time to code right now. Okay, so are we ready to move into \#FreeSoftwareFriday? |
**Brian Ketelsen:** Let's do it. |
**Erik St. Martin:** Ivan, I don't know whether you listen to the show, but basically what we do every week is we give a shout-out to an OSS maintainer, group or project, just to kind of show the love. It does not have to be written in Go, so anything is up in the air. We often give shout-outs to tools and things like ... |
**Ivan Porto Carrero:** \[48:14\] Okay. I haven't given it much thought though, so... |
**Erik St. Martin:** Yeah, you don't have to have anything. |
**Brian Ketelsen:** Yeah, it's just fine. I'll start - I wanted to shout-out to [Francesc](https://twitter.com/francesc), because the work that he does for the Go community and the effort that he puts into his podcasts and his blog posts, and his tooling and his documentation... Incredible. Very few people work that ha... |
**Erik St. Martin:** Yeah. That whole series... [Everything he does](https://campoy.cat/) is amazing. |
**Carlisia Thompson:** Oh my god, I couldn't agree more. |
**Brian Ketelsen:** One of my favorite things he did was that [Go tooling repository](https://github.com/campoy/go-tooling-workshop)... It's just so awesome. It's like a readme with all of the awesome Go tools. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.