<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" version="2.0" xml:base="https://www.linuxjournal.com/">
  <channel>
    <title>Books</title>
    <link>https://www.linuxjournal.com/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Building Your Own Audible</title>
  <link>https://www.linuxjournal.com/content/building-your-own-audible</link>
  <description>  &lt;div data-history-node-id="1339611" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/shawn-powers" lang="" about="https://www.linuxjournal.com/users/shawn-powers" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Shawn Powers&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;&lt;em&gt;A quick look at some options for streaming audio books.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;
I have audiobooks from a variety of sources, which I've purchased in a
variety of ways. I have some graphic audio books in MP3 format, a bunch
of Audible books in their DRM'd format and ripped CDs varying from m4b
(Apple format for books) to MP3 and even some OGG. That diversity makes
choosing a listening platform difficult. In order to meet my idea of
perfection, I need:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
&lt;p&gt;
A system that plays any audio format.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
A way to play books on multiple platforms, iOS Android and web browsers.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
Current location stored and honored across platforms.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
The ability to play audiobooks at different speeds.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
An easy way to access my entire library remotely.
&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Several options come close. My favorite Android audiobook app, for
instance, is "Listen", available in the Play Store. But, it falls short on the
multi-platform front and also on accessing books remotely. Audible itself
will do most of what I need, but it doesn't allow importing remote
books. And, traditional music players are out.
&lt;/p&gt;

&lt;p&gt;
Honestly, Plex seems like the perfect platform for audiobooks. And although
some people do use it, they're just kludging things. Plex doesn't natively
support the concepts behind audiobooks, so the process isn't smooth at
all. I'm honestly hoping that changes in the future, because it would
be a perfect addition to an already amazing system. Thankfully, in the
meantime, there's BookSonic.
&lt;/p&gt;

&lt;p&gt;
You've probably heard of SubSonic, which is a music streaming server that
allows you to do pretty much what I'm looking for with audiobooks, but it's strictly for
music. &lt;a href="https://github.com/popeen"&gt;Patrik Johansson&lt;/a&gt;
has forked SubSonic
and created BookSonic, specifically modified to handle audiobooks. It
even handles tagging and book art. Currently, the system isn't perfect,
but it's closer than any other projects come to book nirvana, and if
you use Docker, it's dead simple to get installed. A simple:

&lt;/p&gt;&lt;pre&gt;
&lt;code&gt;
docker -d create \
  --name booksonic \
  -p 8080:8080 \
  -v &lt;path/to/storage/location/on/host&gt;:/audiobooks \
  -v &lt;path/to/configuration/on/host&gt;:/var/booksonic \
  ironicbadger/booksonic
&lt;/code&gt;
&lt;/pre&gt;


&lt;p&gt;
will get BookSonic running on your Docker host. Once it's installed,
just head over to http://docker_host:8080 and log in as admin/admin. You
can start the book scan, and fairly soon, your books will show up for
you to start playing!
&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/building-your-own-audible" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Sat, 20 Jan 2018 14:35:41 +0000</pubDate>
    <dc:creator>Shawn Powers</dc:creator>
    <guid isPermaLink="false">1339611 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Galit Shmueli et al.'s Data Mining for Business Analytics (Wiley)</title>
  <link>https://www.linuxjournal.com/content/galit-shmueli-et-als-data-mining-business-analytics-wiley</link>
  <description>  &lt;div data-history-node-id="1339537" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
The updated 5th edition of the book &lt;em&gt;Data Mining for Business
Analytics&lt;/em&gt; from Galit
Shmueli and collaborators and published by &lt;a href="http://wiley.com"&gt;Wiley&lt;/a&gt; is a standard guide to data mining and analytics that adds
two new co-authors and a trove of new material vis-á-vis its predecessor. R is a
free, open-source and popularity-gaining software environment for statistical
computing and graphics. Trailing with the subtitle &lt;em&gt;Concepts, Techniques, and
Applications in R&lt;/em&gt;, the new 5th edition of &lt;em&gt;Data Mining for
Business Analytics&lt;/em&gt;
continues to provide an applied approach to data-mining concepts and methods,
using the R software as a canvas on which to illustrate. 
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12237f8.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;p&gt;
With the book, readers
learn how to implement a variety of popular data-mining algorithms in R to tackle
business problems and opportunities. Material covered in-depth includes both
statistical and machine-learning algorithms for prediction, classification,
visualization, dimension reduction, recommender systems, clustering, text mining
and network analysis. 
&lt;/p&gt;

