student – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Fri, 14 Feb 2020 01:02:48 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png student – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Brunch with Brent: Broadus Palmer | Jupiter Extras 55 https://original.jupiterbroadcasting.net/139452/brunch-with-brent-broadus-palmer-jupiter-extras-55/ Fri, 14 Feb 2020 04:00:00 +0000 https://original.jupiterbroadcasting.net/?p=139452 Show Notes: extras.show/55

The post Brunch with Brent: Broadus Palmer | Jupiter Extras 55 first appeared on Jupiter Broadcasting.

]]>

Show Notes: extras.show/55

The post Brunch with Brent: Broadus Palmer | Jupiter Extras 55 first appeared on Jupiter Broadcasting.

]]>
Living The Linux Life | WTR 25 https://original.jupiterbroadcasting.net/81552/living-the-linux-life-wtr-25/ Wed, 06 May 2015 04:17:19 +0000 https://original.jupiterbroadcasting.net/?p=81552 Live from LFNW Scarlett Clark tells us about her work with KDE and Kubuntu! Direct Download: MP3 Audio | OGG Audio | Video | HD Video | YouTube RSS Feeds: MP3 Feed | OGG Feed | iTunes Feed | Video Feed Become a supporter on Patreon: Show Notes: Scarlett on G+ LinuxFest Northwest Kubuntu KDE […]

The post Living The Linux Life | WTR 25 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Live from LFNW Scarlett Clark tells us about her work with KDE and Kubuntu!

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed

Become a supporter on Patreon:

Foo

Show Notes:

Full transcription of previous episodes can be found below or also at heywtr.tumblr.com

Transcription:

