summit – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Thu, 19 Jul 2018 02:18:25 +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 summit – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Bob’s Dozen Russians | Unfilter 287 https://original.jupiterbroadcasting.net/126216/bobs-dozen-russians-unfilter-287/ Wed, 18 Jul 2018 18:15:08 +0000 https://original.jupiterbroadcasting.net/?p=126216 Show Notes: unfilter.show/287

The post Bob’s Dozen Russians | Unfilter 287 first appeared on Jupiter Broadcasting.

]]>

Show Notes: unfilter.show/287

The post Bob’s Dozen Russians | Unfilter 287 first appeared on Jupiter Broadcasting.

]]>
Store all the Things | BSD Now 130 https://original.jupiterbroadcasting.net/96761/store-all-the-things-bsd-now-130/ Thu, 25 Feb 2016 11:25:33 +0000 https://original.jupiterbroadcasting.net/?p=96761 Allan is back from the Storage Summit in Silicon Valley! We are going to get his thoughts on how the conference went, plus bring you the latest ZFS info discussed. That plus the usual BSD news is headed your way right now! Thanks to: Get Paid to Write for DigitalOcean Direct Download: Video | HD […]

The post Store all the Things | BSD Now 130 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Allan is back from the Storage Summit in Silicon Valley! We are going to get his thoughts on how the conference went, plus bring you the latest ZFS info discussed. That plus the usual BSD news is headed your way right now!

Thanks to:


DigitalOcean


iXsystems


Tarsnap

Direct Download:

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

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | HD Vid Feed | HD Torrent Feed

Become a supporter on Patreon:

Patreon

– Show Notes: –

Headlines

OpenBSD website operators urged to fix mind-alteringly bad bug

  • We start off a bit light-hearted this week, with the important, breaking news that finally a long-standing OpenBSD bug has been addressed for the HTTP daemon.
  • Specifically? It changes the default 404 page fonts away from Comic Sans, to a bit more crowd-pleasing alternative:

“For some reason the httpd status pages (e.g. 404) use the Comic Sans typeface. This patch removes comic sans and sets the typeface to the default sans-serif typeface of the client.
“This lowers the number of people contacting website maintainers with typeface complaints bordering on harassment”.
+ Operators running HTTPD are highly encouraged to update their systems to the latest code, right now……… No seriously, we are waiting for you. Get it done now and then we’ll continue with the show.


