text stringlengths 0 1.49k |
|---|
**Kavya Joshi:** Wait, that's today, huh? |
**Carlisia Thompson:** Yeah, but it's recorded, so [you can also watch it later](https://www.youtube.com/watch?v=nmcPwqjPFbw). |
**Erik St. Martin:** We'll remember to post a link to the recording in the show notes, that way whoever's listening to this after it's being released can watch the video. |
**Johnny Boursiquot:** I also saw a mention of Francesc's new JustForFunc episode, [using Context](https://www.youtube.com/watch?v=LSzR0VEraWw). I watched that, it's actually pretty good... It does a good job of walking through the why's and the how's you'd use the Context package to help you handle abrupt termination ... |
**Carlisia Thompson:** Yeah, he gave a talk about Context in India as well. One of those videos for the GopherCon India this year is his, talking about the same. |
**Erik St. Martin:** The Context package is absolutely amazing, especially when you have pipelines in your request, and it's spinning up other goroutines and things like that, to just cancel at the frontend. Also, the JustForFunc series is awesome. I haven't watched all of them yet, but I've been trying to catch up. I ... |
**Kavya Joshi:** I've watched some of them, but in general, I think Francesc is just -- all of the content he puts out is interesting and accessible... I'm a fan. |
**Carlisia Thompson:** We are fans of Francesc's, too. \[laughs\] |
**Erik St. Martin:** Yeah... So I think we are a bit overtime, but one tradition we have for each show is we do something called \#FreeSoftwareFriday. Why it's Friday - I think that we just started the name before we released on Thursday... \[laughter\] What we like to do is recognize either contributors to the communi... |
It does not have to be a Go project, it can be written in any language. If you have somebody in mind, feel free; if not, that's okay, too. |
I'll start with Carlisia and give you time to think about it if you have one, Kavya. |
**Kavya Joshi:** Okay. |
**Erik St. Martin:** Carlisia? |
**Carlisia Thompson:** I thought you were saying you were gonna give me time to think about - that would last forever... But I do have one. |
**Erik St. Martin:** I saw your doc, you have somebody in there, so you don't need time. |
**Carlisia Thompson:** Yeah, I have something ready. I ran into this [goreporter](https://github.com/360EntSecGroup-Skylar/goreporter) tool, and I like it because I used to use this tool that was the same idea when I was doing Ruby and Ruby on Rails. It basically runs analysis tools and testing, it generates a code qua... |
**Erik St. Martin:** \[01:08:03.26\] Oh, this is actually really cool. I wanted to do a comparison, too... Have you seen ReviewDog? |
**Carlisia Thompson:** No, what is that? |
**Erik St. Martin:** It's something similar too, and you can set it up to basically attach itself to GitHub and be run on every commit. It runs the same kind of checks. I'd like to do a comparison of what the features are. |
**Carlisia Thompson:** This [ReviewDog](https://github.com/haya14busa/reviewdog) sounds like RubyCop. |
**Erik St. Martin:** I don't think I've seen -- that might have been after I stopped doing Ruby. |
**Carlisia Thompson:** I think it's called RubyCop, but that doesn't sound right... |
**Johnny Boursiquot:** RuboCop. |
**Carlisia Thompson:** RuboCop, there we go. Sounds like that. Cool, I'll check this out, too. |
**Erik St. Martin:** And how about you, Johnny? Do you have anybody? |
**Johnny Boursiquot:** Yeah, the team over at Robomongo. A little while ago I needed to quickly verify the schema of some Mongo databases that I was working with and deploying into the cloud, as I say... And going into the command line, you can quickly see everything that was in the different databases, so I went and l... |
**Erik St. Martin:** I'm looking at the page for it now, and wow... Mongo tools have gotten beautiful. I'm trying to remember the one that I used when I first learned Mongo... It looked like normal Linux GUIs - functional, but not the prettiest. This is actually really good-looking. |
**Johnny Boursiquot:** I was surprised myself. |
**Erik St. Martin:** How about you, Kavya? Do you have a project or a maintainer you wanna give a shoutout to? |
**Kavya Joshi:** Oh gosh, can I say [GopherJS](https://github.com/gopherjs/gopherjs) again? |
**Erik St. Martin:** You can totally say GopherJS again! \[laughter\] |
**Carlisia Thompson:** Totally, yes. |
**Erik St. Martin:** So mine is actually kind of suiting to some of our conversations today. It's a project called [GNU ARM Eclipse](https://gnu-mcu-eclipse.github.io/). If you play with embedded stuff, almost (I swear) all electrical engineers are Windows users, because it's very hard to find any tools for IDEs that w... |
So this is actually a really cool project that can do some of the JTAG and OpenOCD for debugging off of ARM development boards and ARM projects and interfaces with QEMU for running tests and stuff like that in an emulator. So it's a super cool project, and I'm really thankful for it because I'd have to be completely ed... |
Alright, so with that I want to thank everybody for being on the show, especially thank you to Johnny and Kavya for joining us today. |
**Kavya Joshi:** It was fun! |
**Johnny Boursiquot:** My pleasure! |
**Erik St. Martin:** Huge thank you to our sponsors, Backtrace and DataDog. Definitely share the show with fellow Go programmers, friends, colleagues... If you aren't subscribed, you can go to GoTime.fm to be subscribed; follow us on [Twitter](https://twitter.com/GoTimeFM), and if you have something you'd like to come ... |
**Carlisia Thompson:** Bye! |
**Johnny Boursiquot:** Be well! |
**Kavya Joshi:** Bye! |
• Introduction of guests and sponsors |
• Discussion of backup software, specifically Restic and Alexander Neumann's project |
• Comparison of Restic with other backup programs, focusing on security, speed, and usability |
• Why Alexander Neumann chose Go as a programming language for his project |
• Personal anecdotes about hacking and old computer systems, including Delphi and Trojan horses |
• Importance of separate specification for Go versions |
• Committing vendor directory for reproducible builds |
• Design and implementation of Restic's build script |
• Use case for Restic: backing up large directories with multiple revisions |
• Thread model for storing data on potentially untrusted servers |
• Detection of file changes using SHA-2 hash sums in pack files |
• Popularity of Restic and managing contributors and releases |
• Dealing with support requests from companies and users |
• New Restic release with improved S3 backend support |
• Reduced memory allocations by 98% using Minio's lower-level API |
• Discussion of deduplication in Restic and its benefits |
• Explanation of rsync algorithm for detecting file changes |
• Introduction to Rabin fingerprinting algorithm used in Restic |
• Implementation of Rabin fingerprinting in Go for efficient blob creation |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.