Showing headlines posted by bob

« Previous ( 1 ... 521 522 523 524 525 526 527 528 529 530 531 ... 1197 ) Next »

AI Is Coming to Edge Computing Devices

  • Linux.com; By Eric Brown (Posted by bob on Jun 13, 2018 11:33 PM CST)
  • Story Type: News Story; Groups: Linux
Very few non-server systems run software that could be called machine learning (ML) and artificial intelligence (AI). Yet, server-class “AI on the Edge” applications are coming to embedded devices, and Arm intends to fight with Intel and AMD over every last one of them.

5 microservice testing strategies for startups

Testing microservices is hard. I learned just how hard it could be when I first dived into a tech stack with seven separate microservices, each with its own code base, dependency management, feature branches, and database schema—which also happened to have a unique set of migrations. Talk about hectic. The approach I took was to run everything locally. That meant that whenever I wanted to run end-to-end tests, I needed to go through the following five steps for each of the seven microservices: read more

WITHIN creates distribution platform using WebVR

  • The Mozilla Blog; By Judy DeMocker (Posted by bob on Jun 13, 2018 7:50 PM CST)
  • Story Type: Editorial; Groups: Mobile, Mozilla
Virtual Reality (VR) pioneers at WITHIN have launched one of the first VR distribution platforms. Now anyone can enjoy gorgeous VR on their PC, headset, or mobile device, thanks to the WebVR API, created by Mozilla engineers. Read more The post WITHIN creates distribution platform using WebVR appeared first on The Mozilla Blog.

Cortex-A76, Mali-G76, and ML chip designs pump up AI

Arm’s Cortex-A76 design offers speed/efficiency improvements including a 4x boost in AI performance, and is paired with a new Mali-G76 GPU that is also said to aid AI. Meanwhile, Arm revealed more details on its upcoming ML co-processors. Very few non-server systems run software that could be called machine learning (ML) and artificial intelligence (AI).

Copyleft Terms May Become Unenforceable in 11 Countries under CPTPP

The Comprehensive and Progressive Agreement for Trans Pacific Partnership (CPTPP) is an enormous (roughly 6,000-page) treaty between Australia, Brunei, Canada, Chile, Japan, Malaysia, Mexico, New Zealand, Peru, Singapore and Vietnam that was signed in Chile on March 8, 2018. So far, only Mexico and Japan have ratified it. CPTPP is almost identical to the original TPP, which included those 11 countries plus the United States. In early 2017, the US withdrew from the treaty, which its President had previously described as a "terrible deal".

Introducing a Groff Macros cheat sheet

  • Opensource.com; By Jim Hall (Posted by bob on Jun 13, 2018 1:38 PM CST)
  • Story Type: Editorial; Groups: GNU, Linux
Linux has a handy text formatting command. GNU groff is quite old, but it's still very useful to generate documents. Most people use groff to write papers, but you can also use groff as a lightweight intermediate report generator for an automated system.

The state of encryption: How the debate has shifted

  • Opensource.com; By Mark Bohannon (Posted by bob on Jun 13, 2018 9:55 AM CST)
  • Story Type: Interview, Security; Groups: Sun
Susan Landau, was a former distinguished engineer at Sun Microsystems and is now a professor at Tufts. I had an opportunity to check in with her at a recent event in Washington, D.C.

Plasma 5.13, a new version of KDEs desktop environment, is here

Optimized and less resource-hungry, Plasma 5.13 can run smoothly on under-powered ARM laptops, high-end gaming PCs, and everything in between.

Fedora 28 on Raspberry Pi 3 B+

The Raspberry Pi model 3 B+ (RPi 3 B+) is the latest available in the Raspberry Pi series, released in mid-March 2018. RPi 3 B+ has some nice features and improvements over the previous RPi 3 B. They include faster 1.4 GHz processor clock speed, Gigabit Ethernet speed, dual-band 2.4GHz and 5GHz wifi support, and Bluetooth ..........

