Hacker Public Radio show

Hacker Public Radio

Summary: Hacker Public Radio is an podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that are of interest to hackers and hobbyists.

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: Hacker Public Radio
  • Copyright: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License

Podcasts:

 HPR1432: Fahrenheit 212 | File Type: audio/mpeg | Duration: Unknown

Please consider recording an episode for Hacker Public Radio. We are a you-contribute podcast. :) Ken requests an episode on Fahrenheit, which really requires discussion of the two temperature systems, and how they are quantified. Terminology Centigrade: old fashioned term for Celsius Kelvin (K): less common measurement of temperature used for Science Thermal Equilibrium: en.wikipedia.org/wiki/Thermodynamic_equilibrium‎ Zeroth Law of Thermodynamics: en.wikipedia.org/wiki/Zeroth_law_of_thermodynamics Absolute zero: en.wikipedia.org/wiki/Absolute_zero My personal preference is Celsius. Less numbers to deal with in everyday use. Really Cold – Temperatures below 0°C Really Hot – Temperatures above 30°C The "American" thinking is temperatures go in 20's, 30's, 40's...ect. more work! Obligatory gun discussion Indirect conversation about PV = nRT formula Correction: the absence of pressure (vacuum) causes water to boil. Celsius and Fahrenheit are "measured" by the states of water boiling/freezing. Celsius freezes at 0° boils at 100° Fahrenheit freezes at 32 boils 212° 1 (K) Kelvin = -273.15°C

 HPR1431: Talking Twenty Fourteen | File Type: audio/mpeg | Duration: Unknown

In what has become an annual thing, Jezra and NYbill talk about their New Years predictions past and future. Better late then never, I guess...

 HPR1430: thebestofyoutube.com download script | File Type: audio/mpeg | Duration: Unknown

In episode "Thu 2013-12-19: hpr1404 Editing pre-recorded audio in Audacity" I walked you through editing a podcast, by the magic of editing this is been posted after the other show has aired. The plan here is to get people to share their useful hacks to show how elegent, or in my case ugly, code can be. As Knightwise says "Getting technology to work for you."™ Feel free to share your own hacks with us. http://hackerpublicradio.org/eps.php?id=1404 http://hackerpublicradio.org/eps/hpr1430-downloader.bash.txt #!/bin/bash # Downloads videos from youtube based on selection from http://thebestofyoutube.com # (c) Ken Fallon http://kenfallon.com # Released under the CC-0 maxtodownload=10 savepath="/mnt/media/Videos/tv/youtube/bestofyoutube" savedir="${savepath}/$(date -u +%Y-%m-%d_%H-%M-%SZ_%A)" mkdir -p ${savedir} logfile="${savepath}/downloaded.log" # Gather the list seq 1 ${maxtodownload} | while read videopage; do thisvideolist=$(wget --quiet "http://bestofyoutube.com/index.php?page=${videopage}" -O - | grep 'www.youtube.com/embed/' | sed 's#^.*www.youtube.com/embed/##' | awk -F '"|?' '{print "http://www.youtube.com/watch?v="$1}') for thisvideo in $(echo $thisvideolist); do if [ "$( grep "${thisvideo}" "${logfile}" |

 HPR1429: Debian sources.list | File Type: audio/mpeg | Duration: Unknown

Honkeymagoo and Kevin Wisher discuss the Debian GNU Linux sources.list file, and the many ways it can be used to personalize your Debian distro The site that gives most of the information about the sources.list file: http://www.debian.org/doc/debian-policy/ch-archive.html Mirror sites list: http://www.debian.org/mirror/list A site that can help you make a sources.list file: http://debgen.simplylinux.ch/ 2 good sites to learn about apt-pinning: http://jaqque.sbih.org/kplug/apt-pinning.html http://www.howtoforge.com/a-short-introduction-to-apt-pinning The Debian multimedia repository: http://www.deb-multimedia.org/ Default sources.list file for US: deb http://ftp.us.debian.org/debian/ wheezy main deb-src http://ftp.us.debian.org/debian/ wheezy main deb http://security.debian.org/ wheezy/updates main deb-src http://security.debian.org/ wheezy/updates main deb http://ftp.us.debian.org/debian/ wheezy-updates main deb-src http://ftp.us.debian.org/debian/ wheezy-updates main

 HPR1428: Coffee Stain Studios and the Sanctum games | File Type: audio/mpeg | Duration: Unknown

