Bonum Certa Men Certa

Links 15/10/2020: Parted Magic Leaves OpenBox, US Congress Urged to Choose Free Software



  • GNU/Linux

    • Audiocasts/Shows

      • The Linux Link Tech Show Episode 876

        apartment internet, ansible, chef, automation, 3d printing, and more

      • Destination Linux 195: Interview with Fedora's Project Lead, Matthew Miller - Destination Linux

        This week we have an exciting interview in store for you with the Project Lead of Fedora, Matthew Miller! We’re going to celebrate the 10th Anniversary of Libre Office and talk about their conference happening this week! In the Gaming section this week, Debian of all things announced they were putting on a Gaming Focused Conference event in November so we’ll discuss what that could mean. Later in the show, we’ll give you our popular tips/tricks and software picks. Plus so much more, on this week’s episode of Destination Linux.

      • Unfettered Freedom, Ep. 9 - OpenOffice, Non-Free JavaScript, Linux Journal, Planned Obsolescence - YouTube

        Unfettered Freedom is a video podcast that focuses on news and topics about GNU/Linux, free software and open source software. On this freedom-packed episode: 0:00 - Intro 1:32 - An open letter to Apache OpenOffice.

      • FLOSS Weekly 600: Chatcola - Open Source Server, Decentralized Communication

        Chatcola is an open-source server with decentralized communication software that does not need user authentication. Doc Searls and Shawn Powers talk with Milan Kazarka, who is the co-founder of Chatcola. They discuss how Chatcola is unique because it doesn't hold the data, and all messages get deleted either after a set time or when the user would like. They talk about the importance of a messaging system being decentralized and the future of Chatcola.

    • Kernel Space

      • Linux 5.9: Not a game-changer, but a good, solid Linux kernel

        So, if you're feeling brave, and you know how to compile your own Linux kernel, you can download all 115.5 MBs of the compressed Linux kernel 5.9 archive from kernel.org. Most of you, though, can afford to wait for it to appear in Linux distributions. That means, if you use a mainstream Linux distribution such as Fedora or Ubuntu, you can expect to run in their first 2021 releases.

        You don't have to be in a rush. The biggest change, support for the FSGSBASE instruction in Intel Ivy Bridge and later and AMD processors, will improve performance. But it only shows up if you're really pushing your RAM with many different loads. If you beat up your Linux server a lot, you'll see the change. I doubt a desktop user will spot it.

      • struct page, the Linux physical page frame data structure

        Linux manages physical memory by dividing it into PAGE_SIZE pieces. Usually this is the same as the CPU's page size, between 4KiB and 64KiB. Each page has a small data structure (about 64 bytes) called struct page, which contains various pieces of information about the page.

        If you allocate a page using the low level page allocator directly (e.g. alloc_page(), alloc_pages() and similar functions) then some of the fields in struct page are available for you to use. If you allocate it through another memory allocator, that allocator may be using the struct page for its own purposes, and so you may not use it. Consult the documentation for your memory allocator to see if it allows you to use any of it.

        The primary users of struct page are the page cache and anonymous memory and they impose various restrictions on how you can use various fields within the structure. This document explains how you can use them safely.

      • Linux 5.10 Begins Landing The Long Overdue Revamp Of printk() - Phoronix

        The Linux kernel's fundamental printk() function for printing messages at various log levels for then accessing via the likes of dmesg is beginning to see a significant overhaul.

        Coming with Linux 5.10 is now a fully lock-less ring-buffer implementation for printk. This new implementation allows for storing and reading messages without the possibility of deadlocks or relying on temporary per-CPU buffers.

    • Applications

      • IVPN Released a GUI Client App for the Linux Platform

        IVPN is giving its Linux audience some love, as they have just released a GUI (graphical user interface) app for the platform. The particular VPN (virtual private network) vendor has only recently embraced Linux with a command-line app, but the time for something more user-friendly has come.

        Many Linux users are used to firing up the terminal to do whatever they need to do, as the power of the command line is undeniable. However, this is not the case for every Linux user nowadays, and having a comfortable GUI client app for your VPN service is nice.

      • Pitivi Video Editor Gets a Blockbuster Update - OMG! Ubuntu!

        Pitivi is an open source video editor for Linux desktops and the latest update to it adds a bunch of new features and welcome usability improvements.

      • 10 Best Google Drive Clients for Linux

        Google ecosystem has become an integral part of our daily lives, from Google-powered smartphones to a suite of Google apps like GMAIL are part of our daily lives. In the data-driven world, it is important to keep data secure as well as accessible from everywhere. Well, Google Drive offers that solution in the most efficient way possible. You can securely store all your important data on Google Drive and access it from anywhere by just logging into your google account.Like other apps in Google Suite, Drive has become a very important cloud storage app in our life. It offers free storage up to 15GB which is more than enough and can be used across GMAIL, Google Photos, and other Google services.

        So today I am going to share with you Google Drive clients you can use to access your Google Drive account on Linux and other distributions.

      • Best Free and Open Source Linux Partitioning Tools

        Disk partitioning is the means of dividing a hard disk drive into multiple logical storage units referred to as partitions. A partition is a contiguous set of blocks on a drive that are treated as an independent disk.

        There are many benefits of having multiple partitions on a disk. One of the most popular reasons is to separate the operating system and program files from user files. Many Linux users prefer having the /home directory on a separate partition. This enables the operating system to be reinstalled without the loss of personal files and settings, and makes it easier to backup system and user files. Another essential benefit of partitioning is that it allows Linux to have a dedicated area for virtual memory swapping. It is also common to have several partitions on a hard drive, each of which stores an operating system. This enables users to install and run multiple operating systems on a computer without using virtualization.

    • Instructionals/Technical

      • How to Configure Bluetooth in Arch Linux – Linux Hint

        Bluetooth is an extensively-used protocol for wireless audio connection with servers. You can find nearly every single person using Bluetooth on their mobile devices and systems. Using a Bluetooth device in a Linux distribution can be a bit complex for the first time. If you are an Arch Linux user, then you may become confused when configuring Bluetooth on your server.

      • How to install Spotify on Arch Linux – Linux Hint

        Spotify is a free music app that you can use to listen to music on your operating system of Arch Linux. Other distributions of Linux implement the apt command to get this free music application. Arch Linux is different from Ubuntu and other Linux distributions due to its complex structure. If you wish to get the benefits of unlimited music on your Arch Linux, then you have to opt for the snapd command. Spotify is not a part of the official depository of Arch Linux, so you have to get it from the Arch user repository. This guide shares the extensive details of installing and using Spotify on your Arch Linux.

      • How to Install and Start Docker in Arch Linux – Linux Hint

        In the language of programming, Docker is renowned as the premier platform as a software container. Docker’s description as a container ensures the smooth running of the software contained in its library with proper settings. One of the primary reasons why programmers are inclined towards using Docker is because it administers the issues pertinent to the server. Docker provides you affirmation that wherever you run the software, its functions will run smoothly and without any issues.

        Docker is highly compatible with almost all the Linux distributions. Docker can run software, as well as build images from its library. In simplified terms, Docker is the tool that eases issues when running deployed software. The snap operates on code from Docker, but itself is not an entity of Docker. The latest update of the Docker shows the Apache license 2.0 and has reserved copyrights over its domain. The container system of Docker offers an optimal solution for operating software. That provides Docker an edge over other package-building platforms. This guide specifies all the steps necessary to install Docker on your Arch Linux operating system.

      • Install Debian on Raspberry Pi 4 – Linux Hint

        Debian is one of the most popular Linux distributions out there. Debian is free and open-source. Debian is also a very stable operating system.

        In this article, I am going to show you how to install Debian on Raspberry Pi 4. So, let’s get started.

      • How do I copy from the clipboard to Nano? – Linux Hint

        When we cut or copy a text within the Nano editor, it is saved to a special buffer known as Cutbuffer. Remember Cutbuffer is not the same as a clipboard. The clipboard is maintained by Gnome and it only saves the text that is copied using the mouse right-click menu or using the Ctrl+Shift+c keyboard shortcut. In the following article, we will show you how to copy from Cutbuffer and Gnome Clipboard to Nano editor. The commands have been tested on Ubuntu 20.04 LTS Terminal.

      • How to install Rstudio & R-base Ubuntu 20.04 LTS Linux - Linux Shout

        RStudio is a development environment platform created for developers who are interested in the statistical programming language R. The platform is available in both open-source and commercial editions, of course, the feature difference will be there. The paid version will have more extensive features as compared to the open-source one.

      • How to Change the SIM PIN of Your Android Device - Make Tech Easier

        The SIM PIN code is a security feature that protects against unauthorized individuals accessing your SIM card data. Some smartphone models come with this option on by default, while others need to have the feature enabled. A vast majority of carriers provide standard SIM PIN codes like 0000 or 1234, while others generate random codes.

      • How do I open a nano file in Linux? – Linux Hint

        In the following post, you will see how to open a new or an existing file in Nano editor. The commands have been tested on Ubuntu 20.04 LTS Terminal.

      • Install Manjaro on Raspberry Pi 4 – Linux Hint

        Manjaro is a free and open-source Arch-based Linux distribution. Manjaro is for people who love Arch Linux but don’t like the complexity that comes with Arch Linux. It is easy to use and a very nice looking desktop operating system. It works straight out of the box and has a wide range of software pre-installed.

      • Install Kali Linux on Raspberry Pi 4 – Linux Hint

        Kali Linux is a Debian based operating system specially made for penetration testing. Kali Linux has all the required tools for penetration testing installed by default. Even if something is not installed by default, it will be in the official package repository of Kali Linux. So, you can easily install whatever you need from the official package repository of Kali Linux. Kali Linux is any penetration tester’s best friend.

      • How to Use the Network Manager in Arch Linux – Linux Hint

        The network manager is responsible for the administration, detection, and connection of the server with internet connectivity. It is a tool that assists the user in automatically connecting the Arch Linux operating system with the network. You can also opt for the netctl utility that comes along the Arch Linux server. An effective network manager puts up your system defenses against unknown connectivity bugs. Arch Linux is a complex system, so it requires an efficient network-manager to oversee the secure connection. This guide provides a detailed understanding of downloading and using the network manager in Arch Linux.

      • How to Use Pacman in Arch Linux – Linux Hint

        Arch Linux constitutes a complex distribution of Linux, making it a grueling Linux operating system. Programmers that do not have a strong command over Arch Linux usually opt for other distributions. The prominent distinction among Arch Linux and its other distributions is Pacman. Pacman is a package manager that buffs package usage in Arch Linux. It flattens the use of packages, both from the repository and the ones that you build on your own. Pacman incorporates a set of commands that ease the manipulation of Arch-based packages in the Arch Linux distribution. Pacman also contains binary packages to assist in the creation of a package build. In other Linux distributions, you comply with the apt command; while in Arch Linux, Pacman commands can come in handy for more efficient management of the system repository and build.

      • [Older] How to install, configure, and use mutt with a gmail account on Linux

        Email reader programs such as Thunderbird or Evolution are great, but sometimes they can feel bloated. If you found yourself working mainly from CLI, you may find useful to learn how to install and configure Mutt, a command line email client: that’s what we will do in this tutorial.

      • Different ways to shutdown Ubuntu Linux using command line - Linux Shout

        Ubuntu Linux’s latest LTS version is 20.04, however, the commands to shutdown Ubuntu will work on all Linux versions. It doesn’t matter you are on Desktop or Server.

        Indeed if we are using the Graphical user interface of Ubuntu Linux then we have GUI shortcuts to Power off, sleep, log out, or shut down the system. However, what about if we want to do the same using the command terminal. Yes, we can do all this from CLI as well.

      • How to install Finale 26 on a Chromebook

        Today we are looking at how to install Finale 26, Music Notation Software, on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

      • Ultra low cost webcam studio | Daniel Pocock’s personal blog

        Having a Hollywood-sized budget for visual effects is not much use if people can't hear you.

        Before spending any time or money on visual improvements, such as lighting, it is important to conquer sound.

        A cost effective solution for many people is something like the Rode smartLav+ combined with Rode's TRRS-to-3.5mm adapter and a 3.5mm extension lead so you can move around the room wearing it.

        The extension cable is both cheaper and easier to use than any wireless microphone.

        As a bonus, smartLav+ can be used anywhere with a smartphone to record speeches and interviews, like a premium dictaphone.

      • How to play Deep Rock: Galactic on Linux

        Deep Rock: Galactic is a co-op FPS indie game developed by Ghost Ship Games and published by Coffee Stain Publishing. In the game, players assume the role of space dwarves and do various missions (mining, collecting materials, etc.) Here’s how to get the game working on Linux.

      • The 30 most useful Linux commands - Linux Concept

        This article will introduce some practical and common Linux or Unix command , which is the Linux system administrators normally use the command . This article is not a complete list, but a brief list of commands that can be useful when needed. The following will introduce how to use these commands one by one with examples.

      • How to show dropped packets per interface on Linux - nixCraft

        How do I display dropped packets per interface on Linux operating systems from the command line option? How can I determine why a Linux server is dropping packets?The post How to show dropped packets per interface on Linux appeared first on nixCraft.

      • How to Share a Local Folder with a Remote Host Running on VMWare

        In this article, we are going to see how to share a local folder with a remote host running on VMWare Workstation. If you are someone wondering what VMWare Workstation is, it is a hypervisor that runs on X64 Linux and Windows operating systems providing features to run virtual machines.

      • How To Install Mattermost on CentOS 8 - idroot

        In this tutorial, we will show you how to install Mattermost on CentOS 8. For those of you who didn’t know, Mattermost is an open-source, private cloud Slack-alternative. A workplace messaging system for web, PCs, and phones, released under the MIT license. As an alternative to proprietary SaaS messaging, Mattermost brings all your team communication into one place, making it searchable and accessible anywhere. Mattermost is “Slack-compatible, not Slack-limited”, supporting a superset of Slack’s incoming and outgoing webhook integrations, including compatibility with existing Slack integrations. From your existing Slack teams, you can import users, public channel history, and even theme setting colors into Mattermost.

      • How To Install Transmission on CentOS 8 - idroot

        In this tutorial, we will show you how to install Transmission on CentOS 8. For those of you who didn’t know, Transmission BitTorrent Client features a simple interface on top of a cross-platform back-end. Transmission is licensed as free software under the terms of the GNU General Public License (GPL), with parts under the MIT License. Transmission, like any other BitTorrent client, allows users to download files from the Internet and upload their own files or torrents. By grabbing items and adding them to the interface, users can create queues of files to be downloaded and uploaded.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you through the step by step installation Transmission on a CentOS 8.

      • How to create and run a shell script in Ubuntu 20.04 LTS

        A script is used in Linux and has written commands into it according to work specifications and assignments. On executing such a script, each command in the script executes in order one by one. The shell is the user-written commands interpreter. A Shell script helps a user with writing and executing multiple commands at the same time.

        In this article, we will see how to execute shell scripts through command line input. With reference to this particular article, I am using Ubuntu 20.04 LTS. Before demonstrating how to execute a shell script through CLI, we will first see how to create a shell script.

      • How to Use Page Styles to Make Better Documents in LibreOffice - Make Tech Easier

        Modern office software has evolved through a range of tools that can make your document creation efforts simpler. If you are tired of changing the style and format of every paragraph, page, slides, etc., when creating your document, you can make use of the Page Styles to make your job easier. In this tutorial, you’ll learn how to set up Page Styles of the LibreOffice word processor.

      • Pretty Good Privacy (PGP) and Digital Signatures | Linux Journal

        If you have sent any plaintext confidential emails to someone (most likely you did), have you ever questioned yourself about the mail being tampered with or read by anyone during transit? If not, you should!

        Any unencrypted email is like a postcard. It can be seen by anyone (crackers/security hackers, corporations, governments, or anyone with the required skills), during its transit.

        In 1991 Phil Zimmermann, a free speech activist, and anti-nuclear pacifist developed Pretty Good Privacy (PGP), the first software available to the general public that utilized RSA (a public key cryptosystem, will discuss it later) for email encryption and signing. Zimmermann, after having had a friend post the program on the worldwide Usenet, got prosecuted by the U.S. government; later he was charged by the FBI for illegal weapon export because encryption tools were considered as such (all charges were eventually dropped). Zimmermann later founded PGP Inc., which is now part of Symantec Corporation.

        In 1997 PGP Inc. submitted a standardization proposal to the Internet Engineering Task Force. The standard was called OpenPGP and was defined in 1998 in the IETF document RFC 2440. The latest version of the OpenPGP standard is described in RFC 4880, published in 2007.

      • LinuxCommand.org is Twenty Years Old...

        Many years ago, when Linux was young, Linus Torvalds gave a talk at a Linux users group meeting. At this point in Linux history, Linus had to actually use PowerPoint to present his slides as no office suite yet existed for Linux. During his talk he began to discuss the goals of the Linux project. He said something to the effect, "Of course, the true goal of Linux is..." and he brought up his next slide which read "TOTAL WORLD DOMINATION" at which point the audience erupted into complete laughter. At the time, the very idea of this little hobbyist project being able to compete with Microsoft Windows or even mainstream Unix seemed utterly preposterous.

      • Font Preview: Test Out All Your Fonts Right From The Terminal - YouTube

        Do you ever forget what your fonts look like, well maybe you need a font previewer such as the aptly named fontpreview. This is a pretty simple shell script which makes use of fzf to select the font, imagemagick to generate a preview of the font and sxiv to actually display the preview itself, the text and preview itself is fully customizable.

      • Global Search And Replace With Ripgrep

        If you are even a casual Linux user, you probably know how to use grep. Even if you aren’t a regular expression guru, it is easy to use grep to search for lines in a file that match anything from simple strings to complex patterns. Of course, grep is fine for looking, but what if you want to find things and change them. Maybe you want to change each instance of “HackADay” to “Hackaday,” for example. You might use sed, but it is somewhat hard to use. You could use awk, but as a general-purpose language, it seems a bit of overkill for such a simple and common task. That’s the idea behind ripgrep which actually has the command name rg. Using rg, you can do things that grep can do using more modern regular expressions and also do replacements.

      • Create Bootable USB Drive With USBImager In Linux - OSTechNix

        Since the conception of Linux, so many of flavors in Linux operating systems are developed. Most of them can be downloaded from the internet. The downloaded Linux OS is usually a bootable ISO image. You can write it to either a CD or DVD or USB depending on the size of the ISO image. Nowadays, most of us use USB mass storage devices to write the bootable ISO images in Linux and Unix-like systems. There are many applications available to create bootable USB disks in Linux and each application has its own set of distinctive features. Today, we will discuss about one such tool called USBImager.

      • Pitivi Video Editor 2020.09 Released, How to Install in Ubuntu 20.04 | UbuntuHandbook

        Pitivi video editor 2020.09 was released a few days ago. Here’s how to install it in Ubuntu 20.04, Ubuntu 18.04, and derivatives.

        It’s been more than 2 years since the last stable release, Pitivi 2020.09 features a plugin system, easy Ken-Burns effect, developer console plugin, timeline markers, user-interface and workflow improvements, a refactored media library, new keyboard shortcuts, and much more.

    • Games

      • Hearts of Iron IV: Battle for the Bosporus is out now (plus a HoI IV sale)

        Get ready to by an armchair general once again, as Hearts of Iron IV: Battle for the Bosporus is out now for Paradox Development Studio's best-selling strategy wargame about World War II.

        What can Bulgaria, Greece and Turkey do to secure their own safety while the world around them is at war? That's what you can find out with this new expansion, as it provides a base for you to meddle with history once again with the new country pack containing new national focus trees for three nations that border the strategic waterways of the Black and Aegean Seas.

      • Block-pushing puzzler 'Akurra' gains a Linux demo that needs testing

        Made in the spirit of the classics like Chip's Challenge, Adventure's of Lolo, Sokoban, and Zelda and following a successful Kickstarter the upcoming Akurra has a demo now.

        "Push blocks into holes, over pits, avoid spikes, explore caves, and ride sea turtles in order to find keys, gems, and stars that unlock new paths and friends to aid you as you explore a collection of islands chock-full of puzzles and secrets. The puzzles in Akurra build complexity over time as you unlock new areas and islands with new puzzle pieces and mechanics."

        Back in June, developer Jason Newman managed to get over $20K in funding from the Kickstarter so there's a lot of interest in these retro-inspired puzzle games it seems. As of the latest update on Kickstarter, they've now put up an initial build of the demo for Linux too!

      • Enter a weird ever-changing world of clay in Dungeons of Clay out now

        Dungeons of Clay is the latest rather quirky title from ShotX Studio, a rogue-lite action-platform that offers up tons of action, plenty of items and some seriously weird enemies. Released on October 12, along with Linux support.

        "Explore the ever-changing dungeons in the surreal world made of clay. Unlock the hidden secrets, overcome the dangers, defeat dreadful creatures and reap the treasures to acquire almighty power. Don't forget to bring your patience, because you will have to merge all your talents and skills if you're ever going to reach the depths of the dungeon."

      • Create supply chains from filth in Everything is Garbage

        Originally made for the Ludum Dare 47 game jam, Everything is Garbage has you create amusing supply chains to turn garbage into lots of money.

        Created by some of the folks from Free Lives (Broforce, Genital Jousting and more), you start off with nothing but a small island and a pile a trash. What they've managed to create is a deceptively simple looking production chain sim. Nowhere near the complication levels of Factorio mind you but clever enough in the execution of it to easily enjoy the experience of turning trash into piles of monies.

      • Open source dungeon building sim 'KeeperRL' adds in a new Warlord game mode

        Another fine example of open source in action with a commercial indie game here, as the dungeon building sim KeeperRL continues being upgraded.

        Most recently with KeeperRL Alpha 31, which adds a new Warlord game mode. This new mode allows you to take a "retired" keeper (after you win) and some minions on another adventure through other retired dungeons. Sounds pretty amusing, and gives KeeperRL a fun mode for short-bursts.

      • Godot Engine - Complex text layouts progress report #1

        Hello! bruvzg here, I got hired by the Godot team to work on the complex text layouts and BiDi aware UI implementation. This is the first part that focuses on TextServer API implementation.

      • Werewolf: The Apocalypse — Heart of the Forest is out now and it's great | GamingOnLinux

        Werewolf: The Apocalypse — Heart of the Forest is a strikingly beautiful visual novel from Different Tales and Walkabout out now. With Different Tales continuing their Linux support just like with their previous games.

        Set in the same big fantasy universe as Vampire: The Masquerade, it's set in the centre of modern Europe where you play as Maia, who comes to Poland hoping to trace their family roots. As you do so, you uncover dark family secrets and hidden truths about the last wilderness of Central Europe.

        As someone who doesn't follow World of Darkness, I appreciated that Werewolf: The Apocalypse — Heart of the Forest is a pretty welcoming game to newcomers because it's a properly self-contained story. So it's suitable for pretty much anyone who enjoys a good choice-based visual novel. A genre I tend to struggle with but in this case with the seriously rich artwork, along with the compelling writing it made for quite an engrossing experience.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Krita 4.4.0 released

          Version 4.4.0 of the Krita painting application has been released. "With a whole slew of new fill layer types, including the really versatile SeExpr based scriptable fill layer type, exciting new options for Krita’s brushes like the gradient map mode for brushes, lightness and gradient modes for brush textures, support for dynamic use of colors in gradients, webm export for animations, new scripting features — and of course, hundreds of bug fixes that make this version of Krita better than ever." See the release notes for details.

        • KDE Plasma 5.20 Run Through

          In this video, we are looking at KDE Plasma 5.20. Enjoy!

        • KDE Plasma 5.20

          Today we are looking at the Newly Released KDE Plasma 5.20 and wow what a change! In this video, we look at some of the features which stand out for me. We start off by switching to Wayland (in a virtual machine - the host runs Linux as well). Enjoy!

    • Distributions

      • Parted Magic Officially Migrates from OpenBox to XFCE

        The live-disk distribution Parted Magic released its latest version. In this release Parted Magic officially migrates from the OpenBox to the XFCE desktop environment.

      • PCLinuxOS/Mageia/Mandriva/OpenMandriva Family

        • KDE installation media updated 2020.1015

          PCLinuxOS installation media for KDE has been updated to 2020.1015. Features: Kernel 5.8.14, Nvidia 450.80.02, GCC 10.2.0, KDE Plasma Desktop 5.20.0, KDE Frameworks 5.75.0 and KDE Applications 20.08.2, New Global Desktop theme and Iconset. Wallpaper provided by Zoid. Installation media is available in 3 sizes. Darkstar 1.5 Gig (basic), KDE5 2.5 Gig (standard) and Magnum 3.5 Gig (large).

      • SUSE/OpenSUSE

      • IBM/Red Hat/Fedora

        • Web of Trust, Part 1: Concept

          Every day we rely on technologies who nobody can fully understand. Since well before the industrial revolution, complex and challenging tasks required an approach that broke out the different parts into smaller scale tasks. Each resulting in specialized knowledge used in some parts of our lives, leaving other parts to trust in skills that others had learned. This shared knowledge approach also applies to software. Even the most avid readers of this magazine, will likely not compile and validate every piece of code they run. This is simply because the world of computers is itself also too big for one person to grasp.

          Still, even though it is nearly impossible to understand everything that happens within your PC when you are using it, that does not leave you blind and unprotected. FLOSS software shares trust, giving protection to all users, even if individual users can’t grasp all parts in the system. This multi-part article will discuss how this ‘Web of Trust’ works and how you can get involved.

          But first we’ll have to take a step back and discuss the basic concepts, before we can delve into the details and the web. Also, a note before we start, security is not just about viruses and malware. Security also includes your privacy, your economic stability and your technological independence.

        • Sandboxing inside the sandbox: No rogue thumbnailers inside Flatpak

          A couple of years ago, we sandboxed thumbnailers using bubblewrap to avoid drive-by downloads taking advantage of thumbnailers with security issues.

          It's a great tool, and it's a tool that Flatpak relies upon to create its own sandboxes. But that also meant that we couldn't use it inside the Flatpak sandboxes themselves, and those aren't always as closed as they could be, to support legacy applications.

          We've finally implemented support for sandboxing thumbnailers within Flatpak, using the Spawn D-Bus interface (indirectly).

          This should all land in GNOME 40, though it should already be possible to integrate it into your Flatpaks.

        • Automating the edge: Connecting a variety of devices, applications and data

          The IT world we know today is currently going through a phase of decentralization: computation is moving closer to where the data is generated. This means gathering and processing data closer to application, also known as edge computing.

          In this new world, devices and services are managed outside the traditional management sphere: platforms are pushed outside the data center, devices are spread across huge areas in inaccessible locations and applications run on demand closer to the data.

        • Hands on vDPA: what do you do when you ain't got the hardware

          In the previous post the internals of the vDPA kernel framework were covered. Putting the theory aside, the proof is in the pudding so now it’s time to get our hands dirty and try vDPA out. The obvious issue is the vDPA is a HW based feature requiring vendor NICs that support it. So how can we test vDPA when we don’t have such cards? What can we use instead of real hardware?

          The answer is a vDPA simulator. The vDPA simulator is a software test device with an IOMMU that is "emulated on a chip." The vDPA device simulator will loopback TX traffic to its RX. The main use cases for the simulated device are feature testing, prototyping and development. With this simulated device, you can set up your own vDPA test/development environment in minutes!

        • Ubuntu Vs. Fedora: Which One Should You Choose?

          Both Ubuntu and Fedora are among the most popular Linux distros on the market. As such, there is an on-going debate in the Linux community concerning the better distro among the two – Ubuntu vs. Fedora.

          With that being said, both distros are targeted at different users with different needs. So depending on what you plan to do on your computer, installing one distro will prove beneficial over the other.

          This is why we will be moving away from the mainstream debate and focus on discussing the major differences between Ubuntu and Fedora. By the end of this read, you should have a solid understanding of what both distros have to offer, and thereby, which one is right for you.

      • Debian Family

        • The Gnocchi package in Debian – Zigo's blog

          This is a follow-up from the blog post of Russel as seen here: https://etbe.coker.com.au/2020/10/13/first-try-gnocchi-statsd/. There’s a bunch of things he wrote which I unfortunately must say is inaccurate, and sometimes even completely wrong. It is my point of view that none of the reported bugs are helpful for anyone that understand Gnocchi and how to set it up. It’s however a terrible experience that Russell had, and I do understand why (and why it’s not his fault). I’m very much open on how to fix this on the packaging level, though some things aren’t IMO fixable. Here’s the details.

      • Canonical/Ubuntu Family

        • First Look: See What’s New in Ubuntu 20.10 ‘Groovy Gorilla’ [Video]

          So to provide you (and me) with proof that six months has indeed passed here’s our Ubuntu 20.10 release video, which we’re posting ahead of the Groovy Gorilla’s stable debut in 2 weeks so you have time to soak in the changes.

          I’ll be honest: Ubuntu 20.10 is not the most exciting release in Ubuntu’s history. In fact, trying to make a video about this version was a bit of a challenge! While there are changes, new features, and improvements, they’re incremental in nature. That’s hard to demo.

          Hit play on video embed above to join me on my bi-annual run-through of all that’s new, nascent, and notable in the latest (and perhaps greatest?) iteration.

        • You Can Now Run Ubuntu Unity on Your Raspberry Pi

          Based on a mix of components from the upcoming Ubuntu 20.10 (Groovy Gorilla) release and Ubuntu 20.04.1 LTS (Focal Fossa), Ubuntu Unity for Raspberry Pi promises to provide the community with a complete and rich operating system for basic desktop computing stuff.

          While it’s designed and optimized specifically for the AArch64 (ARM64) architecture, the Raspberry Pi flavor of Ubuntu Unity also comes with i386-arm support, which sets up an emulated i386 environment based on Debian GNU/Linux 9 “Stretch” to allow you to run 32-bit programs on your Raspberry Pi from the terminal.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Why Congress should invest in open-source software

        In response to past crises, investments in physical infrastructure have helped the United States recover and thrive after significant challenges. After both the Great Depression and the Great Recession, for example, increased investment in transportation infrastructure was a key part of bringing the American economy back from disaster.

        The COVID-19 pandemic and its attendant economic crisis requires a similarly significant response, but it also asks of lawmakers to consider what is next. We can’t just invest in highways—we also need to invest in the technology underpinning the information superhighway. To rebuild from one of the greatest challenges of our time, the United States must invest both in physical and digital infrastructure to secure its recovery.

        For the last few years, both Democrats and Republicans have called for major infrastructure investments, only for them not to materialize. These efforts to fund infrastructure investment have focused on the physical world—highways, railroads, bridges. While those are important areas for investment, we must not forget the equal importance of digital infrastructure, especially the free and open-source software (FOSS) that is built mostly by volunteer labor and underpins the digital world. FOSS is even working its way into the physical world, as it is built into our phones, cars, and refrigerators.

        FOSS began in the 1980s as an effort to give developers the ability to tinker with and alter software, which was prevented by most software vendors at the time. This led to the “free” in FOSS being defined as “Free as in Free Speech, not as in Free Beer,” although frequently the software was also free of costs. For years, FOSS was primarily the domain of hobbyists, but as computing and the internet became a larger part of daily life, so too did FOSS. The untiring efforts of countless volunteers collaborating remotely eventually led to a robust FOSS ecosystem. Now, FOSS underpins the entire digital economy in the form of operating systems (Linux, Android, etc.), databases (MySQL, PostgreSQL, MongoDB, etc.), and big data and artificial intelligence software (Hadoop, TensorFlow, etc.). Multi-billion dollar companies are regularly built on the back of FOSS. Even Microsoft, whose leadership once called Linux “a cancer” and equated it to communism, has now embraced FOSS and uses it as the core of its Azure cloud computing offering.

      • Web Browsers

        • Mozilla

          • 4 Firefox Features You Should Be Using Right Now

            I was using Firefox as my secondary browser and Chrome was my primary browser because I have been using it for more than ten years and it has all my passwords and bookmarks stored.

            Honestly, I was just lazy in switching the browser but it was way easier than I thought. Firefox imported the bookmarks from Google Chrome and I quickly arranged the folders on the main bookmark bar.

            Similarly, I also exported all the saved account password and imported it into Firefox.

            With these two things done, I happily started using Mozilla Firefox as my main browser. And this is when I started noticing and using obscure Firefox features that make my browsing experience better.

      • Programming/Development

        • Grab A Stanford Computer Science Education

          To be fair, not all of these classes are easy to digest on their own. Some of them are supporting material and you really need the professor’s lectures. However, for some classes like CS106L (Standard C++ Programming) you’ll find complete sets of lecture notes and some classes even have video lectures, like the one below from CS224N, Natural Language Processing with Deep Learning.

        • Perl/Raku

          • Nice Helper to Sanitize File Names - sanity.pl

            One of the most awesome helpers I carry around in my ~/bin since the early '00s is the sanity.pl script written by Andreas Gohr. It just recently came back to use when I started to archive some awesome Corona enforced live session music with youtube-dl.

        • Python

          • Sending an Email Using Python | The Linux Rain

            Ever wanted to send emails using just Python? A few lines of code and you don’t even need to log into your Gmail account to email anyone in the world. In fact, you can do this in your terminal

          • Learn Python by creating a video game | Opensource.com

            Python is one of the most popular programming languages out there. Whether you want to learn it for work or for fun, it's a powerful and useful language for any purpose. You can create applications to help you with daily tasks, fun games you and your friends can play, scripts to process data, applications to generate or parse information, and much more.

          • ReportLab 101 - Creating Fonts on the Canvas (Video) - The Mouse Vs. The Python

            In this tutorial, you will learn how to use ReportLab’s standard built-in fonts when generating PDFs with Python.

          • Data Management With Python, SQLite, and SQLAlchemy – Real Python

            All programs process data in one form or another, and many need to be able to save and retrieve that data from one invocation to the next. Python, SQLite, and SQLAlchemy give your programs database functionality, allowing you to store data in a single file without the need for a database server.

            You can achieve similar results using flat files in any number of formats, including CSV, JSON, XML, and even custom formats. Flat files are often human-readable text files—though they can also be binary data—with a structure that can be parsed by a computer program. Below, you’ll explore using SQL databases and flat files for data storage and manipulation and learn how to decide which approach is right for your program.

          • Generating Synthetic Data with Numpy and Scikit-Learn

            In this tutorial, we'll discuss the details of generating different synthetic datasets using Numpy and Scikit-learn libraries. We'll see how different samples can be generated from various distributions with known parameters.

            We'll also discuss generating datasets for different purposes, such as regression, classification, and clustering. At the end we'll see how we can generate a dataset that mimics the distribution of an existing dataset.

        • Shell/Bash/Zsh/Ksh

          • Bash How to Write a Variable to a File – Linux Hint

            Apart from being a command-line interpreter, Bash is a very interesting programming language as well. It has so many different aspects that can be explored for mastering oneself in Bash programming. In this article, we will learn the method of writing a variable to a file in Bash using Ubuntu 20.04.

          • How to use Variables in Bash – Linux Hint

            For those who have performed some programming tasks before, they will be familiar with variables. But, for those who haven’t any programming knowledge, variables are used to temporarily store a piece of information. Variables are defined in a program to store specific types of data like integer, float, and strings. As we know that bash is a weakly typed language in which variables are not bound with a particular data type, therefore, no need to define any data type to the variable at the declaration time. If we assign a numeric value to a variable then it will take it as an integer and in the case of a text value, it will behave as a string. In Bash Script, variables that can be defined in a Bash file or from the terminal are used to manage and control the actions of the whole bash program. Variables are quite easy to use but, if you don’t have a proper understanding of how they work then, you can easily get yourself in trouble.

          • The myth of equinoctial gales

            In 2020, "wise ones" here in Tasmania still talk about equinoctial gales. Belief in the coincidence of strong winds and the equinoxes is handed down from generation to generation and reinforced by selective memory. Equinoctial gales have the same durability in local folklore as Rain before seven, fine by eleven and If the moon comes in wet, it'll be wet for a fortnight. Both of these sayings, typically prefaced with "They say...", are nonsense but are commonly repeated.

            I wanted to get some local, long-term wind data for analysis: when do gale-force winds blow during the year in Tasmania? Do they regularly appear around the equinoxes? Alas, I ran up against a paywall. Australia's Bureau of Meteorology makes large volumes of weather data freely available from individual recording stations, but the wind data product I was after was priced at AUD$99 for "cost recovery".

        • Rust

        • Java and JS

          • Javascript String to Int

            Javascript is a language of the web and managing data is an important aspect of any programming language. We often need to manipulate or manage variables according to our needs. Sometimes we need to perform arithmetic operations so, we can’t do that with strings. We need integers to do that.

          • Javascript Substring

            Javascript is a scripting or programming language of the web. Strings are an important part of the variables in any programming language. We often need to manipulate or extract some specific string according to our needs or somewhere we don’t have to show all the text. You must have seen some data (if we specifically talk about strings) on the web that are not fully shown on the screen. How did that happen? How can we get some specific part of a string? So, let’s take a look at what is a string and how we can take a substring of that string.

          • Checkpointing Java from outside of Java - Red Hat Developer

            When OpenJDK‘s Java virtual machine (JVM) runs a Java application, it loads a dozen or so classes before it starts the main class. It runs a method several hundred times before it invokes the optimizing compiler on that method. This preparation is a critical component of Java’s “write once, run anywhere” power, but it comes at the cost of long startup times.

            We’ve been working on a new approach that allows you to load your classes, warm up your just-in-time (JIT) compiler, and then checkpoint your application. Later, you can restore the application to get it running quickly. With these changes, we have seen applications that took seconds to start come up warm in milliseconds.

            In this article, you’ll learn how to checkpoint and restore a running Java program from the Linux command line. In another article soon, I will introduce a Java Native Interface (JNI) library that lets you checkpoint and restore a Java program from inside of your Java code.

  • Leftovers

    • The Myths of Martin Scorsese’s Mob Magnum Opus

      Glenn Kenny begins Made Men, his engrossing critical study of Martin Scorsese’s Goodfellas (1990), with a quote from the French novelist Jean Genet: “Treachery is beautiful if it makes us sing.” The citation of Genet, a juvenile delinquent and petty criminal whose 1949 novel The Thief’s Journal dramatized the writer’s picaresque pickpocket adolescence in pre–World War II Europe, is apt in the context of the gangster-movie masterpiece. It works both in the embedded allusion to musicality—Goodfellas being one of the most influential jukebox movies ever made—and in its inversion of traditional morality, the latter a staple of Genet’s fiction. Both novel and film are coming-of-age fables mapped with a demagnetized moral compass, although where Genet advocated passionately for betrayal as the ultimate form of devotion, the made men of Scorsese’s film—adapted from Nicolas Pileggi’s Wiseguys, an American cousin to The Thief’s Journal—prize loyalty above all else. Until, tragically, hilariously, and inevitably, one among them turns stoolie: our narrator, Henry Hill, no less, who testifies against his brothers and whose reward equals exile to witness protection in a suburban purgatory without decent takeout pasta.

    • Our Downward Path to Wisdom

      What local hero hasn’t sat around on a lawn chair after church, Sunday morning coming down, already tanked on Miller and filled with the hot air of American Exceptionalism, looking out at the world, with like-minded friends, through stained glass shades? Unless you’re Black, of course. Then you know all about being an American exception. A dream deferred. A raisin in the sun. And that’s when those fat albino cats from Wall Street, lazin’ round in lawn chairs, exposin’ their jingly jungles for all to see, got their Jim Crow mortgage idea, called Subprime Sublime, all packaged up for swaps and shorts, Black elation their ka-ching balloons rising, rising in the Wall Street sky. Alan Shore confronts the horror show here. Oh-oh, busted balloons time.

      This is as good an entry as any into Paul Street’s new Obama-bashing, Trump-trashing polemic, Hollow Resistance. It’s probably not exactly what Street would prefer to be doing at this late stage of capitalism and democracy. “If someone had told me six months ago that I would soon be writing my third book with Barack Obama’s name in the title,” writes Street, “I would have laughed.” Well, it’s looking like we’ll all be needing laughing gas soon to deal with the pain ahead. We’ve been there before — in 2008, when the titans of finance came crashing down in their own ‘put’ steps. And, in Hollow Resistance, Street connects the causal dots between Clinton, Bush, Obama and the inevitable rise of “the indecent beast Trump.” Is Democracy safe? What’s your answer? Sometimes getting answers is like pulling teeth.

    • The Relationship Between Hardship, Struggle, and Meaning

      If we don’t learn this lesson, and figure out how to imbue our children with it, we will end up repeating massive cycles like the following:

      Enough already. We must do better.

    • LeGOAT

      Many people prefer Jordan (who by my calculations is no higher than 4th best ever behind Bill Russell and Kareem Abdul-Jabber, but at least 50 spots ahead of Kobe). The argument for Jordan is one akin to the argument for a higher being. While LeBron is nicknamed King, a man amongst boys, Jordan is hailed as invincible. The case for Jordan is that he accesses a sort of American spirit we can’t exactly see. LeBron is good at basketball. Jordan, the argument goes, is a winner.

      Winning is important for Americans. Our decaying President likes to claim he’s a winner. So was the legend with Jordan. He apparently won everything he played. This is the argument used to enhance his GOAT status. He refused to lose. This refusal to lose is more important to the American psyche than the ability to win. After all how many of us are really winning in late stage capitalism? It’s the drive and fight that’s relatable. The win is supposed to be improbable.

    • Science

    • Health/Nutrition

      • Britain Takes a Beating...From Itself

        + UK Covid-19 positive tests surged 56% in a week.

        + At the same time, contact-tracing descended to a new low– 5,722 fewer people were tested. Only two-thirds of those who tested positive had their details entered into the tracing system, and a mere 68.6% of the immediate contacts of positive cases were reached. In addition, waiting times have risen again for those awaiting test results.

      • 'Totally Under Control': New, Secretly-Filmed Documentary Details Trump's Colossal Covid-19 Failures

        "We, the scientists, knew what to do for the pandemic response," says former federal vaccine expert€ Dr. Rick Bright€ in the film. "It is time to lay our careers on the line and push back."

      • Voter Suppression in a Pandemic Election

        Voting is more difficult than it should be in the best of times. In the pandemic, many states are adding barriers, not removing them.

      • Bolstering Public Health Fears, Harvard Study Finds Elevated Airborne Radiation Levels Downwind of US Fracking Sites

        "If you asked me to go and live downwind [of fracking sites], I would not go," said the lead author of the new study.

      • Young Women Are Voting for Universal Health Care This Election

        This story is published as part of StudentNation’s “Vision 2020: Election Stories From the Next Generation,” reports from young journalists that center the concerns of diverse young voters. In this project, working with Dr. Sherri Williams, we recruited young journalists from different backgrounds to develop story ideas and reporting about their peers’ concerns ahead of the most important election of our lives.

      • Farmers and Meatpackers Are Teaming Up

        During the pandemic and recession, farmers are realizing they have more in common with immigrant meatpackers than agribusiness CEOs.

      • Moscow city council members ask district attorney to block mayor’s latest coronavirus orders

        Eight deputies from two registered opposition parties serving on Moscow’s city council have formally asked District Attorney Denis Popov to review the legality of Mayor Sobyanin’s executive orders requiring local businesses to transfer 30 percent of all employees to remote work.

      • Race, Class, and Covid-19 in the United States

        How do we build a coalition of common interest powerful enough to create a healthier society that dramatically reduces poverty? A look at the data suggests that one focus should be on building solidarity among the vast majority of us who must struggle to make ends meet.

      • "He's So Proud of How Little He's Done": Watch McConnell Laugh When Confronted on Covid Inaction

        "That laugh should give you nightmares."

      • As the Virus Rampages Through Washington, Essential Workers Nationwide Are Paying the Price

        When OSHA and the government fail workers during the coronavirus crisis, that failure can leave workers and family members dead.

      • After Negative Result From Unreliable Covid Test, Trump Falsely Tells Florida Crowd He's "Immune" and Can "Kiss Everyone" With No Consequences

        "Never forget that when given a chance to remove this man, 247 of 248 Republican senators and reps voted to keep Trump in office."

      • Black Doctors Fight for More Equitable Coronavirus Testing

        When the coronavirus arrived in Philadelphia in March, Dr. Ala Stanford hunkered down at home with her husband and kids. A pediatric surgeon with a private practice, she has staff privileges at a few suburban Philadelphia hospitals. For weeks, most of her usual procedures and patient visits were canceled. So she found herself, like a lot of people, spending the days in her pajamas, glued to the TV.

      • Mitch McConnell Laughs When Confronted on COVID Inaction

        In a televised debate with his Democratic opponent Amy McGrath late Monday, Senate Majority Leader Mitch McConnell laughed when confronted over his persistent refusal to pass additional coronavirus relief as pandemic-induced mass layoffs continue, hunger grows, and millions face the possibility of imminent eviction.

      • Trump Will Never Admit Error. His Lack of Self-Accountability Is Deadly.

        There has never been, nor will there ever be again, a timeline quite like this in the annals of U.S. presidential history:

      • The New Humanitarian | Are warnings of a COVID-19 famine in Africa overblown?

        Alarm bells have been ringing for months that COVID-19 could push fragile African countries “closer to the abyss” of famine as jobs are lost, local markets close, and poverty deepens. Aid agencies routinely list the coronavirus as a major factor in driving humanitarian needs, from the Sahel to Somalia, and don’t shy away from describing its impact as the “perfect storm”. A joint report in July by the World Food Programme (WFP) and the Food and Agriculture Organization (FAO) calculated that COVID-19 could create an additional 121 million hungry people globally by the end of the year – mostly in 15 already crisis-affected African countries. But as an increasing number of African countries ease their punishing lockdowns, ending restrictions on internal travel, relaxing curfews, and reopening schools, do these dire warnings still hold true?

      • The New Humanitarian | Drought Diaries: The COVID-19 edition

        Late last year, The New Humanitarian began Drought Diaries, an award-winning series tracking how climate-linked food price rises affected six families in three countries – Kenya, Somalia, and Zimbabwe.

        For six months, up until April this year, we checked in on our selected families to see how they were coping. They generously allowed us to monitor their basic expenditure, pry into their salary packets, and then quiz them on what had happened in their lives that month.

        But the diaries quickly became less about weather, and much more about the broader political economy of each country.

        Then, at the very end of the series, we felt the rippling effects of COVID-19 lockdowns as governments responded to the pandemic with movement restrictions and enforced social distancing – measures that have disproportionately hurt the urban poor.

    • Integrity/Availability

      • Proprietary

        • Vivaldi Web Browser Brings Back the 80s with Built-In Retro Arcade Game

          Meet Vivaldia, the brand-new retro arcade-style runner game that comes with the Vivaldi 3.4 release of the Chromium-based web browser for Linux, Android, Chromebook, Mac, and Windows platforms. The game is inspired by CyberPunk and Future Noir genres and brings back good old memories for die-hard computer users like me.

          Vivaldia is all about fun! Developed in partnership with Porcelain Fortress, the game is set in a world where humans and technology collide, where you have to claim your city back and save the humans of the city by fighting evil machines.

        • Vivaldi Browser Just Gave People a Massive Reason to Try it
        • Zoom Wants to Partner With, Not Defeat, Slack and Microsoft

          Yuan said he doesn’t wake up thinking about Microsoft as a “top competitor,” but instead sees his company as a good partner for the software giant since Microsoft’s messaging and file-sharing tools, for example, work well with Zoom’s meeting, phone and webinar services.

        • SoftMaker Office 2021 Pro - An okay day-to-day alternative

          The program has come a long way since I tried it the first couple of times, so that's quite commendable, but like most software in this space, it cannot really replace Microsoft Office for all needs and usecases. If we judge by the strictest of requirements, one missing logo or one missing line of text can be infinite damage in a printed brochure or a work presentation. Not something people can afford. Of course, compatibility with Microsoft Office isn't the only thing, but it's critical. On top of that, if anything, I'd like to see better, faster style management and more attention given to the non-text components of the suite. All in all, decent but not stellar. Worth testing, so you can decide whether the price warrants the benefits. And we're done.

        • Security

          • Security updates for Wednesday

            Security updates have been issued by Debian (jackson-databind and tomcat8), Fedora (dovecot), Oracle (firefox, spice and spice-gtk, and thunderbird), Red Hat (flash-plugin), SUSE (ansible, crowbar-core, crowbar-openstack, grafana, grafana-natel-discrete-panel, openstack-aodh, openstack-barbican, openstack-cinder, openstack-gnocchi, openstack-heat, openstack-ironic, openstack-magnum, openstack-manila, openstack-monasca-agent, openstack-murano, openstack-neutron, openstack-neutron-vpnaas, openstack-nova, openstack-sahara, python-Pillow, rubygem-crowbar-client, bind, crmsh, kernel, libproxy, php74, rubygem-activesupport-5_1, and tigervnc), and Ubuntu (dom4j, linux, linux-aws, linux-aws-5.4, linux-azure, linux-azure-5.4, linux-gcp, linux-gcp-5.4, linux-hwe-5.4, linux-kvm, linux-oracle, linux-oracle-5.4, linux-raspi, linux-raspi-5.4, linux, linux-aws, linux-aws-hwe, linux-azure, linux-azure-4.15, linux-gcp, linux-gcp-4.15, linux-gke-4.15, linux-hwe, linux-kvm, linux-oem, linux-oracle, linux-raspi2, linux-snapdragon, linux, linux-aws, linux-kvm, linux-lts-xenial, linux-raspi2, linux-snapdragon, linux, linux-lts-trusty, and linux-hwe, linux-gke-5.0, linux-gke-5.3, linux-oem-osp1, linux-raspi2-5.3).

          • BleedingTooth: critical kernel Bluetooth vulnerability

            Several flaws in the BlueZ kernel Bluetooth stack prior to Linux 5.9 are being reported by Intel and by Google (GHSA-h637-c88j-47wq, GHSA-7mh3-gq28-gfrq, and GHSA-ccx2-w2r4-x649). They are collectively being called "BleedingTooth", and more information will be forthcoming, though there is already a YouTube video demonstrating remote code execution using BleedingTooth.

          • Google, Intel Warn on 'Zero-Click' Kernel Bug in Linux-Based IoT Devices | Threatpost

            Intel and Google are urging users to update the Linux kernel to version 5.9 or later.

            Google and Intel are warning of a high-severity flaw in BlueZ, the Linux Bluetooth protocol stack that provides support for core Bluetooth layers and protocols to Linux-based internet of things (IoT) devices.

          • Osquery: Using D-Bus to query systemd data

            During my summer internship at Trail of Bits I worked on osquery, the massively popular open-source endpoint monitoring agent used for intrusion detection, threat hunting, operational monitoring, and many other functions. Available for Windows, macOS, Linux, and FreeBSD, osquery exposes an operating system as a high-performance relational database, which allows you to write SQL-based queries to explore operating system data.

            My initial task was to port osquery’s startup_items table to Linux. Since the startup_items table is only available on macOS and Windows, we wanted to port it to Linux while keeping the current schema. Porting to Linux is complicated, though; like macOS and Windows, Linux has an indefinite number of locations for startup items, so I needed to parse the data in each location and insert it into the table. This would have been fairly simple, but we couldn’t directly parse the data for the systemd location. Ultimately, we added systemd support to the table through the D-Bus API and created a brand-new table for systemd units.

          • Syslog-ng and Security Onion - Blog - syslog-ng Community - syslog-ng Community

            One of the most interesting projects utilizing syslog-ng is Security Onion, a free and open source Linux distribution for threat hunting, enterprise security monitoring, and log management. It is utilizing syslog-ng for log collection and log transfer and uses the Elastic stack to store and search log messages. Even if you do not use its advanced security features, you can still use it for centralized log collection and as a nice web interface for your logs. But it is also worth getting acquainted with its security monitoring features, as it can show you useful insights about your network. Best of all, Security Onion is completely free and open source, with commercial support available for it.

            From this blog, you can learn how to get started with Security Onion in evaluation mode. This does not mean any limitations, just a simplified setup where all services are installed on a single host. That said, for a production environment, a distributed installation is recommended instead.

          • Third lot of Fisher & Paykel documents leaked on dark web

            Cyber criminals, who used the Windows Nefilim ransomware to attack the appliance maker Fisher & Paykel earlier this year, have released a third tranche of documents, stolen from the company during the incident, on the dark web.

          • Ransomware attacks tend to affect IT staff morale: survey

            IT professionals at companies that have been hit by ransomware are nearly thrice as likely (17%) to feel they are "significantly behind" in understanding online threats in comparison to staff at organisations which have not suffered such attacks (6%), a global survey claims.

          • Google and Intel warn of high-severity Bluetooth security bug in Linux

            Google and Intel are warning of a high-severity Bluetooth flaw in all but the most recent version of the Linux Kernel. While a Google researcher said the bug allows seamless code execution by attackers within Bluetooth range, Intel is characterizing the flaw as providing an escalation of privileges or the disclosure of information.

            The flaw resides in BlueZ, the software stack that by default implements all Bluetooth core protocols and layers for Linux. Besides Linux laptops, it's used in many consumer or industrial Internet-of-things devices. It works with Linux versions 2.4.6 and later.

          • Google and Intel Warn of High-Severity Bluetooth Security Bug In Linux
          • Google and Intel warn of Linux Kernel flaw

            Google and Intel are warning of a high-severity Bluetooth flaw in all but the most recent version of the Linux Kernel.

            Google said the bug allows seamless code execution by attackers within the Bluetooth range, and Intel is characterising the flaw as providing an escalation of privileges or the disclosure of information.

            The flaw resides in BlueZ, the software stack that by default implements all Bluetooth core protocols and layers for Linux. Besides Linux laptops, it is used in many consumer or industrial Internet-of-things devices. It works with Linux versions 2.4.6 and later.

            Dubbed BleedingTooth, by Google engineer Andy Nguyen the bug provides a reliable way for nearby attackers to execute malicious code of their choice on vulnerable Linux devices that use BlueZ for Bluetooth.

          • Privacy/Surveillance

            • Court Says Twitter Must Unmask User Whose Bogus Document Jumpstarted Seth Rich Conspiracy Theory

              Lawsuits related to false reports about the murder of Seth Rich -- a DNC staffer conspiracy theorists have continually tried to link to the leak of DNC emails to DCLeaks and WikiLeaks back in 2016 -- continue to make their way through the court system. Seth Rich's brother, Aaron, has been pursuing a defamation suit against several parties (including conspiracy theorist/Fox New commentator [but I repeat myself…] Ed Butowsky, who has engaged in some litigation of his own).

            • FBI Sent A Special Task Force To Portland To 'Exploit' Phones Taken From Protesters

              Ongoing protests in Portland have been met with a federal response. The opening salvo was disturbing: Gestapo-esque tactics carried out by unidentified federal officers driving unmarked vehicles. It didn't get any better after that. The federal task force headed by the DHS seemed more willing to escalate the situation than settle things down, even if they were supposedly there to just do federal things like protect federal property and investigate federal crimes.

            • Escalation in Portland

              That ex-police officer is now out on bail and living out of state.

              On Sunday night October 11, 2020, two historic statues were toppled in a inner city park that is near Portland State Univ. It is often referred to as the South Park Blocks. Both statues€ are about seventy yards from each other. There is a ten foot bronze statue of Abraham Lincoln that was dedicated€  on October 5, 1928. There is also a very large bronze statue€  of Teddy Roosevelt on horseback as a “Rough Rider,” that was€  dedicated in 1922. Red-orange paint was sprayed on Lincoln’s€  hands, and red-orange paint was sprayed in Roosevelt’s eyes, and on the ground where Roosevelt’s head landed. On his face is written, ” Black Lives Matter.” On his hat is written, ” Say Their Names.”€  The Oregon Historical Society is located very near both statues. All the windows and glass doors where shattered all€  around the building. This can all be seen in the four photographs that are attached. Note: I doubt very seriously if a Black citizen was involved in this action.

            • To hell with the Labor Code Moscow is requiring employers to collect and share employee personal data illegally and shift 30 percent of all staff to remote work, no matter the industry

              The coronavirus is tearing through Muscovites again at a pace not seen since the start of the pandemic. In response, Mayor Sergey Sobyanin has ordered employers to shift more than a quarter of their workforces to remote work, leading to confusion among independent contractors and desperation in industries like foodservice, where remote work is simply impractical. Meduza correspondent Alexandra Sivtsova spoke to several entrepreneurs in Moscow to find out how they’re managing the city’s new demands.

            • Protect Your Privacy at Protests

              In a recent Resources article, we looked at ways to protect your digital privacy, providing links, tools, and guidelines to help you navigate such topics and situations as “do not track” regulations, GDPR, medical privacy, border crossings, and seizure of devices. In this article, we’ll look more closely at how to protect your privacy at peaceful protests.

    • Defence/Aggression

      • Imperial Irony: New York Times Announces Halt to 'At War' Section Even as Endless US War Continues

        "The forever war outlasting the NYT section on the forever war is a very forever war thing to happen."

      • Despite Ambiguity in International Law, Palestinians are Winning the ‘Legitimacy War’

        Despite the importance and relevance of the term, however, it rarely translates into anything tangible. The Israeli siege on Gaza, for example, has continued, unabated, for nearly 14 years, without international law serving as a protector of Palestinian civilians against Israeli violations of human rights. More recently, on September 13, the Israeli government approved 1,000 illegal settlement units in the West Bank, in stark violation of international law. It is likely that Israel will go ahead with it, anyway.

        With regard to violating international law, Israel is in a unique category of its own, for Israel’s behavior is always governed by its military strength and the backing of its Western allies.

      • Two Massive New Leaks Show Dirty Underbelly of Empire

        They know their personal reality, but unfortunately their reality is thoroughly detached from real pure, uncut reality. For example, do they know that police across the country work with corporations to criminalize journalism? Do they know that large PR companies created a false reality to justify U.S. intervention in Syria? Do they know the word “intervention” acts as a euphemism for “cold-blooded murder under false pretenses”?

        Americans don’t know these aspects of reality. You and I wouldn’t know either if it weren’t for leaks and whistleblowers.

      • So Long, Sister Ardeth Platte, Anti-Nuclear Activist

        Sister Ardeth was the inspiration for a Netflix series about women in prison “Orange Is the New Black,” but a good guess is that fame is something Sister Ardeth may have felt a little funny about. Glamorous characters and the magic of the screen is not what antinuclear protesters lives were and are about. Antinuclear protesters are often acquainted with or associated with Catholic Worker houses founded by Dorothy Day and have a community about which most protesters can’t even dream.

        It is that spiritual connection that Daniel Berrigan observed was missing from the New Left, a connection that spans protest movements and keeps the flame of outrage and love alive in some. A spiritual sense need not be religious, but can be as simple as a connection to the natural environment.

      • Yeltsin’s disciple who would have bombed Iraq, too Nine more declassified, revealing conversations between Vladimir Putin and Bill Clinton’s administration
      • Dangers of Military Confrontation Between the United States and China Around Taiwan and in the South China Sea

        In 2020, The Trump administration has dramatically increased the number of Freedom of Navigation missions.

      • Miftakhov’s case The death of a secret witness marks the latest twist in the trial of a Russian graduate student and anarchist activist

        The trial of graduate student and anarchist activist Azat Miftakhov is ongoing at Moscow’s Golovinsky District Court. He stands accused of attacking a United Russia office in 2018. Miftakhov, who has pleaded not guilty, has received support from world-famous academics, including linguist Noam Chomsky. During the latest hearing on Monday, October 13, one of the prosecution’s key witnesses was supposed to testify — he allegedly saw Miftakhov at the United Russia office on the night in question and later recognized him by his “expressive eyebrows.” But the secret witness wasn’t able to appear before the court — during the hearing, state prosecutors announced that he had died. “Meduza” breaks down the latest developments in Azat Miftakhov’s case.

      • Cop in Novosibirsk confesses to killing his ex-girlfriend, a trans woman

        A police officer in Novosibirsk has confessed to murdering a local 24-year-old transgender woman. According to the news outlet Ngs.ru, the two previously dated and the officer killed her “out of jealousy.” Following the suspect’s confession, the city’s police department promptly terminated his employment with prejudice.

      • The US Is Still the World’s Biggest Arms Dealer

        The United States has the dubious distinction of being the world’s leading arms dealer. It dominates the global trade in a historic fashion and nowhere is that domination more complete than in the endlessly war-torn Middle East. There, believe it or not, the United States controls nearly half the arms market. From Yemen to Libya to Egypt, sales by this country and its allies are playing a significant role in fueling some of the world’s most devastating conflicts. But Donald Trump, even before he was felled by Covid-19 and sent to Walter Reed Medical Center, could not have cared less, as long as he thought such trafficking in the tools of death and destruction would help his political prospects.

      • Deputy head physician at Omsk hospital that treated Alexey Navalny has resigned ‘for personal reasons’

        The deputy head physician at the Omsk hospital that briefly treated opposition figure Alexey Navalny in August has resigned “for personal reasons,” according to the news agency RIA Novosti. Anatoly Kalinichenko told the website Ngs55.ru that his decision to take a job elsewhere is apolitical and due simply to the fact that he’d grown tired of administrative work. He just wants to return to surgery, he says.

      • The Art of the Weapons Deal in the Age of Trump

        The United States has the dubious distinction of being the world’s leading arms dealer. It dominates the global trade in a historic fashion and nowhere is that domination more complete than in the endlessly war-torn Middle East. There, believe it or not, the U.S. controls nearly half the arms market. From Yemen to Libya to Egypt, sales by this country and its allies are playing a significant role in fueling some of the world’s most devastating conflicts. But Donald Trump, even before he was felled by Covid-19 and sent to Walter Reed Medical Center, could not have cared less, as long as he thought such trafficking in the tools of death and destruction would help his political prospects.

      • Donald Trump Was Complicit in the Plot to Kidnap Michigan Gov. Gretchen Whitmer

        Right-wing domestic terrorism doesn’t fester in a vacuum.

      • The U.S. of A(rms)

        The art of the weapons deal in the age of Trump.

      • The Nuclearization of American Diplomacy

        On August 21st, six nuclear-capable B-52H Stratofortress bombers, representing approximately one-seventh of the war-ready US B-52H bomber fleet, flew from their home base in North Dakota to Fairford Air Base in England for several weeks of intensive operations over Europe. Although the actual weapons load of those giant bombers was kept secret, each of them is capable of carrying eight AGM-86B nuclear-armed, air-launched cruise missiles (ALCMs) in its bomb bay. Those six planes, in other words, could have been carrying 48 city-busting thermonuclear warheads. (The B-52H can also carry 12 ALCMs on external pylons, but none were visible on this occasion.) With such a load alone, in other words, those six planes possessed the capacity to incinerate much of western Russia, including Moscow and St. Petersburg.

      • Civil War Would Look Different This Time

        There are lots of reasons people could erupt at this point. The real question is how widespread it is, how intense, and how long-lasting.

        I think that’s what Civil War means at this stage of America’s lifespan.

    • Transparency/Investigative Reporting

      • Thank You For Your Transparency Report, Here’s Everything That’s Missing

        Every major social media platform—from Facebook to Reddit, Instagram to YouTube—moderates and polices content shared by users. Platforms do so as a matter of self-interest, commercial or otherwise. But platforms also moderate user content in response to pressure from a variety of interest groups and/or governments.€ 

        As a consequence, social media platforms have become the arbiters of speech online, defining what may or may not be said and shared by taking down content accordingly. As the public has become increasingly aware and critical of the paramount role private companies play in defining the freedom of expression of millions of users online, social media companies have been facing increased pressure to stand accountable for their content moderation practices. In response to such demands, and partially to fulfill legal requirements stipulated by regulations like Germany’s NetzDG, Facebook and other social media companies publish detailed ‘transparency reports’ meant to give some insight into their moderation practices.

    • Environment

      • 'Uninhabitable Hell' for Millions: UN Report Sounds Alarm on Humanity's Continued Destruction of Planet Earth

        Political and business leaders are being "willfully negligent" as natural disasters nearly double this century, the world body's special representative for disaster risk reduction said Monday.€ 

      • Journalists Must Demystify the Green New Deal

        In a word, journalists must demystify the Green New Deal. The public and policy-makers alike need a foundation of accurate information and fact-based analysis before they can intelligently decide whether to support this response to the climate problem, not to mention the ongoing economic contraction driven by coronavirus lockdowns.

        That Republicans’ efforts have succeeded in making the words “Green New Deal” political poison is dubious. Polls show the general idea is actually quite popular with Americans, and more than 70 percent of Americans reject the notion that strong climate policy will hurt the economy. What seems most accurate is, as one poll by The Washington Post and the Kaiser Family Foundation found last year, that many Americans simply don’t know enough about the Green New Deal to form an opinion one way or another.

        In this regard, the press has not helped. More than three in four Americans in the Post poll said they had heard “little or nothing” about the Green New Deal. Multiple studies from the research organization Media Matters for America have found that the Green New Deal is mentioned frequently on Fox News, typically in mocking terms, but almost never on CNN, MSNBC, and the major networks.

      • This is the worst fire season the American West has ever seen

        The catastrophic fires have destroyed hundreds of homes and killed dozens of people. But they have also put surviving residents’ health at risk. At times, cities such as San Francisco, Portland and Seattle have suffered some of the most polluted air on the planet. Gavin Newsom, California’s governor, likened breathing the air in wildfire zones to “smoking 20 packs of cigarettes”. A recent study estimates that every additional microgram per cubic meter of daily PM2.5 (particulate matter less than 2.5 microns in diameter) exposure causes 0.69 additional deaths per million people aged 65 or over. Based on this calculation, Marshall Burke, Sam Heft-Neal and Michael Wara of the Stanford Institute for Economic Policy Research (SIEPR) estimate that poor air quality from this year’s wildfires will kill thousands of people, most of them elderly, in California alone. As wildfires become more common because of climate change, such deadly consequences will increasingly be felt across the country.

      • Amy Coney Barrett’s Remarks on Climate Change Raise Alarm That a Climate Denier Is About to Join the Supreme Court

        After Barrett said she doesn’t have “firm views” on the subject,€ Senator Richard Blumenthal (D-CT) pressed her on those views during the hearing€ Wednesday, where she continued to dodge the question. “I don’t think that my views on global warming or climate change are relevant to the job I would do as a judge,” Barrett said, adding, “I haven’t studied scientific data.€ I’m not really in a position to offer any informed opinion on what I think causes global€ warming.”

      • Planet Earth, Says NOAA, Just Had Its Hottest September on Record

        "We've broken the climate system. We are in a climate emergency."

      • Federal investigators reportedly designate surfer as victim in Kamchatka pollution case, despite mounting evidence that algal bloom is to blame for ecological disaster

        Federal agents have reportedly designated Russian national surfing team member Maya Rudik as a victim in the felony investigation into the pollution of Avacha Bay on Kamchatka’s shores. Rudik’s lawyers told the news agency RBC that she was diagnosed with a chemical burn on her cornea by doctors in Kamchatka and in Moscow.

      • Energy

      • Wildlife/Nature

        • From Abundant to Critically Endangered: Shark Species Nearly Vanishes in Just 40 Years
        • Biodiversity is an Asset Worth Bending Over Backwards to Protect

          The rapid loss of plants and animals across the globe is nothing new, scientists and conservationists have been raising the alarm for decades. But this nightmare—literally happening in our backyards—puts the catastrophe in stark relief and should make every New Mexican rise up to demand action from state leadership. New Mexico is one of the most biodiverse states in the union. We host both subtropic species and subarctic species and our range of ecosystems, plants, and critters is part of our cultural heritage and our economic future. Biodiversity is an asset worth bending over backwards to protect.

          But who or what protects the great biodiversity of New Mexico?€  The agency theoretically tasked with this consequential job is the New Mexico Department of Game and Fish. But the Department is primarily interested in promoting hunting and propagating species of interest to hunters and anglers. Most state wildlife agencies are the same in terms of focus.

        • ‘Man’s role is insignificant’ Scientist Tatyana Orlova explains the ‘red tide’ wreaking havoc off the coast of Russia’s Kamchatka

          On October 12, the Vice President of the Russian Academy of Sciences, Andrey Andrianov, announced that the near complete decimation of marine life along the seabed of the Avacha Bay in Kamchatka was not due to chemical contamination, but rather the result of an abnormally active algal bloom, known as a “red tide.” In effect, there are large concentrations of microalgae reproducing in the bay and secreting substances that are toxic to invertebrates, he explained. The day before, on October 11,€ Far Eastern Federal University (FEFU) Vice-Rector Dmitry Zemtsov reported that the university’s researchers had reached the same conclusion after a research trip to the area, where they found no confirmation of a toxic leak from local landfills, or a fuel spill, or pollution due to seismic activity. To find out more, Meduza special correspondent Irina Kravtsova spoke to Russia’s leading researcher on red tides in the Far East — Tatyana Orlova, the author of dozens of scientific papers on this topic and the head of the Laboratory of Marine Microbiota at the National Scientific Center of Marine Biology in Vladivostok.€ 

        • Shilling for the Livestock Industry in Greater Yellowstone

          The misinformation presented on sagebrush, juniper, and Doug fir “invasion” in southwest Montana lacks critical scientific expertise and merely mouths the livestock industry’s propaganda. While I am glad that GYC acknowledges that wildfire is “natural” and has always occurred in the West, the lack of historical perspective on the relationship between wildfire, sagebrush, and juniper ecology is evident.

          GYC continues to promote the livestock industry’s assertion that most fires were “low severity” and frequent—and that these fires kept “fuels” low and thus avoided the “mega” fires that we see now.

        • In California’s Agricultural Heartland, a Mayor Is Running on Compassion

          The ongoing struggle for racial justice. The future for immigrant families. The health and well-being of all Americans. The very fate of our fragile planet. The US faces a crossroads in this year’s elections. Seeking out the stories flying under the national radar, The Nation and Magnum Foundation are partnering on What’s At Stake, a series of photo essays from across the country through the lenses of independent imagemakers. Follow the whole series here. This installment was produced with support from the Economic Hardship Reporting Project.

    • Finance

      • Activists Are Mobilizing to Help Incarcerated People Get Their Stimulus Checks

        For months incarcerated people and their families heard conflicting messages about whether they were eligible to receive the pandemic stimulus payments provided by Congress as the Trump administration attempted to block prisoners from receiving their checks. Last week a federal judge slammed the administration with an order to provide the stimulus relief, and now advocates across the country are working to ensure low-income people caged in state and federal prisons can apply for the much-needed federal aid as deadlines loom.

      • DeJoy's Donations to GOP Convention May Align With Wife's Ambassador Nomination

        Postmaster General Louis DeJoy, whose political contributions are the subject of multiple congressional investigations and a campaign finance complaint, donated nearly $700,000 to the host committee who put on the Republican National Convention, according to recent Federal Election Commission filings.

      • 'Millions of Real People's Lives Are at Stake': As Pelosi Battles White House, Ro Khanna Says Democrats Can Win Morally—and Politically

        "It is in the interest of progressive Democrats to show that government can be a force of good, and this is the time for us to act."

      • Sen. Warren Slams Disney for 28,000 Fired Workers Amid Stock Buyback Spree

        "It appears that—prior to, and during the pandemic—Disney took good care of its top executives and shareholders—and now is hanging its front-line workers out to dry."

      • Issued 'When No One Was Looking,' Critics Warn New Trump Guidance on Eviction Moratorium a Blow to Renter Protections and Public Health

        "Public health evidence is clear: Eviction increases Covid-19 deaths and spread."

      • Huawei looking to sell low-end smartphone unit Honor: report

        Chinese telecommunications equipment vendor Huawei Technologies is making a bid to sell its Honor smartphone unit which markets cheaper devices compared to the flagship ones that are put out under the Huawei brand.

      • With 42,000 Layoffs Since 2017, AT&T Plans Thousands More Layoffs At HBO, Time Warner

        Since 2017, AT&T has received not only a $42 billion tax break courtesy of the Trump administration, but billions more in regulatory favors from the Trump FCC, including the repeal of net neutrality, the erosion of much of the FCC's authority to police natural telecom monopolies, and the elimination of broadband-specific privacy rules. In exchange, AT&T promised thousands of "high paying jobs" and a massive spike in investment. Instead, AT&T fired more than 42,000 employees and trimmed its overall 2020 investment. It's nice work if you can get it.

      • Vote NO On CA Prop 22: Reject This Corporate Power Grab

        Here’s what you need to know about Proposition 22 on the California ballot, and why I’m urging you to vote NO on this corporate power grab.Right now, massive corporations like Uber, Lyft, DoorDash, Postmates, and Instacart are pouring nearly $200 million into a giant PR campaign designed to get you to vote for this. It’s their measure – they put it on the ballot – and it’s the most expensive ballot measure ever, not just in California, but in the entire country. Prop 22 would allow companies like Uber and Lyft to continue to misclassify employees as independent contractors, and eliminate the rights of millions of other workers – who’d no longer be entitled to unemployment insurance, overtime, sick leave, protections against discrimination and sexual harrassment, or the right to collectively bargain for better wages and working conditions. A study by my colleagues at UC Berkeley found that under Prop 22, Uber and Lyft drivers would be guaranteed only $5.64 an hour – a far cry from the $13 an hour minimum wage they’d otherwise get. And the vast majority would not qualify for the health benefits outlined in Prop 22. Uber and Lyft claim most drivers want to remain independent contractors because they prefer the flexibility. Rubbish. Uber cites two surveys to support this claim, one of them unscientific and the other paid for by Uber itself.The fact is, Uber, Lyft, DoorDash, Postmates, and Instacart and other corporations are spending hundreds of millions on this ballot measure so they won’t have to pay the costs of worker rights and protections. By not paying into unemployment insurance, for example, Uber and Lyft have saved a combined $413 million since 2014. But as a result, their drivers don’t qualify for unemployment benefits. Make no mistake: Prop 22 is a lousy deal for Uber and Lyft drivers, and for millions of other workers. This is why I’m urging you to vote NO on Prop 22, and to urge your friends and family to do the same. Don’t let big corporations pay hundreds of millions to strip workers of the rights and protections they need.€ 

      • 3 Reasons Pelosi Should Take Trump’s $1.8 Trillion Stimulus Deal

        Pelosi has little to lose from passing the White House’s $1.8 trillion offer, and putting it in McConnell’s lap.

      • The Trump Administration Allowed Aviation Companies to Take Bailout Funds and Lay Off Workers, Says House Report

        In the spring, Congress created a program to save aviation worker jobs. Then the Trump administration undermined that program by granting hundreds of millions of dollars in relief to aviation companies for jobs they’d already largely eliminated, according to a House report released Friday.

        As a result, thousands of workers at airline caterers and other contractors are out of work while their employers received public funds that were supposed to be passed to workers. What’s more, at least two companies that received hundreds of millions in taxpayer funds restored full pay to management, the report found.

      • Inequality in America: Far Beyond Extreme

        All eye-popping numbers to be sure. But don’t be fooled. These numbers understate€ our problem. And not by just a little.

        Let’s consider, for a moment, what our income and wealth numbers are really telling us. Statistics on how we share our wealth right now tell us where things stand, but not how we ended up where we stand — or where we’re heading. Stats on how we share our income don’t tell us anything about how we’re sharing in wealth’s accumulation.

      • Venezuela’s Ability to Fight COVID-19 is Badly Hamstrung by the 31 Metric Tons of Gold Stolen From Its Treasury

        Mr. Guaidó, unlike President Maduro, has not won an election to the presidency, nor is he in the line of succession to become president in any eventuality. The anointing of Mr. Guaidó came from the United States government, not the Venezuelan people; the UK Foreign Office and the lower courts agreed with Washington, while the England and Wales Court of Appeal relied for its decision on fact and logic.

        The main finding of the Court of Appeal is that while the UK Foreign Office has stated that it does not recognize the government of President Maduro, it continues to conduct diplomatic affairs with the representatives of that government. Ambassador Rocío Del Valle Maneiro González presented her credentials to the Queen of England in 2015 and has for these past five years represented the government of President Maduro in the UK. The current British ambassador to Venezuela—Andrew Soper—presented his credentials to President Maduro on February 5, 2018; he remains in office in Caracas. Such basic diplomatic relations indicated to the Court of Appeal that President Maduro—in the eyes of the UK government—“does in fact exercise some or all of the powers of the President of Venezuela.”

      • The Nightmare Facing the Poor and Working Class If There’s Not Another Stimulus

        With time running out and Republicans balking at more Covid relief, U.S. workers are facing a future of financial misery.

      • Social Security's Cost of Living Adjustment Is Inadequate. Democrats Have a Plan to Fix That.

        After lifetimes of work, Americans have earned their Social Security. It is well past time they get a raise.

      • Amazon Workers in Germany Strike on Prime Day for Better Pay and Right to Organize 'Without Big Brother Watching'

        "While Amazon claims that they respect workers' right to join and form trade unions, it has not publicly disavowed... claims about surveillance and tracking of worker organizing and labor union activity."

      • Because 'People Are Suffering,' Ro Khanna Says Democrats Have 'Moral Obligation' to Pursue Deal With White House on Covid Relief

        "We are the party that stands for the working poor," said the California Democrat.

      • One Weird Trick for Destroying the Digital Economy

        When you clicked on the link to this article, it triggered an automated bidding war for its advertising space. In a matter of milliseconds, an ad server loaded the auction’s winner: the ad you see right next to this text. Lately, mine have been for the online clothing retailer Kotn—I’ve been weighing whether or not to buy the same pair of pants for weeks now.

    • AstroTurf/Lobbying/Politics

      • Trump Schedules Town Hall Event at Exact Same Time as Biden’s on Thursday

        President Donald Trump will participate in a virtual town hall question-and-answer forum hosted by NBC News on Thursday evening, an event that will air at the exact same time as another town hall on ABC featuring Democratic presidential nominee Joe Biden.

      • Our Deranged President

        Doctors suggest Trump’s erratic behavior may stem from his coronavirus treatment, but that slides by a history of mental instability, as his niece, Mary Trump, recently revealed. His behavior has been erratic, and unpredictable, for many years—demanding absolute loyalty from subordinates, lashing out at critics, spewing racist and misogynist insults—all while proclaiming his superior wisdom and leadership. The virus only illuminates the worst in him.

        Trump has always been a threat to national security, as numerous former officials, Republicans as well as Democrats, have pointed out. But now he’s a different kind of security threat as he parades around the Oval Office and prepares to venture out for more mass rallies, all the while insisting his illness is really a positive thing and the experimental drug Regeneron is a “cure.”

      • Twitter Attempts To Add A Bit Of Friction In Run Up To The Election

        Over the last few months, we've seen various internet sites (mainly Twitter and Facebook) experimenting, adjusting policies, and (well, to be honest) scrambling to put in place various policies to deal with the concerns many have about how their sites will be used for mis- and disinformation regarding the election. Most of this has been focused on questions about what content to remove, or what (and how) to "flag" certain content. Last week, Twitter announced some bigger plans to adjust some elements of how the site works at least through the election. It's an interesting experiment, and it will be worth following to see how effective the changes are.

      • The Simple, Profound Message of Pope Francis’s New Encyclical

        Pope Francis’s new Encyclical, Fratelli Tutti (“All Brothers”), calls for all of us to anchor our societies and our politics in encounter: the actual meeting of people who think differently and have different life experiences. This call to encounter is a refreshing approach to shaping our world not through power dynamics but through the experience of all—especially those who are marginalized. It is an invigorating approach amid the hyper-partisan electoral politics in the United States.

      • All You Fascists Bound To Lose
      • Paula Jean Swearengin Wants to Turn West Virginia Blue

        It’s no hard task to imagine the rivalry between Senator Shelley Moore Capito and Paula Jean Swearengin playing out between both candidates’ grandfathers in Appalachia 100 years ago. The two women running for the US Senate in West Virginia come down on opposite sides of just about every issue, much as their fathers and grandfathers had before them.

      • Trump’s Weaponization of the National Security State

        It couldn’t be more worrisome to have every principal of the national security team willing to follow the dictates and commands from someone as unhinged as Donald Trump. € There appears to be no concern with someone who tweeted last week after spending€ several€ days in Walter Reed Hospital: “I’m back because I’m a perfect specimen and I’m extremely young.” € And if that wasn’t enough to cause alarm, he then released a video in which he stated: “I’m a senior. € I known you don’t know that. € Nobody knows that.”

        The ostrich puts his head in the sand and because he can’t see, it assumes that it can’t be seen. Donald Trump has lost touch with reality, but those in his administration and his party do not presume to see.

      • Russia’s former deputy prime minister Alexey Kudrin reveals planned attempt on his life in the early 2000s

        Accounts Chamber Chairman Alexey Kudrin has revealed that there was a planned attempt on his life when he served as Russia’s deputy prime minister in the early 2000s. Kudrin said this in an interview with the Russian state news agency TASS, which was published on October 12, to mark his sixtieth birthday:

      • Texas Is Limiting Ballot Drop-Off Locations. Activists Are Pushing Back.

        Despite a last-minute ruling restricting absentee voting in Texas, voting rights advocates in the state’s hardest hit communities of color are redoubling their efforts to get out the vote amid one of the most severe voter suppression campaigns in the state in recent election cycles.

      • How to Save Democracy From GOP Sabotage

        There is no reason to accept the structure of our democracy when it repeatedly empowers a ruthless minority to impose its will over the majority.

      • Nearly 5.2 Million Americans Will Be Disenfranchised in 2020 Election Due to Felony Convictions: Study

        Black and Latinx people are disproportionately affected by disenfranchisement laws, which are still in effect in most U.S. states.

      • Liberalism and Fascism: Partners in Crime

        This framing of the relationship between liberalism and fascism not only presents them as complete opposites, but it also defines the very essence of the fight against fascism as the struggle for liberalism. In so doing, it forges an ideological false antagonism. For what fascism and liberalism share is their undying devotion to the capitalist world order. Although one prefers the velvet glove of hegemonic and consensual rule, and the other relies more readily on the iron fist of repressive violence, they are both intent on maintaining and developing capitalist social relations, and they have worked together throughout modern history in order to do so. What this apparent conflict masks—and this is its true ideological power—is that the real, fundamental dividing line is not between two different modes of capitalist governance, but between capitalists and anti-capitalists. The long psychological warfare campaign waged under the deceptive banner of ‘totalitarianism’ has done much to further dissimulate this line of demarcation by disingenuously presenting communism as a form of fascism. As Domenico Losurdo and others have explained with great historical precision and detail, this is pure ideological pap.

        Given the ways in which the current public debate on fascism tends to be framed in relationship to purported liberal resistance, there could scarcely be a timelier task than that of scrupulously re-examining the historical record of actually existing liberalism and fascism. As we shall see even in this brief overview, far from being enemies, they have been—sometimes subtle, sometimes forthright—partners in capitalist crime. For the sake of argument and concision, I will here focus primarily on a conjunctural account of the non-controversial cases of Italy and Germany. However, it is worth stating at the outset that the Nazi racial police state and colonial rampage—which far surpassed Italy’s capabilities—were modeled on the United States.

      • Trump Has Cut the Census Short. As a Census Worker, I Can See Who Will Suffer.

        The Supreme Court effectively approved the Trump administration’s request to cut the 2020 census short in a ruling issued Tuesday in response to an emergency request made last week by the Justice Department. Hours later, the U.S. Census Bureau announced that all operations, including door-to-door interviews, would cease on October 15 — 16 days earlier than previously scheduled.

      • Top Republicans call to punish social media sites for limiting reach of dubious Biden exposé

        Twitter stoked Trump's wrath in May when it fact-checked two of his tweets, prompting him to threaten that he would "strongly regulate" or "close" down social media platforms that "totally silence conservatives voices." Later that month he signed an executive order that ordered the Federal Communications Commission to examine exempting social media platforms from Section 230 protections.

      • How to Get Through This Election

        Ultimately the rise of misinformation, polarization and emotion-filled content is our new reality, and the biggest threat we face in this moment is voter suppression. So rather than “muting” friends and family members when they post conspiracy theories on Facebook, start a conversation about the serious damage that rumors and falsehoods are doing to our lives, our health, our relationships and our communities. Do not focus on the veracity of what is being posted; use empathetic and inclusive language to ask how people are voting. No one should be shamed for sharing misinformation because we are all susceptible to it—especially now, when our worlds have been turned upside down and many of us are operating in fight-or-flight mode. To avoid losing ourselves in the noise, we have to help one another adapt.

      • Experts dismiss "garbage fire" Hunter Biden exposé in NY Post: "Seems like a complete fabrication"

        The authenticity of the alleged emails published by The Post has not been independently verified. Accusations of corruption against the Bidens have been repeatedly debunked by journalists.

      • Facebook and Twitter are restricting a disputed New York Post story about Joe Biden’s son

        The Post article, published today, claims to have obtained emails and video from a laptop that allegedly belonged to Hunter Biden. But some journalists have questioned the veracity of the information, which the Post says was provided with help from President Donald Trump’s attorney Rudy Giuliani and former adviser Steve Bannon. Meanwhile, the article has been distributed widely on social media. According to CrowdTangle data, it’s garnered over 40,000 interactions on Facebook and a far smaller number on Instagram, Reddit, and Twitter. A number of other outlets have aggregated the story, and it’s unclear whether Facebook could restrict those articles’ reach as well.

      • Facebook, Twitter Put Restrictions on New York Post’s Hunter Biden ‘Smoking Gun’ Story

        Facebook on Wednesday identified the Post story as potential misinformation and said it was limiting distribution of the article on its platform. In a Twitter post, Facebook policy communications director Andy Stone said that the Post story was “eligible to be fact checked by Facebook’s third-party fact checking partners” and that “In the meantime, we are reducing its distribution on our platform.” Stone later tweeted that the review was “part of our standard process to reduce the spread of misinformation.”

        Twitter disabled the Post’s original tweets linking to two Hunter Biden stories. In addition, Twitter on Wednesday blocked users from tweeting the Post story, with an error message saying, “We can’t complete this request because this link has been identified by Twitter or our partners as being potentially harmful.”

      • There is a way to make America's 2020 election results trustworthy — but we have to start now

        In this op-ed, we discuss three simple but essential tools that will produce strong, verifiable evidence that the reported winner really won, despite any fraud or malfunction. This means generating a dependable record of votes on paper ballots, keeping that paper trail physically secure, and auditing the reported results against that paper.

      • The Replacements: Harris vs. Pence

        By now, as regards the vice-presidential debate between Mike Pence and Kamala Harris, you have heard that “not much was said”, “no one made a mistake”, and that both candidates “held their own.”

        You may also have heard that it was more “civilized” than the presidential debate between Donald Trump and Joe Biden and that the moderator, Susan Page from the Washington bureau of USA Today, managed to keep the candidates “in line”.

      • We Should Listen to Scientists Sounding the Alarm on Trump

        Voting President Donald Trump out of office is only the first step.

      • 'Barr Must Go': Ethics Groups Demand Congress Impeach Attorney General for Using DOJ as 'Vehicle' to Advance Trump Reelection

        "Barr appears to embrace an autocratic view of the power of the executive branch, specifically presidential power."

      • The Demographics of Voting

        The United States is not a country of overwhelmingly democratic sentiment. It was, after all, founded by a propertied and slave-owning White Male grande bourgeoisie resistant to colonial taxes imposed by 18th century Imperialist England; and it has resisted every popular social movement since to expand the franchise to life, liberty, prosperity, equality under the law, freedom of self-expression, and participation in democratic governance.

        It is a country with the most propagandized population on the face of the Earth, ruled by a corporate-owned political class of mediocrities whose worship of power reveal their deepest instincts to be authoritarian, materialistic, careerist, sexist, white supremacist, and xenophobic. As a result, the “right to vote” is a precious commodity however unevenly it may be available and however tenuously it may affect the course of governance in favor of the public good.

      • Virginia Online Registration Portal Left Unworkable—Just Hours Before Deadline—After Cable 'Accidentally Cut'

        "Election officials in Virginia have€ again€ failed the public," said the Lawyers' Committee for Civil Rights Under Law.

      • Trump Deploys the Strongman’s Playbook
      • A Rigged Judiciary Leads to Rigged Elections: Ari Berman on Barrett Hearings & GOP Voter Suppression

        Amy Coney Barrett’s involvement in the court fight over the 2000 presidential election, when she was a member of George W. Bush’s legal team, shows she is willing to bend the law to benefit Republican candidates, says Mother Jones reporter Ari Berman. “That’s what’s so disturbing about Amy Coney Barrett, because that’s exactly what President Trump wants to do right now,” says Berman. “He wants a justice who will rule his way on the vote count, no matter what the facts or the law actually says.” Berman also looks at challenges voters are facing nationwide as early voting is underway from Georgia to Arizona, where the Pascua Yaqui Tribe filed a lawsuit Monday to reinstate the only early in-person voting site on the reservation, which was shut down in 2018.

      • Packing the Courts: How Republicans Spent Decades Installing Judges to Cement Minority Rule

        Amid Senate confirmation hearings for Amy Coney Barrett, we look at how conservatives have used dark money to push to seat her on the Supreme Court before the November 3 election, following a decades-long project by conservatives to install right-wing judges across the federal judiciary. “There’s no doubt that what we’re facing is, increasingly, rule by a minority,” says former Senate Judiciary Committee staffer Lisa Graves, executive director of True North Research. “When people say that the court needs to be packed, it really needs to be unpacked.”

      • “Let the People Decide!” Protests at Amy Coney Barrett Hearing Decry GOP Power Grab, Attack on ACA

        Hundreds protested outside the Senate Monday against the confirmation hearing for President Trump’s Supreme Court nominee, Judge Amy Coney Barrett. At least 21 were arrested after staging a sit-in to oppose the Senate pushing through Barrett’s nomination in the middle of the presidential election. Senate Democrats warn the federal judge’s record suggests she would overturn the Affordable Care Act and threaten reproductive rights if she takes the seat left vacant by the late Justice Ruth Bader Ginsburg. “Trump and the Republicans are trying to execute a power grab,” says Ana María Archila, co-executive director of the Center for Popular Democracy, who joins us from the steps of the U.S. Supreme Court ahead of another day of protests. Amid the coronavirus pandemic, she says lawmakers should instead focus on doing “everything they can to provide urgent relief to millions of people.”

      • Amy Coney Barrett Refuses to Answer If Trump Can Delay the Election or Not

        During confirmation hearings before the Senate Judiciary Committee on Tuesday, Judge Amy Coney Barrett, President Donald Trump’s nominee to sit on the Supreme Court, refused to answer a question regarding the president’s ability to unilaterally delay federal elections set to commence next month.

      • Barrett Decried Roe's "Barbaric Legacy," But Now Says She Doesn't Have an Agenda

        Amy Coney Barrett, President Donald Trump’s nominee to the Supreme Court to replace the late Justice Ruth Bader Ginsburg, refused on Tuesday to give a straightforward answer on the question of whether she believes a landmark abortion case should remain intact or not.

      • Barrett Could Well Be the Decider in a 2020 Replay of "Bush v. Gore"

        If Americans want transparency — as they should — they’ve got it. Judge Amy Coney Barrett’s record of attacks on civil rights, workers’ rights, anti-discrimination measures and consumer protections is crystal clear. Though she’s just 48 years old, she has a phenomenally large legal footprint. And, as Democratic senators repeatedly pointed out Monday, on day one of the Senate Judiciary Committee Hearings, her record does not bode well for the Affordable Care Act (ACA) and many of the rights won over the past half-century.

      • Opposition leader Svetlana Tikhanovskaya issues ‘people’s ultimatum’ to the Belarusian authorities

        Opposition leader Svetlana Tikhanovskaya (Sviatlana Tsikhanouskaya) announced a “people’s ultimatum” addressed to the Belarusian authorities on Tuesday, October 13. The statement appeared on the official Telegram channel for her press service.

    • Censorship/Free Speech

      • Content Moderation Case Study: Handling Off Platform Harassment On Platform (June 2020)

        Summary: Dealing with harassment of users is always a challenge for internet platforms -- and that is especially true for platforms that are focused on live streaming. For many years there have been accusations around sexual harassment problems for female Twitch streamers. Going all the way back to 2012 when a Twitch streamer argued that sexual harassment was part of the culture of streaming (saying ““this is a community that’s, you know, 15 or 20-years-old and the sexual harassment is part of a culture”) there have been ongoing questions about how Twitch should deal with such behavior both on and off the platform.

      • Are corporate overreach and political correctness really undermining academic freedom?

        Neoliberal administrators’ policing of institutional reputations and academic colleagues’ condemnation of dissenting voices on issues such as race and gender have led to claims that scholars are losing their ability to engage in free enquiry and open debate. But is academic freedom really the operative concept in the controversies that arise? John Ross probes a highly contested debate.

      • Clarence Thomas Doesn't Like Section 230, Adding To His Anti-Free Speech Legacy

        I'm not quite sure what has gotten into Supreme Court Justice Clarence Thomas lately, but he's been on quite a roll in terms of deciding he wants to toss out all sorts of well-settled precedents (including, in at least one case, his very own precedent). What's alarming, though, is that he seems particularly focused on hacking away at free speech and the 1st Amendment. Back in 2016, when people were discussing whether or Donald Trump could "open up" libel laws, lawyer Ken White noted that there was no real appetite among judges to attack free speech.

    • Freedom of Information/Freedom of the Press

    • Civil Rights/Policing

      • SCOTUS Must Be Weakened to Safeguard Democracy, Says Legal Scholar

        As Republicans race to confirm President Trump’s Supreme Court nominee Amy Coney Barrett prior to Election Day and cement a conservative majority on the top court for a generation or more, calls are growing for Joe Biden to increase the number of justices on the Supreme Court if elected president. But Yale legal scholar Samuel Moyn argues that beyond “packing the court” and other measures commonly proposed to rebalance the Supreme Court’s ideological makeup, the institution as a whole must be weakened in order to safeguard democracy. “This country was founded on minority rule and the rejection of democracy, and the Supreme Court has long been a part of that picture,” says Moyn. “Now that the right is on the brink of establishing control, it’s a dangerous institution.”

      • Sheldon Whitehouse Made the Case That Amy Coney Barrett's Nomination Is a Bag Job

        It was planned and executed by a vast and single-minded network of which no parallel exists on the other side.

      • Here's One Good Way to Reform a Battered US Supreme Court

        Defenders of the status quo undoubtedly will view any tampering as an assault on judicial independence. But the bitter partisanship of the current process has deeply undercut all notions of justice and fairness.

      • Sabotaging Democracy

        Nationwide, states have removed 17 million Americans from voter rolls since the 2016 election, an unusually high number, with no accounting of how many were living, legitimate voters.

      • 'Look for Power in the Shadows': Watch Sheldon Whitehouse Shine Light on 'Dark Money Operation' Behind GOP Supreme Court Takeover

        "Something is not right around the court. And dark money has a lot to do with it. Special interests have a lot to do with it."

      • Making the Supreme Court Safe for Democracy: Samuel Moyn on Reforming an Undemocratic Institution

        As Republicans race to confirm President Trump’s Supreme Court nominee Amy Coney Barrett prior to Election Day and cement a conservative majority on the top court for a generation or more, calls are growing for Joe Biden to increase the number of justices on the Supreme Court if elected president. But Yale legal scholar Samuel Moyn argues that beyond “packing the court” and other measures commonly proposed to rebalance the Supreme Court’s ideological makeup, the institution as a whole must be weakened in order to safeguard democracy. “This country was founded on minority rule and the rejection of democracy, and the Supreme Court has long been a part of that picture,” says Moyn. “Now that the right is on the brink of establishing control, it’s a dangerous institution.”

      • Can Trump Delay Election or Reject Peaceful Transition of Power? Amy Coney Barrett Refuses to Say

        Supreme Court nominee Amy Coney Barrett faced 11 hours of questioning in the Senate Tuesday but refused to provide clarity about her views on the Affordable Care Act, Roe v. Wade, voting rights and even if President Trump could delay the election. Republicans are racing to confirm the 48-year-old federal judge before Election Day, which would give conservatives a commanding 6-3 majority on the high court. We air highlights from the marathon session.

      • Dahlia Lithwick: Amy Coney Barrett May Claim Neutrality, But Her Record Is “Extremely Conservative”

        In the second day of confirmation hearings for Supreme Court nominee Amy Coney Barrett, the federal judge’s refusal to answer basic questions on voter intimidation and whether a president can delay elections did her “no favors” and was part of an aim to “present herself as neutral; she’s an open book; whatever she was before, whatever she ruled on the bench before, is immaterial,” says Dahlia Lithwick, senior legal correspondent and Supreme Court reporter for Slate.com. “There are some issues that don’t need to be approached with an open mind. … She could have allayed a lot of fears.”

      • An Update On The Pretty Crummy Supreme Court Term So Far On Issues We Care About

        As the Senate hearings continue over what the future United States Supreme Court may do, it's worth taking a moment to talk about what the current Court has already just done. The RBG-less Supreme Court is now back in session, and in view of the actions it's taken in at least four separate cases, it has not been an auspicious beginning.

      • Can Trump Delay the Election? Amy Coney Barrett’s a Big Maybe on That One

        Suppose Donald Trump announced prior to November 3 that the election had been “corrupted” by illicit mail voting and would need to be delayed—or that the counting of ballots cast in the election would need to be interrupted.

      • Barrett’s Evasions Show Why Expanding the Court Is Necessary

        Donald Trump has been admirably candid about the fact that he’s rushing the nomination of Amy Coney Barrett to be a Supreme Court justice because he might need her help to decide the election. “I think this [the election] will end up in the Supreme Court,” Trump told reporters on September 23. “And I think it’s very important that we have nine justices.”

      • The Devil in the Many Details of Amy Coney Barrett’s Testimony

        There are two kinds of judicial confirmation hearings. One kind involves the nominee giving eloquent yet evanescent answers designed to sound like they’re saying something profound when they’re really saying nothing at all. The other kind involves the nominee going out of their way to say nothing, offering terse and combative non-responses and thereby unintentionally telling the Senate Judiciary Committee everything it needs to know.

      • In India, Rape is only a Symptom

        Two recent gang rapes resulting in the deaths of Dalit women have shocked people around the world. Both women were young, one 19 and the other 22-years-old. In India, 200 million Dalits face discrimination and abuse. According to women rights’ activists, this is a situation that has increased during the coronavirus pandemic. There are no signs that crimes against women and girls are abating.

        One of the earliest and most brutal manifestation of violence against women is female feticide, where female fetuses are selectively aborted after pre-natal sex determination. Researchers for The Lancet estimate that more than 500,000 girls are lost annually through sex selective abortions. Female fetuses are selectively aborted after pre-natal sex determination. Sometimes, the elimination of girls occurs after they are born, a situation of female infanticide that has existed for centuries in India.

      • Maine Hires Lawyers With Criminal Records to Defend Poor Residents. The Governor Wants Reform.

        Gov. Janet Mills of Maine publicly called for a bipartisan effort during the next legislative session to reform the state’s system for defending poor people accused of crimes in response to an investigation published by The Maine Monitor and ProPublica.

        Mills said last week that she was “disturbed” by articles from the news organizations that showed that the Maine Commission on Indigent Legal Services, or MCILS, had contracted attorneys with criminal backgrounds to represent impoverished clients.

      • Protest Song Of The Week: ‘America The Merciful’ By Zealot Featuring Uno

        Over a pensive rhythm, Zealot reflects on his incarceration and the way in which some prisoners are afforded second chances for their mistakes and others like him are seemingly denied forgiveness.

        “America the Merciful” came out of a four-day recording session with Die Jim Crow producers Fury Young and dr. Israel at the Colorado Territorial Correctional Facility.

      • ‘Straight to Gunshots’: How a U.S. Task Force Killed an Antifa Activist

        In interviews with 22 people who were near the scene, all but one said they did not hear officers identify themselves or give any commands before opening fire. In their official statements, not yet made public, the officers offered differing accounts of whether they saw Mr. Reinoehl with a weapon. One told investigators he thought he saw Mr. Reinoehl raise a gun inside the vehicle before the firing began, but two others said they did not.

        Mr. Reinoehl did have a .380-caliber handgun on him when he was killed, according to the county sheriff’s team that is running a criminal homicide investigation into Mr. Reinoehl’s death. But the weapon was found in his pocket.

        An AR-style rifle was found apparently untouched in a bag in his car.

        Five eyewitnesses said in interviews that the gunfire began the instant the vehicles arrived. None of them saw Mr. Reinoehl holding a weapon. A single shell casing of the same caliber as the handgun he was carrying was found inside his car.

      • Kyle Rittenhouse won't face charges in Illinois related to Kenosha protest shootings

        There is no evidence the gun was ever physically possessed by Rittenhouse in Illinois, the office said.

      • Desideratum: Heading Off the Prospects of a Dark and Tumultuous Future

        We can no longer afford to wait as climate changes, economic systems malfunction, and enflamed social divisiveness bear down on humanity with unprecedented, irreversible consequences.

      • Nostalgia Isn’t What It Used to Be

        After the outbreak of the coronavirus, after the 9/11 attacks on the Twin Towers and the Pentagon, life has not been the same. We are more cautious. There are more limitations on our freedom. We are aware of negative possibilities in ways we were never before.

        And the past becomes that much brighter as we try to adapt to the new normal. Wasn’t it great when we didn’t eye people in the bus, tram or subway who were not wearing masks? Wasn’t it wonderful when we could hop on a plane to visit friends or family? We were freer. We had worries, but they were less morbid than an invisible virus.

      • To Decolonize Indigenous Lands, We Must Also Abolish Police and Prisons

        The movement to decolonize Indigenous lands is intimately connected to the movement to abolish police and prisons. As the idea of decolonization is discussed among wider circles, we must recognize this interconnectedness, especially in the midst of a resurgent Black Lives Matter movement that calls for the defunding — and, in fact, the dismantling — of police.

      • Two more Pussy Riot members arrested over rainbow flag protests

        OVD-Info and Avtozak Live have reported the arrest of two more Pussy Riot activists in connection with a LGBTQ rights protest action, timed to coincide with Russian President Vladimir Putin’s birthday last Wednesday.€ 

      • Those Who Do Not Learn From History are Condemned to reTweet It

        Resistance to fascism can and will take many forms. I write in the autumn of 2020. It is still possible to prevent the fascist juggernaut from sweeping away every gain won by workers in the United States since the 1880s, but we‘ll have to move quickly and back up our votes with militant direct action.

        Public education, clean running water and sanitation, public libraries, the nation‘s food supply, the last remaining forests, women‘s, Black, gay liberation and in fact everyone’s civil liberties as well, reproductive rights and personal privacy, are all under attack as never before. Corporate pollution threatens the most out-of-the-way corners of the planet. A novel pandemic is upon us, a wave to what to expect in the future (if there is to be a future)? There is no let-up, and climate chaos is already coming faster than we can deal with. Whole island nations are now submerged under water; the Arctic ice caps are melting; and mass applications of pesticides and genetically engineered crops are destroying our food supplies and sacred places, and taking over the world’s agricultural lands.

      • UNCOUNTED, a Memorial for People Killed by Law Enforcement Officers
      • Civil Rights Advocates Warn Supreme Court Order—a Victory for Trump—Will Result in 'Irreversible Damage to 2020 Census'

        Justice Sonya Sotomayor issued a dissent warning the "harms caused by€ rushing this year's census count are irreparable" and that "respondents will suffer their lasting impact for at least the next 10 years."

      • Cameroonian Asylum Seekers Said to be One Day Away From Deportation Back to the Oppression They Fled

        “He doesn’t say much, but we always laugh a lot,” his uncle says. “He’s a good boy, loves to play football. On Sundays we would do Bible studies together as a family, eat our cornchaff, a traditional meal of corn and beans; and achu, a special soup made from yams and hot pepper oil. Then we’d play traditional dance music and enjoy being together. My sister and I are really missing him.”

        But his family says that last week Micah was transferred from Louisiana to the Prairieland Detention Center near Dallas. It is the staging area from which over two hundred Africans are threatened with mass deportation Tuesday. [The names of the Cameroonian detainees mentioned in this story € have been changed or withheld to protect them from reprisal.]

      • The New Humanitarian | US aid, abortion, and the ‘Global Gag Rule’

        At this moment in US political history, Americans have a chance to rid the United States of its contradictory, confusing, and ideologically driven approach to reproductive health around the world. The United States is the largest donor to global health and humanitarian assistance. But for decades it has been a case study in contradictions when it comes to aid and foreign policy, and in no area is this more evident than reproductive health and rights, particularly abortion.

        Reproductive healthcare, including abortion, is a critical need, and is essential. It is time-sensitive and cannot be delayed without profound consequences for pregnant people and their families.

        US policies restrict access to safe abortion not just by attaching anti-abortion conditions to foreign aid. The United States also imposes its rules on how medical providers and non-profits spend their own funds, and on how they care for and advise their clients.

        More than 35 million people around the world have unsafe abortions each year, and tens of thousands die. The global pandemic has exacerbated the gender, racial, and economic inequities in healthcare systems – and in emergency settings – making safe access to abortion an urgent matter of life and death for even more people.

        Recent research suggests a 10 percent decline in contraceptive use would affect 49 million women and lead to an additional 15 million unintended pregnancies over just one year. And, the researchers say, if 10 percent of safe abortions become unsafe amid lockdowns and clinic closures, there would be an increase of 1,000 more maternal deaths each year.

    • Internet Policy/Net Neutrality

      • FCC's Pai Puts Final Bullet In Net Neutrality Ahead Of Potential Demotion

        While the courts partially upheld the FCC's hugely unpopular net neutrality repeal just about a year ago, it also kicked some aspects of the repeal back to the FCC. Most notably, the courts stated the Ajit Pai FCC couldn't ban states from protecting consumers if the FCC is no longer interested in doing so. The courts also noted that the FCC (surprise!) did little to no research into how the repeal would impact public safety or efforts to bridge the digital divide (the latter being kind of important in a massive pandemic).

    • Monopolies

      • A Strong Step Toward an Antitrust Revival

        Largely lost last week amid the spectacle of President Trump turning the White House into a Covid-19 hot spot was a Washington rarity in these polarized times: Congress doing its job.

      • If Something Is Advertised As A Knockoff Product... Is It No Longer Counterfeiting?

        People throw around a variety of terms that sometimes need to have more specific meanings. When talking about physical goods, when people talk about "knockoffs" or "counterfeits" they're usually referring to a trademark issue. And, in some sense, this is what trademark is supposed to be about. For many years we've argued that trademark should not be lumped in with patents and copyrights, as the concept, purpose, intent, and even Constitutional underpinnings are entirely different. It's extremely frustrating to see people lump in patents, copyrights, and trademarks as "intellectual property" as if they were all similar. They are not. And trademarks are especially different.

      • Patents

      • Copyrights

        • Italian Court Orders Cloudflare to Block a Pirate IPTV Service

          An Italian court has ordered Cloudflare to block current and future domain names and IP-addresses of the pirate IPTV service "IPTV THE BEST." The order, which follows a complaint from the football league Serie A and Sky Italy, is the first of its kind in the country. Cloudflare put up a strong defense, arguing that it merely passes on traffic, but that didn't convince the court.

        • Swiss Post releases bug bounty safe harbor wording under Creative Commons license

          Safe harbor clauses are frequently added to bug bounty or VDPs as a means of allowing security researchers and ethical hackers to test systems and networks without fear of legal reprimand.

          Swiss Post’s decision to release its own safe harbor policy under a Creative Commons license effectively allows other organizations to use this wording as a blueprint for their own bug bounty or VDP.

        • The Guilbeault Internet Plan: Leave it to the CRTC and Copyright Board of Canada to Get Money from Web Giants

          The prospect of using copyright and the Copyright Board to address linking to news articles (a practice Guilbeault has described as “immoral”) raises a host of concerns, including the fact that these reforms were not recommended as part of the government’s copyright review. To establish a new right would have a significant impact on the Canadian copyright balance and raise the need to address other concerns such as the absence of fair use or the overly restrictive digital lock rules in Canada. Further, copyright is a shared responsibility with Minister Bains and has typically required consensus from both departments. Invoking the Copyright Board, which despite increased government funding remains a source of persistent criticism, would create a costly administrative structure for addressing a non-issue that would take years to resolve.

        • Back on the Stairway to Heaven: Led Zeppelin Wins Over Spirit

          Wolfe, known professionally as Randy California, wrote Taurus somewhere between 1966 and 1967. On composing the song, Wolfe’s publisher armoured Taurus with copyright protection as an unpublished work, though such protection was superficial chainmail rather than full breast plating. Stairway to Heaven, the durable, seemingly ageless fruit of Jimmy Page and Robert Plant, was released in 1974 on Led Zeppelin’s fourth album. That particular song has caused spasms of delight and swooning, along with much reverential acknowledgment in guitar land over the years. But it has also given much carrion to the legal eagles. It was a sign that music, as with much else intellectual and even spiritually motivated, could be the subject of a battle to match other lengthy human conflicts.

          The jury in the original district court trial found in special interrogatories that the trust owned Taurus, and that Led Zeppelin had access to it. This did not lead them to conclude that the songs were substantially similar. Led Zeppelin had argued that any similarities between the songs were for those elements not protected by copyright law; the plaintiffs argued that the “selection and arrangement” of those elements was.

        • Massive Pirate Anime Site Uses Visitors' Connections to DDoS Competitor

          With around 40 million visitors per month, 9anime.to is a pretty formidable force in anime piracy. This week, however, a dispute with competitor Animixplay.to spiraled out of control when 9anime added code to its own site that made every visitor an unwitting participant in a DDoS attack on its rival.

        • YouTube Rippers Petition U.S. Supreme Court to Overturn 'Dangerous' Precedent

          YouTube-rippers FLVTO.biz and 2conv.com have petitioned the US Supreme Court to take up their case. Several major music companies sued the sites over copyright infringement but thus far the legal battle has been focused on the jurisdiction issue. The Russian owner of the sites now asks the Supreme Court to look at the matter and avoid a dangerous precedent.

        • Nintendo's Lawyers Nuke 'The Missing Link' Fangame With Copyright Complaint

          During the summer, a modder and his team known for creating a steady flow of games based on Nintendo's Mario titles released The Missing Link, a fan-made Zelda game that aimed to bridge the gap between Ocarina of Time and Majora's Mask. Now, after a handful of months in circulation, Nintendo's lawyers have filed a copyright complaint to have it taken down.

        • Internationalizing the Open COVID Pledge: Translations and Outreach

          As an important part of our stewardship of the Open COVID Pledge, we are pleased to announce that the Pledge is now available in all six of the official languages of the United Nations: Arabic, Chinese, English, French, Russian, and Spanish. This increases accessibility and usefulness of the Pledge to more than 3.7 billion persons in their first or second languages. We are also excited to be launching a simple translation process through which any member of our community can contribute translations of the Pledge in other languages at our upcoming 2020 CC Global Summit.