Registration for AsiaBSDCon 2016 is now open + Talk Schedule

  • After a few delays, the registration for AsiaBSDCon has now opened!
  • The conference starts in less than two weeks! now, so be sure to get signed up ASAP.
  • In addition the schedule has been posted, and here’s some of the highlights of this year’s conference.
  • In addition to FreeBSD and NetBSD dev summits on the first two days, we have some excellent tutorials being given this year by Kirk, Gnn, Dru and more! (https://2016.asiabsdcon.org/program.html.en)
  • The regular paper talks also have lots of good ones this year, including this crazy encrypted boot loader one given by our very own Allan Jude!

OPENBSD ON AWS : AN UNEXPECTED JOURNEY

  • We have a blog post from Antoine Jacoutot, talking about the process of getting OpenBSD up and running in AWS
  • It starts with his process of creating an AMI from scratch, which ended up not being that bad:

create and loopback-mount a raw image containing a UFS filesystem
extract the OpenBSD base sets (which are just regular tarballs) and kernel
enable console output (so that one could “aws ec2 get-console-output”)
install the boot loader on the image
then use the ec2 tools to import the RAW image to S3, convert it into a volume (ec2-import-volume) which we can snapshot (ec2-create-snapshot) and create an AMI from (ec2-register)

  • The blog post also has a link to a script which automates this process, so don’t be daunted if you didn’t quite follow all of that.
  • Thanks to the recently landed DomU support, the final pieces of the puzzle fell into place, allowing OpenBSD to function as a proper guest (with networking!)
  • Next it details the process of injecting a public SSH key into the instances for instant remote access.
  • An ec2-init.sh script was created (also on github) which does the following:
    setting the hostname
    installing the provided SSH public key to /root/.ssh/authorized_keys
    executing user-data (if it starts with a shebang)
    displaying the host SSH fingerprints on the console (to match cloud-init)
  • With that done, OpenBSD is pretty much AWS ready! He then gives a brief walkthrough of setting up nginx for new users, but if you’ve already done this before then the instance is ready for you to hacking on.

Start thinking of ideas for things with FreeBSD for Google’s 2016 Summer of Code

  • Students and Developers, listen up! It’s time to start thinking about GSoC again, and FreeBSD is looking to update its project ideas page.
  • There’s some good ones on the list, plus ones that should be pruned (such as GELI boot), but now is the time to start adding new ones before we get too deep into the process.
  • This goes for the other BSD’s as well, start thinking about your proposals, or if you are developer, which projects would be a good fit for mentoring.
  • (Improving the Linux Compat layer is one I think should be done!)
    Guide to getting started with kernel hacking
  • One of the things that’s been asked frequently is how to contribute towards the efforts to bring updated DRM / X drivers to the FreeBSD kernel.
  • Jean-Sébastien Pédron has started a great guide on the Wiki which details how to get started with the porting effort, and that developers need not be afraid of helping.

Storage Summit Roundup

  • Earlier this week a number of developers from FreeBSD, as well as various vendors that use FreeBSD, or provide products used with FreeBSD met for a Storage Summit, to discuss the future of these technologies
  • The summit was co-located with the USENIX FAST (Filesystems And Storage Technologies) conference
  • The summit was sponsored by the FreeBSD Foundation and FlightAware
  • After a short introduction, the event opened with a Networking Synergy panel
  • The focus of this panel was to see if there were techniques and lessons learned in improving the networking stack over the last 10 years that could be applied to improving the storage stack
  • A lot of time was spent discussing issues like multi-queue support, CPU scheduling, and ways to modernize the stack
  • CAM Scheduling & Locking Revamp
    • No notes posted
  • User Space Storage Stack
    • One of the user space storage stacks discussed was Diskmap
    • Like netmap, but for disks (diskmap)
    • Kernel bypass for accessing disks
    • Ilias Marinos, who is working on diskmap at Cambridge University, described diskmap to the group
  • A design discussion then followed in which the memory management was covered as that’s an issue for any sort of “IO” map system
    • Action Items:
  • Discuss with Luigi the idea of code merges
  • Need a reset path API
  • Kernel buffer mapping for reliability
  • Support for other interfaces (SATA/SCSI)
  • GEOM layer adaptation
  • Adapting to New Storage Technologies
    • This working group was led by Adrian Palmer, from Seagate
    • SMR
    • Persistent Memory
    • Session 1: Device Identification and the structural requirements
      • Agenda: We’ll look over the Identification nuances and what needs to change to support the structure. Support for IO order guarantees, forward-write only requirements, new commands and topology. Dig into CAM and GEOM layers. Solutions should be fast and have as few code paths as possible
      • Results: Small audience. We talked about zoned characteristics, and how it can be used in various workloads, projected to be implemented in years
    • Session 2: Information dissemination and consumption
      • Agenda: Where and how will information from the report_zones command be gathered, stored, combined and used. This will include userspace storage and multi-volume management. Will CAM store this data, or will GEOM? How frequently will this need to be queried/updated/verified from the drive?
      • Results: Merged with ZFS working group to discuss SMR. Came up with idea that could be implemented as circular buffer zone type. Began to discuss solutions among developers
  • ZFS
    • During the first session we discussed how to improve dedup support
      + A dedup throttle or cap was discussed. When the size of the DDT grows beyond this size, new entries would not be deduped.

      • An alternative to this was also discussed, where when the DDT reached the cap size, it would remove a random entry with only a single reference from the DDT to make room for the new entry. When a block is going to be freed, if it is not found in the DDT, it is assumed to have only 1 reference, and removed.
      • There was also discussion of replacing the DDT with an in-memory hash table and a “log” of increment/decrement operations, that is periodically compacted. The hash table is recreated from the log at pool import time. This would reduce the in-memory footprint of the DDT, as well as speed up all write operations as adding an entry to the dedup log will be less expensive than updating the DDT.
      • There was also discussion of using dedicated device(s) for the DDT, either using the DDT on SSD work by Nexenta, or the Metadata Classes work by Intel
    • The first session also discussed Secure Delete and related things
      • The desire for an implementation of TRIM that uses the “secure erase” functionality provided by some disks was expressed
      • Overwriting sectors with patterns of garbage may be insufficient because SSDs may internally remap where a specific LBA physically resides
      • The possibility of using something like the “eager zero” feature to periodically write zeros over all free blocks in the pool to erase any lingering data fragments
      • Problems with the FreeBSD TRIM implementation were discussed, as well as looking at ways to implement the new ZFS TRIM implementation on FreeBSD
      • ABD (ARC Buf Data) was discussed, a new design that lessens the requirement for contiguous memory. Only a small area of contiguous blocks is reserved at boot, and compressed ARC blocks are constructed of scatter-gather lists of individual pages
    • The second session combined with the SMR group and talked about SMR support in ZFS
      • Later in the second session ZFS Encryption was also discussed, mostly with a focus on what the use cases are
    • The third session combined all of the groups for an overview of upcoming ZFS features including device removal and channel programs
    • There was also a request for code review, for mostly finished projects like Persistent L2ARC, Writeback cache, and Large dnode support
  • Hallway Track
    • ZFS / VFS Interaction
    • Adrian Palmer has been a FreeBSD hobbyist since FreeBSD 7, and I think I managed to convince him to start contributing

News Roundup

One Week with NetBSD 7.0: Back to Unix basics

  • The author of this blog series is sending a week using NetBSD 7.0, following a previous series on Solaris 10
  • “This is actually familiar territory, as I’ve been using BSD variants almost exclusively since 2006. My recent SunOS explorations were triggered last summer by OpenBSD having choked on my current laptop’s NVIDIA card, and from what I could see at the time, FreeBSD had the same problem, although I now know NVIDIA drivers exist for that system. The thing that keeps me from going all-in with FreeBSD 10.x, however, is the fact that Firefox crashes and leaves “core dump” messages in its wake, and I’m just not a Chrome kinda guy.”
  • “For those with a catholic taste in Unix, NetBSD is a keg party at the Vatican. If you’re an absolute Unix beginner, or have been living on Ubuntu-based Linux distros for too long, then you may feel stranded at first by NetBSD’s sparseness. You’ll find yourself staring into the abyss and seeing only a blinking cursor staring back. If you have the presence of mind to type startx, you’ll be greeted by twm, a window manager offering little more than an xterm window with the same blinking cursor until you learn how to configure the .twmrc file to include whatever applications you want or need in the right-click menu.”
  • “As for NetBSD itself, I can’t think of any major productivity applications that can’t be installed, and most multimedia stuff works fine.”
  • Issues the author hopes to sort out in later posts:
    • Audio playback (youtube videos in Firefox)
    • Wireless
    • Flash
    • Digital Camera SD Card readability, video playback
    • Audacity
    • A “fancy” desktop like Gnome 2, KDE, or xfce
  • In a follow-up post, the author got LibreOffice installed and sorted out the audio issues they were having
  • In a later follow-up XFCE is up and running as well

ZFS is for Containers in Ubuntu 16.04

  • As you may have heard, Ubuntu 16.04 will include ZFS — baked directly into Ubuntu — supported by Canonical
  • “ZFS one of the most beloved features of Solaris, universally coveted by every Linux sysadmin with a Solaris background. To our delight, we’re happy to make to OpenZFS available on every Ubuntu system.”
  • What does “supported by Canonical” mean?
  • “You’ll find zfs.ko automatically built and installed on your Ubuntu systems. No more DKMS-built modules”
  • “The user space zfsutils-linux package will be included in Ubuntu Main, with security updates provided by Canonical”
  • The article then provides a quick tutorial for setting up Linux Containers (LXC) backed by ZFS
  • In the example, ZFS is backed by a file on the existing disk, not by a real disk, and with no redundancy
  • However, the setup script seems to support using real block devices
  • The Software Freedom Conservancy is expected to issue a statement detailing their opinion on the legalities and licensing issues of bundling ZFS with Linux.

Polling is a Hack: Server Sent Events (EventSource) with gevent, Flask, nginx, and FreeBSD

  • A tutorial on setting up ‘Server-Sent Events’, also know as EventSource in javascript, to notify website clients of new data, rather than having the javascript constantly poll for new data.
  • The setup uses FreeBSD, nginx, gevent, Python, and the Flask framework
  • The tutorial walks through setting a basic Python application using the Flask framework
  • Then setting up the client side in Javascript
  • Then for the server side setup, it covers installing and configuring nginx, and py-supervisor on FreeBSD
  • The tutorial also includes links to additional resources and examples, including how to rate limit the Flash application

Why FreeBSD?

  • An excellent article written by Hamza Sheikh, discussing why FreeBSD is now his clear choice for learning UNIX.
  • The article is pretty well written and lengthy, but has some great parts which we wanted to share with you:

There were many rough edges in the Linux world and some of them exist even today. Choosing the right distribution (distro) for the task at hand is always the first and most difficult decision to make. While this is a strength of the Linux community it is also its weakness. This is exacerbated with the toxic infighting within the community in the last few years.

A herd of voices believes it is their right to bring down a distro community because it is not like their distro of choice. Forking upstream projects has somehow become taboo. Hurling abuse in mailing lists is acceptable. Helping new users is limited to lambasting their distro of choice. Creating conspiracy theories over software decisions is the way to go. Copyleft zealots roam social media declaring non-copyleft free software heretic abominations. It all boils down to an ecosystem soured by the presence of maniacs who have the loudest voices and they seem to be everywhere you turn.

Where is the engineering among all this noise? Btrfs – baking for a long time – is still nowhere near ZFS in stability or feature parity. systemd is an insatiable entity that feeds on every idea in sight and just devours indiscriminately. Wayland was promised years ago and its time has yet to arrive. Containers are represented by Docker that neither securely contains applications nor makes them easy to manage in production. Firewalling is dithering between firewalld, nftables, etc. SystemTap cannot match DTrace.

In the same time span what do various BSDs offer? pf, CARP, ZFS, Hammer, OpenSSH, jails, pkgsrc, (software) ports, DTrace, hardware portability; just to name a few. Few would deny that BSDs have delivered great engineering with free software licenses to the entire world. To me they appear to be better flag bearers of free software with engineering to back it.

  • He then goes through some of the various BSD’s and the specifics on why FreeBSD was the logical choice for his situation. But at the end has a great summary on the community as a whole:

Finally – and maybe repeating myself here – I have nothing but praise for the community. Be it BSD Now, mailing lists, Reddit, Twitter, LFNW, or SeaGL, people have encouraged me, answered my questions, and filed bugs for me. I have been welcomed and made a part of the community with open arms.
These reasons are (good) enough for me to use FreeBSD and contribute to it.


BeastieBits

OPNsense 16.1.3 released

Copies of “FreeBSD Mastery: Specialty Filesystems” seen in the wild

pfsense training available in Europe

LiteBSD now has 50 ports in its ports tree

Ports tree locked for OpenBSD 5.9

“FreeBSD Filesystem Fun” at March semibug

Event #46 — Embedded Platforms (BSD, OpenWRT, Plan 9 & Inferno)


Feedback/Questions


  • Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv

The post Store all the Things | BSD Now 130 first appeared on Jupiter Broadcasting.

]]>
Collecting SSHells | BSD Now 12 https://original.jupiterbroadcasting.net/46747/collecting-sshells-bsd-now-12/ Fri, 22 Nov 2013 09:46:15 +0000 https://original.jupiterbroadcasting.net/?p=46747 We talk with Amitai Schlair of the NetBSD foundation about pkgsrc, NetBSD's future plans and much more. After that, our in-depth SSH tutorial.