Do you know the Sanctum games? You should! Listen to Armin from Coffee Stain Studios on todays episode of Hacker Public Radio! "We're actually working on Linux support. *pause* I don't know if I'm supposed to say that."-- Armin Coffee Stain Studios In 2010 a few students from the University of Skövde created the Indie game developing company "Coffee Stain Studios". In 2011 they released the game "Sanctum" on Steam, and in May of 2013 they released "Sanctum 2". These games are most often described as a mix between First-person shooter and Tower defense. You find yourself in a futuristic setting, fighting aliens with a fair bit of humor. The player chooses how much resourses to distribute on automatic towers or his or her own weapons. Both games featured the possibility to collaborate with your friends to beat the levels. One of the founders, Armin Ibrisagic, was at DreamHack in November 2013, where I got a chance to talk to him. DreamHack "What is DreamHack?" you ask? Only the world's largest computer festival, held multiple times a year in Jönköping, Sweden. According to Wikipedia "It holds the world record (as recognized by the Guinness Book of Records and Twin Galaxies) for the world's largest LAN party and computer festival, and has held the record for the world's fastest Internet connection, and the record in most generated traffic." I also got an interview with one of the organizers of DreamHack, but that you will hear another day. Today we focus on Sanctum, and how the market looks for smaller game developers. Stuff referenced in the episode Armin, Twitter: @ArminPosts Coffee Stain Studios: http://www.coffeestainstudios.com/ DreamHack: http://www.dreamhack.se/ Wikipedia - DreamHack: http://en.wikipedia.org/wiki/DreamHack Humble Bundle: https://www.humblebundle.com/ "The Yogscast - Sanctum Part 1: A weird blend of FPS and Tower Defence": http://youtu.be/K2ObESxQbPY "The Yogscast - Sanctum - Yogscave DLC": http://youtu.be/bSah3PZkDHI "The Yogscast - Sanctum 2 - Maze Making 2.0": http://youtu.be/3ifB7QGhO3k "Steam: Sanctum": http://store.steampowered.com/app/91600/ "Steam: Sanctum 2": http://store.steampowered.com/app/210770/ How to reach me You should follow me and subscribe to All In IT Radio: Identi.ca: @alltinomit Twitter: @alltinomit http://aiit.se/radio/+ http://aiit.se/radio/

 HPR1427: Decoding HPR1216 the easy way and a bit more | File Type: audio/mpeg | Duration: Unknown

This Episode is kind of a direct response to HPR1343 by Laindir, where he explains his awesome way to decode the morse code in HPR1216. For the fun of it, I start right out by digressing into a memory of mine. It is about how I tried to decode morse code telemetry from the AO-21 amateur radio satellite some 20 years ago by using a CBM-8032 computer. After that I reveal the easy way to decode HPR1216 by using the CW mode of the program FLDIGI. Along the way, I mention the use of "monitors" in pulse audio, which are selectable in pavucontrol as input sources for audio applications. This is an easy way to loop back sound output from other applications. This method also combines nicely with WEBSDR, web accessible software defined receivers, all over the world. These may be used if you want to throw some real world signals at FLDIGI to play with the different modes. For listening to amateur radio communication I recommend to start out with one of these modes: CW (morse telegraphy), PSK > BPSK31 (very common, narrow band tele type mode) and RTTY > RTTY-45 ("original" radio tele type). For the typing modes you might want to check also "View>Waterfall>Docked scope" or activate "View>View/Hide Channels". Finally I add a tip about using OSS-wrappers like aoss, from alsa-oss, and padsp from the pulseaudio-utils package, to run old OSS applications. I use this primarily for siggen, a suit of command line / curses applications for generating audio signals like sine wave, rectangle and so on. NOTE: There is one stumbling block with pavucontrol, which I forgot to mention in the recording. Applications will only show up as playback sources or recording sinks when they actively use the interface. That is, the alsa player source will only be visible while playing, in the same way as an audacity sink can only be seen while the recording is going on. Links: hpr1343 :: Too Clever For Your Own Good http://hackerpublicradio.org/eps.php?id=1343 hpr1216 :: Digital Data Transfer http://hackerpublicradio.org/eps.php?id=1216 Some sparse info on the AO-21 satellite http://www.sat-net.com/winorbit/help/satao21.html Wiki page covering the CBM8032 http://en.wikipedia.org/wiki/Commodore_PET Fldigi home page http://www.w1hkj.com/Fldigi.html WEBSDR main page http://websdr.org

 HPR1426: A Visit to Reglue | File Type: audio/mpeg | Duration: Unknown