Recent Techrights' Posts

Martina Ferrari & Debian, DebConf room list: who sleeps with who?
Reprinted with permission from Daniel Pocock
Europe Won't be Safe From Russia Until the Last Windows PC is Turned Off (or Switched to BSDs and GNU/Linux)
Lives are at stake
Links 23/04/2024: US Doubles Down on Patent Obviousness, North Korea Practices Nuclear Conflict
Links for the day
Stardust Nightclub Tragedy, Unlawful killing, Censorship & Debian Scapegoating
Reprinted with permission from Daniel Pocock
 
Microsoft is Shutting Down Offices and Studios (Microsoft Layoffs Every Month This Year, Media Barely Mentions These)
Microsoft shutting down more offices (there have been layoffs every month this year)
Balkan women & Debian sexism, WeBoob leaks
Reprinted with permission from disguised.work
Links 24/04/2024: Advances in TikTok Ban, Microsoft Lacks Security Incentives (It Profits From Breaches)
Links for the day
Gemini Links 24/04/2024: People Returning to Gemlogs, Stateless Workstations
Links for the day
Meike Reichle & Debian Dating
Reprinted with permission from disguised.work
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 23, 2024
IRC logs for Tuesday, April 23, 2024
[Meme] EPO: Breaking the Law as a Business Model
Total disregard for the EPO to sell more monopolies in Europe (to companies that are seldom European and in need of monopoly)
The EPO's Central Staff Committee (CSC) on New Ways of Working (NWoW) and “Bringing Teams Together” (BTT)
The latest publication from the Central Staff Committee (CSC)
Volunteers wanted: Unknown Suspects team
Reprinted with permission from Daniel Pocock
Debian trademark: where does the value come from?
Reprinted with permission from Daniel Pocock
Detecting suspicious transactions in the Wikimedia grants process
Reprinted with permission from Daniel Pocock
Gunnar Wolf & Debian Modern Slavery punishments
Reprinted with permission from Daniel Pocock
On DebConf and Debian 'Bedroom Nepotism' (Connected to Canonical, Red Hat, and Google)
Why the public must know suppressed facts (which women themselves are voicing concerns about; some men muzzle them to save face)
Several Years After Vista 11 Came Out Few People in Africa Use It, Its Relative Share Declines (People Delete It and Move to BSD/GNU/Linux?)
These trends are worth discussing
Canonical, Ubuntu & Debian DebConf19 Diversity Girls email
Reprinted with permission from disguised.work
Links 23/04/2024: Escalations Around Poland, Microsoft Shares Dumped
Links for the day
Gemini Links 23/04/2024: Offline PSP Media Player and OpenBSD on ThinkPad
Links for the day
Amaya Rodrigo Sastre, Holger Levsen & Debian DebConf6 fight
Reprinted with permission from disguised.work
DebConf8: who slept with who? Rooming list leaked
Reprinted with permission from disguised.work
Bruce Perens & Debian: swiping the Open Source trademark
Reprinted with permission from disguised.work
Ean Schuessler & Debian SPI OSI trademark disputes
Reprinted with permission from disguised.work
Windows in Sudan: From 99.15% to 2.12%
With conflict in Sudan, plus the occasional escalation/s, buying a laptop with Vista 11 isn't a high priority
Anatomy of a Cancel Mob Campaign
how they go about
[Meme] The 'Cancel Culture' and Its 'Hit List'
organisers are being contacted by the 'cancel mob'
Richard Stallman's Next Public Talk is on Friday, 17:30 in Córdoba (Spain), FSF Cannot Mention It
Any attempt to marginalise founders isn't unprecedented as a strategy
IRC Proceedings: Monday, April 22, 2024
IRC logs for Monday, April 22, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Don't trust me. Trust the voters.
Reprinted with permission from Daniel Pocock
Chris Lamb & Debian demanded Ubuntu censor my blog
Reprinted with permission from disguised.work
Ean Schuessler, Branden Robinson & Debian SPI accounting crisis
Reprinted with permission from disguised.work
William Lee Irwin III, Michael Schultheiss & Debian, Oracle, Russian kernel scandal
Reprinted with permission from disguised.work
Microsoft's Windows Down to 8% in Afghanistan According to statCounter Data
in Vietnam Windows is at 8%, in Iraq 4.9%, Syria 3.7%, and Yemen 2.2%
[Meme] Only Criminals Would Want to Use Printers?
The EPO's war on paper
EPO: We and Microsoft Will Spy on Everything (No Physical Copies)
The letter is dated last Thursday
Links 22/04/2024: Windows Getting Worse, Oligarch-Owned Media Attacking Assange Again
Links for the day
Links 21/04/2024: LINUX Unplugged and 'Screen Time' as the New Tobacco
Links for the day
Gemini Links 22/04/2024: Health Issues and Online Documentation
Links for the day
What Fake News or Botspew From Microsoft Looks Like... (Also: Techrights to Invest 500 Billion in Datacentres by 2050!)
Sededin Dedovic (if that's a real name) does Microsoft stenography
Stefano Maffulli's (and Microsoft's) Openwashing Slant Initiative (OSI) Report Was Finalised a Few Months Ago, Revealing Only 3% of the Money Comes From Members/People
Microsoft's role remains prominent (for OSI to help the attack on the GPL and constantly engage in promotion of proprietary GitHub)
[Meme] Master Engineer, But Only They Can Say It
One can conclude that "inclusive language" is a community-hostile trolling campaign
[Meme] It Takes Three to Grant a Monopoly, Or... Injunction Against Staff Representatives
Quality control
[Video] EPO's "Heart of Staff Rep" Has a Heartless New Rant
The wordplay is just for fun
An Unfortunate Miscalculation Of Capital
Reprinted with permission from Andy Farnell
[Video] Online Brigade Demands That the Person Who Started GNU/Linux is Denied Public Speaking (and Why FSF Cannot Mention His Speeches)
So basically the attack on RMS did not stop; even when he's ill with cancer the cancel culture will try to cancel him, preventing him from talking (or be heard) about what he started in 1983
Online Brigade Demands That the Person Who Made Nix Leaves Nix for Not Censoring People 'Enough'
Trying to 'nix' the founder over alleged "safety" of so-called 'minorities'
[Video] Inauthentic Sites and Our Upcoming Publications
In the future, at least in the short term, we'll continue to highlight Debian issues
List of Debian Suicides & Accidents
Reprinted with permission from disguised.work
Jens Schmalzing & Debian: rooftop fall, inaccurately described as accident
Reprinted with permission from disguised.work
[Teaser] EPO Leaks About EPO Leaks
Yo dawg!
On Wednesday IBM Announces 'Results' (Partial; Bad Parts Offloaded Later) and Red Hat Has Layoffs Anniversary
There's still expectation that Red Hat will make more staff cuts
IBM: We Are No Longer Pro-Nazi (Not Anymore)
Historically, IBM has had a nazi problem
Bad faith: attacking a volunteer at a time of grief, disrespect for the sanctity of human life
Reprinted with permission from Daniel Pocock
Bad faith: how many Debian Developers really committed suicide?
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, April 21, 2024
IRC logs for Sunday, April 21, 2024
A History of Frivolous Filings and Heavy Drug Use
So the militant was psychotic due to copious amounts of marijuana
Bad faith: suicide, stigma and tarnishing
Reprinted with permission from Daniel Pocock
UDRP Legitimate interests: EU whistleblower directive, workplace health & safety concerns
Reprinted with permission from Daniel Pocock