The post Collecting SSHells | BSD Now 12 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

This week we\’ll be talking to Amitai Schlair of the NetBSD foundation about pkgsrc, NetBSD\’s future plans and much more. After that, if you\’ve ever wondered what all this SSH stuff is about, today\’s tutorial has got you covered. We\’ll be showing you the basics of SSH, as well as how to combine it with tmux for persistent sessions. News, feedback and everything else, right here on BSD Now – the place to B.. SD.

Direct Download:

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

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | HD Vid Feed | HD Torrent Feed

– Show Notes: –

Headlines

Faces of FreeBSD

  • The FreeBSD foundation is publishing articles on different FreeBSD developers
  • This one is about Colin Percival (cperciva@), the ex-security officer
  • Tells the story of how he first found BSD, what he contributed back, how he eventually became the security officer
  • Running series with more to come

Lots of BSD presentation videos uploaded

  • EuroBSDCon 2013 dev summit videos, AsiaBSDCon 2013 videos, MWL\’s presentation video
  • Most of us never get to see the dev summit talks since they\’re only for developers
  • AsiaBSDCon 2013 videos also up finally
  • List of AsiaBSDCon presentation topics here
  • Our buddy Michael W Lucas gave an \”OpenBSD for Linux users\” talk at a Michigan Unix Users Group.
  • He says \”Among other things, I compare OpenBSD to Richard Stallman and physically assault an audience member. We also talk long long time, memory randomization, PF, BSD license versus GPL, Microsoft and other OpenBSD stuff\”
  • Really informative presentation, pretty long, answers some common questions at the end

