diff --git a/.gitignore b/.gitignore
index cfb3a56..de9215f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/target/
+target/
**/*.rs.bk
Cargo.lock
.vscode
@@ -8,6 +8,6 @@ _build
vendor/
.flatpak-builder/
flatpak-build/
-flatpak-repo/
repo/
Makefile
+.criterion
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b0e9192..e60124b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -41,6 +41,8 @@ cargo test -- --test-threads=1 && cargo fmt --all -- --write-mode=diff
## Running the test suite
+Running the tests requires an internet connection and it it will download some files from the [Internet Archive](archive.org)
+
The test suite sets a temporary sqlite database in the `/tmp` folder.
Due to that it's not possible to run them in parrallel.
diff --git a/Cargo.lock b/Cargo.lock
index ba57fd0..f18ec05 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,15 +3,6 @@ name = "adler32"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "advapi32-sys"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "aho-corasick"
version = "0.6.4"
@@ -27,7 +18,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"html5ever 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "maplit 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -51,7 +42,7 @@ dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -60,9 +51,9 @@ name = "atty"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -72,9 +63,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -82,8 +73,8 @@ name = "backtrace-sys"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -95,11 +86,6 @@ dependencies = [
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "bitflags"
-version = "0.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "bitflags"
version = "0.9.1"
@@ -122,7 +108,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bytes"
-version = "0.4.5"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -141,9 +127,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"c_vec 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -152,14 +138,19 @@ name = "cairo-sys-rs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
+[[package]]
+name = "cast"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
[[package]]
name = "cc"
-version = "1.0.3"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -176,6 +167,20 @@ dependencies = [
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
+[[package]]
+name = "clap"
+version = "2.29.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
[[package]]
name = "coco"
version = "0.1.1"
@@ -191,7 +196,7 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -199,7 +204,7 @@ name = "core-foundation-sys"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -211,12 +216,44 @@ dependencies = [
]
[[package]]
-name = "crypt32-sys"
-version = "0.2.0"
+name = "criterion"
+version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "clap 2.29.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "criterion-plot 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "criterion-stats 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "isatty 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "simplelog 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "criterion-plot"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "criterion-stats"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
+ "thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -257,17 +294,18 @@ dependencies = [
[[package]]
name = "diesel"
-version = "1.0.0"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "diesel_derives 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libsqlite3-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel_derives 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libsqlite3-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "diesel_derives"
-version = "1.0.0"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -276,11 +314,11 @@ dependencies = [
[[package]]
name = "diesel_migrations"
-version = "1.0.0"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "migrations_internals 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "migrations_macros 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "migrations_internals 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "migrations_macros 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -314,7 +352,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "encoding_rs"
-version = "0.7.1"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -336,6 +374,25 @@ dependencies = [
"backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
+[[package]]
+name = "failure"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "failure_derive"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
[[package]]
name = "foreign-types"
version = "0.3.2"
@@ -351,32 +408,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fuchsia-zircon"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "fuchsia-zircon"
-version = "0.3.2"
+version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fuchsia-zircon-sys"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "fuchsia-zircon-sys"
-version = "0.3.2"
+version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -413,10 +454,10 @@ dependencies = [
"gdk-pixbuf 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -426,10 +467,10 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gdk-pixbuf-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -441,7 +482,7 @@ dependencies = [
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -456,7 +497,7 @@ dependencies = [
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -468,10 +509,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -482,20 +523,20 @@ dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "glib"
-version = "0.4.0"
+version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -504,7 +545,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -520,7 +561,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -538,11 +579,11 @@ dependencies = [
"gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -559,7 +600,7 @@ dependencies = [
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -570,22 +611,27 @@ version = "0.1.0"
dependencies = [
"ammonia 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "criterion 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "diesel_migrations 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel_migrations 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dotenv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "itertools 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "reqwest 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "reqwest 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rfc822_sanitizer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rss 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -594,14 +640,13 @@ dependencies = [
name = "hammond-downloader"
version = "0.1.0"
dependencies = [
- "diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"hammond-data 0.1.0",
- "hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mime_guess 1.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "reqwest 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "reqwest 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -610,22 +655,20 @@ name = "hammond-gtk"
version = "0.1.0"
dependencies = [
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dissolve 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hammond-data 0.1.0",
"hammond-downloader 0.1.0",
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "loggerv 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "loggerv 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"send-cell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -648,14 +691,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "markup5ever 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "httparse"
-version = "1.2.3"
+version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -665,21 +708,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hyper"
-version = "0.11.10"
+version = "0.11.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -692,9 +735,9 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -715,13 +758,37 @@ name = "iovec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "isatty"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+ "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "itertools"
-version = "0.7.4"
+version = "0.4.19"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "itertools"
+version = "0.5.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "itertools"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -758,12 +825,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lazycell"
-version = "0.5.1"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.35"
+version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -778,7 +845,7 @@ dependencies = [
[[package]]
name = "libsqlite3-sys"
-version = "0.8.1"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -803,12 +870,12 @@ dependencies = [
[[package]]
name = "loggerv"
-version = "0.6.0"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -818,7 +885,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "maplit"
-version = "1.0.0"
+version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -836,7 +903,7 @@ dependencies = [
[[package]]
name = "markup5ever"
-version = "0.7.0"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -859,23 +926,23 @@ name = "memchr"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "migrations_internals"
-version = "1.0.0"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "migrations_macros"
-version = "1.0.0"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "migrations_internals 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "migrations_internals 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -920,15 +987,15 @@ dependencies = [
[[package]]
name = "mio"
-version = "0.6.11"
+version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -949,11 +1016,13 @@ dependencies = [
[[package]]
name = "native-tls"
-version = "0.1.4"
+version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
+ "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)",
- "schannel 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "schannel 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -966,7 +1035,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1003,12 +1072,20 @@ name = "num-traits"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
+[[package]]
+name = "num_cpus"
+version = "0.2.13"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
[[package]]
name = "num_cpus"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1024,17 +1101,17 @@ dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "openssl-sys"
-version = "0.9.23"
+version = "0.9.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1045,10 +1122,10 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1060,7 +1137,7 @@ dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1092,7 +1169,7 @@ version = "0.7.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1119,7 +1196,7 @@ name = "quick-xml"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "encoding_rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1140,30 +1217,22 @@ dependencies = [
]
[[package]]
-name = "r2d2-diesel"
-version = "1.0.0"
+name = "rand"
+version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
-version = "0.3.19"
+version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "rand"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1182,14 +1251,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
-version = "0.1.34"
+version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -1197,7 +1266,7 @@ name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "redox_syscall 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1227,21 +1296,21 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.8.2"
+version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libflate 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mime_guess 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1284,16 +1353,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "schannel"
-version = "0.1.9"
+version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "secur32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1314,15 +1378,6 @@ name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "secur32-sys"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "security-framework"
version = "0.1.16"
@@ -1330,7 +1385,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1340,7 +1395,7 @@ version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1394,6 +1449,16 @@ dependencies = [
"url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
+[[package]]
+name = "simplelog"
+version = "0.4.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
[[package]]
name = "siphasher"
version = "0.2.2"
@@ -1458,6 +1523,11 @@ name = "string_cache_shared"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
+[[package]]
+name = "strsim"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
[[package]]
name = "syn"
version = "0.11.11"
@@ -1476,6 +1546,15 @@ dependencies = [
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
+[[package]]
+name = "synstructure"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
[[package]]
name = "take"
version = "0.1.0"
@@ -1486,7 +1565,7 @@ name = "tempdir"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1499,16 +1578,38 @@ dependencies = [
"utf-8 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
+[[package]]
+name = "term"
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
[[package]]
name = "termion"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
- "redox_syscall 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
+[[package]]
+name = "textwrap"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "thread-scoped"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
[[package]]
name = "thread_local"
version = "0.3.5"
@@ -1523,21 +1624,21 @@ name = "time"
version = "0.1.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
- "redox_syscall 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tokio-core"
-version = "0.1.11"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1548,7 +1649,7 @@ name = "tokio-io"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1561,11 +1662,11 @@ dependencies = [
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1584,8 +1685,8 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1618,6 +1719,11 @@ name = "unicode-normalization"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
+[[package]]
+name = "unicode-width"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
[[package]]
name = "unicode-xid"
version = "0.0.4"
@@ -1667,7 +1773,7 @@ name = "uuid"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1675,6 +1781,11 @@ name = "vcpkg"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
+[[package]]
+name = "vec_map"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
[[package]]
name = "version_check"
version = "0.1.3"
@@ -1692,11 +1803,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi"
-version = "0.3.3"
+version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "winapi-i686-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-x86_64-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1706,12 +1817,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-i686-pc-windows-gnu"
-version = "0.3.2"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
-version = "0.3.2"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -1730,7 +1841,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45"
-"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
"checksum ammonia 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f1b9ec9f0a4d43499276dfba49b3e92bf9081e8f2206386caa02237bc71e1beb"
"checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455"
@@ -1740,43 +1850,46 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbbf59b1c43eefa8c3ede390fcc36820b4999f7914104015be25025e0d62af2"
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
"checksum base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "229d032f1a99302697f10b27167ae6d03d49d032e6a8e2550e8d3fc13356d2b4"
-"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
"checksum build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e90dc84f5e62d2ebe7676b83c22d33b6db8bd27340fb6ffbff0a364efa0cb9c9"
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
-"checksum bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d828f97b58cc5de3e40c421d0cf2132d6b2da4ee0e11b8632fa838f0f9333ad6"
+"checksum bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b7db437d718977f6dc9b2e3fd6fc343c02ac6b899b73fdd2179163447bd9ce9"
"checksum c_vec 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6237ac5a4b1e81c213c24c6437964c61e646df910a914b4ab1487b46df20bd13"
"checksum cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6b5695f59fd036fe5741bc5a4eb20c78fbe42256e3b08a2af26bbcbe8070bf3"
"checksum cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c6e18fecaeac51809db57f45f4553cc0975225a7eb435a7a7e91e5e8113a84d"
-"checksum cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9b13a57efd6b30ecd6598ebdb302cca617930b5470647570468a65d12ef9719"
+"checksum cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "011941fb53da1a8ac3e4132a1becc367c44fe13f630769f3143d8c66c91c6cb6"
+"checksum cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "deaf9ec656256bb25b404c51ef50097207b9cbb29c933d31f92cae5a8a0ffee0"
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9"
+"checksum clap 2.29.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4151c5790817c7d21bbdc6c3530811f798172915f93258244948b93ba19604a6"
"checksum coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd"
"checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
"checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
"checksum crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5d02c0aac6bd68393ed69e00bbc2457f3e89075c6349db7189618dc4ddc1d7"
-"checksum crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34988f7e069e0b2f3bfc064295161e489b2d4e04a2e4248fb94360cdf00b4ec"
+"checksum criterion 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f58b0200bf321214bdda8c797cf0071bcc638171c40ec198c3f652a4edaacde3"
+"checksum criterion-plot 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "885431f7865f9d4956b466126674e5ea40a0f193d42157e56630c356c5501957"
+"checksum criterion-stats 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c71521cb4c7b7eac76b540e75447fb0172c4234d6333729001b886aaa21d6da4"
"checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
"checksum derive-error-chain 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9ca9ade651388daad7c993f005d0d20c4f6fe78c1cdc93e95f161c6f5ede4a"
"checksum derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c998e6ab02a828dd9735c18f154e14100e674ed08cb4e1938f0e4177543f439"
"checksum derive_builder_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "735e24ee9e5fa8e16b86da5007856e97d592e11867e45d76e0c0d0a164a0b757"
-"checksum diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de51f2e2321a7db9bdfd7e3457c6ce11dce5009cad7ff9ac25a04879239e5fe6"
-"checksum diesel_derives 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "274aeed033dcd9e40f472cd282a3692512fef153283ec4c745873517d0e67f3f"
-"checksum diesel_migrations 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "45efc922686673614d4aee6ddd47ebef2d5c789a0a0b34e0df5efaaedac51d09"
+"checksum diesel 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925325c57038f2f14c0413bdf6a92ca72acff644959d0a1a9ebf8d19be7e9c01"
+"checksum diesel_derives 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28e2b2605ac6a3b9a586383f5f8b2b5f1108f07a421ade965b266289d2805e79"
+"checksum diesel_migrations 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0928a7d6f27c849954185416bd59439837de55fbc89e2985b0e46e756ae4e3da"
"checksum dissolve 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "898542be4716d992082c8e4fc331b792d626cfa71cb2b4790f828b9a8f921a90"
"checksum dotenv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d6f0e2bb24d163428d8031d3ebd2d2bd903ad933205a97d0f18c7c1aade380f3"
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
-"checksum encoding_rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5215aabf22b83153be3ee44dfe3f940214541b2ce13d419c55e7a115c8c51a9"
+"checksum encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98fd0f24d1fb71a4a6b9330c8ca04cbd4e7cc5d846b54ca74ff376bc7c9f798d"
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
+"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
+"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
-"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
-"checksum fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd510087c325af53ba24f3be8f1c081b0982319adcb8b03cad764512923ccc19"
-"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
-"checksum fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "08b3a6f13ad6b96572b53ce7af74543132f1a7055ccceb6d073dd36c54481859"
+"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
+"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
"checksum futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "51f93f3de6ba1794dcd5810b3546d004600a59a98266487c8407bc4b24e398f3"
"checksum futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "118b49cac82e04121117cbd3121ede3147e885627d82c4546b87c702debb90c1"
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
@@ -1786,7 +1899,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4ee916f5f25c5f4b21bd9dcb12a216ae697406940ff9476358c308a8ececada"
"checksum gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84ba5a2beb559059a0c9c2bd3681743cdede8d9a36c775840bca800333b22867"
"checksum gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a303bbf7a5e75ab3b627117ff10e495d1b9e97e1d68966285ac2b1f6270091bc"
-"checksum glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450247060df7d52fdad31e1d66f30d967e925c9d1d26a0ae050cfe33dcd00d08"
+"checksum glib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9b0452824cc63066940f01adc721804919f0b76cdba3cfab977b00b87f16d4a"
"checksum glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9693049613ff52b93013cc3d2590366d8e530366d288438724b73f6c7dc4be8"
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
"checksum gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60d507c87a71b1143c66ed21a969be9b99a76df234b342d733e787e6c9c7d7c2"
@@ -1794,49 +1907,53 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum gtk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "905fcfbaaad1b44ec0b4bba9e4d527d728284c62bc2ba41fccedace2b096766f"
"checksum html5ever 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba3a1fd1857a714d410c191364c5d7bf8a6487c0ab5575146d37dd7eb17ef523"
"checksum html5ever 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e579ac8647178ab915d400d7d22938bda5cd351c6c62e1c294d56884ccfc75fe"
-"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
+"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
"checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
-"checksum hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4844b207be8393981c5fcb61c9372d7c96432fcc8f5c3431a255a9d19b5c298b"
+"checksum hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)" = "f57f74deb81fb91b776012ed7605e96b1ffb88c4fd5c031ce5c90534b604a6e0"
"checksum hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c81fa95203e2a6087242c38691a0210f23e9f3f8f944350bd676522132e2985"
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
"checksum iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6e8b9c2247fcf6c6a1151f1156932be5606c9fd6f55a2d7f9fc1cb29386b2f7"
-"checksum itertools 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "947aa0b9bb417792efa3936c5dada2d680b3bc27ea6a88ffa062f4c4d86ef8c5"
+"checksum isatty 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f2a233726c7bb76995cec749d59582e5664823b7245d4970354408f1d79a7a2"
+"checksum itertools 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c4a9b56eb56058f43dc66e58f40a214b2ccbc9f3df51861b63d51dec7b65bc3f"
+"checksum itertools 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4833d6978da405305126af4ac88569b5d71ff758581ce5a987dbfa3755f694fc"
+"checksum itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b07332223953b5051bceb67e8c4700aa65291535568e1f12408c43c4a42c0394"
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
-"checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
-"checksum libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)" = "96264e9b293e95d25bfcbbf8a88ffd1aedc85b754eba8b7d78012f638ba220eb"
+"checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef"
+"checksum libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121"
"checksum libflate 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "1a429b86418868c7ea91ee50e9170683f47fd9d94f5375438ec86ec3adb74e8e"
-"checksum libsqlite3-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "370090ad578ba845a3ad4f383ceb3deba7abd51ab1915ad1f2c982cc6035e31c"
+"checksum libsqlite3-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9eb7b8e152b6a01be6a4a2917248381875758250dc3df5d46caf9250341dda"
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
-"checksum loggerv 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b178879253fab6ddb4ea931e1e6f514d45ce6a53f7fe618a0a8751f43e42e4f1"
+"checksum loggerv 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c89b6a176c1e09d4bfc52ecfa660e19e97fbc8f7533e6c0cea2a9820ae5be4c3"
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
-"checksum maplit 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ed95049d40b8a1a7691adbabca028ad481f7e6a2921ce4846e1ee168b4e4ca5"
+"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
"checksum markup5ever 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2cf89d3e0486c32c9d99521455ddf9a438910a1ce2bd376936086edc15dff5fc"
-"checksum markup5ever 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7bccd18e4fab95f4410dc4d714163c2e88dd80e39a2a013998e345f337a569ab"
+"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
-"checksum migrations_internals 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd5248cbbe4f45d5b4e6cf13a9f37aa587d31c41d2d8b80a0bf0aaf2e30c862d"
-"checksum migrations_macros 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06b25945741aeb3a00bb37eb142d03480e96230fff5569327ab4ac2082449df2"
+"checksum migrations_internals 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd916de6df9ac7e811e7e1ac28e0abfebe5205f3b29a7bda9ec8a41ee980a4eb"
+"checksum migrations_macros 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a550cfd76f6cfdf15a7b541893d7c79b68277b0b309f12179211a373a56e617"
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
"checksum mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e2e00e17be181010a91dbfefb01660b17311059dc8c7f48b9017677721e732bd"
"checksum mime_guess 1.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dc7e82a15629bb4ecd9e72365bf33d1382be91e030f820edb8e2a21c02430da8"
"checksum mime_guess 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "013572795763289e14710c7b279461295f2673b2b338200c235082cd7ca9e495"
-"checksum mio 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0e8411968194c7b139e9105bc4ae7db0bae232af087147e72f0616ebf5fdb9cb"
+"checksum mio 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "75f72a93f046f1517e3cfddc0a096eb756a2ba727d36edc8227dee769a50a9b0"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
-"checksum native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04b781c9134a954c84f0594b9ab3f5606abc516030388e8511887ef4c204a1e5"
+"checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0"
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
"checksum num 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4083e14b542ea3eb9b5f33ff48bd373a92d78687e74f4cc0a30caeb754f0ca"
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
"checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
+"checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
"checksum openssl 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)" = "169a4b9160baf9b9b1ab975418c673686638995ba921683a7f1e01470dcb8854"
-"checksum openssl-sys 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)" = "2200ffec628e3f14c39fc0131a301db214f1a7d584e36507ee8700b0c7fb7a46"
+"checksum openssl-sys 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "14ba54ac7d5a4eabd1d5f2c1fdeb7e7c14debfa669d94b983d01b465e767ba9e"
"checksum pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e81c404ab81ea7ea2fc2431a0a7672507b80e4b8bf4b41eac3fc83cc665104e"
"checksum pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34f34a1be107fe16abb2744e0e206bee4b3b07460b5fddd3009a6aaf60bd69ab"
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
@@ -1849,27 +1966,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum quick-xml 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19602854dba17f93b3011fe272af6db3133d5b495279f504bf9104dc97879717"
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
"checksum r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f9078ca6a8a5568ed142083bb2f7dc9295b69d16f867ddcc9849e51b17d8db46"
-"checksum r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9c29bad92da76d02bc2c020452ebc3a3fe6fa74cfab91e711c43116e4fb1a3"
-"checksum rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e7944d95d25ace8f377da3ac7068ce517e4c646754c43a1b1849177bbf72e59"
-"checksum rand 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d5f78082e6a6d042862611e9640cf20776185fee506cf6cf67e93c6225cee31"
+"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
+"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
"checksum rayon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed02d09394c94ffbdfdc755ad62a132e94c3224a8354e78a1200ced34df12edf"
"checksum rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b609139d83da75902f88fd6c01820046840a18471e4dfcd5ac7c0f46bea53"
-"checksum redox_syscall 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "df1a5c588807af3b0cbbfa2f1358f2d5ec6ad546858c1ccd30dfbb127021706b"
+"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
"checksum regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "744554e01ccbd98fff8c457c3b092cd67af62a555a43bfe97ae8a0451f7799fa"
"checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e"
"checksum relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f301bafeb60867c85170031bdb2fcf24c8041f33aee09e7b116a58d4e9f781c5"
-"checksum reqwest 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3161ca63fd11ce36c7718af239e6492a25a3dbfcec54240f959b9d816cf42413"
+"checksum reqwest 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8080379de728e9bf2be6bd5b52348978a5525e7d4a25f106ce73953fe7e810d9"
"checksum rfc822_sanitizer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "680e8305c1e0cdf836dc4bec5424e045f278c975a3cac36d1ca01c4695f9d815"
"checksum rss 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3fbc1a0587ebbc7404b3295c8e1f717d00dad48e3c205adadf916f15ff67d05b"
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
-"checksum schannel 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4330c2e874379fbd28fa67ba43239dbe8c7fb00662ceb1078bd37474f08bf5ce"
+"checksum schannel 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "acece75e0f987c48863a6c792ec8b7d6c4177d4a027f8ccc72f849794f437016"
"checksum scheduled-thread-pool 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a2ff3fc5223829be817806c6441279c676e454cc7da608faf03b0ccc09d3889"
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
-"checksum secur32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f412dfa83308d893101dd59c10d6fda8283465976c28c287c5c855bf8d216bc"
"checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
"checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"
"checksum send-cell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c620dd7e056b468b9d374a9f51cfa6bb4bf17a8ca4ee62e5efa0d99aaff2c41"
@@ -1878,6 +1993,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5"
"checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb"
"checksum serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0fd303af908732989354c6f02e05e2e6d597152870f2c6990efb0577137480"
+"checksum simplelog 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24b615b1a3cc51ffa565d9a1d0cfcc49fe7d64737ada84eca284cddb0292d125"
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
"checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
@@ -1886,15 +2002,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum string_cache 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39cb4173bcbd1319da31faa5468a7e3870683d7a237150b0b0aaafd546f6ad12"
"checksum string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "479cde50c3539481f33906a387f2bd17c8e87cb848c35b6021d41fb81ff9b4d7"
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
+"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
+"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
"checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
+"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
+"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
+"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098"
-"checksum tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c87c27560184212c9dc45cd8f38623f37918248aad5b58fb65303b5d07a98c6e"
+"checksum tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "52b4e32d8edbf29501aabb3570f027c6ceb00ccef6538f4bddba0200503e74e8"
"checksum tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "514aae203178929dbf03318ad7c683126672d4d96eccb77b29603d33c9e25743"
"checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
@@ -1903,6 +2024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a"
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
+"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
@@ -1911,12 +2033,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
"checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
+"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
-"checksum winapi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b09fb3b6f248ea4cd42c9a65113a847d612e17505d6ebd1f7357ad68a8bf8693"
+"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
-"checksum winapi-i686-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec6667f60c23eca65c561e63a13d81b44234c2e38a6b6c959025ee907ec614cc"
-"checksum winapi-x86_64-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98f12c52b2630cd05d2c3ffd8e008f7f48252c042b4871c72aed9dc733b96668"
+"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
+"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
"checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"
diff --git a/TODO.md b/TODO.md
index 5190a13..71d1fda 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,7 +10,6 @@
## Second
- [ ] Make use of file metadas, [This](https://github.com/GuillaumeGomez/audio-video-metadata) might be helpfull.
-- [ ] Notifications
- [ ] Episode queue
- [ ] Embedded player
- [ ] MPRIS integration
@@ -21,8 +20,8 @@
- [ ] Download Queue
- [ ] Ability to Stream content on demand
- [ ] soundcloud and itunes feeds // [This](http://getrssfeed.com) seems intresting.
-- [ ] Integrate with Itunes API for various crap
-- [ ] YoutubeFeeds
+- [ ] Integrate with Itunes API for various crap?
+- [ ] YoutubeFeeds?
## Rest Tasks
diff --git a/hammond-data/Cargo.toml b/hammond-data/Cargo.toml
index 458572f..617a887 100644
--- a/hammond-data/Cargo.toml
+++ b/hammond-data/Cargo.toml
@@ -10,26 +10,35 @@ chrono = "0.4.0"
derive_builder = "0.5.1"
dotenv = "0.10.1"
error-chain = "0.11.0"
-itertools = "0.7.4"
+itertools = "0.7.6"
lazy_static = "1.0.0"
-log = "0.3.8"
-r2d2 = "0.8.2"
-r2d2-diesel = "1.0.0"
+log = "0.4.1"
rayon = "0.9.0"
-reqwest = "0.8.2"
+reqwest = "0.8.3"
rfc822_sanitizer = "0.3.3"
rss = "1.2.1"
url = "1.6.0"
xdg = "2.1.0"
+futures = "0.1.17"
+hyper = "0.11.14"
+tokio-core = "0.1.12"
+hyper-tls = "0.1.2"
+native-tls = "0.1.5"
+futures-cpupool = "0.1.8"
[dependencies.diesel]
-features = ["sqlite"]
-version = "1.0.0"
+features = ["sqlite", "r2d2"]
+version = "1.1.1"
[dependencies.diesel_migrations]
features = ["sqlite"]
-version = "1.0.0"
+version = "1.1.0"
[dev-dependencies]
-rand = "0.4.1"
+rand = "0.4.2"
tempdir = "0.3.5"
+criterion = "0.1.2"
+
+[[bench]]
+name = "bench"
+harness = false
diff --git a/hammond-data/benches/bench.rs b/hammond-data/benches/bench.rs
index d721878..1f5e1ce 100644
--- a/hammond-data/benches/bench.rs
+++ b/hammond-data/benches/bench.rs
@@ -1,66 +1,124 @@
-#![feature(test)]
+#[macro_use]
+extern crate criterion;
+use criterion::Criterion;
-extern crate diesel;
+// extern crate futures;
+// extern crate futures_cpupool;
extern crate hammond_data;
+extern crate hyper;
+extern crate hyper_tls;
extern crate rand;
-extern crate rayon;
+extern crate tokio_core;
+// extern crate rayon;
extern crate rss;
-extern crate tempdir;
-extern crate test;
-use rayon::prelude::*;
+// use rayon::prelude::*;
-use test::Bencher;
+// use futures::future::*;
+// use futures_cpupool::CpuPool;
+use tokio_core::reactor::Core;
+use hammond_data::FeedBuilder;
use hammond_data::Source;
-use hammond_data::feed::*;
+use hammond_data::database::truncate_db;
+// use hammond_data::errors::*;
use std::io::BufReader;
-// Big rss feed
-const PCPER: &[u8] = include_bytes!("feeds/pcpermp3.xml");
-const UNPLUGGED: &[u8] = include_bytes!("feeds/linuxunplugged.xml");
-const RADIO: &[u8] = include_bytes!("feeds/coderradiomp3.xml");
-const SNAP: &[u8] = include_bytes!("feeds/techsnapmp3.xml");
-const LAS: &[u8] = include_bytes!("feeds/TheLinuxActionShow.xml");
+// RSS feeds
+const INTERCEPTED: &[u8] = include_bytes!("../tests/feeds/2018-01-20-Intercepted.xml");
+const INTERCEPTED_URL: &str = "https://web.archive.org/web/20180120083840if_/https://feeds.\
+ feedburner.com/InterceptedWithJeremyScahill";
-static URLS: &[(&[u8], &str)] = &[
- (PCPER, "https://www.pcper.com/rss/podcasts-mp3.rss"),
- (UNPLUGGED, "http://feeds.feedburner.com/linuxunplugged"),
- (RADIO, "https://feeds.feedburner.com/coderradiomp3"),
- (SNAP, "https://feeds.feedburner.com/techsnapmp3"),
- (LAS, "https://feeds2.feedburner.com/TheLinuxActionShow"),
+const UNPLUGGED: &[u8] = include_bytes!("../tests/feeds/2018-01-20-LinuxUnplugged.xml");
+const UNPLUGGED_URL: &str =
+ "https://web.archive.org/web/20180120110314if_/https://feeds.feedburner.com/linuxunplugged";
+
+const TIPOFF: &[u8] = include_bytes!("../tests/feeds/2018-01-20-TheTipOff.xml");
+const TIPOFF_URL: &str =
+ "https://web.archive.org/web/20180120110727if_/https://rss.acast.com/thetipoff";
+
+// This feed has HUGE descripion and summary fields which can be very
+// very expensive to parse.
+const CODE: &[u8] = include_bytes!("../tests/feeds/2018-01-20-GreaterThanCode.xml");
+const CODE_URL: &str =
+ "https://web.archive.org/web/20180120104741if_/https://www.greaterthancode.com/feed/podcast";
+
+// Relative small feed
+const STARS: &[u8] = include_bytes!("../tests/feeds/2018-01-20-StealTheStars.xml");
+const STARS_URL: &str =
+ "https://web.archive.org/web/20180120104957if_/https://rss.art19.com/steal-the-stars";
+
+static FEEDS: &[(&[u8], &str)] = &[
+ (INTERCEPTED, INTERCEPTED_URL),
+ (UNPLUGGED, UNPLUGGED_URL),
+ (TIPOFF, TIPOFF_URL),
+ (CODE, CODE_URL),
+ (STARS, STARS_URL),
];
-fn index_urls() {
- let feeds: Vec<_> = URLS.par_iter()
- .map(|&(buff, url)| {
- // Create and insert a Source into db
+// This is broken and I don't know why.
+fn bench_pipeline(c: &mut Criterion) {
+ truncate_db().unwrap();
+ FEEDS.iter().for_each(|&(_, url)| {
+ Source::from_url(url).unwrap();
+ });
+
+ c.bench_function("pipline", |b| {
+ b.iter(|| {
+ let sources = hammond_data::dbqueries::get_sources().unwrap();
+ hammond_data::pipeline::pipeline(sources, true).unwrap();
+ })
+ });
+ truncate_db().unwrap();
+}
+
+fn bench_index_large_feed(c: &mut Criterion) {
+ truncate_db().unwrap();
+ let url = "https://www.greaterthancode.com/feed/podcast";
+ let mut core = Core::new().unwrap();
+
+ c.bench_function("index_large_feed", |b| {
+ b.iter(|| {
let s = Source::from_url(url).unwrap();
// parse it into a channel
- let chan = rss::Channel::read_from(BufReader::new(buff)).unwrap();
- Feed::from_channel_source(chan, s)
+ let chan = rss::Channel::read_from(BufReader::new(CODE)).unwrap();
+ let feed = FeedBuilder::default()
+ .channel(chan)
+ .source_id(s.id())
+ .build()
+ .unwrap();
+ let _foo = core.run(feed.index()).unwrap();
})
- .collect();
-
- feeds.par_iter().for_each(|x| index(x));
-}
-
-#[bench]
-fn bench_index_feeds(b: &mut Bencher) {
- b.iter(|| {
- index_urls();
});
+ truncate_db().unwrap();
}
-#[bench]
-fn bench_index_unchanged_feeds(b: &mut Bencher) {
- // Index first so it will only bench the comparison test case.
- index_urls();
+fn bench_index_small_feed(c: &mut Criterion) {
+ truncate_db().unwrap();
+ let url = "https://rss.art19.com/steal-the-stars";
+ let mut core = Core::new().unwrap();
- b.iter(|| {
- for _ in 0..10 {
- index_urls();
- }
+ c.bench_function("index_small_feed", |b| {
+ b.iter(|| {
+ let s = Source::from_url(url).unwrap();
+ // parse it into a channel
+ let chan = rss::Channel::read_from(BufReader::new(STARS)).unwrap();
+ let feed = FeedBuilder::default()
+ .channel(chan)
+ .source_id(s.id())
+ .build()
+ .unwrap();
+ let _foo = core.run(feed.index()).unwrap();
+ })
});
+ truncate_db().unwrap();
}
+
+criterion_group!(
+ benches,
+ bench_pipeline,
+ bench_index_large_feed,
+ bench_index_small_feed
+);
+criterion_main!(benches);
diff --git a/hammond-data/benches/feeds/TheLinuxActionShow.xml b/hammond-data/benches/feeds/TheLinuxActionShow.xml
deleted file mode 100644
index ca65675..0000000
--- a/hammond-data/benches/feeds/TheLinuxActionShow.xml
+++ /dev/null
@@ -1,3806 +0,0 @@
-
-
-
- The Linux Action Show! MP3
- http://www.jupiterbroadcasting.com
- Audio versions of The Linux Action Show! A show that covers everything geeks care about in the open source and Linux world. Get a solid dose of Linux, gadgets, news events and much more!
- Feeder 2.5.12(2294); Mac OS X Version 10.12.1 (Build 16B2657) http://reinventedsoftware.com/feeder/
- http://blogs.law.harvard.edu/tech/rss
- en
- Jupiter Broadcasting
- Sun, 12 Nov 2017 17:31:58 -0800
- Sun, 12 Nov 2017 17:31:58 -0800
- http://www.jupiterbroadcasting.com/show/linuxactionshowhttp://www.jupiterbroadcasting.com/images/LAS-300-Badge.jpgThe Linux Action Show Badge
-
- Jupiter Broadcasting
- The world's largest Linux podcast!
- Linux enthusiasts talk top news stories, current trends, reviews, howto's and any other subject regarding Linux and Open Source.
-
-The world's largest Linux podcast, now running for a decade delights Linux users every week with a big show!
- Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gpl
-
- no
-
- no
-
- Jupiter BroadcastingLinux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplTechnology/Tech Newschris@jupiterbroadcasting.comJupiter Broadcastinghttp://creativecommons.org/licenses/by-sa/2.0/Subscribe with FeedlySubscribe with Bitty BrowserSubscribe with Daily Rotation
- Linux Action News 27
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/-R3S8R4-i7M/
- <p>New details show Linux on Galaxy phones further along than expected, Bitcoin's bad week explained & CrossOver enables Windows apps, on ChromeOS.</p>
-
-<p>Plus Canonical puts out a call for help, Munich votes to return to Windows & Steam on Linux turns 5.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/-R3S8R4-i7M" height="1" width="1" alt=""/>
- Sun, 12 Nov 2017 17:31:07 -0800
-
- 359AB502-2863-4208-9ACA-D9CC4E1B1F78
- Jupiter Broadcasting
- New details show Linux on Galaxy phones further along than expected, Bitcoin's bad week explained & CrossOver enables Windows apps, on ChromeOS.
-
-Plus Canonical puts out a call for help, Munich votes to return to Windows & Steam on Linux turns 5.
-
- no
- 30:06
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/119836/linux-action-news-27/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/a35f2ee4-5e96-47be-ab6b-151b633b8584.mp3
-
- Linux Action News 26
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/LB4PI_0Sgzo/
- <p>It's a week of red flags and success. The Plasma Mobile project sets humble goals, Firefox learns new tricks, a TOR flaw for Linux users & Canonical joins the Gnome Advisory Board.</p>
-
-<p>Plus a new report claims every Bitcoin transaction uses as much energy as your house in a week & two legal matters that may have long-term impacts on the Linux community.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/LB4PI_0Sgzo" height="1" width="1" alt=""/>
- Sun, 05 Nov 2017 17:04:47 -0800
-
- FF9C6905-3F4A-4880-BBAD-1B21B4EA4B77
- Jupiter Broadcasting
- Plasma Mobile sets humble goals, Firefox learns new tricks, a TOR flaw for Linux users & Canonical joins the Gnome Advisory Board.
-
-Plus two legal matters that may have long-term impacts on the Linux community & more!
-
- no
- 23:36
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/119641/linux-action-news-26/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/19844ddc-17cc-4f06-b340-d7e4707d7cb2.mp3
-
- Linux Action News 25
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/IEyon9FwEvc/
- Big changes coming to Linux Mint, hope for ZFS upstream in Linux, and Mozilla helps out TOR. Plus how Russia may help legitimize cryptocurrencies like Bitcoin, and Solus makes a call for help.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/IEyon9FwEvc" height="1" width="1" alt=""/>
- Sun, 29 Oct 2017 17:42:09 -0700
-
- 24803A58-FAD6-44BE-8E66-F46748E9E4ED
- Jupiter Broadcasting
- Big changes coming to Linux Mint, hope for ZFS upstream in Linux, and Mozilla helps out TOR. Plus how Russia may help legitimize cryptocurrencies like Bitcoin, and Solus makes a call for help.
-
- no
- 26:30
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/119506/linux-action-news-25/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/c8c6dd4f-a5e0-40a9-a505-ca95ecd5ff0a.mp3
-
- Linux Action News 24
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/KgTtuGM-Q0Q/
- <p>The Linux desktop on Samsung phones, Intel ME disabled on Purism laptops, big Kernel news & Ubuntu 17.10 is out.</p>
-
-<p>Plus our brief thoughts on the new Ubuntu release, its various flavors, an important milestone & the larger Open Source story.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/KgTtuGM-Q0Q" height="1" width="1" alt=""/>
- Sun, 22 Oct 2017 18:04:47 -0700
-
- B456BC65-893D-4847-9CBD-32D16EE22498
- Jupiter Broadcasting
- The Linux desktop on Samsung phones, Intel ME disabled on Purism laptops, big Kernel news & Ubuntu 17.10 is out.
-
-Plus our brief thoughts on the new Ubuntu release, its various flavors, an important milestone & the larger Open Source story.
-
- no
- 33:39
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/119306/linux-action-news-24/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/2067a454-cf8c-4bac-bd28-2aa2a7e4bf9e.mp3
-
- Linux Action News 23
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/-vCznEC6DN8/
- <p>Fixing Steam on Linux for good, new toys for Fedora and Plasma users, OnePlus gets busted & the Librem 5 gets funded.</p>
-
-<p>Plus some key project updates & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/-vCznEC6DN8" height="1" width="1" alt=""/>
- Sun, 15 Oct 2017 19:27:26 -0700
-
- 09C86D9C-6171-45F6-AA71-6170F09E6F9C
- Jupiter Broadcasting
- Fixing Steam on Linux for good, new toys for Fedora and Plasma users, OnePlus gets busted & the Librem 5 gets funded.
-
-Plus some key project updates & more!
-
- no
- 24:41
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/119091/linux-action-news-23/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/d9ab7e9b-8263-4059-9083-493206fb3a2e.mp3
-
- Linux Action News 22
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/lFgDJXPG_JM/
- <p>Google's new hardware fails to impress, Sailfish X becomes a reality & the most disappointing thing about Munich's slide back to proprietary software.</p>
-
-<p>Plus why Bitcoin Gold is the people's coin, Oracle advises the White House against FOSS & ChromeOS gets a grownup Linux feature.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/lFgDJXPG_JM" height="1" width="1" alt=""/>
- Sun, 08 Oct 2017 20:30:44 -0700
-
- C0914D17-8A5E-4349-B28E-5938F5F217BD
- Jupiter Broadcasting
- Google's new hardware fails to impress, Sailfish X becomes a reality & the most disappointing thing about Munich's slide back to proprietary software.
-
-Plus Bitcoin Gold, Oracle advises the White House against FOSS & ChromeOS gets a grownup Linux feature.
-
- no
- 32:36
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/118931/linux-action-news-22/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/80b43263-3e65-4de3-9c69-bf5632e81f1c.mp3
-
- Linux Action News 21
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/0ZKcdBAmuF8/
- <p>Atari has a Linux powered console, some brief Ubuntu updates & the biggest Kernel news in years. </p>
-
-<p>Then we consider the recent smattering of opinion pieces on Microsoft's commitment to Open Source.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/0ZKcdBAmuF8" height="1" width="1" alt=""/>
- Sun, 01 Oct 2017 17:56:48 -0700
-
- 316A8817-5835-4E5B-A228-83359ED875E0
- Jupiter Broadcasting
- Atari has a Linux powered console, some brief Ubuntu updates & the biggest Kernel news in years.
-
-Then we consider the recent smattering of opinion pieces on Microsoft's commitment to Open Source.
-
- no
- 24:33
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/118681/linux-action-news-21/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/c89ad99a-24dc-41a9-9269-42cafb139ba4.mp3
-
- Linux Action News 20
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/t6ZdA2-ZH2k/
- GNOME endorses the Librem 5, Replicant and UBports support more devices, Pipewire is major news for video on Linux, EFF walks away from W3C over DRM, Facebook reacts to community pressure & Red Hat expands their Patent promise.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/t6ZdA2-ZH2k" height="1" width="1" alt=""/>
- Sun, 24 Sep 2017 18:27:51 -0700
-
- 683021A7-80DB-4613-90D8-FCE500A67F81
- Jupiter Broadcasting
- GNOME endorses the Librem 5, Replicant and UBports support more devices, Pipewire is major news for video on Linux, EFF walks away from W3C over DRM, Facebook reacts to community pressure & Red Hat expands their Patent promise.
-
- no
- 24:55
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/118471/linux-action-news-20/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/63c7ec23-c8bf-460c-a5eb-aa23e33887d7.mp3
-
- Linux Action News 19
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/eX_5qyQ7NkQ/
- <p>Gnome users have something to celebrate, Purism and KDE are working together & Manjaro has some hardware. </p>
-
-<p>Plus why we're not too worried about BlueBourne, the fight for public money to fund public code & a new power tool for Firefox users.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/eX_5qyQ7NkQ" height="1" width="1" alt=""/>
- Sun, 17 Sep 2017 20:13:27 -0700
-
- 68AC8F20-64B7-4B20-8B0B-1853D89DD294
- Jupiter Broadcasting
- Gnome users have something to celebrate, Purism and KDE are working together & Manjaro has some hardware.
-
-Plus why we're not too worried about BlueBourne, the fight for public money to fund public code & a new power tool for Firefox users.
-
- no
- 26:40
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/118296/linux-action-news-19/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/c6044b45-ee49-4fd7-8bc9-0e20723b0132.mp3
-
- Linux Action News 18
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/U165-tYb7vE/
- <p>Why AsteroidOS on your wrist is worth watching, what Project Treble means for future custom ROMs, Debian's Docker dominance & why China might shut down Bitcoin exchanges.</p>
-
-<p>Plus how NGINX plans to make big money, Mozilla wants to reinvent online comments & more.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/U165-tYb7vE" height="1" width="1" alt=""/>
- Sun, 10 Sep 2017 19:15:35 -0700
-
- D1843A61-88A0-47EF-BACB-5FCCAC04AAD3
- Jupiter Broadcasting
- Why AsteroidOS on your wrist is worth watching, what Project Treble means for future custom ROMs, Debian's Docker dominance & why China might shut down Bitcoin exchanges. Plus how NGINX plans to make money, Mozilla wants to reinvent online comments & more
-
- no
- 25:40
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/118136/linux-action-news-18/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/2e40873e-34a1-44d2-bc8f-cc28a7ced7e1.mp3
-
- Linux Action News 17
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/54UVgqDvfcU/
- An Ubuntu developer event is happening soon, 17.10 Beta 1 has dropped for most of the flavors, Reddit closes its source while Phoenix OS opens theirs, Google getting serious about kernel updates in Android, Essential need to up their game, Blockchain is serious business and Linux desktop marketshare hits a new high.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/54UVgqDvfcU" height="1" width="1" alt=""/>
- Sun, 03 Sep 2017 19:50:54 -0700
-
- 24C15FF8-0DC3-41B2-90EB-E9DC2AD33720
- Jupiter Broadcasting
- More Ubuntu news, Android finally getting serious about the kernel, Blockchain is about way more than Bitcoin, great news for Linux desktop marketshare & more!
-
- no
- 25:57
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/117936/linux-action-news-17/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/8f728621-af26-461f-8499-ce343469287b.mp3
-
- Linux Action News 16
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/AWNYAwqRCUI/
- <p>New Linux hardware, Purism's Librem 5 & Jolla's €50 Sailfish ROM. </p>
-
-<p>Plus Chris' quick take on Android Oreo, Google goes for Microsoft's heart, while Microsoft gets cozier with Red Hat & SUSE pretends not to be upset about it.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/AWNYAwqRCUI" height="1" width="1" alt=""/>
- Sun, 27 Aug 2017 17:59:02 -0700
-
- B9E316BB-0F71-4A81-8A4E-05C894068A47
- Jupiter Broadcasting
- New Linux hardware, Purism's Librem 5 & Jolla's €50 Sailfish ROM.
-
-Plus Chris' quick take on Android Oreo, Google goes for Microsoft's heart, while Microsoft gets cozier with Red Hat & SUSE pretends not to be upset about it.
-
- no
- 26:52
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/117746/linux-action-news-16/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/32c9b2d8-22fb-4f66-b9e8-e5706cfea3d9.mp3
-
- Linux Action News 15
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/BTbm-pYTeeg/
- <p>A big batch of Debian updates, Gnome turns 20, Joe's report from OggCamp, the Solus trifecta, encrypted ZFS comes to Linux finally & Bitcoin is forking, again.</p>
-
-<p>Plus some thoughts on tiny Linux computers, the Linage survey & more.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/BTbm-pYTeeg" height="1" width="1" alt=""/>
- Sun, 20 Aug 2017 19:59:36 -0700
-
- 86157E39-5680-4B72-B86F-BEC376119F47
- Jupiter Broadcasting
- A big batch of Debian updates, Gnome turns 20, Joe's report from OggCamp, the Solus trifecta, encrypted ZFS comes to Linux finally & Bitcoin is forking, again.
-
-Plus some thoughts on tiny Linux computers, the Linage survey & more.
-
- no
- 24:16
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/117566/linux-action-news-15/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/0888e982-d9ce-4b05-a6ab-25a6c596c60f.mp3
-
- Linux Action News 14
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/U5n4d1ibkIQ/
- <p>Flatpak and snap get the Solus boost, Ubuntu's community is getting a remake & development on Ubuntu 17.10 has taken an interesting turn. </p>
-
-<p>Plus more good news for Firefox users & why Google's "streaming OS updates" could be great for the Android ROM community.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/U5n4d1ibkIQ" height="1" width="1" alt=""/>
- Sun, 13 Aug 2017 18:19:37 -0700
-
- A4FC07CD-CD8C-4C6E-BAEB-490AC7548206
- Jupiter Broadcasting
- Flatpak & snap get the Solus boost, Ubuntu's community is getting a remake & development on Ubuntu 17.10 has taken a turn.
-
-Plus more good news for Firefox users & why Google's "streaming OS updates" could be great for the Android ROM community.
-
- no
- 31:36
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/117401/linux-action-news-14/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/2adaaab3-82a5-457f-a971-a4e281856dd8.mp3
-
- Linux Action News 13
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/BL23xpVDBlM/
- <p>Surprising details in how Ubuntu's Gnome desktop is getting implemented, Krita hits some troubles but the community comes to the rescue, Bitcoin splits, Firefox sends & Red Hat gives up on Btrfs.</p>
-
-<p>Plus Amazon accuses BLU of spying on Android users & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/BL23xpVDBlM" height="1" width="1" alt=""/>
- Sun, 06 Aug 2017 20:37:45 -0700
-
- EF1B5729-83A6-4F79-B6FB-10677FFAAEBC
- Jupiter Broadcasting
- Surprising details in how Ubuntu's Gnome desktop is getting implemented, Krita hits some troubles but the community comes to the rescue, Bitcoin splits, Firefox sends & Red Hat gives up on Btrfs.
-
-Plus Amazon accuses BLU of spying on Android users & more!
-
- no
- 29:16
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/117206/linux-action-news-13/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/16d1d13f-f9a5-447a-ba02-9228459c34f7.mp3
-
- Linux Action News 12
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Vc6x4Uq0mp4/
- <p>A good week for desktop Linux with news from Ubuntu, Fedora & openSUSE. </p>
-
-<p>Plus our take on the pending death of Flash, some great work by the Debian project & Mozilla's updates us on Project Common Voice.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Vc6x4Uq0mp4" height="1" width="1" alt=""/>
- Sun, 30 Jul 2017 17:28:43 -0700
-
- 997282BA-3805-4134-98B8-763C59D632F2
- Jupiter Broadcasting
- A good week for desktop Linux with news from Ubuntu, Fedora & openSUSE.
-
-Plus our take on the pending death of Flash, some great work by the Debian project & Mozilla's updates us on Project Common Voice.
-
- no
- 31:34
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/117046/linux-action-news-12/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/4dbd106e-c33b-44b5-b214-03e0d6652c04.mp3
-
- Linux Action News 11
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/OXgxnuIyn3w/
- <p>Android for the desktop might be dead, Google Glass is back, the latest Firefox usage data is devastating & the next Ubuntu is ready for a shakedown.</p>
-
-<p>Plus a quick look at Phoenix OS & the Ubuntu 18.04 survey!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/OXgxnuIyn3w" height="1" width="1" alt=""/>
- Sun, 23 Jul 2017 19:34:26 -0700
-
- A850C238-6094-40F2-ABF4-C171458BF3FC
- Jupiter Broadcasting
- Android for the desktop might be dead, Google Glass is back, the latest Firefox usage data is devastating & the next Ubuntu is ready for a shakedown.
-
-Plus a quick look at Phoenix OS & the Ubuntu 18.04 survey!
-
- no
- 30:13
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/116841/linux-action-news-11/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/b3802e81-5712-4b3b-9ac1-6c7b1b2838ea.mp3
-
- Linux Action News 10
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/gbLZ16AvY_Q/
- With Chris away, Ryan joins Joe. A new release for Fedora, Yunit is now available for Ubuntu 16.04, Ubuntu is now an app in the Windows Store, Ryan gives us more details about System76's new OS, Ikey starts his new job at Solus & Beaker is a new browser that promises a truly decentralized web.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/gbLZ16AvY_Q" height="1" width="1" alt=""/>
- Sun, 16 Jul 2017 16:57:06 -0700
-
- F5532673-B45E-4DF4-97EC-D16F98F5F7E0
- Jupiter Broadcasting
- Fedora 26 is out, progress on the Unity 8 fork, Ubuntu in the Windows Store, more Pop!_OS details, peer to peer web browsing & more!
-
- no
- 30:33
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/116696/linux-action-news-10/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/b0bffe98-0def-42a9-b166-651776fd28f4.mp3
-
- Linux Action News 9
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Rxp7IFvSUjI/
- New data gives us insight into recent bold moves by Linux hardware vendors Tuxedo & System76, Endless OS takes big steps to get closer to upstream, Mycroft's first major public appearances goes hilariously bad & Mozilla's plans to tame IoT.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Rxp7IFvSUjI" height="1" width="1" alt=""/>
- Sun, 09 Jul 2017 20:40:36 -0700
-
- B3E26A5D-2F9B-421E-B2E3-808A6506F110
- Jupiter Broadcasting
- New data gives us insight into recent bold moves by Linux hardware vendors Tuxedo & System76, Endless OS takes big steps to get closer to upstream, Mycroft's first major public appearances goes hilariously bad & Mozilla's plans to tame IoT.
-
- no
- 28:32
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/116486/linux-action-news-9/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/1e19143a-cf25-4e2d-9fa7-61b3e7c4e9f8.mp3
-
- Linux Action News 8
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/iqStroE1IrU/
- <p>SUSE hits the Windows Store and we finally get some important classifications, System76 announces Pop!_OS and we do a deep analysis & why Mir is back with a plan to support Wayland.</p>
-
-<p>Plus Debian warns of Hyper Threading issues; and of course a bit more.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/iqStroE1IrU" height="1" width="1" alt=""/>
- Sun, 02 Jul 2017 17:23:54 -0700
-
- 995C9449-C1F2-4501-8E53-458B2742F48F
- Jupiter Broadcasting
- SUSE hits the Windows Store and we finally get some important classifications, System76 announces Pop!_OS and we do a deep analysis & why Mir is back with a plan to support Wayland.
-
-Plus Debian warns of Hyper Threading issues; and of course a bit more.
-
- no
- 25:02
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/116311/linux-action-news-8/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/290b0b51-ccf2-465a-93b4-d1bbdda7bd28.mp3
-
- Linux Action News 7
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/f2bKbpxN38Y/
- <p>More hardware acceleration comes to desktop Linux, Mozilla launches ambitious new projects, Unity 7 fans can rejoice & Jolla has an important update. </p>
-
-<p>Plus we discuss the 2017 Linux Laptop Survey, the really fancy new trick Opus has pulled off in the latest release & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/f2bKbpxN38Y" height="1" width="1" alt=""/>
- Sun, 25 Jun 2017 16:59:13 -0700
-
- F418C8FD-7D5B-4AE8-A91A-C8A63D986EA5
- Jupiter Broadcasting
- More hardware acceleration comes to Linux, Mozilla launches new projects, Unity 7 fans can rejoice & Jolla has an important update.
-
-Plus we discuss the 2017 Linux Laptop Survey, the really fancy new trick Opus has pulled off in the latest release & more!
-
- no
- 24:50
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/116091/linux-action-news-7/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/91f9af38-9c12-4f1d-adb2-31218ef89692.mp3
-
- Linux Action News 6
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/ulHHToRwSs0/
- <p>More competition in desktop Linux, Debian 9, Tails 3, Firefox 54, FreeNAS 11 & OpenMediaVault 3 all get released. </p>
-
-<p>We discuss the important bits of it all, follow up on questions last week & take an open source unicorn for a spin.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/ulHHToRwSs0" height="1" width="1" alt=""/>
- Sun, 18 Jun 2017 15:01:16 -0700
-
- 0277E928-769E-4378-8ED8-4D40E33CB162
- Jupiter Broadcasting
- More competition in desktop Linux, Debian 9, Tails 3, Firefox 54, FreeNAS 11 & OpenMediaVault 3 all get released.
-
-We discuss the important bits of it all, follow up on questions last week & take an open source unicorn for a spin.
-
- no
- 30:42
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/115871/linux-action-news-6/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/4050d933-1f73-4c71-80b1-54c86f954436.mp3
-
- Linux Action News 5
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Qu4z4vqhMyY/
- <p>A look at the future of the Ubuntu desktop and one of its flavors, plus Docker aims to improve Linux security upstream with LinuxKit.</p>
-
-<p>And a LXQt confession.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Qu4z4vqhMyY" height="1" width="1" alt=""/>
- Sun, 11 Jun 2017 16:33:19 -0700
-
- 6759A9FA-44E1-444C-9BF5-459D063F0705
- Jupiter Broadcasting
- A look at the future of the Ubuntu desktop and one of its flavors, plus Docker aims to improve Linux security upstream with LinuxKit.
-
-And a LXQt confession.
-
- no
- 26:44
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/115686/linux-action-news-5/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/915cd9f0-bd60-405e-bd74-a10eb1485b20.mp3
-
- No Privacy Compromise Home Automation | Linux Action Special 2
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/DtYL4-KA120/
- Home Assistant, an open-source home automation platform that runs on Linux. Today I chat with Paulus Schoutsen, the founder of the project to learn what this project can do, where it's going & how it stacks up to competition like the Amazon Echo.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/DtYL4-KA120" height="1" width="1" alt=""/>
- Fri, 09 Jun 2017 12:57:38 -0700
-
- 19D99BCA-F01E-49F6-9553-A01F2AD16F63
- Jupiter Broadcasting
- Home Assistant, an open-source home automation platform that runs on Linux. Today I chat with Paulus Schoutsen, the founder of the project to learn what this project can do, where it's going & how it stacks up to competition like the Amazon Echo.
-
- no
- 18:46
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/115566/no-privacy-compromise-home-automation/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/LinuxActionSpecial2-NoPrivacyCompromiseHomeAutomation.mp3
-
- Linux Action News 4
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/O-71vfuc2yo/
- <p>Two Linux desktop classics make big strides, Coreboot joins the Conservancy, and Toyota cars will soon run Linux. Plus newly announced Ambient OS will be open source, just like Android, and its creator Andy Rubin says they plan to take on the Amazon Echo & Google Pixel. </p>
-
-<p>This is is an episode about playing to your strengths & taking over markets.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/O-71vfuc2yo" height="1" width="1" alt=""/>
- Sun, 04 Jun 2017 18:16:55 -0700
-
- 00993B9D-33B2-41C1-9ED1-E7DCF964624A
- Jupiter Broadcasting
- Two Linux desktop classics make big strides, Coreboot joins the Conservancy & Toyota cars will soon run Linux. Plus Ambient OS will be open source, just like Android & its creator Andy Rubin says they plan to take on the Amazon Echo, Google Pixel & more!
-
- no
- 34:42
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/115301/linux-action-news-4/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/55c4cff2-13e7-4232-81a3-ef8eb5a9b0e7.mp3
-
- Linux Action News 3
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/4EB4Yqu1OSo/
- NextCloud goes global, Devuan hits one, Solus keeps expanding, Firefox is trying, but Chrome has won, more progress on Coreboot & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/4EB4Yqu1OSo" height="1" width="1" alt=""/>
- Sun, 28 May 2017 18:18:08 -0700
-
- 4B0B40D0-BDD6-4885-8C82-7E4DF63273A8
- Jupiter Broadcasting
- NextCloud goes global, Devuan hits one, Solus keeps expanding, Firefox is trying, but Chrome has won, more progress on Coreboot & more!
-
- no
- 41:42
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/115126/linux-action-news-3/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/76572a07-bfeb-48e0-a559-c2f9cbf0786b.mp3
-
- Linux Action News 2
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/5I4eLVIYduU/2
- <p>Ubuntu's Gnome plans start to form & they want your input. The Linux subsystem is coming to Windows Server & Mycroft is finally ready to ship.</p>
-
-<p>Plus the Tizen surprise, elementary OS' pay-what-you-want AppCenter & what's new Android O.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/5I4eLVIYduU" height="1" width="1" alt=""/>
- Sun, 21 May 2017 19:12:01 -0700
-
- 7566206A-7BB5-4842-932F-EEFFA31B8E68
- Jupiter Broadcasting
- Ubuntu's Gnome plans start to form & they want your input. The Linux subsystem is coming to Windows Server & Mycroft is finally ready to ship.
-
-Plus the Tizen surprise, elementary OS' pay-what-you-want AppCenter & what's new Android O.
-
- no
- 36:58
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://linuxactionnews.com/2http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/c506f753-94e4-434e-a6a6-546d4ea72849.mp3
-
- Loki's New AppCenter | Linux Action Special
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/aHhvbNSrAQ0/
- Daniel Foré, elementary OS founder, joins Chris to chat about their new update to Loki, their pay what you want AppCenter, what the end of Unity means for them, and the future of the project.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/aHhvbNSrAQ0" height="1" width="1" alt=""/>
- Thu, 18 May 2017 13:48:08 -0700
-
- 9E805DDB-68CF-420A-813F-FFB7DF4D59DD
- Jupiter Broadcasting
- Daniel Foré, elementary OS founder, joins Chris to chat about their new update to Loki, their pay what you want AppCenter, what the end of Unity means for them, and the future of the project.
-
- no
- 24:06
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/114796/lokis-new-appcenter/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/LinuxActionSpecial-NewLoki.mp3
-
- Linux Action News 1
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/LpxZT7mGmzs/
- <p>Canonical IPO is a go, Microsoft brings more Linux to Windows, OpenWRT and LEDE agree on Linux-for-routers peace plan, and Google launches project Treble. </p>
-
-<p>Welcome to Linux Action News's debut episode. It’s our goal to build the show you go to when you want to hear an informed discussion about what’s happening.</p>
-
-<p>We kick things off with a busy news week.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/LpxZT7mGmzs" height="1" width="1" alt=""/>
- Sun, 14 May 2017 18:16:11 -0700
-
- 07E87B24-2865-417D-B8F5-57929AE2F493
- Jupiter Broadcasting
- Canonical IPO is a go, Microsoft brings more Linux to Windows, OpenWRT, LEDE agree on Linux-for-routers peace plan & Google launches project Treble.
-
- no
- 32:41
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/114641/linux-action-news-1/http://www.podtrac.com/pts/redirect.mp3/aphid.fireside.fm/d/1437767933/dec90738-e640-45e5-b375-4573052f4bf4/026cc66f-bc8a-47ff-8d7f-f9d8f83b2799.mp3
-
- For the LAS Time | LAS 468
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/r1EmmqwSgQ4/
- The big trends, favorite moments, audience questions & more, all live from the floor of LinuxFest Northwest 2017. It’s the final episode of the Linux Action Show!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/r1EmmqwSgQ4" height="1" width="1" alt=""/>
- Mon, 08 May 2017 13:48:16 -0700
-
- 4DD2C19A-3702-4EF4-9770-7053C512EABF
- Jupiter Broadcasting
- The big trends, favorite moments, audience questions & more, all live from the floor of LinuxFest Northwest 2017. It’s the final episode of the Linux Action Show!
-
- no
- 59:58
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/114466/for-the-las-time-las-468/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep468.mp3
-
- Second to LAS | LAS 467
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/B11xPOPSCUU/
- <p>With just one episode left we discuss the Mac threat, how script kiddies can use Linux to hack your password & why you might want to wait for Linux 4.12.</p>
-
-<p>Plus news, picks of the week & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/B11xPOPSCUU" height="1" width="1" alt=""/>
- Sun, 30 Apr 2017 21:54:25 -0700
-
- BD0B8134-A94C-4840-89C8-CEA44A679786
- Jupiter Broadcasting
- With just one episode left we discuss the Mac threat, how script kiddies can use Linux to hack your password & why you might want to wait for Linux 4.12.
-
-Plus news, picks of the week & more!
-
- no
- 1:34:40
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/114301/second-to-las-las-467/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep467.mp3
-
- Adopt-a-Dongle | LAS 466
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/7L1iVEoww7U/
- <p>It's a tale of woes & wins in a Linux laptop showdown, from $200 to $10,000 we report back on the limits of mobile productivity. </p>
-
-<p>The human side of Unity’s death, the Linux kernel feature Chris has been waiting years for, picks, feedback & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/7L1iVEoww7U" height="1" width="1" alt=""/>
- Sun, 23 Apr 2017 23:56:26 -0700
-
- 5389E508-E189-4385-8076-8EAB30D1D0ED
- It's a tale of woes & wins in a Linux laptop showdown, from $200 to $10,000 we report back on the limits of mobile productivity.
-
-The human side of Unity’s death, the Linux kernel feature Chris has been waiting years for, picks, feedback & more!
-
- no
- 1:21:02
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Jupiter BroadcastingLinux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/114096/adopt-a-dongle-las-466/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep466.mp3
-
- Dell’s Secret Sauce | LAS 465
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Tp6gmbP4oKo/
- <p>We didn’t go all the way to Texas for just one episode, it's a very special edition this week. We wanted to share some of the great stories, Linux memories & impressive hardware.</p>
-
-<p>Plus the unexpected change behind the scenes that Linux is pushing at Dell!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Tp6gmbP4oKo" height="1" width="1" alt=""/>
- Mon, 17 Apr 2017 12:37:48 -0700
-
- CB2C4C77-D0E8-4E9D-B57D-DF8E172593F0
- Jupiter Broadcasting
- We didn’t go all the way to Texas for just one episode, it's a very special edition this week. We wanted to share some of the great stories, Linux memories & impressive hardware.
-
-Plus the unexpected change behind the scenes that Linux is pushing at Dell!
-
- no
- 17:37
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/113916/dells-secret-sauce-las-465/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep465.mp3
-
- Our Trip to Dell | LAS 464
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/BpuO6rjqZ9Y/
- <p>Is Dell's new hardware a sign of serious commitment to Linux or a large company’s hedge against market changes? We go inside Dell, get exclusive access to the teams & people behind many of Dell’s products that run Linux & find out.</p>
-
-<p>Plus we discuss Ubuntu dropping Unity for Gnome, Lightworks’ latest release & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/BpuO6rjqZ9Y" height="1" width="1" alt=""/>
- Sun, 09 Apr 2017 15:59:12 -0700
-
- AF556C16-9542-470C-BB65-35F27224871C
- Jupiter Broadcasting
- Is Dell's new hardware a commitment or a hedge against market changes? We go inside Dell, get exclusive access to the teams & people behind Dell’s Linux products that & find out.
-
-Plus we discuss Ubuntu dropping Unity, Lightworks’ latest release & more!
-
- no
- 55:28
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/113646/our-trip-to-dell-las-464/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep464.mp3
-
- Dubstep Allan | LAS 463
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/GEIdT3Huvsk/
- <p>We start this week covering the latest news about Red Hat’s record profits, some new changes coming video editing & audio sampling under linux & Apple releasing their new APFS file system</p>
-
-<p>Then Noah reveals the real reason behind LAS ending, we cover your feedback & much more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/GEIdT3Huvsk" height="1" width="1" alt=""/>
- Sun, 02 Apr 2017 03:05:13 -0700
-
- 0D6D3B26-DBDB-4F19-8515-30D51541D28D
- Jupiter Broadcasting
- We start by covering the latest news about Red Hat’s record profits, changes coming video editing & audio sampling under linux & Apple releasing their new APFS file system
-
-Then Noah reveals the real reason behind LAS ending, your feedback & much more!
-
- no
- 1:12:00
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/113386/dubstep-allan-las-463/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep463b.mp3
-
- The Final Countdown | LAS 462
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/t5QbqFrXEUk/
- We start with the week’s news, then announce what’s next for the Linux Action Show, our Texas sized adventure coming up & new shows coming soon!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/t5QbqFrXEUk" height="1" width="1" alt=""/>
- Sun, 26 Mar 2017 19:18:54 -0700
-
- 332B79D6-8052-49BC-AFC1-B67C1935763D
- Jupiter Broadcasting
- We start with the week’s news, then announce what’s next for the Linux Action Show, our Texas sized adventure coming up & new shows coming soon!
-
- no
- 1:39:23
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/113241/the-final-countdown-las-462/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep462.mp3
-
- #SaveLAS | LAS 461
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/wHQPZHSq9oQ/
- Behind the curtain of SCaLE 15x, news of the week, picks & we announce the future of the Linux Action Show.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/wHQPZHSq9oQ" height="1" width="1" alt=""/>
- Sat, 18 Mar 2017 15:35:28 -0700
-
- 42451436-7336-4965-B8F3-AD6002CA29DB
- Jupiter Broadcasting
- Behind the curtain of SCaLE 15x, news of the week, picks & we announce the future of the Linux Action Show.
-
- no
- 1:31:17
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/107601/savelas-las-461/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep461.mp3
-
- NextCloud's Can of Worms | LAS 460
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/QXdj8t7DOqI/
- <p>NextCloud founder Frank Karlitschek joins us to discuss the recent remote version checking initiative of private NextCloud instances, the controversial notifications sent by ISPs to users found to be running out of date NextCloud instances & the larger security problems facing all open source projects like NextCloud. </p>
-
-<p>Plus why Chromebook usage surging past Linux in the last year is a good thing, picks, news of the week & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/QXdj8t7DOqI" height="1" width="1" alt=""/>
- Sun, 12 Mar 2017 20:15:46 -0700
-
- E53E4BCC-0F80-4831-9872-D2F18FD121C9
- Jupiter Broadcasting
- NextCloud founder Frank joins us to discuss the recent remote version checking initiative, the controversial notifications sent by ISPs & the larger problems facing all ohs projects like NextCloud.
-
-Plus Chromebook usage surging last linux & much more!
-
- no
- 1:38:09
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/107471/nextclouds-can-of-worms-las-460/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep460.mp3
-
- Live from SCaLE 15x | LAS 459
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/5wq2TdyV9Sw/
- From the floor of 2017’s Southern California Linux Expo aka SCALE 15x, we give you interviews & our impressions of the event. Plus news of the week, picks & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/5wq2TdyV9Sw" height="1" width="1" alt=""/>
- Sun, 05 Mar 2017 22:36:39 -0800
-
- 5339DBDF-EBE5-4C1F-89D2-75290F864C07
- Jupiter Broadcasting
- From the floor of 2017’s Southern California Linux Expo aka SCALE 15x, we give you interviews & our impressions of the event. Plus news of the week, picks & more!
-
- no
- 1:28:28
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/107286/live-from-scale-15x-las-459/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep459.mp3
-
- Noah's Radio Hack | LAS 458
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/-DB4ti730_w/
- <p>Noah’s built an audio stream recording monster & he’ll share it’s inner workings.</p>
-
-<p>Plus Firefox’s big upgrade, the puzzling Android problem & some very spooky Fedora news!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/-DB4ti730_w" height="1" width="1" alt=""/>
- Sun, 26 Feb 2017 06:06:22 -0800
-
- 3C408329-90BD-4EE2-8FB9-1D4D5E2CB13F
- Jupiter Broadcasting
- Noah’s built an audio stream recording monster & he’ll share it’s inner workings.
-
-Plus Firefox’s big upgrade, the puzzling Android problem & some very spooky Fedora news!
-
- no
- 57:20
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/107116/noahs-radio-hack-las-458/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep458.mp3
-
- XPS 13 Review | LAS 457
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/mQvM3iTm_mk/
- <p>Our take on Dell’s latest Linux powered Sputnik laptop. Find out why this laptop might be your future work horse & why it’s called a developer edition.</p>
-
-<p>Plus rumors that suggest Valve is abandoning Steam Machines, Munich’s Linux blunder & much more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/mQvM3iTm_mk" height="1" width="1" alt=""/>
- Sat, 18 Feb 2017 10:54:25 -0800
-
- 3EA3F894-94B4-4688-B072-F66C1968818D
- Jupiter Broadcasting
- Our take on Dell’s latest Linux powered Sputnik laptop. Find out why this laptop might be your future work horse & why it’s called a developer edition.
-
-Plus rumors that suggest Valve is abandoning Steam Machines, Munich’s Linux blunder & much more!
-
- no
- 1:02:27
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/106921/xps-13-review-las-457/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep457.mp3
-
- Inside the Plasma Dev Den | LAS 456
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/9K7o9ucSDcw/
- <p>Jonathan Riddell & the Plasma Desktop team join us for a chat. From Neon user stats to Plasma on IoT, we get the scoop on the latest KDE & Plasma desktop developments live from their development Sprint.</p>
-
-<p>Plus Elementary OS founder Daniel Fore joins to discuss their Pay for what you want App store fundraiser & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/9K7o9ucSDcw" height="1" width="1" alt=""/>
- Sun, 12 Feb 2017 21:36:09 -0800
-
- 264EC7D1-8DDF-4520-8888-F671D4193B3A
- Jupiter Broadcasting
- Jonathan Riddell & the Plasma Desktop team join us. From Neon user stats to Plasma on IoT we get the scoop live from their dev Sprint.
-
-Plus Elementary OS founder Daniel Fore joins to discuss their Pay for what you want App store fundraiser & more!
-
- no
- 1:28:07
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/106791/inside-the-plasma-dev-den-las-456/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep456.mp3
-
- Low Cost Linux Challenge | LAS 455
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/OKb2Qsjkul4/
- <p>How inexpensive can a Linux system get & still be considered useable? We experiment with a low-end laptop & desktop, report back on the compromises you might be surprised you don’t have to make.</p>
-
-<p>Plus news, picks, your emails & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/OKb2Qsjkul4" height="1" width="1" alt=""/>
- Sun, 05 Feb 2017 17:55:59 -0800
-
- 6C214D41-8725-4BD1-A908-FD9E391B3081
- Jupiter Broadcasting
- How inexpensive can a Linux system get & still be considered useable? We experiment with a low-end laptop & desktop, report back on the compromises you might be surprised you don’t have to make.
-
-Plus news, picks, your emails & more!
-
- no
- 1:01:33
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/106646/low-cost-linux-challenge-las-455/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep455.mp3
-
- Noah's IPSEC Adventure | LAS 454
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/8hKjgtlW3-4/
- <p>How Noah uses IPsec to set up secure network traffic. The law that might open up hardware to hobbyist & we narrow down the options for bulletproof Linux.</p>
-
-<p>Plus the picks, news & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/8hKjgtlW3-4" height="1" width="1" alt=""/>
- Sun, 29 Jan 2017 21:15:13 -0800
-
- E61E8895-A378-4115-9605-26D515059C57
- Jupiter Broadcasting
- How Noah uses IPsec to set up secure network traffic. The law that might open up hardware to hobbyist & we narrow down the options for bulletproof Linux.
-
-Plus the picks, news & more!
-
- no
- 1:16:52
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/106496/noahs-ipsec-adventure-las-454/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep454.mp3
-
- Ghost of Predictions Past | LAS 453
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/iTRHoKnWzMM/
- We own up to our top 14 predictions for 2016, discuss a major software update, start to discuss building a bulletproof Linux install & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/iTRHoKnWzMM" height="1" width="1" alt=""/>
- Sun, 22 Jan 2017 19:22:42 -0800
-
- B0A500B2-C34B-4417-9315-9F396833A321
- Jupiter Broadcasting
- We own up to our top 14 predictions for 2016, discuss a major software update, start to discuss building a bulletproof Linux install & more!
-
- no
- 1:29:11
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/106336/ghost-of-predictions-past-las-453/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep453.mp3
-
- Taking Linux To Heart | LAS 452
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/1tpfECPcLDc/
- <p>We get a first hand take on how Linux & Open Source could be revolutionizing the backend of healthcare.</p>
-
-<p>Plus a look at the ZeroPhone, Dell’s new Linux hardware, we ask you some questions & answer a few of yours.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/1tpfECPcLDc" height="1" width="1" alt=""/>
- Sun, 15 Jan 2017 18:43:43 -0800
-
- EE60F3AD-713C-4CF6-A708-D55BF706D108
- Jupiter Broadcasting
- We get a first hand take on how Linux & Open Source could be revolutionizing the backend of healthcare.
-
-Plus a look at the ZeroPhone, Dell’s new Linux hardware, we ask you some questions & answer a few of yours.
-
-
- no
- 1:09:30
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/106176/taking-linux-to-heart-las-452/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep452.mp3
-
- Mac's Exodus of 2017 | LAS 451
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/KGN0OBo6PKM/
- <p>What’s happening in 2017, before it happens. It’s our annual predictions episode, Chris & Noah surprise each other with their futurecasting.</p>
-
-<p>Plus why Ubuntu Phone is going on a hiatus of sorts, Neon puts KDE in a Container & much more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/KGN0OBo6PKM" height="1" width="1" alt=""/>
- Sun, 08 Jan 2017 20:41:47 -0800
-
- 0668D952-0103-41C6-B781-40202B455CA2
- Jupiter Broadcasting
- What’s happening in 2017, before it happens. It’s our annual predictions episode, Chris & Noah surprise each other with their futurecasting.
-
-Plus why Ubuntu Phone is going on a hiatus of sorts, Neon puts KDE in a Container & much more!
-
- no
- 1:35:17
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/106046/macs-exodus-of-2017-las-451/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep451.mp3
-
- Winter Solus Review | LAS 450
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/SRfq-5-siwA/
- <p>Solus might just be the distribution to watch in 2017. Every intention & tweak coming together to create something unique in Linux land. Noah & Chris take two very different views of this important up & coming distro.</p>
-
-<p>Plus the big news of the week, picks, emails & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/SRfq-5-siwA" height="1" width="1" alt=""/>
- Sun, 01 Jan 2017 19:25:58 -0800
-
- 83A73B35-D5ED-45A5-A1F6-A892ED795EC4
- Jupiter Broadcasting
- Solus might just be the distribution to watch in 2017. Every intention & tweak coming together to create something unique. Noah & Chris take two very different views of this up & coming distro.
-
-Plus the big news of the week, picks, emails & more!
-
- no
- 1:25:10
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/105836/winter-solus-review-las-450/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep450.mp3
-
- Forward Momentum | LAS 449
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/CHbGrd_pNxg/
- <p>This week, while the guys are away on holiday, we take a look back and see just how much Linux has progressed into new areas over the course of 2016 & also some of the spots where it may have stumbled a bit.</p>
-
-<p>Get settled in with your eggnog & hot cocoa because it's gonna be a BIG SHOW!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/CHbGrd_pNxg" height="1" width="1" alt=""/>
- Sun, 25 Dec 2016 11:30:54 -0800
-
- DA267605-E3E4-449E-844E-0CF22A44F116
- Jupiter Broadcasting
- While the guys are away on holiday, we take a look back and see just how much Linux has progressed into new areas over the course of 2016 & where it may have stumbled a bit.
-
-Get settled in with your eggnog & hot cocoa because it's gonna be a BIG SHOW!
-
- no
- 3:04:26
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/105661/forward-momentum-las-449/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep449.mp3
-
- High on NextCloud | LAS 448
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/f6_tW8pj8xM/
- We chat with Joss from NextCloud about two factor, crazy performance improvements, the OwnCloud hangover, setting up your ultimate Dropbox and Google Docs replacements & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/f6_tW8pj8xM" height="1" width="1" alt=""/>
- Mon, 19 Dec 2016 03:52:03 -0800
-
- 05DA0B06-207F-41E7-85D1-6D52B691ACC3
- Jupiter Broadcasting
- We chat with Joss from NextCloud about two factor, crazy performance improvements, the OwnCloud hangover, setting up your ultimate Dropbox and Google Docs replacements & more!
-
- no
- 1:33:06
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/105501/high-on-nextcloud-las-448/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep448.mp3
-
- Linux Light Show | LAS 447
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/t-yg3Eg0_oc/
- <p>It’s a holiday miracle, a fully computer controlled automated light display without the cloud. It’s also a great excuse to troll Chris about Linux video editing.</p>
-
-<p>Plus news, picks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/t-yg3Eg0_oc" height="1" width="1" alt=""/>
- Sun, 11 Dec 2016 20:25:57 -0800
-
- BE1104D7-B202-4322-9B77-C3F72429CF69
- Jupiter Broadcasting
- It’s a holiday miracle, a fully computer controlled automated light display without the cloud. It’s also a great excuse to troll Chris about Linux video editing.
-
-Plus news, picks & more!
-
- no
- 1:08:42
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/105346/linux-light-show-las-447/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep447.mp3
-
- Distro Engagement | LAS 446
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/rWeYYAabuB8/
- <p>How do you pick the best Linux distribution for you? This week we reflect on one of the most critical questions before you switch to Linux.</p>
-
-<p>Plus Canonical says their taking a stand against unofficial Ubuntu images, a Mycroft update & your Linux questions!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/rWeYYAabuB8" height="1" width="1" alt=""/>
- Sun, 04 Dec 2016 22:45:32 -0800
-
- ECD1D554-0890-4A97-81EE-B45305CF2E87
- Jupiter Broadcasting
- How do you pick the best Linux distribution? This week we reflect on one of the most critical questions before you switch to Linux.
-
-Plus Canonical says they’re taking a stand against unofficial Ubuntu images, a Mycroft update & your Linux questions!
-
- no
- 1:51:07
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/105211/distro-engagement-las-446/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep446.mp3
-
- Hats Off to Wayland | LAS 445
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/KehdTjlhptg/
- <p>Fedora 25 ships with Wayland by default, the latest Gnome & the promise of upgradeability.</p>
-
-<p>We test upgrade a Fedora 24 workstation with Gnome customizations, third party repos & some history. We capture and share the failures and successes. </p>
-
-<p>Plus the bigger problems the Tor phone raises, the docking station that could make convergence real & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/KehdTjlhptg" height="1" width="1" alt=""/>
- Sun, 27 Nov 2016 23:34:40 -0800
-
- D704F397-38A7-4160-998D-2053B7C4F382
- Jupiter Broadcasting
- Fedora 25 ships with Wayland by default, the latest Gnome & the promise of upgradeability.
-
-We test upgrade a Fedora 24, third party repos & history. We capture and share the failures and successes.
-
-Plus the bigger problems the Tor phone raises & more!
-
- no
- 1:38:43
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/105046/hats-off-to-wayland-las-445/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep445.mp3
-
- This Old Linux RV | LAS 444
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/MLVznp2jYx0/
- <p>Linux server installs sometimes don’t go as planned. We take you through the hardware modifications we made to install Chris’ new NAS in Lady Jupiter (his RV).</p>
-
-<p>Plus are we faking it about Microsoft joining the Linux Foundation?</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/MLVznp2jYx0" height="1" width="1" alt=""/>
- Sun, 20 Nov 2016 18:49:10 -0800
-
- E208219C-29AB-4F5E-BB70-4D8FE2F57FAC
- Jupiter Broadcasting
- Linux server installs sometimes don’t go as planned. We take you through the hardware modifications we made to install Chris’ new NAS in Lady Jupiter (his RV).
-
-Plus are we faking it about Microsoft joining the Linux Foundation?
-
-
- no
- 1:12:16
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/104801/this-old-linux-rv-las-444/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep444.mp3
-
- Qnap's Thick NAS | LAS 443
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/uhFqFdarK98/
- <p>Chris gets a big surprise when he learns the features of the QNAP NAS review unit.</p>
-
-<p>Plus is Linux really seeing a wave of MacBook switchers? The future of Vulkan and VR under Linux, solving IoT’s security woes & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/uhFqFdarK98" height="1" width="1" alt=""/>
- Sun, 13 Nov 2016 09:01:09 -0800
-
- 9B1BE177-E9EA-40A2-9188-D0C03EC0919A
- Jupiter Broadcasting
- Chris gets a big surprise when he learns the features of the QNAP NAS review unit.
-
-Plus is Linux really seeing a wave of MacBook switchers? The future of Vulkan and VR under Linux, solving IoT’s security woes & more!
-
- no
- 1:11:01
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/104636/qnaps-thick-nas-las-443/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep443.mp3
-
- Noah Switches to Arch | LAS 442
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/lVaZnWEoeiQ/
- <p>Ubuntu fails Noah during a critical moment & it’s the final straw. Noah takes us along as he switches his systems over to Arch.</p>
-
-<p>Plus why you might want to think twice about LessPass & is the $4 Linux computer legit?</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/lVaZnWEoeiQ" height="1" width="1" alt=""/>
- Sun, 06 Nov 2016 21:22:46 -0800
-
- 180BD342-3DAD-4F78-8D76-A15078DFE115
- Jupiter Broadcasting
- Ubuntu fails Noah during a critical moment & it’s the final straw. Noah takes us along as he switches his systems over to Arch.
-
-Plus why you might want to think twice about LessPass & is the $4 Linux computer legit?
-
-
- no
- 1:27:15
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/104511/noah-switches-to-arch-las-442/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep442.mp3
-
- Slaying the Arch Zombie | LAS 441
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/PUoCLeQW9Rg/
- <p>What happens if you fail to update your home Arch server for two years? Chris finds out the hard way & is forced to replace it with OpenMediaVault. We take you on the scene, and share the hard lessons learned!</p>
-
-
-<p>Plus some big Firefox news, an update on Pirate Kodi boxes & the Lenovo egg.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/PUoCLeQW9Rg" height="1" width="1" alt=""/>
- Sun, 30 Oct 2016 19:01:43 -0700
-
- 8FE0FF23-5A0C-4428-A938-CE688F6E8DCC
- Jupiter Broadcasting
- What happens if you fail to update your home Arch server for two years? Chris finds out the hard way. We take you on the scene, and share the hard lessons learned!
-
-
-Plus some big Firefox news, an update on Pirate Kodi boxes & the Lenovo egg.
-
- no
- 1:03:36
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/104306/slaying-the-arch-zombie-las-441/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep441.mp3
-
- Livepatch Your CoW | LAS 440
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/w7dfyUQ8ZjM/
- <p>Canonical’s Dustin Kirkland’s Beard tell us about their new Livepatch service, we discuss Dirty COW the “Most serious” Linux privilege-escalation bug ever, explain what a CRM is & what great open source solutions are available. </p>
-
-<p>Plus some much discussed feedback, our picks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/w7dfyUQ8ZjM" height="1" width="1" alt=""/>
- Sun, 23 Oct 2016 21:42:43 -0700
-
- 3032ECB7-EA7E-47AE-A442-D6D5FE324123
- Jupiter Broadcasting
- Canonical’s Dustin Kirkland’s Beard tell us about their new Livepatch service, we discuss Dirty COW the “Most serious” Linux privilege-escalation bug ever, explain what a CRM is & what great open source solutions are available & more!
-
- no
- 1:33:51
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/104121/livepatch-your-cow-las-440/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep440.mp3
-
- All Aboard Ubuntu 16.10 | LAS 439
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/XUmHS6JUFkc/
- <p>Has Ubuntu fallen behind, or setting a new bar of refinement? We load up our hardware with Ubuntu 16.10, walk away with some big surprises & two totally different experiences.</p>
-
-<p>Plus KDE celebrates 20 years in a way only open source can, real VR gets demoed on Linux, the big BSD news & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/XUmHS6JUFkc" height="1" width="1" alt=""/>
- Sun, 16 Oct 2016 19:11:58 -0700
-
- 1251E997-CD82-4BE2-AAA7-E035FAE5056A
- Jupiter Broadcasting
- Has Ubuntu fallen behind, or setting a new bar of refinement? We load up our hardware with 16.10 & walk away with two totally different experiences.
-
-Plus KDE celebrates 20 years in a way only open source can, real VR gets demoed, the big BSD news & more!
-
- no
- 1:26:59
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/103926/all-aboard-ubuntu-16-10-las-439/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep439.mp3
-
- Plasma 5.8 Shines Bright | LAS 438
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/bwSsU07sGDU/
- <p>Plasma 5.8 marks a major milestone in the project's history & one that deserves a complete review.</p>
-
-<p>Plus we discuss the continued Fedora 24 issues, another take on Kodi box privacy, our picks & much more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/bwSsU07sGDU" height="1" width="1" alt=""/>
- Sun, 09 Oct 2016 18:16:06 -0700
-
- 7DBA0135-5C5A-4C53-9278-B7B16D9B5C8A
- Jupiter Broadcasting
- Plasma 5.8 marks a major milestone in the project's history & one that deserves a complete review.
-
-Plus we discuss the continued Fedora 24 issues, another take on Kodi box privacy, our picks & much more!
-
- no
- 1:29:33
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/103736/plasma-5-8-shines-bright-las-438/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep438.mp3
-
- Software Defined Networking | LAS 437
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/-GuQlbJmEnA/
- <p>What is Software Defined Networking (SDL) & why is it a major focus for The Linux Foundation? We visit the OpenDayLight Summit & discover how the open source philosophy applied to networking is transforming an industry.</p>
-
-<p>Plus the big Kodi crackdown in the UK, Purism want’s to build a Librem Phone, our picks, feedback & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/-GuQlbJmEnA" height="1" width="1" alt=""/>
- Sun, 02 Oct 2016 19:38:29 -0700
-
- 5F94115F-7425-40D4-8640-B2BC1F74965C
- Jupiter Broadcasting
- What is Software Defined Networking (SDL) & why is it a major focus for The Linux Foundation? We visit the OpenDayLight Summit!
-
-Plus the big Kodi crackdown in the UK, Purism want’s to build a Librem Phone, our picks, feedback & more!
-
- no
- 1:31:07
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/103531/software-defined-networking-las-437/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep437.mp3
-
- OpenMediaVault vs FreeNAS | LAS 436
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/5ru5_FcVxoE/
- <p>Two long-time FreeNAS users test the Debian-based OpenMediaVault, we share our favorite features FreeNAS doesn’t have, where FreeNAS still pulls ahead, standout features of version 3 over version 2 & why we think the project has a very bright future.</p>
-
-<p>Plus Lenovo & Intel feed Linux users another shit sandwich, take a look at Greyhole & chat up the new desktop releases.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/5ru5_FcVxoE" height="1" width="1" alt=""/>
- Sun, 25 Sep 2016 21:26:30 -0700
-
- ED621B4F-DEFE-464E-AD67-DF8B33D97A0F
- Jupiter Broadcasting
- Two long-time FreeNAS users test the Debian-based OpenMediaVault, we share our favorite features, where FreeNAS still pulls ahead & why we think the project has a bright future.
-
-Plus we take a look at Greyhole, chat up the new desktop releases & more!
-
- no
- 1:39:00
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/103356/openmediavault-vs-freenas-las-436/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep436.mp3
-
- Noah Builds A Linux Ark | LAS 435
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/mx4eV_m-kqk/
- <p>A new Linux build is nigh & Noah takes us through his new PC built for a specific task. </p>
-
-<p>Plus we try out Android N x86, get impressed by new Linux software releases, ponder what would happen if unbreakable encryption were made illegal & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/mx4eV_m-kqk" height="1" width="1" alt=""/>
- Sun, 18 Sep 2016 08:54:05 -0700
-
- C3A8D14A-BA94-4CF5-B2B5-0E11E0D39C2A
- Jupiter Broadcasting
- A new Linux build is nigh & Noah takes us through his new PC built for a specific task.
-
-Plus we try out Android N x86, get impressed by new Linux software releases, ponder what would happen if unbreakable encryption were made illegal & more!
-
- no
- 1:09:04
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/103196/noah-builds-a-linux-ark-las-435/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep435.mp3
-
- Looking At Loki | LAS 434
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/GrfqTueElX0/
- <p>We review the new Loki release from elementary OS. One of the most unique distributions, that’s often misunderstood. But how does it hold up for advanced Linux users? Tune in to find out!</p>
-
-<p>We argue about the true value of Let's Encrypt, celebrate the 10 millionth Raspberry Pi & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/GrfqTueElX0" height="1" width="1" alt=""/>
- Sun, 11 Sep 2016 20:58:02 -0700
-
- 93F14971-8215-4EDF-90B6-1F3449244D8D
- Jupiter Broadcasting
- We review the new Loki release from elementary OS. One of the most unique distributions, that’s often misunderstood. But how does it hold up for advanced Linux users?
-
-We argue about the true value of Let's Encrypt, celebrate the 10 millionth Pi & more!
-
- no
- 1:28:35
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/102976/looking-at-loki-las-434/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep434.mp3
-
- Linux Gets Schooled | LAS 433
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/5ex7ZqMXUbs/
- <p>We hit the road and convert a middle school to Linux, join us as we dig into their initial deployments & successes.</p>
-
-<p>Plus why we think the punishment for the kernel.org “hacker” is extreme, the Linux “trojan” that’s really a Drupal flaw, the big news from our BSD friends & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/5ex7ZqMXUbs" height="1" width="1" alt=""/>
- Sun, 04 Sep 2016 19:58:45 -0700
-
- 53561C2D-D7FC-43E6-AE44-0EEF9374864F
- Jupiter Broadcasting
- We hit the road and convert a middle school to Linux, join us as we dig into their deployments & successes.
-
-Plus why we think the punishment for the kernel.org “hacker” is extreme, the Linux “trojan” that’s really a Drupal flaw, the news from BSD & more!
-
- no
- 1:16:14
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/102791/linux-gets-schooled-las-433/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep433.mp3
-
- IoT and Chill | LAS 432
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/KsTBm9wBhrA/
- Ryan Sipes stops by to share his big news & debate the value and control Linux users can get from the much hyped Internet of Things. Plus we drool over the specs of a new Linux rig, break down the war against Linus, get impressed by Nextcloud 10 & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/KsTBm9wBhrA" height="1" width="1" alt=""/>
- Sun, 28 Aug 2016 19:22:04 -0700
-
- 0CE91549-7AFA-4D75-82DA-1BD8581A5298
- Jupiter Broadcasting
- Ryan Sipes stops by to share his big news & debate the value and control Linux users can get from the much hyped Internet of Things. Plus we drool over the specs of a new Linux rig, break down the war against Linus, get impressed by Nextcloud 10 & more!
-
- no
- 1:51:22
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/102556/iot-and-chill-las-432/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep432.mp3
-
- Throwback Thursday… On Sunday! | LAS 431
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/8jumYQrjbL0/
- <p>We follow up on many of the projects, distros & gadgets we’ve reviewed recently & tell you where things stand now that we’ve been using them for a while. We report back to you with a series of mini-review follow ups!</p>
-
-<p>Plus the big “Linux Malware” threat that’s basically hype, hosting your own YouTube, Google Building a new OS & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/8jumYQrjbL0" height="1" width="1" alt=""/>
- Sun, 21 Aug 2016 10:11:58 -0700
-
- 7227FB71-66EA-422B-BCCF-88E4DEFB6D0C
- Jupiter Broadcasting
- We’ve reviewed many projects, distros & gadgets recently & we’ll tell you where things stand. We report back with a series of follow ups!
-
-Plus a big “Linux Malware” threat that’s basically hype, hosting your own YouTube, Google building a new OS & more!
-
- no
- 1:38:43
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/102381/throwback-thursday-on-sunday-las-431/http://traffic.libsyn.com/jnite/linuxactionshowep431.mp3
-
- Bringing Linux to the Surface | LAS 430
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/_S-D6T8j6v0/
- <p>We try out Linux on the Microsoft Surface Pro & the results were much better than we expected. We share this odd journey towards the perfect laptop…. Or Tablet…</p>
-
-<p>Plus the major security flaw in the Linux Kernel, the btrfs project recommends you use ZFS, Red Hat is hiring to make Linux run better on laptops & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/_S-D6T8j6v0" height="1" width="1" alt=""/>
- Sun, 14 Aug 2016 22:08:18 -0700
-
- DD46A230-2484-4440-871B-7E52DF91B73B
- Jupiter Broadcasting
- We try out Linux on the Microsoft Surface Pro & the results were much better than we expected.
-
-Plus the major security flaw in the Linux Kernel, the btrfs project recommends you use ZFS, Red Hat is hiring to make Linux run better on laptops & more!
-
- no
- 1:23:53
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/102056/bringing-linux-to-the-surface-las-430/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep430.mp3
-
- Fear and Linux in Las Vegas | LAS 429
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/75f8_5bDwrU/
- <p>Noah’s back from Defcon! He shares his experience at this infamous conference, his Linux in the wild sightings & his surprising takeaway.</p>
-
-<p>Plus Btrfs’ RAID 5/6 code has been found “unsafe”, the FossHub compromise, an Internet of Things failure that struck close to home & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/75f8_5bDwrU" height="1" width="1" alt=""/>
- Sun, 07 Aug 2016 21:13:24 -0700
-
- 4F6330CB-5B25-4CBB-9301-931FE12B1B76
- Jupiter Broadcasting
- Noah’s back from Defcon! He shares his experience at this infamous conference & his surprising takeaway.
-
-Plus Btrfs’ RAID 5/6 code has been found “unsafe”, the FossHub compromise, an Internet of Things failure that struck close to home & more!
-
- no
- 1:36:10
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/101726/fear-and-linux-in-las-vegas-las-429/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep429.mp3
-
- Android TV Showdown! | LAS 428
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/n_1oENK0BmE/
- <p>We compare two very compelling boxes side by side & discover the advantages of Android as our HTPC. As two long time Linux users we were surprised & a little horrified. We share our strange journey to this place & why we are staying.</p>
-
-<p>Plus we discuss the impact that free Windows 10 had on Linux, Microsoft’s lost opportunity & geek out over Noah’s cool new hardware.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/n_1oENK0BmE" height="1" width="1" alt=""/>
- Sun, 31 Jul 2016 20:25:20 -0700
-
- 66734106-6C22-4738-ACF1-20E4FADE3766
- Jupiter Broadcasting
- We compare two very compelling boxes side by side & discover the advantages of Android as our HTPC. We share our strange journey & why we are staying.
-
-Plus we discuss the impact that free Windows 10 had on Linux, Microsoft’s lost opportunity & more!
-
- no
- 1:49:43
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/101551/android-tv-showdown-las-428/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep428.mp3
-
- Unspecified Video Error | LAS 427
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/7sJstueyZpU/
- <p>This week we share a big project that blew up in our face, the technical speed bumps we faced & the ultimate goal to accomplish something a Mac could never do.</p>
-
-<p>Plus the big snap sprint that might just push the format over the edge, a quick look at Korora 24 & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/7sJstueyZpU" height="1" width="1" alt=""/>
- Sun, 24 Jul 2016 21:37:27 -0700
-
- 8AE385FD-D1D8-4EB7-A4B2-8BED870EF65B
- Jupiter Broadcasting
- We share a big project that blew up in our face, the technical speed bumps we faced & the ultimate goal to accomplish something a Mac could never do. Plus the big snap sprint that might just push the format over the edge, a quick look at Korora 24 & more!
-
- no
- 1:32:25
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/101397/unspecified-video-error-las-427/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep427.mp3
-
- Mint 18: Convenience Over Security | LAS 426
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/JHk0rgNzk7I/
- <p>We review Linux Mint 18 & our experience turns out to be a roller coaster ride from impressed glee to cautious concern. We’ve never felt more conflicted over a version of Linux Mint. </p>
-
-<p>Plus we discuss the Ubuntu Forum hack, a Fedora bug that’s bricking some laptops & why we just can’t quit FreeNAS.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/JHk0rgNzk7I" height="1" width="1" alt=""/>
- Sun, 17 Jul 2016 22:10:21 -0700
-
- 4F600224-628E-4FB2-94DB-E4B18B34ABC9
- Jupiter Broadcasting
- We review Linux Mint 18 & our experience turns out to be a roller coaster ride. We’ve never felt more conflicted.
-
-Plus we discuss the Ubuntu Forum hack, a Fedora bug that’s bricking some laptops & why we just can’t quit FreeNAS.
-
- no
- 2:01:57
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/101212/mint-18-convenience-over-security-las-426/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep426b.mp3
-
- Remotely Helpful | LAS 425
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/RBIH-mP8TJo/
- This week we take a look at what Noah's using at Altispeed to provide remote assistance to his clients. We ponder over what Microsoft might have planned for Skype on Linux, cover why Android's full disk encryption might not be as secure as you think, Mycroft's collaboration with Canonical, the picks, your feedback & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/RBIH-mP8TJo" height="1" width="1" alt=""/>
- Sun, 10 Jul 2016 20:51:54 -0700
-
- 43B1DDDA-EF30-4AF3-91F9-C9BA8AA6CEBF
- Jupiter Broadcasting
- We look at what Noah's using at Altispeed to provide remote assistance, ponder what Microsoft may have planned for Skype on Linux, cover why Android's full disk encryption might not be as secure as you think, Mycroft's collaboration with Canonical & more!
-
- no
- 1:16:17
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/101061/remotely-helpful-las-425/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep425.mp3
-
- All By My SELF | LAS 424
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/hk1gWXVi47s/
- We go back in time and take a look at what you missed at SELF 2016. Plus we're 1% closer to the Linux Desktop, why Evernote sucks & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/hk1gWXVi47s" height="1" width="1" alt=""/>
- Sun, 03 Jul 2016 21:15:45 -0700
-
- 14EA0B39-990E-4A11-9EA5-86277EB4BB04
- Jupiter Broadcasting
- We go back in time and take a look at what you missed at SELF 2016. Plus we're 1% closer to the Linux Desktop, why Evernote sucks & more!
-
- no
- 1:22:27
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/100881/all-by-my-self-las-424/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep424.mp3
-
- Fedora 24: Tokyo Drift | LAS 423
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/JOqqnxTPp60/
- <p>Fedora 24 is both a delight & simply frustrating at the same time. We share our experiences with one of the most highly anticipated Fedora releases. </p>
-
-<p>Plus Canonical makes good on the code, a big hole in Linux & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/JOqqnxTPp60" height="1" width="1" alt=""/>
- Sun, 26 Jun 2016 18:30:22 -0700
-
- 529CBBDE-21B6-4218-9A16-0427B5005099
- Jupiter Broadcasting
- Fedora 24 is both a delight & simply frustrating at the same time. We share our experiences with one of the most highly anticipated Fedora releases.
-
-Plus Canonical makes good on the code, a big hole in Linux & more!
-
- no
- 1:33:46
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/100676/fedora-24-tokyo-drift-las-423/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep423.mp3
-
- A Bearded Thinkpad | LAS 422
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/MjyYt0mfacQ/
- <p>We review the ThinkPad x260 with Linux & compare it to the XPS 13. </p>
-
-<p>Then we discuss Snaps, AppImage, Flatpak & the Universal Package war that’s brewing, what the major downsides are & why we think this concept of universal Linux apps is not going away.</p>
-
-<p>Plus our picks of the week, a laptop giveaway & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/MjyYt0mfacQ" height="1" width="1" alt=""/>
- Sun, 19 Jun 2016 19:18:54 -0700
-
- A1EBD2E8-50E6-4204-A72B-9DA80B7C7BD0
- Jupiter Broadcasting
- We review the ThinkPad x260 with Linux & compare it to the XPS 13. Then we discuss Snaps, AppImage, Flatpak & the Universal Package war that’s brewing, the major downsides are & why we think this concept of universal Linux apps is not going away & more!
-
- no
- 1:37:15
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/100541/a-bearded-thinkpad-las-422/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep422.mp3
-
- The 10th Anniversary | LAS 421
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/UEWe62oTKno/
- <p>A special celebration of 10 years of the Linux Action Show. We drop the format & have fun on a couple of projects we’ve really been wanting to share with you.</p>
-
-<p>How a nonprofit ISP built on tops of trees running Linux, with impressive engineering & custom code connected an entire community to the Internet.</p>
-
-<p>Then a special project that celebrates 10 years of Linux, our show & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/UEWe62oTKno" height="1" width="1" alt=""/>
- Mon, 13 Jun 2016 00:13:50 -0700
-
- 12590829-9A74-4617-81FD-5045AEF8BBEE
- Jupiter Broadcasting
- A special celebration of 10 years of the Linux Action Show. We drop the format & have fun on a couple of projects we’ve really been wanting to share with you.
-
-Then a special project that celebrates 10 years of Linux, our show & more!
-
- no
- 1:35:50
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/100391/the-10th-anniversary-las-421/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep421b.mp3
-
- Jumping to the Nextcloud | LAS 420
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/2-tDv0eJCms/
- <p>Frank & Jos of Nextcloud join us to discuss their fork of ownCloud, some of the history behind the fork, the reaction by ownCloud, & what they plan to do differently this time around.</p>
-
-<p>Plus we debate if Valve’s Steam Machines are a bust, a bit more on Oracle vs Google & much more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/2-tDv0eJCms" height="1" width="1" alt=""/>
- Sun, 05 Jun 2016 20:18:59 -0700
-
- A7C1BEB7-043F-4650-9FD3-74C42D73DE3E
- Jupiter Broadcasting
- Frank & Jos of Nextcloud join us to discuss their fork of ownCloud, the reaction by ownCloud, & what they plan to do differently this time around.
-
-Plus we debate if Valve’s Steam Machines are a bust, a bit more on Oracle vs Google & much more!
-
- no
- 1:34:16
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/100191/jumping-to-the-nextcloud-las-420/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep420.mp3
-
- 13 Inches of Freedom | LAS 419
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/U6BvZzErMdA/
- <p>Purism has sent us the Librem 13 for review, does a laptop designed to protect your digital life make a good Linux workstation? With physical kill switches, and a well built aluminum housing, we answer if this could be your next ultimate Linux laptop.</p>
-
-<p>Plus why were not so excited about Google’s recent win against Oracle, new features coming to Linux, what the heck is going on at OwnCloud & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/U6BvZzErMdA" height="1" width="1" alt=""/>
- Sun, 29 May 2016 21:10:25 -0700
-
- F24EB9C0-CD8B-43BD-B31A-3C46FFA6F477
- Jupiter Broadcasting
- Purism has sent us the Librem 13 for review. We answer if this could be your next ultimate Linux laptop.
-
-Plus why were not so excited about Google’s recent win against Oracle, new features coming to Linux, what the heck is going on at OwnCloud & more!
-
- no
- 1:51:34
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/100036/13-inches-of-freedom-las-419/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep419.mp3
-
- Virtualization Revelation | LAS 418
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/jVeinC4e96w/
- <p>We share our early experiences with virtualization, then show you how Linux’s built-in enterprise grade virtualization curb stomps some commercial options. The discussion wraps up with examples of awesome hardware passthrough, and the major shift Linux has made possible.</p>
-
-<p>PLUS: Chromebooks outsell Macs, the sad story of an important project fading away, the big choice facing Fedora & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/jVeinC4e96w" height="1" width="1" alt=""/>
- Sun, 22 May 2016 18:41:30 -0700
-
- 33B01DF1-A99D-41C7-8A45-5D7BF27B9F15
- Jupiter Broadcasting
- We share our early experiences with virtualization. The discussion wraps up with examples of awesome hardware passthrough.
-
-PLUS: Chromebooks outsell Macs, the sad story of an important project fading away, the big choice facing Fedora & more!
-
- no
- 1:37:53
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/99891/virtualization-revelation-las-418/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep418.mp3
-
- Penguin Powered Production | LAS 417
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/awtfhlQl720/
- <p>We go behind the scenes & give you details on our new Linux rig builds, using OBS to stream to multiple services, the hard lessons we learned & our Linux powered production pipeline. After our year long skunkworks project this episode is living proof of how for media production under Linux has come. </p>
-
-<p>Plus now we can all say ZFS is officially on Linux, Intel’s plans to make up for their Linux Skylake screw up, Ubuntu gets some snaps, Fedora “attempts” H.264 support, some games worth your time & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/awtfhlQl720" height="1" width="1" alt=""/>
- Sun, 15 May 2016 23:40:01 -0700
-
- 45861D35-CDE8-4BE2-B297-B508201E2BF2
- Jupiter Broadcasting
- We go behind the scenes & give you details on our new Linux rig builds, using OBS to stream to multiple services, the hard lessons we learned & our Linux powered production pipeline. Plus now we can all say ZFS is officially on Linux & much more!
-
- no
- 2:08:09
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/99741/penguin-powered-production-las-417/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep417.mp3
-
- Getting Inside the Oryx Pro | LAS 416
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/4plupV2GVvQ/
- <p>The Oryx Pro from System76 claims to be a desktop replacement, with a lot of expandability & a ton of compute power. But do the specs & features match the price? We review one of the most potentially promising laptops built for Linux yet. </p>
-
-<p>If you could only buy one machine, should this be it? Tune in to find out!</p>
-
-<p>Plus is Linux Mint rushing into a collapse? We get really excited about the Pyra and you might too, big updates on the Linux desktop & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/4plupV2GVvQ" height="1" width="1" alt=""/>
- Sun, 08 May 2016 20:58:06 -0700
-
- 85AE043B-77F3-44E7-B774-486C98196AC1
- Jupiter Broadcasting
- The Oryx Pro from System76 claims to be a desktop replacement, but do the specs & features match the price?
-
-Plus is Linux Mint rushing into a collapse? We get really excited about the Pyra and you might too, big updates on the Linux desktop & more!
-
- no
- 1:47:37
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/99566/getting-inside-the-oryx-pro-las-416/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep416.mp3
-
- Linux Switch Competition | LAS 415
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/GmCXvxj0AoQ/
- Noah & Emma set out to switch as many users to Linux as possible. Our team documents their competition to switch the most people to Linux within two hours in the Pacific Northwest!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/GmCXvxj0AoQ" height="1" width="1" alt=""/>
- Sun, 01 May 2016 21:02:06 -0700
-
- 1CEE61AA-764E-43B5-922B-D8AB24ACE392
- Jupiter Broadcasting
- Noah & Emma set out to switch as many users to Linux as possible. Our team documents their competition to switch the most people to Linux within two hours in the Pacific Northwest!
-
- no
- 1:03:25
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/99206/linux-switch-competition-las-415/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep415.mp3
-
- LinuxFest Northwest 2016 | LAS 414
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/jr0-GNo_YyU/
- Our biggest live event yet, from the floor of LinuxFest Northwest 2016. We chat about the future of Linux desktop software, old friends from the past stop by & the switch competition is on!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/jr0-GNo_YyU" height="1" width="1" alt=""/>
- Sun, 24 Apr 2016 22:46:42 -0700
-
- CBD44236-1524-44A4-8AA4-10233B1A7250
- Jupiter Broadcasting
- Our biggest live event yet, from the floor of LinuxFest Northwest 2016. We chat about the future of Linux desktop software, old friends from the past stop by & the switch competition is on!
-
- no
- 1:23:01
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/99036/linuxfest-northwest-2016-las-414/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep414.mp3
-
- Ubuntu 16.04: From Warty to Wimpy | LAS 413
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/qywPn2kEiPk/
- <p>We review Ubuntu 16.04 & it’s various flavors. We discuss the new features that make this one of the most important Ubuntu releases in years & debate the major challenges that modern distributions have solved, that Ubuntu still struggles with.</p>
-
-<p>Plus the latest stats show Ubuntu dominating where it counts, how Red Hat is making all that money, Linux in ALL the places, our weekly picks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/qywPn2kEiPk" height="1" width="1" alt=""/>
- Sun, 17 Apr 2016 21:31:26 -0700
-
- 83240D06-A702-4F95-8CA0-7134E2BC048B
- Jupiter Broadcasting
- We review Ubuntu 16.04 & it’s various flavors. We discuss the features making this an important Ubuntu release & debate the major challenges that Ubuntu still struggles with.
-
-Plus ubuntu’s domination,how Red Hat is making money, Linux errywhere, & more!
-
- no
- 1:43:21
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/98906/ubuntu-16-04-from-warty-to-wimpy-las-413/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep413.mp3
-
- Noah Delivers Linux | LAS 412
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/RzFymH5vnXk/
- <p>It started with speaking about Open Source. Were you thinking the Emma vs Noah showdown wasn't worth making it out? Do you have doubts that Noah can switch your friends & family? Take a trip with us & see for yourself what it takes to convert Mac & Windows users to Linux!</p>
-
-<p>We dive in & spend an evening with the Sandbagger crew switching their whole house to Linux, then they talk about how they're going to switch the class they're teaching next semester!</p>
-
-<p>Plus Linus’ hopes for the Linux desktop, setting up a network wide ad blocker using Pi-Hole & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/RzFymH5vnXk" height="1" width="1" alt=""/>
- Sun, 10 Apr 2016 17:59:25 -0700
-
- D2A1DF32-81EB-435D-B63A-E2CD173CFE75
- Jupiter Broadcasting
- We dive in & spend an evening with the Sandbagger crew switching their whole house to Linux & how they're going to switch a class they’re teaching next semester!
-
-Plus Linus’ hopes for the Linux desktop, a network wide ad blocker using Pi-Hole & more!
-
- no
- 1:19:35
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/98666/noah-delivers-linux-las-412/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep412.mp3
-
- Windows Gets Bash-ed | LAS 411
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/fauP4XsFm1c/
- <p>Microsoft & Ubuntu working together to bring you Bash & the Ubuntu userland on Windows 10. Is this the ultimate Win for Linux? Or is this Embrace, Extend, Extinguish at its finest? We share our thoughts on this historic announcement.</p>
-
-<p>Plus Red Hat wants to save you some money, TP-Link bans OSS firmwares, Edubuntu calls it quits, our new favorite note taking app for Linux & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/fauP4XsFm1c" height="1" width="1" alt=""/>
- Sun, 03 Apr 2016 19:32:40 -0700
-
- 6AE08937-1A43-4A59-8FC7-6D447FEE7E2E
- Jupiter Broadcasting
- Microsoft & Ubuntu working together to bring you Bash & the Ubuntu userland on Windows 10. Is this the ultimate Win for Linux or Embrace, Extend, Extinguish? Plus Red Hat wants to save you money, TP-Link bans OSS firmwares, Edubuntu calls it quits & more!
-
- no
- 1:32:17
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/98481/windows-gets-bash-ed-las-411/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep411.mp3
-
- Floating on ownCloud 9 | LAS 410
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/F9IsyuIE33M/
- <p>We risk it all and toss our data into the new ownCloud 9 to give you our review. Find out about using ownCloud as an Evernote killer, Federated servers & the long-term commitment you're making as an ownCloud user.</p>
-
-<p>Plus Red Hat’s big news, the new Gnome & things go to the next level in our upcoming switch competition.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/F9IsyuIE33M" height="1" width="1" alt=""/>
- Sun, 27 Mar 2016 19:30:21 -0700
-
- 93EC0AD0-6072-4072-9A7B-64720AC2D9FA
- Jupiter Broadcasting
- We risk it all and toss our data into the new ownCloud 9 to give you our review. Find out about using ownCloud as an Evernote killer, Federated servers & more.
-
-Plus Red Hat’s big news, the new Gnome & the next level in our upcoming switch competition.
-
- no
- 1:31:45
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/98121/floating-on-owncloud-9-las-410/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep410.mp3
-
- What Is KDE Neon? | LAS 409
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/RzNr8BtcbTY/
- Jonathan Riddell joins us to discuss the KDE Neon project, the latest & greatest of KDE community software packaged on a rock-solid base. We kick the tires and give you our first impressions. Is this finally the Plasma Desktop just the way we’ve always wanted it?<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/RzNr8BtcbTY" height="1" width="1" alt=""/>
- Sun, 20 Mar 2016 19:09:21 -0700
-
- 6CCB5D0E-6670-4CFC-BC43-373DC54D1EBF
- Jupiter Broadcasting
- Jonathan Riddell joins to discuss the KDE Neon project, the latest & greatest of KDE community software packaged on a rock-solid base. We kick the tires & give you our first impression. Is this finally Plasma Desktop just the way we’ve always wanted it?
-
- no
- 1:29:32
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/97801/what-is-kde-neon-las-409/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep409.mp3
-
- Making Music with Linux | LAS 408
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/4LWQjpA-PoU/
- <p>What’s the best software under Linux to create music? We answer that & the best hardware that work together. We have something for the musician to casual hardware geek, we cover the dark art of creating music under Linux as we go inside Noah’s music studio and see what he uses.</p>
-
-<p>Plus we chat with ownCloud’s Community Manager about the new features in version 9, our thoughts on Microsoft’s SQL for Linux announcement & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/4LWQjpA-PoU" height="1" width="1" alt=""/>
- Sun, 13 Mar 2016 19:58:48 -0700
-
- 9DE46946-2F90-4D5D-9047-7E9165C16E7C
- Jupiter Broadcasting
- What’s the best software under Linux to create music? We have something for the musician to casual hardware geek, we cover the dark art of creating music under Linux. Plus a chat with ownCloud’s Community Manager about the features in ownCloud 9 & more!
-
- no
- 1:29:17
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/97561/making-music-with-linux-las-408/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep408.mp3
-
- 3rd Slice of Pi with Extra Mycroft | LAS 407
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/GX5g4ZRkIoc/
- <p>In special Rasberry Pi 3 edition of the show we look at the new hardware, review & chat with Mycroft CTO Ryan Sipes on how important the Raspberry Pi is for development of their open artificial intelligence platform & get the latest news.</p>
-
-<p>Plus replacing Spotify on Linux, the new Microsoft lock-in, our hosts face a moral quandary & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/GX5g4ZRkIoc" height="1" width="1" alt=""/>
- Sun, 06 Mar 2016 23:00:27 -0800
-
- 55EE8E2F-138B-431C-8D38-32A971F578BA
- Jupiter Broadcasting
- We look at the new Raspberry Pi 3, review & chat with Mycroft CTO Ryan Sipes on how important the Raspberry Pi is for development of their open AI platform. Plus replacing Spotify on Linux, the new Microsoft lock-in, our hosts face a moral quandary & more
-
- no
- 1:38:49
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/97166/3rd-slice-of-pi-with-extra-mycroft-las-407/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep407.mp3
-
- Entroware Apollo: Linux Macbook Killer | LAS 406
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/XCN--SrG_X8/
- <p>Has Entroware built the ultimate 13 inch Linux laptop? We put their Apollo through our battery of tests & review this good looking Skylake powered Linux portable.</p>
-
-<p>Plus Microsoft buys the folks behind Mono, Canonical might have a ZFS fight on their hands & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/XCN--SrG_X8" height="1" width="1" alt=""/>
- Mon, 29 Feb 2016 01:46:05 -0800
-
- DA4D168C-87AA-46B2-ABC6-C4C9BF26E03D
- Jupiter Broadcasting
- Has Entroware built the ultimate 13 inch Linux laptop? We put their Apollo through our battery of tests & review this good looking Skylake powered Linux portable.
-
-Plus Microsoft buys the folks behind Mono, Canonical has a ZFS fight on their hands & more!
-
- no
- 2:02:00
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/96836/entroware-apollo-linux-macbook-killer-las-406/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep406.mp3
-
- The High Price of Purism | LAS 405
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/bf535oCfjzI/
- <p>Is the Librem 15 the ultimate Linux laptop? We review Purism’s Librem 15 laptop, crowd funded and pitched as “the first high-end laptop in the world that ships without mystery software in the kernel, operating system, or any software applications.” Does it live up to the promise? Have we found the true Linux powered MacBook killer? </p>
-
-<p>Plus Linux Mint gets attacked, Ubuntu Touch on hardware you really want, why real ZFS support on Linux is near….</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/bf535oCfjzI" height="1" width="1" alt=""/>
- Sun, 21 Feb 2016 19:33:44 -0800
-
- 61A06B01-D90B-4FB4-BC65-31449F3629BC
- Jupiter Broadcasting
- Is the Librem 15 the ultimate Linux laptop? We review Purism’s Librem 15 laptop, crowd funded and pitched as “the first high-end laptop in the world that ships without mystery software in the kernel, operating system, or any software applications.”
-
- no
- 2:11:40
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/96641/the-high-price-of-purism-las-405-2/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep405.mp3
-
- How Not to Install Discourse | LAS 404
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/pgJWrXUAwW4/
- <p>This week we talk about how you can have a working web forum in 10 minutes or less & all open source! Last week we talked about team collaboration software, but what about when you need a wider approach? </p>
-
-<p>In the news we talk about an open source router; Russia dumping Windows, more updates to video editing on Linux, a super special live unboxing & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/pgJWrXUAwW4" height="1" width="1" alt=""/>
- Sun, 14 Feb 2016 19:27:36 -0800
-
- 41F1D002-7164-40DE-ADA4-8FECC337BECE
- Jupiter Broadcasting
- This week we talk about how you can have a working web forum in 10 minutes or less & all open source!
-
-In the news we talk about an open source router; Russia dumping Windows, more updates to video editing on Linux, a super special live unboxing & more!
-
- no
- 1:54:27
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/93751/how-not-to-install-discourse-las-404/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep404.mp3
-
- Rocket Chat & Mattermost Cut the Slack | LAS 403
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/L1yGqEyMQIs/
- <p>Teams collaborating over Slack is the new hot trend sweeping many open source projects, communities & others. We compare Rocket.Chat, Mattermost & Slack. See which best protects your privacy & makes it easier than ever to work with a group of people. Don’t hate, collaborate with this week’s episode!</p>
-
-<p>Plus all the details on the announced Ubuntu Tablet, the Keybase filesystem & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/L1yGqEyMQIs" height="1" width="1" alt=""/>
- Sun, 07 Feb 2016 18:48:25 -0800
-
- C730645E-B346-40EB-88DA-A3A2B5E8434E
- Jupiter Broadcasting
- Teams collaborating over Slack is the new hot trend sweeping many open source projects, communities & others. We compare Rocket.Chat, Mattermost & Slack.
-
-Plus all the details on the announced Ubuntu Tablet, the Keybase filesystem & more!
-
- no
- 1:46:10
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/93521/rocket-chat-mattermost-cut-the-slack-las-403/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep403.mp3
-
- The Stories of SCALE14x | LAS 402
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/YZIwjyT8Kcc/
- <p>We share our best stories from 2016’s SCALE14x. From the highlights to the bar fights we talk about what it's like to attend one of the largest community driven Linux events in the world.</p>
-
-<p>Plus the Linux Trojan that’s snapping screenshots & recording audio, Linux Mint is building their own X-Apps, your live calls & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/YZIwjyT8Kcc" height="1" width="1" alt=""/>
- Mon, 01 Feb 2016 00:22:03 -0800
-
- 5C6B9D0C-306A-48AF-A5CA-8925CB214370
- Jupiter Broadcasting
- We share our stories from 2016’s SCALE14x. We talk about attending one of the largest community driven Linux events in the world. Plus the Linux Trojan that’s snapping screenshots & recording audio, Linux Mint is building their own X-Apps & more!
-
- no
- 2:18:45
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/93271/the-stories-of-scale14x-las-402/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep402.mp3
-
- Pre SCaLE LAS | LAS 401
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/y97Pwsqye8k/
- In this special episode of LAS, we go off the rails as we buckle down & prep for our visit to SCaLE live on the air! Plus picks, your feedback & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/y97Pwsqye8k" height="1" width="1" alt=""/>
- Sun, 24 Jan 2016 10:14:15 -0800
-
- 3EA0493B-68CC-4455-9977-75C17BE38C7E
- Jupiter Broadcasting
- In this special episode of LAS, we go off the rails as we buckle down & prep for our visit to SCaLE live on the air! Plus picks, your feedback & more!
-
- no
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/92926/pre-scale-las-las-401/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep401.mp3
-
- LAS 400 Phones Home | LAS 400
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/evZDZv-ecgk/
- <p>We celebrate 400 episodes of the Linux Action Show, show you how easy it is to setup your own free phone system, never flash another USB stick again & the big Ubuntu rumors.</p>
-
-<p>Plus the openSSH bug you need to patch, the Steam Link SDK, Gnome 3 changes & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/evZDZv-ecgk" height="1" width="1" alt=""/>
- Fri, 15 Jan 2016 21:45:31 -0800
-
- CC11F959-9177-4BC8-A11B-8891108FCFEA
- Jupiter Broadcasting
- We celebrate 400 episodes of the Linux Action Show, show you how easy it is to setup your own phone system, never flash another USB stick again & the big Ubuntu rumors.
-
-Plus the openSSH bug you need to patch, the Steam Link SDK, Gnome 3 changes & more!
-
- no
- 1:29:10
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/92716/las-400-phones-home-las-400/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep400.mp3
-
- 2016 Linux Wish List | LAS 399
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/h6Y_QEBLUmc/
- <p>What if your humble hosts could have there way? A wave of their magic wands, whatever they want changed in Linux Land in 2016 would just happen? We spend sometime this week fantasizing about all things we wish would happen this year to make Linux better.</p>
-
-<p>Plus the welcome change in Ubuntu 16.04, Firefox OS finds new life, desktop picks that changed our lives & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/h6Y_QEBLUmc" height="1" width="1" alt=""/>
- Sun, 10 Jan 2016 20:39:15 -0800
-
- DA410A77-CF0B-4922-8F7B-1C36F6F28D8C
- Jupiter Broadcasting
- What if your humble hosts could have there way? A wave of their magic wands, whatever they want changed in Linux Land in 2016 would happen?
-
-Plus the welcome change in Ubuntu 16.04, Firefox OS finds new life, desktop picks that changed our lives & more!
-
- no
- 2:28:37
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/92471/2016-linux-wish-list-las-399/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep399.mp3
-
- Consulting the Oracle for 2016 | LAS 398
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/mEptyMxhCWU/
- <p>We make our annual predictions for the land of Linux in 2016, Google drops the openJDK bomb & we pay tribute to Ian Murdock.</p>
-
-<p>Plus we announce our SCaLE 14x plans, some changes to the show & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/mEptyMxhCWU" height="1" width="1" alt=""/>
- Sun, 03 Jan 2016 18:37:30 -0800
-
- 05FCEBA7-162A-4C92-9278-9269AC22B535
- Jupiter Broadcasting
- We make our annual predictions for the land of Linux in 2016, Google drops the openJDK bomb & we pay tribute to Ian Murdock.
-
-Plus we announce our SCaLE 14x plans, some changes to the show & more!
-
- no
- 2:02:24
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/92261/consulting-the-oracle-for-2016-las-398/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep398.mp3
-
- Big Moments From 2015 | LAS 397
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/vFdSDAZYxnA/
- <p>Some of our very favorite moments from 2015. Witness as Chris attempts to slam a whole bunch of big show into one big show. </p>
-
-<p>Our favorite interview, our biggest rant & our most popular howto. Plus a look back at classic on-location moments from the year.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/vFdSDAZYxnA" height="1" width="1" alt=""/>
- Sun, 27 Dec 2015 13:21:05 -0800
-
- 2B1183C6-D971-4004-A9DF-88FC65425CE9
- Jupiter Broadcasting
- Some of our very favorite moments from 2015. Witness as Chris attempts to slam a whole bunch of big show into one big show.
-
-Our favorite interview, our biggest rant & our most popular howto. Plus a look back at classic on-location moments from the year.
-
- no
- 1:31:15
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/91986/big-moments-from-2015-las-397/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep397.mp3
-
- Let's Encrypt: A New Hope | LAS 396
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/YMTIe5l7zFE/
- <p>Inspired by the Let’s Encrypt project, we break down the basics of SSL & how easy it is to set up on your Linux box now. </p>
-
-<p>Plus hacking GRUB by hitting backspace 28 times, the Linux Foundation wants the Blockchain, without the Bitcoin and their bedfellows are concerning, the steady steps towards cross distro application bundles & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/YMTIe5l7zFE" height="1" width="1" alt=""/>
- Sun, 20 Dec 2015 05:57:04 -0800
-
- 49188463-6AC7-4089-AB15-7D9FE6472E1C
- Jupiter Broadcasting
- Inspired by the Let’s Encrypt project, we break down the basics of SSL & how easy it is to set up on your Linux box now.
-
-Plus hacking GRUB by hitting backspace 28 times, the Linux Foundation wants the Blockchain & more!
-
- no
- 1:06:25
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/91736/lets-encrypt-a-new-hope-las-396/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep396.mp3
-
- Shooting the Breeze with KDE | LAS 395
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/JmtckZIQ7xM/
- <p>Plasma Desktop 5.5 shipped this week. We cover what’s new, what's improved & what work still remains for the latest & greatest from KDE. Plus some of the great supporting cast of applications that make the Plasma desktop great.</p>
-
-<p>Plus Mozilla ends their Smartphone plans, Microsoft is offering a Linux certification, the new KeePassX, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/JmtckZIQ7xM" height="1" width="1" alt=""/>
- Sun, 13 Dec 2015 06:13:10 -0800
-
- B982781A-42D1-4A70-B896-A3B990A3C7F9
- Jupiter Broadcasting
- Plasma Desktop 5.5 shipped this week. We cover what’s new, what's improved & what work still remains for the latest & greatest from KDE. Plus Mozilla ends their Smartphone plans, Microsoft offers a Linux cert, the new KeePassX, your feedback & more!
-
- no
- 1:31:10
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/91451/shooting-the-breeze-with-kde-las-395/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep395.mp3
-
- Linux in Mint Condition | LAS 394
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/b0f2f4Uv8Jg/
- <p>Linux Mint 17.3 proves you can based a Linux desktop on a stable core (Ubuntu 14.04) & still deliver an innovative and polished desktop. We take back some of our concerns about Linux Mint & discuss the areas where they are pushing user experience forward.</p>
-
-<p>Plus Mozilla plans to dump Thunderbird, the big release that completely ignores Windows & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/b0f2f4Uv8Jg" height="1" width="1" alt=""/>
- Sun, 06 Dec 2015 09:18:00 -0800
-
- 129D4171-4F83-4DBF-A9F4-4CD70B43F765
- Jupiter Broadcasting
- Linux Mint 17.3 proves you can based a Linux desktop on a stable core. We take back some of our concerns about Linux Mint & discuss the areas where they are pushing user experience forward. Plus Mozilla plans to dump Thunderbird & more!
-
- no
- 2:03:10
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/91181/linux-in-mint-condition-las-394/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep394.mp3
-
- Thankfully It's Open Source | LAS 393
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/MwqrCtC3HTw/
- <p>It’s a special holiday edition of the Linux Action Show & we get thankful for some super important, innovative, and critically necessary open source projects. We throw out the format and cover many projects listed in our notes & off the tops of our heads. </p>
-
-<p>Plus some really unique weekly picks, through providing feedback…</p>
-
-<p>AND A FEW SURPRISES!</p>
-
-<p>All this week on, the Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/MwqrCtC3HTw" height="1" width="1" alt=""/>
- Sun, 29 Nov 2015 18:45:42 -0800
-
- 30A9B150-C55C-4CBE-8B8D-8348C75BD68D
- Jupiter Broadcasting
- It’s a special holiday edition of the Linux Action Show, and we get thankful for some super important, innovative & critically necessary open source projects. We throw out the format, and cover many projects listed in our notes & off the tops of our heads
-
- no
- 1:53:14
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/90881/thankfully-its-open-source-las-393/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep393.mp3
-
- The Evolution of Solus | LAS 392
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/8W34DW0MUP8/
- <p>We review Solus OS, a new distribution from scratch with it’s own GTK based desktop called Budgie. Budgie is the flagship desktop of the Solus Operating System & we give you our first impressions. </p>
-
-<p>Plus projects like Jolla & Canonical's convergence have been doomed from the start, the big changes coming to GTK, the Plasma desktop gets another great release, highlights from the 2015 kernel summit & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/8W34DW0MUP8" height="1" width="1" alt=""/>
- Sun, 22 Nov 2015 10:12:03 -0800
-
- 2FD02426-EED7-4E5B-AC3A-8339F8E971A7
- Jupiter Broadcasting
- We review Solus, a new distro from scratch with it’s own GTK-based desktop called Budgie & we give you our first impressions.
-
-Plus big changes coming to GTK, the Plasma desktop gets another great release, highlights from the 2015 kernel summit & more!
-
- no
- 1:45:04
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/90616/the-evolution-of-solus-las-392/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep392.mp3
-
- Live From System76 | LAS 391
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/cNMWXXWEq7M/
- <p>We traveled to Denver Colorado to meet the folks behind System76, tour their office & record a live show on location. Join us as we go behind the scenes of a dedicated Linux hardware manufacture.</p>
-
-<p>Plus Linux goes to space, Firefox OS has a new trick, the good news for open source router firmware & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/cNMWXXWEq7M" height="1" width="1" alt=""/>
- Sun, 15 Nov 2015 10:59:14 -0800
-
- 6E76F0A5-2165-4A61-9B04-C129AFD6A4D3
- Jupiter Broadcasting
- We traveled to Denver Colorado to meet the folks behind System76, tour their office & record a live show on location.
-
-Plus Linux goes to space, Firefox OS has a new trick, the good news for open source router firmware & more!
-
- no
- 1:22:13
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/90386/live-from-system76-las-391/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep391.mp3
-
- Fedora from the Cockpit | LAS 390
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/yC41dkG7jK8/
- <p>Fedora 23 has hit the web and we think this is the release that changes everything, forever. Find out why we think the changes made in Fedora 23 make this nearly a future proof distribution in some work cases. </p>
-
-<p>Plus Linus Torvalds is under attack this week from multiple sources, we’ll break down one of the more technical assaults, Ubuntu is finally killing the software center & the biggest feature coming to systemd ever, just got delayed.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/yC41dkG7jK8" height="1" width="1" alt=""/>
- Sun, 08 Nov 2015 09:55:08 -0800
-
- C4EA75CA-546F-494C-B8CF-FF54B3675DC3
- Jupiter Broadcasting
- Fedora 23 has hit the web and we think this is the release that changes everything, forever. Plus Linus Torvalds is under attack from multiple sources. Ubuntu is finally killing the software center & the biggest feature coming to systemd ever is delayed.
-
- no
- 2:13:23
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/90206/fedora-from-the-cockpit-las-390/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep390.mp3
-
- The Linux WiFI Tower | LAS 389
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/MmijOsP3PfU/
- <p>We go 350ft into the air to find out how Linux powers a wireless ISP (WISP). Get an inside look at how a modern services business can be built around Linux.</p>
-
-<p>Plus our thoughts on Chrome OS & Android merging, what it means for desktop Linux, new secure messaging options & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/MmijOsP3PfU" height="1" width="1" alt=""/>
- Sun, 01 Nov 2015 17:13:10 -0800
-
- 73AAAEDA-6580-4656-8ECD-385BC89D327A
- Jupiter Broadcasting
- We go 350ft into the air to find out how Linux powers a wireless ISP (WISP). Plus our thoughts on Chrome OS & Android merging, what it means for desktop Linux, new secure messaging options & more!
-
- no
- 1:43:35
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/89956/the-linux-wifi-tower-las-389/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep389.mp3
-
- Wolfing Down Ubuntu 15.10 | LAS 388
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/R54d7kiwxPg/
- <p>Our review of Ubuntu 15.10 Wily Werewolf, what new, noteworthy changes there are & who we think this new release is just right for. Also, we look the various flavors with bold new features worth checking out.</p>
-
-<p>Plus Kubuntu’s release manager calls it quits, our impressions of the Steam Controller & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/R54d7kiwxPg" height="1" width="1" alt=""/>
- Sun, 25 Oct 2015 08:21:14 -0700
-
- 28E9055B-EED6-4ABF-BAF5-18C9389D7441
- Jupiter Broadcasting
- Our review of Ubuntu 15.10 Wily Werewolf, what new, noteworthy changes there are & who we think this new release is just right for.
-
-Plus Kubuntu’s release manager calls it quits, our impressions of the Steam Controller & more!
-
- no
- 1:12:39
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/89676/wolfing-down-ubuntu-15-10-las-388/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep388.mp3
-
- Passing On LastPass | LAS 387
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/UCYs7fNxGCs/
- <p>Our best open source alternatives to LastPass. We run down the easy, the straight forward & the totally custom solutions to rolling your password managment. All our picks are totally open source, auditable & ready to use today.</p>
-
-<p>Plus the first reviews of the Steam Machines hit the web, Red Hat’s big buy, GIMP in your browser & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/UCYs7fNxGCs" height="1" width="1" alt=""/>
- Sun, 18 Oct 2015 11:47:53 -0700
-
- 55A2ED6A-7756-4B19-AB13-A9404C844285
- Jupiter Broadcasting
- Our best open source alternatives to LastPass. We run down the easy, the straight forward & the totally custom solutions to your password managment. Plus the first reviews of the Steam Machines hit the web, Red Hat’s big buy, GIMP in your browser & more!
-
-
- no
- 2:11:20
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/89366/passing-on-lastpass-las-387/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep387.mp3
-
- Rolling with Netrunner | LAS 386
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/qoSkahL7zPY/
- Sun, 11 Oct 2015 08:46:14 -0700
-
- A4AEFBBD-F5DF-4A68-97F7-97242514DD9D
- Jupiter Broadcasting
- Some say it's the best Plasma 5 Desktop experience to be had, we review Netrunner Rolling & take a walk on the KDE side of things for a bit. Then we put the great Ubuntu Conspiracy to bed, our best LastPass alternatives, a quick look at Slackel & more!
-
- no
- 1:37:31
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Audio versions of The Linux Action Show! A show that covers everything geeks care about in the computer industry. Get a solid dose of Linux, gadgets, news events and much more!Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gpl<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/qoSkahL7zPY" height="1" width="1" alt=""/>http://www.jupiterbroadcasting.com/88931/rolling-with-netrunner-las-386/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep386.mp3
-
- OpenSUSE’s Big Leap | LAS 385
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/3_6FK3TGtuk/
- <p>It might just be the future of openSUSE. We take a indepth look at openSUSE Leap 42.1 beta. Find out why this might be the most ambitious Linux distribution release to date, the features that appeal the power user & the newbie.</p>
-
-<p>Plus the Linux malware that fixes up your box, why it might never be the year of the Linux desktop, the Linux botnet that hits with 150 Gbps DDoS attacks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/3_6FK3TGtuk" height="1" width="1" alt=""/>
- Sun, 04 Oct 2015 09:53:17 -0700
-
- 456B8B53-2F24-450E-A582-3AA47FC2EA29
- Jupiter Broadcasting
- It might just be the future of openSUSE. We take a indepth look at openSUSE Leap 42.1 beta. Find out why this might be the most ambitious Linux distribution release to date. Plus the Linux malware that fixes up your box & more!
-
- no
- 1:25:05
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/88561/opensuses-big-leap-las-385/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep385.mp3
-
- Rooting Noah's House | LAS 384
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/MNF91znYjA8/
- <p>Home automation can make you feel like you're living in the future. This week we dig into the technology, advantages & disadvantages to fully automating all aspects of your home or office. We share our hard learned lessons!</p>
-
-<p>Plus Valve’s huge milestone, what’s great about Gnome 3.18, Ubuntu powered Drones, the creepy Windows 10 feature that’s pushing people to adopt Linux & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/MNF91znYjA8" height="1" width="1" alt=""/>
- Sun, 27 Sep 2015 10:51:50 -0700
-
- 4C36F25C-7AE9-4A96-8CA4-BD1832D015A7
- Jupiter Broadcasting
- Home automation can make you feel like you're living in the future. This week we dig into the tech of fully automating all aspects of your home or office.
-
-Plus Valve’s milestone, Gnome 3.18, Ubuntu powered Drones & more!
-
- no
- 1:24:45
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/88201/rooting-noahs-house-las-384/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep384.mp3
-
- Open Source Plex Alternative | LAS 383
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/a_DKyRdmoeU/
- <p>Emby is an open source home media server, that brings all of your media together into one place & automatically converts and streams your media on-the-fly to any device. In other words, a legitimate Plex competitor. We give you our in-depth look.</p>
-
-<p>Plus Microsoft announces its own Linux distribution, why it's the year of the Linux Desktop in China, why it might be time to drop VirtualBox & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/a_DKyRdmoeU" height="1" width="1" alt=""/>
- Sun, 20 Sep 2015 09:41:49 -0700
-
- 0076BBF6-BEC6-4638-B5A0-3670359763FE
- Jupiter Broadcasting
- Emby is an open source home media server, a legitimate Plex competitor. We give you our in-depth look.
-
-Plus Microsoft announces its own Linux distribution, why it's the year of the Linux Desktop in China, why it might be time to drop VirtualBox & more!
-
- no
- 1:32:59
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/87956/open-source-plex-alternative-las-383/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep383.mp3
-
- Gmail in the Black Tank | LAS 382
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/3in5wLALVeE/
- <p>After the last straw Noah dumps Gmail, shares his battle and solution & Chris runs down five great open source Gmail alternatives.</p>
-
-<p>Plus why Dell stopped shipping the XPS 13 in Europe, a big update to a Linux video editor, the news of the week & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/3in5wLALVeE" height="1" width="1" alt=""/>
- Sun, 13 Sep 2015 11:01:10 -0700
-
- 56B2E36C-2904-4C38-A7B2-995CE50DEB21
- Jupiter Broadcasting
- After the last straw Noah dumps Gmail, shares his battle and solution & Chris runs down five great open source Gmail alternatives.
-
-Plus why Dell stopped shipping the XPS 13 in Europe, a big update to a Linux video editor, the news of the week & more!
-
- no
- 1:19:27
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/87616/gmail-in-the-black-tank-las-382/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep382.mp3
-
- How We Got Started With Linux | LAS 381
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/gsyinw_xbps/
- <p>We finally share our getting started with Linux stories. And it turns out, it was nearly a freak happenstance for both of us & some great stories from our community.</p>
-
-<p>Plus the Safe Wifi campaign you need to know about, we discuss the new elementaryOS, an update on the Munich situation & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/gsyinw_xbps" height="1" width="1" alt=""/>
- Sun, 06 Sep 2015 08:54:28 -0700
-
- F8DAE818-C3A3-499A-9CE3-EE35081EE1A5
- Jupiter Broadcasting
- We finally share our getting started with Linux stories & some great stories from our community.
-
-Plus the Safe Wifi campaign you need to know about, we discuss the new elementaryOS, an update on the Munich situation & more!
-
- no
- 1:25:19
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/87321/how-we-got-started-with-linux-las-381/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep381.mp3
-
- Remote Controlled Terminal | LAS 380
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Tosz1nlx5hI/
- Share your terminal as a web application with anyone in the world in seconds, we’ll show you how. Why Ubuntu’s dominance over EC2 matters so much, Munich follow up, why Cortona can go suck a banana & more!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Tosz1nlx5hI" height="1" width="1" alt=""/>
- Sun, 30 Aug 2015 07:29:38 -0700
-
- A928FE24-B4AA-47BD-9000-D8F3A7B665F0
- Jupiter Broadcasting
- Share your terminal as a web application with anyone in the world in seconds, we’ll show you how. Why Ubuntu’s dominance over EC2 matters so much, Munich follow up, why Cortona can go suck a banana & more!
-
- no
- 1:52:40
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/87101/remote-controlled-terminal-las-380/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep380.mp3
-
- Experience LinuxCon 2015 | LAS 379
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/y-S8Z_-DZZE/
- <p>We take you to LinuxCon like never before. The container trend goes big and community leaders are taking bold stands & the quiet debate that’s brewing. </p>
-
-<p>Plus a super thin Linux laptop, Google’s Linux router the OnHub, Munich to ditch Linux for Windows & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/y-S8Z_-DZZE" height="1" width="1" alt=""/>
- Sun, 23 Aug 2015 19:41:35 -0700
-
- F48CABDE-A791-4EA4-AF2C-AEDE3944BA85
- Jupiter Broadcasting
- We take you to LinuxCon like never before. The container trend goes big and community leaders are taking bold stands & the debate that’s brewing.
-
-Plus a super thin Linux laptop, Google’s Linux router the OnHub, Munich to ditch Linux for Windows & more!
-
- no
- 1:17:34
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/86832/experience-linuxcon-2015-las-379/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep379b.mp3
-
- Serval: A Desktop Dominator | LAS 378
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/EieNaOwA65I/
- <p>System76’s Serval WS is in house & we put it through our series of tests. With it’s 4Ghz Intel i7 CPU and Nvidia 970M GPU we set out to see what kind of workloads this desktop replacement is ideal for. </p>
-
-<p>Is the claim that a laptop can replace your desktop really true? We aim to find out! </p>
-
-<p>Plus the insane popularity of Chromebooks, how Google just gave a major boost to desktop Linux, looking back at 18 years of Gnome & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/EieNaOwA65I" height="1" width="1" alt=""/>
- Sun, 16 Aug 2015 16:59:50 -0700
-
- 6BC22B8E-5ED2-4B2B-A681-95D80A3C1FAA
- Jupiter Broadcasting
- System76’s Serval WS is in house! Is the claim that a laptop can replace your desktop really true? We’ll find out!
-
-Plus the insane popularity of Chromebooks, how Google just gave a major boost to desktop Linux, looking back at 18 years of Gnome & more!
-
- no
- 1:39:13
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/86577/serval-a-desktop-dominator-las-378/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep378.mp3
-
- Level Up Your LAN | LAS 377
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/028t51kl-K8/
- <p>We take a deep dive into the basics of getting a home network up and running. It you’ve lived with whatever the ISP has given you have no fear, not only are we going to show you how to do it, it’s going to be all done from Linux!</p>
-
-<p>Plus Firefox has a major flaw that impacts Linux users, an update on the Jolla tablet, we discuss our big format experiment & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/028t51kl-K8" height="1" width="1" alt=""/>
- Sun, 09 Aug 2015 11:05:23 -0700
-
- 9146FEEE-DBB7-4D81-A918-6E987D4D7087
- Jupiter Broadcasting
- We take a deep dive into the basics of getting a home network up and running. It you’ve lived with whatever the ISP has given you have no fear.
-
-Plus Firefox has a major flaw, an update on the Jolla tablet, we discuss our big format experiment & more!
-
- no
- 1:51:53
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/86282/level-up-your-lan-las-377/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep377.mp3
-
- Windows 10 vs Linux | LAS 376
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Y4-4RLQDckU/
- How do two long-time Linux users react to trying Windows 10? This week we run Windows so you don’t have to. How does Windows 10 compare to the modern Linux desktop, are it’s best new features a knockoff, and what areas does Windows 10 pull ahead? It’s a review of Windows 10 like you won’t find anywhere else!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Y4-4RLQDckU" height="1" width="1" alt=""/>
- Sun, 02 Aug 2015 16:21:55 -0700
-
- 3405DDD2-2D1E-48AF-BB57-3DB2F858385A
- Jupiter Broadcasting
- How do two long-time Linux users react to trying Windows 10? This week we run Windows so you don’t have to. How does Windows 10 compare to the modern Linux desktop? It’s a review of Windows 10 like you won’t find anywhere else!
-
- no
- 1:45:41
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/85922/windows-10-vs-linux-las-376/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep376.mp3
-
- OSCON 2015 | LAS 375
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/58uPeSSDiSY/
- <p>It was a huge OSCON this year, and we have a bunch of great interviews from the floor. We’ll feature some amazing Linux powered gadgets, exciting hardware, and our massive interview with Todd Weaver, the man behind Purism Librem 13 and the Librem 15 Linux laptops.</p>
-
-<p>Plus our thoughts on the Plasma Phone, the Linux distro adding secret watermarks to files & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/58uPeSSDiSY" height="1" width="1" alt=""/>
- Sun, 26 Jul 2015 18:43:04 -0700
-
- 2BCFBF2C-FE65-4176-AE2D-0C5F76393E5A
- Jupiter Broadcasting
- It was a huge OSCON this year! We’ll feature some Linux powered gadgets, amazing hardware & our interview with Todd Weaver, the man behind Purism Librem laptops. Plus thoughts on the Plasma Phone, the Linux distro adding secret watermarks to files & more!
-
- no
- 2:06:08
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/85582/oscon-2015-las-375/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep375.mp3
-
- Get Going with X2Go | LAS 374
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/WrfK0ZnyWu0/
- <p>The best remote desktop experience has never been easier, we’ll show you the power of X2Go with the security of SSH!</p>
-
-<p>Plus the push to kill flash picks up, Firefox OS fork “H5OS” gets a $100 million boost, how to watch Amazon Prime video under Linux & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/WrfK0ZnyWu0" height="1" width="1" alt=""/>
- Sun, 19 Jul 2015 15:57:42 -0700
-
- 39581288-E38F-4264-B7CD-FC2BAAB55967
- Jupiter Broadcasting
- The best remote desktop experience has never been easier, we’ll show you the power of X2Go with the security of SSH! Plus the push to kill flash picks up, Firefox OS fork “H5OS” gets a $100 million boost, how to watch Amazon Prime video under Linux & more
-
- no
- 1:12:35
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/85377/get-going-with-x2go-las-374/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep374.mp3
-
- SSH Authentication with YubiKey | LAS 373
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Cd-lddExYpE/
- <p>Take your Linux logins up to the next level with YubiKey. YubiKeys support one-time passcode, smart card & more – enabling one security key to an unlimited number of applications. Today we’ll show you how to make it work with SSH under Linux.</p>
-
-<p>Plus our thoughts on the NSA using Red Hat, the big changes coming to openSUSE, our picks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Cd-lddExYpE" height="1" width="1" alt=""/>
- Sun, 12 Jul 2015 18:56:46 -0700
-
- 672334E5-FA93-408F-9051-8A4382673185
- Jupiter Broadcasting
- Take your Linux logins up to the next level with YubiKey. YubiKeys support one-time passcode, smart card & more. We’ll show you how to make it work with SSH under Linux.
-
-Plus our thoughts on NSA using Red Hat, the changes coming to openSUSE & more!
-
-
- no
- 2:03:51
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/85062/ssh-authentication-with-yubikey-las-373/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep373.mp3
-
- Linux Photography in Focus | LAS 372
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/QnDkbx-HwPU/
- <p>From total beginner to photo pro, we’ll share workflow tips, tools, tricks & backup techniques to super-charge your photography workflow under Linux.</p>
-
-<p>Plus the Pinos project promises to bring PulseAudio to video, how DirectX11 is coming to Linux, the Yotaphone upset, OwnCloud dreams & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/QnDkbx-HwPU" height="1" width="1" alt=""/>
- Sun, 05 Jul 2015 17:32:26 -0700
-
- 1BD48D6F-6A3B-45EE-B244-72AF0FDF82DE
- Jupiter Broadcasting
- We share workflow tips, tools, tricks & backup techniques to super-charge your photography workflow under Linux.
-
-Plus the Pinos project promises to bring PulseAudio to video, how DirectX11 is coming to Linux, the Yotaphone upset, OwnCloud dreams & more!
-
-
- no
- 1:22:04
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/84722/linux-photography-in-focus-las-372/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep372.mp3
-
- SIPing on some Linux | LAS 371
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/F5FZ7vGgiQo/
- <p>Find out about the best software and hardware to make and take amazingly good sounding calls. From the best open source solutions, to turnkey solutions today’s episode has something from the beginner to the expert.</p>
-
-<p>Plus Google removes "always listening" code from Chromium, The Linux Foundation invests some serious cash, why Red Hat’s CEO thinks Linux has “won” the datacenter & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/F5FZ7vGgiQo" height="1" width="1" alt=""/>
- Sun, 28 Jun 2015 17:43:17 -0700
-
- 9F91E078-4BA3-4092-9A72-63036F935EFF
- Jupiter Broadcasting
- Find out about the best software and hardware to make and take amazingly good sounding calls. Plus Google removes "always listening" from Chromium, The Linux Foundation invests some cash, why Red Hat’s CEO thinks Linux has “won” the datacenter & more!
-
- no
- 1:34:58
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/84332/siping-on-some-linux-las-371/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep371.mp3
-
- A Chat with Red Hat | LAS 370
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/37bbYdVU__0/
- The linux action show sits down to have a chat with Red Hat!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/37bbYdVU__0" height="1" width="1" alt=""/>
- Sun, 21 Jun 2015 08:21:39 -0700
-
- F025CD10-027D-4D86-B49C-F6371FAFE722
- Jupiter Broadcasting
- The linux action show sits down to have a chat with Red Hat!
-
- no
- 55:33
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/84017/a-chat-with-red-hat-las-370/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep370.mp3
-
- Live from SouthEast LinuxFest | LAS 369
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/2REM8prvgUU/
- <p>Exclusive interviews and coverage from one of the show’s favorite events, SouthEast LinuxFest, aka SELF 2015. Find out the latest with the Ubuntu project, a humble approach to Linux advocacy & how the boundaries of science are being pushed by Linux.</p>
-
-<p>Plus the new MATE release, HP kills The Machine, a quick update on Ubuntu's Unity 8 & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/2REM8prvgUU" height="1" width="1" alt=""/>
- Sun, 14 Jun 2015 17:33:13 -0700
-
- 360E03E7-F301-4037-9C42-654A724DF943
- Jupiter Broadcasting
- Exclusive interviews and coverage from SELF 2015. Find out the latest with the Ubuntu project, humble Linux advocacy & how the boundaries of science are being pushed by Linux.
-
-Plus A new MATE release, HP kills The Machine, updates on Unity 8 & more!
-
-
- no
- 1:55:58
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/83662/live-from-southeast-linuxfest-las-369/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep369.mp3
-
- Party with Linux | LAS 368
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/HHLgcKn5FuM/
- <p>Who doesn't like a good party? Some folks will tell you that Linux is boring, or for geeks. This week we'll show you how you can have a very loud and bright time with Linux.</p>
-
-<p>Plus Valve officially pins down a Steam Machine launch date. More encryption for Linux, and did the CHIP guys underestimate the cost of their $9 computer?</p>
-
-<p>Plus some great feedback, some helpful app picks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/HHLgcKn5FuM" height="1" width="1" alt=""/>
- Sun, 07 Jun 2015 19:08:33 -0700
-
- FDAB84DE-1777-4AA0-9705-A37595CF384C
- Jupiter Broadcasting
- Who doesn't like a good party? Some folks will tell you that Linux is boring. This week we'll show you how you can have a very loud & bright time with Linux.
-
-Plus Valve officially pins down a Steam Machine launch date. More encryption for Linux & more!
-
-
- no
- 1:23:44
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/83342/party-with-linux-las-368/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep368.mp3
-
- Fedora 22 Review | LAS 367
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/bqX-JRhERJ4/
- <p>Fedora 22 builds on top of the great Fedora 21 release. With big changes like the new DNF package manager, Gnome 3.16, and more there is a lot to talk about and a few bumps. We’ll share our experience with Fedora’s latest and greatest!</p>
-
-<p>Plus why Mandriva shutdown, SourceForge messes with GIMP, the Kubuntu drama we don’t want to talk about, great feedback, some helpful app picks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/bqX-JRhERJ4" height="1" width="1" alt=""/>
- Sun, 31 May 2015 21:59:39 -0700
-
- 1EBB849E-73DE-4649-97DE-02A7B9871E3B
- Jupiter Broadcasting
- Fedora 22 builds on top of the Fedora 21 release. Changes like DNF package manager, Gnome 3.16 & more!
-Plus why Mandriva shut down, SourceForge messes with GIMP, the Kubuntu drama we don’t want to talk about, great feedback, some helpful app picks & more!
-
- no
- 2:18:11
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/83032/fedora-22-review-las-367/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep367.mp3
-
- Bodhi: Enlightened Linux | LAS 366
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/kiQYNx2qGHE/
- <p>Lead developer of Bodhi Linux, Jeff Hoogland, joins us to discuss this exciting distribution that showcases the Enlightenment desktop.</p>
-
-<p>Plus Canonical could be going public, but what will that mean for the desktop? We debate. Firefox OS see’s a major course change ahead & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/kiQYNx2qGHE" height="1" width="1" alt=""/>
- Sun, 24 May 2015 18:29:18 -0700
-
- 63679E6B-ABB1-4CEA-8772-192AC5F0DE13
- Jupiter Broadcasting
- Lead developer of Bodhi Linux, Jeff Hoogland, joins us to discuss this exciting distribution that showcases Enlightenment.
-
-Plus Canonical could be going public, but what will that mean for the desktop? Firefox OS see’s a major course change ahead & more!
-
- no
- 1:30:05
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/82642/bodhi-enlightened-linux-las-366/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep366.mp3
-
- The Emulation Game | LAS 365
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/IiQ2R92FBU0/
- <p>We showcase the best in emulated gameplay experiences under Linux. A topic that sometimes is shrouded in shame is actually one of Linux’s strongest suits. Backed by an historical announcement this week, if you had any doubts, today’s episode will change your mind!</p>
-
-<p>Plus Oculus abandons their Linux backers & we’ll explain why this short-sighted move might be a good thing, the next big Ubuntu phone ships & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/IiQ2R92FBU0" height="1" width="1" alt=""/>
- Sun, 17 May 2015 19:08:57 -0700
-
- B399B61B-72C5-4610-B8FD-1238B17095FD
- Jupiter Broadcasting
- We showcase the best in emulated gameplay experiences under Linux. A topic that sometimes is shrouded in shame is actually one of Linux’s strongest suits.
-
-Plus Oculus abandons their Linux backers, the next big Ubuntu phone ships & more!
-
- no
- 1:41:55
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/82207/the-emulation-game-las-365/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep365.mp3
-
- Krita Developer Interview | LAS 364
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/DD5UEO92xH8/
- <p>We get the opportunity to talk to the Krita project. Can professional graphic design be done on Linux? What it will take to get the project to the next level? We find out! </p>
-
-<p>Plus a crazy member of our audience takes CentOS desktop challenge & we check in. CryEngine to support Linux, Firefox OS in Africa, Snappy packages, Python 3 in Ubuntu by Default & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/DD5UEO92xH8" height="1" width="1" alt=""/>
- Sun, 10 May 2015 18:04:15 -0700
-
- D491135F-F3A8-4624-A9E3-A581BDDD9917
- Jupiter Broadcasting
- We get the opportunity to talk to the Krita project. Can professional graphic design be done on Linux?
-
-Plus a viewer takes CentOS desktop challenge & we check in. CryEngine on Linux, Firefox OS in Africa, Snappy packages, Python 3 in Ubuntu & more!
-
- no
- 1:25:26
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/81807/krita-developer-interview-las-364/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep364.mp3
-
- Linux's Victory Blow | LAS 363
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/BjXfIII43vQ/
- <p>The founder of Open Broadcaster, a free and open source software for video recording and live streaming joins us to discuss the project, challenges they face & what the future holds.</p>
-
-<p>Plus we go into detail on the miracles we pulled off to make LinuxFest Northwest coverage Linux powered. A new alternative to systemd, a cheap Linux PC for everyone, three years of Steam & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/BjXfIII43vQ" height="1" width="1" alt=""/>
- Sun, 03 May 2015 08:13:55 -0700
-
- 576CB0B8-EAFB-4938-A82C-5B87F0FDAC66
- Jupiter Broadcasting
- The founder of Open Broadcaster joins to discuss the project, challenges they face & what the future holds.
-
-Plus how we made LFNW coverage Linux powered. A new alternative to systemd, a cheap Linux PC for everyone, three years of Steam & more!
-
- no
- 1:22:52
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/81432/linuxs-victory-blow-las-363/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep363.mp3
-
- Rockin 2015 LinuxFest NW | LAS 362
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/mdsHW2H9s18/
- <p>Live from the floor of LinuxFest Northwest 2015, we chat with the new Microsoft about their new Linux attitude, chat with some familiar friends & take the pulse of the community.</p>
-
-<p>Plus an overview of the new Debian & Ubuntu releases, a historical app pick & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/mdsHW2H9s18" height="1" width="1" alt=""/>
- Sun, 26 Apr 2015 17:35:00 -0700
-
- ECCE25A0-D8A7-4120-99C7-1CB5965A7F53
- Jupiter Broadcasting
- Live from the floor of LinuxFest Northwest 2015, we chat with the new Microsoft about their new Linux attitude, chat with some familiar friends & take the pulse of the community.
-
-Plus an overview of the new distro releases, a historical app pick & more!
-
- no
- 1:01:28
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/81137/rockin-2015-linuxfest-nw-las-362/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep362.mp3
-
- From Apples to Penguins | LAS 361
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/TW6GfpZ-kck/
- Since the beginning of the show, we've had project #1 & that project will finally be coming to a close. Recent changes in the MacOS system & key applications require the user to learn a new workflow, so Chris & Noah have begun the daunting task of converting Chris’ wife & long-time Mac user, Angela, to Linux.<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/TW6GfpZ-kck" height="1" width="1" alt=""/>
- Sun, 19 Apr 2015 18:00:04 -0700
-
- 9EE28DC9-3117-44A8-9832-74250E7698B4
- Jupiter Broadcasting
- Poject #1 will finally be coming to a close. Recent changes in the MacOS system & key applications require the user to learn a new workflow, so Chris & Noah have begun the daunting task of converting Chris’ wife & long-time Mac user, Angela, to Linux.
-
- no
- 1:24:57
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/80702/from-apples-to-penguins-las-361/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep361.mp3
-
- Chronicles of a Linux Switcher | LAS 360
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/OVt-e9Pa_m8/
- <p>We follow the journey of users who have just made the switch to Linux. We document what went great & what hasn’t worked. </p>
-
-<p>Plus a big announcement is made, great news for Ubuntu MATE, a quick look at Elementary OS Freya Beta & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/OVt-e9Pa_m8" height="1" width="1" alt=""/>
- Sun, 12 Apr 2015 18:24:20 -0700
-
- 947104BE-EE7E-4F9F-8E45-CA8E4B4831A7
- Jupiter Broadcasting
- We follow the journey of users who have just made the switch to Linux. We document what went great & what hasn’t worked.
-
-Plus a big announcement is made, great news for Ubuntu MATE, a quick look at Elementary OS Freya Beta & more!
-
- no
- 1:53:35
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/80312/chronicles-of-a-linux-switcher-las-360/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep360.mp3
-
- Get A Job, You Linux Bum! | LAS 359
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/rqZ7pqAL2N8/
- <p>Have you ever thought it’s better to create a job then apply for one? This week we dive into what it takes to build a business that runs on open source & supports open source.</p>
-
-<p>Plus Microsoft’s surprise move, openSUSE jumps ahead, running just about any Android app under Linux & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/rqZ7pqAL2N8" height="1" width="1" alt=""/>
- Sun, 05 Apr 2015 07:48:51 -0700
-
- 6AE1A8D1-2707-4B44-8061-7B02A4D7AA9E
- Jupiter Broadcasting
- Have you ever thought it’s better to create a job then apply for one? This week we dive into what it takes to build a business that runs on & supports open source.
-
-Plus Microsoft’s surprise move, openSUSE jumps ahead, running Android apps on Linux & more
-
- no
- 1:26:46
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/79937/get-a-job-you-linux-bum-las-359/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep359.mp3
-
- Remote Desktop Roundup | LAS 358
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/2yPA3UoQioE/
- <p>We take a look at remote desktop on Linux. We go behind the scenes to see how Linux can be used to remotely support business at scale as well as providing help to family and friends and round up the best solutions. </p>
-
-<p>Plus is SteamOS diverging too far from Debian? LibreOffice has big online plans, Gnome 3.16 is out, tons of Kodi follow up & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/2yPA3UoQioE" height="1" width="1" alt=""/>
- Sun, 29 Mar 2015 18:38:22 -0700
-
- 6A739E7B-D6D2-405E-B559-2C8AC08F0ECF
- Jupiter Broadcasting
- We take a look at remote desktop on Linux. We go behind the scenes to see how Linux can be used to remotely suppor at scale. Plus is SteamOS diverging too far from Debian? LibreOffice has big online plans, Gnome 3.16 is out, tons of Kodi follow up & more!
-
- no
- 1:41:02
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/79607/remote-desktop-roundup-las-358/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep358.mp3
-
- Kodiculious Review | LAS 357
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/6S8fFQaKkvE/
- <p>Is Kodi the one true open source home theater system? We look at the latest release of Kodi, formerly known as XBMC. Discuss the projects current state, and what the future release holds.</p>
-
-<p>Plus the BQ Ubuntu Touch devices runs into some GPL issues, Microsoft’s Secure Boot policy change, our picks & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/6S8fFQaKkvE" height="1" width="1" alt=""/>
- Sun, 22 Mar 2015 18:31:16 -0700
-
- B6D17AB9-369C-4F2C-9486-0D1F64E61D71
- Jupiter Broadcasting
- We look at the latest release of Kodi, formerly known as XBMC. Discuss the projects current state, and what the future release holds.
-
-Plus the BQ Ubuntu Touch devices runs into some GPL issues, Microsoft’s Secure Boot policy change, our picks & more!
-
- no
- 1:26:43
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/79247/kodiculious-review-las-357/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep357.mp3
-
- Linux's Slice of HAM | LAS 356
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/TixO19PE2KA/
- <p>Have you heard of Ham Radio? It’s the original open source! We dive in and take you into a ham shack to see what Ham Radio is all about, how it can done on Linux, and how the principles and communities of open source so closely align with this old hobby.</p>
-
-<p>Plus Linux hits over 1k games & the new distro that makes Fedora approachable & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/TixO19PE2KA" height="1" width="1" alt=""/>
- Sun, 15 Mar 2015 17:27:17 -0700
-
- 99310FF0-3C53-459E-87BB-6EA604B3D5D5
- Jupiter Broadcasting
- Have you heard of Ham Radio? It’s the original open source! We dive in and take you into a ham shack to see what Ham Radio is all about. Plus Linux hits over 1k games & the new distro that makes Fedora approachable & more!
-
- no
- 1:32:08
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/78797/linuxs-slice-of-ham-las-356/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep356.mp3
-
- Linux Media Production | LAS 355
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/GM5SP5FJo_w/
- <p>Over the past few weeks we’ve been doubling down on production on Linux. We go over the tips, tricks & hardware we use to make the show now with more Linux.</p>
-
-<p>Plus the really big news for Linux gaming & the big new feature for Linux 4.0…</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/GM5SP5FJo_w" height="1" width="1" alt=""/>
- Sun, 08 Mar 2015 20:08:17 -0700
-
- 3F7CECEB-B597-47AA-AA9E-04DEB5841C57
- Jupiter Broadcasting
- Over the past few weeks we’ve been doubling down on production on Linux. We go over the tips, tricks & hardware we use to make the show now with more Linux.
-
-Plus the really big news for Linux gaming & the big new feature for Linux 4.0…
-
- no
- 1:48:44
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/78447/linux-media-production-las-355/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep355.mp3
-
- Outstanding SCALE 13x | LAS 354
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/44DoMpDGySM/
- <p>Exclusive interviews from the Southern California Linux Expo. We chat with elementary OS, VLC, Firefox, System76 & many more.</p>
-
-<p>Plus the big news for Ubuntu MATE, XFCE, Gnome & others.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/44DoMpDGySM" height="1" width="1" alt=""/>
- Sun, 01 Mar 2015 18:03:06 -0800
-
- A6886F63-F409-4894-B61F-C747C886BCA7
- Jupiter Broadcasting
- Exclusive interviews from the Southern California Linux Expo. We chat with elementary OS, VLC, Firefox, System76 & many more.
-
-Plus the big news for Ubuntu MATE, XFCE, Gnome & others.
-
- no
- 1:48:47
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/78027/outstanding-scale-13x-las-354/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep354.mp3
-
- SCALE13x: Linux Action Show From the Floor
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Dja6ch97R9o/
- <p>Raw from our Sunday SCALE13x extravaganza. The video starts a bit slow, but after a bit it’s a full on event.</p>
-
-<p>Interviews, gadgets, discussion, and floor coverage.</p>
-
-<p>Enjoy every unedited, and unscripted moment!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Dja6ch97R9o" height="1" width="1" alt=""/>
- Wed, 25 Feb 2015 13:32:50 -0800
-
- 5A336FFF-3816-48F4-84D4-50C34E85A662
- Jupiter Broadcasting
- Raw from our Sunday SCALE13x extravaganza. The video starts a bit slow, but after a bit it’s a full on event.
-
-Interviews, gadgets, discussion, and floor coverage.
-
-Enjoy every unedited, and unscripted moment!
-
- no
- 4:30:00
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/77892/scale13x-linux-action-show-from-the-floor/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/LASfromSCALE13x.mp3
-
- Retro Blasted Action | LAS 353
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/-9LfVOSHqas/
- Join us as we revisit some retro topics from the archives!<img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/-9LfVOSHqas" height="1" width="1" alt=""/>
- Sun, 22 Feb 2015 08:08:37 -0800
-
- D2D9B6E8-1102-4DA0-9A8E-9A8364DFFDAB
- Jupiter Broadcasting
- Join us as we revisit some retro topics from the archives!
-
- no
- 1:26:36
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/77752/retro-blasted-action-las-353/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep353.mp3
-
- Questions for elementary OS | LAS 352
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/l9o69w5EO5k/
- <p>Two members of the elementary OS project join us to discuss the recent dust up around their blog post asking for more funding from their users. We’ll ask the hard questions you’ve been wondering, get the latest from the project & talk about the future.</p>
-
-<p>Plus we look at the sales for the first BQ Ubuntu Touch edition, Linus’ personal choice award, some good news for OpenShot & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/l9o69w5EO5k" height="1" width="1" alt=""/>
- Sun, 15 Feb 2015 18:03:12 -0800
-
- 9B8083B0-82A8-4469-85D7-E9132F3E6453
- Jupiter Broadcasting
- Two members of the elementary OS project join us to discuss the recent dust up around their blog post asking for more funding from their users. We ask the hard questions you’ve been wondering, get the latest from the project, talk about the future & more
-
- no
- 1:22:00
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/77377/questions-for-elementary-os-las-352/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep352.mp3
-
- Meet SELKS | Linux Action Show 351
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/wZuX00f1Bus/
- <p>The Co-creators of a Linux distribution that allows you to harness some of the most powerful open source security software join us to discuss bringing Enterprise grade security to the masses.</p>
-
-<p>Plus building your own ideal Linux laptop, the Yolla Tablet surprise & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/wZuX00f1Bus" height="1" width="1" alt=""/>
- Sun, 08 Feb 2015 11:09:30 -0800
-
- 367B2FE5-3738-452D-A976-D9C56D34392B
- Jupiter Broadcasting
- The Co-creators of a Linux distro that allows you to harness some of the most powerful open source security software join us to discuss Enterprise grade security for the masses.
-
-Plus building your own ideal Linux laptop, the Yolla Tablet surprise & more!
-
- no
- 1:02:21
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/76982/meet-selks-linux-action-show-351/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep351.mp3
-
- How Non-Devs Can Help Linux | LAS 350
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/ydY1Qvo2_QU/
- <p>What are the best options for non-coders and developers to contribute to their favorite open source project? We’ll break down some of the barriers we’ve faced & approaches we like to help out in a non-development capacity.</p>
-
-<p>Plus the common ways the Ghost vulnerability is being exploited, how you can do your taxes under Linux & a few surprises!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/ydY1Qvo2_QU" height="1" width="1" alt=""/>
- Sun, 01 Feb 2015 19:24:11 -0800
-
- 211CA8F5-993A-4480-A8E2-0608F1F2881D
- Jupiter Broadcasting
- What are the best options for non-coders and developers to contribute to their favorite open source project? We discuss. Plus the common ways the Ghost vulnerability is being exploited, how you can do your taxes under Linux & a few surprises!
-
- no
- 1:09:23
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/76592/how-non-devs-can-help-linux-las-350/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep350.mp3
-
- Trisquel Founder Interview | LAS 349
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/4igPc66Ci50/
- <p>The main developer and founder of Trisquel GNU/Linux Ruben Rodriguez joins us to discuss the projects mission, the major headwinds it faces, what the future holds, and their new focus on privacy.</p>
-
-<p>Plus: Mark Shuttleworth sees a future where Ubuntu powers Robots and Drones, a mini-review of KDE Plasma 5.2 desktop, what’s coming up in Gnome…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/4igPc66Ci50" height="1" width="1" alt=""/>
- Sun, 25 Jan 2015 20:51:51 -0800
-
- F980946B-73E4-4131-BF15-20252B73800E
- Jupiter Broadcasting
- The main developer and founder of Trisquel GNU/Linux Ruben Rodriguez joins us to discuss the projects mission, the headwinds it faces, what the future holds & their new focus on privacy. Plus a mini-review of KDE Plasma 5.2 desktop & more!
-
- no
- 1:02:03
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/76167/trisquel-founder-interview-las-349/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep349.mp3
-
- The Deepin Review | Linux Action Show 348
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/8hcFCtU4Lic/
- <p>Deepin Linux might just be one of the freshest takes on the desktop this year. We review this compelling Ubuntu based alternative. </p>
-
-<p>Plus: The Steam bug that leaves you fresh and clean, some great new open source releases, goodbye Photoshop…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/8hcFCtU4Lic" height="1" width="1" alt=""/>
- Sun, 18 Jan 2015 16:09:28 -0800
-
- 0E6C897D-CEA6-4464-A1EF-07D56E549E8B
- Jupiter Broadcasting
- Deepin Linux might just be one of the freshest takes on the desktop this year. We review this compelling Ubuntu based alternative.
-
-Plus: The Steam bug that leaves you fresh and clean, some great new open source releases, goodbye Photoshop & more!
-
- no
- 55:02
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/75737/the-deepin-review-linux-action-show-348/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep348.mp3
-
- Meet MATE’s Mastermind | LAS 347
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/sYS4J7iV-f8/
- <p>Developer of the MATE desktop & more, Stefano Karapetsas joins us to discuss the projects transition to GTK3, balancing traditional desktop design with new features & the big challenges facing MATE.</p>
-
-<p>Plus a huge announcement, news, picks…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/sYS4J7iV-f8" height="1" width="1" alt=""/>
- Sun, 11 Jan 2015 16:03:40 -0800
-
- 8CF3457F-2B58-4284-98A4-418562CDC191
- Jupiter Broadcasting
- Developer of the MATE desktop & more, Stefano Karapetsas joins us to discuss the projects transition to GTK3, balancing traditional desktop design with new features & the big challenges facing MATE.
-
-Plus a huge announcement! & more!
-
- no
- 1:00:27
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/75242/meet-mates-mastermind-las-347/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep347.mp3
-
- Greg KH: The Interview | LAS 346
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/6R5nwRlVSSs/
- <p>Greg Kroah-Hartman long time Linux kernel developer and maintainer of a few subsystems you depend on joins us to discuss his insights on the pace of Linux’s development, third party involvement, the rolling future & what gets him excited about Linux.</p>
-
-<p>Plus Linus reviews Fedora 21, the questions facing Gnome Software…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/6R5nwRlVSSs" height="1" width="1" alt=""/>
- Sun, 04 Jan 2015 18:31:08 -0800
-
- A8B91009-6CCC-4AA7-94F6-0887B74B2BC7
- Jupiter Broadcasting
- Greg Kroah-Hartman long time Linux kernel developer and maintainer of a few subsystems you depend on joins us to discuss the pace of Linux’s development, third party involvement, the rolling future & what gets him excited about Linux & more!
-
- no
- 1:07:25
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/74867/greg-kh-the-interview-las-346/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep346.mp3
-
- 2015 Linux Predictions | Linux Action Show 345
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/6kOyc91ZtVE/
- <p>With 2015 around the corner we own up to our predictions for 2014, we admit to what we got wrong, and what we got right. Then we look forward to 2015 and go on the record for the big developments we expect to see.</p>
-
-<p>Plus our picks, your feedback…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/6kOyc91ZtVE" height="1" width="1" alt=""/>
- Sun, 28 Dec 2014 20:19:39 -0800
-
- 03F970D4-C8DA-4257-9E9A-A6A53EB894AC
- Jupiter Broadcasting
- With 2015 around the corner we own up to our predictions for 2014, we admit to what we got wrong, and what we got right. Then we look forward to 2015 and go on the record for the big developments we expect to see.
-
-Plus our picks & your feedback!
-
- no
- 1:40:08
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/74497/2015-linux-predictions-linux-action-show-345/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep345.mp3
-
- Best Of LAS 2014 | LAS 344
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/B-UlzvnAPx0/
- <p>We take a look back at the history of the Linux Action Show along with the audience and pick out some of our best moments plus a few bits of JB News.</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/B-UlzvnAPx0" height="1" width="1" alt=""/>
- Sun, 21 Dec 2014 13:16:21 -0800
-
- C5370004-9B49-4761-8865-8E77E73E3A7B
- Jupiter Broadcasting
- We take a look back at the history of the Linux Action Show along with the audience and pick out some of our best moments plus a few bits of JB News.
-
-AND SO MUCH MORE!
-
-All this week on, The Linux Action Show!
-
- no
- 1:01:03
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/74262/best-of-las-2014-las-344/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep344.mp3
-
- Fedora Developer Roundtable | LAS 343
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/lilDfXQhfks/
- <p>We talk with five developers from the Fedora project behind some of the recent amazing work that has seen a major milestone release in Fedora 21, treating Fedora more as a product & laying the groundwork for amazing future technologies. </p>
-
-<p>Plus Dustin Kirkland from Canonical joins us to explain what Ubuntu Snappy Core is & some of it’s killer new features, our picks, news…</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/lilDfXQhfks" height="1" width="1" alt=""/>
- Sun, 14 Dec 2014 17:44:56 -0800
-
- 84789F47-982D-4154-B0F9-71FE16997564
- Jupiter Broadcasting
- We talk with five debs from the Fedora project behind some of the recent work that has seen a major release in Fedora 21 & more. Plus Dustin Kirkland from Canonical joins us to explain what Ubuntu Snappy Core is & some of it’s killer new features.
-
- no
- 1:33:09
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/73857/fedora-developer-roundtable-las-343/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep343.mp3
-
- Lennart's Linux Revolution | LAS 342
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/4HpzYERH7Q0/
- <p>Lennart Poettering shares the surprising origins of systemd, his thoughts on the community reaction & his ideas for a universal Linux software installer. He addresses some common criticism & takes questions from the audience.</p>
-
-<p>Plus Brandon Philips the co-found of CoreOS discusses Rocket & Matthew Miller from the Fedora project talks about the upcoming Fedora 21 release...</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/4HpzYERH7Q0" height="1" width="1" alt=""/>
- Sun, 07 Dec 2014 17:05:05 -0800
-
- 6095668F-BD56-41BF-8CB1-33B0502C3110
- Jupiter Broadcasting
- Lennart Poettering shares the origins of systemd, thoughts on community reactiosn & ideas on a universal software installer. Plus Brandon Philips, co-found of CoreOS, talks Rocket & Matthew Miller from the Fedora project talks about the Fedora 21 release
-
- no
- 1:34:44
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/73122/lennarts-linux-revolution-las-342/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep342.mp3
-
- Mark Shuttleworth Interview | LAS 341
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/7EpjsKlIsR8/
- <p>Mark Shuttleworth sits down with the big show to reflect on 10 years of Ubuntu, the state of the Debian community, their efforts with Mir & the switch to systemd. Plus he’ll give us some insights to his competitive advantage when dealing with a contentious market. </p>
-
-<p>Plus Mint 17.1 is out and we’ll dig into what’s great, the Debian fork is looking for funds, FreeBSD’s plans to compete with systemd...</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/7EpjsKlIsR8" height="1" width="1" alt=""/>
- Sun, 30 Nov 2014 19:31:00 -0800
-
- 6BEA7DA2-20C1-4141-A516-D7507FA3EECE
- Jupiter Broadcasting
- Mark Shuttleworth sits down to reflect on 10 years of Ubuntu, the state of the Debian community, their efforts with Mir & the systemd switch.
-
-Plus Mint 17.1, the Debian fork is looking for funds, FreeBSD’s plans to compete with systemd & more!
-
- no
- 1:33:18
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/72637/mark-shuttleworth-interview-las-341/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep341.mp3
-
- Rooting for the Kids | LAS 340
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/JBwKcJ0MTP8/
- <p>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.</p>
-
-<p>Plus the Jolla tablet is real, and boy is it funded! Ubuntu Phone rumors get white hot, our picks of the week…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/JBwKcJ0MTP8" height="1" width="1" alt=""/>
- Sun, 23 Nov 2014 17:55:20 -0800
-
- 02691335-9A7F-42C1-9423-9748702976A4
- Jupiter Broadcasting
- Charlie Reisinger the pioneer of an forward looking program to give every student a Linux laptop joins us. Find out how they integrate the students into the IT program. Plus the Jolla tablet is real, Ubuntu Phone rumors get white hot & more!
-
- no
- 1:40:20
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/72112/rooting-for-the-kids-las-340/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep340.mp3
-
- Making Linux Beautiful | LAS 339
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/y-6JRAxgpqc/
- <p>We chat with three developers that are working to make the Linux desktop look even better. From building hardware to working with upstream we dig into the process at the ground level, with some exciting announcements. </p>
-
-<p>Plus why Linux makes Docker relevant, a quick tour of some new Ubuntu MATE features & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/y-6JRAxgpqc" height="1" width="1" alt=""/>
- Sun, 16 Nov 2014 18:08:44 -0800
-
- 6BAA3564-6CD9-4E21-B140-F449CAB21BDC
- Jupiter Broadcasting
- We chat with three developers that are making the Linux desktop look even better, from building hardware to working with upstream & we cover some exciting announcements.
-
-Plus Linux makes Docker relevant, a tour of some new Ubuntu MATE features & more!
-
- no
- 1:22:00
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/71512/making-linux-beautiful-las-339/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep339.mp3
-
- Lumina Desktop Preview | LAS 338
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/Z8BY96bKRrQ/
- <p>It’s one of our favorite things to do, we look ahead at the not too distant future of desktop Linux. Ken Moore from PC-BSD, and the creator of the Lumina desktop joins us to give us a tour of his new Qt based lightweight desktop. </p>
-
-<p>Plus you know the old saying, where there is lots of blog rumors, there is fire. We’ll the rumor mill is hot hot hot with predictions of an Ubuntu based Tablet shipping very soon. But is it legit? The huge performance gain coming to Haswell Graphics users & the big Debian drama over the weekend.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/Z8BY96bKRrQ" height="1" width="1" alt=""/>
- Sun, 09 Nov 2014 18:59:51 -0800
-
- 31415431-558B-4443-8807-19D23325456C
- Jupiter Broadcasting
- We look a the Lumina desktop with it's creator, Ken Moore. Plus the rumor mill is hot with predictions of an Ubuntu based Tablet shipping very soon.the huge performance gain coming to Haswell Graphics users, the big Debian drama over the weekend & more!
-
- no
- 1:25:31
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/70922/lumina-desktop-preview-las-338/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep338.mp3
-
- openSUSE 13.2 Review | Linux Action Show 337
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/4pvaGIE4DM0/
- <p>Is openSUSE 13.2 the best distro to take advantage of tomorrow’s Linux tools today? Or do the rough-spots of this distribution in transition leave us frustrated? We set out to live in openSUSE 13.2 & share our results. </p>
-
-<p>Plus China’s big switch to Linux gets official, we call time out on feeding the drama monster & one of the best open source talks we’ve ever seen & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/4pvaGIE4DM0" height="1" width="1" alt=""/>
- Sun, 02 Nov 2014 16:15:57 -0800
-
- 1CDEED74-8B28-499A-8C65-BCD61A566EE0
- Jupiter Broadcasting
- Is openSUSE 13.2 the best distro to take advantage of tomorrow’s Linux tools today? We set out to live in openSUSE 13.2 & share our results.
-
-Plus China’s big switch to Linux gets official, one of the best open source talks we’ve ever seen & more!
-
- no
- 1:10:52
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/70397/opensuse-13-2-review-linux-action-show-337/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep337.mp3
-
- Best of Ohio LinuxFest | Linux Action Show 336
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/L8lkozIVbg0/
- <p>Our interviews, stories, and adventures from Ohio LinuxFest 2014. The big show traveled to Columbus Ohio for one of the best Linux events on the East coast of the US, and we came away with some great stories, friends, and interviews. We'll feature some of the best in today's episode.</p>
-
-<p>Plus the big news for openSUSE, Oculus Linux users get some love...</p>
-
-<p>And so much more!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/L8lkozIVbg0" height="1" width="1" alt=""/>
- Mon, 27 Oct 2014 20:12:36 -0700
-
- 26D24380-E376-411D-B451-4A721AA2FD40
- Jupiter Broadcasting
- Our interviews, stories, and adventures from Ohio LinuxFest 2014. The big show traveled to Columbus Ohio & we came away with some great stories, friends, and interviews.
-
-Plus the big news for openSUSE, Oculus Linux users get some love & more!
-
- no
- 1:21:37
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/70022/best-of-ohio-linuxfest-linux-action-show-336/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep336.mp3
-
- Ubuntu 14.10 Mega Review | LAS 335
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/GA2RUe2yeOk/
- <p>Our review of the major flavors of Ubuntu 14.10. We’ll show you how this tried and true desktop can be the fertile playground of future desktop technologies. Our all-star lineup will review everything from Kubuntu to the MATE Edition of Ubuntu 14.10 Utopic Unicorn.</p>
-
-<p>Plus Linus responds to the culture of hostility claims, Plasma 5’s big update, Docker’s surprising news, a new AAA game for Linux…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/GA2RUe2yeOk" height="1" width="1" alt=""/>
- Sun, 19 Oct 2014 17:44:16 -0700
-
- 18389638-95A2-4F93-817E-FB3CF9DC24F1
- Jupiter Broadcasting
- We review the major flavors of Ubuntu 14.10. We review everything from Kubuntu to the MATE Edition of Ubuntu 14.10, plus Linus responds to the culture of hostility claims, Plasma 5’s big update, Docker’s surprising news, a new AAA game for Linux & more
-
- no
- 1:23:02
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/69512/ubuntu-14-10-mega-review-las-335/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep335.mp3
-
- Painless Plex Migration | Linux Action Show 334
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/q3DX5og7nbY/
- <p>Our guide to moving your Plex, btsync, SmokePing, and others to a new Linux server. And our take on how the Intel NUC performs as a home server with heavy Plex usage.</p>
-
-<p>Plus the big features coming to a distro near you & has Netflix coming to Linux shown us how Linux users are now “all-in with DRM”? We debate.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/q3DX5og7nbY" height="1" width="1" alt=""/>
- Sun, 12 Oct 2014 16:02:54 -0700
-
- 3560B616-17B2-4E7B-A80C-F0DC736A43C3
- Jupiter Broadcasting
- Our guide to moving your Plex, btsync, SmokePing, and others to a new Linux server. And our take on how the Intel NUC performs as a home server with heavy Plex usage, big new distro features, DRM discussions & more!
-
- no
- 1:11:30
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/68967/painless-plex-migration-linux-action-show-334/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep334.mp3
-
- Top 5 Linux Games | LAS 333
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/losW6c1gHlY/
- <p>The top 5 best Linux games on Steam for the fall get demoed on today’s show. Every game we feature, will be one worth buying & how to get a lot more out of Steam.</p>
-
-<p>Then sandboxing any Linux process, the news of the week, our picks & much more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/losW6c1gHlY" height="1" width="1" alt=""/>
- Sun, 05 Oct 2014 17:24:38 -0700
-
- DBD93A2A-E20E-49F7-9FAD-675B17E1D691
- Jupiter Broadcasting
- The top 5 best Linux games on Steam for the fall get demoed on today’s show. Every game we feature, will be one worth buying & how to get a lot more out of Steam.
-
-Then sandboxing any Linux process, the news of the week, our picks & much more!
-
- no
- 1:42:08
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/68222/top-5-linux-games-las-333/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep333.mp3
-
- Weaponized Bash | Linux Action Show 332
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/E5LVzV2MFJQ/
- <p>The Shellshock bug is taking the internet by storm, Fedora project lead Matthew Miller joins us to discuss how this Bash bug works, how big of a problem it really is, and how large projects are responding to the issue. Plus we chat a little Fedora.next and more!</p>
-
-<p>Then it’s our look at what’s great in Gnome 3.14, Ubuntu 14.10 & another systemd alternative that’s doing it right.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/E5LVzV2MFJQ" height="1" width="1" alt=""/>
- Sun, 28 Sep 2014 17:59:04 -0700
-
- 2FFA3CEF-D804-4E7B-9564-6B9920D54796
- Jupiter Broadcasting
- The Shellshock bug is taking the internet by storm, Fedora project lead Matthew Miller joins us to discuss how the Bash bug works, how big of a problem it is & how large projects are responding to the issue, plus we chat a little Fedora.next & more!
-
- no
- 1:19:51
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/67717/weaponized-bash-linux-action-show-332/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep332.mp3
-
- Security Onion Review | LAS 331
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/u5wRndT-Zls/
- <p>Security Onion can turn you into a network super warrior, with its easy to setup IDS, Network Syslog, and more. We'll show you how to take advantage of some of the best tools in open source, from beginner to expert!</p>
-
-<p>Plus a great new game for Linux, Uselessd looks needed but is stirring up drama, why Gnome 3.14 will be the best Gnome yet & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/u5wRndT-Zls" height="1" width="1" alt=""/>
- Sun, 21 Sep 2014 16:37:27 -0700
-
- 3D8BB10A-8462-4D52-A34D-793573EBE418
- Jupiter Broadcasting
- Learn about Security Onion and its easy to setup IDS, Network Syslog. a great new linux game, Uselessd discussion, Gnome 3.14 will be the best Gnome yet & more!
-
- no
- 1:15:01
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/67182/security-onion-review-las-331/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep331.mp3
-
- Switching Ubuntu to Gnome | LAS 330
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/F8190vr4D-4/Gnome%20users.Plus%20ZFS%20on%20Linux%20gets%20the%20green%20light,%20the%20great%20news%20for%20Arch%20usersAnd%20so%20much%20more!All%20this%20week%20on,%20the%20Linux%20Action%20Show!
- <p>Install the latest version of Gnome on your Ubuntu box, without losing your data, or needing to reinstall your apps. Our guide will get you up and running with the latest and greatest in no time. And also provides great insight for non-Ubuntu/Gnome users.</p>
-
-<p>Plus ZFS on Linux gets the green light, the great news for Arch users</p>
-
-<p>And so much more!</p>
-
-<p>All this week on, the Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/F8190vr4D-4" height="1" width="1" alt=""/>
- Sun, 14 Sep 2014 17:02:15 -0700
-
- A349F830-3697-44FC-AA28-AA062C2EEE88
- Jupiter Broadcasting
- Install the latest version of Gnome on your Ubuntu box, without losing your data or reinstalling your apps. And also provides great insight for non-Ubuntu/Gnome users. Plus ZFS on Linux gets the green light, the great news for Arch users & more!
-
- no
- 1:13:13
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://Install%20the%20latest%20version%20of%20Gnome%20on%20your%20Ubuntu%20box,%20without%20losing%20your%20data,%20or%20needing%20to%20reinstall%20your%20apps.%20Our%20guide%20will%20get%20you%20up%20and%20running%20with%20the%20latest%20and%20greatest%20in%20no%20time.%20And%20also%20provides%20great%20insight%20for%20non-Ubuntu/Gnome%20users.Plus%20ZFS%20on%20Linux%20gets%20the%20green%20light,%20the%20great%20news%20for%20Arch%20usersAnd%20so%20much%20more!All%20this%20week%20on,%20the%20Linux%20Action%20Show!http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep330.mp3
-
- OwnCloud Your Chromebook | LAS 329
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/1SvfkwL3wxo/
- <p>Linux is the ultimate productivity OS. This week we’ll show you how to divorce your Chromebook from Google, sync all your Linux desktops with free software, and improve your workflow at the same time.</p>
-
-<p>Plus the new tool from Red Hat you’ll be using soon, Ubuntu shows developers some love & the big game coming to Linux we’re excited about!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/1SvfkwL3wxo" height="1" width="1" alt=""/>
- Sun, 07 Sep 2014 16:34:39 -0700
-
- D2F57FF1-4487-4EB2-9EF2-87529F76E380
- Jupiter Broadcasting
- We’ll show you how to divorce your Chromebook from Google, sync your Linux desktops and improve your workflow.
-
-Plus the new tool from Red Hat you’ll be using soon, Ubuntu shows developers some love & the big game coming to Linux we’re excited about!
-
- no
- 1:19:09
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/66142/owncloud-your-chromebook-las-329/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep329.mp3
-
- A Chat with Icculus | LAS 328
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/5ULWNhVdZWs/
- <p>Ryan C. Gordon aka Icculus joins us to discuss past, present and future of Linux gaming. Plus the fundamental technology challenges facing Linux gaming, the hope for SteamOS, and much more.</p>
-
-<p>Then - Red Hat’s internal politics burst out into the spotlight, John C. Dvorak trolls Linux users….</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/5ULWNhVdZWs" height="1" width="1" alt=""/>
- Sun, 31 Aug 2014 17:36:11 -0700
-
- BB40C60F-966B-43DC-B304-7F94F56597B6
- Jupiter Broadcasting
- Ryan C. Gordon aka Icculus joins us to discuss past, present and future of Linux gaming. Plus the technology challenges facing Linux gaming & the hope for SteamOS. Then - Red Hat’s politics burst out into the spotlight, John C. Dvorak trolls Linux users
-
- no
- 1:29:06
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/65607/a-chat-with-icculus-linux-action-show-328/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep328.mp3
-
- Best of LinuxCon 2014 | LAS 327
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/ki7n1ls4ZHo/
- <p>LinuxCon 2014 just wrapped up and we have five great interviews from the floor, cover some of the best talks, and more.</p>
-
-<p>Plus the big guy who’s still pulling for Desktop Linux, the greatly exaggerated Munich situation & more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/ki7n1ls4ZHo" height="1" width="1" alt=""/>
- Sun, 24 Aug 2014 16:09:41 -0700
-
- 6A0F44C1-85CE-4FB8-A95C-E7A28B181B14
- Jupiter Broadcasting
- LinuxCon 2014 just wrapped up and we have five great interviews from the floor, cover some of the best talks, and more.
-
-Plus the big guy who’s still pulling for Desktop Linux, the greatly exaggerated Munich situation & more!
-
- no
- 1:16:54
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/65207/best-of-linuxcon-2014-las-327/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep327b.mp3
-
- What’s Next for Fedora | LAS 326
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/1R0A3m7QteQ/
- <p>The Fedora Project Lead joins us to explain Fedora.next, their ambitions for the cloud, desktop, and what success means for Fedora.next. Tyler from Arch Assault joins us to update us on the latest from Blackhat, the new developments with their distro, and the what the future holds.</p>
-
-<p>Plus news of the week, our picks, your feedback, and more!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/1R0A3m7QteQ" height="1" width="1" alt=""/>
- Sun, 17 Aug 2014 19:59:46 -0700
-
- BF562E69-12E8-4A7D-97A4-ED3A4C769CA0
- Jupiter Broadcasting
- The Fedora Project Lead joins us to explain Fedora.next, their ambitions for the cloud, desktop, and what success means for Fedora.next. Tyler from Arch Assault joins us to update us on the new developments with their distro, and the what the future holds
-
- no
- 1:29:32
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/64637/whats-next-for-fedora-las-326/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep326.mp3
-
- Tomb of Secrets | LAS 325
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/bDR3eT6fkcA/
- <p>What’s the best TrueCrypt alternative for Linux? We’ll introduce you to Tomb, a tool that sits on top of open source encryption tools you can trust, that come built into every install of Linux.</p>
-
-<p>Plus we’ll demo native Netflix working on Linux without any plugins, the big changes coming to Fedora...</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/bDR3eT6fkcA" height="1" width="1" alt=""/>
- Sun, 10 Aug 2014 16:54:00 -0700
-
- 49E0FAD0-C0A5-4864-BE65-0AC1512AEF03
- Jupiter Broadcasting
- What’s the best TrueCrypt alternative for Linux? We’ll introduce you to Tomb.
-
-Plus we’ll demo native Netflix working on Linux without any plugins, the big changes coming to Fedora...
-
-AND SO MUCH MORE!
-
-All this week on, The Linux Action Show!
-
- no
- 1:22:23
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/64207/tomb-of-secrets-las-325/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep325.mp3
-
- ownCloud 7 Interview | LAS 324
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/-gSxllQ3XaM/
- <p>The founder of ownCloud joins us to discuss their latest release, future plans and challenges. And we’ll ask a batch of the tough questions you sent in.</p>
-
-<p>Then we take a look at CRUX, a legendary Linux distribution with an amazing history. Plus an app pick that will instantly tickle your retro bone, a cautious tale…</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/-gSxllQ3XaM" height="1" width="1" alt=""/>
- Sun, 03 Aug 2014 16:45:18 -0700
-
- C0A1AB02-A690-4924-969E-C12FD626834C
- Jupiter Broadcasting
- The founder of ownCloud joins us to discuss their latest release, future plans and challenges.
-
-Then we take a look at CRUX, a legendary Linux distribution with an amazing history. Plus a retro app pick & a cautious tale…
-
- no
- 1:26:28
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/63592/owncloud-7-interview-las-324/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep324.mp3
-
- OSCON Interview Roundup | LAS 323
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/_POBEH_8TMo/
- <p>We’re back from OSCON 2014 with some great interviews with Christian Heilmann from the Mozilla Developer Evangelist, Karen Sandler from the Software Freedom Conservancy, and Chris DiBona the director of open source at Google.</p>
-
-<p>Plus the UK Government adopts ODF, CoreOS gets a huge boost and a new release, making your Linux installers faster and easier than ever…. </p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/_POBEH_8TMo" height="1" width="1" alt=""/>
- Sun, 27 Jul 2014 17:06:06 -0700
-
- 53CF509E-5F98-44A1-901F-FFC0ECECCDCC
- Jupiter Broadcasting
- We’re back from OSCON 2014 with some great interviews with Christian Heilmann from the Mozilla Developer Evangelist, Karen Sandler from the Software Freedom Conservancy, and Chris DiBona the director of open source at Google.
-
- no
- 1:33:24
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/63147/oscon-interview-roundup-las-323/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep323.mp3
-
- Debunking Manjaro Myths | LAS 322
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/kLuFDoDpQYA/
- <p>Rob McCathie from the Manjaro project joins us to discuss some recent troubles in the community, bust common myths about Manjaro, their relationship with Arch Linux, and what the future holds for the project.</p>
-
-<p>Plus we look at some Fedora 21 features, Google’s Project Zero, Linus’ home office…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/kLuFDoDpQYA" height="1" width="1" alt=""/>
- Sun, 20 Jul 2014 16:01:18 -0700
-
- F4BC19A9-89A2-4BCA-B131-220139B0A15A
- Jupiter Broadcasting
- Rob McCathie from Manjaro joins us to discuss some recent troubles, bust common myths about Manjaro, their relationship with Arch Linux, and what the future holds for the project.
-
-Plus Fedora 21 features, Google’s Project Zero & Linus’ home office…
-
- no
- 1:23:40
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/62637/debunking-manjaro-myths-las-322/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep322.mp3
-
- Kali Linux Interview | LAS 321
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/m2YFV5YR_kM/
- <p>The core developer of Kali Linux joins us to discuss the projects history, what keeps Kali Linux so relevant in the penetration testing industry, the future and the major misconceptions he wants to correct about the distro.</p>
-
-<p>Plus we’ll explains all the recent KDE releases, and demo the latest state of the Plasma 5 desktop and tour a radio station that runs linux.</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/m2YFV5YR_kM" height="1" width="1" alt=""/>
- Sun, 13 Jul 2014 18:16:55 -0700
-
- 03A5C477-33BC-4009-8371-569338084A68
- Jupiter Broadcasting
- The core developer of Kali Linux joins us to discuss the projects history, what keeps Kali Linux relevant in the pentesting industry, the future and the major misconceptions he wants to correct about the distro. Plus, we tour a radio station & more.
-
- no
- 1:23:45
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/62177/kali-linux-interview-las-321/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep321.mp3
-
- Preventing a btrfs Nightmare | LAS 320
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/sLQpAJOBIlU/
- <p>What happens when btrfs goes bad? After rescuing our system from a massive crash, we’ll share what went wrong, how you can prevent problems, reclaim gigabytes of space, and optimize your Linux box for an SSD drive.</p>
-
-<p>Plus a quick look at Ubuntu MATE Remix, the NSA targets Linux users, solving the distro hopping bug….</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/sLQpAJOBIlU" height="1" width="1" alt=""/>
- Sun, 06 Jul 2014 17:25:16 -0700
-
- 76EFEB8F-54B1-480D-8FAF-595B62848CEB
- Jupiter Broadcasting
- What happens when btrfs goes bad? We’ll share what went wrong, how you can prevent problems, reclaim gigabytes of space & optimize your Linux box for an SSD drive
-
-Plus a look at Ubuntu MATE Remix, NSA targets Linux users & solving the distro hopping bug
-
- no
- 1:18:51
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/61572/preventing-a-btrfs-nightmare-las-320/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep320.mp3
-
- Sharing with Samba | LAS 319
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/3k3lC4h7vxQ/
- <p>Easily share files between Windows and Linux, and we’ll solve some common network browsing challenges under Linux. </p>
-
-<p>Plus a quick look at Linux Mint 17 KDE edition, the huge new features coming to OwnCloud, a new hacker event….</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/3k3lC4h7vxQ" height="1" width="1" alt=""/>
- Sun, 29 Jun 2014 15:39:28 -0700
-
- FBF146BA-C9AB-4D1A-89F8-624F2EB16885
- Jupiter Broadcasting
- Easily share files between Windows and Linux, and we’ll solve some common network browsing challenges under Linux.
-
-Plus a quick look at Linux Mint 17 KDE edition, the huge new features coming to OwnCloud, a new hacker event….
-
- no
- 1:08:12
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/60967/sharing-with-samba-las-319/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep319.mp3
-
- SouthEast LinuxFest Highlights | LAS 318
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/xGNR_0vl4N0/
- <p>Interviews and awesome gear from the floor of SouthEast LinuxFest 2014. We round up the highlights of Linux from the south!</p>
-
-<p>Plus some Firefox news we’re stoked about, and we take another step closer to becoming a commandline ninja... </p>
-
-<p>And so much more!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/xGNR_0vl4N0" height="1" width="1" alt=""/>
- Sun, 22 Jun 2014 16:00:33 -0700
-
- C25DD4E1-93BD-4035-9927-244AD3E438C5
- Jupiter Broadcasting
- Interviews and awesome gear from the floor of SouthEast LinuxFest 2014. We round up the highlights of Linux from the south!
-
-Plus some Firefox news we’re stoked about, and we take another step closer to becoming a commandline ninja...
-
- no
- 1:21:19
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/60412/southeast-linuxfest-highlights-las-318/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/linuxactionshowep318.mp3
-
- Qubes OS: Security By Isolation | LAS 317
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/KYtd8gwhcUk/
- <p>Qubes OS, you could call it Linux for the truly paranoid. This system offers a unique isolated approach to keep you and your data safe, we dive in to show you how this system works!</p>
-
-<p>Plus: The big Red Hat news, Docker goes 1.0, a Linux port done right…</p>
-
-<p>And so much more!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/KYtd8gwhcUk" height="1" width="1" alt=""/>
- Sun, 15 Jun 2014 15:19:25 -0700
-
- 9076DB21-1A18-4A41-AAE8-CBA8951FC966
- Jupiter Broadcasting
- Qubes OS, you could call it Linux for the truly paranoid. This system offers a unique isolated approach to keep you and your data safe, we dive in to show you how this system works!
-
-Plus: The big Red Hat news, Docker goes 1.0, a Linux port done right…
-
-
- no
- 58:14
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/59912/qubes-os-security-by-isolation-las-317/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep317.mp3
-
- Introducing Bedrock Linux | LAS 316
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/LARojIUod34/
- <p>With Bedrock Linux you are longer restricted to any single Linux distro’s userland. Mix CentOS, Arch, Debian, Ubuntu and more all on the same installation! You can have your cake and eat it too! Want X11 from Debian and Chromium from Arch? No problem! We’ll show you how Bedrock Linux make it all possible.</p>
-
-<p>Plus: A new round of SSL vulnerabilities strike Linux, the FSF helps you encrypt your emails, then a quick steam roundup…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/LARojIUod34" height="1" width="1" alt=""/>
- Sun, 08 Jun 2014 17:52:50 -0700
-
- 8A202515-D69B-45BF-840E-5C26D826EB3C
- Jupiter Broadcasting
- With Bedrock Linux you are longer restricted to any single Linux distro’s userland. We’ll show you how Bedrock Linux makes it all possible.
-
-Plus: A new round of SSL vulnerabilities, the FSF helps you encrypt your emails and a quick steam roundup!
-
- no
- 1:02:40
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/59352/introducing-bedrock-linux-las-316/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep316.mp3
-
- CoreOS: Future of Servers | LAS 315
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/RngmDk-ngFE/
- <p>The CTO of CoreOS joins us to go into detail about how CoreOS deploys applications in Docker Containers, allows for automatic server updates, and might just finally fix security on the web.</p>
-
-<p>Plus: We’ll wrap up the TrueCrypt upset, and discuss our preferred Linux TrueCrypt replacements, a quick look at Mint 17...</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/RngmDk-ngFE" height="1" width="1" alt=""/>
- Sun, 01 Jun 2014 17:58:02 -0700
-
- 7C564816-0BB4-4150-9D3C-59F3E1718013
- Jupiter Broadcasting
- The CTO of CoreOS joins us to go into detail about how CoreOS deploys applications in Docker Containers, allows for automatic server updates and may finally fix security on the web.
-
-Plus: A TrueCrypt wrap-up and replacement chat & a quick look at Mint 17
-
- no
- 1:14:13
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/58602/coreos-future-of-servers-las-315/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep315.mp3
-
- OpenShot 2.0 Interview | LAS 314
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/ak-v8h54IY0/
- <p>Jonathan Thomas, founder of the OpenShot join us to update us on the latest with his open source cross platform video editor. Plus we discuss the challenges and benefits of crowd funded open source, the task of building a video editor for Linux, and more.</p>
-
-<p>Then our take on the big Linux gaming controversy of the week, a little Chrome hat eating…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/ak-v8h54IY0" height="1" width="1" alt=""/>
- Sun, 25 May 2014 15:27:32 -0700
-
- E79AEA16-F9C0-46E2-96EC-E71B48480558
- Jupiter Broadcasting
- Jonathan Thomas, founder of OpenShot join us to update us on the latest with his open source video editor, plus we discuss crowd funded open source & more
- no
- 1:08:04
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Audio versions of The Linux Action Show! A show that covers everything geeks care about in the computer industry. Get a solid dose of Linux, gadgets, news events and much more!Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/58192/openshot-2-0-interview-las-314/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep314b.mp3
-
- Arch Home Server Challenge | LAS 313
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/huUhZmlTUCI/
- <p>Coming up on this week’s episode of The Linux Action Show!</p>
-
-<p>Arch Linux can make the perfect Home Server, we’ll share our tips to build the ultimate home server running the latest software, powered by Arch Linux.</p>
-
-<p>Plus Ubuntu rocks the OpenStack summit, a first look at Syncthing (the fully OSS Bittorrent Sync killer), results from our Btrfs poll, our picks…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/huUhZmlTUCI" height="1" width="1" alt=""/>
- Sun, 18 May 2014 17:29:51 -0700
-
- 6BB6E161-91B1-4C6D-B285-B9FE052C083B
- Jupiter Broadcasting
- Arch Linux can make the perfect Home Server, we’ll share our tips to build the ultimate home server running the latest software, powered by Arch.
-
-Plus Ubuntu rocks the OpenStack summit, a first look at Syncthing , results from our Btrfs poll & our picks!
-
- no
- 1:28:16
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/57622/arch-home-server-challenge-las-313/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jbmirror/linuxactionshowep313.mp3
-
- LXQt the Xfce Killer? | LAS 312
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/lE-_S70i23U/
- <p>The first big release of LXQt is out, and we give it our first look. Where does this minimal desktop fit? And is it taking a direct shot at XFCE’s crown? </p>
-
-<p>Plus the community demonstrates their passion to Unreal, FireFox OS news AND do YOU trust Btrfs? </p>
-
-<p>All this week on, The Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/lE-_S70i23U" height="1" width="1" alt=""/>
- Sun, 11 May 2014 15:10:20 -0700
-
- 7F66533D-4492-4F01-82D0-48D619199F56
- Jupiter Broadcasting
- The first big release of LXQt is out, and we give it our first look. Where does this minimal desktop fit? And is it taking a direct shot at XFCE’s crown?
-
-Plus the community demonstrates their passion to Unreal, FireFox OS news AND do YOU trust Btrfs?
-
- no
- 1:30:47
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/57112/lxqt-the-xfce-killer-las-312/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep312.mp3
-
- Linux Gaming for Everyone | LAS 311
- http://feedproxy.google.com/~r/TheLinuxActionShow/~3/XMXCkKWRxh0/
- <p>Chris and Matt showcase some fun games for casual or hardcore gamers. From space shooters to fun puzzles, if you’ve been holding off on gaming for Linux we’ll change your mind!</p>
-
-<p>Plus: Is Ubuntu for Android dead? Linus receives another award, the big update to Edward Snowden’s favorite Linux distribution…</p>
-
-<p>AND SO MUCH MORE!</p>
-
-<p>All this week on, the Linux Action Show!</p><img src="http://feeds.feedburner.com/~r/TheLinuxActionShow/~4/XMXCkKWRxh0" height="1" width="1" alt=""/>
- Mon, 05 May 2014 01:05:14 -0700
-
- B4B2FB8C-4154-4ADA-B72F-16CEE1FDFFAE
- Jupiter Broadcasting
- Chris and Matt showcase some fun games for casual or hardcore gamers. From space shooters to fun puzzles, if you’ve been holding off on gaming for Linux we’ll change your mind!
-
- no
- 1:14:50
-
- chris@jupiterbroadcasting.com (Jupiter Broadcasting)Linux,Ubuntu,Arch,Gnome,MATE,Mint,howto,review,KDE,Firefox,news,gplhttp://www.jupiterbroadcasting.com/56552/linux-gaming-for-everyone-las-311/http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jupiterbroadcasting/linuxactionshowep311.mp3
- Jupiter BroadcastingnonadultThe world's largest Linux podcast!
-
diff --git a/hammond-data/benches/feeds/coderradiomp3.xml b/hammond-data/benches/feeds/coderradiomp3.xml
deleted file mode 100644
index 23578a3..0000000
--- a/hammond-data/benches/feeds/coderradiomp3.xml
+++ /dev/null
@@ -1,4171 +0,0 @@
-
-
-
- Coder Radio MP3
- http://www.jupiterbroadcasting.com/
- A weekly talk show taking a pragmatic look at the art and business of software development and related technologies.
- Feeder 2.5.12(2294); Mac OS X Version 10.12.1 (Build 16B2657) http://reinventedsoftware.com/feeder/
- http://blogs.law.harvard.edu/tech/rss
- en
- Mon, 06 Nov 2017 15:26:16 -0800
- Mon, 06 Nov 2017 15:26:16 -0800
-
- http://www.jupiterbroadcasting.com/images/CR-rssBadge144.jpg
- Coder Radio MP3
- http://www.jupiterbroadcasting.com/
- 144
- 144
- A weekly talk show taking a pragmatic look at the art and business of Software Development and related technologies.
-
-
- chris@jupiterbroadcasting.com
-
- programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platform
-
- no
-
- no
-
- Jupiter Broadcastingprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,PlatformTechnology/Software How-ToTechnology/Tech Newschris@jupiterbroadcasting.comchris@jupiterbroadcasting.comA weekly talk show taking a pragmatic look at the art and business of Software Development and related technologies.
- Ice Age | CR 282
- http://feedproxy.google.com/~r/coderradiomp3/~3/AspBroIWrOg/
- Mike makes the case that he and Chris are dying breeds from a bygone era that need to hunker down & prepare for the cold winter. Plus we respond to a batch of great feedback, chat some contested hoopla & wrap it all up with a bit of small business wisdom.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/AspBroIWrOg" height="1" width="1" alt=""/>
- Mon, 06 Nov 2017 15:26:06 -0800
-
- 69A94C73-7737-4759-BC34-6FFD9EE19666
- Jupiter Broadcasting
- Mike makes the case that he and Chris are dying breeds from a bygone era that need to hunker down & prepare for the cold winter. Plus we respond to a batch of great feedback, chat some contested hoopla & wrap it all up with a bit of small business wisdom.
-
- no
- 52:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/119656/ice-age-cr-282/
-
- Selling the FLOSS | CR 281
- http://feedproxy.google.com/~r/coderradiomp3/~3/OVlyKpyHsd0/
- <p>Mike and Chris begrudgingly accept the fundamental problem in sticking with boring and safe platforms, debate building a brand around FLOSS, get burned by Angular & reflect on some regrets in our business.</p>
-
-<p>Plus SQL’s new hype, some feedback & a project pick of the week!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/OVlyKpyHsd0" height="1" width="1" alt=""/>
- Mon, 30 Oct 2017 17:52:41 -0700
-
- 88A82C10-C4F3-4647-B046-6D5CE72290D3
- Jupiter Broadcasting
- Mike and Chris accept the fundamental problem in sticking with boring & safe platforms, debate building a brand around FLOSS, get burned by Angular & reflect on some regrets in our business. Plus SQL’s new hype, some feedback & a project pick of the week!
-
- no
- 1:01:37
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/119521/selling-the-floss-cr-281/
-
- Mike Was Right | CR 280
- http://feedproxy.google.com/~r/coderradiomp3/~3/-_PmyXa_kYg/
- Mike walks us through Optionals & gives us a specific code example. Plus we launch a new segment long in the making, “Mike Was Right” & it’s a doozy!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/-_PmyXa_kYg" height="1" width="1" alt=""/>
- Mon, 23 Oct 2017 20:01:52 -0700
-
- A3B446FC-362A-407D-AFC8-952B02EC922B
- Jupiter Broadcasting
- Mike walks us through Optionals & gives us a specific code example. Plus we launch a new segment long in the making, “Mike Was Right” & it’s a doozy!
-
- no
- 51:53
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/119326/mike-was-right-cr-280/
-
- Evolving Software Development | CR 279
- http://feedproxy.google.com/~r/coderradiomp3/~3/4O5-HGSY-AI/
- <p>Kotlin seems to have a very strong future on Android & Mike and Chris debate the hype vs reality. Plus Mike review’s his new Galago Pro.</p>
-
-<p>Then the guys get rather excited by an astute breakdown of developer workflow breakdowns & what the next 20 years of software development methodologies might look like.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/4O5-HGSY-AI" height="1" width="1" alt=""/>
- Tue, 17 Oct 2017 08:14:13 -0700
-
- F492CA29-D11B-4082-8479-37DDFA065F4A
- Jupiter Broadcasting
- Kotlin seems to have a very strong future on Android & Mike and Chris debate the hype vs reality. Plus Mike review’s his new Galago Pro.
-
-Then the guys get rather excited by an astute breakdown of developer workflow breakdowns & more!
-
- no
- 55:20
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/119106/evolving-software-development-cr-279/
-
- A New Kit for Home | CR 278
- http://feedproxy.google.com/~r/coderradiomp3/~3/RPTonZdi428/
- After a ninja dance though some “Coder Hoopla” Chris has a go at convincing Mike he might be missing the next big app goldmine.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/RPTonZdi428" height="1" width="1" alt=""/>
- Mon, 09 Oct 2017 17:38:31 -0700
-
- A7B12E3C-09CF-4D46-82CE-2634BD338A33
- Jupiter Broadcasting
- After a ninja dance though some “Coder Hoopla” Chris has a go at convincing Mike he might be missing the next big app goldmine.
-
- no
- 50:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/118946/a-new-kit-for-home-cr-278/
-
- Elixir of My Soul | CR 277
- http://feedproxy.google.com/~r/coderradiomp3/~3/CpXhS01ll14/
- Wes is back to talk politics and Node.js. Plus, is it finally time to kill the Web? We discuss the purity of native development & the merits of the Web. Then Mike's got some top IT automation tips for managers, we explore concurrency, distributed systems & Elixir's secret sauce.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/CpXhS01ll14" height="1" width="1" alt=""/>
- Sat, 07 Oct 2017 01:50:09 -0700
-
- E25153CD-31A1-4C9F-826E-460D01B52160
- Jupiter Broadcasting
- Wes is back to talk politics and Node.js. Plus, we discuss the purity of native development & the merits of the Web. Then Mike's got some top IT automation tips for managers, we explore concurrency, distributed systems & Elixir's secret sauce.
-
- no
- 1:17:16
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/118856/elixir-of-my-soul-cr-277/
-
- Bite of the AR Apple | CR 276
- http://feedproxy.google.com/~r/coderradiomp3/~3/WwYSE3Cz12Y/
- Wes joins Mike to chat all things Apple. We discuss the surprising implications of the iPhone X, including the challenges of its new special shape & the exciting possibilities of ARKit. Plus, we debate FaceID and APFS, check in on HomeKit & search for the right level of abstraction for UI development.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/WwYSE3Cz12Y" height="1" width="1" alt=""/>
- Thu, 05 Oct 2017 08:23:55 -0700
-
- 38455E91-7FA0-4B13-BB0F-82AA2D5AE3DC
- Jupiter Broadcasting
- Wes joins Mike to chat all things Apple. We discuss the surprising implications of the iPhone X & the exciting possibilities of ARKit. Plus, we debate FaceID and APFS, check in on HomeKit & search for the right level of abstraction for UI development.
-
- no
- 1:06:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/118761/bite-of-the-ar-apple-cr-276/
-
- Reacting To React | CR 275
- http://feedproxy.google.com/~r/coderradiomp3/~3/9drUWMmaaAY/
- While Chris is away Wes joins Mike to chat FOSS Burnout & the dark side of open source communities. Plus, we continue to react to React's recent license change, debate about the Virtual DOM & explain why React Native's license might be more important.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/9drUWMmaaAY" height="1" width="1" alt=""/>
- Fri, 29 Sep 2017 22:26:02 -0700
-
- 99BA5F9D-15A3-4EE3-ACA0-572AC36B8F62
- Jupiter Broadcasting
- While Chris is away Wes joins Mike to chat FOSS Burnout & the dark side of open source communities. Plus, we continue to react to React's recent license change, debate about the Virtual DOM & explain why React Native's license might be more important.
-
- no
- 55:24
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/118641/reacting-to-react-cr-275/
-
- No Love for Open Source | CR 274
- http://feedproxy.google.com/~r/coderradiomp3/~3/YkMQ_VaVjPU/
- <p>What’s really the root cause of open source developer burnout? Plus an honest chat about Electron’s bad parts & Mike finally reveals his master plan.</p>
-
-<p>It’s a Coder quickie this week, with Mike back in Florida there is much to be done, including a little criticism of the iPhone X.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/YkMQ_VaVjPU" height="1" width="1" alt=""/>
- Mon, 18 Sep 2017 18:49:17 -0700
-
- A038C91C-A663-4A9B-B0CB-47A00B580F5F
- Jupiter Broadcasting
- What’s really the root cause of open source developer burnout? Plus an honest chat about Electron’s bad parts & Mike finally reveals his master plan.
-
-It’s a Coder quickie this week, with Mike back in Florida there is much to be done.
- no
- 36:46
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)A weekly talk show taking a pragmatic look at the art and business of Software Development and related technologies.programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/118326/no-love-for-open-source-cr-274/
-
- A Hurricane of Feedback | CR 273
- http://feedproxy.google.com/~r/coderradiomp3/~3/sdRKSxoBheA/
- <p>Mike takes refuge from Irma to respond to audience feedback & share some thoughts on future plans.</p>
-
-<p>Chris has some thoughts on hardware that will help you get more work done & neither of us are worrying about Bash on Windows.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/sdRKSxoBheA" height="1" width="1" alt=""/>
- Mon, 11 Sep 2017 19:36:21 -0700
-
- 4AC68D12-2311-47BF-A242-C2CADD2A0A24
- Jupiter Broadcasting
- Mike takes refuge from Irma to respond to audience feedback & share some thoughts on future plans.
-
-Chris has some thoughts on hardware that will help you get more work done & neither of us are worrying about Bash on Windows.
-
- no
- 35:38
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/118156/a-hurricane-of-feedback-cr-273/
-
- The State of Stateless | CR 272
- http://feedproxy.google.com/~r/coderradiomp3/~3/2UF0i12Nz0E/
- <p>Mike and Chris discuss the types of workloads that better suit Serverless Architecture systems like Lambda & when you should roll a server.</p>
-
-<p>Plus Mike has major hardware woes, makes a surprising move on air & Chris is left pontificating on the future of AR.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/2UF0i12Nz0E" height="1" width="1" alt=""/>
- Thu, 31 Aug 2017 19:44:08 -0700
-
- 42D9C4B8-1CE2-4CB0-9476-84DD187A0AB0
- Jupiter Broadcasting
- Mike & Chris discuss the types of workloads that better suit Serverless Architecture systems like Lambda & when you should roll a server.
-
-Plus Mike has major hardware woes, makes a surprising move on air & Chris is left pontificating on the future of AR.
-
- no
- 1:04:50
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/117886/the-state-of-stateless-cr-272/
-
- The Future is Serverless | CR 271
- http://feedproxy.google.com/~r/coderradiomp3/~3/nAG3luL2f1Y/
- The serverless revolution is nigh, we discuss AWS Lambda and Azure Functions, rebuilding jbot, basing the business computers around Pop!_OS & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/nAG3luL2f1Y" height="1" width="1" alt=""/>
- Mon, 28 Aug 2017 17:18:34 -0700
-
- 0B617BE1-9608-4BE4-863E-C115C4F66A39
- Jupiter Broadcasting
- The serverless revolution is nigh, we discuss AWS Lambda and Azure Functions, rebuilding jbot, basing the business computers around Pop!_OS & more!
-
- no
- 57:11
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/117761/the-future-is-serverless-cr-271/
-
- Daily Stand Up Myth | CR 270
- http://feedproxy.google.com/~r/coderradiomp3/~3/XEJy-v7ICIY/
- <p>Mike busts the myth of the daily standup meeting & tracks it back to its origins. Then we play a little defense for Electron, share the mind of a PMO & wax on about TypeScript.</p>
-
-<p>Plus a little taste of Mike’s busy week, an update on Alice & Chris’ upcoming trip.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/XEJy-v7ICIY" height="1" width="1" alt=""/>
- Thu, 17 Aug 2017 16:15:04 -0700
-
- A63164C0-AD47-4E15-BECE-4F80E37F40AB
- Jupiter Broadcasting
- Mike busts the myth of the daily standup meeting & tracks it to its origins. Then we play a little defense for Electron, share the mind of a PMO & wax on about TypeScript. Plus a little taste of Mike’s busy week, an update on Alice & Chris’ upcoming trip.
-
- no
- 49:01
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/117526/daily-stand-up-myth-cr-270/
-
- Clustered Pi | CR 269
- http://feedproxy.google.com/~r/coderradiomp3/~3/t9tGCSKUOME/
- <p>A special guest and creator of PiCluster joins us to discuss the open source Docker cluster management project. PiCluster is a bit of a community hit & seems to strike a great balance compared to other solutions.</p>
-
-<p>We’ll dig into the technologies they use and what it's all built on, what they love working with & thoughts about growing a community.</p>
-
-<p>Plus some of our personal projects that are brewing & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/t9tGCSKUOME" height="1" width="1" alt=""/>
- Thu, 10 Aug 2017 17:29:36 -0700
-
- A18FBD20-50DE-4003-9205-8C7779E99472
- Jupiter Broadcasting
- A special guest and creator of PiCluster joins us to discuss the open source Docker cluster management project. We’ll dig into the tecg they use and what it's all built on, what they love working with, some of our personal projects that are brewing & more
-
- no
- 37:55
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/117356/clustered-pi-cr-269/
-
- Ask Alice | CR 268
- http://feedproxy.google.com/~r/coderradiomp3/~3/uyTMJsYBoxo/
- Mike has a huge announcement towards the end of the show. Leading up to it we discuss the case against Kotlin, the next tech after Flash to die & the obvious reason Bots are going to be big.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/uyTMJsYBoxo" height="1" width="1" alt=""/>
- Thu, 03 Aug 2017 16:08:23 -0700
-
- DBCC6410-0257-48EB-874C-3AACD1899155
- Jupiter Broadcasting
- Mike has a huge announcement towards the end of the show. Leading up to it we discuss the case against Kotlin, the next tech after Flash to die & the obvious reason Bots are going to be big.
-
- no
- 51:53
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/117151/ask-alice-cr-268/
-
- Skills to Pay the Bills | CR 267
- http://feedproxy.google.com/~r/coderradiomp3/~3/_JuM84R_Kz8/
- <p>We solve some problems, and then go down the rat hole of self hacking to increase work, productivity & our health. </p>
-
-<p>Then we gleefully watch as Coding Bootcamps begin to collapse & discuss the misleading metric that led them to their doom.</p>
-
-<p>Plus Mike shares some straightforward code that solved a very annoying problem.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/_JuM84R_Kz8" height="1" width="1" alt=""/>
- Thu, 27 Jul 2017 14:41:30 -0700
-
- 3133E197-1A76-457D-95B0-A4B9E486FDCE
- Jupiter Broadcasting
- We solve some problems, and then go down the rat hole of self hacking to increase work, productivity & our health.
-
-Then we gleefully watch as Coding Bootcamps begin to collapse. Plus Mike shares some straightforward code that solved an annoying problem
-
-
- no
- 48:16
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/117006/skills-to-pay-the-bills-cr-267/
-
- Mike the Botter | CR 266
- http://feedproxy.google.com/~r/coderradiomp3/~3/GoN1XtlQZ0w/
- <p>Wes sits down with Mike to talk about Starbucks not-so-secret API, the state of the developer ecosystem & difficult challenges faced by FOSS vendors in the medical field.</p>
-
-<p>Plus some fantastic feedback, Mike's true feelings about Swift & a whole lot more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/GoN1XtlQZ0w" height="1" width="1" alt=""/>
- Thu, 20 Jul 2017 17:03:42 -0700
-
- D006EE16-91A9-480F-B720-6AD5773D0D97
- Jupiter Broadcasting
- Wes sits down with Mike to talk about Starbucks not-so-secret API, the state of the developer ecosystem & difficult challenges faced by FOSS vendors in the medical field.
-
-Plus some fantastic feedback, Mike's true feelings about Swift & a whole lot more!
-
- no
- 1:11:31
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/116811/mike-the-botter-cr-266/
-
- Rented Windows Theory | CR 265
- http://feedproxy.google.com/~r/coderradiomp3/~3/U2ZUz950Bmc/
- <p>Microsoft slips a little Windows 10 into your Office365 & we discuss the huge shift they just pulled off, plus a little real talk about growing pains and doldrums & the pains of over building a system.</p>
-
-<p>Plus your feedback & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/U2ZUz950Bmc" height="1" width="1" alt=""/>
- Thu, 13 Jul 2017 09:52:34 -0700
-
- 5A5299ED-B88A-4DA7-946D-193926BC8FBD
- Jupiter Broadcasting
- Microsoft slips a little Windows 10 into your Office365 & we discuss the huge shift they just pulled off, plus a little real talk about growing pains and doldrums & the pains of over building a system.
-
-Plus your feedback & much more!
-
- no
- 53:03
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/116616/rented-windows-theory-cr-265/
-
- Toxic Licensing | CR 264
- http://feedproxy.google.com/~r/coderradiomp3/~3/LTsjX1_1qQY/
- <p>Mike updates on spinning up his business in Florida, we debate limiting the use of the GPL & try to better understand the recent System76 Pop!_OS news.</p>
-
-<p>Plus the industry is going all in on AI & spending less and less on other types of research. Mike discusses the huge potential issue that could be facing developers down the road.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/LTsjX1_1qQY" height="1" width="1" alt=""/>
- Thu, 06 Jul 2017 17:16:40 -0700
-
- 8F64D780-8F43-4B62-9C0F-642C2E607874
- Jupiter Broadcasting
- Mike updates on spinning up his business in Florida, we debate limiting the use of the GPL & we try to understand the recent System76 Pop!_OS news.
-
-Plus the industry is going all in on AI & Mike discusses the huge potential issue that could be facing.
-
- no
- 1:04:00
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/116451/toxic-licensing-cr-264/
-
- The Guilty Bug | CR 263
- http://feedproxy.google.com/~r/coderradiomp3/~3/x8qTTorA2_I/
- <p>We ponder the ethical dilemma of a developer who has replaced himself with a bot, debate the possibility of ever making money from bots & have some tough love for Apple on the iPhone’s 10th anniversary. </p>
-
-<p>Plus discuss System76’s new Pop!_OS & Mike’s adventures in Florida.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/x8qTTorA2_I" height="1" width="1" alt=""/>
- Fri, 30 Jun 2017 09:56:37 -0700
-
- C682D61B-E0BE-4837-A751-64748FD9303C
- Jupiter Broadcasting
- We ponder the ethical dilemma of a developer who has replaced himself with a bot, debate the possibility of ever making money from bots & have some tough love for Apple.
-Plus discuss System76’s new Pop!_OS & Mike’s adventures in Florida.
-
- no
- 57:11
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/116261/the-guilty-bug-cr-263/
-
- Summer of GitHub | CR 262
- http://feedproxy.google.com/~r/coderradiomp3/~3/pcvcCA4WXsM/
- We discuss the week’s developer hoopla & the beard joins us to share his insights. It's a fun episode with a range of topics, including the recent rush to GitHub by a number of open source projects.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/pcvcCA4WXsM" height="1" width="1" alt=""/>
- Thu, 22 Jun 2017 17:40:20 -0700
-
- FD222419-E975-41E8-8401-88430EC2A38B
- Jupiter Broadcasting
- We discuss the week’s developer hoopla & the beard joins us to share his insights. It's a fun episode with a range of topics, including the recent rush to GitHub by a number of open source projects.
-
- no
- 50:53
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/116041/summer-of-github-cr-262/
-
- Basic Bot | CR 261
- http://feedproxy.google.com/~r/coderradiomp3/~3/dG_mwXyJB-M/
- Mike shares some insights into building bots & a little sample code to get you started. Plus we discuss the week’s developer news & spend a bit of time on feedback.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/dG_mwXyJB-M" height="1" width="1" alt=""/>
- Thu, 15 Jun 2017 15:28:56 -0700
-
- C129CAC7-D490-4E89-A68B-B6103E3D302E
- Jupiter Broadcasting
- Mike shares some insights into building bots & a little sample code to get you started. Plus we discuss the week’s developer news & spend a bit of time on feedback.
-
- no
- 47:34
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/115846/basic-bot-cr-261/
-
- The WWDC17 Episode | CR 260
- http://feedproxy.google.com/~r/coderradiomp3/~3/ncFKXgsYPZg/
- After Mike gets a few things off his chest, we dive into the most developer relevant announcements & news from Apple’s WWDC 2017.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/ncFKXgsYPZg" height="1" width="1" alt=""/>
- Thu, 08 Jun 2017 17:37:15 -0700
-
- 432D343B-F6A6-4A9B-BE05-9EDC02BC36EC
- Jupiter Broadcasting
- After Mike gets a few things off his chest, we dive into the most developer relevant announcements & news from Apple’s WWDC 2017.
-
- no
- 1:11:12
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/115446/the-wwdc17-episode-cr-260/
-
- Hi-Tech Lady Tubes | CR 259
- http://feedproxy.google.com/~r/coderradiomp3/~3/D1X0Ek7L9WU/
- The open source model has won, we discuss the impact that’s having on the development industry. Plus Swift gets a little more interesting, & Chris is ready for his lady in a tube!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/D1X0Ek7L9WU" height="1" width="1" alt=""/>
- Thu, 01 Jun 2017 19:53:26 -0700
-
- 0234900E-B65C-4F02-AE8C-9B3685A8252B
- Jupiter Broadcasting
- The open source model has won, we discuss the impact that’s having on the development industry. Plus Swift gets a little more interesting, & Chris is ready for his lady in a tube!
-
- no
- 56:42
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/115271/hi-tech-lady-tubes-cr-259/
-
- Bad Process SIGKILLs | CR 258
- http://feedproxy.google.com/~r/coderradiomp3/~3/FUqHqRl02V0/
- The “process manager from hell” is driving our listener crazy! We have advice that’s a little unconventional. Then we discuss the slow demolition of the culture of youth taking place in tech, that could be shifting everything.
-<br />
-<p>Plus Microsoft’s huge Git commit, Quick Designer in Qt Creator 4.3 & some follow up on Kotlin.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/FUqHqRl02V0" height="1" width="1" alt=""/>
- Thu, 25 May 2017 19:19:07 -0700
-
- 8F052587-EA8D-4B9A-8F74-868A06DCA3B6
- Jupiter Broadcasting
- The “process manager from hell” is driving our listener crazy! Then we discuss the slow demolition of the culture of youth taking place in tech.
-
-Plus Microsoft’s huge Git commit, Quick Designer in Qt Creator 4.3 & some follow up on Kotlin.
-
- no
- 1:04:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/115066/bad-process-sigkills-cr-258/
-
- Kotlin, Swiftly | CR 257
- http://feedproxy.google.com/~r/coderradiomp3/~3/xJvsai9stnk/
- <p>Mike argues you should go hybrid today & end up progressive tomorrow. The Docker reality & why Swift is a bit like Kotlin. </p>
-
-<p>Speaking of Kotlin we chat a bit about the Google I/O news, Project Treble, Xamarin’s Live Player & Mike’s new rig.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/xJvsai9stnk" height="1" width="1" alt=""/>
- Fri, 19 May 2017 15:40:20 -0700
-
- 8A1B427F-FF1D-4BE4-AFAC-41CD7DC119D0
- Jupiter Broadcasting
- Mike argues you should go hybrid today & end up progressive tomorrow. The Docker reality & why Swift is a bit like Kotlin.
-
-Speaking of Kotlin we chat a bit about the Google I/O news, Project Treble, Xamarin’s Live Player & Mike’s new rig.
-
- no
- 1:02:17
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/114836/kotlin-swiftly-cr-257/
-
- Legalize Math | CR 256
- http://feedproxy.google.com/~r/coderradiomp3/~3/vw1W8ibR_3U/
- Getting fined for doing math without a license, Windows 10 S goes app store only, a Coder community project goes into production & Chris learns a hard lesson about his tools!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/vw1W8ibR_3U" height="1" width="1" alt=""/>
- Mon, 08 May 2017 17:21:01 -0700
-
- 388B3178-5AD3-4C14-9570-26D12FA38EC9
- Jupiter Broadcasting
- Getting fined for doing math without a license, Windows 10 S goes app store only, a Coder community project goes into production & Chris learns a hard lesson about his tools!
-
- no
- 51:24
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/114486/legalize-math-cr-256/
-
- Moby’s Logs | CR 255
- http://feedproxy.google.com/~r/coderradiomp3/~3/tyzYoS6SqWY/
- <p>After digging into some rather tempting Hoopla, Mike shares his clever solution to one of Docker’s bigger problems & manages to motivate Chris into trying it out during the show.</p>
-
-<p>Plus thoughts on continuing your coding education, stories of past exams gone wrong & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/tyzYoS6SqWY" height="1" width="1" alt=""/>
- Mon, 01 May 2017 16:09:40 -0700
-
- D422AB87-7108-46EF-902B-5D9281AED42F
- Jupiter Broadcasting
- After digging into some rather tempting Hoopla, Mike shares his clever solution to one of Docker’s bigger problems & manages to motivate Chris into trying it out during the show.
-
-Plus thoughts on continuing your coding education & more!
-
- no
- 44:47
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/114321/mobys-logs-cr-255/
-
- Riding the Whale | CR 254
- http://feedproxy.google.com/~r/coderradiomp3/~3/fxwzgkbmAM8/
- <p>Mike is betting big on Docker, Angular has a new release, JavaScript is taking the lead & Uber is playing with fire.</p>
-
-<p>It’s a packed episode & wraps up with the bombshell that Mike is selling his new MacBook.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/fxwzgkbmAM8" height="1" width="1" alt=""/>
- Mon, 24 Apr 2017 18:20:50 -0700
-
- 0FA973E3-4774-44F4-8B29-649A87669D19
- Jupiter Broadcasting
- Mike is betting big on Docker, Angular has a new release, JavaScript is taking the lead & Uber is playing with fire.
-
-It’s a packed episode & wraps up with the bombshell that Mike is selling his new MacBook.
-
- no
- 54:48
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/114121/riding-the-whale-cr-254/
-
- 4k of Sin | CR 253
- http://feedproxy.google.com/~r/coderradiomp3/~3/jGqSe95Zi_g/
- <p>Habitat promises full automation that travels with app. Basically it's a great way to have an extremely lightweight "environment + your app" (hence the name) that has everything you need except the OS or OS related bits. But is this a layer of abstraction too far for Mike?</p>
-
-<p>Plus the chronicles of one developer's journey of getting started with Open Source, some cool dark matter development Chris spotted at Dell & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/jGqSe95Zi_g" height="1" width="1" alt=""/>
- Mon, 17 Apr 2017 16:07:15 -0700
-
- 88520598-DEFE-401D-B53F-F8C02994132F
- Jupiter Broadcasting
- Habitat promises full automation that travels with app. But is this a layer of abstraction too far for Mike? Plus the chronicles of one developer's journey getting started with Open Source, some cool dark matter development Chris spotted at Dell & more!
-
- no
- 54:56
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/113936/4k-of-sin-cr-253/
-
- DysFunctional | CR 252
- http://feedproxy.google.com/~r/coderradiomp3/~3/lFjh5Ju64iI/
- <p>Wes from Linux Unplugged joins Mike to host a special edition of the show. They chat about the merits (or not!) of Electron, Mike’s week from hell & their true feelings about Javascript. Then they discuss Clojurescript, React Native, & the benefits of a more functional programming style.</p>
-
-<p>Plus Docker, Devops & of course the Beer of the Week!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/lFjh5Ju64iI" height="1" width="1" alt=""/>
- Fri, 14 Apr 2017 13:21:24 -0700
-
- 02F2F406-E14D-4041-BE47-BDCA35BBA6BF
- Jupiter Broadcasting
- Wes joins to chat about the merits (or not!) of Electron, Mike’s week from hell & their true feelings about Javascript. Then they discuss Clojurescript, React Native, & the benefits of a more functional programming style.
-
-Plus Docker, Devops & more!
-
- no
- 1:26:41
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/113881/dysfunctional-cr-252/
-
- Roadshow Special | CR 251
- http://feedproxy.google.com/~r/coderradiomp3/~3/9iZOjCtqeis/
- <p>Tune in for a special road edition of the show today! After Mike & Chris cover some feedback, they share their worst hire stories, eat some Apple crow & debate the end of the exodus.</p>
-
-<p>Plus Chris shares some surprisingly topical experiences from his Dell trip, Mike’s got a tool of the week & Jonny’s feeling the hero rage.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/9iZOjCtqeis" height="1" width="1" alt=""/>
- Tue, 11 Apr 2017 21:40:52 -0700
-
- C88461DC-C139-41D2-A60F-08A0197EEEDB
- Jupiter Broadcasting
- Tune in for a special road edition of the show! Mike & Chris cover feedback, share their worst hire stories, eat Apple crow & debate the end of the exodus.
-
-Plus Chris shares topical experiences from his Dell trip, Jonny’s feeling the hero rage & more!
-
- no
- 1:01:21
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/113746/roadshow-special-cr-251/
-
- Captivated by Containers | CR 250
- http://feedproxy.google.com/~r/coderradiomp3/~3/eYM18nZHCZk/
- <p>Mike’s got a new testing pipeline & he’s fired up and ready to go. He shares what might be a game changer for his business.</p>
-
-<p>Plus we discuss the damage done by “Coding Heroes”, the value of a namespace, a handy tool & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/eYM18nZHCZk" height="1" width="1" alt=""/>
- Mon, 27 Mar 2017 15:29:31 -0700
-
- 0C12263D-1E57-402D-BB90-5F8D5F7E86B8
- Jupiter Broadcasting
- Mike’s got a new testing pipeline & he’s fired up and ready to go. He shares what might be a game changer for his business.
-
-Plus we discuss the damage done by “Coding Heroes”, the value of a namespace, a handy tool & more!
-
- no
- 50:18
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/113276/captivated-by-containers-cr-250/
-
- Just Some Tools | CR 249
- http://feedproxy.google.com/~r/coderradiomp3/~3/cjKDeRH_qBo/
- Mike’s new client has some strict requirements so we get very practical about the tools we use, compromises made & the line we won’t cross.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/cjKDeRH_qBo" height="1" width="1" alt=""/>
- Mon, 20 Mar 2017 16:12:10 -0700
-
- 05A84A2C-D0E7-4DE4-918A-DEBFC084338F
- Jupiter Broadcasting
- Mike’s new client has some strict requirements so we get very practical about the tools we use, compromises made & the line we won’t cross.
-
- no
- 50:20
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/107626/just-some-tools-cr-249/
-
- Some WebAssembly Required | CR 248
- http://feedproxy.google.com/~r/coderradiomp3/~3/D7AJr0mK3Y8/
- We follow up on WebAssembly, it’s not just the future, it’s already here & it might be great! Plus C# 7’s release gets us thinking & Canonical’s got us ranting.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/D7AJr0mK3Y8" height="1" width="1" alt=""/>
- Mon, 13 Mar 2017 16:51:08 -0700
-
- 439352B5-7C69-4CA7-BD20-FF084F6264B1
- Jupiter Broadcasting
- We follow up on WebAssembly, it’s not just the future, it’s already here & it might be great! Plus C# 7’s release gets us thinking & Canonical’s got us ranting.
-
- no
- 57:20
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/107491/some-webassembly-required-cr-248/
-
- Always Be Coding | CR 247
- http://feedproxy.google.com/~r/coderradiomp3/~3/JQibd17ZXuE/
- <p>Why coding everyday makes a big difference for Mike & Chris reflects on keeping momentum to prevent project rot.</p>
-
-<p>Plus our first look at Java 9, hopes & fears of Web Assembly & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/JQibd17ZXuE" height="1" width="1" alt=""/>
- Mon, 06 Mar 2017 16:25:12 -0800
-
- D2ACB116-6E4E-40D7-9BF3-AB54FE14DA81
- Jupiter Broadcasting
- Why coding everyday makes a big difference for Mike & Chris reflects on keeping momentum to prevent project rot.
-
-Plus our first look at Java 9, hopes & fears of Web Assembly & more!
-
- no
- 59:31
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/107311/always-be-coding-cr-247/
-
- Mozilla's Pocket Pick | CR 246
- http://feedproxy.google.com/~r/coderradiomp3/~3/vPmNrVXeO_o/
- <p>Our C++ alternatives quest for embedded continues, taking another look at Visual Studio Code, Mozilla’s big pockets & saving the web with Qt Quick.</p>
-
-<p>Plus Mike’s war story, great feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/vPmNrVXeO_o" height="1" width="1" alt=""/>
- Mon, 27 Feb 2017 16:17:50 -0800
-
- B30D6C95-6204-4E05-A877-EF711BA19DAC
- Jupiter Broadcasting
- Our C++ alternatives quest for embedded continues, taking another look at Visual Studio Code, Mozilla’s big pockets & saving the web with Qt Quick.
-
-Plus Mike’s war story, great feedback & more!
-
- no
- 1:01:23
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/107151/mozillas-pocket-pick-cr-246/
-
- Java Rusts Over | CR 245
- http://feedproxy.google.com/~r/coderradiomp3/~3/3qEeQyqxWK0/
- Rust has a busy 2017 ahead of it, Mike ponders Java’s failure on small Internet of Things & searches for a C++ alternative, then dazzles us with the new gear he’s recently picked up.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/3qEeQyqxWK0" height="1" width="1" alt=""/>
- Mon, 20 Feb 2017 08:23:34 -0800
-
- F24AAC8F-0121-479F-8808-3E12FB7D5055
- Jupiter Broadcasting
- Rust has a busy 2017 ahead of it, Mike ponders Java’s failure on small Internet of Things & searches for a C++ alternative, then dazzles us with the new gear he’s recently picked up.
-
- no
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106926/java-rusts-over-cr-245/
-
- Still Playing Mono | CR 244
- http://feedproxy.google.com/~r/coderradiomp3/~3/QB5DBhd9h6c/
- Mike reports back from his recent travels, we debate the renaissance .Net & solve all of future Mike’s problems.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/QB5DBhd9h6c" height="1" width="1" alt=""/>
- Mon, 13 Feb 2017 18:35:04 -0800
-
- 2609C376-48C6-4661-B63D-8948CA31A01B
- Jupiter Broadcasting
- Mike reports back from his recent travels, we debate the renaissance .Net & solve all of future Mike’s problems.
-
- no
- 55:08
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106816/still-playing-mono-cr-244/
-
- iPad Shrinkage | CR 243
- http://feedproxy.google.com/~r/coderradiomp3/~3/kqdn0ZNn2fM/
- The fear of productivity loss & the crazy things we do to avoid it, a sober look at the tablet market for developers, GitLab’s recent disaster & we bring it all home with a little time travel.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/kqdn0ZNn2fM" height="1" width="1" alt=""/>
- Mon, 06 Feb 2017 05:43:02 -0800
-
- 5077049C-53E2-4865-ACA3-A59742B64E0E
- Jupiter Broadcasting
- The fear of productivity loss & the crazy things we do to avoid it, a sober look at the tablet market for developers, GitLab’s recent disaster & we bring it all home with a little time travel.
-
- no
- 54:47
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106681/ipad-shrinkage-cr-243/
-
- Cowboy Code | Coder Radio 242
- http://feedproxy.google.com/~r/coderradiomp3/~3/v_d6Nd3IOAc/
- The tools we use to do the job, Microservices Gone Wrong, the real problem with TypeScript & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/v_d6Nd3IOAc" height="1" width="1" alt=""/>
- Thu, 02 Feb 2017 14:01:48 -0800
-
- 65C9D45D-38B7-4175-8DC8-024B728F049B
- Jupiter Broadcasting
- The tools we use to do the job, Microservices Gone Wrong, the real problem with TypeScript & more!
-
- no
- 53:24
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106626/cowboy-code-cr-242/
-
- Tricks of the Trade | CR 241
- http://feedproxy.google.com/~r/coderradiomp3/~3/FbfP7WyB0WE/
- <p>Your emails this week get us discussing & sharing some really hard learned lessons & insights.</p>
-
-<p>Plus Mike spends the weekend preparing to shame Chris & shares a favorite book pick</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/FbfP7WyB0WE" height="1" width="1" alt=""/>
- Mon, 23 Jan 2017 15:25:56 -0800
-
- FE2CE972-7450-4B9F-89B8-33D755F51291
- Jupiter Broadcasting
- Your emails this week get us discussing & sharing some really hard learned lessons & insights.
-
-Plus Mike spends the weekend preparing to shame Chris & shares a favorite book pick
-
- no
- 36:25
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106376/tricks-of-the-trade-cr-241/
-
- Disillusioned NixBeards | CR 240
- http://feedproxy.google.com/~r/coderradiomp3/~3/NbhjUh0MeCg/
- Mike and Chris start things off with some traditional feedback, get into some Dart discussion & then get into the hardware throw down.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/NbhjUh0MeCg" height="1" width="1" alt=""/>
- Mon, 16 Jan 2017 16:27:59 -0800
-
- 96C49D1C-78AD-4472-94CD-C50713539DEA
- Jupiter Broadcasting
- Mike and Chris start things off with some traditional feedback, get into some Dart discussion & then get into the hardware throw down.
-
- no
- 1:02:51
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106201/disillusioned-nixbeards-cr-240/
-
- Living in a Clamshell | CR 239
- http://feedproxy.google.com/~r/coderradiomp3/~3/-Ng3PMcxK6o/
- After we answer some audience feedback and chat about the week’s Hoopla & a fresh batch of Coder Radio 2017 predictions!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/-Ng3PMcxK6o" height="1" width="1" alt=""/>
- Mon, 09 Jan 2017 16:31:44 -0800
-
- 0AC8AF4E-4982-4C4C-A92D-1CE7DBA75A33
- Jupiter Broadcasting
- After we answer some audience feedback and chat about the week’s Hoopla & a fresh batch of Coder Radio 2017 predictions!
-
- no
- 50:30
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106066/living-in-a-clamshell-cr-239/
-
- Undockered | CR 238
- http://feedproxy.google.com/~r/coderradiomp3/~3/8FhxgAZqZJc/
- <p>Mike’s got three wishes for the new year, Chris has a new Echo Dot & Google has partnerships to put Assistant in your TV.</p>
-
-<p>Plus why Mike got rid of his office, GitHub’s near term future & how terrible code gets written by sane people.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/8FhxgAZqZJc" height="1" width="1" alt=""/>
- Thu, 05 Jan 2017 14:04:34 -0800
-
- EB04CB08-CDB9-46AA-A19A-DA6442A224AF
- Jupiter Broadcasting
- Mike’s got three wishes for the new year, Chris has a new Echo Dot & Google has partnerships to put Assistant in your TV.
-
-Plus why Mike got rid of his office, GitHub’s near term future & how terrible code gets written by sane people.
-
- no
- 43:37
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/106011/undockered-cr-238/
-
- Shuffling Code | CR 237
- http://feedproxy.google.com/~r/coderradiomp3/~3/TxVuZcBUNWY/
- <p>We've given the guys the week off after a year of hard work, so in this episode we'll take a look back at a series of events where the guys ended up realigning their opinions. From hybrid vs native apps & developing on linux to Pokémon & Bots, a lot changed in 2016.</p>
-
-<p>So sit back, grab a nice warm beverage & enjoy the show!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/TxVuZcBUNWY" height="1" width="1" alt=""/>
- Mon, 26 Dec 2016 10:40:13 -0800
-
- 483C98AB-18C9-4F3E-AC83-41F629273540
- Jupiter Broadcasting
- We've given the guys the week off after a year of hard work, so we'll take a look back at a series of events where the guys ended up realigning their opinions. From hybrid vs native apps & developing on linux to Pokémon & Bots, a lot changed in 2016!
-
- no
- 3:02:28
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/105701/shuffling-code-cr-237/
-
- Refactoring 2016 | CR 236
- http://feedproxy.google.com/~r/coderradiomp3/~3/qy4i-RnjdJg/
- We reflect on the trainwreck that was 2016 & what might be emerging in 2017 as a real market opportunity. It's our last live show of the year, so we throw out the rules!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/qy4i-RnjdJg" height="1" width="1" alt=""/>
- Mon, 19 Dec 2016 14:58:25 -0800
-
- 093C0B85-CAF0-48F7-928D-A0266F4B2258
- Jupiter Broadcasting
- We reflect on the trainwreck that was 2016 & what might be emerging in 2017 as a real market opportunity. It's our last live show of the year, so we throw out the rules!
-
- no
- 51:32
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/105531/refactoring-2016-cr-236/
-
- Okay Google, Take Over the World | CR 235
- http://feedproxy.google.com/~r/coderradiomp3/~3/Msau5zZv-2I/
- <p>Mike reviews his Google Home and we discuss Google Actions, Fitbit buying Pebble & the usefulness of some of these products.</p>
-
-<p>Plus Mike adopts a new philosophy about remote workers!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Msau5zZv-2I" height="1" width="1" alt=""/>
- Mon, 12 Dec 2016 16:06:40 -0800
-
- 0B6C6AFA-E441-4ED8-BF78-5CF15CC045D6
- Jupiter Broadcasting
- Mike reviews his Google Home and we discuss Google Actions, Fitbit buying Pebble & the usefulness of some of these products.
-
-Plus Mike adopts a new philosophy about remote workers!
-
- no
- 52:24
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/105366/okay-google-take-over-the-world-cr-235/
-
- Legend Of The Snow Leopard | CR 234
- http://feedproxy.google.com/~r/coderradiomp3/~3/qwl5n-UaYZk/
- Mike shares his swift migration pain from over the weekend & opens up a bar in the office in honor of his new Google Home.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/qwl5n-UaYZk" height="1" width="1" alt=""/>
- Mon, 05 Dec 2016 16:28:57 -0800
-
- 9A92CB0F-15D3-4F3F-924E-D53DFC24D25A
- Jupiter Broadcasting
- Mike shares his swift migration pain from over the weekend & opens up a bar in the office in honor of his new Google Home.
-
- no
- 52:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/105236/legend-of-the-snow-leopard-cr-234/
-
- Stalker Box | CR 233
- http://feedproxy.google.com/~r/coderradiomp3/~3/7JcS7pomw-8/
- <p>Mike reviews the state of hybrid development in the last days of 2016 & chat about his new Google Home and what he’s looking forward to testing.</p>
-
-<p>Plus a quick chat about ethics in coding.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/7JcS7pomw-8" height="1" width="1" alt=""/>
- Mon, 28 Nov 2016 15:54:37 -0800
-
- EEEC646C-9663-4610-BADA-08745822BE9A
- Jupiter Broadcasting
- Mike reviews the state of hybrid development in the last days of 2016 & chat about his new Google Home and what he’s looking forward to testing.
-
-Plus a quick chat about ethics in coding.
-
- no
- 1:06:16
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/105066/stalker-box-cr-233/
-
- Minimal Functional Product | CR 232
- http://feedproxy.google.com/~r/coderradiomp3/~3/cCIKRQeViaA/
- Mike is back from vacation has somethings on his mind he shares this week. Hardware follow up, customer management for devs, book recommendations & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/cCIKRQeViaA" height="1" width="1" alt=""/>
- Mon, 21 Nov 2016 16:30:24 -0800
-
- 0E81E8EC-C1B6-4E37-9DEF-A7ABD5C5D637
- Jupiter Broadcasting
- Mike is back from vacation has somethings on his mind he shares this week. Hardware follow up, customer management for devs, book recommendations & more!
-
- no
- 1:02:06
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/104836/minimal-functional-product-cr-232/
-
- Scrum Burger | CR 231
- http://feedproxy.google.com/~r/coderradiomp3/~3/HPN_X16FkKU/
- We ponder why Docker is a dumpster fire, doubt Samsung’s new Ai Bot platform, discover Botkit & discuss killing the Scrum.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/HPN_X16FkKU" height="1" width="1" alt=""/>
- Mon, 14 Nov 2016 14:46:47 -0800
-
- 94138594-5287-4A71-9BD6-9D15AB1AD453
- Jupiter Broadcasting
- We ponder why Docker is a dumpster fire, doubt Samsung’s new Ai Bot platform, discover Botkit & discuss killing the Scrum.
-
- no
- 48:55
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/104651/scrum-burger-cr-231/
-
- Microsoft’s Public Shame | CR 230
- http://feedproxy.google.com/~r/coderradiomp3/~3/bvhVvoLsvsM/
- Ballmer is trying to pin it all on Bill, MacBook follow up & Lemur struggles.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/bvhVvoLsvsM" height="1" width="1" alt=""/>
- Mon, 07 Nov 2016 16:38:01 -0800
-
- 0AD6AEA0-F5D8-4867-B4DA-B101FD32DBB2
- Jupiter Broadcasting
- Ballmer is trying to pin it all on Bill, MacBook follow up & Lemur struggles.
-
- no
- 58:57
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/104531/microsofts-public-shame-cr-230/
-
- Old Men Yell at Macbooks | CR 229
- http://feedproxy.google.com/~r/coderradiomp3/~3/XsrD6QnJUvA/
- Let's get real about the tools we use this week.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/XsrD6QnJUvA" height="1" width="1" alt=""/>
- Mon, 31 Oct 2016 16:25:35 -0700
-
- CDC77A17-730F-402E-A210-1C206E2D74F5
- Jupiter Broadcasting
- Let's get real about the tools we use this week.
-
- no
- 1:02:55
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/104326/old-men-yell-at-macbooks-cr-229/
-
- A Lemur Eats an Apple | CR 228
- http://feedproxy.google.com/~r/coderradiomp3/~3/jx_rFkf1sGg/
- <p>Mike betting on server side bots & AI, making the big jump from the MacBook to a System76 Lemur running Linux. We talk about the platform development opportunities for a small shop.</p>
-
-<p>Plus how to design APIs that don’t suck & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/jx_rFkf1sGg" height="1" width="1" alt=""/>
- Mon, 24 Oct 2016 16:48:25 -0700
-
- 3D395633-D5B9-4ED3-8242-5530BB38D4E1
- Jupiter Broadcasting
- Mike betting on server side bots & AI, making the big jump from the MacBook to a System76 Lemur running Linux. We talk about the platform development opportunities for a small shop.
-
-Plus how to design APIs that don’t suck & more!
-
- no
- 56:17
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/104161/a-lemur-eats-an-apple-cr-228/
-
- Everybody's Keyboard Fighting | CR 227
- http://feedproxy.google.com/~r/coderradiomp3/~3/l-NGEfC5sEY/
- <p>The Dash debacle gets the full Coder this week & Mike’s got a new sweet keyboard he tells us all about. </p>
-
-<p>Plus how it feels to learn Javascript in a React world & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/l-NGEfC5sEY" height="1" width="1" alt=""/>
- Mon, 17 Oct 2016 16:05:25 -0700
-
- D41C5EC9-2F08-4B22-AB5F-26F8D0376A46
- Jupiter Broadcasting
- The Dash debacle gets the full Coder this week & Mike’s got a new sweet keyboard he tells us all about.
-
-Plus how it feels to learn Javascript in a React world & more!
-
- no
- 1:02:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/103956/everybodys-keyboard-fighting-cr-227/
-
- Coder Profiling | CR 226
- http://feedproxy.google.com/~r/coderradiomp3/~3/FbS_Td2HpPo/
- We flunk and debunk the Joel test, and ponder the long tail of coder interviews gone wrong, Apple's removal of Dash, KDevelop on windows & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/FbS_Td2HpPo" height="1" width="1" alt=""/>
- Mon, 10 Oct 2016 14:43:16 -0700
-
- 0DF16639-4245-4608-8691-3012CA8F8CE0
- Jupiter Broadcasting
- We flunk and debunk the Joel test, and ponder the long tail of coder interviews gone wrong, Apple's removal of Dash, KDevelop on windows & more!
-
- no
- 45:08
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/103756/coder-profiling-cr-226/
-
- The ROI of Things | CR 225
- http://feedproxy.google.com/~r/coderradiomp3/~3/o3ovddIsWUE/
- Mike & Chris share hard earned lessons for the first time about the expected value in the effort we put into our various next great ideas, marketing, attending conferences & whatever “networking” is suppose to be.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/o3ovddIsWUE" height="1" width="1" alt=""/>
- Mon, 03 Oct 2016 16:20:52 -0700
-
- 4C4647AD-5F07-4271-AE30-BD95D19FD1E8
- Jupiter Broadcasting
- Mike & Chris share hard earned lessons for the first time about the expected value in the effort we put into our various next great ideas, marketing, attending conferences & whatever “networking” is suppose to be.
-
- no
- 59:52
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/103556/the-roi-of-things-cr-225/
-
- Vaporware on the Server | CR 224
- http://feedproxy.google.com/~r/coderradiomp3/~3/pRyCN7FZV1E/
- The growing case for Swift on the server & Java 8’s underplayed success are the two main topics this week. We also discuss Dart on Android & some platform fundamentals with renewed vigor!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/pRyCN7FZV1E" height="1" width="1" alt=""/>
- Mon, 26 Sep 2016 15:33:57 -0700
-
- 9F4D52EB-481A-4316-AAE3-67BF9C4DCBB4
- Jupiter Broadcasting
- The growing case for Swift on the server & Java 8’s underplayed success are the two main topics this week. We also discuss Dart on Android & some platform fundamentals with renewed vigor!
-
- no
- 48:38
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/103376/vaporware-on-the-server-cr-224/
-
- Get Swifty | CR 223
- http://feedproxy.google.com/~r/coderradiomp3/~3/bXbr-MDXNOs/
- <p>Mike & Chris travel interdimensionally to discuss the pressure to get Swifty, marvel at Vapor.codes, witness the fall of Eclipse & the rise of Microsoft.</p>
-
-<p>Plus our super quick take on the iPhone 7 & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/bXbr-MDXNOs" height="1" width="1" alt=""/>
- Mon, 19 Sep 2016 16:48:03 -0700
-
- 296EC9B4-ED74-4E45-8CFA-5653E73254D0
- Jupiter Broadcasting
- Mike & Chris travel interdimensionally to discuss the pressure to get Swifty, marvel at Vapor.codes, witness the fall of Eclipse & the rise of Microsoft.
-
-Plus our super quick take on the iPhone 7 & more!
-
- no
- 52:11
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/103236/get-swifty-cr-223/
-
- Rusty Support | CR 222
- http://feedproxy.google.com/~r/coderradiomp3/~3/JyzwnluXIBI/
- The world's most egregious gadget sin is committed, why Mike still wants Star Trek gadgets, a Rust divorce, learning the fragile state of state & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/JyzwnluXIBI" height="1" width="1" alt=""/>
- Mon, 12 Sep 2016 16:05:48 -0700
-
- 217D2D2E-8C00-43DF-8FEF-D53E4A8ECB69
- Jupiter Broadcasting
- The world's most egregious gadget sin is committed, why Mike still wants Star Trek gadgets, a Rust divorce, learning the fragile state of state & more!
-
- no
- 54:11
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/103006/rusty-support-cr-222/
-
- Bag of jQuery | CR 221
- http://feedproxy.google.com/~r/coderradiomp3/~3/_hiD7IFtZp4/
- <p>The guys daydream about making the perfect developer platform, follow up a bit on Android N & grouse about Mike’s new Note getting recalled.</p>
-
-<p>Plus some of our speculation about the September 7th Apple event, what old unmaintained code says about you & clearing the air on Angular v2.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/_hiD7IFtZp4" height="1" width="1" alt=""/>
- Mon, 05 Sep 2016 09:52:49 -0700
-
- 778DAAF0-6C3D-4C7E-A8D5-B9481441A956
- Jupiter Broadcasting
- The guys daydream about making the perfect developer platform & grouse about Mike’s new Note getting recalled.
-
-Plus our speculation about the September 7th Apple event, what old unmaintained code says about you, clearing the air on Angular v2 & more!
-
- no
- 1:08:54
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/102816/bag-of-jquery-cr-221/
-
- Docker Dumpster Fire | CR 220
- http://feedproxy.google.com/~r/coderradiomp3/~3/i5iozAi5BEk/
- <p>Docker quality appears to be getting worse, Mike & Chris analyze the mystery of Docker’s decline & likely causes. </p>
-
-<p>Plus we discuss the possibility of an AI monopoly, moving fasting & looking for a web-framework matchmaker.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/i5iozAi5BEk" height="1" width="1" alt=""/>
- Mon, 29 Aug 2016 15:54:57 -0700
-
- BF5B5CE2-1D6B-4005-A152-7687693B0624
- Jupiter Broadcasting
- Docker quality appears to be getting worse, Mike & Chris analyze the mystery of Docker’s decline & likely causes.
-
-Plus we discuss the possibility of an AI monopoly, moving fasting & looking for a web-framework matchmaker.
-
- no
- 57:06
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/102576/docker-dumpster-fire-cr-220/
-
- Dollar Store Quality | CR 219
- http://feedproxy.google.com/~r/coderradiomp3/~3/muSEYjmyaVs/
- <p>Mike and Chris share their experiences with selling yourself just enough to get your foot in the door. Is productizing yourself and your work is worth feeling a little slimy?</p>
-
-<p>Plus Microsoft’s move in open sourcing PowerShell, the fixed bid scam & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/muSEYjmyaVs" height="1" width="1" alt=""/>
- Mon, 22 Aug 2016 15:37:40 -0700
-
- ADB56E02-6CD6-4AA6-B5A7-B6160A4BF6E8
- Jupiter Broadcasting
- Mike and Chris share their experiences with selling yourself just enough to get your foot in the door. Is productizing yourself and your work is worth feeling a little slimy?
-
-Plus Microsoft’s move in open sourcing PowerShell, the fixed bid scam & more!
-
- no
- 50:27
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/102401/dollar-store-quality-cr-219/
-
- Agile Scapegoat | CR 218
- http://feedproxy.google.com/~r/coderradiomp3/~3/PpcbwUDpXTk/
- Fresh off new Agile courses Mike shares what he feels might be his core problems with Agile software development. Our thoughts on software quality in general, the big slack problem & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/PpcbwUDpXTk" height="1" width="1" alt=""/>
- Mon, 15 Aug 2016 17:43:04 -0700
-
- E234A73C-9AAD-42C2-AA48-A79AF93B82E3
- Jupiter Broadcasting
- Fresh off new Agile courses Mike shares what he feels might be his core problems with Agile software development. Our thoughts on software quality in general, the big slack problem & more!
-
- no
- 1:11:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/102101/agile-scapegoat-cr-218/
-
- Botpocalypse Now | CR 217
- http://feedproxy.google.com/~r/coderradiomp3/~3/_sPDBXD3UBc/
- <p>Special guest Ryan Sipes from Mycroft joins us to discuss his ambitious projects & fulfilling the mission of an open source project.</p>
-
-<p>Plus our thoughts on the impending Bot revolution, the “Internet of APIs” it all depends on & the massive shift that bots could cause in the industry.</p>
-
-<p>We start it all off with a new Coding Challenge!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/_sPDBXD3UBc" height="1" width="1" alt=""/>
- Mon, 08 Aug 2016 17:26:08 -0700
-
- A39ECBF8-BD90-4FC1-8DD1-DD4260D0C657
- Jupiter Broadcasting
- Special guest Ryan Sipes from Mycroft joins us to discuss his projects & fulfilling the mission of an open source project.
-
-Plus our thoughts on the bot revolution, the “Internet of APIs” it depends on & the shift that bots could cause in the industry.
-
- no
- 1:08:31
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/101746/botpocalypse-now-cr-217/
-
- Mismatch Patterns in Productivity | CR 216
- http://feedproxy.google.com/~r/coderradiomp3/~3/gx36adv0qn0/
- Mike & Chris rip up the thinking behind iPad-only is the new desktop Linux mantra, discuss the date of LaunchKit, announce a new coding challenge & much more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/gx36adv0qn0" height="1" width="1" alt=""/>
- Mon, 01 Aug 2016 15:25:37 -0700
-
- 12F608A5-17D3-4745-87A4-AB93BDAD9589
- Jupiter Broadcasting
- Mike & Chris rip up the thinking behind iPad-only is the new desktop Linux mantra, discuss the date of LaunchKit, announce a new coding challenge & much more!
-
- no
- 38:07
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/101566/mismatch-patterns-in-productivity-cr-216/
-
- Real Life on the Ratel | CR 215
- http://feedproxy.google.com/~r/coderradiomp3/~3/SdE09HV-i7I/
- <p>Mike shares his recent Linux switch experience & why he thinks it might stick this time. We chew on Verizon buying Yahoo & the grief Marissa Mayer is getting.</p>
-
-<p>Plus we congratulate the winner of last week’s challenge & announce the next one!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/SdE09HV-i7I" height="1" width="1" alt=""/>
- Mon, 25 Jul 2016 15:30:39 -0700
-
- 1837C8AA-32C4-4048-8150-B9EAC21CCEAF
- Jupiter Broadcasting
- Mike shares his recent Linux switch experience & why he thinks it might stick this time. We chew on Verizon buying Yahoo & the grief Marissa Mayer is getting.
-
-Plus we congratulate the winner of last week’s challenge & announce the next one!
-
- no
- 51:06
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/101417/real-life-on-the-ratel-cr-215/
-
- Make Coding Great Again | CR 214
- http://feedproxy.google.com/~r/coderradiomp3/~3/6HdHduJDkzU/
- Mike reflects on some critical feedback, shares impressions of his new Linux PC, we announce the new Coding Challenge & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/6HdHduJDkzU" height="1" width="1" alt=""/>
- Mon, 18 Jul 2016 18:50:19 -0700
-
- 5C651EDA-C76F-40E3-918F-4045C774EE7F
- Jupiter Broadcasting
- Mike reflects on some critical feedback, shares impressions of his new Linux PC, we announce the new Coding Challenge & more!
-
- no
- 52:33
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/101247/make-coding-great-again-cr-214/
-
- PokéCode | CR 213
- http://feedproxy.google.com/~r/coderradiomp3/~3/TgGljvsDYZQ/
- <p>Nintendo has a hit on their hands, is this a game changer for the company? Mike & Chris discuss the big picture ramifications of Pokémon GO.</p>
-
-<p>Plus beer brewed by bots, our thoughts on Java EE, Spring Boot & getting PHP to really do what you want.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/TgGljvsDYZQ" height="1" width="1" alt=""/>
- Mon, 11 Jul 2016 17:26:57 -0700
-
- EAE5DB2C-9D6A-4ED7-9EE1-483871A9F33A
- Jupiter Broadcasting
- Nintendo has a hit on their hands, is this a game changer for the company? Mike & Chris discuss the big picture ramifications of Pokémon GO.
-
-Plus beer brewed by bots, our thoughts on Java EE, Spring Boot & getting PHP to really do what you want.
-
- no
- 1:04:37
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/101076/pokecode-cr-213/
-
- Derailing Java | CR 212
- http://feedproxy.google.com/~r/coderradiomp3/~3/kECyTPmWjDE/
- This week Noah steps in to host while Chris is out and cover Rails 5, Oracle’s suspicious silence around Java EE, talk about mike’s latest linux adventure, give some freelancing advice & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/kECyTPmWjDE" height="1" width="1" alt=""/>
- Mon, 04 Jul 2016 19:03:06 -0700
-
- 85FAC976-6872-4EBB-9E49-C2114E37619E
- Jupiter Broadcasting
- This week Noah steps in to host while Chris is out and cover Rails 5, Oracle’s suspicious silence around Java EE, talk about mike’s latest linux adventure, give some freelancing advice & more!
-
- no
- 1:09:52
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/100921/derailing-java-cr-212/
-
- Ai Theater | CR 211
- http://feedproxy.google.com/~r/coderradiomp3/~3/5SoTBtk_zjo/
- <p>What is Machine Learning? How are companies & developers using it? We discuss that, the major approaches in the market & Apple’s use of Differential Privacy.</p>
-
-<p>Plus Mike’s new Linux desktop, some feedback & a lot more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/5SoTBtk_zjo" height="1" width="1" alt=""/>
- Mon, 27 Jun 2016 16:13:00 -0700
-
- 8ED1F0E7-5557-45C7-B45F-A4E0BE360527
- Jupiter Broadcasting
- What is Machine Learning? How are companies & developers using it? We discuss that, the major approaches in the market & Apple’s use of Differential Privacy.
-
-Plus Mike’s new Linux desktop, some feedback & a lot more!
-
- no
- 55:49
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/100716/ai-theater-cr-211/
-
- Productivity Theater | CR 210
- http://feedproxy.google.com/~r/coderradiomp3/~3/7Zu2TDuzI68/
- <p>It’s death by a thousand scrums this week & then admit there may be some value in frequent project communication.</p>
-
-<p>Then we start the machine learning discussion, talk a little Android N & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/7Zu2TDuzI68" height="1" width="1" alt=""/>
- Tue, 21 Jun 2016 14:37:13 -0700
-
- BE921D06-5E14-4273-AE60-FFABCB8DECDB
- Jupiter Broadcasting
- It’s death by a thousand scrums this week & then admit there may be some value in frequent project communication.
-
-Then we start the machine learning discussion, talk a little Android N & more!
-
- no
- 47:54
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/100591/productivity-theater-cr-210/
-
- WWDC Hypercap | CR 209
- http://feedproxy.google.com/~r/coderradiomp3/~3/Ob5rZFLu0ao/
- <p>We start with some developer news of the week, then dig into the best bits from WWDC. </p>
-
-<p>Plus Mike shares his thoughts on some new hardware & the guys discuss the mystery of differential privacy.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Ob5rZFLu0ao" height="1" width="1" alt=""/>
- Mon, 13 Jun 2016 17:56:06 -0700
-
- 48E50B2E-79AD-42E4-A0F7-6E6954DFA843
- Jupiter Broadcasting
- We start with some developer news of the week, then dig into the best bits from WWDC.
-
-Plus Mike shares his thoughts on some new hardware & the guys discuss the mystery of differential privacy.
-
- no
- 1:07:14
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/100441/wwdc-hypercap-cr-209/
-
- Fair-use Frustrations | CR 208
- http://feedproxy.google.com/~r/coderradiomp3/~3/DI1It0RKe4o/
- Mike & Chris have very different opinions on how interview tests should be conducted & this week they try to come to some common ground. Plus the real reasons to develop software on Linux are not the ones often cited, bit more on Google’s fair use & the master plan to get Mike to move to the west coast.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/DI1It0RKe4o" height="1" width="1" alt=""/>
- Mon, 06 Jun 2016 17:12:37 -0700
-
- 188CA776-F94B-4AA5-B3B8-52E10965D46F
- Jupiter Broadcasting
- Mike & Chris have very different opinions on how interview tests should be conducted. Plus the real reasons to develop software on Linux are not the ones often cited, bit more on Google’s fair use & the master plan to get Mike to move to the west coast.
-
- no
- 45:33
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/100206/fair-use-frustrations-cr-208/
-
- AGILE: Too Big to Fail | CR 207
- http://feedproxy.google.com/~r/coderradiomp3/~3/I8leP22M9DY/Q
- <p>Mike shares a humbling war story, then we dig into the great “Android Instant App Conspiracy”, the announcement that destroyed the .Net ecosystem & the poverty trap of software development.</p>
-
-<p>Plus some closing thoughts on Google vs Oracle, a neat tool of the week & a special holiday bonus extended laid back chat!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/I8leP22M9DY" height="1" width="1" alt=""/>
- Mon, 30 May 2016 17:28:40 -0700
-
- ADCC9723-EFC7-44EF-8994-6F3D8382AA49
- Jupiter Broadcasting
- Mike shares a humbling war story, the great “Android Instant App Conspiracy”, the announcement that destroyed the .Net ecosystem & the poverty trap of software development.
-
-Plus some closing thoughts on Google vs Oracle, a neat tool of the week & more!
-
- no
- 1:35:10
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/100066/agile-too-big-to-fail-cr-207/Q
-
- Fat Bottom APIs | CR 206
- http://feedproxy.google.com/~r/coderradiomp3/~3/dmdlBD0Iw_E/
- <p>We dig through the relevant bits of Google I/O, the possible anti-web move Instant Apps represent, no Kotlin & big improvements we’re excited about.</p>
-
-<p>Plus Mike’s take on Android Studio 2.2 & Chris’ take on what we’re all calling “services”.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/dmdlBD0Iw_E" height="1" width="1" alt=""/>
- Mon, 23 May 2016 16:24:44 -0700
-
- F6573F89-372B-427B-A16B-BB529F785DB6
- Jupiter Broadcasting
- We dig through the relevant bits of Google I/O, the possible anti-web move Instant Apps represent, no Kotlin & big improvements we’re excited about.
-
-Plus Mike’s take on Android Studio 2.2 & Chris’ take on what we’re all calling “services”.
-
- no
- 1:00:58
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/99906/fat-bottom-apis-cr-206/
-
- Git off the Rails | CR 205
- http://feedproxy.google.com/~r/coderradiomp3/~3/JsFQNYeAgXM/
- <p>Github’s new pricing has a bit of a catch, Rob Robinson says Rails is yesterday’s software in light of Swift & GO. Which we simply have to talk about.</p>
-
-<p>Then we jump in our time machine and dazzle you with our new term predictions & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/JsFQNYeAgXM" height="1" width="1" alt=""/>
- Mon, 16 May 2016 15:21:08 -0700
-
- 83F42D83-A692-4DE6-93F3-8F3DAD556F50
- Jupiter Broadcasting
- Github’s new pricing has a bit of a catch, Rob Robinson says Rails is yesterday’s software in light of Swift & GO. Which we simply have to talk about.
-
-Then we jump in our time machine and dazzle you with our new term predictions & more!
-
- no
- 1:02:06
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/99766/git-off-the-rails-cr-205/
-
- Revenge of the Swift | CR 204
- http://feedproxy.google.com/~r/coderradiomp3/~3/EFAousNo0fU/
- <p>In a podcast far far away, you asked for it & this week we delivered. It’s code review time, with a twist! </p>
-
-<p>Plus the FUD seems strong with the second Oracle v Google trial, we attempting to do some busting, Dropbox falling back to reality & 30 years later why we still love QBasic.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/EFAousNo0fU" height="1" width="1" alt=""/>
- Mon, 09 May 2016 15:55:36 -0700
-
- E129607E-9E27-4BB6-8B87-54036B6BB3C0
- Jupiter Broadcasting
- In a podcast far far away, you asked for it & this week we delivered. It’s code review time, with a twist!
-
-Plus the second Oracle v Google trial, we attempting to do some busting, Dropbox falling back to reality & 30 years later why we still love QBasic
-
- no
- 50:14
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/99581/revenge-of-the-swift-cr-204/
-
- Go Go Golang | CR 203
- http://feedproxy.google.com/~r/coderradiomp3/~3/EO76Xt54H2I/
- <p>A little reflective & contemplative after a successful human forking, our hosts reflect on a well stated OO vs Functional rant, the bot frameworks that impress & the surprisingly great use case for Go.</p>
-
-<p>Plus the 800 pound snake in the room, a quick Linux switch update for Mike & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/EO76Xt54H2I" height="1" width="1" alt=""/>
- Mon, 02 May 2016 15:31:30 -0700
-
- F048BC22-3983-435B-A424-0DCF76160037
- Jupiter Broadcasting
- A little reflective & contemplative, our hosts reflect on a well stated OO vs Functional rant, the bot frameworks that impress & the surprisingly great use case for Go.
-
-Plus the 800 pound snake in the room, a quick Linux switch update for Mike & more!
-
- no
- 55:07
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/99221/go-go-golang-cr-203/
-
- GO Swift Yourself | CR 202
- http://feedproxy.google.com/~r/coderradiomp3/~3/Ovgwr2wfTxc/
- <p>Could Google be about to make a major shake up in future development for Android? We discuss the scuttlebut about Swift on Android.</p>
-
-<p>Plus Mike’s new mobile rig & Noah from the Linux Action Show joins for Mike’s update on his Linux Adventure & Mike gets the hard sell.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Ovgwr2wfTxc" height="1" width="1" alt=""/>
- Mon, 25 Apr 2016 18:18:06 -0700
-
- 5476E895-A606-49C3-9A7D-C42707EDF63D
- Jupiter Broadcasting
- Could Google be about to make a major shake up in future development for Android? We discuss the scuttlebut about Swift on Android.
-
-Plus Mike’s new mobile rig & Noah from LAS joins for Mike’s update on his Linux Adventure & Mike gets the hard sell.
-
- no
- 1:03:08
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/99076/go-swift-yourself-cr-202/
-
- Tough Market | CR 201
- http://feedproxy.google.com/~r/coderradiomp3/~3/-lgoI3XRgDI/
- In this episode, Noah joins Chris to talk about the whole hiring process & experiences they've had while also taking a look back into the past of the show to some of the more interesting topics on the matter.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/-lgoI3XRgDI" height="1" width="1" alt=""/>
- Mon, 18 Apr 2016 10:21:15 -0700
-
- D51C1273-266D-49C9-85A8-0BD9F300170B
- Jupiter Broadcasting
- In this episode, Noah joins Chris to talk about the whole hiring process & experiences they've had while also taking a look back into the past of the show to some of the more interesting topics on the matter.
-
- no
- 1:25:30
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/98926/tough-market-cr-201/
-
- Bot Your Life | CR 200
- http://feedproxy.google.com/~r/coderradiomp3/~3/BIuZSVzhEuw/
- <p>Has the whole world gotten hot for bots? Slack’s recent $3.8B & Microsoft’s new Bot SDK suggests there is serious interest there. Mike and Chris share their thoughts & ask what makes a bot…. A bot?</p>
-
-<p>Plus the surprising math that makes us shed a tear, feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/BIuZSVzhEuw" height="1" width="1" alt=""/>
- Mon, 11 Apr 2016 09:25:56 -0700
-
- 86B95719-CAA1-4FDD-BE8D-E76697ADDBD1
- Jupiter Broadcasting
- Has the whole world gotten hot for bots? Slack’s recent $3.8B & Microsoft’s new Bot SDK suggests there’s interest there. Mike and Chris share their thoughts & ask what makes a bot…. A bot?
-
-Plus the surprising math that makes us shed a tear & more!
-
- no
- 41:14
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/98716/bot-your-life-cr-200/
-
- The Good Xamaritan | CR 199
- http://feedproxy.google.com/~r/coderradiomp3/~3/Y5DhWaz59lM/
- <p>Fresh off Build 2016, we talk about everything from free Xamarian, Bash on Windows & the changing case for .NET.</p>
-
-<p>Plus Mike shares some assumption smashing news & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Y5DhWaz59lM" height="1" width="1" alt=""/>
- Mon, 04 Apr 2016 14:45:44 -0700
-
- B38F8480-A84C-451C-9DEA-4A12E7114D6C
- Jupiter Broadcasting
- Fresh off Build 2016, we talk about everything from free Xamarian, Bash on Windows & the changing case for .NET.
-
-Plus Mike shares some assumption smashing news & much more!
-
- no
- 52:18
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/98521/the-good-xamaritan-cr-199/
-
- Brave New Code | CR 198
- http://feedproxy.google.com/~r/coderradiomp3/~3/d1CK7MNQnr4/
- <p>Is Google dumping to compete with Nuance as they prepare to unleash their voice API to developers for free? Mike updates us on his Linux switch adventure, his new toy & a couple of important PSAs.</p>
-
-<p>Plus feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/d1CK7MNQnr4" height="1" width="1" alt=""/>
- Mon, 28 Mar 2016 16:06:41 -0700
-
- 6913339B-7C1F-41C4-A96E-29D47820CFD1
- Jupiter Broadcasting
- Is Google dumping to compete with Nuance as they prepare to unleash their voice API to developers for free? Mike updates us on his Linux switch adventure, his new toy & a couple of important PSAs.
-
-Plus feedback & more!
-
- no
- 1:01:13
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/98156/brave-new-code-cr-198/
-
- Rails Crazies React | CR 197
- http://feedproxy.google.com/~r/coderradiomp3/~3/9UMMLMTjXjs/
- <p>We discuss Mike’s general thoughts on ReactJS, the NY bill that would provide a tax credit for open source contributions & the interesting details in developer data.</p>
-
-<p>Plus some real talk about your real value, what no indie developer wants to hear about the App Store & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/9UMMLMTjXjs" height="1" width="1" alt=""/>
- Mon, 21 Mar 2016 14:54:34 -0700
-
- 560B0931-4CD8-4CBB-B874-437DD07AD7F6
- Jupiter Broadcasting
- We discuss Mike’s thoughts on ReactJS, the NY bill that would provide a tax credit for OSS contributions & the interesting details in dev data.
-
-Plus some real talk about your real value, what no indie developer wants to hear about the App Store & more!
-
- no
- 1:00:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/97831/rails-crazies-react-cr-197/
-
- Hybrid Hijinks | CR 196
- http://feedproxy.google.com/~r/coderradiomp3/~3/IboF7BHsSRw/
- <p>Whenever we discuss Hybrid development, a big elephant is sitting in the room. This week, we give this elephant the mic.</p>
-
-<p>Then, reflecting on a recent Android development project, the guys discuss the sticky side of Frames.</p>
-
-<p>Plus an update on Mike's Ubuntu experiment & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/IboF7BHsSRw" height="1" width="1" alt=""/>
- Mon, 14 Mar 2016 15:51:23 -0700
-
- E52F3292-A433-4B48-8D98-F24DF9E20316
- Jupiter Broadcasting
- Dscussing Hybrid development ha a big elephant in the room. This week, we give this elephant the mic. Then, reflecting on a recent Android development project, the guys discuss the sticky side of Frames. Plus an update on Mike's Ubuntu experiment & more!
-
- no
- 1:07:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/97611/hybrid-hijinks-cr-196/
-
- The Xamarin Hand | CR 195
- http://feedproxy.google.com/~r/coderradiomp3/~3/b8xUS92bOj8/
- <p>We break down what we see as the top motivations, the big competitive move & what Microsoft is really saying about Android with their Xamarin acquisition.</p>
-
-<p>Plus during the show Microsoft releases SQL server for Linux & we discuss how it all fits together in a larger plan.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/b8xUS92bOj8" height="1" width="1" alt=""/>
- Mon, 07 Mar 2016 16:39:02 -0800
-
- 2AF92F31-D57A-40BE-97C7-BA77E553824E
- Jupiter Broadcasting
- We break down what we see as the top motivations, the big competitive move & what Microsoft is really saying about Android with their Xamarin acquisition.
-
-Plus Microsoft releases SQL server for Linux & we discuss how it all fits together in a larger plan
-
- no
- 1:00:09
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/97216/the-xamarin-hand-cr-195/
-
- Xamarin through the Ages | CR 194
- http://feedproxy.google.com/~r/coderradiomp3/~3/wy7vP9uJcIM/
- Mike couldn't make it this week, so we decided that with Microsoft purchasing Xamarin that this would be the perfect time to take a glance back on our coverage of Xamarin & look at how they have come to their current situation<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/wy7vP9uJcIM" height="1" width="1" alt=""/>
- Tue, 01 Mar 2016 04:43:08 -0800
-
- DEBB6E66-0C9C-46F8-B074-1763D13FCF33
- Jupiter Broadcasting
- Mike couldn't make it this week, so we decided that with Microsoft purchasing Xamarin that this would be the perfect time to take a glance back on our coverage of Xamarin & look at how they have come to their current situation
-
- no
- 1:31:29
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/96876/xamarin-through-the-ages-cr-194/
-
- Big Blue's Swift Move | CR 193
- http://feedproxy.google.com/~r/coderradiomp3/~3/o51V5ijeUAI/
- <p>Mike shares his adventures in Ubuntu land this week, after a MacBook disaster. Then we discuss the implications of IBM backing Swift on their cloud.</p>
-
-<p>Plus some feedback, code as speech, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/o51V5ijeUAI" height="1" width="1" alt=""/>
- Mon, 22 Feb 2016 15:09:53 -0800
-
- ED70CB30-454D-4D05-A34F-C55725BEB5EF
- Jupiter Broadcasting
- Mike shares his adventures in Ubuntu land this week, after a MacBook disaster. Then we discuss the implications of IBM backing Swift on their cloud.
-
-Plus some feedback, code as speech, and more!
-
- no
- 1:12:51
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/96696/big-blues-swift-move-cr-193/
-
- Post Apocalyptic Linux Desktop | CR 192
- http://feedproxy.google.com/~r/coderradiomp3/~3/6m5Tg-RMBSI/
- <p>Mike and Chris talk about bombing job interviews, picking the right Android device for development, writing code that’s easy to delete & Mike shares an Ubuntu update!</p>
-
-<p>Plus… Has the show forgotten about VR? A new device from Mattel might change our tune, some feedback & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/6m5Tg-RMBSI" height="1" width="1" alt=""/>
- Mon, 15 Feb 2016 15:33:44 -0800
-
- F1148776-C6A5-4062-90E4-6A3B3E610583
- Jupiter Broadcasting
- Mike and Chris talk about bombing job interviews, picking the right Android device for development, writing code that’s easy to delete & Mike shares an Ubuntu update!
-
-Plus… Has the show forgotten about VR? Some feedback & much more!
-
- no
- 1:26:47
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/93816/post-apocalyptic-linux-desktop-cr-192/
-
- Parsing Your Options | CR 191
- http://feedproxy.google.com/~r/coderradiomp3/~3/3qGUnbaYvbU/
- <p>Something is rotten at GitHub. We discuss the big problem they're facing & why for most of us, we already have a backup plan.</p>
-
-<p>Plus why Project Rider might get you excited & how the Parse shutdown is hitting Mike.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/3qGUnbaYvbU" height="1" width="1" alt=""/>
- Mon, 08 Feb 2016 14:31:35 -0800
-
- 622A566C-DF98-4ED7-B24A-CED0A019FFF1
- Jupiter Broadcasting
- Something is rotten at GitHub. We discuss the big problem they're facing & why for most of us, we already have a backup plan.
-
-Plus why Project Rider might get you excited & how the Parse shutdown is hitting Mike.
-
- no
- 38:17
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/93551/parsing-your-options-cr-191/
-
- Death of the Freelancer | CR 190
- http://feedproxy.google.com/~r/coderradiomp3/~3/EMZSmflU_1M/
- A brutally honest episode. Mike and Chris air some hard learned lessons, toss out the episode playbook & tell it like it is!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/EMZSmflU_1M" height="1" width="1" alt=""/>
- Mon, 01 Feb 2016 15:10:14 -0800
-
- BB32049F-6BE6-4426-B4EB-A80B22598C59
- Jupiter Broadcasting
- A brutally honest episode. Mike and Chris air some hard learned lessons, toss out the episode playbook & tell it like it is!
-
- no
- 50:30
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/93306/death-of-the-freelancer-cr-190/
-
- I'm OOPting Out | CR 189
- http://feedproxy.google.com/~r/coderradiomp3/~3/yVZ3BDxc96s/
- <p>We discuss a compelling case against Object-Oriented programming, is it truly all bad? Plus the cold chills the new Rails Doctrine gives us, the worrying long-term ramifications of progress over stability & convention vs configuration strategy.</p>
-
-<p>Plus a chat about the market position of Jetbrains’ AppCode, blaming Java & unplanning your work and travels.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/yVZ3BDxc96s" height="1" width="1" alt=""/>
- Mon, 25 Jan 2016 16:11:58 -0800
-
- 6B7E68EC-8E86-404A-A7C9-24D5A908DE2B
- Jupiter Broadcasting
- We discuss a compelling case against Object-Oriented programming, is it truly all bad? Plus the cold chills the new Rails Doctrine gives us, the long-term ramifications of progress over stability & convention vs configuration strategy & more!
-
-
- no
- 1:09:46
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/93026/im-oopting-out-cr-189/
-
- Linux: Bug or Feature? | CR 188
- http://feedproxy.google.com/~r/coderradiomp3/~3/WduuA--qol4/
- Ang and Mike discuss business operational tools, practices & common issues, how Ang got her kids started on computers, good languages to get started with & she makes a pretty poignant comment about Linux. Mike discusses TarDisk & whether or not he recommends it & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/WduuA--qol4" height="1" width="1" alt=""/>
- Mon, 18 Jan 2016 17:49:22 -0800
-
- B38684FB-5283-45D5-AF40-984A934A2AC8
- Jupiter Broadcasting
- Ang and Mike discuss business operational tools, practices & common issues, how Ang got her kids started on computers, good languages to get started with & she makes a poignant comment about Linux. Mike discusses TarDisk & whether he recommends it & more!
-
- no
- 48:10
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/92751/linux-bug-or-feature-cr-188/
-
- Slacking while Coding | CR 187
- http://feedproxy.google.com/~r/coderradiomp3/~3/Psjf5zkBS08/
- <p>Is the age of Apps finally coming to an end? Data points to yes & we discuss how platforms like Slack might offer more potential.</p>
-
-<p>Then, more web developers are switching to Linux, is this the start of a trend?</p>
-
-<p>Plus what caught our attention in the new iOS release, and interesting projects Google has in store for 2016.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Psjf5zkBS08" height="1" width="1" alt=""/>
- Mon, 11 Jan 2016 15:33:30 -0800
-
- 7FB0C55B-DD5A-4D72-9C28-47FDFFD8C7F6
- Jupiter Broadcasting
- Is the age of Apps finally coming to an end? Data points to yes & we discuss how platforms like Slack might offer more potential.
-
-Then, more web developers are switching to Linux, this may be the start of a trend & more!
-
- no
- 52:50
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/92501/slacking-while-coding-cr-187/
-
- Decision 2016: Native vs Hybrid | CR 186
- http://feedproxy.google.com/~r/coderradiomp3/~3/_RYybYEuSUk/
- <p>Can Web standards make mobile apps obsolete? The new generation of hybrid apps aren't your grandparents solution to code once, run everywhere.</p>
-
-<p>Plus why Swift is going to be big on Linux in 2016, Google has a thing with openJDK & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/_RYybYEuSUk" height="1" width="1" alt=""/>
- Mon, 04 Jan 2016 15:25:27 -0800
-
- 265290FE-A601-4E2D-ABEE-57FFFD461515
- Jupiter Broadcasting
- Can Web standards make mobile apps obsolete? The new generation of hybrid apps aren't your grandparents solution to code once, run everywhere.
-
-Plus why Swift is going to be big on Linux in 2016, Google has a thing with openJDK & much more!
-
- no
- 55:06
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/92306/decision-2016-native-vs-hybrid-cr-186/
-
- Predictive Coder | CR 185
- http://feedproxy.google.com/~r/coderradiomp3/~3/pVZp-6vxlII/
- When you look back at the year, a few really big things jump out for developers. Mike & Chris discuss the trends that seem to have really mattered, then debate about how things might change in 2016.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/pVZp-6vxlII" height="1" width="1" alt=""/>
- Mon, 28 Dec 2015 15:59:46 -0800
-
- 8609C6CE-06E5-4CDD-9F49-6C60785AA6D4
- Jupiter Broadcasting
- When you look back at the year, a few really big things jump out for developers. Mike & Chris discuss the trends that seem to have really mattered, then debate about how things might change in 2016.
-
- no
- 1:08:36
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/92071/predictive-coder-cr-185/
-
- Mike’s Big Year | CR 184
- http://feedproxy.google.com/~r/coderradiomp3/~3/ole2UO4BPRw/
- <p>As we gear up for our end of year episode, we look back at a few moments in 2015 that we loved. From big news, new directions & industry trends that reflected into our personal lives.</p>
-
-<p>It’s a very special edition of Coder Radio!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/ole2UO4BPRw" height="1" width="1" alt=""/>
- Mon, 21 Dec 2015 10:31:50 -0800
-
- 6ED516D9-54E9-428C-A963-7A19F2A4574F
- Jupiter Broadcasting
- As we gear up for our end of year episode, we look back at a few moments in 2015 that we loved. From big news, new directions & industry trends that reflected into our personal lives.
-
-It’s a very special edition of Coder Radio!
-
- no
- 1:02:31
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/91791/mikes-big-year-cr-184/
-
- Android Instability | CR 183
- http://feedproxy.google.com/~r/coderradiomp3/~3/B2EwtrxJNrI/
- <p>The Pixel C is the perfect example of a compromised device, caused in large part, by Google’s Strategy Tax. This week we debate if this is the underlying reason tablet apps are so far behind on Android, what Mike’s plans are as an Android developer & why the long-term picture might look rosy.</p>
-
-<p>Plus the Jar Jar true Sith Master mega theory comes to light, some iPad Pro follow up, the missed Mameo opportunity, the hard reality of the “pro tablet” market & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/B2EwtrxJNrI" height="1" width="1" alt=""/>
- Mon, 14 Dec 2015 16:33:53 -0800
-
- EF544C1F-4A03-46C4-A4EC-BB17D621D59D
- Jupiter Broadcasting
- The Pixel C is the perfect example of a compromised device thanks to Google’s Strategy Tax. We cover Mike’s plans are as an Android dev & why the long-term picture might be rosy. Plus some iPad Pro follow up, the reality of the “pro tablet” market & more!
-
- no
- 1:10:14
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/91511/android-instability-cr-183/
-
- Open Season on Swift | CR 182
- http://feedproxy.google.com/~r/coderradiomp3/~3/Z7Zziv887cM/
- <p>Ballmer calls out Microsoft’s bogus revenue numbers over Azure, & we expand on his point to discuss an overall trend towards “hero CEOs”.</p>
-
-<p>But the majority of our discussion this week is around the open sourcing of Swift, what Apple got really right & what areas still really need improvement. </p>
-
-<p>Plus the real possibility of replacing your laptop with a large tablet, starting your first app the “easy way” vs the “hard way" & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Z7Zziv887cM" height="1" width="1" alt=""/>
- Mon, 07 Dec 2015 17:06:41 -0800
-
- 27C43BDA-4FA3-4B1C-8475-13DEE83548CC
- Jupiter Broadcasting
- Ballmer calls out Microsoft’s bogus revenue numbers over Azure, & we expand on his point to discuss an overall trend towards “hero CEOs”. The open sourcing of Swift, what Apple got really right & what areas still really need improvement & more!
-
- no
- 1:14:23
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/91246/open-season-on-swift-cr-182/
-
- Code a Little Deeper | CR 181
- http://feedproxy.google.com/~r/coderradiomp3/~3/svsoMZ-UO8w/
- <p>Mike shares his open source picks for 2015 & why they are a real game changer for him. Then we read through a few submissions by the audience & then discuss Microsoft’s huge new PowerApps initiative. </p>
-
-<p>Plus some feedback that cuts deep & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/svsoMZ-UO8w" height="1" width="1" alt=""/>
- Mon, 30 Nov 2015 15:16:42 -0800
-
- 3211E34A-E4B5-4C7B-8C12-27A6468D83E1
- Jupiter Broadcasting
- Mike shares his open source picks for 2015 & why they are a real game changer for him. Then we read through a few submissions by the audience & then discuss Microsoft’s huge new PowerApps initiative.
-
-Plus some feedback that cuts deep & more!
-
- no
- 53:36
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/90921/code-a-little-deeper-cr-181/
-
- Barkeep, Ionic, Please | CR 180
- http://feedproxy.google.com/~r/coderradiomp3/~3/zT5T8dklk6E/
- <p>Mike has a big announcement & shares his insights for discovering an underserved niche and creating software for people most of us never considered. </p>
-
-<p>Plus why Chris is a bit offended by the idea of Swift on the server, Microsoft delivers on the open source goods & a few quick gift ideas for anyone who wants to focus.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/zT5T8dklk6E" height="1" width="1" alt=""/>
- Mon, 23 Nov 2015 15:12:07 -0800
-
- 4D4D1699-41F5-4BF3-935D-8152CA0CC049
- Jupiter Broadcasting
- Mike has a big announcement! Plus why Chris is a bit offended by the idea of Swift on the server, Microsoft delivers on the open source goods & a few quick gift ideas for anyone who wants to focus.
-
- no
- 54:41
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/90671/barkeep-ionic-please-cr-180/
-
- I Came, I Saw, Ionic | CR 179
- http://feedproxy.google.com/~r/coderradiomp3/~3/xtb2I4tvyJg/
- <p>Microsoft kills a major Windows development initiative & becomes one of the top contributors to Go. </p>
-
-<p>Mike has a new love & gets a bit ironic about Ionic. He explains why this framework just might be his new home.</p>
-
-<p>Plus some great feedback & we bask in the dawn of the age of utility.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/xtb2I4tvyJg" height="1" width="1" alt=""/>
- Mon, 16 Nov 2015 15:08:52 -0800
-
- E6C974A4-3433-4967-AA14-95058AC31ED1
- Jupiter Broadcasting
- Microsoft kills a major Windows development initiative & becomes one of the top contributors to Go.
-
-Mike has a new love & gets a bit ironic about Ionic.
-
-Plus some great feedback & we bask in the dawn of the age of utility.
-
- no
- 58:52
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/90411/i-came-i-saw-ionic-cr-179/
-
- Windows XP of the Net | CR 178
- http://feedproxy.google.com/~r/coderradiomp3/~3/aKlm6qmwI9U/
- <p>Is open source software immoral in some market conditions? The guys debate. Plus Google’s impressive new open source project, standing while you work is going out of style & how to adapt to the changing need of your users gracefully.</p>
-
-<p>Plus is open source on the verge of being outlawed by the TPP? And a few of your great thoughts on Offshoring vs Onshoring.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/aKlm6qmwI9U" height="1" width="1" alt=""/>
- Mon, 09 Nov 2015 15:01:16 -0800
-
- 086424B0-86DD-48E8-8313-30562307F703
- Jupiter Broadcasting
- Is open source software immoral in some market conditions? The guys debate. Plus Google’s impressive new open source project, standing while you work is going out of style & how to adapt to the changing need of your users gracefully & more!
-
- no
- 53:33
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/90261/windows-xp-of-the-net-cr-178/
-
- Coder Puppy Mills | CR 177
- http://feedproxy.google.com/~r/coderradiomp3/~3/w2Ua3cFKvmU/
- <p>Mike & Chris discuss the hard problem of identifying opportunity costs vs staying flexible and cheap, why making communication a priority is almost never a priority & the numbers suggest coding bootcamps are growing like crazy… But is that a good thing? </p>
-
-<p>Plus when to ship, and why testing can really make Mike testy, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/w2Ua3cFKvmU" height="1" width="1" alt=""/>
- Mon, 02 Nov 2015 16:11:21 -0800
-
- 9345EB3A-AFA1-4E45-BFC7-A62FAC8632E3
- Jupiter Broadcasting
- Mike & Chris discuss the hard problem of identifying opportunity costs vs staying flexible and cheap & why making communication a priority is almost never a priority.
-
-Plus when to ship, and why testing can really make Mike testy, your feedback & more!
-
- no
- 1:04:49
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/89986/coder-puppy-mills-cr-177/
-
- Material Matters | CR 176
- http://feedproxy.google.com/~r/coderradiomp3/~3/TCe554vTRik/
- <p>The guys admit there is a growing amount of evidence pointing to going your own way, regardless of the design vision of the platform. What the Linux desktop has finally gotten right, why Mike is ready to can his wearable project.</p>
-
-<p>Plus a Android BuildConfig pro tip, feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/TCe554vTRik" height="1" width="1" alt=""/>
- Mon, 26 Oct 2015 15:27:22 -0700
-
- 66FCBA24-5C0C-416F-B7F8-F6E1D0348C1A
- Jupiter Broadcasting
- The guys admit there is a growing amount of evidence pointing to going your own way. What the Linux desktop has finally gotten right, why Mike is ready to can his wearable project.
-
-Plus a Android BuildConfig pro tip, feedback & more!
-
- no
- 1:03:09
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/89706/material-matters-cr-176/
-
- What The Zuck! | CR 175
- http://feedproxy.google.com/~r/coderradiomp3/~3/F9y-UcHlqEA/
- <p>Well known developers are trying out risky and bold methods to fund future development, but are they really all that practical? We debate.</p>
-
-<p>A massively popular app is using a dirty trick to stay in the background and consume battery. We ponder why it hasn’t been shut down already & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/F9y-UcHlqEA" height="1" width="1" alt=""/>
- Mon, 19 Oct 2015 14:46:16 -0700
-
- 918C4B6E-1154-42DA-A620-CEBFBB5190D7
- Jupiter Broadcasting
- Well known devs are trying out risky and bold methods to fund development, but are they really all that practical?
-
-A popular app is using a dirty trick to stay in the background and consume battery. We ponder why it hasn’t been shut down already & more!
-
- no
- 40:10
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/89391/what-the-zuck-cr-175/
-
- Below the Surface | CR 174
- http://feedproxy.google.com/~r/coderradiomp3/~3/nqIhZaign8U/
- <p>The cultural challenges of living too far out of a “tech hotzone” hit home today. We discuss the recent revelations both of us have had. </p>
-
-<p>And our reactions and lessons learned from LastPass selling, if Microsoft has nailed convergence & the practicality of the Surface Book.</p>
-
-<p>Plus a quick chat about Chef & other automation platforms great for developers & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/nqIhZaign8U" height="1" width="1" alt=""/>
- Mon, 12 Oct 2015 16:12:35 -0700
-
- 98E5D157-5C89-452E-B6AB-D32B2FD620DC
- Jupiter Broadcasting
- The cultural challenges of living too far out of a “tech hotzone” hit home today. And our reactions and lessons learned from LastPass selling & if Microsoft has nailed convergence.
-
-Plus a quick chat about Chef & more!
-
- no
- 56:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/89046/below-the-surface-cr-174/
-
- Sun Setting on Java | CR 173
- http://feedproxy.google.com/~r/coderradiomp3/~3/P2U1bAxdACk/
- <p>A really simple mistake that many of us have made in the past, led to the Patreon hack. We discuss the situation & the bigger picture. </p>
-
-<p>Plus our take on the rumors that Oracle is planning the “obsolescence” of Java.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/P2U1bAxdACk" height="1" width="1" alt=""/>
- Mon, 05 Oct 2015 20:29:22 -0700
-
- 79E3483A-062B-4DE8-96B1-C8F70AF0FC8E
- Jupiter Broadcasting
- A really simple mistake that many of us have made in the past, led to the Patreon hack. We discuss the situation & the bigger picture.
-
-Plus our take on the rumors that Oracle is planning the “obsolescence” of Java.
-
- no
- 52:22
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/88586/sun-setting-on-java-cr-173/
-
- Advertising Cold War | CR 172
- http://feedproxy.google.com/~r/coderradiomp3/~3/sXHZLlUZM_Q/
- <p>Mike and Chris discuss malware getting injected into unsuspecting developers apps. Then the advertising cold war that’s brewing, how it impacts users, content creators & developers.</p>
-
-<p>Also our top three must haves before you sign any development work contract.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/sXHZLlUZM_Q" height="1" width="1" alt=""/>
- Mon, 28 Sep 2015 22:03:18 -0700
-
- 58171920-43F6-46B1-B847-7855EE4C8F06
- Jupiter Broadcasting
- Mike and Chris discuss malware getting injected into unsuspecting developers apps. Then the advertising cold war that’s brewing, how it impacts users, content creators & developers.
-
-Also our top three must haves before you sign any dev work contract.
-
- no
- 48:35
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/88231/advertising-cold-war-cr-172/
-
- Coder Craftsmen | CR 171
- http://feedproxy.google.com/~r/coderradiomp3/~3/mLAVFH2nZz4/
- Mike shares his excitement for Ionic, an advanced HTML5 hybrid mobile app Framework. Then Chris asks if the tools used to make the product, as long as the end result is good, really matter?<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/mLAVFH2nZz4" height="1" width="1" alt=""/>
- Fri, 18 Sep 2015 19:08:17 -0700
-
- 19CF4DD2-9A45-4784-AAD9-1FDFD9AB46CB
- Jupiter Broadcasting
- Mike shares his excitement for Ionic, an advanced HTML5 hybrid mobile app Framework. Then Chris asks if the tools used to make the product, as long as the end result is good, really matter?
-
- no
- 55:40
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/87916/coder-craftsmen-cr-171/
-
- Apple Strokes The Tip | CR 170
- http://feedproxy.google.com/~r/coderradiomp3/~3/X3TJtnStdik/
- Is the new iPad a capable developer machine? We discuss 3D Touch, the impact on developers, the release of the iPad Pro & some quick tips for finding a local development job.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/X3TJtnStdik" height="1" width="1" alt=""/>
- Mon, 14 Sep 2015 16:35:31 -0700
-
- 244E93DD-6EC4-4DD9-8BD2-EF61493FEF94
- Jupiter Broadcasting
- Is the new iPad a capable developer machine? We discuss 3D Touch, the impact on developers, the release of the iPad Pro & some quick tips for finding a local development job.
-
- no
- 48:00
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/87656/apple-strokes-the-tip-cr-170/
-
- Subscription Lock-in | CR 169
- http://feedproxy.google.com/~r/coderradiomp3/~3/J9PSCCqRN9M/
- With Mike’s move to Florida in progress he joins us via phone for a run through of the major JetBrains subscription hoopla, transitioning from a tester to a developer & that big poaching scandal comes to an expensive close!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/J9PSCCqRN9M" height="1" width="1" alt=""/>
- Fri, 04 Sep 2015 11:00:52 -0700
-
- 6528B724-4D50-4B25-B521-CC9CDF9909C8
- Jupiter Broadcasting
- With Mike’s move to Florida in progress he joins us via phone for a run through of the major JetBrains subscription hoopla, transitioning from a tester to a developer & that big poaching scandal comes to an expensive close!
-
- no
- 33:43
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/87291/subscription-lock-in-cr-169/
-
- Template Driven Design | CR 168
- http://feedproxy.google.com/~r/coderradiomp3/~3/a6SvZGbh5lI/
- Is Amazon another paradise of brogrammer culture? We have reason to suspect the recent reports may be overblown. Then meet Gigster, the VC backed service that wants to commoditize development.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/a6SvZGbh5lI" height="1" width="1" alt=""/>
- Mon, 24 Aug 2015 14:53:33 -0700
-
- F441C811-87FE-4117-8B3F-49772C58E8F4
- Jupiter Broadcasting
- Is Amazon another paradise of brogrammer culture? We have reason to suspect the recent reports may be overblown. Then meet Gigster, the VC backed service that wants to commoditize development.
-
- no
- 48:51
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/86871/template-driven-design-cr-168/
-
- The Price Isn't Right | CR 167
- http://feedproxy.google.com/~r/coderradiomp3/~3/GTlsR2laPSc/
- <p>Developers are excited by Google’s announcement that Android will support Vulkan. We explain what Vulkan is, the issues developers face around openGL, & why Mike is a bit skeptical.</p>
-
-<p>Plus market data suggest we’ve reached peak iPad & tablets are not selling. Is it worth creating anything but consumption based apps for tablets? We’ll debate.</p>
-
-<p>Plus some audience submitted topics, Apple’s 30% cut, feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/GTlsR2laPSc" height="1" width="1" alt=""/>
- Fri, 14 Aug 2015 12:12:47 -0700
-
- 32C32D81-D741-45B3-A085-17CC8F39302C
- Jupiter Broadcasting
- Devs are excited by Google’s announcement that Android will support Vulkan. We explain & why Mike is a bit skeptical.
-
-Has iPad peaked? Is it worth creating anything but consumption based apps for tablets?
-
-Plus Apple’s 30% cut, feedback & more!
-
-
- no
- 46:24
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/86537/the-price-isnt-right-cr-167/
-
- Hamburger Non-Helper | CR 166
- http://feedproxy.google.com/~r/coderradiomp3/~3/R1YytgVtChA/
- The big debate over today’s biggest UI compromise comes to life, Microsoft open sources its iOS-apps-on-Windows compatibility layer, the process of evaluating a new language, plus a book recommendation & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/R1YytgVtChA" height="1" width="1" alt=""/>
- Mon, 10 Aug 2015 15:21:00 -0700
-
- 4883133A-383A-456A-9C3E-D3EE38F925E1
- Jupiter Broadcasting
- The big debate over today’s biggest UI compromise comes to life, Microsoft open sources its iOS-apps-on-Windows compatibility layer, the process of evaluating a new language, plus a book recommendation & more!
-
-
- no
- 44:48
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/86362/hamburger-non-helper-cr-166/
-
- .Net or .Not? | CR 165
- http://feedproxy.google.com/~r/coderradiomp3/~3/Ug_BK7sTiVU/
- Still smarting from his burn, Mike shares his hard learned lessons after flying too close to the sun. What really pushes us to move to the next big thing & becoming and staying employable by focusing on the right market.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Ug_BK7sTiVU" height="1" width="1" alt=""/>
- Mon, 03 Aug 2015 15:34:42 -0700
-
- 337DE2F0-AED2-4C74-8CF0-1F1E1F724922
- Jupiter Broadcasting
- Still smarting from his burn, Mike shares his hard learned lessons after flying too close to the sun. What really pushes us to move to the next big thing & becoming and staying employable by focusing on the right market.
-
- no
- 1:05:31
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/85952/net-or-not-cr-165/
-
- Conditional Swift Justice | CR 164
- http://feedproxy.google.com/~r/coderradiomp3/~3/rIbb3dOUrrA/
- <p>Mike argues why the web is the default platform of the future, we debate if third party mobile platforms should be written off, first impressions of the Ionic Framework & Chris has a few surprises to announce.</p>
-
-<p>Plus our advice on leaving .Net, our response to ignoring the Pebble & why a slightly functional world isn't a bad thing.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/rIbb3dOUrrA" height="1" width="1" alt=""/>
- Mon, 27 Jul 2015 15:24:30 -0700
-
- A80D7885-18EE-4F6C-B52B-086A851C9D24
- Jupiter Broadcasting
- Mike argues why the web will be the default platform, we debate if third party mobile platforms should be written off, Ionic Framework impressions & Chris has a few surprises to announce.
-
-Plus why a slightly functional world isn't a bad thing & more!
-
- no
- 59:45
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/85617/conditional-swift-justice-cr-164/
-
- Proprietary Stress Management | CR 163
- http://feedproxy.google.com/~r/coderradiomp3/~3/_rkF8HB7MBg/
- <p>A special edition of Coder Radio that dives into the darker side of start ups, the practicality of building super portable apps, the wear advantage & NASA’s top 10 coding commandments.</p>
-
-<p>Plus Noah from the Linux Action Show joins us, we cover some great feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/_rkF8HB7MBg" height="1" width="1" alt=""/>
- Mon, 20 Jul 2015 17:25:52 -0700
-
- 08A2E706-A643-42ED-8DE0-539B9B525C50
- Jupiter Broadcasting
- A special edition of Coder Radio that dives into the darker side of start ups, the practicality of building super portable apps, the wear advantage & NASA’s top 10 coding commandments.
-
-Plus Noah from the Linux Action Show joins us & more!
-
- no
- 57:53
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/85447/proprietary-stress-management-cr-163/
-
- Wandering in the Woods | CR 162
- http://feedproxy.google.com/~r/coderradiomp3/~3/zCVajbiD_NY/
- We look at the tough spot developers are finding themselves in, the huge changes in backend infrastructure over the years, some Swift surprises & the big topics Mike’s been chewing on during his “down time”.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/zCVajbiD_NY" height="1" width="1" alt=""/>
- Mon, 13 Jul 2015 14:24:51 -0700
-
- CAF8F552-733A-4EC7-8D73-8A004C7750F4
- Jupiter Broadcasting
- We look at the tough spot developers are finding themselves in, the huge changes in backend infrastructure over the years, some Swift surprises & the big topics Mike’s been chewing on during his “down time”.
-
- no
- 40:54
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/85137/wandering-in-the-woods-cr-162/
-
- Good Guy Mike | CR 161
- http://feedproxy.google.com/~r/coderradiomp3/~3/4NmFL_V69xU/
- Mike is recovering from a weekend you wouldn't believe. Plus we revisit the web vs native topic with a vengeance & discuss the sun-setting of ActiveX.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/4NmFL_V69xU" height="1" width="1" alt=""/>
- Mon, 06 Jul 2015 16:25:32 -0700
-
- 35AE8B47-E209-4075-816A-D556A1BF4796
- Jupiter Broadcasting
- Mike is recovering from a weekend you wouldn't believe. Plus we revisit the web vs native topic with a vengeance & discuss the sun-setting of ActiveX.
-
- no
- 53:38
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/84787/good-guy-mike-cr-161/
-
- Developer Commodity | CR 160
- http://feedproxy.google.com/~r/coderradiomp3/~3/tdqj75WR1bw/
- <p>How willing is Apple to leverage it’s developers to make a public statement? We look at the response to the confederate flag pullings & we debate if any gatekeeper puts developers best interests first.</p>
-
-<p>Plus was the perfect laptop built a decade ago, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/tdqj75WR1bw" height="1" width="1" alt=""/>
- Mon, 29 Jun 2015 16:52:35 -0700
-
- 681EE0F6-75F2-4F6A-9BD1-260ED31A0701
- Jupiter Broadcasting
- How willing is Apple to leverage it’s devs to make a public statement? We look at the response to the confederate flag pullings & debate if gatekeepers puts developers best interests first.
-
-Plus was the perfect laptop built a decade ago, feedback & more!
-
- no
- 52:39
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/84397/developer-commodity-cr-160/
-
- Hipster Tendencies | CR 159
- http://feedproxy.google.com/~r/coderradiomp3/~3/N6M7cu0N0zw/
- <p>Mike makes the case for Chris’ slide into hipsterhood & Chris responds in kind. Between those hijinks the guys discuss the massive LLVM advantage Apple is leveraging that nobody is talking about.</p>
-
-<p>Plus we reflect on the most important skill in software development, read some emails & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/N6M7cu0N0zw" height="1" width="1" alt=""/>
- Mon, 22 Jun 2015 15:49:23 -0700
-
- 0BAD5EB5-4CEA-4CF8-BDA7-4F02349BF842
- Jupiter Broadcasting
- Mike makes the case for Chris’ slide into hipsterhood & Chris responds in kind. We also discuss the massive LLVM advantage Apple is leveraging.
-
-Plus we reflect on the most important skill in software development, read some emails & more!
-
- no
- 51:59
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/84067/hipster-tendencies-cr-159/
-
- Privileged Programmers | CR 158
- http://feedproxy.google.com/~r/coderradiomp3/~3/milKGcO-SCc/
- <p>Mike and Chris share their totally different perspective on the recent Yelp developer’s public exodus & discuss the big new industry trend developers need to take advantage of.</p>
-
-<p>Then after 158 episodes, Mike’s mission in life is realized during our feedback segment.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/milKGcO-SCc" height="1" width="1" alt=""/>
- Mon, 15 Jun 2015 15:38:18 -0700
-
- A9E17153-CF49-4E93-851E-F078688885B0
- Jupiter Broadcasting
- Mike and Chris share their totally different perspective on the recent Yelp developer’s exodus & discuss the new industry trend developers need to take advantage of.
-
-Then after 158 episodes, Mike’s mission in life is realized during our feedback segment.
-
- no
- 59:45
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/83707/privileged-programmers-cr-158/
-
- Ahoy, El Capitan! | CR 157
- http://feedproxy.google.com/~r/coderradiomp3/~3/9TEOoxAJ0q4/
- <p>We recap and also compare & contrast WWDC 2015 with Google I/O 2015. Which new platform features stand out, which miss the target & what will really move the needle this year.</p>
-
-<p>Plus a quick update on Mike’s new company, Chris’ wear inspired surprise & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/9TEOoxAJ0q4" height="1" width="1" alt=""/>
- Mon, 08 Jun 2015 16:21:13 -0700
-
- 3FFD8AF3-6BA6-4462-A7A6-73E12D1AD213
- Jupiter Broadcasting
- We recap and also compare & contrast WWDC 2015 with Google I/O 2015. Which new platform features stand out, which miss the target & what’ll really move the needle this year.
-
-Plus a quick update on Mike’s new company, Chris’ wear inspired surprise & more!
-
- no
- 50:32
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/83427/ahoy-el-capitan-cr-157/
-
- You're Gitting it Wrong | CR 156
- http://feedproxy.google.com/~r/coderradiomp3/~3/TTiwRz_qJRo/
- <p>Mike takes a victory lap as we discuss the big announcements from Google I/O. Then we get into a heated discussion around how GitHub should be used vs how most people use it.</p>
-
-<p>Plus some great feedback, Mike & Chris share some bold predictions & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/TTiwRz_qJRo" height="1" width="1" alt=""/>
- Mon, 01 Jun 2015 17:50:05 -0700
-
- 8B1E600F-03D5-45C9-9B64-4A1BB0757A89
- Jupiter Broadcasting
- Mike takes a victory lap as we discuss the big announcements from Google I/O. Then we get into a heated discussion around how GitHub should be used vs how most people use it.
-
-Plus some great feedback, Mike & Chris share some bold predictions & more!
-
- no
- 50:11
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/83087/youre-gitting-it-wrong-cr-156/
-
- Google's Brillo Pad | CR 155
- http://feedproxy.google.com/~r/coderradiomp3/~3/FZnHcjxwf0U/
- <p>Google may be planning to scrub the grime away from the Internet of Things devices with a new operating system designed for low resources in mind.</p>
-
-<p>We debate what Google’s rumored Brillo OS would look like & the impact it could have on Canonicals big plans for Ubuntu Snappy.</p>
-
-<p>Plus Mike ponders switching to BSD, Google Play services in a library & GBA games in your browser.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/FZnHcjxwf0U" height="1" width="1" alt=""/>
- Mon, 25 May 2015 15:23:10 -0700
-
- 2CAD8DA9-CDDA-4A02-B9AC-9DC585117A75
- Jupiter Broadcasting
- Google may be planning to scrub the grime away from the Internet of Things devices with a new OS designed for low resources.
-
-We debate over Google’s rumored Brillo OS. Plus Mike ponders switching to BSD, Google Play services in a library & more
-
- no
- 57:59
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/82742/googles-brillo-pad-cr-155/
-
- Chrome Took My Memory! | CR 154
- http://feedproxy.google.com/~r/coderradiomp3/~3/YOZkeGCO1dg/
- <p>Mike shares his recent experience developing Chrome apps & we debate if Chrome platform tax is costing users a decent browser. Is Chrome becoming the next Windows?</p>
-
-<p>Plus what we’d like to see announced next for Android and iOS & the big problems those features would solve for developers.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/YOZkeGCO1dg" height="1" width="1" alt=""/>
- Fri, 22 May 2015 16:36:21 -0700
-
- 1CC71F7F-3C6C-4A9C-9413-FFA83F5DCBDD
- Jupiter Broadcasting
- Mike shares his recent experience developing Chrome apps & we debate if Chrome platform tax is costing users a decent browser.
-
-Plus what we’d like to see announced next for Android and iOS & the big problems those features would solve for developers.
-
- no
- 1:18:42
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/82557/chrome-took-my-memory-cr-154/
-
- Bearded Buzzwords | CR 153
- http://feedproxy.google.com/~r/coderradiomp3/~3/-CZTHqVCdYU/
- <p>Electron could be the Adobe Air we all hoped for. At least Microsoft, Github, Docker, and others think so. But is it all hype? We debate Electron’s potential, and review Visual Studio Code which is built on-top of Electron.</p>
-
-<p>Has Agile become a failure? We discuss what can lead to a failed Agile development implementation, and some secrets to success.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/-CZTHqVCdYU" height="1" width="1" alt=""/>
- Mon, 11 May 2015 19:07:50 -0700
-
- FC5F4C2C-8693-453A-9089-140C12F767DB
- Jupiter Broadcasting
- Electron could be the Adobe Air we all hoped for. But is it all hype? We debate Electron’s potential & review Visual Studio Code which is built on-top of Electron.
-
-Has Agile become a failure? We discuss what can lead to a failed Agile setup & more!
-
- no
- 1:03:55
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/81882/bearded-buzzwords-cr-153/
-
- The Open Pivot | CR 152
- http://feedproxy.google.com/~r/coderradiomp3/~3/yNRmPJ1BFY8/
- <p>Mike and Chris reflect on Microsoft’s Build 2015 conference & discuss the undeniable shift to open industry wide. Mike also announces his new business with a focus on open source.</p>
-
-<p>Plus we discuss Visual Studio Code a bit, bad app ports, new ways for developers to make money & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/yNRmPJ1BFY8" height="1" width="1" alt=""/>
- Mon, 04 May 2015 14:46:39 -0700
-
- 0072C140-EDDB-414C-A09D-451044CAD3A1
- Jupiter Broadcasting
- Mike and Chris reflect on Microsoft’s Build 2015 conference & discuss the shift to open industry wide. Mike also announces his new business with a focus on open source.
-
-Plus we discuss Visual Studio Code a bit, bad app ports, & more!
-
- no
- 52:00
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/81462/the-open-pivot-cr-152/
-
- Compromising Virtual Clouds | CR 151
- http://feedproxy.google.com/~r/coderradiomp3/~3/sG8jOHbXXq4/
- <p>Is Microsoft confusing the container market & blowing the implementation?</p>
-
-<p>Plus Apple gets caught rejecting Pebble compatible apps, we may have finally found the perfect Linux dev laptop & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/sG8jOHbXXq4" height="1" width="1" alt=""/>
- Mon, 27 Apr 2015 21:12:27 -0700
-
- 04146EFD-87B7-4FAE-A549-5BFAE2729523
- Jupiter Broadcasting
- Is Microsoft confusing the container market & blowing the implementation?
-
-Plus Apple gets caught rejecting Pebble compatible apps, we may have finally found the perfect Linux dev laptop & much more!
-
- no
- 1:01:49
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/81202/compromising-virtual-clouds-cr-151/
-
- Interview Gauntlets of Pain | CR 150
- http://feedproxy.google.com/~r/coderradiomp3/~3/KAiR-1jd800/
- <p>Mike's thinking about making the big switch, a J.O.B., but the interview process has been a nightmare. He shares his perspective after sitting out of the race for a while.</p>
-
-<p>Plus how Google convinced their engineers to become managers, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/KAiR-1jd800" height="1" width="1" alt=""/>
- Mon, 20 Apr 2015 15:27:44 -0700
-
- 32E270B2-4517-402F-BFDF-5F900B86539B
- Jupiter Broadcasting
- Mike's thinking about making the big switch, a J.O.B., but the interview process has been a nightmare. He shares his perspective after sitting out of the race for a while.
-
-Plus how Google convinced their engineers to become managers, your feedback & more
-
- no
- 42:42
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/80752/interview-gauntlets-of-pain-cr-150/
-
- The Sociopath Code | CR 149
- http://feedproxy.google.com/~r/coderradiomp3/~3/dQUJpLL7kRI/
- We discuss the top stories submitted by the audience this week. From the ultimate bridge burn to Stack Overflow’s developer survey & being ok with a little sociopathy.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/dQUJpLL7kRI" height="1" width="1" alt=""/>
- Mon, 13 Apr 2015 15:33:09 -0700
-
- 483C4929-F17B-4BE2-99BB-BEC446CED486
- Jupiter Broadcasting
- We discuss the top stories submitted by the audience this week. From the ultimate bridge burn to Stack Overflow’s developer survey & being ok with a little sociopathy.
-
- no
- 49:56
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/80367/the-sociopath-code-cr-149/
-
- Magical Contract Bids | CR 148
- http://feedproxy.google.com/~r/coderradiomp3/~3/vNsOOA4VToY/
- <p>Mike had a dream & that dream didn’t work out. Today we discuss how fixed contracts lead to fixed death & with perfect hindsight we debate what we might have done differently.</p>
-
-<p>Plus some great feedback, a little nostalgia & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/vNsOOA4VToY" height="1" width="1" alt=""/>
- Mon, 06 Apr 2015 15:54:14 -0700
-
- 96BB8136-F94D-45D9-B8D2-2F9C3A1AB217
- Jupiter Broadcasting
- Mike had a dream & that dream didn’t work out. Today we discuss how fixed contracts lead to fixed death & with perfect hindsight we debate what we might have done differently.
-
-Plus some great feedback, a little nostalgia & more!
-
- no
- 1:01:01
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/80047/magical-contract-bids-cr-148/
-
- The Sonic Philosophy | CR 147
- http://feedproxy.google.com/~r/coderradiomp3/~3/3Ns0A3So56w/
- <p>Transitions in life comes in many forms, work, relationships, gadgets. How we deal with the process of transition is key & why we shouldn't be anxious about a transition, even if it’s a difficult one.</p>
-
-<p>Plus a bit about GitHub’s ongoing DDoS, switching from PHP to Ruby & a new contender for the perfect Linux dev rig.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/3Ns0A3So56w" height="1" width="1" alt=""/>
- Mon, 30 Mar 2015 15:54:48 -0700
-
- 203BF118-2E11-4996-80BC-8156924FA102
- Jupiter Broadcasting
- Transitions in life comes in many forms, work, relationships, gadgets. How we deal with the process of transition is key.
-
-Plus a bit about GitHub’s ongoing DDoS, switching from PHP to Ruby & a new contender for the perfect Linux dev rig.
-
- no
- 58:08
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/79642/the-sonic-philosophy-cr-147/
-
- Open Source as a Trap | CR 146
- http://feedproxy.google.com/~r/coderradiomp3/~3/kFe2TOs6FJc/
- <p>It’s a special open mic edition of Coder Radio. We discuss the complex reasons behind Microsoft’s choice to open source MSBuild, the quest for the perfect Linux laptop continues & why, oh why, oh why HTML5 has a place.</p>
-
-<p>Plus emails & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/kFe2TOs6FJc" height="1" width="1" alt=""/>
- Mon, 23 Mar 2015 15:07:44 -0700
-
- 5BD08BD8-FB9C-4367-A998-0AB6CA55B72E
- Jupiter Broadcasting
- It’s a special open mic edition of Coder Radio. We discuss the complex reasons behind Microsoft’s choice to open source MSBuild, the quest for the perfect Linux laptop continues & why, oh why, oh why HTML5 has a place.
-
-Plus emails & more!
-
- no
- 52:36
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/79347/open-source-as-a-trap-cr-146/
-
- Why Mike's Disgusted by Android | CR 145
- http://feedproxy.google.com/~r/coderradiomp3/~3/1M7dRt5uUfc/
- <p>Chris shares what he’s loving about Android from a users perspective & Mike goes into what is driving him crazy from a developer's standpoint.</p>
-
-<p>Plus redefining DevOps, starting a multi-user database & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/1M7dRt5uUfc" height="1" width="1" alt=""/>
- Mon, 16 Mar 2015 15:39:34 -0700
-
- DC7FD002-D72B-43AC-9E84-57161DD8E79D
- Jupiter Broadcasting
- Chris shares what he’s loving about Android from a users perspective & Mike goes into what is driving him crazy from a developer's standpoint.
-
-Plus redefining DevOps, starting a multi-user database & more!
-
- no
- 58:21
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/78932/why-mikes-disgusted-by-android-cr-145/
-
- Apple Future vs Pebble Past | CR 144
- http://feedproxy.google.com/~r/coderradiomp3/~3/3UFjNEkk5qU/
- <p>We revisit some of the audience's favorite editors, then discuss the reality of terrible engineers.</p>
-
-<p>Then Chris spends the weekend with a smartwatch & believes he’s discovered their purpose. We examine the audience for smartwatch apps in light of the Apple Watch announcement today.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/3UFjNEkk5qU" height="1" width="1" alt=""/>
- Mon, 09 Mar 2015 15:27:37 -0700
-
- 5A087A82-F50B-4206-AFE8-6B29878B833C
- Jupiter Broadcasting
- We revisit some of the audience's favorite editors, then discuss terrible engineers.
-
-Then Chris spends time with a smartwatch & believes he’s discovered their purpose. We examine the audience for smartwatch apps in light of the Apple Watch announcement.
-
- no
- 1:04:05
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/78497/apple-future-vs-pebble-past-cr-144/
-
- Not My Problem | CR 143
- http://feedproxy.google.com/~r/coderradiomp3/~3/EVz2_LrlKA0/
- <p>The guys picture working a 9-5 job. If the security of a 9-5 paycheck is a myth, is it really just not having to worry about all the little things that's so appealing?</p>
-
-<p>Plus how merit based hiring could get out of control & making documentation a bit less evil.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/EVz2_LrlKA0" height="1" width="1" alt=""/>
- Mon, 02 Mar 2015 14:13:45 -0800
-
- 689B8867-CC14-424D-965D-8F1FD9103BF8
- Jupiter Broadcasting
- The guys picture working a 9-5 job. If the security of a 9-5 paycheck is a myth, is it really just not having to worry about all the little things that’s appealing?
-
-Plus how merit based hiring may get out of control & making documentation a bit less evil
-
- no
- 34:07
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/78127/not-my-problem-cr-143/
-
- Accounts Percievable | CR 142
- http://feedproxy.google.com/~r/coderradiomp3/~3/j8t5s7C-wjs/
- <p>Mike and Chris start the show by sharing some hard learned advice, and discussing the events of the last two weeks.</p>
-
-<p>Then we touch on SuperFish, Ubuntu Touch, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/j8t5s7C-wjs" height="1" width="1" alt=""/>
- Mon, 23 Feb 2015 15:19:09 -0800
-
- DBCE5EFC-A69D-4812-977D-8C781A7FE823
- Jupiter Broadcasting
- Mike and Chris start the show by sharing some hard learned advice, and discussing the events of the last two weeks.
-
-Then we touch on SuperFish, Ubuntu Touch, and more!
-
- no
- 46:10
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/77837/accounts-percievable-cr-142/
-
- Retro Extravaganza | CR 141
- http://feedproxy.google.com/~r/coderradiomp3/~3/vUvzif2JXgI/
- Join us as we hop in our time machine and revisit some past topics on the coder radio program.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/vUvzif2JXgI" height="1" width="1" alt=""/>
- Mon, 16 Feb 2015 16:47:11 -0800
-
- B9EFB213-8D18-4C79-BAA0-09C9CF54E599
- Jupiter Broadcasting
- Join us as we hop in our time machine and revisit some past topics on the coder radio program.
-
- no
- 1:09:23
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/77422/retro-extravaganza-cr-141/
-
- NOde | CR 140
- http://feedproxy.google.com/~r/coderradiomp3/~3/jBswp7HwCb8/
- Can’t we all just settle down & focus? Mike’s just about had it with javascript framework madness. Plus could Microsoft be uniquely positioned to take advantage of the eventual die off of some frameworks?<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/jBswp7HwCb8" height="1" width="1" alt=""/>
- Mon, 09 Feb 2015 15:21:22 -0800
-
- AD64F8E4-0D4C-4FC8-BB39-65555FE95358
- Jupiter Broadcasting
- Can’t we all just settle down & focus? Mike’s just about had it with javascript framework madness. Plus could Microsoft be uniquely positioned to take advantage of the eventual die off of some frameworks?
-
- no
- 55:31
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/77022/node-cr-140/
-
- Windows in the Pi | CR 139
- http://feedproxy.google.com/~r/coderradiomp3/~3/yHDV29QpMYE/
- <p>Mike is stuck in a train, stuck in the snow. So it’s an open call edition, with some great discussion around Microsoft’s investment in Cyanogen & the pitch for Python.</p>
-
-<p>Plus a robust chat about the new Raspberry Pi 2 & it’s ability to run Windows 10.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/yHDV29QpMYE" height="1" width="1" alt=""/>
- Mon, 02 Feb 2015 15:57:03 -0800
-
- 2E528A8F-D230-4837-9211-43D3881EF256
- Jupiter Broadcasting
- Mike is stuck in a train, stuck in the snow. So it’s an open call edition, with some great discussion around Microsoft’s investment in Cyanogen & the pitch for Python.
-
-Plus a robust chat about the new Raspberry Pi 2 & it’s ability to run Windows 10.
-
- no
- 50:45
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/76672/windows-in-the-pi-cr-139/
-
- Deploy Like an Animal | CR 138
- http://feedproxy.google.com/~r/coderradiomp3/~3/8kwcsLv9UjI/
- <p>It’s a tip show edition of Coder Radio. Mike shares a great way to get some Heroku features without the bill.</p>
-
-<p>Plus the annoying honeymoon period, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/8kwcsLv9UjI" height="1" width="1" alt=""/>
- Mon, 26 Jan 2015 16:00:23 -0800
-
- F4D0EC40-C128-452E-9F3D-692A2A285DF1
- Jupiter Broadcasting
- It’s a tip show edition of Coder Radio. Mike shares a great way to get some Heroku features without the bill.
-
-Plus the annoying honeymoon period, your feedback & more!
-
- no
- 46:42
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/76247/deploy-like-an-animal-cr-138/
-
- Monumental Android Failure | CR 137
- http://feedproxy.google.com/~r/coderradiomp3/~3/MuM0zUPRiIQ/
- <p>Well known developers have recently gone public with how much they make & where they make it from. Mike & Chris chew on the numbers & discuss the raw reality.</p>
-
-<p>Plus great feedback on Chris’ first development language & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/MuM0zUPRiIQ" height="1" width="1" alt=""/>
- Mon, 19 Jan 2015 15:20:52 -0800
-
- A692EA16-7979-44D7-B431-416C911597FD
- Jupiter Broadcasting
- Well known developers have recently gone public with how much they make & where they make it from. Mike & Chris chew on the numbers & discuss the raw reality.
-
-Plus great feedback on Chris’ first development language & more!
-
- no
- 49:36
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/75807/monumental-android-failure-cr-137/
-
- Ruby is not Perl | CR 136
- http://feedproxy.google.com/~r/coderradiomp3/~3/C9EjWnbE0Sw/
- <p>Chris shares what’s prevented him from getting started with development & shares the three languages that are at the top of his list to try.</p>
-
-<p>Plus we get passionate after some feedback to the Mac Exodus topic & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/C9EjWnbE0Sw" height="1" width="1" alt=""/>
- Mon, 12 Jan 2015 19:42:48 -0800
-
- E44535AC-A5AE-43E9-85C7-57B9131F0772
- Jupiter Broadcasting
- Chris shares what’s prevented him from getting started with development & shares the three languages that are at the top of his list to try.
-
-Plus we get passionate after some feedback to the Mac Exodus topic & more!
-
- no
- 56:53
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/75382/ruby-is-not-perl-cr-136/
-
- Macs Exodus | CR 135
- http://feedproxy.google.com/~r/coderradiomp3/~3/C_C5WAQWejA/
- <p>Is the quality of Apple’s desktop and mobile software causing a slow bleeding of developers? Chris & Mike debate what developers will do over 2015.</p>
-
-<p>Plus we read some great follow up, feature a community project & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/C_C5WAQWejA" height="1" width="1" alt=""/>
- Mon, 05 Jan 2015 17:06:14 -0800
-
- 42E6B879-45A4-4D9E-B00C-C75FF9747BBD
- Jupiter Broadcasting
- Is the quality of Apple’s desktop and mobile software causing a slow bleeding of developers? Chris & Mike debate what developers will do over 2015.
-
-Plus we read some great follow up, feature a community project & more!
-
- no
- 53:46
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/74902/macs-exodus-cr-135/
-
- Fair And Balanced | CR 134
- http://feedproxy.google.com/~r/coderradiomp3/~3/cChcryPNp0Q/
- <p>Mike is fired up by a topic that has been on fire over all of 2014. </p>
-
-<p>Is it finally time to let the other 95% of great programmers in?</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/cChcryPNp0Q" height="1" width="1" alt=""/>
- Mon, 29 Dec 2014 14:25:56 -0800
-
- 520A6505-C04D-413C-AC1B-BBDE7209ADC7
- Jupiter Broadcasting
- Mike is fired up by a topic that has been on fire over all of 2014.
-
-Is it finally time to let the other 95% of great programmers in?
-
- no
- 50:56
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/74517/fair-and-balanced-cr-134/
-
- Best Of Coder Radio 2014 | CR 133
- http://feedproxy.google.com/~r/coderradiomp3/~3/kGOZztobfbc/
- We peer into the past of the show to pull out the amazing clips you guys suggested to us and fondly remember how funny it is to listen to Chris get trolled. Sit back, relax & enjoy the fun in this look back at best of Coder Radio!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/kGOZztobfbc" height="1" width="1" alt=""/>
- Mon, 22 Dec 2014 12:40:51 -0800
-
- 7131D589-3C32-4D84-987F-1DC1551300A5
- Jupiter Broadcasting
- We peer into the past of the show to pull out the amazing clips you guys suggested to us and fondly remember how funny it is to listen to Chris get trolled. Sit back, relax & enjoy the fun in this look back at best of Coder Radio!
-
- no
- 1:07:58
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/74337/best-of-coder-radio-2014-cr-133/
-
- Git your Pizza | CR 132
- http://feedproxy.google.com/~r/coderradiomp3/~3/LDhoCGqdjH8/
- It’s the birth of another open source project live on this week’s Coder Radio. Plus it’s an open mic edition & we discuss a wide range of topics from Microsoft’s big mobile strategy that nobody is noticing, the best Linux development environment, setting expectations, your feedback & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/LDhoCGqdjH8" height="1" width="1" alt=""/>
- Mon, 15 Dec 2014 19:26:56 -0800
-
- 7120C260-3E70-4E87-8015-C79730797DA5
- Jupiter Broadcasting
- It’s the birth of ab open source project on this week’s Coder Radio. Plus it’s an open mic edition & we discuss a range of topics from Microsoft’s big mobile strategy that nobody is noticing, the best Linux dev environment, setting expectations & more!
-
- no
- 58:05
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/73887/git-your-pizza-cr-132/
-
- Dock Your Rocket | CR 131
- http://feedproxy.google.com/~r/coderradiomp3/~3/2oqf-oThO1c/
- <p>Has Docker’s wild success caused it grow too big & too corporate? In light of the CoreOS project’s announcement of Rocket we’ll reflect on the big problem both projects needs to solve.</p>
-
-<p>Plus our plans to involve community around building an API for Jupiter Broadcasting, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/2oqf-oThO1c" height="1" width="1" alt=""/>
- Mon, 08 Dec 2014 15:22:47 -0800
-
- 2E9EF498-19A1-42E9-8E84-B1A2C3A383C9
- Jupiter Broadcasting
- Has Docker’s wild success caused it grow too big & too corporate? In light of the CoreOS Rocket announcement we reflect on the problem both projects needs to solve. Plus our plans to involve community around building an API for Jupiter Broadcasting & more
-
- no
- 41:29
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/73207/dock-your-rocket-cr-131/
-
- Get Back to the '50s | CR 130
- http://feedproxy.google.com/~r/coderradiomp3/~3/7o4631Zjhzo/
- That tech worker “shortage” Facebook and Microsoft keep telling you about is bogus. We’ll go over the study and reports that back that claim up. Then we dig into the rather understandable reasons why developers wages are being pushed down & more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/7o4631Zjhzo" height="1" width="1" alt=""/>
- Mon, 01 Dec 2014 16:31:32 -0800
-
- D73730EE-6E09-4652-B6D7-4ABF6073EE86
- Jupiter Broadcasting
- That tech worker “shortage” Facebook and Microsoft keep telling you about is bogus. We’ll go over the study and reports that back that claim up. Then we dig into the rather understandable reasons why developers wages are being pushed down & more!
-
- no
- 1:04:51
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/72752/get-back-to-the-50s-cr-130/
-
- Google's Objective C | CR 129
- http://feedproxy.google.com/~r/coderradiomp3/~3/DkgT7lGToiE/
- <p>It’s a special roundtable edition of Coder Radio. Our panel discussed the advantages of Go development over PHP, creating a flat-file website with no database, and the real secret to finishing that last 10%.</p>
-
-<p>Then we discuss the black magic Google is using to share 70% of their new Inbox’s apps code across the Web, Android, and iOS. And if Google’s new approach is a quiet condemnation of HTML5 applications.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/DkgT7lGToiE" height="1" width="1" alt=""/>
- Mon, 24 Nov 2014 16:41:07 -0800
-
- 0386C0F3-342C-4434-BEAA-47AC8562B1CB
- Jupiter Broadcasting
- It’s a special roundtable edition of Coder Radio. Our panel discussed the advantages of Go development over PHP, creating a flat-file website with no database, and the real secret to finishing that last 10%. Plus google not using html5, iOS & more!
-
- no
- 1:01:35
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/72247/googles-objective-c-cr-129/
-
- .NET’s Open Future | CR 128
- http://feedproxy.google.com/~r/coderradiomp3/~3/6oMLpabI_6A/
- <p>Microsoft made headlines and has generated a lot of buzz around the open sourcing of .NET. So what does the future hold & what changes now? And why this could be more about what it says about Microsoft, than anything else.</p>
-
-<p>Plus some great feedback, how to find a developer, what to expect to pay & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/6oMLpabI_6A" height="1" width="1" alt=""/>
- Mon, 17 Nov 2014 17:05:41 -0800
-
- 373F9B83-DFBB-4F93-ADC4-4F54B25B303C
- Jupiter Broadcasting
- Microsoft made headlines and has generated a lot of buzz around the open sourcing of .NET. So what does the future hold & what changes now?
-
-Plus some great feedback, how to find a developer, what to expect to pay & much more!
-
- no
- 55:45
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/71667/nets-open-future-cr-128/
-
- The Gorilla in the Stack | CR 127
- http://feedproxy.google.com/~r/coderradiomp3/~3/1CGLU0toQZA/
- <p>Mike and Chris respond to feedback on lackluster HTML5 apps, then how developers can leverage social media to stay up to date & avoid drama. </p>
-
-<p>Then we blow apart the “Full Stack Developer” myth and the evolution of the term.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/1CGLU0toQZA" height="1" width="1" alt=""/>
- Mon, 10 Nov 2014 15:59:14 -0800
-
- 94063E83-6E80-446E-A268-08ED5C5924E3
- Jupiter Broadcasting
- Mike and Chris respond to feedback on lackluster HTML5 apps, then how developers can leverage social media to stay up to date & avoid drama.
-
-Then we blow apart the “Full Stack Developer” myth and the evolution of the term.
-
- no
- 51:31
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/71072/the-gorilla-in-the-stack-cr-127/
-
- HTML5: Back To The Future | CR 126
- http://feedproxy.google.com/~r/coderradiomp3/~3/FavgDAxD3fU/
- <p>Is the need to save money & time by developers forcing end users into less than acceptable application experiences? Have we all been oversold on HTML5? </p>
-
-<p>Plus getting into QA, a cloud based IDE, some great feedback & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/FavgDAxD3fU" height="1" width="1" alt=""/>
- Mon, 03 Nov 2014 15:33:48 -0800
-
- 77B1943D-5706-4DE3-AC77-AF899C52B362
- Jupiter Broadcasting
- Is the need to save money & time by developers forcing end users into less than acceptable application experiences? Have we all been oversold on HTML5?
-
-Plus getting into QA, a cloud based IDE, some great feedback & much more!
-
- no
- 53:48
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/70567/html5-back-to-the-future-cr-126/
-
- Behind the Schemes | CR 125
- http://feedproxy.google.com/~r/coderradiomp3/~3/OT7wAe2WFVw/
- <p>Mike and Chris go meta & discuss their thoughts about the state of Coder Radio, some ideas to mix it up & request your input.</p>
-
-<p>Then we dig into a revealing support chat between an Android developer & the manager for Google Play Developer Support that finally gives us some real insight into the public address debacle.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/OT7wAe2WFVw" height="1" width="1" alt=""/>
- Mon, 27 Oct 2014 21:24:20 -0700
-
- B7C7E73B-B6F6-4C28-9E15-6863C428FD7D
- Jupiter Broadcasting
- Mike and Chris & discuss their thoughts about the state of Coder Radio, some ideas to mix it up & request your input. Then we cover a support chat between an Android dev & the Google Play Dev Support manager that gives us insight into the address debacle.
-
- no
- 58:23
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/69997/behind-the-schemes-cr-125/
-
- Underwhelming Apple | CR 124
- http://feedproxy.google.com/~r/coderradiomp3/~3/x7N4TbkUOFU/
- We have a bunch of great feedback that keeps getting interrupted by Chris and Mike jumping into deep discussion about vendor lock in, Apple’s new hardware, balancing work and life & much more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/x7N4TbkUOFU" height="1" width="1" alt=""/>
- Mon, 20 Oct 2014 14:47:24 -0700
-
- D915D155-1404-4AF5-9B28-CF4BDD4E5BE6
- Jupiter Broadcasting
- We have a bunch of great feedback that keeps getting interrupted by Chris and Mike jumping into deep discussion about vendor lock in, Apple’s new hardware, balancing work and life & much more!
-
- no
- 1:00:30
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/?p=69637
-
- Coder Inquisition | CR 123
- http://feedproxy.google.com/~r/coderradiomp3/~3/bdPGIVAL8G4/
- <p>Mike and Chris battle wits to expose the ridiculous nature of arguing about technology on the Internet, and this discuss why developers and enthusiasts get caught up in this mess.</p>
-
-<p>Plus our take on working on open source in your spare time, an update on teaching students to code & a software pick that will make you hungry!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/bdPGIVAL8G4" height="1" width="1" alt=""/>
- Mon, 13 Oct 2014 15:16:03 -0700
-
- 2E9D137B-078E-4B93-9C77-B9A3FF93C6B3
- Jupiter Broadcasting
- Mike and Chris battle wits to expose the ridiculous nature of arguing about technology on the Internet. Plus our take on working on open source in your spare time, an update on teaching students to code & a software pick that will make you hungry!
-
- no
- 45:22
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/69117/coder-inquisition-cr-123/
-
- A Cult of Personality Tests | CR 122
- http://feedproxy.google.com/~r/coderradiomp3/~3/jtJ2jsspzk4/
- Mike and Chris discuss what to do when a client or employer requests you take a personality test. The reasons Microsoft is calling the next version of Windows 10, the recent cases of community going sour & the lessons learned for developers<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/jtJ2jsspzk4" height="1" width="1" alt=""/>
- Mon, 06 Oct 2014 16:41:48 -0700
-
- 9ED7EB45-28E2-4AB8-A79D-370CE6411535
- Jupiter Broadcasting
- Mike and Chris discuss what to do when a client or employer requests you take a personality test. The reasons Microsoft is calling the next version of Windows 10, the recent cases of community going sour & the lessons learned for developers
-
- no
- 47:58
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/68302/a-cult-of-personality-tests-cr-122/
-
- Doxing Developers | CR 121
- http://feedproxy.google.com/~r/coderradiomp3/~3/2GLOOMYshzc/
- <p>Google is requiring developers to submit their physical address, and the Apple community has outed the manager behind the botched iOS 8.0.1 update. Are we seeing a dangerous threat or just a frantic response?</p>
-
-<p>Plus some great questions, when to lawyer up & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/2GLOOMYshzc" height="1" width="1" alt=""/>
- Mon, 29 Sep 2014 15:28:39 -0700
-
- 77437A6F-E930-4CA8-BAE9-4ED6C6700EDD
- Jupiter Broadcasting
- Google is requiring debs to submit their physical address, and the Apple community has outed the manager behind the botched iOS 8.0.1 update. Are we seeing a dangerous threat or just a frantic response? Plus great questions, when to lawyer up & much more!
-
- no
- 50:43
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/67842/doxing-developers-cr-121/
-
- Xamarin Sham | CR 120
- http://feedproxy.google.com/~r/coderradiomp3/~3/MCrBaxV1X8c/
- <p>Developers all over the web are chiming in on the short comings (or lack there of) of Xamarin’s tools. Have developers been sold a hope and a lie?</p>
-
-<p>Plus why Android continues to come in second for developers, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/MCrBaxV1X8c" height="1" width="1" alt=""/>
- Mon, 22 Sep 2014 16:00:28 -0700
-
- 0863F37A-D6BB-4C3C-B4D2-B0C617CA616F
- Jupiter Broadcasting
- Developers all over the web are chiming in on the short comings (or lack there of) of Xamarin’s tools. Have developers been sold a hope and a lie?
-
-Plus why Android continues to come in second for developers, your feedback & more!
-
- no
- 46:03
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/67342/xamarin-sham-cr-120/
-
- Notch Escapes | Coder Radio 119
- http://feedproxy.google.com/~r/coderradiomp3/~3/d5I1HUG9sXo/
- <p>Did Microsoft buying Mojang come around because Notch was burned out? Is the problem systemic to independent developers who just love to code?</p>
-
-<p>Plus we respond to your strong feedback regarding privacy & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/d5I1HUG9sXo" height="1" width="1" alt=""/>
- Mon, 15 Sep 2014 14:43:59 -0700
-
- 86C3D5CD-9FED-4DF7-92F1-B099C128D420
- Jupiter Broadcasting
- Did Microsoft buying Mojang come around because Notch was burned out? Is the problem systemic to independent developers who just love to code?
-
-Plus we respond to your strong feedback regarding privacy & much more!
-
- no
- 45:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/66797/notch-escapes-cr-119/
-
- Privacy is a Myth | CR 118
- http://feedproxy.google.com/~r/coderradiomp3/~3/bQ87_HzKFsE/
- <p>The debate over whose responsibility it is to protect your cloud data heats up, we discuss how to get your confidence back & some Vala feedback.</p>
-
-<p>Plus the recent Markdown drama, the systemd hater club & much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/bQ87_HzKFsE" height="1" width="1" alt=""/>
- Mon, 08 Sep 2014 15:31:12 -0700
-
- F523A03E-26D7-4ABC-B4F8-8A79FEAB82AA
- Jupiter Broadcasting
- The debate over whose responsibility it is to protect your cloud data heats up, we discuss how to get your confidence back & some Vala feedback.
-
-Plus the recent Markdown drama, the systemd hater club & much more!
-
- no
- 48:58
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/66337/privacy-is-a-myth-cr-118/
-
- Fools Aren't Protected | CR 117
- http://feedproxy.google.com/~r/coderradiomp3/~3/fJ2w_JjMKqI/
- We take live calls, and discuss why .Net rules a Linux Admins life, learning OOP. Then, in light of the recent celebrity photo hacks, do developers have a moral obligation to protect the uninformed public?<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/fJ2w_JjMKqI" height="1" width="1" alt=""/>
- Tue, 02 Sep 2014 16:06:41 -0700
-
- C76AC30B-DB04-425B-8B98-D4EE559292A2
- Jupiter Broadcasting
- We take live calls, and discuss why .Net rules a Linux Admins life, learning OOP. Then, in light of the recent celebrity photo hacks, do developers have a moral obligation to protect the uninformed public?
-
- no
- 59:20
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/65787/fools-arent-protected-cr-117/
-
- DOM Be Gone | CR 116
- http://feedproxy.google.com/~r/coderradiomp3/~3/2ZeepkKNh6c/
- Mike and Chris follow up on the TypeScript and JavaScript discussion from last week after a lot of you jumped to the defense of JavaScript. Plus the guys discuss why the phrase “work-life-balance” feels cheap & how each of us have to figure it all out for ourselves.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/2ZeepkKNh6c" height="1" width="1" alt=""/>
- Mon, 25 Aug 2014 15:25:00 -0700
-
- C68C5710-F628-4514-814C-D6587E937011
- Jupiter Broadcasting
- Mike and Chris follow up on the TypeScript and JavaScript discussion from last week after a lot of you jumped to the defense of JavaScript. Plus we discuss why the phrase “work-life-balance” feels cheap & how each of us have to figure it out for ourselves
-
- no
- 41:41
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/65387/dom-be-gone-cr-116/
-
- The Scripting Chronicles | CR 115
- http://feedproxy.google.com/~r/coderradiomp3/~3/f33htlV1F2I/
- <p>Where does TypeScript fit in, and are the many criticisms lobbied at it legitimate? We discuss the state of scripting, and the new dark pragmatism that seems to be setting in.</p>
-
-<p>Plus picking your ideal client, package managers for Windows and Mac, your feedback & more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/f33htlV1F2I" height="1" width="1" alt=""/>
- Mon, 18 Aug 2014 14:14:15 -0700
-
- 2083052E-6D7A-4E43-9C36-EB0BF7CE9FA8
- Jupiter Broadcasting
- Where does TypeScript fit in, and are the many criticisms lobbied at it legitimate? We discuss the state of scripting, and the new dark pragmatism that seems to be setting in.
-
-Plus picking your ideal client, package managers for Windows and Mac & more!
-
- no
- 43:44
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/64822/the-scripting-chronicles-cr-115/
-
- Contrarian Contracting | CR 114
- http://feedproxy.google.com/~r/coderradiomp3/~3/o0jmkhhBXHk/
- <p>Mike and Chris share their perspective on successfully cultivating a contact development business, and from their experience, the biggest gotchas that hurt the most.</p>
-
-<p>Plus hosting on your own vs shared services, a little Dart love, and the Linux user who bought a Mac.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/o0jmkhhBXHk" height="1" width="1" alt=""/>
- Mon, 11 Aug 2014 15:17:06 -0700
-
- CC0A3722-1A4A-4DCF-9C03-D341B2CB34B7
- Jupiter Broadcasting
- Mike and Chris share their perspective on successfully cultivating a contact development business, and the biggest gotchas that hurt the most.
-
-Plus hosting on your own vs shared services, a little Dart love & the Linux user who bought a Mac.
-
- no
- 50:08
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/64302/contrarian-contracting-cr-114/
-
- Corner of Shame | CR 113
- http://feedproxy.google.com/~r/coderradiomp3/~3/tRMIF4DGhvY/
- <p>Mike and Chris record a bonus episode of Coder Radio for you this week. We discuss the possibility of Steam selling productivity apps for Desktop Linux, how Overcast.fm could set the trend for future mobile apps, and Chris shares his thoughts about his new Oculus Rift DK2.</p>
-
-<p>Plus you great feedback, some follow up and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/tRMIF4DGhvY" height="1" width="1" alt=""/>
- Fri, 08 Aug 2014 12:20:46 -0700
-
- A8D0A3FE-5DD9-4FF1-96DC-100C773E90B4
- Jupiter Broadcasting
- Mike and Chris record a bonus episode of Coder Radio for you this week. We discuss the possibility of Steam selling productivity apps for Desktop Linux, how Overcast.fm could set the trend for future mobile apps, and thoughts about the Oculus Rift DK2.
-
- no
- 52:17
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/64152/corner-of-shame-cr-113/
-
- The Xamarin Solution | CR 112
- http://feedproxy.google.com/~r/coderradiomp3/~3/JD6kzwATewo/
- <p>Mike discusses what his business has noted after using Xamarin and Xamarin.Forms. Plus we bust some myths, discuss use cases and advantages, the disadvantages. </p>
-
-<p>Plus you great feedback, some follow up and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/JD6kzwATewo" height="1" width="1" alt=""/>
- Mon, 04 Aug 2014 15:21:41 -0700
-
- 27F9829C-BD12-4D33-9D3D-028A1CE9E0B8
- Jupiter Broadcasting
- Mike discusses what his business has noted after using Xamarin and Xamarin.Forms. Plus we bust some myths, discuss use cases and advantages, the disadvantages.
-
-Plus you great feedback, some follow up and more!
-
- no
- 1:03:23
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/63792/the-xamarin-solution-cr-112/
-
- Microsoft's Culture Anchor | Coder Radio 111
- http://feedproxy.google.com/~r/coderradiomp3/~3/Mm6Crc7oLJQ/
- <p>Chris makes the case for splitting Microsoft up into a consumer and services split, and why that would be the best possible outcome for developers.</p>
-
-<p>Plus some great feedback, more on selling free software and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Mm6Crc7oLJQ" height="1" width="1" alt=""/>
- Mon, 21 Jul 2014 15:40:11 -0700
-
- 48410383-F1A8-49E8-A2EF-2AA4A818CC87
- Jupiter Broadcasting
- Chris makes the case for splitting Microsoft up into a consumer and services split, and why that would be the best possible outcome for developers.
-
-Plus some great feedback, more on selling free software and more!
-
- no
- 44:28
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/62802/microsofts-culture-anchor-coder-radio-111/
-
- Manual Design | CR 110
- http://feedproxy.google.com/~r/coderradiomp3/~3/s_1b79tmvIo/
- <p>Have Interface designers led us down a false path? Why is it when heavy lifting is needed our tools still fall short in 2014? Mike discusses the shortcomings of some of our favorite tools, who is on the right track, and what the real solution seems to be.</p>
-
-<p>Plus some great feedback and Chris begins a new kind of challenge.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/s_1b79tmvIo" height="1" width="1" alt=""/>
- Mon, 14 Jul 2014 14:42:37 -0700
-
- 8BE487C7-8296-4C42-9AF1-EFE9F1B1CE98
- Jupiter Broadcasting
- Have Interface designers led us down a false path? Mike discusses the shortcomings of some of our favorite tools, who is on the right track, and what the real solution seems to be.
-
-Plus some great feedback and Chris begins a new kind of challenge.
-
- no
- 49:22
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/62257/manual-design-cr-110/
-
- Go Big or Go Lean! | CR 109
- http://feedproxy.google.com/~r/coderradiomp3/~3/EvH3md3sAoo/
- <p>Mike reflects on his transition from dedicated developer to business management, what makes a business “big” vs “lean” and what the guys feel is a good fit for their goals.</p>
-
-<p>Plus when to cut yourself off from a pet coding project, a book that promises to help you pick a Javascript Framework and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/EvH3md3sAoo" height="1" width="1" alt=""/>
- Mon, 07 Jul 2014 14:03:14 -0700
-
- 0B1A1C79-B29E-4715-9B60-DED038FA3749
- Jupiter Broadcasting
- Mike reflects on his transition from dedicated developer to business management, what makes a business “big” vs “lean” and what the guys feel is a good fit for their goals.
-
-Plus when to cut yourself off from a pet coding project and more!
-
- no
- 41:11
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/61767/go-big-or-go-lean-cr-109/
-
- Materially Excited | CR 108
- http://feedproxy.google.com/~r/coderradiomp3/~3/9B2T1CjvFFI/
- <p>Mike and Chris cover some great follow up on new hotness burnout. Then we discuss what impressed us and what tempers our excitement from Google I/O 2014. </p>
-
-<p>Plus why AndroidOne could be the Android of the future and a quick chat about Rust.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/9B2T1CjvFFI" height="1" width="1" alt=""/>
- Mon, 30 Jun 2014 14:17:33 -0700
-
- 5AD5EA4F-41F7-46CA-9E2D-55D7C30938DB
- Jupiter Broadcasting
- Mike and Chris cover some great follow up on new hotness burnout. Then we discuss what impressed us and what tempers our excitement from Google I/O 2014.
-
-Plus why AndroidOne could be the Android of the future and a quick chat about Rust.
-
- no
- 43:09
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/61182/materially-excited-cr-108/
-
- New Hotness Exhaustion | CR 107
- http://feedproxy.google.com/~r/coderradiomp3/~3/vtsCsJSCJcM/
- <p>Mike ponders if we can trust ourselves to walk the line between comfort, laziness and experience? </p>
-
-<p>Plus you great feedback, a few more I/O thoughts and a framework you can take home to mom.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/vtsCsJSCJcM" height="1" width="1" alt=""/>
- Mon, 23 Jun 2014 14:51:58 -0700
-
- 4749B169-D291-4C4F-B649-6349F3211F7A
- Jupiter Broadcasting
- Mike ponders if we can trust ourselves to walk the line between comfort, laziness and experience?
-
-Plus you great feedback, a few more I/O thoughts and a framework you can take home to mom.
-
- no
- 52:20
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/60532/new-hotness-exhaustion-cr-107/
-
- Bathroom Marketing | CR 106
- http://feedproxy.google.com/~r/coderradiomp3/~3/BBHqDmTjP-4/
- <p>Our top 10 hopes and expectations from Google I/O 2014. Is this the year Google pushes developers on design, will Google+ take a backseat and more.</p>
-
-<p>Plus our followup includes the challenges facing openGL, why the Nexus program will die, coping with information overload and getting your confidence back.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/BBHqDmTjP-4" height="1" width="1" alt=""/>
- Mon, 16 Jun 2014 15:05:57 -0700
-
- 843D2391-E0D8-49CF-A62B-DC3DB7BF4A3C
- Jupiter Broadcasting
- Our top 10 hopes from Google I/O 2014. Is this the year Google pushes developers on design, will Google+ take a backseat?
-
-Plus: The challenges facing openGL, why the Nexus program will die, coping with information overload & getting your confidence back.
-
- no
- 49:46
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/60042/bathroom-marketing-cr-106/
-
- The Problem with GitHub | CR 105
- http://feedproxy.google.com/~r/coderradiomp3/~3/spyvHoT7OQ4/
- <p>Mike shares his experience moving from GitHub to a self hosted GitLab installation and the benefits his team realized after making the move.</p>
-
-<p>Plus we’ll take a look at the new Docker announcements, your feedback and some surprise followup!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/spyvHoT7OQ4" height="1" width="1" alt=""/>
- Mon, 09 Jun 2014 15:13:06 -0700
-
- 9494D15C-C79A-4F87-AFEA-95239CA49206
- Jupiter Broadcasting
- Mike shares his experience moving from GitHub to a self hosted GitLab installation and the benefits his team realized after making the move.
-
-Plus we’ll take a look at the new Docker announcements, your feedback and some surprise followup!
-
- no
- 49:18
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/59542/the-problem-with-github-cr-105/
-
- Swift exit for Obj-C | CR 104
- http://feedproxy.google.com/~r/coderradiomp3/~3/Ff7xlkUq3c0/
- Mike and Chris share their raw reactions from Apple’s WWDC Keynote, including Mike’s big concerns about Swift.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Ff7xlkUq3c0" height="1" width="1" alt=""/>
- Mon, 02 Jun 2014 14:53:51 -0700
-
- E6E44AB1-F5A8-4474-98F6-FCF83D00BBE4
- Jupiter Broadcasting
- Mike and Chris share their raw reactions from Apple’s WWDC Keynote, including Mike’s big concerns about Swift.
-
- no
- 27:00
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/58787/swift-exit-for-obj-c-cr-104/
-
- WWDC Predictions 2014 | CR 103
- http://feedproxy.google.com/~r/coderradiomp3/~3/fHePzX5CY50/
- <p>Mike and Chris run down their predictions and hopes areas Apple might improve iOS, Mac hardware, and general ecosystem development during next week’s big keynote.</p>
-
-<p>Plus our thoughts on the state of Qt, re-thinking Linux’s market share, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/fHePzX5CY50" height="1" width="1" alt=""/>
- Mon, 26 May 2014 15:36:19 -0700
-
- DB648ED8-7BF9-40E4-969E-E76A1F0D0711
- Jupiter Broadcasting
- Mike and Chris run down their predictions and hopes areas Apple might improve iOS, Mac hardware, and general ecosystem development during next week’s big keynote.
-
-Plus our thoughts on the state of Qt, re-thinking Linux’s market share, and more!
-
- no
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/58287/wwdc-predictions-2014-cr-103/
-
- Has Microsoft Lost It's Mojo? | CR 102
- http://feedproxy.google.com/~r/coderradiomp3/~3/sgnKF9GpL2U/
- <p>Mike and Chris discuss how, even when a laptop seems like the obvious choice, sometimes a desktop may be a better fit. Then, will the fate of Microsoft be slowly and embarrassingly slipping into irrelevance?</p>
-
-<p>And of course your fantastic feedback and much, much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/sgnKF9GpL2U" height="1" width="1" alt=""/>
- Mon, 19 May 2014 18:02:56 -0700
-
- 563F843C-6584-48A6-AC21-18AB9270559F
- Jupiter Broadcasting
- Mike and Chris discuss how, even when a laptop seems like the obvious choice, sometimes a desktop may be a better fit. Then, will the fate of Microsoft be slowly and embarrassingly slipping into irrelevance?
-
-And of course your feedback and much more!
-
- no
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/57752/has-microsoft-lost-its-mojo-cr-102/
-
- Shields Up | CR 101
- http://feedproxy.google.com/~r/coderradiomp3/~3/hHVjJ_X5kLw/
- <p>It’s a day filled with war stories, we start off by sharing how things have blown up in our laps this morning, and cover your excellent feedback. </p>
-
-<p>Then - Chris shares his new gadget purchase, and how it’s making him re-think some of his firm opinions.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/hHVjJ_X5kLw" height="1" width="1" alt=""/>
- Mon, 12 May 2014 17:31:06 -0700
-
- 0C037861-C7A5-4C2A-B3CE-486DF78CA395
- Jupiter Broadcasting
- It’s a day filled with war stories, we start off by sharing how things have blown up in our laps this morning, and cover your excellent feedback.
-
-Then - Chris shares his new gadget purchase, and how it’s making him re-think some of his firm opinions.
-
- no
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/57227/shields-up-cr-101/
-
- 0×64 | CR 100
- http://feedproxy.google.com/~r/coderradiomp3/~3/Alod1-Eb3KQ/
- Mike and Chris celebrate 100 weeks of Coder Radio by reading some great feedback, discussing new hardware choices, and why the future of desktop Linux is a little worrying.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Alod1-Eb3KQ" height="1" width="1" alt=""/>
- Mon, 05 May 2014 19:30:05 -0700
-
- 886188FC-90C2-4CFA-9B49-0137CAE2A142
- Jupiter Broadcasting
- Mike and Chris celebrate 100 weeks of Coder Radio by reading some great feedback, discussing new hardware choices, and why the future of desktop Linux is a little worrying.
-
- no
- 1:00:41
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/56747/0x64-cr-100/
-
- Is That a Weave? | CR 99
- http://feedproxy.google.com/~r/coderradiomp3/~3/fWa5dbdvn8I/
- We double down on your follow up. Working remotely, scratching your itch while at your current job, why we missed Heartbleed, and the video that will make you never again complain about how hard something is.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/fWa5dbdvn8I" height="1" width="1" alt=""/>
- Mon, 28 Apr 2014 16:52:09 -0700
-
- 754586F3-6232-4AAE-98F0-1A93758B3B79
- Jupiter Broadcasting
- We double down on your follow up. Working remotely, scratching your itch while at your current job, why we missed Heartbleed, and the video that will make you never again complain about how hard something is.
-
- no
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/56162/is-that-a-weave-cr-99/
-
- Always Be Coding | CR 98
- http://feedproxy.google.com/~r/coderradiomp3/~3/LbagDdeNYu8/
- <p>Chris and Mike face the limitations of remote workers, and the challenges they’ve experienced. We take your live calls, and discuss the awesome projects you're working on. </p>
-
-<p>Why you should write code every day, the hard numbers about mobile games, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/LbagDdeNYu8" height="1" width="1" alt=""/>
- Mon, 21 Apr 2014 10:53:10 -0700
-
- 8F1E59C0-4D4D-4820-B3CB-19D86B841182
- Jupiter Broadcasting
- Chris and Mike face the limitations of remote workers, and the challenges they’ve experienced. We take your live calls, and discuss the projects you're working on.
-
-Why you should write code every day, the hard numbers about mobile games, and more!
-
- no
- 1:07:20
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/55527/always-be-coding-cr-98/
-
- Open Source, Closed Wallets | CR 97
- http://feedproxy.google.com/~r/coderradiomp3/~3/H0KqCN_NeVQ/
- <p>The Heartbleed bug has ignited a new round of open source doubters, but are the renewed concerns about the open source development model unfounded? And what can be done to avoid catastrophes like this in the future? We discuss.</p>
-
-<p>Plus an honest discussion about that moment of no return, your feedback, and more!</p>
-
-<p>Note: Apologies for the transitional audio setup while we move between studios. Improvements next week!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/H0KqCN_NeVQ" height="1" width="1" alt=""/>
- Mon, 14 Apr 2014 13:25:20 -0700
-
- C493C34D-CFA2-4DC3-B917-90924B1D66DC
- Jupiter Broadcasting
- The Heartbleed bug has ignited a new round of open source doubters, but are the renewed concerns about the open source development model unfounded? And what can be done to avoid catastrophes like this in the future? We discuss.
-
- no
- 59:05
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/55147/open-source-closed-wallets-cr-97/
-
- MS Gadget 2.0 | CR 96
- http://feedproxy.google.com/~r/coderradiomp3/~3/4R8IEnnuEEg/
- <p>Microsoft shocks the developer community by open sourcing some of their crown .Net jewels. Mike and Chris discuss the ramifications for Java, and the overall strategy Microsoft could be shifting too. Plus why the return of the Start Menu is a massive middle finger to devs, and other interesting bits from Build 2014.</p>
-
-<p>Plus your follow up on Oculus VR, the Blame Game, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/4R8IEnnuEEg" height="1" width="1" alt=""/>
- Mon, 07 Apr 2014 12:39:22 -0700
-
- 527B4DF1-FC9B-4E96-9121-329B71C6B2B6
- Jupiter Broadcasting
- Microsoft shocks the developer community by open sourcing some of their crown .Net jewels. Mike and Chris discuss the ramifications for Java, and the overall strategy Microsoft could be shifting too.
-
- no
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/54707/ms-gadget-2-0-cr-96/
-
- The Blame Game | CR 95
- http://feedproxy.google.com/~r/coderradiomp3/~3/To4X01uSpy0/
- <p>Are your projects cursed with knowledge of the present? Mike and Chris discuss the tendency to blame the last guy, and in some cases even scapegoat the absent. And why its only human to see all the mistakes of those who came before you.</p>
-
-<p>Plus our thoughts on Facebook buying Oculus VR, your feedback, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/To4X01uSpy0" height="1" width="1" alt=""/>
- Mon, 31 Mar 2014 11:40:54 -0700
-
- 87BD6BA5-621A-4AD5-9176-303BABB6711C
- Jupiter Broadcasting
- Are your projects cursed with knowledge of the present? Mike and Chris discuss the tendency to blame the last guy, and in some cases even scapegoat the absent. And why its only human to see all the mistakes of those who came before you.
-
- no
- 1:00:12
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/54357/the-blame-game-cr-95/
-
- Paranoid Android Developers | CR 94
- http://feedproxy.google.com/~r/coderradiomp3/~3/7mimq3GdDCI/
- <p>Android growth is exploding, and showing no signs of slowing down… So why are big players still avoiding the platform? We’ll challenge some common misconceptions on why developers avoid Android.</p>
-
-<p>Plus big Silicon Valley tech companies get busted colluding to keep wages low, the contractor fudge factor, your feedback..</p>
-
-<p>And more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/7mimq3GdDCI" height="1" width="1" alt=""/>
- Mon, 24 Mar 2014 11:47:49 -0700
-
- 2EDD55C2-CADD-43E3-9D90-C00ABD47E194
- Jupiter Broadcasting
- Android growth is exploding, and showing no signs of slowing down… So why are big players still avoiding the platform? We’ll challenge some common misconceptions on why developers avoid Android.
-
- no
- 59:37
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/53982/paranoid-android-developers-cr-94/
-
- Ruby off the Rails | CR 93
- http://feedproxy.google.com/~r/coderradiomp3/~3/KB5v1UzkceE/
- The Rails community was blasted by a distinguished, and disgruntled member. But does his criticism hold up? And is there a larger problem at play here? Plus our thoughts on Amazon’s rumored new console, and a great batch of your feedback!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/KB5v1UzkceE" height="1" width="1" alt=""/>
- Mon, 17 Mar 2014 11:39:02 -0700
-
- 08E6226C-360A-4355-BE40-9A39CC724F12
- Jupiter Broadcasting
- The Rails community was blasted by a distinguished, and disgruntled member. But does his criticism hold up? And is there a larger problem at play here? Plus our thoughts on Amazon’s rumored new console, and a great batch of your feedback!
-
- no
- 59:17
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/53532/ruby-off-the-rails-cr-93/
-
- Persona Non Grata | CR 92
- http://feedproxy.google.com/~r/coderradiomp3/~3/ItX0w7uuyZ4/
- <p>We embrace Daylight saving time with a special call-in edition of Coder Radio. Topics include a chat with one of the developers behind the online JavaScript assembly emulator, the encroachment of DRM in everyday life, and why Mozilla’s Persona has been put out to pasture and the difficult problem that creates for developers. </p>
-
-<p>Plus your feedback, and much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/ItX0w7uuyZ4" height="1" width="1" alt=""/>
- Mon, 10 Mar 2014 11:40:53 -0700
-
- 20661542-3B05-4F54-B4C5-CBFA4DBE2EAC
- Jupiter Broadcasting
- We embrace Daylight saving time with a special call-in edition of Coder Radio. We discuss DRM, feedback, Mozilla’s Persona being put out to pasture and much more!
-
- no
- 49:13
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/53142/persona-non-grata-cr-92/
-
- Your Database is Slow | CR 91
- http://feedproxy.google.com/~r/coderradiomp3/~3/FiG6Fiys_f8/
- <p>Oren Eini from Hibernating Rhinos joins us to discuss their “second generation” document database written in .NET. We have an insightful conversation about RavenDB, a flexible data model designed to address requirements coming from real-world systems. </p>
-
-<p>Plus our surprising answer to the big certification question, your emails, and more.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/FiG6Fiys_f8" height="1" width="1" alt=""/>
- Mon, 03 Mar 2014 11:28:04 -0800
-
- ADA145A1-386D-4821-B572-C7F402C54967
- Jupiter Broadcasting
- Oren Eini from Hibernating Rhinos joins us to discuss their “second generation” document database written in .NET. We have an insightful conversation about RavenDB, a flexible data model designed to address requirements coming from real-world systems.
-
- no
- 54:14
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/52657/your-database-is-slow-cr-91/
-
- Get Yourself Tested | CR 90
- http://feedproxy.google.com/~r/coderradiomp3/~3/tFNTmDwH3pI/
- <p>Florian Motlik from Codeship joins us to discuss automated unit testing, a practical approach to rethinking how to get started with your own testing, and how Codeship’s hosted continuous integration and continuous deployment platform is bringing much needed relief to some of developments most tedious tasks.</p>
-
-<p>Plus getting started with simple approach, when to take the money, your emails, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/tFNTmDwH3pI" height="1" width="1" alt=""/>
- Mon, 24 Feb 2014 11:31:19 -0800
-
- 6523D922-6F26-448A-9CB8-9BDCD7EBD8AF
- Jupiter Broadcasting
- Florian Motlik from Codeship joins us to discuss how Codeship’s hosted continuous integration and continuous deployment platform is bringing much needed relief.
-
- no
- 57:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/52237/get-yourself-tested-cr-90/
-
- The Cost of Comments | CR 89
- http://feedproxy.google.com/~r/coderradiomp3/~3/CwWkd57Hx4c/
- <p>Responding to criticism for an open source project, or a closed commercial project can be a very tricky things. Mike and Chris share their thoughts on how you can properly set expectations and respond to negative feedback.</p>
-
-<p>Plus what roles users play in their interaction with developers, your feedback, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/CwWkd57Hx4c" height="1" width="1" alt=""/>
- Mon, 17 Feb 2014 12:35:31 -0800
-
- 4D8F33E7-7138-4DAE-9022-AB01FB302BE1
- Jupiter Broadcasting
- Responding to criticism for an open source project, or a closed commercial project can be a very tricky things. Mike and Chris share their thoughts on how you can properly set expectations and respond to negative feedback.
-
- no
- 1:15:28
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/51802/the-cost-of-comments-cr-89/
-
- Paper Cuts Deep | CR 88
- http://feedproxy.google.com/~r/coderradiomp3/~3/5x5txEYKr9Q/
- <p>Mike and Chris use the recent drama around Paper and Flappy Bird to have a wider discussion about the forces against Indie developers. And our reactions to the CEO change at Microsoft.</p>
-
-<p>Plus some great feedback, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/5x5txEYKr9Q" height="1" width="1" alt=""/>
- Mon, 10 Feb 2014 12:14:40 -0800
-
- 0CFE7A2F-791F-4F88-9241-DEF5CFBE5D07
- Jupiter Broadcasting
- Mike and Chris use the recent drama around Paper and Flappy Bird to have a wider discussion about the forces against Indie developers. And our reactions to the CEO change at Microsoft.
-
-Plus some great feedback, and more!
-
- no
- 1:12:55
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/51342/paper-cuts-deep-cr-88/
-
- Waning Windows | CR 87
- http://feedproxy.google.com/~r/coderradiomp3/~3/sGLynaIflTk/
- <p>Mike and Chris address a number of topics this week, from open source project’s properly communicating with the media, Google selling Motorola to Lenovo, and a debate about Microsoft’s rumored CEO choice.</p>
-
-<p>Plus your feedback, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/sGLynaIflTk" height="1" width="1" alt=""/>
- Mon, 03 Feb 2014 12:13:39 -0800
-
- 827B3165-C45C-4A30-823D-EB2730BB1244
- Jupiter Broadcasting
- Mike and Chris address a number of topics this week, from open source project’s properly communicating with the media, Google selling Motorola to Lenovo, and a debate about Microsoft’s rumored CEO choice.
-
-Plus your feedback, and more!
-
- no
- 1:08:30
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/50872/waning-windows-cr-87/
-
- Myth of Magic Methodology | CR 86
- http://feedproxy.google.com/~r/coderradiomp3/~3/-aVrxMp8FQE/
- <p>Is the concept of a one sized fits all methodology getting tired? We revisit Agile in the dynamic client/developer relationship. Then how opening up your development plans to the community, even for commercial software, can be full of benefits and drawbacks.</p>
-
-<p>Plus a great batch of your feedback, and much more.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/-aVrxMp8FQE" height="1" width="1" alt=""/>
- Mon, 27 Jan 2014 12:08:09 -0800
-
- 256CA2E1-DFD5-49EA-A9C1-D05EB6097631
- Jupiter Broadcasting
- Is the concept of a one sized fits all methodology getting tired? We revisit Agile in the dynamic client/developer relationship. Then how opening up your development plans to the community, even for commercial software, can be full of benefits & drawbacks
-
- no
- 1:10:28
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/50492/myth-of-magic-methodology-cr-86/
-
- Backend Lockin | CR 85
- http://feedproxy.google.com/~r/coderradiomp3/~3/VFHr7q--CBk/
- <p>Back-end services are really helping developers focus on their core competency, but how quickly will you need to go outside the box? What about vendor lock-in?</p>
-
-<p>Plus: A ton of great feedback, resisting the urge to hate change, and much more.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/VFHr7q--CBk" height="1" width="1" alt=""/>
- Mon, 20 Jan 2014 12:02:01 -0800
-
- A4DCA5F9-4D49-4EF3-8573-BF964C7CDBC9
- Jupiter Broadcasting
- Back-end services are really helping developers focus on their core competency, but how quickly will you need to go outside the box? What about vendor lock-in?
-
-Plus: A ton of great feedback, resisting the urge to hate change, and much more.
-
- no
- 1:07:50
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/49877/backend-lockin-cr-85/
-
- Ops vs Dev | CR 84
- http://feedproxy.google.com/~r/coderradiomp3/~3/L9cydpr-iBU/
- <p>The classic battle flairs up this week, and the guys discuss how an over controlling sysadmin can slow down an important project, and why that problem seems to be so much worse in business.</p>
-
-<p>Plus the market is still hot for Java, but down discount Python or C#, making a big career change, and the standard for replacing your own inhouse tools.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/L9cydpr-iBU" height="1" width="1" alt=""/>
- Mon, 13 Jan 2014 12:02:34 -0800
-
- 69EAC03C-C872-4B5A-9A02-81C4CD858332
- Jupiter Broadcasting
- The classic battle flairs up this week, and the guys discuss how an over controlling sysadmin can slow down an important project, and why that problem seems to be so much worse in business.
-
- no
- 1:00:58
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/49437/ops-vs-dev-cr-84/
-
- It’s Java’s Year | CR 83
- http://feedproxy.google.com/~r/coderradiomp3/~3/Zk9oxccKNJw/
- <p>We’ll bust some java myths with Mark Heckler, a software engineer at Oracle. Plus the status of Duke, java on embedded systems, and what the future holds.</p>
-
-<p>Plus your feedback and some of Mike’s 2014 bets.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Zk9oxccKNJw" height="1" width="1" alt=""/>
- Mon, 06 Jan 2014 12:02:04 -0800
-
- 568EC56C-49A8-4AD6-844B-AEC438A6AB57
- Jupiter Broadcasting
- We’ll bust some java myths with Mark Heckler, a software engineer at Oracle. Plus the status of Duke, java on embedded systems, and what the future holds.
-
-Plus your feedback and some of Mike’s 2014 bets.
-
- no
- 1:03:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/49012/its-javas-year-cr-83/
-
- Coding Transitions | CR 82
- http://feedproxy.google.com/~r/coderradiomp3/~3/AVwBYaaDiWI/
- <p>With a little reflection on the years big moments, the guys look ahead to 2014. We’ll debate what’s going to be the big stories of 2014 for developers, and the tech industry at large.</p>
-
-<p>Plus we’ll answer a few of your questions, and toss in a couple surprises in our last episode of 2013!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/AVwBYaaDiWI" height="1" width="1" alt=""/>
- Mon, 30 Dec 2013 11:55:13 -0800
-
- 1CC89E14-57B1-4D53-92C2-810DE0624D43
- Jupiter Broadcasting
- With a little reflection on the years big moments, the guys look ahead to 2014. We’ll debate what’s going to be the big stories of 2014 for developers, and the tech industry at large.
-
- no
- 1:03:58
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/48737/coding-transitions-cr-82/
-
- The Freelancer Dilemma | CR 81
- http://feedproxy.google.com/~r/coderradiomp3/~3/1K9yzfZ77D8/
- <p>The guys take some calls and discuss a wide range of great topics. From workspace setups, developer hardware, C vs C++, and the real problems facing contract programmers.</p>
-
-<p>Plus a batch of your feedback, the best editor ever (for Windows), and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/1K9yzfZ77D8" height="1" width="1" alt=""/>
- Mon, 23 Dec 2013 06:55:16 -0800
-
- 12FA6F20-4124-4A01-AA75-84C440488819
- Jupiter Broadcasting
- The guys take some calls and discuss a wide range of great topics. From workspace setups, developer hardware, C vs C++, and the real problems facing contract programmers.
-
-Plus a batch of your feedback, the best editor ever (for Windows), and more!
-
- no
- 1:08:49
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/48462/the-freelancer-dilemma-cr-81/
-
- The SteamOS Conspiracy | CR 80
- http://feedproxy.google.com/~r/coderradiomp3/~3/MqLR7fDajfE/
- <p>Early builds of SteamOS have landed, and we wonder what the larger implications are. Plus our thoughts on Microsoft's clear challenges, the problem with Qt Creator, and betting on the future.</p>
-
-<p>Plus your feedback, our thoughts on cloud build services, and much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/MqLR7fDajfE" height="1" width="1" alt=""/>
- Mon, 16 Dec 2013 14:35:21 -0800
-
- E7ADB6E8-8734-4534-8433-42ABF3799E27
- Jupiter Broadcasting
- Early builds of SteamOS have landed, and we wonder what the larger implications are. Plus our thoughts on Microsoft's clear challenges, the problem with Qt Creator, and betting on the future.
-
- no
- 1:12:29
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/48132/the-steamos-conspiracy-cr-80/
-
- Two French Presses | CR 79
- http://feedproxy.google.com/~r/coderradiomp3/~3/yZ4jybg2HrE/
- <p>After discussing our caffeine regimes, we take a crack at getting Q&A right. We’ll share some personal experiences with Q&A gone wrong, and our tips for fixing it.</p>
-
-<p>Plus a look back at one of the giant’s shoulders developers stand on today, and your emails.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/yZ4jybg2HrE" height="1" width="1" alt=""/>
- Mon, 09 Dec 2013 11:53:07 -0800
-
- CDD14026-0AEE-40C4-BC52-F90FA87C0342
- Jupiter Broadcasting
- After discussing our caffeine regimes, we take a crack at getting Q&A right. We’ll share some personal experiences with Q&A gone wrong, and our tips for fixing it.
-
-Plus a look back at one of the giant’s shoulders developers stand on today.
-
- no
- 56:18
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/47762/two-french-presses-cr-79/
-
- Code Your Enthusiasm | CR 78
- http://feedproxy.google.com/~r/coderradiomp3/~3/wu_0gDNu24o/
- It’s a mailbag special with a hidden message. Mike and Chris discuss burnout a bit more, the pitfalls of bad Q&A, automated UI testing, and the open source projects we’re thankful for this year.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/wu_0gDNu24o" height="1" width="1" alt=""/>
- Mon, 02 Dec 2013 14:01:30 -0800
-
- 133138B1-752D-4DCD-B39F-28FD3AD4F871
- Jupiter Broadcasting
- It’s a mailbag special with a hidden message. Mike and Chris discuss burnout a bit more, the pitfalls of bad Q&A, automated UI testing, and the open source projects we’re thankful for this year.
-
- no
- 1:44:51
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/47307/code-your-enthusiasm-cr-78/
-
- The Big Xbone | CR 77
- http://feedproxy.google.com/~r/coderradiomp3/~3/2M03vMK-7p0/
- <p>Is the Xbox One the next big App platform? We’ll share theories. Plus where to books fit in for self education? Are they too slow, or is there a place for the printed medium in a rapidly developing industry? </p>
-
-<p>Plus a batch of your emails, our follow up, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/2M03vMK-7p0" height="1" width="1" alt=""/>
- Mon, 25 Nov 2013 12:37:28 -0800
-
- 9436CC71-3489-4A76-B574-0B4C32221246
- Jupiter Broadcasting
- Is the Xbox One the next big App platform? We’ll share theories. Plus where to books fit in for self education? Are they too slow, or is there a place for the printed medium in a rapidly developing industry?
-
- no
- 1:06:13
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/46917/the-big-xbone-cr-77/
-
- Burned by Agile | CR 76
- http://feedproxy.google.com/~r/coderradiomp3/~3/DCOuavx7B7c/
- <p>Burnout kills your productivity, creativity, and ability to get things done. The worst part? It can sneak up in different ways. Mike and Chris share how to recognize burnout, a quick fix to get you through, and their personal long term fixes.</p>
-
-<p>Plus a great batch of emails, setting your weekend rate, and much more.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/DCOuavx7B7c" height="1" width="1" alt=""/>
- Mon, 18 Nov 2013 12:46:59 -0800
-
- 3B9063D5-E5E6-4892-A36E-487D1DCA4A0D
- Jupiter Broadcasting
- Burnout kills your productivity, creativity, and ability to get things done. The worst part? It can sneak up in different ways. Mike and Chris share how to recognize burnout, a quick fix to get you through, and their personal long term fixes.
-
- no
- 1:19:00
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/46552/burned-by-agile-cr-76/
-
- Deploying the Haterade | CR 75
- http://feedproxy.google.com/~r/coderradiomp3/~3/G9LonYMop3g/
- <p>A recent snafu has left Mike in a bit of a bind with a client, and technical glitches nearly threatened to toss Chris out on the side of the road.</p>
-
-<p>After digging through a batch of really great emails, the guys air some dirty laundry. This week we crack open a cold one, and chug some haterade.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/G9LonYMop3g" height="1" width="1" alt=""/>
- Mon, 11 Nov 2013 13:03:36 -0800
-
- E93E7480-4968-43BA-9A97-700DF4B31AF9
- Jupiter Broadcasting
- A recent snafu has left Mike in a bit of a bind with a client, and technical glitches nearly threatened to toss Chris out on the side of the road.
-
- no
- 1:11:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/46167/deploying-the-haterade-cr-75/
-
- Justifying Java | CR 74
- http://feedproxy.google.com/~r/coderradiomp3/~3/f1aywB59Juo/
- <p>After discussing recent hardware gadget purchases, and why, the guys jump into the case of Java. Mike’s ready to justify his love, for Java.</p>
-
-<p>Plus a little dev world hoopla, your feedback, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/f1aywB59Juo" height="1" width="1" alt=""/>
- Mon, 04 Nov 2013 12:02:45 -0800
-
- 1B0A11CC-7926-4E76-A8BF-5741FC7081C9
- Jupiter Broadcasting
- After discussing recent hardware gadget purchases, and why, the guys jump into the case of Java. Mike’s ready to justify his love, for Java.
-
-Plus a little dev world hoopla, your feedback, and more!
-
-
-
- no
- 1:00:10
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/45807/justifying-java-cr-74/
-
- Baby Got Backend | CR 73
- http://feedproxy.google.com/~r/coderradiomp3/~3/94BI4Gs0rSw/
- <p>From backups to deployment, we go back to the backend! The new solutions giving us the opportunity to reconsider the infrastructure around our projects.</p>
-
-<p>Plus gearing up for 64bit development, and much more.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/94BI4Gs0rSw" height="1" width="1" alt=""/>
- Mon, 28 Oct 2013 12:26:27 -0700
-
- 41768EE7-D3B6-4E62-BEA8-6C1CB7D2852C
- Jupiter Broadcasting
- From backups to deployment, we go back to the backend! The new solutions giving us the opportunity to reconsider the infrastructure around our projects.
-
-Plus gearing up for 64bit development, and much more.
-
- no
- 1:09:06
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/45412/baby-got-backend-cr-73/
-
- Relatively Laid Out | CR 72
- http://feedproxy.google.com/~r/coderradiomp3/~3/9VyWbT4Ya-U/
- <p>With big Google and Apple events on the horizon we look at how Google’s early investment in relative UI layouts will be paying dividends in Android 4.4 KitKat.</p>
-
-<p>Plus: Your emails, our php follow up, a few near-term predictions, and even an RMS rap.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/9VyWbT4Ya-U" height="1" width="1" alt=""/>
- Mon, 21 Oct 2013 12:42:56 -0700
-
- CD6AC1ED-2366-47D4-B3AA-01DA8ECF71EA
- Jupiter Broadcasting
- With big Google and Apple events on the horizon we look at how Google’s early investment in relative UI layouts will be paying dividends in Android 4.4 KitKat.
-
-Plus: Your emails, our php follow up, a few near-term predictions, and even an RMS rap.
-
- no
- 1:17:29
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/45077/relatively-laid-out-cr-72/
-
- Betting on Linux | CR 71
- http://feedproxy.google.com/~r/coderradiomp3/~3/WVyzIx3AerA/
- <p>When targeting Linux, developers have to face some tough choices. Mike’s spent a year planning his move and discusses the opportunity and the risk of supporting Linux, how much effort should be put into targeting Ubuntu, and keeping the big picture in mind.</p>
-
-<p>Plus our follow up and your feedback!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/WVyzIx3AerA" height="1" width="1" alt=""/>
- Mon, 14 Oct 2013 12:31:47 -0700
-
- 1F28F8D7-ABBB-4F06-9B7D-EED991BEFF04
- Jupiter Broadcasting
- When targeting Linux, developers have to face some tough choices. Mike’s spent a year planning his move and discusses the opportunity and the risk of supporting Linux, how much effort should be put into targeting Ubuntu.
-
- no
- 1:13:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/44632/betting-on-linux-cr-71/
-
- Toolchain Transitions | CR 70
- http://feedproxy.google.com/~r/coderradiomp3/~3/OXBOmxQYf24/
- <p>Mike’s making some big changes to his workflow, and sharing the tools in his box. We’ll look at the transition to Ubuntu Linux for Mike and his dev team, and the productivity advantages they see.</p>
-
-<p>Plus planning for scale, a fresh look at Vala, your emails, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/OXBOmxQYf24" height="1" width="1" alt=""/>
- Mon, 07 Oct 2013 12:45:05 -0700
-
- C049A7BF-6EAB-4A57-8E0F-910B8715B1BE
- Jupiter Broadcasting
- Mike’s making some big changes to his workflow, and sharing the tools in his box. We’ll look at the transition to Ubuntu Linux for Mike and his dev team, and the productivity advantages they see.
-
- no
- 1:17:21
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/44217/toolchain-transitions-cr-70/
-
- With Apologies to Texas | CR 69
- http://feedproxy.google.com/~r/coderradiomp3/~3/dDkOodU7xUY/
- <p>Mike and Chris chew on the major problems patent trolls are creating for small and large development shops.</p>
-
-<p>Then it’s a race to the bottom for software prices, and the guys have a few theories on what, if anything, developers can do to carve out a living.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/dDkOodU7xUY" height="1" width="1" alt=""/>
- Mon, 30 Sep 2013 11:57:40 -0700
-
- 6699EA23-0ADA-45B7-A530-0A94705AF35E
- Jupiter Broadcasting
- Mike and Chris chew on the major problems patent trolls are creating for small and large development shops.
-
-Then it’s a race to the bottom for software prices, and the guys have a few theories on what, if anything, developers can do to carve out a living
-
- no
- 1:03:15
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/43867/with-apologies-to-texas-cr-69/
-
- ASP.Magic | CR 68
- http://feedproxy.google.com/~r/coderradiomp3/~3/GrbTdQQfFBI/
- <p>Mike discusses the culture clash between the ASP.Net framework diehards, and the recent converts. ASP.Net and Azure services have been at the core of project Mike and his team have had underway for a couple months and they’ve gotten a good feeling of it’s strengths and weakness.</p>
-
-<p>Plus our live reaction to SteamOS, ending the platform/tool wars that even your benevolent hosts find themselves falling into, your feedback, and much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/GrbTdQQfFBI" height="1" width="1" alt=""/>
- Mon, 23 Sep 2013 12:53:25 -0700
-
- B0929660-F844-48BE-BF6D-9192C7C7779E
- Jupiter Broadcasting
- Mike discusses the culture clash between the ASP.Net framework diehards, and the recent converts.
-
- no
- 1:18:42
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)programming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/43517/asp-magic-cr-68/
-
- Blazing 7 | CR 67
- http://feedproxy.google.com/~r/coderradiomp3/~3/W02EHkeIcko/
- <p>iOS 7 is landing and Mike and Chris discuss what’s in store for developers, and the real reason to put a 64bit CPU in a cell phone.</p>
-
-<p>Plus the core of what’s wrong with Microsoft, practicing security from the start, your emails and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/W02EHkeIcko" height="1" width="1" alt=""/>
- Mon, 16 Sep 2013 13:36:22 -0700
-
- D1636789-DBED-405F-A582-F128ECC2B7C8
- iOS 7 is landing and Mike and Chris discuss what’s in store for developers, and the real reason to put a 64bit CPU in a cell phone.
-
-Plus the core of what’s wrong with Microsoft, practicing security from the start, your emails and more!
-
- no
- 1:34:10
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/43192/blazing-7-cr-67/
-
- Docker All The Things | CR 66
- http://feedproxy.google.com/~r/coderradiomp3/~3/bY_CGlMybbs/
- <p>We’re joined by two gentlemen from dotCloud, the folks behind Docker. We chat about what Docker is best at, how far out the 1.0 release is, the projects use of Go, the future of Docker, and much more.</p>
-
-<p>Plus is the commoditization of software development a bad thing? Your emails, and more.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/bY_CGlMybbs" height="1" width="1" alt=""/>
- Mon, 09 Sep 2013 12:29:11 -0700
-
- ABA59717-C0FC-45B7-A64C-B2C39801587E
- We’re joined by two gentlemen from dotCloud, the folks behind Docker. We chat about what Docker is best at, how far out the 1.0 release is, the projects use of Go, the future of Docker, and much more.
-
- no
- 45:45
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/42767/docker-all-the-things-cr-66/
-
- Love’s Labor Lost | CR 65
- http://feedproxy.google.com/~r/coderradiomp3/~3/x71kvgce61k/
- <p>It’s a Monday holiday episode of the Coder Radio show, so we opened up the Skype lines and officially declare this episode a grab bag of topics!</p>
-
-<p>From the death of JavaScript to Android vs iOS we touch on a list of favorite topics.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/x71kvgce61k" height="1" width="1" alt=""/>
- Mon, 02 Sep 2013 12:11:00 -0700
-
- 8AE233D8-A1A2-4AB4-AE27-50C0159592BF
- It’s a Monday holiday episode of the Coder Radio show, so we opened up the Skype lines and officially declare this episode a grab bag of topics!
-
-From the death of JavaScript to Android vs iOS we touch on a list of favorite topics.
-
- no
- 1:02:07
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/42332/loves-labor-lost-cr-65/
-
- Bye Bye Ballmer | CR 64
- http://feedproxy.google.com/~r/coderradiomp3/~3/Ww3vSo0TZgM/
- <p>Steve Ballmer’s legacy at Microsoft is controversial. We look over the long list of big and quiet successes and failures under his watch as CEO. Plus what we think the big problem facing Microsoft is going to be long term, and if they can really transform into a “devices and services” company.</p>
-
-<p>Plus we’ll discuss the big problem with SourceForge, self taught programing vs structured schooling, your emails, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/Ww3vSo0TZgM" height="1" width="1" alt=""/>
- Mon, 26 Aug 2013 12:25:39 -0700
-
- 5983A5E7-DE06-4DE0-BE5D-82234CA66219
- Steve Ballmer’s legacy at Microsoft is controversial. We look over the long list of big and quiet successes and failures under his watch as CEO. Plus what we think the big problem facing Microsoft is going to be long term.
-
- no
- 1:08:56
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/42142/bye-bye-ballmer-cr-64/
-
- Mozilla Persona | CR 63
- http://feedproxy.google.com/~r/coderradiomp3/~3/0KiXEMZS3jI/
- <p>We chat with Dan at the Mozilla about his work on the Persona project, and how Mozilla offers developers a neutral platform for effective authentication.</p>
-
-<p>Plus our thoughts on what’s troubling the Ubuntu Edge project, a batch of your questions, and much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/0KiXEMZS3jI" height="1" width="1" alt=""/>
- Mon, 19 Aug 2013 18:51:14 -0700
-
- 482C6D96-3361-4BE3-8654-787A94CB0DF1
- We chat with Dan at the Mozilla about his work on the Persona project, and how Mozilla offers developers a neutral platform for effective authentication.
-
-Plus our thoughts on what’s troubling the Ubuntu Edge project.
-
- no
- 1:35:21
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/41812/mozilla-persona-cr-63/
-
- FizzBuzzed! | CR 62
- http://feedproxy.google.com/~r/coderradiomp3/~3/b0Hc0WInqac/
- <p>Hiring can be a real pain in the butt. The guys share the horror stories from interviews they’ve conducted that went horribly wrong. Plus a few tips for getting a gig.</p>
-
-<p>Then the guys chew on the dev hoopla of the week, and read some great emails.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/b0Hc0WInqac" height="1" width="1" alt=""/>
- Mon, 12 Aug 2013 12:04:49 -0700
-
- 5994DA43-2974-4046-A8DB-F7F64DFE3CD2
- Hiring can be a real pain in the butt. The guys share the horror stories from interviews they’ve conducted that went horribly wrong. Plus a few tips for getting a gig.
-
-Then the guys chew on the dev hoopla of the week, and read some great emails.
-
- no
- 1:00:38
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/41452/fizzbuzzed-cr-62/
-
- Office Hours | CR 61
- http://feedproxy.google.com/~r/coderradiomp3/~3/ut4aKdP7VhM/
- <p>Mike and Chris bare it all on their classic work/life balance struggles. Dealing with the unique circumstances of working at home, why it’s not the dream 9-to-5 types picture.</p>
-
-<p>Plus your feedback, a few follow ups and much more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/ut4aKdP7VhM" height="1" width="1" alt=""/>
- Mon, 05 Aug 2013 13:42:44 -0700
-
- C36E3EA2-2244-48BA-BA7C-4477AD0C0E45
- Mike and Chris bare it all on their classic work/life balance struggles. Dealing with the unique circumstances of working at home, why it’s not the dream 9-to-5 types picture.
-
-Plus your feedback, a few follow ups and much more!
-
- no
- 1:01:37
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/41227/office-hours-cr-61/
-
- Call In 2.0 | CR 60
- http://feedproxy.google.com/~r/coderradiomp3/~3/YI5qVs5YctE/
- Celebrating 60 episodes we take live calls from our audience and chat about the topics are their minds. Then we follow up on the indie developer Xbox One situation, read your feedback, and more!<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/YI5qVs5YctE" height="1" width="1" alt=""/>
- Mon, 29 Jul 2013 12:53:50 -0700
-
- C6C78FC3-57D2-497A-A4D4-172A3FFDE30F
- Celebrating 60 episodes we take live calls from our audience and chat about the topics are their minds. Then we follow up on the indie developer Xbox One situation, read your feedback, and more!
-
- no
- 1:10:17
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/40912/call-in-2-0-cr-60/
-
- Sour Apple | CR 59
- http://feedproxy.google.com/~r/coderradiomp3/~3/lUHGDEXxfVc/
- <p>A compromise at Apple turns Mike’s week upside down. Reeling from the setback we dig into Mike’s concerns with Canonical’s crowd sourced Ubuntu Edge phone.</p>
-
-<p>Why we're a bit dismayed at Firefox OS’ attempts to kill the app store...</p>
-
-<p>And we answer your hard questions.</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/lUHGDEXxfVc" height="1" width="1" alt=""/>
- Mon, 22 Jul 2013 13:20:10 -0700
-
- 7725D8B6-C6FF-4035-969A-D7605BC85798
- A compromise at Apple turns Mike’s week upside down. Reeling from the setback we dig into Mike’s concerns with Canonical’s crowd sourced Ubuntu Edge phone.
-
- no
- 1:05:51
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/40672/sour-apple-cr-59/
-
- The 56k Solution | CR 58
- http://feedproxy.google.com/~r/coderradiomp3/~3/cG-qZ9ZTc0Q/
- Data protection in the cloud can mean a lot of different things. But what about in the context of software development? The guys tackle that question, and cover a great batch of your feedback.<img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/cG-qZ9ZTc0Q" height="1" width="1" alt=""/>
- Mon, 15 Jul 2013 12:29:24 -0700
-
- 26CF0582-E7A6-4C55-8D5F-27C03489222E
- Data protection in the cloud can mean a lot of different things. But what about in the context of software development? The guys tackle that question, and cover a great batch of your feedback.
-
- no
- 1:06:52
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/40377/the-56k-solution-cr-58/
-
- The Dev Jungle | CR 57
- http://feedproxy.google.com/~r/coderradiomp3/~3/WLSymICaSXk/
- <p>The guys bust some myths around outsourcing, and insourcing development work. Striking a balance when trying to codify better practices in the workplace, sticking with good old tech for bad reasons…</p>
-
-<p>Plus a big batch of your feedback!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/WLSymICaSXk" height="1" width="1" alt=""/>
- Mon, 08 Jul 2013 12:30:37 -0700
-
- E1EBF7F9-60A6-43CD-97F5-89FEC6F6CB1D
- The guys bust some myths around outsourcing, and insourcing development work. Striking a balance when trying to codify better practices in the workplace, sticking with good old tech for bad reasons…
-
-Plus a big batch of your feedback!
-
- no
- 59:44
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/40042/the-dev-jungle-cr-57/
-
- Microsoft’s in a Funk | CR 56
- http://feedproxy.google.com/~r/coderradiomp3/~3/y6E6BOJ3VFE/
- <p>Stinging from a Build conference hangover, the guys focus on their current disappoints with Microsoft.</p>
-
-<p>Then Mike gets a new OYUA box and has a few surprises, plus your emails, and more!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/y6E6BOJ3VFE" height="1" width="1" alt=""/>
- Mon, 01 Jul 2013 12:22:30 -0700
-
- 78B71DF4-19E3-4BCC-B8BC-B7363DBF2243
- Stinging from a Build conference hangover, the guys focus on their current disappoints with Microsoft.
-
-Then Mike gets a new OYUA box and has a few surprises, plus your emails, and more!
-
- no
- 1:04:02
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/39752/microsofts-in-a-funk-cr-56/
-
- Software Exorcism | CR 55
- http://feedproxy.google.com/~r/coderradiomp3/~3/5om9GicWx8Q/
- <p>Even when you know better, you sometimes find yourself contributing to the problem, just to get the job done. This week the guys bare it all and discuss how they’ve ended up making things worse when they were hired to make it all better.</p>
-
-<p>Plus keeping up on new trends without wasting time, how open environments provide better predictability, and a batch of your feedback!</p><img src="http://feeds.feedburner.com/~r/coderradiomp3/~4/5om9GicWx8Q" height="1" width="1" alt=""/>
- Mon, 24 Jun 2013 11:36:33 -0700
-
- CD63A138-6324-4A73-920C-7E36105C5E37
- Even when you know better, you sometimes find yourself contributing to the problem, just to get the job done. This week the guys bare it all and discuss how they’ve ended up making things worse when they were hired to make it all better.
-
-
- no
- 1:01:19
-
- chris@jupiterbroadcasting.com (chris@jupiterbroadcasting.com)chris@jupiterbroadcasting.comprogramming,coding,software,development,xcode,gnu,app,toolkit,performance,business,python,xml,dart,js,java,script,gatekeeper,apple,osx,linux,windows,metro,ios,android,wwwdc,google,io,iPhone,ipad,ics,cloud,Retina,Platformhttp://www.jupiterbroadcasting.com/39357/software-exorcism-cr-55/
- Jupiter Broadcastingchris@jupiterbroadcasting.comnonadult
-
diff --git a/hammond-data/benches/feeds/pcpermp3.xml b/hammond-data/benches/feeds/pcpermp3.xml
deleted file mode 100644
index 789164b..0000000
--- a/hammond-data/benches/feeds/pcpermp3.xml
+++ /dev/null
@@ -1,37363 +0,0 @@
-
-
-
-
-PC Perspective Podcast
-http://www.pcper.com/
-
-http://www.pcper.com/images/podcast-logo-600x600.png
-PC Perspective Podcast
-600
-600
-http://www.pcper.com/podcast
-
-en-us
-Shrout Publishing, Inc. 2011
-PC Perspective editors discuss the latest reviews and technology news
-Ryan Shrout
-The editors of PC Perspective discuss the latest in-house product reviews and news from around the world that pertains to technology and PC hardware.
-The editors of PC Perspective discuss the latest in-house product reviews and news from around the world that pertains to technology and PC hardware.
-
-Ryan Shrout
-rshrout@pcper.com
-
-
-
-
-
-
-
-
-PC Perspective Podcast 475 - 11/09/17
-Thu, 09 Nov 2017 06:00:00 -0400
-99:42
-
-pc-perspective-podcast-475-20171109
-Ryan Shrout
-Join us for talk about Intel with AMD graphics, Raja's move to Intel, and more!
-
-Join us for talk about Intel with AMD graphics, Raja's move to Intel, and more!
-
-no
-PC Perspective Podcast #475 - 11/09/17
-
-
Join us for discussion on Intel with AMD graphics, Raja's move to Intel, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-
-
-
-
-PC Perspective Podcast 454 - 06/15/17
-Thu, 15 June 2017 06:00:00 -0400
-
-pc-perspective-podcast-454-20170615
-Ryan Shrout
-Join us for talk about Cryptocurreny mining resurgence, XBox One X, and more!
-
-Join us for talk about Cryptocurreny mining resurgence, XBox One X, and more!
-
-no
-86:26
-PC Perspective Podcast #454 - 06/15/17
-
-
Join us for talk about Cryptocurreny mining resurgence, XBox One X, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-
-
-
-
-PC Perspective Podcast 451 - 05/25/17
-Thu, 25 May 2017 06:00:00 -0400
-
-pc-perspective-podcast-451-20170525
-Ryan Shrout
-Join us for talk about the wew Surface Pro, analog keyboards, water cooled PSUs and more!enCL updates, and more!
-
-Join us for talk about the wew Surface Pro, analog keyboards, water cooled PSUs and more!
-
-no
-99:25
-PC Perspective Podcast #451 - 05/25/17
-
-
Join us for talk about the wew Surface Pro, analog keyboards, water cooled PSUs and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-
-
-]]>
-
-
-
-PC Perspective Podcast 446 - 04/20/17
-Thu, 20 Apr 2017 06:00:00 -0400
-
-pc-perspective-podcast-446-20170420
-Ryan Shrout
-Join us this week as we discuss Radeon RX 580 review, Open Benchtable and DAN cases, Intel Rumors and more!
-
-Join us this week as we discuss Radeon RX 580 review, Open Benchtable and DAN cases, Intel Rumors and more!
-
-no
-98:24
-PC Perspective Podcast #446 - 04/20/17
-
-
Join us for Radeon RX 580 review, Open Benchtable and DAN cases, Intel Rumors and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-
-]]>
-
-
-
-
-PC Perspective Podcast 443 - 03/30/17
-Thu, 30 Mar 2017 06:00:00 -0400
-
-pc-perspective-podcast-443-20170330
-Ryan Shrout
-Join us this weke as we discuss Thermoelectric Coolers, Tiny PSUs, Lots o' Storage, some trips down nostaglia lane, and more!
-
-Join us this week as we discuss Thermoelectric Coolers, Tiny PSUs, Lots o' Storage, some trips down nostaglia lane, and more!
-
-no
-94:48
-PC Perspective Podcast #443 - 03/30/17
-
-
Join us for Thermoelectric Coolers, Tiny PSUs, Lots o' Storage, some trips down nostaglia lane, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly
- through the RSS page HERE.
-
-
-
-
-
-]]>
-
-
-
-
-
-PC Perspective Podcast 438 - 02/22/17
-Thu, 22 Feb 2017 06:00:00 -0400
-
-pc-perspective-podcast-438-20170222
-Ryan Shrout
-Join us this week as we discuss Vulkan one year later, Logitech G213 Keyboard, eero home mesh networking, Ryzen Pre Orders, and more!
-
-Join us this week as we discuss EVulkan one year later, Logitech G213 Keyboard, eero home mesh networking, Ryzen Pre Orders, and more!
-
-no
-58:01
-PC Perspective Podcast #438 - 02/23/17
-
-
Join us for Vulkan one year later, Logitech G213 Keyboard, eero home mesh networking, Ryzen Pre Orders, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-
-
-
-
-PC Perspective Podcast 437 - 02/15/17
-Thu, 15 Feb 2017 06:00:00 -0400
-
-pc-perspective-podcast-437-20170215
-Ryan Shrout
-Join us this week as we discuss EVGA iCX, Zen Architechure, Intel Optane, new NVIDIA and AMD driver releases, and more!
-
-Join us this week as we discuss EVGA iCX, Zen Architechure, Intel Optane, new NVIDIA and AMD driver releases, and more!
-
-no
-81:17
-PC Perspective Podcast #437 - 02/16/17
-
-
Join us for EVGA iCX, Zen Architechure, Intel Optane, new NVIDIA and AMD driver releases, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-
-
-
-
-PC Perspective Podcast 435 - 02/02/17
-Thu, 02 Feb 2017 06:00:00 -0400
-
-pc-perspective-podcast-435-20170202
-Ryan Shrout
-Join us this week as we discuss Nintendo Switch, EVGA SuperNOVA 850w G3, Xbox Project Scorpio, Das Keyboard Gaming, and more!
-
-Join us this week as we discuss Nintendo Switch, EVGA SuperNOVA 850w G3, Xbox Project Scorpio, Das Keyboard Gaming, and more!
-
-no
-106:22
-PC Perspective Podcast #435 - 02/02/17
-
-
Join us this week as we discuss Qualcomm aptX, FSP Reundant PSUs, Micron Enterprise SSDs, 5G LTE, AMD Fiscal Year, ZeniMax lawsuit, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-
-]]>
-
-
-
-
-
-PC Perspective Podcast 434 - 01/26/17
-Thu, 26 Jan 2017 06:00:00 -0400
-
-pc-perspective-podcast-434-20170126
-Ryan Shrout
-Join us this week as we discuss Nintendo Switch, EVGA SuperNOVA 850w G3, Xbox Project Scorpio, Das Keyboard Gaming, and more!
-
-Join us this week as we discuss Nintendo Switch, EVGA SuperNOVA 850w G3, Xbox Project Scorpio, Das Keyboard Gaming, and more!
-
-no
-67:50
-PC Perspective Podcast #434 - 01/26/17
-
-
Join us this week as we discuss Nintendo Switch, EVGA SuperNOVA 850w G3, Xbox Project Scorpio, Das Keyboard Gaming, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-
-
-]]>
-
-
-
-
-PC Perspective Podcast 433 - 01/12/17
-Thu, 19 Jan 2017 06:00:00 -0400
-
-pc-perspective-podcast-433-20170119
-Ryan Shrout
-Join us this week for budget RX 460 build, Season Titanium, Windows Game Mode, and more!
-
-Join us this week for budget RX 460 build, Season Titanium, Windows Game Mode, and more!
-
-no
-79:34
-PC Perspective Podcast #433 - 01/19/17
-
-
Join us this week as we discuss a budget RX 460 build, Seasonic Titanium, Windows Game Mode, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 01 Dec 2016 06:00:00 -0400
-
-pc-perspective-podcast-427-20161201
-Ryan Shrout
-Join us this week as we discuss leaked Zen prices, Kaby Lake performance leaks, GTX 1050 Ti upgrades and more!
-
-Join us this week as we discuss leaked Zen prices, Kaby Lake performance leaks, GTX 1050 Ti upgrades and more!
-
-no
-80:41
-
-
-
-PC Perspective Podcast 426 - 11/23/16
-PC Perspective Podcast #426 - 11/23/16
-
-
Join us this week as we discuss Intel Kaby Lake performance, a new Corsair Crystal 570X case, Qualcomm Snapdragon 835 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 23 Nov 2016 06:00:00 -0400
-
-pc-perspective-podcast-426-20161123
-Ryan Shrout
-Join us this week as we discuss Intel Kaby Lake performance, a new Corsair Crystal 570X case, Qualcomm Snapdragon 835 and more!
-
-Join us this week as we discuss Intel Kaby Lake performance, a new Corsair Crystal 570X case, Qualcomm Snapdragon 835 and more!
-
-no
-83:00
-
-
-
-PC Perspective Podcast 425 - 11/17/16
-PC Perspective Podcast #425 - 11/17/16
-
-
Join us this week as we discuss new Samsung 960 EVO, NZXT S340, NVIDIA revenue, wireless Vive, Serious Sam VR, Steam VR on Linux and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 17 Nov 2016 06:00:00 -0400
-
-pc-perspective-podcast-425-20161117
-Ryan Shrout
-Join us this week as we discuss new Samsung 960 EVO, NZXT S340, NVIDIA revenue, wireless Vive, Serious Sam VR, Steam VR on Linux and more!
-Join us this week as we discuss new Samsung 960 EVO, NZXT S340, NVIDIA revenue, wireless Vive, Serious Sam VR, Steam VR on Linux and more!
-no
-73:46
-
-
-
-PC Perspective Podcast 424 - 11/10/16
-PC Perspective Podcast #424 - 11/10/16
-
-
Join us this week as we discuss new AMD Radeon Pro GPUs, Corsair Carbide Air 740 Review, MSI Gaming Notebook Overview, VRMark, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-Thu, 10 Nov 2016 06:00:00 -0400
-
-pc-perspective-podcast-424-20161110
-Ryan Shrout
-Join us this week as we discuss new AMD Radeon Pro GPUs, Corsair Carbide Air 740 Review, MSI Gaming Notebook Overview, VRMark, and more!
-Join us this week as we discuss new AMD Radeon Pro GPUs, Corsair Carbide Air 740 Review, MSI Gaming Notebook Overview, VRMark, and more!
-no
-69:34
-
-
-
-PC Perspective Podcast 423 - 11/03/16
-PC Perspective Podcast #423 - 11/03/16
-
-
Join us this week as we discuss the Logitech Prodigy G231, multi-GPU scaling with DX12, Qualcomm buying NXP, issues with GTX 1070 and 1080 cards and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 03 Nov 2016 06:00:00 -0400
-
-pc-perspective-podcast-423-20161103
-Ryan Shrout
-Join us this week as we discuss the Logitech Prodigy G231, multi-GPU scaling with DX12, Qualcomm buying NXP, issues with GTX 1070 and 1080 cards and more!
-Join us this week as we discuss the Logitech Prodigy G231, multi-GPU scaling with DX12, Qualcomm buying NXP, issues with GTX 1070 and 1080 cards and more!
-no
-70:25
-
-
-
-PC Perspective Podcast 422 - 10/27/16
-PC Perspective Podcast #422 - 10/27/16
-
-
Join us this week as we discuss the Samsung 960 Pro, Fanatec racing gear, an Acer UltraWide projector, Optane leaks, MS Surface Studio and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 13 Oct 2016 06:00:00 -0400
-
-pc-perspective-podcast-422-20161027
-Ryan Shrout
-Join us this week as we discuss the Samsung 960 Pro, Fanatec racing gear, an Acer UltraWide projector, Optane leaks, MS Surface Studio and more!
-Join us this week as we discuss the Samsung 960 Pro, Fanatec racing gear, an Acer UltraWide projector, Optane leaks, MS Surface Studio and more!
-no
-106:41
-
-
-
-PC Perspective Podcast 421 - 10/13/16
-PC Perspective Podcast #421 - 10/13/16
-
-
Join us this week as we discuss our review of the iPhone 7, the Drobo 5C, Intel FPGAs and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-Thu, 13 Oct 2016 06:00:00 -0400
-
-pc-perspective-podcast-421-20161013
-Ryan Shrout
-Join us this week as we discuss our review of the iPhone 7, the Drobo 5C, Intel FPGAs and more!
-Join us this week as we discuss our review of the iPhone 7, the Drobo 5C, Intel FPGAs and more!
-no
-82:35
-
-
-
-PC Perspective Podcast 420 - 10/06/16
-PC Perspective Podcast #420 - 10/06/16
-
-
Join us this week as we discuss the REVEEN JUSTICE Air Cooler, Silverstone Strider 550W PSU, NVIDIA Xavier SoC, Google Pixel, Logitech C922, 1050Ti, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 06 Oct 2016 06:00:00 -0400
-
-pc-perspective-podcast-420-20161006
-Ryan Shrout
-Join us this week as we discuss the REVEEN JUSTICE Air Cooler, Silverstone Strider 550W PSU, NVIDIA Xavier SoC, Google Pixel, Logitech C922, 1050Ti, and more!
-Join us this week as we discuss the REVEEN JUSTICE Air Cooler, Silverstone Strider 550W PSU, NVIDIA Xavier SoC, Google Pixel, Logitech C922, 1050Ti, and more!
-no
-81:22
-
-
-
-PC Perspective Podcast 419 - 09/29/16
-PC Perspective Podcast #419 - 09/29/16
-
-
Join us this week as we discuss the Edition 10 of the Rampage V motherboard, a VerticalMouse, a shiny SilverStone case, the AMD A12-9800 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 29 Sep 2016 06:00:00 -0400
-
-pc-perspective-podcast-419-20160929
-Ryan Shrout
-Join us this week as we discuss the Edition 10 of the Rampage V motherboard, a VerticalMouse, a shiny SilverStone case, the AMD A12-9800 and more!
-Join us this week as we discuss the Edition 10 of the Rampage V motherboard, a VerticalMouse, a shiny SilverStone case, the AMD A12-9800 and more!
-no
-65:25
-
-
-
-PC Perspective Podcast 418 - 09/22/16
-PC Perspective Podcast #418 - 09/22/16
-
-
Join us this week as we discuss an air cooler roundup, Samsung 960 EVO and Pro announced and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-Thu, 22 Sep 2016 06:00:00 -0400
-
-pc-perspective-podcast-418-20160922
-Ryan Shrout
-Join us this week as we discuss an air cooler roundup, Samsung 960 EVO and Pro announced and more!
-Join us this week as we discuss an air cooler roundup, Samsung 960 EVO and Pro announced and more!
-no
-70:13
-
-
-
-PC Perspective Podcast 417 - 09/15/16
-PC Perspective Podcast #417 - 09/15/16
-
-
Join us this week as we discuss the Maximus VIII Forumla, MoCA adapters, GFE logins and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 15 Sep 2016 06:00:00 -0400
-
-pc-perspective-podcast-417-20160915
-Ryan Shrout
-Join us this week as we discuss the Maximus VIII Forumla, MoCA adapters, GFE logins and more!
-Join us this week as we discuss the Maximus VIII Forumla, MoCA adapters, GFE logins and more!
-no
-96:39
-
-
-
-PC Perspective Podcast 416 - 09/08/16
-PC Perspective Podcast #416 - 09/08/16
-
-
Join us this week as we discuss the Intel SSD 600p, Leaked Zen Performance, new iPhone and PS4 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 08 Sep 2016 06:00:00 -0400
-
-pc-perspective-podcast-416-20160908
-Ryan Shrout
-Join us this week as we discuss the Intel SSD 600p, Leaked Zen Performance, new iPhone and PS4 and more!
-Join us this week as we discuss the Intel SSD 600p, Leaked Zen Performance, new iPhone and PS4 and more!
-no
-108:53
-
-
-
-PC Perspective Podcast 415 - 09/01/16
-PC Perspective Podcast #415 - 09/01/2016
-
-
Join us this week as we discuss the ASUS GeForce GTX 1060 Turbo, Intel SSD P3520, HUAWEI Mate 8, ASUS Strix X99, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 25 Aug 2016 06:00:00 -0400
-
-pc-perspective-podcast-414-20160825
-Ryan Shrout
-Join us this week as we discuss the newly released architecture details of AMD Zen, Audeze headphones, AMD market share gains and more!
-Join us this week as we discuss the newly released architecture details of AMD Zen, Audeze headphones, AMD market share gains and more!
-no
-97:15
-
-
-
-PC Perspective Podcast 413 - 08/18/16
-PC Perspective Podcast #413 - 08/18/2016
-
-
Join us this week as we discuss the new mobile GeForce GTX 10-series gaming notebooks, ARM and Intel partnering on 10nm, Flash Memory Summit and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 18 Aug 2016 06:00:00 -0400
-
-pc-perspective-podcast-413-20160818
-Ryan Shrout
-Join us this week as we discuss the new mobile GeForce GTX 10-series gaming notebooks, ARM and Intel partnering on 10nm, Flash Memory Summit and more!
-Join us this week as we discuss the new mobile GeForce GTX 10-series gaming notebooks, ARM and Intel partnering on 10nm, Flash Memory Summit and more!
-no
-89:39
-
-
-
-PC Perspective Podcast 412 - 08/11/16
-PC Perspective Podcast #412 - 08/11/2016
-
-
Join us this week as we discuss the new 10TB Seagate hard drive, Le Grand Macho cooler and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 11 Aug 2016 06:00:00 -0400
-
-pc-perspective-podcast-412-20160811
-Ryan Shrout
-Join us this week as we discuss the new 10TB Seagate hard drive, Le Grand Macho cooler and more!
-Join us this week as we discuss the new 10TB Seagate hard drive, Le Grand Macho cooler and more!
-no
-54:54
-
-
-
-PC Perspective Podcast 411 - 08/05/16
-PC Perspective Podcast #411 - 08/05/2016
-
-
Join us this week as we discuss our new Titan X review and talk with the fans at Quakecon 2016!!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
Join us this week as we discuss the new Pascal based Titan X, an AMD graphics card with 1TB of SSD storage on-board, data recovery with RapidSpar and more!!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 28 Jul 2016 06:00:00 -0400
-
-pc-perspective-podcast-410-20160728
-Ryan Shrout
-Join us this week as we discuss the new Pascal based Titan X, an AMD graphics card with 1TB of SSD storage on-board, data recovery with RapidSpar and more!!
-Join us this week as we discuss the new Pascal based Titan X, an AMD graphics card with 1TB of SSD storage on-board, data recovery with RapidSpar and more!!
-no
-106:33
-
-
-
-PC Perspective Podcast 409 - 07/21/16
-PC Perspective Podcast #409 - 07/21/2016
-
-
Join us this week as we discuss the GTX 1060 review, controversy surrounding the async compute of 3DMark Time Spy and more!!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 21 Jul 2016 06:00:00 -0400
-
-pc-perspective-podcast-409-20160721
-Ryan Shrout
-Join us this week as we discuss the GTX 1060 review, controversy surrounding the async compute of 3DMark Time Spy and more!!
-Join us this week as we discuss the GTX 1060 review, controversy surrounding the async compute of 3DMark Time Spy and more!!
-no
-97:34
-
-
-
-PC Perspective Podcast 408 - 07/14/16
-PC Perspective Podcast #408 - 07/14/2016
-
-
Join us this week as we discuss a conclusion to the RX 480 power issue, the GTX 1060, a 4TB Samsung 850 EVO and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 14 Jul 2016 06:00:00 -0400
-
-pc-perspective-podcast-408-20160714
-Ryan Shrout
-Join us this week as we discuss a conclusion to the RX 480 power issue, the GTX 1060, a 4TB Samsung 850 EVO and more!
-Join us this week as we discuss a conclusion to the RX 480 power issue, the GTX 1060, a 4TB Samsung 850 EVO and more!
-no
-96:40
-
-
-
-PC Perspective Podcast 407 - 07/07/16
-PC Perspective Podcast #407 - 07/07/2016
-
-
Join us this week as we discuss RX 480 Power Concerns, X1 Yoga, Thrustmaster, Micron 9100 MAX, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 30 Jun 2016 06:00:00 -0400
-
-pc-perspective-podcast-406-20160630
-Ryan Shrout
-Join us this week as we discuss our AMD RX 480 review, the new Huawei MateBook, GTX 1060 and RX 490 leaks and more!
-Join us this week as we discuss our AMD RX 480 review, the new Huawei MateBook, GTX 1060 and RX 490 leaks and more!
-no
-88:15
-
-
-
-PC Perspective Podcast 405 - 06/23/16
-PC Perspective Podcast #405 - 06/23/2016
-
-
Join us this week as we discuss a AMD RX 480 hands-on, 32-core Zen rumors, the ASUS/MSI VBIOS scandal and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 23 Jun 2016 06:00:00 -0400
-
-pc-perspective-podcast-405-20160623
-Ryan Shrout
-Join us this week as we discuss an AMD RX 480 hands-on, 32-core Zen rumors, the ASUS/MSI VBIOS scandal and more!
-Join us this week as we discuss an AMD RX 480 hands-on, 32-core Zen rumors, the ASUS/MSI VBIOS scandal and more!
-no
-93:06
-
-
-
-PC Perspective Podcast 404 - 06/16/16
-PC Perspective Podcast #404 - 06/16/2016
-
-
Join us this week as we discuss the new Crucial MX300 SSD, news on upcoming Xbox hardware changes, GTX 1080 shortages and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 16 Jun 2016 06:00:00 -0400
-
-pc-perspective-podcast-404-20160616
-Ryan Shrout
-Join us this week as we discuss the new Crucial MX300 SSD, news on upcoming Xbox hardware changes, GTX 1080 shortages and more!
-Join us this week as we discuss the new Crucial MX300 SSD, news on upcoming Xbox hardware changes, GTX 1080 shortages and more!
-no
-108:15
-
-
-
-PC Perspective Podcast 403 - 06/09/16
-PC Perspective Podcast #403 - 06/09/2016
-
-
Join us this week as we discuss the GTX 1070 Review, i7-6950X Review, AMD Radeon RX480, Aftermarket GTX 1080’s, Tiny SSDs, Computex 2016, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Fri, 09 Jun 2016 12:00:00 -0400
-
-pc-perspective-podcast-403-20160609
-Ryan Shrout
-Join us this week as we discuss the Fractal Define S, Corsair Lapdog, Pascal dropping 3+4 way SLI game support, EVGA SLI HB's, and more!
-Join us this week as we discuss the Fractal Define S, Corsair Lapdog, Pascal dropping 3+4 way SLI game support, EVGA SLI HB's, and more!
-no
-79:54
-
-
-
-PC Perspective Podcast 402 - 06/03/16
-PC Perspective Podcast #402 - 06/02/2016
-
-
Join us this week as we discuss the GTX 1070 Review, i7-6950X Review, AMD Radeon RX480, Aftermarket GTX 1080’s, Tiny SSDs, Computex 2016, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-]]>
-Thu, 26 May 2016 06:33:07 -0400
-
-pc-perspective-podcast-401-20160526
-Ryan Shrout
-Join us this week as we discuss the Gigabyte X99P-SLI, RevoDrive is back, GPU Drivers, Computex, and more!
-Join us this week as we discuss the Gigabyte X99P-SLI, RevoDrive is back, GPU Drivers, Computex, and more!
-no
-66:41
-
-
-
-
-PC Perspective Podcast 400 - 05/19/16
-PC Perspective Podcast #400 - 05/19/2016
-
-
Join us this week as we discuss the GTX 1080 performance and features, official specifications of the GTX 1070, new Polaris specification rumors, ARM's 10nm chip test and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 19 May 2016 06:33:07 -0400
-
-pc-perspective-podcast-400-20160519
-Ryan Shrout
-Join us this week as we discuss the GTX 1080 performance and features, official specifications of the GTX 1070, new Polaris specification rumors, ARM's 10nm chip test and more!
-Join us this week as we discuss the GTX 1080 performance and features, official specifications of the GTX 1070, new Polaris specification rumors, ARM's 10nm chip test and more!
-no
-78:29
-
-
-
-PC Perspective Podcast 399 - 05/12/16
-PC Perspective Podcast #399 - 05/11/2016
-
-
Join us this week as we discuss the GTX 1080 Launch, UWP Updates, DOOM Vulkan Patch, Kaby Lake Leaks, ASUS ROG STRIX X99, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 12 May 2016 17:33:07 -0400
-
-pc-perspective-podcast-399-20160512
-Ryan Shrout
-Join us this week as we discuss the GTX 1080 Launch, UWP Updates, DOOM Vulkan Patch, Kaby Lake Leaks, ASUS ROG STRIX X99, and more!
-Join us this week as we discuss the GTX 1080 Launch, UWP Updates, DOOM Vulkan Patch, Kaby Lake Leaks, ASUS ROG STRIX X99, and more!
-no
-63:22
-
-
-
-PC Perspective Podcast 398 - 05/05/16
-PC Perspective Podcast #398 - 05/05/2016
-
-
Join us this week as we discuss the AMD Radeon Pro Duo Review, Godavari Refresh, ECS
- Z170-Claymore, ICY DOCK hot-swappable SSDs, and more!
-
-
You can subscribe to us through iTunes
- and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 05 May 2016 17:33:07 -0400
-
-pc-perspective-podcast-398-20160505
-Ryan Shrout
-Join us this week as we discuss the AMD Radeon Pro Duo Review, Godavari Refresh, ECS Z170-Claymore, ICY DOCK hot-swappable SSDs, and more!
-Join us this week as we discuss the AMD Radeon Pro Duo Review, Godavari Refresh, ECS Z170-Claymore, ICY DOCK hot-swappable SSDs, and more!
-no
-89:10
-
-
-
-PC Perspective Podcast 397 - 04/28/16
-PC Perspective Podcast #397 - 04/28/2016
-
-
Join us this week as we discuss the AMD Radeon Pro Duo, NZXT Manta, AMD's new deal with China, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 28 Apr 2016 06:00:03 -0400
-
-pc-perspective-podcast-397-20160428
-Ryan Shrout
-Join us this week as we discuss the AMD Radeon Pro Duo, NZXT Manta, AMD's new deal with China, and more!
-Join us this week as we discuss the AMD Radeon Pro Duo, NZXT Manta, AMD's new deal with China, and more!
-no
-76:15
-
-
-
-
-PC Perspective Podcast 396 - 04/21/16
-PC Perspective Podcast #396 - 04/21/2016
-
-
Join us this week as we discuss MSI Gaming Notebooks, Intel Layoffs, the PlayStation Neo and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 21 Apr 2016 06:00:03 -0400
-
-pc-perspective-podcast-396-20160421
-Ryan Shrout
-Join us this week as we discuss MSI Gaming Notebooks, Intel Layoffs, the PlayStation Neo and more!
-Join us this week as we discuss MSI Gaming Notebooks, Intel Layoffs, the PlayStation Neo and more!
-no
-101:44
-
-
-
-PC Perspective Podcast 395 - 04/14/16
-PC Perspective Podcast #395 - 04/14/2016
-
-
Join us this week as we discuss AMD Driver Quality, New Intel and Micron SSDs, Corsair's SPEC-ALPHA and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:45:10 This episode of PC Perspective Podcast is brought to you by Braintree. Even the best mobile app won’t work without the right payments API. That’s where the Braintree v.0 SDK comes in. One amazingly simple integration gives you every way to pay. Try out the sandbox and see for yourself at braintreepayments.com/pcper
-
-]]>
-Thu, 31 Mar 2016 06:00:03 -0400
-
-pc-perspective-podcast-393-20160331
-Ryan Shrout
-Join us this week as we discuss the HTC Vive and Oculus Rift, EVGA SC17 Notebook, UWP games and more!
-Join us this week as we discuss the HTC Vive and Oculus Rift, EVGA SC17 Notebook, UWP games and more!
-no
-97:33
-
-
-
-PC Perspective Podcast 392 - 03/24/16
-PC Perspective Podcast #392 - 03/24/2016
-
-
Join us this week as we discuss the Samsung 850 EVO V2, VR Build Guides, the End of Tick-Tock, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-]]>
-Thu, 24 Mar 2016 06:00:03 -0400
-
-pc-perspective-podcast-392-20160324
-Ryan Shrout
-Join us this week as we discuss the Samsung 850 EVO V2, VR Build Guides, the End of Tick-Tock, and more!
-Join us this week as we discuss the Samsung 850 EVO V2, VR Build Guides, the End of Tick-Tock, and more!
-no
-93:37
-
-
-
-PC Perspective Podcast 391 - 03/17/16
-PC Perspective Podcast #391 - 03/17/2016
-
-
Join us this week as we discuss the AMD's news from GDC, the MSI Vortex, and Q&A!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 17 Mar 2016 06:00:03 -0400
-
-pc-perspective-podcast-391-20160317
-Ryan Shrout
-Join us this week as we discuss the AMD's news from GDC, the MSI Vortex, and QA!
-Join us this week as we discuss the AMD's news from GDC, the MSI Vortex, and QA!
-no
-88:26
-
-
-
-PC Perspective Podcast 390 - 03/10/16
-PC Perspective Podcast #390 - 03/10/2016
-
-
Join us this week as we discuss the ASUS Z170 Sabertooth Mk1, Corsair Carbide 400C, more about Windows Store Games, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 10 Mar 2016 06:00:03 -0400
-
-pc-perspective-podcast-390-20160310
-Ryan Shrout
-Join us this week as we discuss the ASUS Z170 Sabertooth Mk1, Corsair Carbide 400C, more about Windows Store Games, and more!
-Join us this week as we discuss the ASUS Z170 Sabertooth Mk1, Corsair Carbide 400C, more about Windows Store Games, and more!
-no
-72:32
-
-
-
-PC Perspective Podcast 389 - 03/03/16
-PC Perspective Podcast #389 - 03/03/2016
-
-
Join us this week as we discuss the Thermaltake Core X9, the Controvery around DirectX 12, FreeSync HDMI Displays, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:51:40This episode of PC Perspective Podcast is brought to you by Braintree. Even the best mobile app won’t work without the right payments API. That’s where the Braintree v.0 SDK comes in. One amazingly simple integration gives you every way to pay. Try out the sandbox and see for yourself at braintreepayments.com/pcper
-
-
-
-
-]]>
-Thu, 03 Mar 2016 06:00:03 -0400
-
-pc-perspective-podcast-389-20160303
-Ryan Shrout
-Join us this week as we discuss the Thermaltake Core X9, the Controvery around DirectX 12, FreeSync HDMI Displays, and more!
-Join us this week as we discuss the Thermaltake Core X9, the Controvery around DirectX 12, FreeSync HDMI Displays, and more!
-no
-92:49
-
-
-
-PC Perspective Podcast 388 - 02/25/16
-PC Perspective Podcast #388 - 02/25/2016
-
-
Join us this week as we discuss the Samsung SSD T3, Logitech G933 and G633, Vulkan on Android, HTC Vive Pricing and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:41:35This episode of PC Perspective Podcast is brought to you by Braintree. Even the best mobile app won’t work without the right payments API. That’s where the Braintree v.0 SDK comes in. One amazingly simple integration gives you every way to pay. Try out the sandbox and see for yourself at braintreepayments.com/pcper
-
-
-]]>
-Thu, 25 Feb 2016 06:00:03 -0400
-
-pc-perspective-podcast-388-20160225
-Ryan Shrout
-Join us this week as we discuss the Samsung SSD T3, Logitech G933 and G633, Vulkan on Android, HTC Vive Pricing and more!
-Join us this week as we discuss the Samsung SSD T3, Logitech G933 and G633, Vulkan on Android, HTC Vive Pricing and more!
-no
-102:11
-
-
-
-PC Perspective Podcast 387 - 02/18/16
-PC Perspective Podcast #387 - 02/18/2016
-
-
Join us this week as we discuss the ASUS PB328Q, Samsung 750 EVO SSD, the release of Vulkan and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:35:00This episode of the PC Perspective Podcast is brought to you by Audible, the world's leading provider of audiobooks with more than 180,000 downloadable titles across all types of literature including fiction, nonfiction, and periodicals. For your free audiobook, go to audible.com/pcper
1:07:00 This episode of PC Perspective Podcast is brought to you by Braintree. Even the best mobile app won’t work without the right payments API. That’s where the Braintree v.0 SDK comes in. One amazingly simple integration gives you every way to pay. Try out the sandbox and see for yourself at braintreepayments.com/pcper
-
-]]>
-Thu, 18 Feb 2016 06:00:03 -0400
-
-pc-perspective-podcast-387-20160218
-Ryan Shrout
-Join us this week as we discuss the ASUS PB328Q, Samsung 750 EVO SSD, the release of Vulkan and more!
-Join us this week as we discuss the ASUS PB328Q, Samsung 750 EVO SSD, the release of Vulkan and more!
-no
-94:18
-
-
-
-PC Perspective Podcast 386 - 02/11/16
-PC Perspective Podcast #386 - 02/10/2016
-
-
Join us this week as we discuss the Logitech G810, Phanteks Enthoo EVOLV ITX, GTX 980 Ti VR Edition and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-]]>
-Thu, 11 Feb 2016 06:00:03 -0400
-
-pc-perspective-podcast-386-20160211
-Ryan Shrout
-Join us this week as we discuss the Logitech G810, Phanteks Enthoo EVOLV ITX, GTX 980 Ti VR Edition and more!
-Join us this week as we discuss the Logitech G810, Phanteks Enthoo EVOLV ITX, GTX 980 Ti VR Edition and more!
-no
-90:34
-
-
-
-PC Perspective Podcast 385 - 02/04/16
-PC Perspective Podcast #385 - 02/04/2016
-
-
Join us this week as we discuss Rise of the Tomb Raider performance, a triple RAID-0 NVMe array and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 04 Feb 2016 06:00:03 -0400
-
-pc-perspective-podcast-385-20160204
-Ryan Shrout
-Join us this week as we discuss Rise of the Tomb Raider performance, a triple RAID-0 NVMe array and more!
-Join us this week as we discuss Rise of the Tomb Raider performance, a triple RAID-0 NVMe array and more!
-no
-76:38
-
-
-
-PC Perspective Podcast 384 - 01/28/16
-PC Perspective Podcast #384 - 01/28/2016
-
-
Join us this week as we discuss the Corsair Carbide 600Q, GDDR5X, a Dual Fiji Graphics card and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 28 Jan 2016 06:00:03 -0400
-
-pc-perspective-podcast-384-20160128
-Ryan Shrout
-Join us this week as we discuss the Corsair Carbide 600Q, GDDR5X, a Dual Fiji Graphics card and more!
-Join us this week as we discuss the Corsair Carbide 600Q, GDDR5X, a Dual Fiji Graphics card and more!
-no
-71:48
-
-
-
-PC Perspective Podcast 383 - 01/21/16
-PC Perspective Podcast #383 - 01/21/2016
-
-
Join us this week as we discuss the Acer Predator X34, ASUS X99-M, AMD Q4 Earnings and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 21 Jan 2016 06:00:03 -0400
-
-pc-perspective-podcast-383-20160121
-Ryan Shrout
-Join us this week as we discuss the Acer Predator X34, ASUS X99-M, AMD Q4 Earnings and more!
-Join us this week as we discuss the Acer Predator X34, ASUS X99-M, AMD Q4 Earnings and more!
-no
-85:23
-
-
-
-PC Perspective Podcast 382 - 01/14/16
-PC Perspective Podcast #382 - 01/14/2016
-
-
Join us this week as we wrap up news from CES 2016, discuss the R9 Nano price cut, ponder a 13TB SSD and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-Wed, 14 Jan 2016 06:00:03 -0400
-
-pc-perspective-podcast-382-20160114
-Ryan Shrout
-Join us this week as we wrap up news from CES 2016, discuss the R9 Nano price cut, ponder a 13TB SSD and more!
-Join us this week as we wrap up news from CES 2016, discuss the R9 Nano price cut, ponder a 13TB SSD and more!
-no
-92:11
-
-
-
-PC Perspective Podcast CES 2016 - Day 3
-CES 2016 Podcast Day 3 - 01/07/16
-
-
We wrap up CES 2016 by talking about new ROG monitors from ASUS, Plenty of M.2 PCIe Drives, a giant case from EVGA and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Wed, 06 Jan 2016 06:00:03 -0400
-
-pc-perspective-podcast-ces2016-day3b
-Ryan Shrout
-We wrap up CES 2016 by talking about new ROG monitors from ASUS, Plenty of M.2 PCIe Drives, a giant case from EVGA and more!
-We wrap up CES 2016 by talking about new ROG monitors from ASUS, Plenty of M.2 PCIe Drives, a giant case from EVGA and more!
-no
-107:01
-
-
-
-
-PC Perspective Podcast CES 2016 - Day 2
-CES 2016 Podcast Day 2 - 01/06/16
-
-
Join us for announcements from MSI, Gigabyte, Corsair, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-]]>
-Wed, 06 Jan 2016 01:00:03 -0400
-
-pc-perspective-podcast-ces2016-day2
-Ryan Shrout
-Join us for announcements from MSI, Gigabyte, Corsair, and more!
-Join us for announcements from MSI, Gigabyte, Corsair, and more!
-no
-62:45
-
-
-
-
-PC Perspective Podcast CES 2016 - Day 1
-CES 2016 Podcast Day 1 - 01/05/16
-
-
CES is just beginning. Join us for announcements from Lenovo, NVIDIA Press Conference, and new AMD GPUs.
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-]]>
-Tue, 05 Jan 2016 01:00:03 -0400
-
-pc-perspective-podcast-ces2016-day1
-Ryan Shrout
-CES is just beginning. Join us for announcements from Lenovo, NVIDIA Press Conference, new AMD GPUs and more!
-CES is just beginning. Join us for announcements from Lenovo, NVIDIA Press Conference, new AMD GPUs and more!
-no
-71:05
-
-
-
-PC Perspective Podcast 381 - 12/31/15
-PC Perspective Podcast #381 - 12/31/2015
-
-
Join us this week as we discuss our Picks of the Year, the EK Predator 240, ASUS MG278Q FreeSync and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 31 Dec 2015 06:00:03 -0400
-
-pc-perspective-podcast-381-123115
-Ryan Shrout
-Join us this week as we discuss our Picks of the Year, the EK Predator 240, ASUS MG278Q FreeSync and more!
-Join us this week as we discuss our Picks of the Year, the EK Predator 240, ASUS MG278Q FreeSync and more!
-no
-83:31
-
-
-
-PC Perspective Podcast 380 - 12/24/15
-PC Perspective Podcast #380 - 12/24/2015
-
-
Join us this week as we discuss Microsoft's Surface Devices, the ASUS X99-E WS. HTC Vive and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 23 Dec 2015 06:00:03 -0400
-
-pc-perspective-podcast-380-122415
-Ryan Shrout
-Join us this week as we discuss Microsoft's Surface Devices, the ASUS X99-E WS. HTC Vive and more!
-Join us this week as we discuss Microsoft's Surface Devices, the ASUS X99-E WS. HTC Vive and more!
-no
-83:31
-
-
-
-PC Perspective Podcast 379 - 12/17/15
-PC Perspective Podcast #379 - 12/17/2015
-
-
Join us this week as we discuss the Snapdragon 820, AMD's GPUOpen, Thrustmaster T300 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 17 Dec 2015 06:00:03 -0400
-
-pc-perspective-podcast-379-121715
-Ryan Shrout
-Join us this week as we discuss the Snapdragon 820, AMD's GPUOpen, Thrustmaster T300 and more!
-Join us this week as we discuss the Snapdragon 820, AMD's GPUOpen, Thrustmaster T300 and more!
-no
-73:34
-
-
-
-PC Perspective Podcast 378 - 12/10/15
-PC Perspective Podcast #378 - 12/10/2015
-
-
Join us this week as we discuss updates from the Radeon Technology Group, a new case from Antec, ASUS Maximus VIII Gene and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 10 Dec 2015 06:00:03 -0400
-
-pc-perspective-podcast-378-121015
-Ryan Shrout
-Join us this week as we discuss updates from the Radeon Technology Group, a new case from Antec, ASUS Maximus VIII Gene and more!
-Join us this week as we discuss updates from the Radeon Technology Group, a new case from Antec, ASUS Maximus VIII Gene and more!
-no
-95:43
-
-
-
-PC Perspective Podcast 377 - 12/03/15
-PC Perspective Podcast #377 - 12/03/2015
-
-
Join us this week as we discuss AMD Radeon Software Crimson, our Holiday Gift Guide, Scott Wasson moving to AMD and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 03 Dec 2015 06:00:03 -0400
-
-pc-perspective-podcast-37-120315
-Ryan Shrout
-Join us this week as we discuss AMD Radeon Software Crimson, our Holiday Gift Guide, Scott Wasson moving to AMD and more!
-Join us this week as we discuss AMD Radeon Software Crimson, our Holiday Gift Guide, Scott Wasson moving to AMD and more!
-no
-54:20
-
-
-
-PC Perspective Podcast 376 - 11/19/15
-PC Perspective Podcast #376 - 11/19/2015
-
-
Join us this week as we discuss Intel Speed Shift, CPU Coolers from Noctua and DEEPCOOL, Broadwell-E Rumors, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:32:10 This episode of PC Perspective Podcast is brought to you by Braintree. Even the best mobile app won’t work without the right payments API. That’s where the Braintree v.0 SDK comes in. One amazingly simple integration gives you every way to pay. Try out the sandbox and see for yourself at braintreepayments.com/pcper
-
-
-
-
-]]>
-Thu, 19 Nov 2015 06:00:03 -0400
-
-pc-perspective-podcast-376-111915
-Ryan Shrout
-Join us this week as we discuss Intel Speed Shift, CPU Coolers from Noctua and DEEPCOOL, Broadwell-E Rumors, and more!
-Join us this week as we discuss Intel Speed Shift, CPU Coolers from Noctua and DEEPCOOL, Broadwell-E Rumors, and more!
-no
-79:22
-
-
-
-PC Perspective Podcast 375 - 11/12/15
-PC Perspective Podcast #375 - 11/12/2015
-
-
Join us this week as we discuss the Snapdragon 820, Lenovo Yoga 900, R9 380X and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 12 Nov 2015 06:00:03 -0400
-
-pc-perspective-podcast-375-111215
-Ryan Shrout
-Join us this week as we discuss the Snapdragon 820, Lenovo Yoga 900, R9 380X and more!
-Join us this week as we discuss the Snapdragon 820, Lenovo Yoga 900, R9 380X and more!
-no
-82:11
-
-
-
-PC Perspective Podcast 374 - 11/05/15
-PC Perspective Podcast #374 - 11/05/2015
-
-
Join us this week as we discuss cases for the R9 Nano, Thrustmaster T150, The End of AMD Catalyst and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 05 Nov 2015 06:00:03 -0400
-
-pc-perspective-podcast-374-110515
-Ryan Shrout
-Join us this week as we discuss cases for the R9 Nano, Thrustmaster T150, The End of AMD Catalyst and more!
-Join us this week as we discuss cases for the R9 Nano, Thrustmaster T150, The End of AMD Catalyst and more!
-no
-81:59
-
-
-
-PC Perspective Podcast 373 - 10/29/15
-PC Perspective Podcast #373 - 10/29/2015
-
-
Join us this week as we discuss the Samsung 950 Pro, ASUS ROG Swift PG279Q, Steam Link and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 29 Oct 2015 06:00:03 -0400
-
-pc-perspective-podcast-373-102915
-Ryan Shrout
-Join us this week as we discuss the Samsung 950 Pro, ASUS ROG Swift PG279Q, Steam Link and more!
-Join us this week as we discuss the Samsung 950 Pro, ASUS ROG Swift PG279Q, Steam Link and more!
-no
-85:18
-
-
-
-
-PC Perspective Podcast 372 - 10/22/15
-PC Perspective Podcast #372 - 10/22/2015
-
-
Join us this week as we discuss the Steam Controller and Steam Link, Acer XR321CK Ultrawide Freesync Display, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 22 Oct 2015 06:00:03 -0400
-
-pc-perspective-podcast-372-102215
-Ryan Shrout
-Join us this week as we discuss the Steam Controller and Steam Link, Acer XR321CK Ultrawide Freesync Display, and more!
-Join us this week as we discuss the Steam Controller and Steam Link, Acer XR321CK Ultrawide Freesync Display, and more!
-no
-89:18
-
-
-
-PC Perspective Podcast 371 - 10/15/15
-PC Perspective Podcast #371 - 10/15/2015
-
-
Join us this week as we discuss the MSI GT72S Dominator Pro G, ROG Product Announcements, Ultrawide G-Sync and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:30:00 This episode of the PC Perspective Podcast is brought to you by Audible, the world's leading provider of audiobooks with more than 180,000 downloadable titles across all types of literature including fiction, nonfiction, and periodicals. For your free audiobook, go to audible.com/pcper
-
-
-
-]]>
-Thu, 08 Oct 2015 06:00:03 -0400
-
-pc-perspective-podcast-370-100815
-Ryan Shrout
-Join us this week as we discuss the Gigabyte Z170X-Gaming G1, New Microsoft Surface products, NVIDIA Pascal Rumors and more!
-Join us this week as we discuss the Gigabyte Z170X-Gaming G1, New Microsoft Surface products, NVIDIA Pascal Rumors and more!
-no
-91:05
-
-
-
-PC Perspective Podcast 369 - 10/01/15
-PC Perspective Podcast #369 - 10/01/2015
-
-
Join us this week as we discuss the Fable Legends DX12 Benchmark, Apple A9 SoC, Intel P3608 SSD, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:54:10This episode of PC Perspective is brought to you by…Zumper, the quick and easy way to find your next apartment or home rental.To get started and to find your new home go to http://zumper.com/PCP
-
-
-]]>
-Thu, 01 Oct 2015 06:00:03 -0400
-
-pc-perspective-podcast-369-100115
-Ryan Shrout
-Join us this week as we discuss the Fable Legends DX12 Benchmark, Apple A9 SoC, Intel P3608 SSD, and more!
-Join us this week as we discuss the Fable Legends DX12 Benchmark, Apple A9 SoC, Intel P3608 SSD, and more!
-no
-102:35
-
-
-
-PC Perspective Podcast 368 - 09/24/15
-PC Perspective Podcast #368 - 09/24/2015
-
-
Join us this week as we discuss full GTX 980s in notebooks, Samsung's NVMe 950 Pro, Jim Keller leaving AMD and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
0:46:10This episode of PC Perspective is brought to you by…Zumper, the quick and easy way to find your next apartment or home rental.To get started and to find your new home go to http://zumper.com/PCP
-
-
-
-]]>
-Thu, 24 Sep 2015 06:00:03 -0400
-
-pc-perspective-podcast-368-092415
-Ryan Shrout
-Join us this week as we discuss full GTX 980s in notebooks, Samsung's NVMe 950 Pro, Jim Keller leaving AMD and more!
-Join us this week as we discuss full GTX 980s in notebooks, Samsung's NVMe 950 Pro, Jim Keller leaving AMD and more!
-no
-84:13
-
-
-
-PC Perspective Podcast 367 - 09/17/15
-PC Perspective Podcast #367 - 09/17/2015
-
-
Join us this week as we discuss the AMD R9 Nano, a Corsair GTX 980Ti, NVIDIA Pascal Rumors and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 13 Aug 2015 06:00:03 -0400
-
-pc-perspective-podcast-362-081215
-Ryan Shrout
-Join us this week as we discuss Benchmarking a Voodoo 3, Flash Media Summit 2015, Skylake Delidding and more!
-Join us this week as we discuss Benchmarking a Voodoo 3, Flash Media Summit 2015, Skylake Delidding and more!
-no
-75:23
-
-
-
-PC Perspective Podcast 361 - 08/06/15
-PC Perspective Podcast #361 - 08/06/2015
-
-
Join us this week as we discuss the Intel Skylake Core i7-6700K, Logitech G29 Racing Wheel, Lenovo LaVie-Z and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 06 Aug 2015 06:00:03 -0400
-
-pc-perspective-podcast-361-080615
-Ryan Shrout
-Join us this week as we discuss the Intel Skylake Core i7-6700K, Logitech G29 Racing Wheel, Lenovo LaVie-Z and more
-Join us this week as we discuss the Intel Skylake Core i7-6700K, Logitech G29 Racing Wheel, Lenovo LaVie-Z and more
-no
-105:17
-
-
-
-PC Perspective Podcast 360 - 07/30/15
-PC Perspective Podcast #360 - 07/30/2015
-
-
Join us this week as we discuss Intel XPoint Memory, Windows 10 and DX12, FreeSync displays and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 30 Jul 2015 06:00:03 -0400
-
-pc-perspective-podcast-360-073015
-Ryan Shrout
-Join us this week as we discuss Intel XPoint Memory, Windows 10 and DX12, FreeSync displays and more!
-Join us this week as we discuss Intel XPoint Memory, Windows 10 and DX12, FreeSync displays and more!
-no
-78:34
-
-
-
-PC Perspective Podcast 359 - 07/23/15
-PC Perspective Podcast #359 - 07/23/2015
-
-
Join us this week as we discuss the AMD R9 Nano, 4TB Samsung SSDs, Windows 10 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 23 Jul 2015 06:00:03 -0400
-
-pc-perspective-podcast-359-072315
-Ryan Shrout
-Join us this week as we discuss the AMD R9 Nano, 4TB Samsung SSDs, Windows 10 and more!
-Join us this week as we discuss the AMD R9 Nano, 4TB Samsung SSDs, Windows 10 and more!
-no
-70:31
-
-
-
-PC Perspective Podcast 358 - 07/16/15
-PC Perspective Podcast #358 - 07/16/2015
-
-
Join us this week as we discuss the AMD R9 Fury, Fury X Multi-GPU, Windows 10 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 16 Jul 2015 06:00:03 -0400
-
-pc-perspective-podcast-358-071615
-Ryan Shrout
-Join us this week as we discuss the AMD R9 Fury, Fury X Multi-GPU, Windows 10 and more!
-Join us this week as we discuss the AMD R9 Fury, Fury X Multi-GPU, Windows 10 and more!
-no
-54:27
-
-
-
-PC Perspective Podcast 357 - 07/09/15
-PC Perspective Podcast #357 - 07/09/2015
-
-
Join us this week as we discuss the Samsung 850 Series 2TB, AMD Fury, and Catalyst 15.7
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 09 Jul 2015 06:00:03 -0400
-
-pc-perspective-podcast-357-070915
-Ryan Shrout
-Join us this week as we discuss the Samsung 850 Series 2TB, AMD Fury, Catalyst 15.7 and more!
-Join us this week as we discuss the Samsung 850 Series 2TB, AMD Fury, Catalyst 15.7 and more!
-no
-93:09
-
-
-
-PC Perspective Podcast 356 - 07/02/15
-PC Perspective Podcast #356 - 07/02/2015
-
-
Join us this week as we discuss the Fury X Pump Whine, ASUS MG279Q FreeSync Monitor, GTX 980 Ti STRIX and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 02 Jul 2015 06:00:03 -0400
-
-pc-perspective-podcast-356-070215
-Ryan Shrout
-Join us this week as we discuss the Fury X Pump Whine, ASUS MG279Q FreeSync Monitor, GTX 980 Ti STRIX and more!
-Join us this week as we discuss the Fury X Pump Whine, ASUS MG279Q FreeSync Monitor, GTX 980 Ti STRIX and more!
-no
-81:50
-
-
-
-
-PC Perspective Podcast 355 - 06/25/15
-PC Perspective Podcast #355 - 06/25/2015
-
-
Join us this week as we discuss the AMD R9 Fury X, Sapphire Nitro R9 390, Batman: Arkham Knight and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-]]>
-Thu, 18 Jun 2015 06:00:03 -0400
-
-pc-perspective-podcast-354-061815
-Ryan Shrout
-Join us this week as we discuss the AMD R9 Fury X, R9 Nano, ASUS Zenfone2 and much more!
-Join us this week as we discuss the AMD R9 Fury X, R9 Nano, ASUS Zenfone2 and much more!
-no
-83:20
-
-
-
-PC Perspective Podcast 353 - 06/11/15
-PC Perspective Podcast #353 - 06/11/2015
-
-
Join us this week as we discuss the Seiki Pro 4k Display, More News from Computex, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 11 Jun 2015 06:00:03 -0400
-
-pc-perspective-podcast-353-061115
-Ryan Shrout
-Join us this week as we discuss the Seiki Pro 4k Display, More News from Computex, and more!
-JJoin us this week as we discuss the Seiki Pro 4k Display, More News from Computex, and more!
-no
-76:25
-
-
-
-PC Perspective Podcast 352 - 06/04/15
-PC Perspective Podcast #352 - 06/04/2015
-
-
Join us this week as we discuss the GTX 980 Ti, News from Computex, AMD Fiji Leaks and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 04 Jun 2015 06:00:03 -0400
-
-pc-perspective-podcast-352-060415
-Ryan Shrout
-Join us this week as we discuss the GTX 980 Ti, News from Computex, AMD Fiji Leaks and more!
-Join us this week as we discuss the GTX 980 Ti, News from Computex, AMD Fiji Leaks and more!
-no
-122:45
-
-
-
-PC Perspective Podcast 351 - 05/28/15
-PC Perspective Podcast #351 - 05/28/2015
-
-
Join us this week as we discuss AMD Fiji Leaks, rumors on GTX 980 Ti, a great $99 portable DAC, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 28 May 2015 06:00:03 -0400
-
-pc-perspective-podcast-351-052815
-Ryan Shrout
-Join us this week as we discuss AMD Fiji Leaks, rumors on GTX 980 Ti, a great $99 portable DAC, and more!
-Join us this week as we discuss AMD Fiji Leaks, rumors on GTX 980 Ti, a great $99 portable DAC, and more!
-no
-78:06
-
-
-
-PC Perspective Podcast 350 - 05/21/15
-PC Perspective Podcast #350 - 05/21/2015
-
-
Join us this week as we discuss AMD's plan for HBM, IPS G-SYNC, GameWorks and The Witcher 3, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-
-]]>
-Thu, 21 May 2015 06:00:03 -0400
-
-pc-perspective-podcast-350-052115
-Ryan Shrout
-Join us this week as we discuss AMD's plan for HBM, IPS G-SYNC, GameWorks and The Witcher 3, and more!
-Join us this week as we discuss AMD's plan for HBM, IPS G-SYNC, GameWorks and The Witcher 3, and more!
-no
-84:12
-
-
-
-PC Perspective Podcast 349 - 05/14/15
-PC Perspective Podcast #349 - 05/14/2015
-
-
Join us this week as we discuss the Death of Media Center, i7 NUC, Fractal Define S and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 14 May 2015 06:00:03 -0400
-
-pc-perspective-podcast-349-051415
-Ryan Shrout
-Join us this week as we discuss the Death of Media Center, i7 NUC, Fractal Define S and more!
-Join us this week as we discuss the Death of Media Center, i7 NUC, Fractal Define S and more!
-no
-79:23
-
-
-
-PC Perspective Podcast 348 - 05/07/15
-PC Perspective Podcast #348 - 05/07/2015
-
-
Join us this week as we discuss DirectX 12, New AMD GPU News, Giveaways and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 07 May 2015 06:00:03 -0400
-
-pc-perspective-podcast-348-050715
-Ryan Shrout
-Join us this week as we discuss DirectX 12, New AMD GPU News, Giveaways and more!
-Join us this week as we discuss DirectX 12, New AMD GPU News, Giveaways and more!
-no
-87:38
-
-
-
-PC Perspective Podcast 347 - 04/30/15
-PC Perspective Podcast #347 - 04/30/2015
-
-
Join us this week as we discuss AMD Zen Architecture and Roadmap leaks, ARM Cortex-A72, a budget Z97 board and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 30 Apr 2015 06:00:03 -0400
-
-pc-perspective-podcast-347-043015
-Ryan Shrout
-Join us this week as we discuss AMD Zen Architecture and Roadmap leaks, ARM Cortex-A72, a budget Z97 board and more!
-Join us this week as we discuss AMD Zen Architecture and Roadmap leaks, ARM Cortex-A72, a budget Z97 board and more!
-no
-84:31
-
-
-
-PC Perspective Podcast 346 - 04/23/15
-PC Perspective Podcast #346 - 04/23/2015
-
-
Join us this week as we discuss the Intel Compute Stick, ASUS X205TA, Samsung PCIe SSDs and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-]]>
-Thu, 23 Apr 2015 06:00:03 -0400
-
-pc-perspective-podcast-346-042315
-Ryan Shrout
-Join us this week as we discuss the Intel Compute Stick, ASUS X205TA, Samsung PCIe SSDs and more!
-Join us this week as we discuss the Intel Compute Stick, ASUS X205TA, Samsung PCIe SSDs and more!
-no
-78:28
-
-
-
-PC Perspective Podcast 345 - 04/16/15
-PC Perspective Podcast #345 - 04/16/2015
-
-
Join us this week as we discuss the MSI GS30 Shadow, Gigabyte X99-SOC, Skylake Leaks and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 09 Apr 2015 06:00:03 -0400
-
-pc-perspective-podcast-3440-040915
-Ryan Shrout
-Join us this week as we discuss the Intel SSD 750 Series, NZXT S340, an ASUS FreeSync Monitor and more!
-Join us this week as we discuss the Intel SSD 750 Series, NZXT S340, an ASUS FreeSync Monitor and more!
-no
-86:01
-
-
-
-PC Perspective Podcast 343 - 04/02/15
-PC Perspective Podcast #343 - 04/02/2015
-
-
Join us this week as we discuss DX12 Performance, Dissecting G-SYNC and FreeSync, Intel 3D NAND and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 02 Apr 2015 06:00:03 -0400
-
-pc-perspective-podcast-343-040215
-Ryan Shrout
-Join us this week as we discuss DX12 Performance, Dissecting G-SYNC and FreeSync, Intel 3D NAND and more!
-Join us this week as we discuss DX12 Performance, Dissecting G-SYNC and FreeSync, Intel 3D NAND and more!
-no
-87:10
-
-
-
-PC Perspective Podcast 342 - 03/26/15
-PC Perspective Podcast #342 - 03/25/2015
-
-
Join us this week as we discuss the launch of FreeSync, Dell XPS 13, Super Fast DDR4 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 26 Mar 2015 06:00:03 -0400
-
-pc-perspective-podcast-342-032615
-Ryan Shrout
-Join us this week as we discuss the launch of FreeSync, Dell XPS 13, Super Fast DDR4 and more!
-Join us this week as we discuss the launch of FreeSync, Dell XPS 13, Super Fast DDR4 and more!
-no
-89:50
-
-
-
-PC Perspective Podcast 341 - 03/19/15
-PC Perspective Podcast #341 - 03/19/2015
-
-
Join us this week as we the NVIDIA GTX TITAN X, News from GTC2015, Mini-ITX X99 motherboard and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 19 Mar 2015 06:00:03 -0400
-
-pc-perspective-podcast-341-031915
-Ryan Shrout
-Join us this week as we the NVIDIA GTX TITAN X, News from GTC2015, a Mini-ITX X99 motherboard and more!
-Join us this week as we the NVIDIA GTX TITAN X, News from GTC2015, a Mini-ITX X99 motherboard and more!
-no
-76:27
-
-
-
-PC Perspective Podcast 340 - 03/12/15
-PC Perspective Podcast #340 - 03/12/2015
-
-
Join us this week as we wrap up news from GDC 2015, FreeSync Release Date, Vulkan and Mantle, and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 12 Mar 2015 06:00:03 -0400
-
-pc-perspective-podcast-340-031215-01
-Ryan Shrout
-Join us this week as we wrap up news from GDC 2015, FreeSync Release Date, Vulkan and Mantle, and more!
-Join us this week as we wrap up news from GDC 2015, FreeSync Release Date, Vulkan and Mantle, and more!
-no
-102:16
-
-
-
-PC Perspective Podcast 339 - 03/05/15
-PC Perspective Podcast #339 - 03/05/2015
-
-
Join us this week as we discuss the NVIDIA SHIELD and Titan X, AMD Mantle, OpenGL Vulkan, and much more from GDC!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Thu, 05 Mar 2015 06:00:03 -0400
-
-pc-perspective-podcast-339-030515-01
-Ryan Shrout
-Join us this week as we discuss the NVIDIA SHIELD and Titan X, AMD Mantle, OpenGL Vulkan, and much more from GDC!
-Join us this week as we discuss the NVIDIA SHIELD and Titan X, AMD Mantle, OpenGL Vulkan, and much more from GDC!
-no
-82:13
-
-
-
-PC Perspective Podcast 338 - 02/26/15
-PC Perspective Podcast #338 - 02/26/2015
-
-
Join us this week as we discuss more USB 3.1 Devices, Broadwell NUC, another 840 Evo fix and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
Just a quick question regarding DirectX 12. I’m planning to buy a new graphics card soon but I want a DirectX 12 card for all the fancy new features so I’m considering either the GTX 970 or 980, the question I have is are these real DirectX 12 cards? Since DirectX 12 development is still ongoing how can these cards be fully DirectX 12 complaint?
-
-
-
-
-]]>
-Thu, 26 Feb 2015 06:00:03 -0400
-
-pc-perspective-podcast-338-022615
-Ryan Shrout
-Join us this week as we discuss more USB 3.1 Devices, Broadwell NUC, another 840 Evo fix and more!
-Join us this week as we discuss more USB 3.1 Devices, Broadwell NUC, another 840 Evo fix and more!
-no
-106:04
-
-
-
-PC Perspective Podcast 337 - 02/19/15
-PC Perspective Podcast #337 - 02/19/2015
-
-
Join us this week as we discuss our Snapdragon 810 Preview, USB 3.1, Dell Venue 8 Tablet and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 05 Feb 2015 06:00:03 -0400
-
-pc-perspective-podcast-335-020515
-Ryan Shrout
-Join us this week as we discuss Mobile G-Sync, GTX 970 SLI, a Broadwell Brix and more!
-Join us this week as we discuss Mobile G-Sync, GTX 970 SLI, a Broadwell Brix and more!
-no
-88:13
-
-
-
-PC Perspective Podcast 334 - 01/29/15
-PC Perspective Podcast #333 - 01/22/2015
-
-
Join us this week as we discuss the ASUS Rampage V Extreme, Samsung T1 Portable SSD, Windows 10 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 22 Jan 2015 06:00:03 -0400
-
-pc-perspective-podcast-333-012215
-Ryan Shrout
-Join us this week as we discuss the ASUS Rampage V Extreme, Samsung T1 Portable SSD, Windows 10 and more!
-Join us this week as we discuss the ASUS Rampage V Extreme, Samsung T1 Portable SSD, Windows 10 and more!
-no
-82:32
-
-
-
-PC Perspective Podcast 332 - 01/15/15
-PC Perspective Podcast #332 - 01/15/2015
-
-
Join us this week as we discuss GTX 960 and R9 380X Rumors, Corsair Carbide 300R Titanum, and our CES 2015 wrap up
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-]]>
-Thu, 15 Jan 2015 06:00:03 -0400
-
-pc-perspective-podcast-332-011515
-Ryan Shrout
-Join us this week as we discuss GTX 960 and R9 380X Rumors, Corsair Carbide 300R Titanium, and our CES 2015 wrap up
-Join us this week as we discuss GTX 960 and R9 380X Rumors, Corsair Carbide 300R Titanium, and our CES 2015 wrap up
-no
-71:25
-
-
-
-PC Perspective Podcast CES 2015 - Day 3
-CES 2015 Podcast Day 3 - 01/06/15
-
-
CES is almost over for us, but we have plenty to talk about. Join us for our FreeSync Impressions, Broadwell NUCs, Intel Compute Stick, Storage News and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Tue, 06 Jan 2015 06:00:03 -0400
-
-pc-perspective-podcast-ces2015-day3
-Ryan Shrout
-Join us for our FreeSync Impressions, Broadwell NUCs, Intel Compute Stick, Storage News and more!
-Join us for our FreeSync Impressions, Broadwell NUCs, Intel Compute Stick, Storage News and more!
-no
-57:31
-
-
-
-PC Perspective Podcast CES 2015 - Day 2
-CES 2015 Podcast Day 2 - 01/05/15
-
-
It's time for podcast fun at CES! Join us as we talk about the second day of the show including a lot of announcements from ASUS, Gigabyte, Freesync Monitors, Storage News and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Mon, 05 Jan 2015 06:00:03 -0400
-
-pc-perspective-podcast-ces2015-day2
-Ryan Shrout
-Join us as we talk about the second day of the show including a lot of announcements from ASUS, Gigabyte, Freesync Monitors, Storage News and more!
-Join us as we talk about the second day of the show including a lot of announcements from ASUS, Gigabyte, Freesync Monitors, Storage News and more!!
-no
-47:57
-
-
-
-PC Perspective Podcast CES 2015 - Day 1
-CES 2015 Podcast Day 1 - 01/04/15
-
-
It's time for podcast fun at CES! Join us as we talk about the first day of the show including a lot of announcements from Lenovo, MSI, the NVIDIA Tegra X1, USB 3.1 and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Sun, 04 Jan 2015 06:00:03 -0400
-
-pc-perspective-podcast-ces2015-day1
-Ryan Shrout
-Join us as we talk about the first day of the show including a lot of announcements from Lenovo, MSI, the NVIDIA Tegra X1, USB 3.1 and more!
-Join us as we talk about the first day of the show including a lot of announcements from Lenovo, MSI, the NVIDIA Tegra X1, USB 3.1 and more!
-no
-47:58
-
-
-
-PC Perspective Podcast 331 - 12/31/14
-PC Perspective Podcast #331 - 12/31/2014
-
-
Join us this week as we discuss our Hardware Picks of the Year, Acer's 1080p G-SYNC Display, a new Drobo and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-]]>
-Wed, 31 Dec 2014 06:00:03 -0400
-
-pc-perspective-podcast-331-123114
-Ryan Shrout
-Join us this week as we discuss our Hardware Picks of the Year, Acer's 1080p G-SYNC Display, a new Drobo and more!
-Join us this week as we discuss our Hardware Picks of the Year, Acer's 1080p G-SYNC Display, a new Drobo and more!
-no
-114:53
-
-
-
-PC Perspective Podcast 330 - 12/18/14
-PC Perspective Podcast #330 - 12/17/2014
-
-
Join us this week as we discuss the MSI GT72 Dominator Pro, 10 Days of Christmas, and Mechanical Keyboards
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.
-
-
-
-]]>
-Thu, 18 Dec 2014 06:00:03 -0400
-
-pc-perspective-podcast-330-121714
-Ryan Shrout
-Join us this week as we discuss the MSI GT72 Dominator Pro, 10 Days of Christmas, Mechanical Keyboards and more!
-Join us this week as we discuss the MSI GT72 Dominator Pro, 10 Days of Christmas, Mechanical Keyboards and more!
-no
-72:04
-
-
-
-PC Perspective Podcast 329 - 12/11/14
-PC Perspective Podcast #329 - 12/11/2014
-
-
Join us this week as we discuss the Samsung 850 EVO, AMD Catalyst Omega, NZXT H440 Razer and more!
-
-
You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE.