Introducing Changelog & Friends
What if your favorite conferenceās hallway track continued year round? Thatās the vibe weāre trying to capture with Changelog & Friends, a new Friday talk show from your friends at Changelog. In this intro episode, Adam & Jerod talk all about our new MWF plan for The Changelog , discuss what this Friends flavor is all about, and have a lot of fun along the way.
Discussion
Sign in or Join to comment or subscribe
Alex R
https://elrey.casa/me
2023-05-28T13:26:23Z ago
Lol, so confessionā¦ I donāt listen to podcasts in the showerā¦anymore, and I donāt think I had listened to a changelog podcast in the shower before.
But itās because the audio is always terrible when in the shower š , or else I probably would listen to podcasts in the shower (& news would be a good candidate for it since it is so short š)
So, I donāt personally listen to you @jerodsanto but I could see how someone would š¤£
Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2023-05-29T11:19:55Z ago
Haha weāve had a frightening number of people write in to say they listen in the shower.
Alex R
https://elrey.casa/me
2023-05-28T13:30:12Z ago
I love those sound bits! Always keep them in š„³
Alex R
https://elrey.casa/me
2023-05-28T13:42:21Z ago
I definitely have been missing backstage & didnāt know youād retired it (just saw on the artwork).
Iām super happy that youāre bringing something back that similar (i.e. more informal & relaxed, instead of something else that keeps up that āforth wallā). Definitely looking forward to more episodes!
I will say, that release cadence does sound pretty tight. I know you two wouldnāt do something you didnāt think you could do, but if it ever becomes too much I definitely would listen to one less podcast to ensure you two donāt burn out! Iād prefer to have a little less than nothing at all, Iām sure others agree with my sentiment as well š
Also, I personally like knowing that having this as an offering is helping the changelog brand. I know podcast sponsorships are supposed to be a lot more difficult this year (and probably the next few), so Iām happy from a business standpoint this helps!
Michael Cole
2023-05-29T03:06:41Z ago
God how much BS can you chat about nothing. Get on with it..
Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2023-05-29T11:17:31Z ago
Michael,
This is an episode with its sole purpose being to introduce a new talk show. What exactly would you like us to āget on withā?
Itās not like we sat around discussing underwater basket weaving or telling one another about this weird dream we had the other nightā¦
Eric
2023-05-30T00:15:18Z ago
Paused the episode to write this comment.
I regularly listen to the change log news in the shower. I have podcasts on for most of my morning getting ready and driving to work. The news is short enough to actually listen to in the shower so I start the day with that when itās out.
Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2023-06-02T15:03:23Z ago
I knew somebody out there listened in the shower, but I had no idea thereād be so many! š¤£
Matt Johnson
Nixa, MO
2023-06-01T03:45:36Z ago
I would love to hear about home lab stuff. Iāve managed some of my own home file sharing, backups, or data archiving over the years. Now Iām wanting to build my own mini home cloud where I can easily spin up VMs, containers, Kubernetes, or Serverless systems to play with or experiment. I love experimenting with software and system, which is kind of like how my brother works in a garage with vehicles, swapping engines and transmissions, or cuts up a 4 door truck and suburban to build a 6 door truck with a bed that seats 8.
Adam Stacoviak
Austin, TX
Founder and Editor-in-Chief of Changelog
2023-06-01T14:34:42Z ago
Noted. Weāll make it happen for sure. Thank you for sharing.
What gear do you have your eye on? Have you started on your LAN or this mini cloud yet?
Matt Johnson
Nixa, MO
2023-06-02T14:04:06Z ago
I have a Synology DS418 with 3x 8TB drives configured for (Synology Hybrid RAID - 1 drive fault tolerance) using Btrfs, providing about 14TB of usable storage that I have about 40% full. I use it as a dumping ground for files, ad-hoc backups, family photo/video archives and such. Some stuff is more organized than others, and I havenāt set it up for off site backups directly from the NAS since I moved everything to it the end of 2021 where everything that was moved to it has an off site backup. I donāt have a lot of data that changes or is added to it, and have so far just used it for a lot of data archival to get the data off some other system and make it accessible better than some floating external drive.
My local network is made up of all UniFi gear with a USG, CloudKey Gen2, some switches, one with POE injection, a few APs and a UniFi doorbell cam. The network is pretty solid, and I love the UniFi gear.
I have a tiny headless HP workstation sitting next to the NAS running Win10 with 4 cores and 16GB RAM, 256GB storage mostly idle. Iāve messed with using terraform to spin up VMs on Hyper-V with it, so I have some limited capacity there. I set it up to use an iSCSI connector with the NAS for a while when I had it running a Minecraft server, but always having a iSCSI connector attached to the NAS prevented the NAS from properly auto updating, and Iāve since removed that part of the setup there.
The mini cloud idea started because I want to play with Kubernetes and a better way to have some managed containers running all the time separate from my laptop and stuff. It would also be nice to experiment with some of the open source Serverless stuff to see what it takes to setup some of that. I want to use declarative tools such as Terraform, Packer, and Ansible to setup the VMs and then start experimenting with Kubernetes and Helm charts on top of those pieces. I want to play with Hashicorp Vault, Consul, and Nomad, and I want to setup a bunch of observability tools in an Elastic Stack. With those building block I could eventually build something/anything running locally as a distributed system, monitor and measure it all capturing distributed tracing and logging, then beat it up with some load testing tools or introduce some chaos to find where it all breaks. Lots of big ideas, and lots of work to build the foundation of a local playground for it.
I added a new Lenovo ThinkStation Tiny P-360 to the network last fall and slowly trying to figure out how I want to set it up to be able to provision VMs with Terraform on it. The new box that is about the size of an old external hard drive packs in a 12th gen Intel with 12 cores (20 threads / vCPUs) 32GB RAM, 1TB NVMe storage. I have it setup to operate headless wanting it to run as a Linux hypervisor. I had some expectations that I could just setup a simple Linux hypervisor and be going, but the journey hasnāt been so simple yet.
On the P360 I started trying with Ubuntu Server (because I plan on it being headless) but Server doesnāt have all the same hardware support as Ubuntu Desktop, and I had to figure out how to get all the Intel Pro 1000 drives files onto it to compile the network driver because what is shipped with the install media doesnāt work on the box. I then messed with getting Canonical MicroStack setup on Server but found it has some limitations for storage and networking with how I want to use Terraform to provision multiple VMs on it for use on my network. Iāve setup VMs with Terraform on other OpenStack cloud providers before (Rackspace Cloud, OVH) so I probably had too high of initial expectations for MicroStack.
While I got Ubuntu Server running eventually, I had some intermittent issues with basic networking that didnāt make much sense to me where it was like the network interface would just go to sleep after a while and not allow me to remote SSH into it, so I scrapped Server and setup Ubuntu Desktop, then figured out how to set it up so I can RDP into the GUI. After I got RDP working, I messed with installing the GPU driver for the Nvidia T400 4GB it has, so maybe I could mess with some of the AI things out there like using OpenAI whisper to translate and transcribe some video files.
The direction I think Iām headed is to get LVM and libvirt setup on the P360 running Ubuntu Desktop and target that with Terraform to provision VMs.
Adam Stacoviak
Austin, TX
Founder and Editor-in-Chief of Changelog
2023-06-04T15:01:02Z ago
Wow, thanks for sharing. Homelabs are for sure about learning. Old hardware, new hardware, various Linux flavorsā¦itās all about getting to know whatās out there and how it works. For me, since I have limited time, Iāve not introduced Kubernetes. Iām Ubuntu Server and Docker thus far. Also Proxmox, but Iāve hit some hurdles with passing through PCIe devices.
Unifi all the way on my LAN too.
Homelabs should bring learning and delight.
Jason Ballard
Kansas
2023-06-02T05:26:31Z ago
Getting caught up. Dig your latest work. I am no way close to your typical listener (I think). I am a ++ direct supporter to make sure you continue adding to my self development. It is important as I have discovered the new world of ChangeLog stuff and vibes!
After 30 years in the military I wasnāt sure what I wanted to do for this āsecond adventureā and several opportunities presented themselves leading me to discovering ChangeLog and Data Science writ large.
Keep it up!
Each episode I strive to arrive at a point where I understand 80% of this content and 90% of the sound bites. Friends is a cherry on top on my discovery. Dang.
Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2023-06-02T13:49:10Z ago
This is so awesome to hear, Jason! And thanks for your ++ support š
Cristian
2023-06-02T14:54:46Z ago
True story: I do listen to podcasts in the shower (headphones are waterproof and everything) and by pure chance I was taking a shower when I was listening to this one.
Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2023-06-02T15:06:22Z ago
That had to be quite the moment when Adam denied your existence like that ā ļø
Adam Stacoviak
Austin, TX
Founder and Editor-in-Chief of Changelog
2023-06-02T18:27:11Z ago
I denied the circumstanceās existence. š¤©