Call for Presentations: FOSDEM 2014 and NYCBSDCon 2014

  • FOSDEM 2014 will take place on 1–2 February, 2014, in Brussels, Belgium
  • Just like in the last years, there will be both a BSD booth and a developer\’s room
  • The topics of the devroom include all BSD operating systems. Every talk is welcome, from internal hacker discussion to real-world examples and presentations about new and shiny features.
  • If you are in the area or want to go, check the show notes for details
  • NYCBSDCon is also accepting papers.
  • It\’ll be in New York City at the beginning of February 2014
  • If anyone wants to give a talk at one of these conferences, go ahead and send in your stuff!

FreeBSD foundation\’s year-end fundraising campaign

  • The FreeBSD foundation has been supporting the FreeBSD project and community for over 13 years
  • As of today they have raised about half a million dollars, but still have a while to go
  • Donations go towards new features, paying for the server infrastructure, conferences, supporting the community, hiring full-time staff members and promoting FreeBSD at events
  • They are preparing the debut of a new online magazine, the FreeBSD Journal
  • Typically big companies make their huge donations in December, like a couple of anonymous donors that gave around $250,000 each last year
  • Make your donation today over at freebsdfoundation.org, every little bit helps
  • Everyone involved with BSD Now made a donation last year and will do so again this year

