-- Leo's gemini proxy

-- Connecting to gemini.techrights.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB


● 07.26.21


● Links 26/7/2021: Grml 2021.07 and DXVK 1.9.1


Posted in News Roundup at 10:57 am by Dr. Roy SchestowitzContentsGNU/LinuxDistributionsDevices/EmbeddedFree Software/Open SourceLeftovers

GNU/Linux


Desktop/Laptop


↺ 9to5Linux Weekly Roundup: July 25th, 2021 – 9to5Linux


This week has been great for Linux news as we got new security releases for Debian GNU/Linux, Ubuntu, Red Hat Enterprise Linux, and CentOS, and new bugfix releases for GNOME 40, HandBreak, VirtualBox, Plasma Mobile, LibreOffice, as well as the NVIDIA graphics driver.


On top of that, this week marked the end of life of the Ubuntu 20.10 “Groovy Gorilla” operating system release, as well as of the Linux 5.12 kernel series, and GNOME’s GUADEC 2021 conference proved to be another success. You can enjoy these and much more in 9to5Linux’s Linux weekly roundup for July 25th, 2021, below!


Server


↺ July 2021 Web Server Survey


The number of websites powered by Microsoft IIS (Internet Information Services) fell by 1.92 million to 51.6 million this month. These sites are spread across 13.5 million unique domains and use several different versions of IIS.


Kernel Space


↺ XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook


Motivated in part by the recent le9 kernel patches that are already carried by XanMod and not having benchmarked the XanMod or Liquorix Linux kernel downstreams in a while, here are some fresh benchmarks of Liquorix and XanMod against the recent upstream Linux kernel releases.


Graphics Stack


↺ DXVK 1.9.1 is out for translating Direct3D 9/10/11 to Vulkan


The DXVK project continues to mature its translation layer for Direct 3D 9 / 10 / 11 to Vulkan, something that can be used together with Wine and Proton (along with a few ports using it). If you don’t know what Proton is, be sure to check out our dedicated page.


DXVK 1.9.1 follows on from the big 1.9 release on June 15 that gave us some new features. As a point release, it mainly focuses on cleaning up some bits here and there.


↺ DXVK 1.9.1 Released With Several Game Fixes


DXVK 1.9.1 is out as the newest version of this key component to Steam Play / Proton for running Windows games on Linux with DXVK being responsible for translating Direct3D 9/10/11 calls to Vulkan.


↺ SDL2 Lands Support For Client-Side Decorations On Wayland – Phoronix


The SDL2 library that is commonly used by many cross-platform games landed several patches this weekend to improve its Wayland support.


The main change from the Git activity this weekend in SDL2 is landing support for using client-side decorations on Wayland.


Applications


↺ Firewalld 1.0: Red Hat modernizes firewall configuration on Linux


Many 0.xx versions of Firewalld have accumulated over the years. With version 1.0 of the tool for network firewall configuration under Linux, Red Hat is now cutting old threads and reducing dependencies. The new version is no longer compatible with Python 2. In addition, the project declares Direct Interface and the PTables backend to be out of date. We have also said goodbye to the tftp client service.


The upcoming release also raises intra-zone forwarding to the standard. By moving the NAT rules to the iNet family, the rule set is reduced. The default target is now similar to reject. ICMP blocks and block reversal are now only valid for input and not for forwarding. CleanupModulesOnExit is set to no by default and kernel modules are not unloaded.


↺ Zathura: A Minimalist Document Viewer for Keyboard Shortcut Pros 0


Every Linux distribution comes with a document viewer app that lets you read PDF and other documents.


Most of the time, it is Evince from GNOME that is displayed as Document Viewer in Ubuntu and some other distributions. Evince is a handy tool and supports a wide variety of document formats.


However, there are other applications for reading documents. Take Foliate for example. It’s an excellent application for reading ebooks on Linux.


I recently came across another document viewer called Zathura.


Instructionals/Technical


↺ How To Install DNSCrypt on Ubuntu 20.04 LTS – idroot