&lt;p&gt;
The new 5th edition includes material from business,
government, a dozen case studies demonstrating applications for the data-mining
techniques described, and exercises in each chapter that help readers gauge and
expand their comprehension and competency of the material. &lt;em&gt;Data Mining for
Business Analytics&lt;/em&gt; can serve as either a text book or a reference for
analysts, researchers and practitioners working with quantitative methods in
myriad fields.
&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/galit-shmueli-et-als-data-mining-business-analytics-wiley" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 03 Nov 2017 16:11:00 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339537 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Lotfi ben Othmane, Martin Gilje Jaatun and Edgar Weippl's Empirical Research for Software Security (CRC Press)</title>
  <link>https://www.linuxjournal.com/content/lotfi-ben-othmane-martin-gilje-jaatun-and-edgar-weippls-empirical-research-software-security</link>
  <description>  &lt;div data-history-node-id="1339525" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
Developing truly secure software is no walk through the park. In an effort to
apply the scientific method to the art of secure software development, a trio of
authors—Lotfi ben Othmane, Martin Gilje Jaatun and Edgar Weippl—teamed up to
write &lt;em&gt;Empirical Research for Software Security: Foundations and
Experience&lt;/em&gt;, which is published by &lt;a href="https://www.crcpress.com"&gt;CRC Press&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
The book is a guide for using empirical research methods to study
secure software challenges. Empirical methods, including data analytics, allow
extraction of knowledge and insights from the data that organizations gather from
their tools and processes, as well as from the opinions of the experts who
practice those methods and processes. These methods can be used to perfect a
secure software development lifecycle based on empirical data and published
industry best practices. 
&lt;/p&gt;

&lt;p&gt;
The book also features examples that illustrate the
application of data analytics in the context of secure software engineering.
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12237f5.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/lotfi-ben-othmane-martin-gilje-jaatun-and-edgar-weippls-empirical-research-software-security" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 20 Oct 2017 16:47:34 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339525 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>V. Anton Spraul's Think Like a Programmer, Python Edition</title>
  <link>https://www.linuxjournal.com/content/v-anton-sprauls-think-programmer-python-edition</link>
  <description>  &lt;div data-history-node-id="1339498" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
What is programming? Sure, it consists of syntax and the assembly of code,
but it is essentially a means to solve problems. To study programming,
then, is to study the art of problem solving, and a new book from V.
Anton Spraul, &lt;em&gt;Think Like a Programmer&lt;/em&gt;, Python Edition, is a guide to
sharpening skills in both spheres. Subtitled &lt;em&gt;A Beginner's Guide to
Programming and Problem Solving&lt;/em&gt;, Spraul's book helps transition
programmers in training from reading programs to writing them in
Python. 
&lt;/p&gt;

&lt;p&gt;
No prior programming experience required! Rather than simply
point out solutions to problems, Spraul gets readers thinking
by illustrating techniques that instruct how to self-solve programming
problems. Each chapter covers a single programming concept, such as data
types, control flow, code reuse, recursion and classes, topped off by a
series of Python-based exercises that put readers' skills to the test.
&lt;/p&gt;

&lt;p&gt;
In &lt;em&gt;Think Like a Programmer, Python Edition&lt;/em&gt;, readers break big problems down
into simple, manageable steps to build into solutions, write custom
functions to solve new problems, use a debugger to examine each line of a
running program in order to understand fully how it works and tackle
problems strategically by turning each new concept into a problem-solving
tool. Additional chapters are included on early programming topics, such as
variables, decisions and looping.
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12223f5.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/v-anton-sprauls-think-programmer-python-edition" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 22 Sep 2017 18:22:35 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339498 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Zed A. Shaw's Learn Python 3 the Hard Way</title>
  <link>https://www.linuxjournal.com/content/zed-shaws-learn-python-3-hard-way</link>
  <description>  &lt;div data-history-node-id="1339474" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