Recycled Electronics and Gnu/Linux Used for Education. Reglue, in a nutshell, gives free Linux computers to under privileged children and their families. From their website: According to our estimates and those of the Austin Independent School District, there are over 5000 Austin students who cannot afford a computer or Internet access. Reglue wants to reduce that number by as much as we can. Since 2005 we have provided 1102 disadvantaged Austin-area kids and their families a computer. These kids cannot grow and compete with their peers unless they have a computer and Reglue focuses on giving these kids the tools they need. http://www.reglue.org/ To find out more about Ken Starks - Find him on Google+ Ken's Blog http://linuxlock.blogspot.com/2009/08/let-their-eyes-be-opened.html

 HPR1425: Ahuka 20 LibreOffice Writer FramesIntroduction and the Type Tab | File Type: audio/mpeg | Duration: Unknown

This episode introduces the discussion of Frames in LibreOffice Writer by opening the Properties window and looking at the first tab, Type. Becuase there is so much to discuss about this tab, it is the only one we will look at in this episode. In the next episode we will wrap up the discussion of Frame properties by looking at the ther tabs in this window Links The written version of this tutorial can be found on my Web site at http://www.ahuka.com/?page_id=476

 HPR1424: ohmroep hpr live mini, 03-08-2013, Censorship and Hacking in the Netherlands | File Type: audio/mpeg | Duration: Unknown

Nido Media invades the Early Morning Show hosted by colleague host Brenno de Winter to talk about his talk on Censorship and Hacking in the Netherlands. We discuss the situation of Alberto Stegeman, who proved the lack of security on Schiphol by touching the plane of the Queen. Brenno's own adventures with the Dutch transportation card. Henk Krol showed a medical system's security, a system considered to be "Top Notch Security", hinged on a (shared) password consisting of 5 numbers. He also talks about the Dutch Responsible Disclosure procedure and what is wrong with it, including examples such as Hans Scheuder who found a flaw in habbo Hotel. Ilyam saw his little brother and sister taken away by the Child Protection Services by accident and decided to film it and go public with it. Indigo - system for registering people immigrating to the netherlands. Contains markers like "You are ready to be removed". Russian Activist fled to the Netherlands after he was let out of jail. Here he got cought in a system named 'Indigo' which is used by the immigration service. One of the flags this system can set on people is 'you are ready to be removed'.

 HPR1423: Monty - The man behind your databases | File Type: audio/mpeg | Duration: Unknown