ANGELA: This is Women’s Tech Radio.
PAIGE: A show on the Jupiter Broadcasting Network, interviewing interesting women in technology. Exploring their roles and how they’re successful in technology careers. I’m Paige.
ANGELA: And I’m Angela.
PAIGE: Angela, today we’re going to interview at Linux Fest Northwest live. We’re doing an interview with Scarlett Clark. She’s a developer on the KDE project and also works for Kubuntu.
ANGELA: But, before we get into the interview, I want to tell you about Patreon.com. You can go to patreon.com/jupitersignal to support Women’s Tech Radio and all the other shows on teh Jupiter Broadcasting Network. Go to jupiterbroadcasting.com and see if there’s another show that you might want to listen to in addition to Women’s Tech Radio. Again, go to patreon.com/jupitersignal.
PAIGE: And we got started with this week’s episode by asking Scarlett what she does with KDE and Kubuntu.
SCARLETT: I am a developer for Kubuntu, so I do a lot of the packaging for the software applications for the user to be able to easily install and whatnot. And then, on the other side of the spectrum I created, wrote all the code to automate job creation and job building for KDE’s continuous integration system. Which, it builds the software packages and then test them to make sure that its functional. And then after they all turn green like they’re supposed to, they’re ready to release to distributions like Kubuntu. And I also went the extra step, and we now are testing for OS X and Windows will be coming next.
PAIGE: Oh, wow.
SCARLETT: Yeah, all the code is already in there. It’s just figuring — Windows is a little more complicated because getting dependencies, you can’t tell the continuous integration system to, hey go to this website, download this file, and use it as a dependency. So, it gets little more complicated, but once we sort that out Windows will also be supported with KDE software.
PAIGE: Wow, I had no idea you guys were going for that. That’s really awesome. Before you did this project was their not test coverage for KDE?
SCARLETT: They had a very old system and it was not reliable. And it was also — the job creation was all manual, and OS X and Windows were not supported.
PAIGE: That’s pretty deep in the weeds. Like building, testing, and all that jazz –
SCARLETT: Oh yes.
PAIGE: – for such a big, robust piece of software. Was that you just woke up one morning and decided to do? How did you end up where you are?
SCARLETT: No, actually, Valerie, the gal you just spoke to, they do this season of KDE and it generally targets students. Obviously, I’m not a student. But, this project didn’t have anybody grabbing on it and she just asked me, are you interested in Dev Ops. I’m like, I’m interested in everything. So, she introduced me to Ben Cooksy, the main sys admin guy, and got rolling. I had no idea what I was getting into when I got into it. So, I ended up learning Groovy, Python, and Java on the fly. I had taken a few classes, but that was years ago in university.
ANGELA: What had you done prior to that? Was anything prior to that technology related other than the several classes you mentioned?
SCARLETT: A long time ago I was IT.
ANGELA: Oh, okay.
SCARLETT: But I had not had any real world experience coding. So, this is my first real world experience coding and i love it.
PAIGE: So, you went from no coding to developing a new test suite for KDE?
SCARLETT: Yes, the back end.
PAIGE: So, how was that journey? How did you go through that? Because learning that many languages and that much theory on the fly –
SCARLETT: Yes. At first it was very overwhelming and I just stared at the blank sheet going, oh no. Oh no. But then, I just bits and pieces at a time and things started coming together, and then oh that makes sense. ANd then it just all came together. And then when the final result, we just went live two days ago and it was smooth.
PAIGE: How long did that project take for you?
SCARLETT: It was several months.
PAIGE: Wow, only months?
SCARLETT: Oh yeah.
PAIGE: Wow.
SCARLETT: Actually, yeah, I surprised a lot of people with how fast.
PAIGE: So, doing all that and learning all that, were there awesome resources that you were using? Was it the community? Did you have books that were –
ANGELA: Online courses?
SCARLETT: Google was good.
ANGELA: Yeah, I bet.
PAIGE: So, I have a lot of ladies who are trying to get in tech, and their biggest holdback is learning how to Google the right things. Did you find that was difficult at first., like knowing how to ask the right questions?
SCARLETT: I’ve been using Google since they were in the garage.
PAIGE: Nice, but asking the right tech question.
ANGELA: Yeah, like sometimes you don’t know what you don’t know.
SCARLETT: I know. That’s actually that you have to develop over time, because I’ve learned to figure out what to ask and how to ask it, and sometimes you don’t get it right the first time and you just have to reword it. That can be challenging. That is just it. When I first started the project I didn’t know what I was looking. So, I actually branched off in wrong directions at first. I had a few setbacks because I wanted to go be a docker, which is the new cool technology. But, it wasn’t — with the OS X and Windows, that ended up being wasted time, because you won’t get native builds, because Docker is Linux. That didn’t quite pan out, but it was fun learning.
PAIGE: Yeah, it’s always good to add new stack to your brain.
SCARLETT: Oh yeah. Yeah.
ANGELA: Yeah. Something will resonate and help you learn something else.
SCARLETT: Absolutely. Yelah.
PAIGE: So, tell me the story of why you were in IT before, and then you weren’t, and now you are again.
SCARLETT: That’s a story of — I had to give up my career to follow my husband to another state and I could not recover.
ANGELA: That’s too bad. Well, you have now.
SCARLETT: I have. Well, yes.
PAIGE: Was it really difficult for you diving back in afterwards, or did it just kind of re-spark that? We had a guest who talks about kind of the mental stimulation of being in this technical field.
SCARLETT: Yeah, I’ve been a Linux advocate/user since 1998. I have my big stack of Red Hat floppy disc. But I have always wanted to contribute, and I could never really find my way in. It’s a tight knit community. But I finally found my way in with Kubuntu and Jonathan Riddell. He just stepped up and, you want to learn how to package? I’m like, sure. He just showed me the ropes and I’ve just been riding the cloud since.
PAIGE: How did you get in touch with Jonathan? What was that?
SCARLETT: I knew Valerie from several mailing groups and stuff. She saw that I was doing documentation for KDE. Actually, an easy way in is doing documentation. And then she introduced me to Jonathan.
PAIGE: I think we have some people who are just getting started. What does doing documentation mean? What does that look like?
SCARLETT: The easiest way is to start with, like Wiki. It’s much simpler than Doc Books. You pretty much well have to know XML and the layout and everything. But Wiki is pretty much just plain text. You just find an app that you really love and just use it, and figure out — use cases of, well somebody might want to do this, and then you just instruct them how to do that and just build on it. That’s the easiest way to really get your food in the door, and it’s pretty simple because you figure out ways that you use the application and then just write about it.
PAIGE: I think, especially as a newer user of an application, sometimes you have an even more valuable input for that.
SCARLETT: Oh yeah.
PAIGE: Because you have just learned it. You know where the pain points are.
ANGELA: Yes. That is, in my current conversion to Linux, it’s very refreshing for the Linux Action Show audience to hear this new user perspective.
SCARLETT: Yes, absolutely. And a lot of times, developers don’t even think of things that a user would try or want to do with their application, so it’s a good way to also give feedback to the developers. I worked on KMail documentation and there was a lot of things that I ran into. I would talk to the developer, how do you do this. And they’re like, oh, well I need to fix that. Thank you.
PAIGE: Did you find being primarily in open source that reaching out to the developer, that was actually a welcomed thing?
SCARLETT: Not generally, but with KDE the are surprisingly very open and very, very nice. I’ve just felt really at home with KDE. It’s been a nice breath of fresh air.
PAIGE: So, you know, don’t give up looking for the right community.
SCARLETT: You’ll find it. Yeah. I’ve been looking for a long time and I just stumbled into it and didn’t expect it.
ANGELA: So, are you from around here?
SCARLETT: I live in Portland, Oregon.
ANGELA: Okay. Do you always come to Linux Fest? And are there any other festivals that you go to?
SCARLETT: This is my first one, but I will be from now on coming to Linux Fest.
ANGELA: I know, isn’t it great?
SCARLETT: Yes, but I go to Academy each year, which is in various places in Europe. This year we’re going to Spain. And then in September I’ll be going into a Random meeting which is in Switzerland for KDE.
ANGELA: Great.
PAIGE: Awesome.
SCARLETT: Yeah, fun and exciting.
PAIGE: So, you’re in Portland. Is the rest of the KDE team in Portland?
SCARLETT: No, KDE is all around the world.
PAIGE: How do you guys work together? What kind of tools do you use to keep in touch?
SCARLETT: IRC.
PAIGE: IRC?
SCARLETT: Yeah, I live in IRC.
PAIGE: Do you use version control to work together?
SCARLETT: Git.
PAIGE: Git, which is, of course of Linux. Linus, thank you. What’s your stack of tools look like right now. I always like to find out what other developers are using.
SCARLETT: I use Eclipse because it’s the only good Groovy plugin that I could find. And I use KDevelop for the Python work.
PAIGE: And do you have a favorite hardware, like laptop, tablet that you’re into? Or because KDE is so nice and friendly it works on just about everything?
SCARLETT: Yeah, I have Kubuntu on my desktop, my laptop, and then my phone has, you know, Android.
ANGELA: Nice.
PAIGE: Very cool. So, I guess last question, what are you the most excited about, about what’s coming down the pipe for technology? Either with Linux or just with general stuff.
SCARLETT: We are going to be porting our apps on to Android, so that’s kind of big.
PAIGE: Oh wow, that’s exciting.
SCARLETT: That’s what the whole Switzerland trip is about.
PAIGE: Oh nice. Very cool. We’ll have to keep an eye on that. That will be great. KDE on your Android.
ANGELA: Thank you for listening to his episode of Women’s Tech Radio. Don’t forget, you can email us, WTR@jupiterbroadcasting.com, or you can use the contact form that is over at jupiterbroadcasting.com.
PAIGE: Don’t forget to follow us on Twitter, @HeyWTR. You can also find us on iTunes or any of your other RSS feeds. The RSS feed is available on the website at jupiterbroadcasting.com. And if you have a minute, leave us a review or some feedback. We’d love to hear from you.