Author Zed A. Shaw makes a simple promise in his &lt;em&gt;Hard Way&lt;/em&gt; series of books from
publisher &lt;a href="http://awprofessional.com"&gt;Addison-Wesley Professional&lt;/a&gt;: "It'll be hard at first. But soon,
you'll just get it—and that will feel great!" Shaw's latest book
in the series is called &lt;em&gt;Learn Python 3 the Hard Way: A Very Simple Introduction to
the Terrifyingly Beautiful World of Computers and Code&lt;/em&gt;. 
&lt;/p&gt;

&lt;p&gt;
In the book, readers learn
Python by working through 52 "brilliantly crafted exercises" in a
purposefully proscribed manner. After reading the exercise, readers type the
code precisely—with no copying and pasting! Then readers fix their mistakes
and watch the program run. 
&lt;/p&gt;

&lt;p&gt;
The process teaches essentials of how a computer
works, what good programs look like, and how to read, write and think about
computer code. Shaw teaches even more in 5+ hours of video where he shows readers
how to break, fix and debug code—live, as he's doing the exercises. 
&lt;/p&gt;

&lt;p&gt;
Lessons
cover topics from installing a complete Python environment to working with code,
basic mathematics, variables, looping and logic, object-oriented programming,
Python packaging, automated testing and much more. Readers bring the discipline,
commitment and persistence to Shaw's formula, and the output will be a Python
programmer!
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12217f6.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/zed-shaws-learn-python-3-hard-way" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 25 Aug 2017 17:51:05 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339474 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Read a Book in the Blink of an Eye!</title>
  <link>https://www.linuxjournal.com/content/read-book-blink-eye</link>
  <description>  &lt;div data-history-node-id="1339455" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/shawn-powers" lang="" about="https://www.linuxjournal.com/users/shawn-powers" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Shawn Powers&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
I love reading. Sadly, the 24 hours I get per day seems to be inadequate
for the tasks I need to accomplish. That might change as my teenagers
turn into college kids and then begin to start families of their own. For
now, however, between drama class and basketball practice, it seems like
it takes about 30 hours to accomplish a 24-hour day. Needless to say,
I don't read as many books as I'd like.
&lt;/p&gt;
&lt;p&gt;
Normally I take advantage of commute time to listen to audiobooks. That
actually works quite well, and I'm able to read 30–40 books a year. Most
of those books are fiction, but still, I'm grateful for audiobooks. Not
long ago, I discovered a different sort of audiobook. I honestly have
mixed feelings about the concept, but imagine if Cliff Notes and Audiobooks
had a baby. That baby might be called "Blinkist".
&lt;/p&gt;

&lt;p&gt;
Blinkist is a company that condenses books into very short
summaries. They are available via text (for Kindle and the like), but
for me, the professionally narrated audio versions are really what work
best. Rather than reading an audiobook over the course of a week, I can
"read" a book on the way to the grocery store. I'm shocked to admit,
the summaries of entire books are surprisingly useful. For many books,
the summary from Blinkist is enough. For some, the "blinks" make me want
to read the entire book. That means although it's not a 100% replacement
for reading, it adds value (and knowledge) to my life.
&lt;/p&gt;