Listen to the man who created the database YOU use everyday, today on Hacker Public Radio. "There's no reasons to use MySQL anymore."-- Monty Michael Widenius at FSCONS 2013 A couple of months ago I attended FSCONS 2013. There I met Michael "Monty" Widenius, the driving force behind both MySQL and MariaDB. This is a guy who loves being a developer and he loves Open Source software. He named MySQL after his daughter My, and the new fork MariaDB got it's name from his other daughter Maria. Monty was invited to FSCONS 2013 to give a speach entitled "The MySQL and MariaDB story", and the synopsis on fscons.org says: "The story of how MySQL was created, why it was successful and how it grow until it was sold to Sun, who was then overtaken by Oracle. It will also cover how and why MariaDB was created and what we are doing to ensure that there will always be a free version of MySQL (under the name of MariaDB). The talk will also explains the challenges we have had to do this fork, especially the merge with MySQL 5.5, and the various systems (like buildbot) that we used to build the binaries and how we are working with the MariaDB/MySQL community." -- https://frab.fscons.org/en/fscons13/public/events/51 That presentation can be found on YouTube, and I encourage you all to have a look at it. "Michael Monty Widenius: The MySQL and MariaDB story": http://youtu.be/JxyBNdwmpzM If you have not yet made the switch to MariaDB, now is the time! Monty also asks everyone who uses MariaDB to activate the anonymous plug-in, so that the developers might know what to focus their attention on. If you wish to look Monty in the eyes, you have the opportunity to do so, as this interview was video recorded and will be realesed on YouTube or similar. Follow All In IT Radio on Google+, Twitter and Identi.ca for updates on when that will be released. Stuff referenced in the episode Wikipedia - Michael Widenius: http://en.wikipedia.org/wiki/Michael_Widenius Wikipedia - MySQL: http://en.wikipedia.org/wiki/MySQL MySQL: http://www.mysql.com/ Wikipedia - MariaDB: http://en.wikipedia.org/wiki/MariaDB MariaDB Foundation: https://mariadb.org/ SkySQL: http://www.skysql.com/ How to reach me You should follow me and subscribe to All In IT Radio: Identi.ca: @alltinomit Twitter: @alltinomit http://aiit.se/radio/+ http://aiit.se/radio/

 HPR1422: Setting up and using SSH and SOCKS | File Type: audio/mpeg | Duration: Unknown

In this episode I go through how I set up SSH and SOCKS. This is very useful when you need to feel a bit more secure in your internet traffic and need to keep out of prying eyes. I also go over some tools used to access your home network from a Windows computer. Links: Klattu's Show on SSH : http://gnuworldorder.info/audiophile/archive/season8/gnuWorldOrder_8x20.ogg DynDNS : http://dyn.com/dns/ DDClient : http://sourceforge.net/p/ddclient/wiki/Home/ Linksys E2500 : http://support.linksys.com/en-us/support/routers/E2500 PuTTy : http://www.putty.org/ Portable Firefox : http://portableapps.com/apps/internet/firefox_portable

 HPR1421: Statistics and Polling | File Type: audio/mpeg | Duration: Unknown

We are given polling results constantly in news stories, and even more so when an election is near. But how accurate are these polls? What are the limitations? And what kinds of questions should you have when looking at these surveys? I will attempt to answer these questions in this podcast.

 HPR1420: HPR New Year Show Part 5 2014-01-01T10:00:00Z to 2014-01-01T12:00:00Z | File Type: audio/mpeg | Duration: Unknown