Systemd Services: Reacting to Change

  • Linux.com - Original Content; By Paul Brown (Posted by bob on Jun 13, 2018 3:43 AM CST)
  • Story Type: Tutorial; Groups: Linux
In prior installments, we saw that systemd services can be started or stopped by hand or when certain conditions are met. Those conditions are not limited to when the OS reaches a certain state in the boot up or powerdown sequence but can also be when you plug in new hardware or when things change in the filesystem. You do that by combining a Udev rule with a systemd service.

Embedded Linux Conference Europe wants your presentations (and money)

The Linux Foundation opened a call for papers for the Embedded Linux Conference Europe to be held Oct. 22-24, in Edinburgh, and released the speaker list for the Aug. 29-31 Open Source Summit North America in Vancouver. The Linux Foundation is asking for presentation pitches for this fall’s Embedded Linux Conference Europe (ELCE) .........

Automation controller upgraded with new Raspberry Pi 3 Model B+

Techbase has upgraded its Linux-powered ModBerry M500 controller with the RPi 3 Model B+ SBC, advancing to a 1.4GHz SoC, GbE, and dual-band WiFi-ac. The launch follows several new NanoPi and Orange Pi based ModBerry M300 models. Techbase announced the availability of a new version of its ModBerry M500 industrial control computer (also called the […]

Linux ping Command Tutorial for Beginners (8 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 12, 2018 9:31 PM CST)
  • Groups: Linux; Story Type: News Story
Regardless of the type of Linux user you are (beginner or pro), there are certain tools that you must be aware of. One such utility is Ping. In this tutorial, we will discuss the basics of this tool using some easy to understand examples.

How to Install SilverStripe CMS on Ubuntu 18.04 LTS

SilverStripe is a free, open source, secure and flexible CMS written in PHP language that can help you to create and manage the content of your websites and web applications. In this tutorial, we will learn how to install SilverStripe CMS on Ubuntu 18.04 (Bionic Beaver).

Devuan ships second stable cut of its systemd-free Linux

Open source luminary and former Debian leader Bruce Perens gives it a big thumbs up Systemd-free Linux distro Devuan has released its stable Version 2.0.…

7 open source tools to make literature reviews easy

  • Opensource.com (Posted by bob on Jun 12, 2018 4:34 PM CST)
  • Story Type: News Story
A good literature review is critical for academic research in any field, whether it is for a research article, a critical review for coursework, or a dissertation. In a recent article, I presented detailed steps for doing a literature review using open source software. The following is a brief summary of seven free and open source software tools described in that article that will make your next literature review much easier. read more

New NOVA Filesystem

Andiry Xu posted patches for a new filesystem called NOVA (NOn-Volatile memory Accelerated). Normal RAM chips are wiped every time you turn off your computer. Non-volatile RAM retains its data across reboots. Their project targeted byte-addressable non-volatile memory chips, such as Intel's 3DXpoint DIMMs.

Better API testing with the OpenAPI Specification

  • Opensource.com (Posted by bob on Jun 12, 2018 11:37 AM CST)
  • Story Type: News Story
If you search the internet for "unexpected API behavior," you'll soon discover that no one likes when an API doesn't work as anticipated. When you consider the increasing number of APIs, continuous development, and delivery of the services built on top of them, it's no surprise that APIs can diverge from their expected behavior. This is why API test coverage is critical for success. For years, we have created unit and functional tests for our APIs, but where do we go from there? read more

What version of Linux am I running?

The question "what version of Linux" can mean two different things. Strictly speaking, Linux is the kernel, so the question can refer specifically to the kernel's version number, or "Linux" can be used more colloquially to refer to the entire distribution, as in Fedora Linux or Ubuntu Linux. read more

« Previous ( 1 ... 521 522 523 524 525 526 527 528 529 530 531 ... 1197 ) Next »