Table of Contents
- -Hacker Public Radio FAQ
+Hacker Public Radio FAQ 2021-04-01
0.1 What is Hacker Public Radio?
-
-
Hacker Public Radio (HPR) is an Internet Radio show (podcast) that releases shows every weekday Monday through Friday.
-What differentiates HPR from other podcasts is that the shows are crowd sourced from the community — fellow listeners like you. There is no restriction on how long shows can be, nor on the topic you can cover as long as they are not spam and "are of interest to Hackers".
-If you want to see what topics have been covered so far just have a look at our Archive. We also allow for a series of shows so that hosts can go into more detail on a topic.
+Hacker Public Radio (HPR) is an Internet Radio show (podcast) that releases shows (episodes) every weekday Monday through Friday.
+What differentiates HPR from other podcasts is that the shows are crowd sourced from the community — fellow listeners like you. There is no restriction on how long shows can be, nor on the topic you can cover, as long as they are not spam and "are of interest to Hackers".
+If you want to see what topics have been covered so far just have a look at our Archive. We also allow for shows to be grouped into series so that hosts can go into more detail on a topic.
Look at the About HPR page for a full description of The HPR Community, Free Culture, Governance and our Patrons.
-A recent question on the mailing list asks if HPR is a Content Publication Network like YouTube, or is it a Podcast that random people contribute to? Or to put it another way, is the host addressing the Internet in general or the HPR Audience?
+A question on the mailing list in 2020 asked if HPR is a Content Publication Network like YouTube, or is it a Podcast that random people contribute to? Or to put it another way, is the host addressing the Internet in general or the HPR Audience?
-
-
- The consensus of opinion is that HPR is a Podcast contributed to by the community. +
- The consensus of opinion is that HPR is a Podcast contributed to by the community, not a Content Publication Network.
0.2 What is a show?
@@ -79,7 +26,7 @@Each show is expected to have certain mandatory attributes listed below.
HPR shows are usually expected to be informative or educational, and as such some sort of accompanying written material is highly desirable. This might consist of brief notes, links to relevant web sites, or possibly longer notes and examples. Photographs, diagrams and example files are also welcome if the host feels it helps to get the message across.
Shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported license. See Stuff you need to know for much more detail about this and related issues.
As a contributor you can choose when your show will be released. We only release one show a day, during week days, but if a slot is free you can claim it. Go to the calendar page to do this. You need to have your show ready to upload before you do this though.
As a contributor you can choose when your show will be released. We only release one show a day, during week days, but if a slot is free you can claim it. Go to the calendar page to do this. You need to have your show ready to upload before you reserve a slot though.
0.3 Can I submit a show made for another podcast?
-
@@ -105,30 +52,37 @@
- Audio
0.6 Is it OK if I don't include notes with my show?
+0.6 What are tags?
-
-
- No, please don't do that. It is important to provide good show notes for reasons described on the Picking a slot for your show page: +
We are trying to maintain a collection of tags to allow people to find shows on the same (or similar) topic.
+Tags are simple words or short phrases describing aspects of a show such as what topics are covered in it. To get hints about what tags have already been used you can view all the current tags in alphabetical order on this page: Tag summary
+Some examples are: android, creative commons and gaming.
+Are there any tags that are best avoided?
+
0.7 Is it OK if I don't include notes with my show?
-
-
- They provide the listeners with more information on the topic -
- They ensure your show gets posted on time +
- Please don't do that. It is important to provide good show notes for reasons described on the Picking a slot for your show page:
+
-
+
- They provide the listeners with more information on the topic your show is covering +
- They ensure your show gets posted on time (the volunteers don't have to make notes for you)
- They encourage people to download your show
- They allow your show to be indexed by search engines
- They make your show accessible to the deaf and hard of hearing
0.7 How do I include photographs or other files with my show?
+0.8 How do I include photographs or other files with my show?
- TBA
0.8 What is and is not edited in a show after submission?
+0.9 What is and is not edited in a show after submission?
We don't listen to the audio before posting a show to the website, so we don't change the content.
-Unless you have done so and told us, we add an introduction to the audio announcing what it is. Similarly we add an outro. This is not editing since we don't change the content.
+Unless you have done so and told us you have, we add an introduction to the audio announcing what it is. Similarly we add an outro. This is not editing since we don't change the content.
We may make changes to the show title, summary or tags. Usually these are minor changes such as spelling corrections. The intention is not any sort of censorship, merely to make these items more understandable or easier to index.
Depending on the form the show notes take we may modify these.
- If what is submitted is plain text we convert it to Markdown in order to generate HTML. -
- If the notes are one of the permitted markup formats (mostly Markdown) we may adjust this to ensure that valid HTML is generated. +
- If the notes are one of the permitted markup formats (mostly Markdown flavours) we may adjust this to ensure that valid HTML is generated.
- If the notes are HTML we run them through an HTML checker and correct any mistakes it highlights.
- We may correct spelling, grammar and punctuation if this clarifies anything which might otherwise be unclear.
- If despite the request for show notes of some kind, none are provided, we may add notes which help to clarify the content of the show. This may be done after the show is released (when we have had a chance to listen to it). @@ -137,33 +91,33 @@
We may make changes to a show's metadata if the host requests it (see the item on fixing errors after upload).
If a show contains links to resources which disappear after a period of time, we may at some future time change the notes to refer to any Wayback Machine copy that can be found.
0.9 What are some common errors in show notes?
+0.10 What are some common errors in show notes?
It depends on the note format to some extent:
-0.9.1 HTML notes
+0.10.1 HTML notes
It's very easy to hand-write bad HTML. That's why we use an HTML checker on it, and fix the errors it reports.
A common fault is to write
<code><pre>
to define a pre-formatted block of text using a fixed-width font. However it's illegal because the<pre>
tag can't be enclosed in other tags like<code>
. Use<pre><code>
instead.
0.9.2 Markdown notes
+0.10.2 Markdown notes
- This is quite a forgiving format. Some people embed HTML in the Markdown, and the HTML used suffers from some of the issues discussed in this document. These are much harder to spot. The HTML checker can't really help unless it's run on the output from Pandoc.
0.9.3 General errors
+0.10.3 General errors
Spelling is often an issue in notes. As the notes are processed they are edited in the Vim editor with the spell check option turned on. In most cases spelling problems flagged by Vim are corrected.
Grammar and punctuation can also be issues. We do not have very effective grammar checking tools in the note preparation workflow. Modifications may be made to split up extra-long (often comma-spliced) sentences, rationalise the use of capital letters and similar.
0.10 If I notice an error in my show's details how can it be fixed?
+0.11 If I notice an error in my show's details how can it be fixed?
The HPR administrators can make changes to show titles, summaries, notes and so forth. Ideally send an email to
admin
athackerpublicradio.org
explaining what the problem is and we'll fix it for you. We'll also ensure that the changes are propagated to the relevant page on archive.org.Don't be tempted to send in your corrections as a comment. Comments are not propagated to archive.org, so people referring to that copy will not see the changes.
0.11 Does
+hobbypublicradio.com
have anything to do with HPR?0.12 Does
hobbypublicradio.com
have anything to do with HPR?Some environments prevent access to sites which use the word
'hacker'
or'hackers'
in their names (or content in extreme cases). The site nameshobbypublicradio.{com,net,org}
have been created, which link to the main HPR site, in order to get around this restriction.See the mailing list thread here: http://hackerpublicradio.org/pipermail/hpr_hackerpublicradio.org/2015-February/013267.html
0.12 How can I talk to other HPR hosts and listeners?
+0.13 How can I talk to other HPR hosts and listeners?
- You have a number of choices:
-
@@ -174,8 +128,3 @@
- An HPR tradition exists where we record a 26-hour show at the turn of the year celebrating the arrival of the New Year around the world. We use Mumble to record the show and anyone can connect to the Mumble server and speak to other HPR listeners and hosts. The recording is used to make multiple shows which are released when they are ready.