Interview – Amitai Schlair – schmonz@netbsd.org / @schmonz

  • The NetBSD Foundation, pkgsrc, future plans
  • Can you start off by telling us a little bit about who you are and how you got involved with BSD in general?
  • What are all your roles with the NetBSD project? What \”hats\” do you wear?
  • What kind of tasks are assigned to the foundation? What does being on the board entail?
  • Since you\’re also very involved with pkgsrc, could you give us a brief overview of what pkgsrc is, and how it compares to something like ports?
  • What\’s planned for the next big release of NetBSD, and when can we expect it?
  • In what ways do you personally use NetBSD? Desktops, servers, toasters? All of the above?
  • If some of our listeners want to get involved with NetBSD and pkgsrc, where would you recommend they go to help out?
  • How can people find you? Anything else you\’d like to mention?
  • https://twitter.com/schmonz

Tutorial

A guide to SSH and tmux

  • OpenSSH and tmux, a match made in heaven
  • This guide shows how to do basic tasks with SSH
  • Persistent sessions with tmux increase productivity

News Roundup

PS4 released

  • Sony\’s Playstation 4 is finally released
  • As previously thought, its OS is heavily based on FreeBSD and uses the kernel among other things
  • Link in the show notes contains the full list of BSD software they\’re using
  • Always good to see BSD being so widespread

BSD Mag November issue

  • Free monthly BSD magazine publishes another issue
  • This time their topics include: Configuring a Highly Available Service on FreeBSD, IT Inventory & Asset Management Automation, more FreeBSD Programming Primer, PfSense and Snort and a few others
  • PDF linked in the show notes