&lt;p&gt;
There is a three-day free trial that allows you to read as many books as
you like. I urge you to give it a try. After the three days, you can
either default to the free account, which allows you to listen (or
read) one pre-chosen free book a day, or opt for a paid subscription.
For text-only "blinks", it's $50/year. For unlimited text and audio
"blinks", it's $80/year. Thankfully, three days is a enough time to figure
out if it's something you find worth buying.
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12153blinkf1.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;p&gt;
Blinkist is a cool way to fit more information into our over-busy
lives and it's a handy mobile app for "blinking" on the go.
Check out
the &lt;a href="http://www.blinkist.com"&gt;free trial&lt;/a&gt;
You can read a surprising number of books in three free
days!
&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/read-book-blink-eye" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Mon, 07 Aug 2017 12:19:46 +0000</pubDate>
    <dc:creator>Shawn Powers</dc:creator>
    <guid isPermaLink="false">1339455 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Gabriel Ford, Sadie Ford and Melissa Ford's Hello, Scratch! </title>
  <link>https://www.linuxjournal.com/content/gabriel-ford-sadie-ford-and-melissa-fords-hello-scratch</link>
  <description>  &lt;div data-history-node-id="1339450" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
In the new book &lt;em&gt;Hello, Scratch&lt;/em&gt;! (published by &lt;a href="https://www.manning.com"&gt;Manning Publications&lt;/a&gt;), parents and 
kids work together to learn programming skills, but not in just any
old way. They create new versions of old retro-style arcade games with
the Scratch open-source visual programming language from the MIT Media
Lab. 
&lt;/p&gt;

&lt;p&gt;
Author Melissa Ford teamed up her two children, Sadie and Gabriel,
to write &lt;em&gt;Hello, Scratch!&lt;/em&gt;, and the intergenerational
trio begins by introducing the basic Scratch workspace, art editor 
and the most common computer science concepts used in the projects,
along with interesting exercises centered on the games. 
&lt;/p&gt;

&lt;p&gt;
The subsequent
game chapters are broken into two manageable parts with the initial,
shorter section focused on background and prep, and the second,
longer section focused on coding. 
&lt;/p&gt;

&lt;p&gt;
The authors also explain how to
make game art, including backgrounds and sprites (the game pieces)
in a pixel art style directly in the Scratch editor. 
&lt;/p&gt;

&lt;p&gt;
Upon finishing
the book, readers will have the skills to create their own games
and understand the basics of computer programming and game design. 
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12202f6.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/gabriel-ford-sadie-ford-and-melissa-fords-hello-scratch" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 28 Jul 2017 14:22:27 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339450 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>J. and K. Fidler's Cut the Cord, Ditch the Dish, and Take Back Control of Your TV (Iron Violin Press)</title>
  <link>https://www.linuxjournal.com/content/j-and-k-fidlers-cut-cord-ditch-dish-and-take-back-control-your-tv-iron-violin-press</link>
  <description>  &lt;div data-history-node-id="1339427" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
Prospective TV cable-cutters, even those with technical abilities, often
are flummoxed in the face of choosing between all of the content options and new
technologies available. Reliable sources of complete and neutral information in
this space are hard to find, and the fun evaporates rapidly when you're faced
with hours of stumbling through forums and strings of searches. 
&lt;/p&gt;

&lt;p&gt;
A quicker route to
TV nirvana is to read J. and K. Fidler's book &lt;em&gt;Cut the Cord,
Ditch the Dish, and Take Back Control of Your TV&lt;/em&gt; from &lt;a href="http://controltv.ironviolin.com"&gt;Iron Violin Press&lt;/a&gt;. Subtitled
&lt;em&gt;Fun, Tried-and-Tested, and Absolutely Legit Ways to Customize, Control and
Change How You Watch TV&lt;/em&gt;, the Fidler team's book is a "time-saving,
easily understood, roadmap for readers of all technical levels to be able to have
fun, save money, and get the content and TV experience they want". 
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Cut
the Cord&lt;/em&gt; provides "been-there-done-that" tips and explores the new
technologies now available to cord-cutters. The nearly 400-page ebook gives basic
information needed to get started, then builds on this knowledge to document a
variety of simple to advanced DIY projects. One of those projects includes
creating a DIY Linux OS-based DVR using MythTV and an Intel NUC.
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12187f7.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/j-and-k-fidlers-cut-cord-ditch-dish-and-take-back-control-your-tv-iron-violin-press" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 30 Jun 2017 16:05:09 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339427 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Steve Suehring's CompTIA Linux+ and LPIC Practice Tests (Sybex)</title>
  <link>https://www.linuxjournal.com/content/steve-suehrings-comptia-linux-and-lpic-practice-tests-sybex</link>
  <description>  &lt;div data-history-node-id="1339423" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