Transcribed by Carrie Cotter | transcription@cotterville.net

The post Living The Linux Life | WTR 25 first appeared on Jupiter Broadcasting.

]]>
Rooting for the Kids | LAS 340 https://original.jupiterbroadcasting.net/72112/rooting-for-the-kids-las-340/ Sun, 23 Nov 2014 17:51:07 +0000 https://original.jupiterbroadcasting.net/?p=72112 Charlie Reisinger the pioneer of an extremely forward looking program to give every student a Linux laptop joins us. Find out how they integrate the students into the IT program, why they give their students root access & much more. It’s a truly inspiring story of how Linux can make a difference in education. Plus […]

The post Rooting for the Kids | LAS 340 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Charlie Reisinger the pioneer of an extremely forward looking program to give every student a Linux laptop joins us. Find out how they integrate the students into the IT program, why they give their students root access & much more. It’s a truly inspiring story of how Linux can make a difference in education.

Plus the Jolla tablet is real, and boy is it funded! Ubuntu Phone rumors get white hot, our picks of the week…

AND SO MUCH MORE!

All this week on, The Linux Action Show!

Thanks to:


DigitalOcean


Ting

Download:

HD Video | Mobile Video | WebM Torrent | MP3 Audio | Ogg Audio | YouTube | HD Torrent

RSS Feeds:

HD Video Feed | Large Video Feed | Mobile Video Feed | MP3 Feed | Ogg Feed | iTunes Feeds | Torrent Feed

Become a supporter on Patreon:

Foo

— Show Notes: —

Charlie Reisinger


System76

Brought to you by: System76

Our Runs Linux from HDR Photography on Linux | LAS s30e06 | January 19, 2014

  • Many large Commercial software vendors are transitioning to a subscription model. Does this create an even great lockin for schools?

  • One-to-One programs are very expensive, and the argument I’ve always heard was: Must use Windows, must use Office. Have get the kids ready for the “real world” that uses those tools. Is there a sound argument to that “concern”?

  • Linux and open source give students the ability to go very deep into how the computer works, if they are motivated and want to embrace their inquisitive nature. How far down the rabbit hole are your young Linux users permitted to go? How much can they explore?

  • Can you tell us how the Fast Linux Deployment Toolkit was created, and what it does?

  • What are some of the most useful open source software and tools you, or the students use?

  • What is the biggest road block others should expect?

Charlie Reisinger of Penn Manor gives talk at All Things Open 2014 | Opensource.com

Charlie Reisinger from the Penn Manor School District talked to us next about open source at his school. This talk was an expanded version of his lightning talk from the previous night.

Penn Manor has nine IT team members which is a very lean staff for 4500 devices. They also do a lot of their technology in house. But, before we talk about open source, Charlie took a tangent into the nature of education today. He says that school districts are so stuck on the model they’re using and have used for centuries, but today kids can learn anything they would like with a simple connection to the Internet. You can be connected to the most brilliant minds that you’d like, so teachers are no longer the fountains of all knowledge. A glaring gap in this evolution is that the classroom hasn’t been transformed by technology; if you walked into a classroom 60 years ago, it would look pretty much like a classroom today.

Enabling students in a digital age: Charlie Reisinger at TEDxLancaster – YouTube

Charlie Reisinger, an innovative IT Director for Penn Manor school district in Lancaster County, shows how to provide affordable, new digital technologies to high school students. The answer is not only a cost-effective way to improve the quality of education, it is opening students’ minds.

1:1 Laptop Program | PM Technology Blog

During the 2012-2013 school year, a committee comprised of faculty, administrators and a school board liaison worked to evaluate the viability of a district 1:1 computing program. After several months of internal discussion and public board presentations, a recommendation to proceed with a 1:1 laptop program at Penn Manor High School was unanimously approved at the April 1, 2013 school board meeting. The recommendation called for the program to commence with a pilot during the Fall of 2013. The full building implementation began in January 2014. At that time, each full-time high school student was provided with a personal laptop computer for use throughout the school day and at home.

Parents: We encourage you to read the Frequently Asked Questions (FAQ) document: 1to1ParentFAQ.pdf.

Penn Manor School District · GitHub


— PICKS —

Runs Linux

Jaguar Cars and System Architects, Run Linux

Desktop App Pick

MOC – music on console

MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use.

You just need to select a file from some directory using the menu similar to Midnight Commander, and MOC will start playing all files in this directory beginning from the chosen file. There is no need to create playlists as in other players.

Jupiter Broadcasting Holiday Store

Weekly Spotlight

Corebird

Native Gtk+ Twitter client for the Linux desktop

Corebird is a modern, easy and fun Twitter client, just what you were looking for, right?


— NEWS —

Jolla Tablet

Be a part of making the world’s first truly crowdsourced tablet, powered by Sailfish OS 2.0.

Mozilla ends Google relationship, Firefox will now default to Yahoo in the US

Mozilla and Yahoo have signed a five-year deal. As part of the deal, Yahoo is going to start honoring the Do Not Track feature when used by Firefox users to limit Yahoo’s ability to track user activity across the Web through advertisements. Yahoo is also going to roll out a new search interface for American Firefox users, starting in December.

Crowdfunding project promises a “laptop that respects essential freedoms”

Based on the Intel i7-4712MQ processor, the 15.6-inch Librem 15’s base configuration will come with an Nvidia GT840M, 4GB of RAM, a 500 gigabyte hard drive, and an actual CD/DVD drive. The Librem will have three USB 3.0 ports, an HDMI port, an SDXC card slot, and a “pop-down” RJ-45 Ethernet port, in addition to an Atheros-based 802.11n Wi-Fi adapter, a 720p built-in camera, HD audio, and a backlit keyboard.

Ubuntu Phone Partner ‘Bq’ Holding Mystery Press Event Next Week

BQ Readers, one of two companies who plan to ship mobile handsets powered by Ubuntu for Phones, is holding a mystery media event next week, November 25, 2014, to announce three new products.


— FEEDBACK —

— CHRIS’ STASH —

Hang in our chat room:

irc.geekshed.net #jupiterbroadcasting

— MATT’S STASH —

Find us on Google+

Find us on Twitter

Follow the network on Facebook

Catch the show LIVE Sunday 10am Pacific / 1pm Eastern / 6pm UTC:

The post Rooting for the Kids | LAS 340 first appeared on Jupiter Broadcasting.

]]>