pbulk builds made easy

  • NetBSD\’s pbulk tool is similar to poudriere, but for pkgsrc
  • While working on updating the documentation, a developer cleaned up quite a lot of code
  • He wrote a script that automates pbulk deployment and setup
  • The whole setup of a dedicated machine has been reduced to just three commands

PCBSD weekly digest

  • Over 200 PBIs have been populated in to the PC-BSD 10 Stable Appcafe
  • Many PC-BSD programs received some necessary bug fixes and updates
  • Some include network detection in the package and update managers, nvidia graphic detection, security updates for PCDM

Feedback/Questions

  • Peter writes in: https://slexy.org/view/s21oh3vP7t
  • Kjell-Aleksander writes in: https://slexy.org/view/s21zfqcWMP
  • Jordan writes in: https://slexy.org/view/s2ZmW77Odb
  • Christian writes in: https://slexy.org/view/s2BZq7xiyo
  • entransic writes in: https://slexy.org/view/s21xrk0M4k

  • All the tutorials are posted in their entirety at bsdnow.tv
  • Send questions, comments, show ideas/topics, etc to feedback@bsdnow.tv
  • Watch live Wednesdays at 2:00PM Eastern (19:00 UTC)

The post Collecting SSHells | BSD Now 12 first appeared on Jupiter Broadcasting.

]]>
Lightsabers & Legacies | TORked 1 https://original.jupiterbroadcasting.net/18362/lightsabers-legacies-torked-1/ Wed, 28 Mar 2012 17:14:11 +0000 https://original.jupiterbroadcasting.net/?p=18362 The massive 1.2 Patch is very near and we share what we’re looking forward to, plus we have companion complaints, and what expect to see in the legacy system.

The post Lightsabers & Legacies | TORked 1 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

The massive 1.2 Patch is very near and we share what we’re looking forward to, plus we have companion complaints, and the great things you can expect to see in the legacy system.

All that and more on this week’s episode of TORked!

Direct Download:

HD Download | Large Download | Mobile Download | MP3 Download | Ogg Download | YouTube

RSS Feeds:

HD Feed | Mobile Feed | MP3 Feed | iTunes Feeds

Support the Show:

Show Notes:

> News


> Main Content

  • Legacy System Features
    • Family Tree – set up relationships including non-familial ones e.g. rivals
    • Race Unlocks
    • Specific account bound “legacy” items & emailing them to alts
    • Cross class powers due to genetic heritage
    • Further additions slated for Patch 1.3
  • Mention of poor romance options
    • Lack of flirting options for female characters
    • Why are female Sith Warriors not getting more action (Pathetic Men)?
    • Poor selection of male companions (exception Andronikos Revel)
    • Expected possibility of same gender romances in future


> Community Feedback

  1. What topics do you want covered? Email us or leave a comment!


> Next Week

  • 1.2 patch notes part 2 – SO many changes and updates to investigate
  • Test server feedback from our team as they continue to explore
  • MMO “holy trinity” of Tank-Healer-Damage Dealer and how it works in SWTOR

The post Lightsabers & Legacies | TORked 1 first appeared on Jupiter Broadcasting.

]]> Podcaster Summit Highlights | STOked 80 https://original.jupiterbroadcasting.net/7742/sto-podcaster-summit/ Tue, 03 May 2011 06:13:43 +0000 https://original.jupiterbroadcasting.net/?p=7742 It’s a break from our regularly scheduled STOked this week, and we’ve got the some of the best moments from the recent STO Podcasters Summit.

The post Podcaster Summit Highlights | STOked 80 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

It’s a break from our regularly scheduled STOked this week, and we’ve got the some of the best moments from the recent STO Podcasters Summit.

Plus Murphy joins us for a new Community feedback segment, and shares his personal inspirations for his Foundry missions!

Direct Download Links

HD Video | Large Video | Mobile Video | MP3 Audio | OGG Audio | YouTube

Subscribe via RSS and iTunes:

Our STOked App:

STOked App Grab the STOked iPhone/iPod App and download STOked on the go!

Download:

The post Podcaster Summit Highlights | STOked 80 first appeared on Jupiter Broadcasting.

]]>