Android Central: A lighter version of Google Play Music is now available for Android. http://google.com/newsstand/s/CBIw6p-2sjQ
Linux Digital Audio Workstation Roundup – Freedom Penguin
Linux Digital Audio Workstation Roundup – Freedom Penguin https://freedompenguin.com/articles/software/linux-digital-audio-workstation-roundup/
ActiveState: Komodo 10.2 Released! New Unit Testing, Slack Sharing, Yarn Support
The Komodo team has been hard at work, and some of that work you can feast your eyes upon today with the release of Komodo IDE 10.2. This release is focussed primarily on two features: unit testing and Slack sharing, but it’s not just about the features; we’ve fixed roughly 100 bugs and made quite a few improvements and enhancements. We hope you enjoy this iteration of Komodo IDE and look forward to your feedback!
Slack Sharing
If your team lives on Slack, sharing a code snippet is a quick way to get problems solved. Now you can share snippets, diffs and all kinds of code directly from Komodo to your team on Slack. Give your ctrl+c and ctrl+v a break.
Source: ActiveState: Komodo 10.2 Released! New Unit Testing, Slack Sharing, Yarn Support
I’m really looking forward to the Slack sharing feature since I do live in Slack. 🙂
Custom PC Review: Best Gaming Workstation PC Build Under $1,500 [February 2017]
Custom PC Review: Best Gaming Workstation PC Build Under $1,500 [February 2017] http://google.com/newsstand/s/CBIwzqb7rjQ
Custom PC Review: Review: Ubiquiti UniFi Security Gateway (USG)
Custom PC Review: Review: Ubiquiti UniFi Security Gateway (USG) http://google.com/newsstand/s/CBIwjrOQrDQ
SILE – What is SILE?
When most people produce printed documents using a computer, they usually use software such as Word (part of Microsoft Office) or Writer (part of Open/LibreOffice) or similar–word processing software. SILE is not a word processor; it is a typesetting system. There are several important differences.
The job of a word processor is to produce a document that looks exactly like what you type on the screen. SILE takes what you type and considers it instructions for producing a document that looks as good as possible.
For instance, in a word processor, you keep typing and when you hit the right margin, your cursor will move to the next line. It is showing you where the lines will break. SILE doesn’t show you where the lines will break, because it doesn’t know yet. You can type and type and type as long a line as you like, and when SILE comes to process your instructions, it will consider your input (up to) three times over in order to work out how to best to break the lines to form a paragraph. Did we end two successive lines with a hyphenated word? Go back and try again.
SILE – What is SILE? http://sile-typesetter.org/what-is
Viper4Android Updated to v2.5.0.5 with Nougat Support
Viper4Android Updated to v2.5.0.5 with Nougat Support. http://google.com/newsstand/s/CBIw6L_nqzQ
VentureBeat: Microsoft releases new Windows 10 preview with Compact Overlay, Dynamic Lock, and improved Game Bar
VentureBeat: Microsoft releases new Windows 10 preview with Compact Overlay, Dynamic Lock, and improved Game Bar. http://google.com/newsstand/s/CBIw5JbLsTk
Nvidia’s Quadro GP100 Announced, Will Supercharge Your Deep Learning and Design Capabilities
Nvidia’s Quadro GP100 Announced, Will Supercharge Your Deep Learning and Design Capabilities. http://google.com/newsstand/s/CBIwxp_kmzQ
Using rsync to back up your Linux system :: Opensource.com
One of the most important features of rsync is the method it uses to synchronize preexisting files that have changed in the source directory. Rather than copying the entire file from the source, it uses checksums to compare blocks of the source and target files. If all of the blocks in the two files are the same, no data is transferred. If the data differs, only the block that has changed on the source is transferred to the target. This saves an immense amount of time and network bandwidth for remote sync.
Source: Using rsync to back up your Linux system :: Opensource.com
Rsync is pretty handy. You can even get it to work on Windows if you want.