Open-source News

OpenBSD 7.2 Released With Support For Ampere Altra, Apple M2

Phoronix - Thu, 10/20/2022 - 22:30
Coming on the same day as Ubuntu 22.10, Theo de Raadt has released OpenBSD 7.2 as the latest version of this popular BSD operating system...

Ubuntu 22.10 Released With GNOME 43 Desktop, Raspberry Pi Improvements, PipeWire Audio

Phoronix - Thu, 10/20/2022 - 22:10
Canonical has formally released Ubuntu 22.10 "Kinetic Kudu" as the latest six-month, non-LTS update to Ubuntu Linux...

Intel Core i5 13600K + Core i9 13900K "Raptor Lake" Linux Preview

Phoronix - Thu, 10/20/2022 - 21:00
Last month Intel announced 13th Gen Core "Raptor Lake" processors while today these processors officially go on sale. Today also marks the review embargo lift with Intel having provided Phoronix with the new Core i5 13600K and i9 13900K processors for Linux testing.

Glibc Picks Up More AVX-512 Optimizations - ~30% Less Cycles For Some String Functions

Phoronix - Thu, 10/20/2022 - 17:30
The widely depended upon GNU C Library "glibc" has seen another round of optimization work for benefiting those with AVX-512 processors from Intel or now on the AMD side too with Zen 4...

FineIBT Updated For Linux As Alternative Control Flow Integrity (CFI) Approach

Phoronix - Thu, 10/20/2022 - 17:14
Back in August 2021 saw initial patches by Intel for "FineIBT" for the Linux kernel as aiming to combine the best of their Control-flow Enforcement Technology (CET) and Control Flow Integrity for upping the kernel security protections in an efficient manner...

Open Firmware DRM Driver "OFDRM" Queuing For Linux 6.2

Phoronix - Thu, 10/20/2022 - 16:55
A first batch of "drm-misc-next" patches have been sent in for DRM-Next to queue until the Linux 6.2 merge window comes about in December. With this initial batch of new material for v6.2 is a new Direct Rendering Manager driver: OFDRM...

Intel Engineers Release SVT-AV1 1.3 With More Optimizations, Tuning For Better AV1 Encode

Phoronix - Thu, 10/20/2022 - 15:00
The open-source SVT-AV1 encoder for AV1 content that is primarily developed by Intel software engineers continues getting faster and finding new ways to provide better tuned presets and yield better performance for AV1 encoding on CPUs...

4 open source editors I use for my writing

opensource.com - Thu, 10/20/2022 - 15:00
4 open source editors I use for my writing Alan Formy-Duval Thu, 10/20/2022 - 03:00

I've done a lot of writing throughout my career, mostly as an IT consultant creating product documentation as client deliverables. These documents generally provide instructions on installing various operating systems and software products.

Since 2018, I've contributed to opensource.com with articles about open source software. Of course, I use open source editors to write my pieces. Here are the four open source editors that I have used.

1. Vi

Vi, also referred to as Vim, is the first open source editor that I learned. This was the editor taught by my computer science classes and that I used for all of my C programming. I have used it as my de facto command line editor since the mid-1990s. There are so many iterations of this tool that I could write a whole series on them. Suffice it to say that I stick to its basic command line form with minimal customization for my daily use.

2. LibreOffice Writer

Writer is part of the open source LibreOffice office suite. It is a full-featured word processor maintained by The Document Foundation. It supports industry-standard formats such as the Open Document Format (ODF), Open XML, and MS Office DOC, DOCX. Learn more about Writer on its official site.

More Linux resources Linux commands cheat sheet Advanced Linux commands cheat sheet Free online course: RHEL technical overview Linux networking cheat sheet SELinux cheat sheet Linux common commands cheat sheet What are Linux containers? Our latest Linux articles 3. Ghostwriter

Ghostwriter is a text editor for Markdown. It has a nice real-time viewer and syntax guide or cheat sheet feature. Visit the official website to discover more.

4. Gedit

Gedit is the basic graphical editor found in many Linux distributions and is described as "a small and lightweight text editor for the GNOME desktop." I have begun using it lately to create articles in the Asciidoc format. The benefit of using Asciidoc is that the syntax is easily manageable and importable into web rendering systems such as Drupal. See the Gedit Wiki for many tips and tricks.

Editing text

An extensive list of editing software is available in the open source world. This list will likely grow as I continue writing. The primary goal for me is simplicity in formatting. I want my articles to be easy to import, convert, and publish in a web-focused platform.

Your writing style, feature needs, and target audience will guide you in determining your preferred tools.

In celebration of the National Council of Teachers of English NCTE National Day on Writing 2022, I thought I'd share a few of my favorite open source writing tools.

Image by:

Original photo by mshipp. Modified by Rikki Endsley. CC BY-SA 2.0.

Tools LibreOffice Text editors Vim What to read next This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

Pages