Possessing Linux skills is valuable in today's IT job market where demand for
talent outstrips supply. Getting certified proves you have the chops to do the
job, and two well worn paths to Linux certification are the Computing Technology
Industry Association's CompTIA Linux+ and the Linux Professional Institute
Certification (LPIC). 
&lt;/p&gt;

&lt;p&gt;
To boost your Linux+/LPIC readiness and obtain 100% coverage
of all exam objectives on both certifications, you'd be wise to check out
Steve Suehring's new &lt;em&gt;CompTIA Linux+ and LPIC Practice Tests&lt;/em&gt;. Covered in the
&lt;a href="http://www.wiley.com/WileyCDA/Section/id-420431.html"&gt;Sybex&lt;/a&gt;-published title are CompTIA Linux+ exams LX0-103 and LX0-104 and the LPIC
exams 101-400, 102-400 and 201 and 202, replete with 1,200+ expertly crafted
practice questions. Two 60-question practice exams per section help readers gauge
their readiness and hone test-taking strategies well in advance of exam day.
&lt;/p&gt;

&lt;p&gt;
Buyers of the book also gain access to the Sybex interactive learning environment
containing all questions and the ability to create one's own practice tests
based on areas where further review is needed. This book can be used alone or with
the Sybex study guides.
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12187f6.jpg" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/steve-suehrings-comptia-linux-and-lpic-practice-tests-sybex" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Wed, 28 Jun 2017 15:48:34 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339423 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Omesh Tickoo and Ravi Iyer's Making Sense of Sensors (Apress)</title>
  <link>https://www.linuxjournal.com/content/omesh-tickoo-and-ravi-iyers-making-sense-sensors-apress</link>
  <description>  &lt;div data-history-node-id="1339366" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/james-gray" lang="" about="https://www.linuxjournal.com/users/james-gray" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;James Gray&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
In today's data-driven world, we are surrounded by sensors collecting
various types of data about us and our world. These sensors are the primary
input devices for wearable computers, IoT and other mobile devices.
Professionals seeking to better understand today's sensor-rich devices and
acquire knowledge and skills to develop innovative solutions that exploit
them will be pleased to learn about the new book &lt;em&gt;Making Sense of
Sensors&lt;/em&gt;.
&lt;/p&gt;

&lt;p&gt;
Written by the team of Omesh Tickoo and Ravi Iyer, and published by &lt;a href="http://apress.com"&gt;Apress&lt;/a&gt;, the
book is subtitled &lt;em&gt;End-to-End Algorithms and Infrastructure Design from
Wearable-Devices to Data Centers&lt;/em&gt;. Presented in a manner that permits readers
to associate the examples with their daily lives, Tickoo and Iyer's book
covers the most common architectures used for deriving meaningful data from
sensors. This book provides readers with the tools to understand how sensor
data is converted into actionable knowledge and provides tips for in-depth
work in this field. 
&lt;/p&gt;

&lt;p&gt;
Starting with an overview of the general pipeline to
extract meaningful data from sensors, the book then dives deeper into some
commonly used sensors and algorithms designed for knowledge extraction.
Practical examples and pointers to more information are used to outline the
key aspects of Multimodal recognition. The book concludes with a discussion
on relationship extraction, knowledge representation and management.
&lt;/p&gt;
&lt;img src="http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1000009/12168f5.png" alt="" title="" class="imagecache-large-550px-centered" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/omesh-tickoo-and-ravi-iyers-making-sense-sensors-apress" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Fri, 21 Apr 2017 16:20:26 +0000</pubDate>
    <dc:creator>James Gray</dc:creator>
    <guid isPermaLink="false">1339366 at https://www.linuxjournal.com</guid>
    </item>

  </channel>
</rss>