2014-01-01T10:00:00Z Greetings to small region of U.S.A. and 2 more Honolulu, Rarotonga, Adak, Papeete, followed by a short reminder of the ORCA fundraiser. https://archive.org/donate/ http://theacf.co/ Can a short url be thought of as time based I maintain that in it's current likely implementations that it is not.  Especially since it is likely that the storage uses a 1 original URL to many shortened URLs.  However, I would think it would be possible to implement as a hashed function given the rights seeds. KuraKura: questions about using mumble. General conversation Discussion about Orca and handling integration with various software packages.  Ken wants to motivate the HPR community to explore the issues that exist, and talk with developers from application projects about improving their orca integration. JonDoe mentions that there might be dependencies and / or regressions that occur as changes are made due to hacks / workarounds that currently exist (both in orca and applications) http://en.wikipedia.org/wiki/NonVisual_Desktop_Access 2014-01-01T11:00:00Z Greetings to American Samoa, Midway Atoll/U.S.A. and 1 more  Alofi, Midway, Pago Pago, followed by a short reminder of the ORCA fundraiser. Are Imperial Measurements outdated? http://www.youtube.com/watch?v=r7x-RGfd0Yk Would someone do an HPR show on conversion / relationship between celsiu and farhenheit?  Ken really wants to understand the conversion and why the difference. kaithx Pokey doesn't like single port audio jack for headset and microphon Jonathan Nadeau talks about the frustration blind users can have typing on a touch phone/tablet.  Keyboard designed for mechanical overlap:  http://www.straightdope.com/columns/read/221/was-the-qwerty-keyboard-purposely-designed-to-slow-typists http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard Popey discusses the Mint / Canonical repsoitory / binary package issue.  Popey expresses his own opinion, and not in any way an official statement from Canonical. 2014-01-01T12:00:00Z Greetings to small region of U.S.A.  Baker Island, Howland Island, followed by a short reminder of the ORCA fundraiser. The End ! SndChaser plays http://en.wikipedia.org/wiki/Auld_Lang_Syne Should auld acquaintance be forgot, and never brought to mind? Should auld acquaintance be forgot, and auld lang syne*? CHORUS For auld lang syne, my jo, for auld lang syne, we’ll tak a cup o’ kindness yet, for auld lang syne. And surely ye’ll be your pint-stowp! and surely I’ll be mine! And we’ll tak a cup o’ kindness yet, for auld lang syne. CHORUS We twa hae run about the braes, and pu’d the gowans fine; But we’ve wander’d mony a weary fit, sin auld lang syne. CHORUS We twa hae paidl’d i' the burn, frae morning sun till dine; But seas between us braid hae roar’d sin auld lang syne. CHORUS And there’s a hand, my trusty fiere! and gie's a hand o’ thine! And we’ll tak a right gude-willy waught, for auld lang syne.

 HPR1419: HPR New Year Show Part 4 2014-01-01T04:00:00Z to 2014-01-01T10:00:00Z | File Type: audio/mpeg | Duration: Unknown

2014-01-01T04:00:00Z Greetings to some regions of Canada and 26 more  La Paz, San Juan, Santo Domingo, Halifax, followed by a short reminder of the ORCA fundraiser. Gun talk with Pokey, 5150 & Broam: http://www.thefirearmblog.com/blog/2011/02/17/izhmash-%D0%BA%D1%80-22-nagant-revolver-carbine-in-22-lr/ http://en.wikipedia.org/wiki/Nagant_M1895 Pokey mentions Hickok45 videos on youtube.com for a demo of the gas that escapes from a gun Greybeard: http://en.wikipedia.org/wiki/7.62%C3%9738mmR 2014-01-01T04:30:00Z Greetings to Venezuela Caracas, Barquisimeto, Maracaibo, Maracay, followed by a short reminder of the ORCA fundraiser. More gun talk: Broam, Pokey, FiftyOneFifty, Greybeard, FlyingRich...(yawn) "Only Accurate Guns are Interesting" - Col. Townsend Whelen 2014-01-01T05:00:00Z Greetings to the eastern region of U.S.A., regions of Canada and 12 more  New York, Boston, Rochester, Marriland, Washington D.C., 20,000 feet over Florida, Washington DC, Detroit, Havana, followed by a short reminder of the ORCA fundraiser. 5150: OCPLive is probably going to happen this year.  No official location.  Sounds like plans are going to be hammered out in the near future. 5150: Canonical to charge Mint for repository access?  Appears to originate from this: http://distrowatch.com/weekly.php?issue=20131209#qa Underrunner: Synchronized christmas lights Peter64 regales us with his tale of how he electrocuted himself with christmas lights 2014-01-01T06:00:00Z Greetings to the midwest region of U.S.A., some regions of Canada and 8 more  Mexico City, Chicago, Guatemala, Dallas, followed by a short reminder of the ORCA fundraiser. General and random chaos conversation - this is turning into a jumbled, mixed up, and fun conversation General pissing match about the Affordable Care Act / Obama Care. Food conversation inlcuding the Aussie version of the Turducken ..and back to gun talk & hunting Peter64's gun: http://bazar.hunting-shop.cz/detailni_foto.php?id_inzeratu=5887&id_obrazku=0  http://usedguns.com.au/Product.aspx?p=2070 Talk about coyote 2014-01-01T07:00:00Z Greetings to the mountain  region of U.S.A., some regions of Canada and 1 more Calgary, Denver, Edmonton, Phoenix, followed by a short reminder of the ORCA fundraiser. JonDoe, Discusses an upcomming show on goodwill computing Vellman Amp: http://www.vellemanusa.com/products/list/?country=us&lang=enu&id=523008 and http://www.vellemanusa.com/products/view/?id=350535 http://www.active123.com/RASPBERRY-PI-Prodlist.html Xbeamc http://xbeammc.com/  Ken forgot to mention in the community news that the maillist is on gmane news server http://blog.gmane.org/gmane.network.syndication.podcast.hacker-public-radio JonDo

 HPR1418: HPR New Year Show Part 3 2013-12-31T22:00:00Z to 2014-01-01T04:00:00Z | File Type: audio/mpeg | Duration: Unknown

