March 2019
LLVM Clang 9.0 Adds "-ftime-trace" To Produce Useful Time Trace Profiling Data
Submitted by Roy Schestowitz on Sunday 31st of March 2019 11:53:56 PM Filed under

LLVM has merged a very useful feature for the Clang 9.0 release this autumn: the -ftime-trace feature allows producing time trace profiling data in a friendly format that is useful for developers to better understand where the compiler is spending most of its time and other areas for improvement.
Clang has already supported -ftime-report for printing time summaries for each stage of the compilation process while -ftime-trace yields much more useful data. The output of -ftime-trace is JSON-based profiling outputs that can be loaded into Chrome's chrome://tracing visualizer. This data shows how much time LLVM/Clang is spending on compiling each file, down to the function granularity.
- Login or register to post comments
Printer-friendly version
- Read more
- 4179 reads
PDF version
SDDM v0.18.1
Submitted by Roy Schestowitz on Sunday 31st of March 2019 11:42:47 PM Filed under
We are happy to release a new SDDM version.
SDDM is a Qt based graphical login manager developed in a collaborative fashion by people from Liri, KDE and LXQt.
- Login or register to post comments
Printer-friendly version
- Read more
- 3349 reads
PDF version
Linux Lite 4.4 is ready to replace Microsoft Windows on your aging PC
Submitted by Rianne Schestowitz on Sunday 31st of March 2019 09:37:35 PM Filed under
One of the best things about operating systems based on the Linux kernel is they can sometimes be very lightweight. Why is this important? Well, when an OS uses very few resources, it can breathe new life into an aging PC. In other words, just because Windows 7 or Windows 10 run like molasses on your old computer, that doesn't mean you have to buy a new one. The right Linux distribution can make your older PC feel fast and new.
One of the most popular lightweight Linux-based operating systems is Linux Lite. Heck, the name of the distribution tells you that it is designed to use few resources! Version 4.4 is now available, and as per usual, it is based on the latest Ubuntu LTS -- 18.04. The Xfce desktop environment will feel familiar to those switching from Windows. Those new to Linux will also appreciate the easy access to many popular programs, such as Skype, Steam, and Spotify. Even the excellent Microsoft Office alternative, LibreOffice, is included.
- 7 comments
Printer-friendly version
- Read more
- 4362 reads
PDF version
Openness, Open Data and Open Hardware
Submitted by Roy Schestowitz on Sunday 31st of March 2019 06:25:37 PM Filed under
-
Open-source seeds: protecting new crops from privitisation
From the green grass of England to the tropical forests of the Amazon basin and the semi-arid plains of North Africa, when it comes to food, no one crop can suit every soil type, or withstand the challenges of climate change. It is therefore vitally important that humans seek to preserve and increase the biological diversity of crops.
In pursuit of this goal, Dr Johannes Kotschi from the Association for AgriCulture and Ecology, along with researchers from the University of Göttingen, has developed an open-source seed (OSS) licence that can be applied to new crop varieties. The OSS licence prevents seeds and their derivatives from being privatised, patented or otherwise protected in a way that would limit their sale or further modification. In doing so, it ensures that new varieties are available to everyone. Alongside the licence, the organisation OpenSourceSeeds supports breeders and seed producers who use it.
-
Aptiv Releases Comprehensive Open-Source Automated Vehicle Data Set
Aptiv has released a comprehensive set of automated driving training data including camera, radar and lidar signals that has been fully annotated and labeled.
-
Aptiv Releases Comprehensive Open-Source Dataset for Autonomous Driving
Global auto parts supplier Aptiv, formally known as Delphi Automotive, announced today the full release of nuScenes, an open-source autonomous vehicle (AV) dataset. The dataset will help developers improve the safety of autonomous vehicles.
-
MIPS R6 Architecture Now Available for Open Use
Asked if any other MIPS cores – beyond R6 – will be available in the future, Swift said additional announcements are in the offing, indicating that Thursday’s offering is only the first set of MIPS Open’s release.
“Remember, this is a journey, not a destination,” Swift reminded.
Other pending announcements include MIPS Open’s certification partners and MIPS Open Advisory Board. Names of individuals or companies for those initiatives are not yet public.
-
Wave Computing launches MIPS Open, provides royalty-free access to chip design data
A few months after announcing plans to “open source its MIPS instruction set architecture,” the folks at Wave Computing are following through. Mostly.
The company has launched the MIPS Open program and released the first components, offering developers royalty and license fee-free access to the latest versions of its 32-bit and 64-bit MIPS architecture.
But it’s questionable whether this is truly an “open source” initiative, so much as an “open use” project designed encourage developers to work with the company’s chips.
- Login or register to post comments
Printer-friendly version
- Read more
- 3585 reads
PDF version
DragonFlyBSD Receives Initial FUSE Port For File-Systems In User-Space
Submitted by Roy Schestowitz on Sunday 31st of March 2019 06:07:19 PM Filed under
Tomohiro Kusumi has contributed an initial FUSE implementation to DragonFlyBSD for implementing file-systems in user-space support.
The design is based roughly on FreeBSD code but is a cleanly written implementation for allowing user-space file-systems to work on this BSD. This initial FUSE support isn't designed to be API/ABI compatible with the FreeBSD code due to different sysctls and other factors.
- Login or register to post comments
Printer-friendly version
- Read more
- 3373 reads
PDF version
Nate Graham's KDE Usability & Productivity Weekly Report
Submitted by Roy Schestowitz on Sunday 31st of March 2019 06:05:05 PM Filed under
-
KDE Usability & Productivity: Week 64
Week 64 in KDE’s Usability & Productivity initiative has arrived, and I think you’ll see why this week needed two posts.
-
KDE's Konsole Now Supports Splitting, Plasma Vault Integration In Dolphin
KDE contributor Nate Graham has continued his weekly blog posts outlining some of the notable improvements made in the world of KDE. One of the notable changes this week is the Konsole terminal emulator allowing arbitrary grid-like splits of a single window. That honors a ten year old bug report about wanting to restore support for "Quadkonsole" for allowing several consoles to render within a single window. That support is finally in place for the KDE Applications 19.08 release due out this summer.
- Login or register to post comments
Printer-friendly version
- Read more
- 7623 reads
PDF version
Software: Python IDEs, Kodi, Best alternatives to Skype
Submitted by Roy Schestowitz on Sunday 31st of March 2019 06:01:50 PM Filed under
-
9 Best Free Python Integrated Development Environments (Updated 2019)
Python is a widely used general-purpose, high level programming language. It’s easy to read and learn. It’s frequently used for science, data analysis, and engineering. With a burgeoning scientific community and ecosystem, Python is an excellent environment for students, scientists and organizations that develop technology software.
One of the essential tools for a budding Python developer is a good Integrated Development Environment (IDE). An IDE is a software application that provides comprehensive facilities to programmers for software development.
Many coders learn to code using a text editor. And many professional Python developers prefer to stay with their favourite text editor, in part because a lot of text editors can be used as a development environment by making use of plugins. But many Python developers migrate to an IDE as this type of software application offers, above all else, practicality. They make coding easier, can offer significant time savings with features like autocompletion, and built-in refactoring code, and also reduces context switching. For example, IDEs have semantic knowledge of the programming language which highlights coding problems while typing. Compiling is ‘on the fly’ and debugging is integrated.
-
Are free VPNs any good for Kodi?
Before we get to the VPNs, let's start with Kodi, which is a free and open source media player.
-
What Is Kodi and How Does It Work?
What is Kodi? Imagine your own version of Netflix or Amazon Prime Video, but one that is completely free? Sounds too good to be true, right?
-
Best alternatives to Skype 2019: paid and free
If you're looking for the best Skype alternatives, then you've come to the right place. For many years, Skype has been one of the most popular VoIP (Voice over IP) services, with home and business users alike using it to video and voice call friends and family over the world.
However, in 2011 Microsoft acquired Skype, and since then it has been tweaking the interface and adding (and removing features) which has not been too popular.
So, if you're looking to move from Skype to another VoIP service, then this guide to the best Skype alternatives will help you make the leap. We look at both free alternatives to Skype, as well as packages you need to pay for, which is good for large companies with employees around the world.
- Login or register to post comments
Printer-friendly version
- Read more
- 3347 reads
PDF version
today's howtos
Submitted by Roy Schestowitz on Sunday 31st of March 2019 05:58:31 PM Filed under
-
How to Set Up OpenStreetMap Tile Server on Ubuntu 18.04
-
How to Install and Configure OTRS (Ticketing Tool) on CentOS 7 / RHEL 7
-
How to Find IP Address in Linux Command Line
-
How to Disable or Mute Alert Sound in Ubuntu 19.04
-
How to Configure MySQL Master-Slave Replication on Ubuntu 18.04
-
How To Install HAProxy on Ubuntu 18.04 LTS
-
Manjaro Installation Walkthrough
-
25 basic Linux terminal commands to remember
- Login or register to post comments
Printer-friendly version
- Read more
- 3461 reads
PDF version
Android Leftovers
Submitted by Rianne Schestowitz on Sunday 31st of March 2019 05:25:32 PM Filed under
-
Sony Xperia 10 & 10 Plus - The Bad Review
-
Is the Samsung Galaxy S10+ the best Android phone?
-
Pixel 3 vs. OnePlus 6T: Which Android should you buy?
-
20 best new Android games released this week including The Elder Scrolls: Blades, Grand Mountain Adventure, and Rush Rally 3
-
5 great Android apps to check out this week (MAR 31, 2019)
- Login or register to post comments
Printer-friendly version
- Read more
- 2998 reads
PDF version
Linux laptops alive in South Africa
Submitted by Rianne Schestowitz on Sunday 31st of March 2019 05:18:12 PM Filed under
While it may serve a small niche in South Africa, Dell has been offering laptops that run Ubuntu Linux for years.
This is according to Chris Buchanan, client solutions director at Dell EMC in South Africa.
Dell and Canonical recently announced the new version of the Dell XPS 13 Developer Edition laptop, offering up to 16GB RAM and a 1TB SSB. Since then, a 2TB version has become available.
Like other Developer Edition variants of the Dell XPS 13, the 2018 model comes with Ubuntu Linux rather than Windows. At the time, the latest long-term support release: Ubuntu 18.04 “Bionic Beaver”.
- Login or register to post comments
Printer-friendly version
- Read more
- 3445 reads
PDF version
More in Tux Machines
- Highlights
- Front Page
- Latest Headlines
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- New Members
digiKam 7.7.0 is released
After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release.
| Dilution and Misuse of the "Linux" Brand
|
Samsung, Red Hat to Work on Linux Drivers for Future Tech
The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world.
Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility.
| today's howtos
|
Recent comments
47 weeks 5 days ago
47 weeks 5 days ago
47 weeks 5 days ago
47 weeks 5 days ago
47 weeks 5 days ago
47 weeks 5 days ago
47 weeks 5 days ago
47 weeks 6 days ago
47 weeks 6 days ago
47 weeks 6 days ago