100 episodes

Dig into the TWiT.tv archives and enjoy episodes from ten years ago. It's a tech time machine!

Please note that these episodes are from ten years ago, so URLs, products, and other information may be very outdated. Sponsor codes and offers may no longer be valid.

TWiT Throwback (Audio‪)‬ TWiT Tech Podcasts: Audio

    • News

Dig into the TWiT.tv archives and enjoy episodes from ten years ago. It's a tech time machine!

Please note that these episodes are from ten years ago, so URLs, products, and other information may be very outdated. Sponsor codes and offers may no longer be valid.

    Know How... 91: F1 Turbo, Solar Powered Rasp Pi, and Goat Sim Tips

    Know How... 91: F1 Turbo, Solar Powered Rasp Pi, and Goat Sim Tips

    Mercedes is wining F1 with a new twist on an old technology, power your Raspberry Pi with the sun, and Goat Simulator Tips.

    Hosts: Fr. Robert Ballecer, SJ and Bryan Burnett

    For full show notes, visit https://twit.tv/shows/know-how/episodes/91

    Sponsor:
    shutterstock.com offer code KNOWHOW514

    • 42 min
    This Week in Computer Hardware 265: Three Grand GPU Gaming Mayhem

    This Week in Computer Hardware 265: Three Grand GPU Gaming Mayhem

    Radeon R9 295X2 CrossFire at 4k, AMD or Nvidia for linux gaming, power sipping Kabinis, storage geekery, and more.

    Host: Patrick Norton

    Guest: Allyn Malventano

    Download or subscribe to this show at https://twit.tv/shows/this-week-in-computer-hardware.

    Thanks to CacheFly for the bandwidth for this show.

    • 1 hr 8 min
    Home Theater Geeks 204: High on High-Res Audio

    Home Theater Geeks 204: High on High-Res Audio

    Scott chats with Mark Waldrep about high end and high-resolution audio.

    Host: Scott Wilkinson

    Guest: Mark Waldrep

    Download or subscribe to this show at https://twit.tv/shows/home-theater-geeks.

    Thanks to CacheFly for the bandwidth for this show.

    • 1 hr 6 min
    Tech News 2Night 78: You Can Thank BASIC

    Tech News 2Night 78: You Can Thank BASIC

    ZeniMax says Oculus VR violated intellectual property agreement with Rift, Microsoft patches Windows XP, Amazon expands same-day shipping, a clear look at what Amazon's smartphone might look like, Twitter let's you mute accounts, Snapchat introduces video calling, Foursquare splits apps in two, Vine TV looks like YouTube, a smart-bike for your smartphone, and BASIC turns 50.

    Host: Sarah Lane

    Guest: Harry McCracken

    Download or subscribe to this show at https://twit.tv/shows/tech-news-2night.

    Bandwidth for Tech News 2Night is provided by CacheFly.

    • 11 min
    Coding 101 15: Python - Sort and the YouTube API

    Coding 101 15: Python - Sort and the YouTube API

    Welcome to Coding 101 - It's the TWiT show that gives YOU the knowledge to live in the wonderful world of the programmer. This week we are introducing our newest module, Python with Code Warrior Dale Chase!

    To see all the code used in today's episode, go to Our Github Repository for Module 2

    Please Note: The episode code will NOT work unless you have your own YouTube API Key. The procedure for applying for your own YouTube API key can be found here.
    Let's Learn about Sorting!Let's say I have the following list of numbers: (1, 23, 6, 4, 99) Now I want to put that list into ascending order. I need to "sort" the data into an order that will be useful to me.

    I could write a function that:

    Puts all the values into a list (rawlist)
    Creates a NEW list (sortlist) into which I will place those values as they are sorted
    Add the first value of (rawlist) into the first position of (sortlist)
    Compare each successive value of "rawlist" to the values that are already in (sortlist) and reorder (sortlist) accordingly
    Here's how it would work:

    "1" is moved from (rawlist) to (sortlist)
    "23" from (rawlist) is compared to "1" in (sortlist). It is GREATER than "1" so it is added to (sortlist) AFTER "1"
    "6" from (rawlist) is compared to "1" in (sortlist). It is GREATER than "1" so it is then compared to "23" in (sortlist). It is LESSER than "23", so "6" is coppied into the position after "1" in (sortlist) and "23" is moved to the position after "6" in (sortlist)
    "4" from (rawlist) is compared against "1" in (sortlist). It is greater than "1", so it is compared against "6" in (sortlist). It is LESSER than "6", so "4" is coppied into the position after "1" in (sortlist), "6" is coppied into the position after "4" in (sortlist), and "23" is coppied into the position after "6" in (sortlist)
    "99" (rawlist) is compared against "1"(sortlist). It is greater than "1", so it is compared against "4" (sortlist). It is greater than "4", so it is compared against "6" (sortlist). It is greater than "6", so it is compared against "23" (sortlist). It is greater than, "23", so it is added to the position after "23" (sortlist)"
    Python has a built-in sorting method!

    sort()

    The "sort()" method will sort a list of objects, much in the same way that we just demonstrated.
    But we don't need to know all the logic behind the method!
    Usage:

    SortMe = [1, 23, 6, 4, 99]

    for entries in range (0,5):

    print SortMe[entries]

    raw_input ("Press Enter")

    SortMe.sort();

    for entries in range (0,5):

    print SortMe[entries]

    Hosts: Fr. Robert Ballecer, SJ and Shannon Morse

    Guest: Dale Chase

    Get in Touch With Us!
    Subscribe and get Coding 101 automatically at https://twit.tv/shows/coding-101.
    Follow PadreSJ and Snubs on Twitter
    Bandwidth for Coding 101 is provided by CacheFly.

    Sponsor:
    lynda.com/c101

    • 45 min
    The Social Hour 160: Breather Founder Julien Smith

    The Social Hour 160: Breather Founder Julien Smith

    Amber & Sarah chat with Breather Founder Julien Smith, Facebook announces "Anonymous Login", Snapchat adds video chat, are Wi-Fi hotspots in Canadian parks Rad or Fad? & more!

    Hosts: Amber MacArthur and Sarah Lane

    Guest: Julien Smith

    Download or subscribe to this show at https://twit.tv/shows/social-hour.

    Bandwidth for The Social Hour is provided by CacheFly.

    Sponsor:
    99designs.com/socialhour

    • 49 min

Top Podcasts In News

BBK Network @ Podcast
BBK Network
Global News Podcast
BBC World Service
Morning Brief
BFM Media
The Global Story
BBC World Service
Economist Podcasts
The Economist
The Daily
The New York Times

More by TWiT TV

Tech News Weekly (Audio)
TWiT
All TWiT.tv Shows (Video)
TWiT
Tech News Weekly (Video)
TWiT
This Week in Tech (Audio)
TWiT
Security Now (Audio)
TWiT
MacBreak Weekly (Audio)
TWiT