2013-12-31T22:00:00Z Greetings to Greece and 30 more  Cairo, Ankara, Athens, and Bucharest, followed by a short reminder of the ORCA fundraiser. Discussion of the new cast of TuxRadar Got talking about Jupiter Broadcasting Deep discussion on the world of Jono Bacon The discussion of Jono / Aq on LugRadio evolves into a debate on the nature of debate This conversation evolved into a question / debate about software morality, SndChaser suggested that maybe it is an ethical question instead of a moral question 2013-12-31T23:00:00Z Greetings to Germany and 43 more Brussels, Madrid, Paris, and Rome, followed by a short reminder of the ORCA fundraiser. Our co-hosts pound on the morality topic some more... We should all be advocates for Free / Libre software wherever and whenever we can. Software applications that are Open Source which are better than their closed-source counterparts: FocusWriter (offered by ThistleWeb): http://gottcode.org/focuswriter/ DarkTable (pegwole): http://www.darktable.org LightZone (pegwole): http://lightzoneproject.org GIMP (pegwole): http://www.gimp.org G'MIC (): http://gmic.sourceforge.net/gimp.shtml Sound Converter (ThistleWeb): Simple Screen Recorder (FXB): http://www.maartenbaert.be/simplescreenrecorder/ Maelstrom (sebsebseb): http://maelstrom.sourceforge.net TuxPaint (sebsebseb): http://tuxpaint.org mtpaint (sebsebseb):  http://mtpaint.sourceforge.net Jitsi (sebsebseb): http://jitsi.org kid3 (pokey): EasyTag (pokey): Audacity (pokey): gPodder (pokey): PuddleTag (SndChaser): avidemux (ThistleWeb): OpenShot (Kwisher) EtherPad (k5tux): WordPress (SndChaser): Abiword (sebsebseb): gnumeric (sebsebseb): LibreOffice (k5tux): http://libreoffice.org mplayer (ken) ffmpeg (ken) emacs (SndChaser); vim (SndChaser): kdenlive (k5tux): Open Street Map (pokey): http://openstreetmap.org Which distro are you using and why? Ease of use vs control over the operating system. Dann: thinking about using desktop environments, always found that he was setting them up like Fluxbox, so just sticking to fluxbox now. 2014-01-01T00:00:00Z Greetings to United Kingdom and 24 more  London, Casablanca, Dublin, and Lisbon, followed by a short reminder of the ORCA fundraiser. (0002Z) Pokey: Mac OS was moderne when it was created, but now it's looking old and tired SndChaser thinks we are kind of spoiled with all the options - includnig things that don't exist elsewhere - like Awesome.  But lovest the ability we have to build our desktops to fit our workflows and optimize how we work. (0020Z) K5Tux: Easy to learn (he's coming back to it...) -- "Going to change lanes: When discussing ease of use, what about "don't care to know" folks, gamers, etc -- those who don't worry about privacy and software freedom, I have my own thoughts on but I'd like to hear the consensus on the danger for those who just don't care."

Comments

Login or signup comment.