In this tutorial, we will show you how to install DNSCrypt on Ubuntu 20.04 LTS. For those of you who didn’t know, DNSCrypt is a flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt, and ODoH (Oblivious DoH).


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 the step-by-step installation of the DNSCrypt on Ubuntu 20.04 (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.


↺ Getting DTS 5.1+ sound via S/PDIF or HDMI using PulseAudio – Michał Górny


While PCs still usually provide a full set of analog jacks capable of outputting a 5.1 audio, other modern hardware (such as TVs) is usually limited to digital audio outputs (and sometimes analog outputs limited to stereo sound). These outputs are either S/PDIF (coaxial or optical) or HDMI. When the PC is connected to a TV, a pretty logical setup is to carry the sound via HDMI to the TV, and from there via S/PDIF or HDMI ARC to a 5.1 amplifier. However, it isn’t always as simple as it sounds.


For a start, S/PDIF is a pretty antiquated interface originally designed to carry stereo PCM audio. The modern versions of the interface have sufficient bandwidth for up to 192 kHz sampling rate and up to 24 bit audio depth. However, in order to support more than two audio channels, the transmitted sound needs to be compressed. S/PDIF hardware usually supports MPEG, AC3 and DTS formats.


HDMI is better there. HDMI 1.2 technically supports up to 8 channels of PCM audio, 2.0 up to 32 channels. However, not all hardware actually supports that. In particular, my TV seems to only support stereo PCM input, and ignores additional channels when passed 5.1 audio. Fortunately, additional audio channels work when compressed input is used. HDMI supports more audio formats, including DTS-HD MA and TrueHD.


In this post, I’d like to shortly explore our options for making a PulseAudio-enabled Linux system output compressed 5.1 over S/PDIF or HDMI (apparently both are treated the same from ALSA/PulseAudio perspective).


↺ How to set up ZFS ARC size on Ubuntu/Debian Linux – nixCraft


hen working with Ubuntu, Debian Linux, and ZFS, you will run into ZFS cache size problems. You see, not all Ubuntu or Debian servers need aggressive file caching. Some servers act as a web server or run Linux container workloads or KVM guest VMs where you want those guest VMs to manage their own caching. Therefore, it would be best to have tons of ECC RAM for ZFS. Unfortunately, not all projects get that kind of extravagance in real life. This page explains how to set up ZFS arc size on Ubuntu/Debian or any Linux distro of your choice. So that, Linux kernel avoid running out of memory.


↺ GNU Linux Debian – security-tracker.debian.org tracker status release stable – semi-manual system update method vs full automatic updates – apt can do https now: update /etc/apt/sources.list http -> https


↺ How to dual-boot Windows 11 and Linux on your PC


Microsoft is preparing to release Windows 11 later this year, and so far, it looks like a major improvement over Windows 10. It has a brand-new visual design that’s more consistent and attractive, and it includes some big new features like support for Android apps. As good as it may be though, it doesn’t necessarily fit every workload or preference. What if you prefer Linux or need it for certain tasks? In this guide, we’ll show how you to set up your PC so you can dual-boot into either Linux or Windows 11 whenever you want.


↺ CSS: Avoid horizontal scrolling


If you had told me last year that I’d write not one, but two blog posts about web design, I would not have believed you. Alas here we are, and I’m going to tell you about another pet peeve of mine and how to fix it.


I view at least half the written content I consume via my mobile phone, which belongs to the class of phones with a slightly smaller than average screen. In fact, it’s width as reported by the Firefox and Chrome viewport simulators is 375 pixels wide, small but not tiny. And yet many websites I visit hinder my mobile viewing experience because of a rather simple issue: horizontal scrolling.


There I am, happily reading a blog post or article from the front page of $NEWSAGGREGATOR. But suddenly I’m not scrolling down, but down-right and constantly have to scroll back to the left edge in order to read full sentences. My experience is even worse if the site for some reason has a minimum width larger than my screen is wide.


Reading articles on those sites really cumbersome and more often than not I decide that it’s not worth the hassle to continue reading and move on to the next article. I find that quite sad, since the author invested time and effort to produce it, and the only reason I’m not reading is because of its subpar layouting.


↺ Configure Postfix as a Send-Only SMTP Server on Ubuntu 20.04


Postfix is an open-source Mail Transport Agent (MTA). An MTA is a component of the Simple Mail Transfer Protocol (SMTP) responsible for transferring mail from one mail server to another.


This tutorial describes how you can install and configure Postfix as a send-only SMTP server on Ubuntu 20.04. You can use this for sending notification emails to an external address when specific events occur on the server — such as when a backup job succeeds or fails.


↺ Get a list of all virtual hosts which are defined in all apache configuration files


Have you ever looked in the apache config files to see where a website’s virtual host is defined? The apache2ctl script has a useful option that could come in good here.


↺ Command line quick tips: wc, sort, sed and tr – Fedora Magazine


Linux distributions are great to use and they have some tricks under their sleeves which users may not be aware of. Let’s have a look at some command line utilities which really come in handy when you’re the guy that likes to stick with the terminal rather than using a GUI.


We all know that using a terminal is more efficient to use the system. In case you are editing or playing with text files on a terminal then these tools will surely make your life easy.


For this article let’s have a look at wc, sort, tr, and sed commands.


↺ How to recover deleted Logical volume (LV) in LVM


If you have accidentally removed a logical volume (LV) or LVM meta data got corrupted or damaged in some way, it can be easily restored without losing the data using the ‘vgcfgrestore’ command.


In this guide, we’ll show you how to restore accidentally deleted a logical volume in Linux.


By default, LVM automatically takes backup of it’s meta data whenever a configuration change occurs on all LVM devices using the ‘vgcfgbackup’ command.


↺ How to use cron on Linux | Opensource.com


The cron system is a method to automatically run commands on a schedule. A scheduled job is called a cronjob, and it’s created in a file called a crontab. It’s the easiest and oldest way for a computer user to automate their computer.


Games


↺ Valve talks performance of the Steam Deck, Big Picture UI being replaced and Gamescope


Need even more information on the upcoming Linux-powered Steam Deck from Valve? We’ve got some more that has trickled through to talk about.


Firstly, in a newer IGN video the team at Valve went over the hardware and power of the Steam Deck and talked about what it’s actually capable of. During the video Valve developer Pierre-Loup Griffais mentioned “We’ve been looking at various games over the past few years in the back catalogue but the real test for us was games that were coming out last year”, he continued, “They just couldn’t really run very well on the previous types of prototypes and architectures we were testing and this is the first time we’ve achieved the level of performance that is required to run the latest generation of games without a problem. All the games that we wanted to be playable is the entire Steam library, we haven’t really found something that we could throw at this device that it couldn’t handle.”.


↺ CarX Drift Racing Online on Linux | Ubuntu 20.04 | Steam Play


CarX Drift Racing Online running through Steam Play on Linux.


↺ Alexis Kennedy of Weather Factory puts out open letter against Failbetter Games


Around two years ago Alexis Kennedy, a founder of Failbetter Games, was accused of abuse by multiple women which Kennedy has always denied. Now, Kennedy of Weather Factory has put out an open letter and the situation gets a bit murky.


The allegations didn’t just involve Kennedy though, as his partner Lottie Bevan ended up having some allegations pressed against her too. The blog post is a long one and so we won’t be going over all parts of it but it’s worth a read. There’s some pretty big key points though which we will go over.


Previously, Kennedy didn’t directly mention who and what company the allegations were coming to “cancel” them from but no punches are being pulled now. Kennedy is now claiming that it seems all of this was “an intentional attack on us by a larger competitor” and goes on to directly say it’s Failbetter Games (the company he co-founded).


↺ Hacking detective adventure Song of Farca is out now | GamingOnLinux


Alawar Premium & Wooden Monkeys Studio have launched their hacking detective novel adventure Song of Farca with native Linux support included.


↺ Manage your Linux gaming overlays with the latest release of Goverlay


Another fresh upgrade is out for Goverlay the open source application designed to help you work with the likes of MangoHud, vkBasalt and ReplaySorcery.


↺ Let’s Play Aircraft Shooting Games on Ubuntu


Ubuntu offers games, not only the educational ones, but also the purely fun and amusing ones like these aircraft shooting genre. You will find both 2D and 3D ones, Astro Menace and Chromium BSU, as examples beside the others. All of these games are libre software licensed and available on Ubuntu repository. This article offers short descriptions and instructions to install them. Let’s see them all and play!


Distributions


↺ Haiku R1 Beta 3 Released As Spiritual Successor To BeOS


One year after Haiku R1 Beta 2, the third beta of this inaugural release of the open-source Haiku operating system is now available for testing. Haiku remains the open-source OS project going on two decades for advancing as the spiritual successor to BeOS.


The Haiku Project this morning announced the release of Haiku R1 Beta 3. Haiku R1 Beta 3 includes work across the operating system stack with all of the changes made over the past year including around installation and storage, countless hardware driver improvements, various software application updates, greater POSIX compatibility, many bug fixes, translation updates, and much more.


New Releases


↺ Grml – new stable release 2021.07 available


This Grml release provides fresh software packages from Debian bullseye. As usual it also incorporates current hardware support and fixes known bugs from previous Grml releases.


SUSE/OpenSUSE


↺ Deactivating connect.opensuse.org


Our community portal, reachable via https://connect.opensuse.org, accompanied our community now since 2010. A long, long time. Especially, if you compare it with Facebook (which started in 2006) or LinkedIn (who became an international company in 2010).


While Facebook and LinkedIn are meanwhile multi-billion dollar markets, our community portal is meanwhile mainly used to organize the openSUSE members and being a “contact point” for members, who provide their profiles to help others to contact them.


Over 20,000 actively registered users and 100 groups might give an idea about the diversity and agility of the openSUSE community. From artists to musicians over to local user groups and groups for all the different window managers and their lovers. Everyone found a place here in the openSUSE universe.


IBM/Red Hat/Fedora


↺ Get started with WildFly for Java web development | Opensource.com


WildFly is a production-ready, cross-platform, flexible, lightweight, managed application runtime that provides all the necessary features to run a Java web application. It is also a Java EE 8 certified application server almost exclusively in Java, and it implements the Jakarta EE, which was the Java Platform, Enterprise Edition (Java EE) specifications. Therefore you can run it on any operating system.


WildFly, formerly known as JBoss AS, is a fully implemented JEE container—application server, developed by JBoss, which became a part of Red Hat on June 5, 2006, and since then, WildFly became their product.


↺ Open Data Hub 1.1.0 provides new JupyterHub capabilities and more | Red Hat Developer


Open Data Hub is an end-to-end AI/ML platform that runs and installs on Red Hat OpenShift 4.x. It provides components for every phase of the end-to-end AI/ML process, including data ingestion, model development, and production model serving and monitoring.


The Open Data Hub team recently released Open Data Hub 1.1.0. In this new release, the community focused on hardening JupyterHub deployment, providing a new and improved JupyterHub Spawner UI, integrating the Open Data Hub dashboard with OpenShift’s OAuth server, and adding a Kubeflow 1.3 OpenShift distribution stack along with new components such as Trino and Red Hat OpenShift Pipelines. Open Data Hub 1.1.0 also comes with an Operator Level 4 verification indicating “Deep Insight” status after enabling more monitoring and logging.


↺ Modernizing applications with Apache Camel, JavaScript, and Red Hat OpenShift | Red Hat Developer


Apache Camel is used widely for message queue integration and notification. Its lightweight and simple coding structure makes it a good choice for developers. Camel is well suited for application modernization and integrates very well with Kubernetes and Red Hat OpenShift. You can use these technologies together for a continuous integration and continuous delivery (CI/CD) pipeline and deployment.


In this article, we’ll introduce the elements of application modernization, give an overview of Camel’s components and architecture, and demonstrate how to use Camel with JavaScript to deploy your applications to OpenShift. We’ll go through a few application modernization examples and look at the performance gains from using Camel with OpenShift and JavaScript. We’ll also introduce Camel K, a lightweight integration framework built from Apache Camel that is specifically designed for serverless and microservices architectures.


↺ 13 essential skills sysadmins need to make a career move into management


Some of us have witnessed firsthand when a great technician turned into a manager as a reward from the company for faithful and fantastic work. It could be the aspiration of the technical person to turn manager. Still, other factors such as the salary headroom for a previous role have been reached—only manager roles get the desired perks of bonus, company car, better healthcare, etc.


However, by removing one of the sharpest tools in the shed, the company is running a considerable risk. The transformation from a great sysadmin to a good manager does not happen without support, requiring a lot of changes. If the transition does not go well, the company will have lost one of its best sysadmins and instead gained one of its worst managers. To avoid this situation for a sysadmin that aspires to become a manager, I have gathered some valuable tips that perhaps can guide you on your path to become a manager or to get comfortable in the manager role you just obtained.


Debian Family


↺ Is Deepin Linux safe, or is it spyware?


Deepin Linux is by far one of the most good-looking Linux distros out there. But as much as it’s praised for its good looks, it’s also infamous for collecting user data and sending it to Chinese servers.


So what is the truth here? Is Deepin trying to lure in users with its stunning looks and then stealing their data? Or is it just Chinese paranoia that got blown out of proportion?


In this read, we will give you an in-depth look at all the evidence and security claims surrounding Deepin OS. In addition, we will show you what started this whole “Deepin OS is Spyware” controversy and discuss the Linux distro’s current state.


So without further ado, let’s get started…


Canonical/Ubuntu Family


↺ Linux for Starters: Your Guide to Linux – Getting Help – Part 11


This is a series that offers a gentle introduction to Linux for newcomers.


This article explains the main ways you can get help direct from your new Ubuntu system. This is best used in conjunction with help from other sources such as friends, colleagues, forums, and other sources of information.


Most of the help facilities are already present on your Ubuntu system with the exception of tldr. But we’ll cover everything you need.


Let’s first start with the Ubuntu Desktop Guide.


Devices/Embedded


↺ Zidoo M6, a Linux mini-PC board that includes up to 5G


Raspberry Pi has paved the way for a legion of single board developments that allow you to work or have fun doing a ton of projects. In MuyComputer you already know what we like and we do not miss the opportunity to offer you the most attractive ones.


Zidoo M6 is one of the last. It is based on a processor ARM RK3566, a quad-core Cortex-A55 that we have already seen perform in other models such as the Pine64 Quartz64 and although it is almost double the size of a Raspberry Pi with dimensions of 158mm x 95mm, it includes many more ports and expansion options.


Open Hardware/Modding


↺ Pico 2G Expansion adds GSM/GPRS & GNSS to Raspberry Pi Pico (Crowdfunding)


You may have heard about the 2G/3G sunset with the older cellular networks being phased out in many countries. But it’s not always straightforward, as telecom operators may have to obtain regulators’ permission for the shutdown notably because of the eCall emergency services integrated into cars in Europe.


Eventually, eCall will be migrated toward IMS Voice and 2G M2M services to 4G LTE IoT and 5G LPWA, but in the meantime, 2G networks are still operating in parts of the world, and UK-based SB Components has just introduced the Pico 2G Expansion board for Raspberry Pi Pico based on the SIM868 module.


↺ The FTC Votes Unanimously to Enforce Right to Repair


As more products are designed with [I]nternet connectivity—from smartphones to refrigerators to cars—the issue of repair rights has become increasingly complicated. Repair advocates say consumers should have access to all of the data that their personal devices collect, and that independent repair shops should have access to the same software diagnostic tools that “authorized” shops have.


Mobile Systems/Mobile Applications


↺ Foscam SPC review – Part 2: Human detection, Android app, ONVIF support


↺ TurboX C865 CPU module and 96Boards devkit feature Qualcomm QCS8250 IoT processor


↺ Weekend poll: How important are Android’s customization options to you?


↺ How to Transfer Text Messages from Android Device to PC – H2S Media


↺ Here’s your best look yet at the Motorola Edge 20 | Android Central


↺ Test Your Wi-Fi Speed With These 7 Android Apps


↺ 3 Ways to Use Android Phone With Broken Volume Buttons – Gadgets To Use


↺ Nokia 1.3 Android 11 OS update starts rolling out – Android Community


↺ Realme UI 2.0 (Android 11) update tracker: These phones received so far


↺ [Updated] Android 11 update tracker for major OEMs/skins (One UI 3/3.1, MIUI 12, OxygenOS 11, Funtouch OS 11/OriginOS, ColorOS 11 & Realme UI 2) – PiunikaWeb


↺ OnePlus Nord N10 5G finally getting Android 11 in Europe and North America – PhoneArena


↺ Xiaomi Android 11 update tracker: Mi & Redmi devices received beta/stable


↺ Apple Music on Android is better than it is on iPhone – thanks to Dolby Atmos, lossless and a unique new feature | T3


↺ Samsung Galaxy A80 Getting July 2021 Android Security Patch: Report | Technology News


↺ POCO F3 GT review: The obvious alternative to OnePlus Nord 2 | Android Central


↺ I’m signing up for the Android Auto Beta test and you should too | T3


↺ Hitachi launches Q-series of 43-65″ 4K Android TVs in Europe – FlatpanelsHD


Free, Libre, and Open Source Software


Web Browsers


Mozilla


↺ Jan-Erik Rediger: This Week in Glean: Shipping Glean with GeckoView


The Glean SDK is Mozilla’s telemetry library, used in most mobile products and now for Firefox Desktop as well. By now it has grown to a sizable code base with a lot of functionality beyond just storing some metric data. Since its first release as a Rust crate in 2019 we managed to move more and more logic from the language SDKs (previously also known as “language bindings”) into the core Rust crate. This allows us to maintain business logic only once and can easily share that across different implementations and platforms. The Rust core is shipped precompiled for multiple target platforms, with the language SDK distributed through the respective package manager.


[...]


Consumers such as Fenix will depend on both GeckoView and Glean. At build time the Glean Gradle plugin will detect this and will ensure the glean-native package, and thus the Glean library, is not part of the build. Instead it assumes libxul from GeckoView will take that role.


SaaS/Back End/Databases


↺ PGDay Austria 2021 – Full schedule out now!


We are happy to announce that the full schedule for PGDay Austria is now out and available here: https://pgday.at/talks/


↺ PostgreSQL Weekly News – July 25, 2021


Austrian pgDay will take place September 17, 2021 at Schloss Schoenbrunn (Apothekertrakt) in Vienna. https://pgday.at/en/


↺ MySQL vs. MariaDB: what you need to know | FOSS Linux


Both MySQL and MariaDB databases have an undisputed commonality. They are the most sort after database management systems on a worldwide scale. To understand the need for MySQL vs. MariaDB truce, we need to slightly o back in time.


Before MariaDB came into the picture, it was just MySQL ruling the database management systems universe. Its popularity remained unshaken for a long time. Its preference as a reliable DBMS by many is also because of its associated base programming language, C++.


In 2008, the acquisition of MySQL AB, the Swedish company housing MySQL, by Sun Microsystems, then took place. Finally, in 2010, the Oracle company stepped up and acquired Sun Microsystems. Since then, Oracle continues to own, manage, and maintain MySQL.


However, during the acquisition of this database management system by Oracle, its lead developers and engineers felt that Oracle Database Server (a commercial database) was creating a conflict of interest with MySQL. This event led to the creation of MariaDB as a fork of MySQL code.


Programming/Development


↺ GSoC’21: Week 4-7 with Krita


Hi reader! It’s been some time since I have posted a blog on my GSoC project. I am writing this blog to keep you updated with the development of Krita. To avoid duplicating code I have gone through relevant part of existing code in Krita (again). I must say it always amazes me as the first day as I explore through the code. Let’s talk a bit about ‘copying layers to clipboard’.


↺ Pufferfish, please scale the site!


We created Team Pufferfish about a year ago with a specific goal: to avert the MySQL apocalypse! The MySQL apocalypse would occur when so many students would work on quizzes simultaneously that even the largest MySQL database AWS has on offer would not be able to cope with the load, bringing the site to a halt.


A little over a year ago, we forecasted our growth and load-tested MySQL to find out how much wiggle room we had. In the worst case (because we dislike apocalypses), or in the best case (because we like growing), we would have about a year’s time. This meant we needed to get going!


Looking back on our work now, the most important lesson we learned was the importance of timely and precise feedback at every step of the way. At times we built short-lived tooling and process to support a particular step forward. This made us so much faster in the long run.


↺ You don’t need React for building websites


I don’t get it. Why would I need to use React if I am supposed to work on building websites? Are employers afraid that if you don’t know React that you wouldn’t be able to make a landing page? Would knowing React help you solve any problems when creating a new layout or template? I cannot think of any part of the website that would require React.


All these questions made me realize that I don’t need frameworks for my everyday work.


↺ Fish shell


Fishing for a new shell? (Sorry.)


Perl/Raku


↺ 2021.30 Third Sat In Summer – Rakudo Weekly News


Oleksandr Kyriukhin has announced the release of Rakudo Compiler 2021.07, an implementation of the Raku Programming Language. With quite a few (small) efficiency improvements, some fixes, a few cool new features and one deprecation this time around. On top of that, a Windows MSI installer is now also available from the Rakudo Downloads page (thanks to Patrick Böker). And of course there are new Linux packages (by Claudio Ramirez)! Great to see more OSes being supported by binary installers!


Leftovers


↺ Michigan Politicians, All Republicans, Pocket Thousands in Bonuses From Federal Covid Relief Funds


Only after public outcry, a lawsuit and a statement from the county prosecutor calling their actions illegal, did the county commissioners agree to return all of the funds.


Health/Nutrition


↺ Lawmakers Call on Congress to Fund Global Distribution of Vaccines


↺ Vaccine Xenophobia Against Immigrants and Refugees Must End


For millions of refugees and asylum-seekers around the world, death may seem more merciful than what they have to endure before, during, and after migration, especially during a pandemic that has crippled even the strongest of countries.


↺ I Had Decided to Quit Opioids. Being in Prison Made It Harder in Every Way.


↺ Video of Man Telling Tucker Carlson ‘You’re the Worst Human Being’ Viewed Over 330K Times


“It’s not everyday you get to tell someone they are the worst person in the world and really mean it! What an asshole!” he wrote in the post. “This man has killed more people with vaccine misinformation, he has supported extreme racism, he is a fascist and does more to rip this country apart than anyone that calls themselves an American.”


↺ False claim circulates in Indonesia that ‘no Covid-19 victims died outside hospitals’


Misleading posts on Social Media posts claim that no persons have died outside of hospitals in Indonesia.


Multiple Facebook posts circulating in Indonesia claim that nobody has died from Covid-19 outside of the Southeast Asian nation’s hospitals. The posts misleadingly question whether the disease is deadly whilst implying Indonesian hospitals are responsible for its virus deaths. The claims are false: thousands of Covid-19 victims in Indonesia have died outside hospitals, according to data recorded by a volunteer group. AFP and other media have reported people died of Covid-19 while self-isolating at home and elsewhere after hospitals became overwhelmed with patients.


Integrity/Availability


Proprietary


Security


↺ Microsoft warns of evolved LemonDuck malware targeting Windows and Linux machines


↺ this laughable lie that Microsoft is some kind of security expert


LemonDuck crypto miner has new features allowing key theft, introduction of backdoors and more, Microsoft warns


↺ Microsoft Warns of LemonDuck Malware Targeting Windows and Linux Systems


Privacy/Surveillance


Confidentiality


↺ OpenSSH ssh-agent Shielded Private Key Extraction (x86_64 Linux)


While most of you guys were furiously grep-ing TermService memory for clear-text passwords I found myself searching for plain-text private keys in a ssh-agent process memory on a Linux box. Last time I did something similar was definitely before June 2019, when Shielded Private Keys were introduced in OpenSSH, therefore the tools I have available don’t work anymore.


↺ Saudi Aramco admits data leak, blames third-party contractors


Saudi Aramco, based in Dhahran in Saudi Arabia’s eastern province, has the world’s biggest daily oil production and pulled in revenue of US$229.9 billion (A$312.27 billion) in 2020.


In response to a query from iTWire, a company spokesperson said it recently became aware of the indirect release of a limited amount of company data.


Defence/Aggression


↺ Cuba’s cultural counter-revolution: US gov’t-backed rappers, artists gain fame as ‘catalyst for current unrest’


↺ Biden’s Atomic Veterans Day Is Symbolic — But Will He Curb Nuclear Weapons?


↺ ‘Our city is surrounded’: Afghans must run a Taliban gauntlet to reach Kabul for U.S. evacuation


With the Taliban advancing against Afghan security forces in every corner of the country as U.S. troops withdraw, several Afghans who are eligible for a U.S. visa told NBC News they fear they will be stranded in far-flung towns and are struggling to find the money and means to get themselves and their families to Kabul.


“Our city is surrounded,” said Mohammad, a 33-year-old IT technician in Kandahar who worked for the U.S. military. “It can fall to Taliban militants any time.”


Afghans contacted by the U.S. government and offered flights to a military base in Virginia “have reached out to us begging for help because they do not have the resources to fly to Kabul,” said Chris Purdy, project manager for Veterans for American Ideals at Human Rights First.


“These Afghans know they cannot travel by land because the Taliban have captured the roads, and they know if they stay where they are then the Taliban will find them and kill them in their homes,” he said.


↺ Afghan beheaded by Taliban for brief stint as US Army translator – report


Prior to this, Pardis had reportedly been receiving death threats for days after the Taliban had discovered his brief tenure working as a US Army translator. He had only served 16 months, and was fired in 2012 after failing a polygraph test.


↺ Afghan interpreter for US Army was beheaded by Taliban. Others fear they will be hunted down too


Villagers who witnessed the incident told the Red Crescent the Taliban shot his car before it swerved and stopped. They then dragged Pardis out of the vehicle and beheaded him.


Pardis was one of thousands of Afghan interpreters who worked for the US military and now face persecution by the Taliban, as the group gains control of wider swaths of the country.


Environment


↺ More Trains, Less Planes, Mobility for All


Earlier this month, activists from Greenpeace Spain installed a 12-meter long train model in the Barcelona-El Prat Airport to protest the impact of the airline sector and the planned expansion of the airport.


↺ Sweltering From Heat Waves, Baltimore Needs Climate-Focused Infrastructure


↺ ‘Climate Change Is Here,’ Says Oregon Governor, ‘And We Have to Take Action’


With the massive Bootleg Fire less than half contained and having burned nearly 409,000 acres in Oregon, Democratic Gov. Kate Brown appeared on CNN Sunday to discuss current conditions in her state, the climate emergency, and what the future may look like across the U.S. West.


“The harsh reality is that we’re going to see more of these wildfires,” Brown told host Jake Tapper on “State of the Union.”


↺ UN Chief Reminds Leaders of Need for ‘Clear and Unambiguous Commitment’ to 1.5°C


United Nations Secretary-General António Guterres on Sunday issued a statement emphasizing the importance of ambitious climate action after officials at a Group of 20 summit failed to reach an agreement for a communiqué just 100 days away from a major U.N. conference in Glasgow.


“The world urgently needs a clear and unambiguous commitment to the 1.5 degree goal of the Paris agreement from all G20 nations.”—U.N. Secretary-General António Guterres


Finance


↺ Buy Them Up!: Why We Must Nationalize the Banks


AstroTurf/Lobbying/Politics


↺ Pro-Israel PAC Has Spent Nearly $1 Million to Try to Sink Nina Turner’s Campaign


↺ ‘Hello Somebody!’ Rep. Ocasio-Cortez Campaigns for Nina Turner in Cleveland


In a congressional primary race that’s been framed as part of a broader battle for the future of the Democratic Party, Nina Turner has won not only an endorsement but on-the-ground support from one of the most high-profile progressives in the U.S. House of Representatives: Congresswoman Alexandria Ocasio-Cortez.


Ocasio-Cortez (D-N.Y.) was in Cleveland on Saturday to campaign for Turner, a former member of the city’s council as well as the Ohio state Senate. More recently, Turner served as a national co-chair for the 2020 presidential campaign of Sen. Bernie Sanders (I-Vt.), who is also backing her bid to represent Ohio’s 11th Congressional District.


↺ End the ‘National Security’ Excuse for Racial and Religious Profiling


As we approach the 20th anniversary of the 9/11 attacks, it is past time to reckon with “war on terror” approaches that have cast too many Americans—from Muslims to racial justice protesters to Chinese scientists—as national security threats. Two decades of permissive rules for intelligence collection, coupled with weak protections for speech and against discrimination, have subverted legitimate counterterrorism aims. We must revisit those rules to ban invidious profiling under the guise of national security.


Misinformation/Disinformation


↺ Facebook users in Sri Lanka misrepresent image of Covid-19 victims in Myanmar


An image of several bodies on a hospital floor has circulated in Facebook posts that claim it shows the aftermath of a protest staged by nurses in Sri Lanka in July 2021. But this claim is false: the photo is unrelated to the protest in Sri Lanka; it has in fact circulated in reports about Covid-19 fatalities in a town in Myanmar.


Censorship/Free Speech


↺ Terrorism Threat: Al-Qaeda Threatens France, Police Warn Public to be Vigilant (Video)


On July 15, 2021, Islamic terrorist group, Al-Qaeda, released a 40-minute video threatening France and repeatedly targeting President Emmanuel Macron and Interior Minister Gérald Darmanin by name. The video is Al-Qaeda’s response to Macon’s perceived insults to Islam, such as his support of Charlie Hebdo’s freedom of speech to release cartoons that mock Islam’s founder Muhammad.


↺ Censorship Scholar On Book Bans And Critical Race Theory


PRICE: I focus on what we call book challenges, so that’s any attempt to remove, relocate, restrict a book in a public library, a school library and in a curriculum. And usually in the curriculum, that’s in English classes, but not always. And so the current controversy over critical race theory really has been focused just in this past year. But it is part of what I would call kind of a cycle of anxiety in which book challengers are driven by concerns and fears about a changing world. And so whatever the issue of the day is, then that usually drives and pushes people to try to remove books.


↺ The political history of dubbing in films


In the early 20th century, much of Europe’s film-going population had low literacy levels. Subtitles are useless if you can’t read them (or read them fast enough). There’s also the argument that subtitles ruin a film’s images and keep the viewer’s eyes glued to the bottom of the screen. However, perhaps the most important reason for dubbing’s favour was political.


Dubbing is a brilliant tool for film censorship. Sound films began to appear in the early 1930s, a time when many countries were falling under the sway of totalitarian regimes. In Europe, these included those of Benito Mussolini, Francisco Franco and the Nazis. Censorship had been a feature of film production and distribution in Italy, Spain and Germany since before these dictatorships took power, but it increased markedly after they did so.


Freedom of Information/Freedom of the Press


↺ Afghanistan’s Media Freedom in Retreat as Taliban Advances


The day the Taliban entered Balkh district, 20 km west of Mazar e Sharif, the capital of Balkh province last month, local radio station Nawbahar shuttered its doors and most of its journalists went into hiding.


Within days the station started broadcasting again, but the programming was different. Rather than the regular line-up, Nawbahar was playing Islamist anthems and shows produced by the Taliban.


↺ Afghanistan’s press freedom is threatened. Meet the young journalists fighting for it


Afghanistan is in the throes of a civil war, but no one can be conclusively blamed for it. Except maybe, ironically, the peace talks. Five human rights activists and six journalists have been killed in the months after the negotiations began in Doha last September. “The killings are a direct result of the peace talks,” Shahid says.


Some victims received threats in advance. Many others were not offered a warning before being killed.


Most attacks are carried out against journalists and activists. Heather Barr, former Afghanistan researcher at Human Rights Watch, said that the Taliban might be perpetrating them to shake people’s confidence or to go against people who they think perpetuate ‘western’ values.


↺ Israeli spyware and summoning the gods: the week at the mañaneras


In a plea for public transparency, a political foe of the United States gained AMLO’s backing. “Assange should be freed, because he is in prison unjustly,” he said, referring to Julian Assange, the founder of Wikileaks, who is fighting extradition to the U.S. from London.


Civil Rights/Policing


↺ New Texas Anti-Abortion Law Could Bury Reproductive Care Providers in Lawsuits


Monopolies


↺ Sorry Twitter. It Wasn’t Personal. It’s Political.


↺ Jeff Bezos Should Have Thanked American Taxpayers for Paying for His Space Ride


Shortly after emerging from his 10-minute space flight last week, Jeff Bezos thanked Amazon customers and employees for their primary role in paying for his Blue Origin joyride to the edge of space.


Copyrights


↺ Akamai: Online Pirates Are Clever But Not Unbeatable


There’s a growing number of technology companies trying to help copyright holders fight online piracy. Akamai Technologies, one of the big players, takes a multi-faceted approach to tackle the problem. In recent years the company has already reported several success stories but plenty of challenges remain.


Share in other sites/networks: These icons link to social bookmarking sites where readers can share and discover new web pages. Permalink  Send this to a friend

----------

Techrights

➮ Sharing is caring. Content is available under CC-BY-SA.

-- Response ended

-- Page fetched on Tue May 7 16:14:28 2024