text stringlengths 0 1.49k |
|---|
**Erik St. Martin:** I'm in. |
**Brian Ketelsen:** I'll start it off, because I already whined about all of these presentations... I'm gonna shout out to the present tool from the Go team. I sure love being able to write my slides in very light format and just typing 'present' on the command line and getting good-looking slides that are easy to read... |
**Carlisia Thompson:** Hey, can you play a video inside the present tool? |
**Brian Ketelsen:** You can. You can play videos, you can put iFrames in, you can do everything. I even forked the present tool, and in mine you could run Docker containers and all kinds of extra stuff. |
**Carlisia Thompson:** Really? |
**Brian Ketelsen:** That's how I roll. |
**Erik St. Martin:** Have you changed the color format, or anything? |
**Brian Ketelsen:** No. |
**Erik St. Martin:** Because that's the only thing I think that's hard with the present tool sometimes. Meetups and stuff are good, but sometimes in large, large rooms, towards the back the black text on the grey code bubble becomes really hard to see. |
**Brian Ketelsen:** It's really easy to change, but I've never felt the need, because I don't pay attention to things that look pretty or not pretty; that's just not my world. That's why I'm a back-end developer. |
**Erik St. Martin:** Carlisia, did you have one this week? |
**Carlisia Thompson:** Yes, I wanna give a shoutout not to a project, but to a person - [Francesc Campoy](https://twitter.com/francesc). He is leaving Google and... I know he was working as a developer advocate for Google Cloud, and also on the Go team, right? I think he worked in both groups. So I was really sad to se... |
He's going to be -- well, I think he is already, or soon to be the VP of developer relations at [source{d}](https://sourced.tech/) |
**Erik St. Martin:** \[56:04\] source{d}. |
**Carlisia Thompson:** source{d}, which I've never heard of this company before, but they sound really cool. |
**Brian Ketelsen:** They are awesome, and he's gonna be a great fit there. |
**Carlisia Thompson:** So good luck to Francesc, and hopefully he will stick around. He's done so many things for the community. He went way and beyond his call of duty. |
**Brian Ketelsen:** And just FYI, source{d} is not the Society for Research in Child Development. This is a completely different source{d}. |
**Carlisia Thompson:** Thanks for clarifying, Brian. |
**Brian Ketelsen:** Sure, you bet. |
**Carlisia Thompson:** Very helpful. |
**Brian Ketelsen:** Jason, Andrew, do you have any good software...? |
**Andrew Poydence:** Yeah, I have [Concourse CI](https://concourse-ci.org/). It's the CI and CD that we use here at Cloud Foundry heavily. It's just a super viable tool to hook at any commit you want out there quickly, and we run our tests with it, we use it to push to a production environment, and everything. It's all... |
**Carlisia Thompson:** It's not a paid service, right? You get the code and run on your servers. |
**Andrew Poydence:** Yeah, exactly. You can bring it behind to an air gapped datacenter if you need to or run it wherever. |
**Jason Keene:** Yeah, its kind of sweet spot is doing pipelines. It visualizes the pipeline really well and allows you to chain different jobs and tasks into different other jobs and tasks. Whatever your build artifacts - Docker images, or whatever it may be on the other end of your pipeline, you can automate all that... |
**Erik St. Martin:** That's awesome. Another thing to add to the list of things to play with that I don't have time for. |
**Jason Keene:** Yeah, so I had a \#FreeSoftwareFriday thing as well... This is about the coolest thing I know going in the realm that I work in. We work a lot with metrics and performance measurements, and there's a kernel technology called eBPF, which is a virtual machine, it's actual bytecode that you can write that... |
It's a pretty nice tool to be able to have high-performance monitoring of either your user space or your kernel. You can reach out and do kprobes, gprobes, tracepoints, things like that. |
**Erik St. Martin:** Oh, that's awesome. I've actually used BPF before, too. I didn't see that somebody had done Go bindings, so that's awesome. |
**Jason Keene:** Yeah, the Python bindings are kind of the reference ones that a lot of people use, but the Go ones there -- one thing you just have to make sure is that the version of gobpf that you are using, you have the appropriate version of libbcc, which is a dynamic library. You just have to make sure you have a... |
**Erik St. Martin:** So mine for today is [dep](https://github.com/golang/dep). We've all kind of talked about dep, and Sam spoke about it at the last GopherCon, but I actually hadn't worked on a project that used it yet, until recently... So I definitely wanna give all of the people who have put so much effort into th... |
**Carlisia Thompson:** \[01:00:07.23\] Yeah, I've been using dep, too. It's been good, I like it. |
**Brian Ketelsen:** I've been using dep a lot, and it makes me happy. |
**Carlisia Thompson:** Were you guys using that at Cloud Foundry? |
**Jason Keene:** Early on we kind of experimented with dep. I think it was before it was something that was promoted as like generally usable. We don't actually use dep; we run all of our source code against the latest dependencies, like their default branches, and then we vendor dependencies using Git submodules. It's... |
**Brian Ketelsen:** It's old-school. Respect! |
**Erik St. Martin:** Alright, so I think we are out of time, but I wanna thank everybody for coming on the show, and definitely thank you Jason and Andrew for joining us. |
**Jason Keene:** Yeah, thanks for having us. |
**Andrew Poydence:** Thanks for having us. |
**Carlisia Thompson:** Thank you! |
**Brian Ketelsen:** Is this the first time we've successfully had two people at the same time as guests? |
**Carlisia Thompson:** Yes. |
**Erik St. Martin:** Yeah, I believe I believe it has been |
**Brian Ketelsen:** I wanna say we tried it once and it was a massive fail. |
**Carlisia Thompson:** I don't remember us trying. That's why we don't do it... \[laughs\] |
**Erik St. Martin:** They did say they were pros, remember? |
**Brian Ketelsen:** That's true. Yeah, but their audio went out in the middle of the call, so I don't know if buying the whole pro thing. |
**Andrew Poydence:** I'm blaming Skype for that... |
**Brian Ketelsen:** Okay... Yeah, Skype will take a hit. Alright, thank you Jason and Andrew for coming on. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.