Bonum Certa Men Certa

Links 09/06/2022: KDE Gear 22.04.2 is Out, Microsoft Abandons GitHub's 'Open' Atom to Push Proprietary Instead



  • GNU/Linux

    • Audiocasts/Shows

      • VideoEnterprise Linux Security Episode 30 - Tools & Utilities - Invidious

        There are many tools and utilities around security and network management, and in this episode of Enterprise Linux Security, Jay and Joao discuss some of their favorites.

      • Jupiter BroadcastingLinux Action News 244

        SUSE Enterprise is already switching to the new NVIDIA open kernel driver, a Matrix-powered Walkie-Talkie, and the details on Apple's Rosetta for Linux.

      • The BSD Now PodcastBSD Now 458: Traceroute interpretation

        Fundamentals of the FreeBSD Shell, Spammers in the Public Cloud, locking user accounts properly, overgrowth on NetBSD, moreutils, ctwm & spleen, interpreting a traceroute, and more

      • Video11 Reasons Ubuntu Mate is the Perfect Thing for your computer in 2022! - Invidious

        Ubuntu Mate 22.04 LTS is out and it is an amazing release. Out of all the flavours of Ubuntu, Ubuntu Mate has always commanded a special place. Ubuntu Mate is a lightweight Linux distribution that offers a great experience for users who are looking for high performance

    • Kernel Space

      • LWNLinux 5.18.3
        I'm announcing the release of the 5.18.3 kernel.
        
        

        All users of the 5.18 kernel series must upgrade.

        The updated 5.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.18.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-s...

        thanks,

        greg k-h
      • LWNLinux 5.17.14
      • LWNLinux 5.15.46
      • LWNLinux 5.10.121
    • Applications

      • Ubuntu HandbookBlender 3.2.0 Released with AMD GPU Rendering Support for Linux

        The free open-source 3D creation software Blender 3.2.0 was released! Finally, it adds support for AMD GPU rendering for Linux!

        Blender 3.2.0 introduced a new type of Cycles render pass that contains only the lighting from a subset of light sources. It’s ‘Light Groups’ which can be used to modify the color and/or intensity of light sources in the compositor without re-rendering.

        Cycles now supports selective rendering of caustics in shadows of refractive objects. Paint is now available in Sculpt mode. New paint brush comes with a bunch of new settings like tip shape, wet mixing, flow and density.

      • LinuxiacPeerTube 4.2 Comes with In-Place Video Editing Capabilities

        PeerTube 4.2, a free video platform, includes detailed viewer stats for videos, video editing directly from the web interface, and much more.

        PeerTube allows anyone to set up their video streaming site. It is a free, self-hosted, and open-source software that can be installed on your server to create a video hosting and sharing platform. In other words, it is like having your personal YouTube at home.

        Furthermore, all PeerTube sites can connect to each other, and users having accounts on one can interact with people on the others. All PeerTube servers are interoperable as a federated network, and video load is lowered thanks to P2P (BitTorrent) in the web browser via WebTorrent.

        Recently, PeerTube’s developers have finally launched PeerTube 4.2. Let’s have a look at the new features.

    • Instructionals/Technical

      • nixCraftHow To Test or Check Reverse DNS on a Linux / Unix

        I am a new Linux and Unix command line user. How do I test or check reverse DNS (rDNS) for given IP address under Linux, macOS, BSD, Unix-like or Windows desktop/server based systems?

      • Make Use OfHow to Create DEB Packages for Debian/Ubuntu

        A DEB package is an archive containing all the files including the compiled version of the applications, source codes, configuration files, images, and installation commands. DEB files in Debian-based operating systems like Ubuntu and Kali Linux are equivalent to the EXE files found in Windows.

        Here's how you can develop your own DEB packages for a Debian-based Linux distro.

      • CitizixHow to Install and Use Docker in Ubuntu 22.04

        Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.

        It is s an open source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment.

        In this guide we are going to explore various options to install docker in OpenSUSE Leap15.

      • ByteXDHow to Make a Rainbow Gradient in Inkscape - ByteXD

        One of the most useful tools in Inkscape is the gradient tool, which enables the user to create magnificent gradients.

        Those gradients, in turn, enrich any piece of graphic design, and in this tutorial, we are going to explore how to create a linear rainbow gradient in Inkscape.

      • FOSSLinuxHow to use an array in a Bash script | FOSS Linux

        One of the most important concepts in programming is the concept of arrays. An array can be thought of as a collection of data recorded together. As the set of values in an array are kept together, they are usually operated on jointly or in succession. They are handy in real-life scenarios, as we often have to deal with certain data sets.

        The terminal commands of Bash can be used along with certain syntax operators as a whole programming language, which is referred to as Bash scripting. Today, we will bring these two areas together and see how arrays can be used in Bash scripts.

      • nixCraftHow to backup & restore a list of installed FreeBSD packages

        Today, I will share one helpful tip that allows FreeBSD developers and sysadmin to make a backup list of installed all FreeBSD packages and then restore it. Hence, this is useful for disaster recovery (DR) or simply rebuilding a new server. It will save you time.

      • ByteXDHow to Save images as JPG in Inkscape - ByteXD

        One of the greatest features of Inkscape is its ability to export images in many formats, from the formats that most of us know, like PNGs, PDFs and JPGs, to less common ones like PostScript and TIFF. In this article, we will learn how to save Inkscape images as a JPG.

        But before that, what is JPG?

        A lossy image compression method, yet the quality of the images doesn’t drop significantly if you choose the output to be of high quality.

      • ByteXDHow to Rotate Objects in Inkscape - ByteXD

        The tools for editing objects are essential in every vector graphics software. Transformation and rotation are the most basic tools that should be present in every vector graphics editor.

        There are two ways to rotate objects: using the Rotation Handles or using the Transform menu.

      • UbuntuLXD virtual machines: an overview | Ubuntu

        While LXD is mostly known for providing system containers, since the 4.0 LTS, it also natively supports virtual machines. With the recent 5.0 LTS, LXD virtual machines are at feature parity with containers. In this blog, we’ll explore some of the main LXD virtual machine features and how you can use them to run your infrastructure.

      • Linux HandbookHow to Set Tab to 2 or 4 Spaces in Vim

        Vim is one of the most popular terminal-based text editors for decades.

        But no matter how long you have been using Vim, there are always more tips and tricks that you did not know about.

        This one is about setting up indentation width in Vim to 2 spaces or 4 spaces. This is particularly helpful if you are a programmer, a Python one especially.

        In your vimrc file (located at ~/.vimrc), add the following line to automatically use 2 spaces instead of tab in Vim.

      • OpenSource.comA guide to container orchestration with Kubernetes | Opensource.com

        The term orchestration is relatively new to the IT industry, and it still has nuance that eludes or confuses people who don't spend all day orchestrating. When I describe orchestration to someone, it usually sounds like I'm just describing automation. That's not quite right. In fact, I wrote a whole article differentiating automation and orchestration.

        An easy way to think about it is that orchestration is just a form of automation. To understand how you can benefit from orchestration, it helps to understand what specifically it automates.

      • Trend OceansHow to install Boost C++ library in Ubuntu or any Debian based distribution

         Boost is a portable set of C++ programming language libraries. It contains libraries for pseudo-random number generation, linear algebra, multi-threading, image processing, regular expression, and unit testing. At the time of writing this article, boost has 168 different libraries included in boost.

        In this article, you will find the steps to install the boost library in Ubuntu or any other Debian-based distribution.

      • ID RootHow To Install OnlyOffice on AlmaLinux 9 - idroot

        In this tutorial, we will show you how to install OnlyOffice on AlmaLinux 9. For those of you who didn’t know, OnlyOffice is a powerful and versatile office suite that allows you to edit text documents, spreadsheets, and presentations, as well as productivity tools such as mail, document and project management, CRM, calendar, and communication hub. It is available for Windows, Linux, macOS, Android, and iOS.

        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 OnlyOffice office suite on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

      • ID RootHow To Install RPM Fusion on AlmaLinux 9 - idroot

        In this tutorial, we will show you how to install RPM Fusion on AlmaLinux 9. For those of you who didn’t know, RPM Fusion is a repository specifically for Fedora Linux. It is an amalgamation of the software repositories Livna, Freshrpms, and Dribble to bundle resources. The RPM Fusion repository comes in two variants, Free and Non-Free. The free repository contains a free version of the software that is open source and non-free, which has mostly almost all free software but is closed source and mainly proprietary.

        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 RPM Fusion on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

      • TechtownHow to Install Bomber on Linux Mint 20 - Atechtown

        Although Windows is the clear dominator of PC gameplay, the truth is that Linux is becoming more and more full of different games every day to have a good time. Today, you will learn how to install Bomber on Linux Mint 20 so that you can play it and get some distraction.

      • Linux Shell TipsHow to Extract Audio from Video Files Using FFmpeg

        If you are looking for a free and open-source Linux-based solution for handling streams and multimedia files like videos, audios, and images, then you should strongly consider what FFmpeg has to offer.

        The FFmpeg tool requires that its users are familiar with the Linux command-line environment usage in terms of syntax reference, command implementation, and execution.

        As for its installation of the Linux operating system distribution you are using, you need to have root/sudoer user privileges to successfully invoke the associated installation command.

      • Red Hat OfficialHow to enable live kernel patching on Linux | Enable Sysadmin

        The core of the Linux operating system is the kernel. It handles the primary interaction between the hardware and the software. It also accomplishes tasks such as memory management, process management, system security, and hardware interactions, to name a few. Such an essential piece of the operating system inevitably has flaws or vulnerabilities that need to be patched and maintained.

      • The Server SideHow to run a Jar file
    • Games

      • Boiling Steam3300 Games Now On The Steam Deck with Resident Evil (1) and Dead or Alive 6 as Verified - Boiling Steam

        We are still observing a relatively low rate of addition of verified/playable games for the Steam Deck. Nevertheless we are now more than 3300 games validated (3312 games to be precise at the time of publication) on the Steam Deck – in two categories...

      • Boiling SteamTuxedo Stellaris Gen 4: Hardware Beyond Belief - Boiling Steam

        After many months of patiently waiting for the next-generation Tuxedo Stellaris Gen 4 laptop by Tuxedo Computers, I’m happy to finally report it’s now in my hands.

        I had reviewed the third generation last September. Notable improvements with this version is the upgrade in the CPU and RAM department, utilizing Alder Lake graphics and DDR5 respectively. It also comes with a more performant GPU, sporting a RTX 3080 Ti. This laptop is even meaner than it was before.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • 9to5LinuxKDE Gear 22.04.2 Adds 7zip Support to Ark, Improves Dolphin, Kdenlive, and Other Apps

           Coming less than a month after KDE Gear 22.04.1, the KDE Gear 22.04.2 point release is here to improve the Dolphin file manager by making it more reliable when downloading and installing new context menu services, adding a proper fix for sorting by access time, and addressing a visual glitch in the Details view when right-clicking on an empty part of the view, also allowing you to paste files in the currently visible view.

        • KDE Gear 22.04.2
          Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear.

          Today they all get new bugfix source releases with updated translations, including...

      • GNOME Desktop/GTK

        • The Register UKGNOME's Mutter compositor gets variable refresh rate support ● The Register

          In a sign of how display handling is evolving, the GNOME desktop's 3D-compositing Mutter window manager is gaining support for variable refresh rate (VRR, also known as Adaptive Sync) displays.

          Mutter is an important chunk of code. As the project page says, it's "a Wayland display server and X11 window manager and compositor library."

          It's the basis of GNOME Shell, which is implemented [PDF] as a Mutter plug-in, but other desktops use it as well.

          For instance, the PIXEL desktop of the Raspberry Pi OS.

          It's also used in Pop!_OS's Cosmic desktop. Cinnamon uses a fork of it called Muffin.

          Its name comes from Metacity + Clutter. Metacity was the old GNOME 2 window manager, which used Gtk2 to render to the screen, and Clutter used to be GNOME's OpenGL rendering library.

          The long-outstanding change to give it VRR support has finally lost its "work-in-progress" tag. Once merged, it will be visible in the GNOME Control Center as a simple on/off toggle.

  • Distributions and Operating Systems

    • OMG UbuntuRegolith Desktop 2.0 is Out with Many Changes

      Regolith desktop 2.0 aims to meet the needs of those who seek a fast and efficient desktop Linux experience controlled (primarily) from the keyboard. Regolith pairs the i3 tiling window manager with GNOME Flashback, and adds in an assortment of other open-source components to deliver a curated, keyboard-driven UX.

      And are some big changes since the Regolith 1.6 release from last summer.

    • Barry KaulerResults of drive speed test at bootup

      Users of EasyOS will have seen a message on the screen, very early in bootup, showing "read speed test". Firstly, there is a message about looking for the drives, then this...

    • HackadayA Linux Distribution For DOOM | Hackaday

      If you’ve gone further into the Linux world than the standard desktop distributions like Ubuntu or Fedora, you have undoubtedly come across some more purpose-built distributions. Some examples are Kali for security testing, DragonOS for software-defined radio, or Hannah Montana Linux for certain music fans. Anyone can roll their own Linux distribution with the right tools, including [Shadly], who recently created one which only loads enough software to launch the 1993 classic DOOM.

      The distribution is as simple as possible and loads no bloat other than what’s needed to launch the game. It loads the Linux kernel and the standard utilities via BusyBox, then runs fbDOOM, which is a port of the game specifically designed to run on the Linux framebuffer with minimal dependencies. After most of that, the only thing left is to use GRUB to boot the distribution, and in just a moment, Doomguy can start slaying demons. The entire distribution is placed into a bootable ISO file that can be placed on any bootable drive.

  • Free, Libre, and Open Source Software

    • Web Browsers

      • MedevelVue Advanced Chat : An Open-Source Chat Room App With Vue.js

        Vue Advanced Chat is a web application service that leverages multiple technology, it is compatible with Vue 2, Vue 3, React and Angular.

        It is an open-source, flexible, and customizable.

      • CSS layouts are so much better than they used to be - Oli Warner

        The Holy Grail was A List Apart’s famous article, a culmination of years of forebears delicately floating things around, abusing padding and negative margins to achieve something it took a <table> to do before. It’s hard to appreciate 16 years on, but that article was my bible for a while.

        As CSS standards improve and old versions of IE died off we saw the rise of CSS Frameworks, third party code, pre-hacked for edge-cases, just follow their markup, use their classes and everything would work. Most of the time. I’ve been through a few: Blueprint, 960, Bootstrap and most recently Tailwind.

        And I hate them all. That’s not fair. They’ve helped me, professionally, cope with an increasing number of browsers, and increasingly complex layouts (waves in responsive), and they’ve definitely got better —depending on your opinion on utility-first classes— but they all reset to something slightly different, and while the form classes are genuinely helpful, and they all served a purpose for layout, I’d rather have not depended on any of them. It’s those moments where you notice that somebody decided that display: table was the best option to meet IE10 support. And until PurgeCSS came along, they also meant a serious hit to the page weight.

      • Mozilla

        • GhacksFirefox 101.0.1 fixes issues in Mac, Windows and Linux versions - gHacks Tech News

          Mozilla Firefox 101.0.1 will be released later today (if you are reading this on June 9, 2022). The new point release of Firefox Stable fixes three main issues and several smaller issues, including a rare issue on Windows that is making the browser unusable.

        • Anne van Kesteren: Leaving Mozilla

          I will be officially leaving Mozilla on the last day of June. My last working day will be June 16. Perhaps I should say I will be leaving the Mozilla Corporation — MoCo, as it’s known internally. After all, once you’re a Mozillian, you’re always a Mozillian. I was there for a significant part of my life — nine years, most of them great, some tough. I was empowered and supported by leadership to move between cities and across countries. Started by moving to London (first time I lived abroad) in February 2013, then Zürich in May 2014, Engelberg (my personal favorite) in May 2015, Zürich again in February 2017, and now here in Berlin since September 2018. In the same time period I moved in with my wonderful partner and we became the lucky parents of two amazing children. It isn’t always easy, but I wouldn’t trade it for the world. They bring me joy every day.

          [...]

          So long, and thanks for all the browser engines. And remember, always ask: is this good for the web?

    • Productivity Software/LibreOffice/Calligra

      • 9to5LinuxLibreOffice 7.3.4 Is Now Available for Download, More Than 85 Bugs Fixed

         Coming a little over a month after LibreOffice 7.3.3, the LibreOffice 7.3.4 point release is here to fix a total of 88 bugs across all core components of the open-source office suite in an attempt to make the LibreOffice 7.3 series more stable and reliable for daily use.

        If you’re already using the LibreOffice 7.3 office suite in your GNU/Linux distribution, I highly recommend that you update your installations as soon as possible to version 7.3.4 for the best possible experience.

      • Document FoundationLibreOffice 7.3.4 Community has been released

        LibreOffice 7.3.4 Community, the fourth minor release of the LibreOffice 7.3 family, targeted at technology enthusiasts and power users, is available for download from https://www.libreoffice.org/download/.

        The LibreOffice 7.3 family offers the highest level of compatibility in the office suite market segment, starting with native support for the OpenDocument Format (ODF) – beating proprietary formats in the areas of security and robustness – to superior support for DOCX, XLSX and PPTX files.

        Microsoft files are still based on the proprietary format deprecated by ISO in 2008, which is artificially complex, and not on the ISO approved standard. This lack of respect for the ISO standard format may create issues to LibreOffice, and is a huge obstacle for transparent interoperability.

    • Programming/Development

      • Python

        • Red HatDetecting nondeterministic test cases with Bunsen

          Many open source projects have test suites that include nondeterministic test cases with unpredictable behavior. Tests might be nondeterministic because they launch several parallel processes or threads that interact in an unpredictable manner, or because they depend on some activity in the operating system that has nondeterministic behavior. The presence of these tests can interfere with automated regression checking in CI/CD pipelines. This article shows how to automate the discovery of nondeterministic test cases using a short Python script based on the Bunsen test suite analysis toolkit.

  • Leftovers

    • IBM Old TimerIrving Wladawsky-Berger: The MIT Digital Insider Podcast with Sinan Aral

      Earlier this week, MIT’s Initiative on the Digital Economy launched a new podcast, The Digital Insider with Sinan Aral. Aral is Professor in the MIT Sloan School of Management and Director of the Initiative on the Digital Economy, where I’ve been a Fellow since it was founded in 2012. He’s the author of the 2020 book The Hype Machine.

    • Hardware

      • Petros KoutoupisIntroducing the NVMe HDD. Why?

        A couple of months ago, the Storage Unpacked Podcast published an episode where they interviewed two representatives from Seagate (Tim Walker and Mohamad El-Batal from Seagate Research) to discuss the NVMe HDD and a bit more. It was a good episode and a lot was discussed about NVMe technologies, multi-actuator drives and the future of spinning disk. So, yes….Seagate developed a spinning magnetic disk (the Hard Disk Drive or HDD) that natively speaks the Non-Volatile Memory Express (NVMe) protocol instead of the very aged (and bloated) Serial Attached SCSI (SAS) and Serial ATA (SATA). The logic is built directly into the SoC (or System on a Chip) The company made the official announcement late last year. Another article can be found here.

        What prompted this post is a recent announcement from StorONE and they are integrating HDDs into their NVMe over Fabrics (NVMeoF) network. Why is this interesting?

    • Microsoft Chooses Proprietary

      • Ubuntu HandbookAtom Code Editor to be Discontinued in December 2022 [Ed: Microsoft wants to focus on pushing its proprietary editor that spies on users]

        The free open-source text and source code editor, Atom, is reaching the end of life!

      • OMG UbuntuGitHub Axes Atom Text Editor to Focus on VSCode Instead

        Does anyone out there still use GitHub’s Atom text editor?

        If so I’ve some bad news to impact: it’s being discontinued! Oh, I know: precisely no-one reading this is shocked at the news – though I suspect more than a few will be saddened by it.

      • The Register UKGitHub drops Atom bomb: Open-source text editor mothballed by end of year

        On December 15, Microsoft's GitHub plans to turn out the lights on Atom, its open-source text editor that has inspired and influenced widely used commercial apps, such as Microsoft Visual Studio Code, Slack, and GitHub Desktop.

        The social code biz said it's doing so to focus on cloud-based software.

        "While that goal of growing the software creator community remains, we’ve decided to retire Atom in order to further our commitment to bringing fast and reliable software development to the cloud via Microsoft Visual Studio Code and GitHub Codespaces," GitHub explained on Wednesday.

      • VideoGitHub Kills Atom Text Editor (SHOCKER!) - Invidious

        Ever since Microsoft bought GitHub back in 2018, we knew that Atom's days were probably numbered. And now they have made it official. GitHub is "sunsetting" Atom so they can focus their time on other projects. What does this mean for Atom users?

    • Security

      • LWNSecurity updates for Thursday [LWN.net]

        Security updates have been issued by Debian (mailman and python-bottle), Red Hat (java-1.7.1-ibm, java-1.8.0-ibm, subversion:1.14, and xz), Scientific Linux (python-twisted-web), Slackware (httpd), and Ubuntu (ca-certificates, ffmpeg, ghostscript, and varnish).

      • Hacker NewsSymbiote: A Stealthy Linux Malware Targeting Latin American Financial Sector [Ed: The key question should be, how does such malware get there in the first place and does it have anything at all to do with Linux?]
      • Symbiote: a new, nearly-impossible-to-detect Linux threat
      • ZDNetThis new Linux malware is 'almost impossible' to detect [Ed: Typical anti-Linux FUD from ZDNet. CISA has made it very clear, this past week too, that the real security menace is Microsoft, not Linux. And Microsoft isn't even patching actively-exploited holes.]
      • [Old] The Three Pillars of Reproducible Builds

        Over the past year, software engineers have lived through the shock of infiltrated or intentionally broken NPM packages, supply chain attacks, long-unnoticed backdoors, the emergence of dependency confusion threats, and more. This has created a firestorm of activity around how to securely build software. Many organizations, from the Linux Foundation to the United States government, are calling for and building new practices and regulations, and one of the primary threads is around “reproducible builds."

      • FOSSLifeGuidelines for Getting to Reproducible Builds

        A reproducible build “produces the same byte-for-byte output no matter what computer you run on, what time you run it, and what external services are accessible from the network,” states FOSSA.

        And, reproducible builds can strengthen software supply chain security, but getting there can be challenging. This article outlines some guiding principles for designing reproducible builds.

      • Red Hat Official“Legacy” cryptography in Fedora 36 and Red Hat Enterprise Linux 9

        Fedora 36 and Red Hat Enterprise Linux 9 (RHEL 9) are out, and both ship with OpenSSL 3 that has tighter security defaults and a brand new "provider" architecture. While users were testing the beta and other development versions, issues in interoperability with servers and devices such as Wi-Fi access points showed up and caused some confusion between various uses of the rather overloaded word "legacy" that we would like to clear up.

      • Privacy/Surveillance

        • Port SwiggerIndian VPN providers resist incoming data-logging law
        • AccessNowGoogle’s plans in Saudi Arabia: company ignores independent shareholder vote to prioritize human rights

          Access Now is disappointed that Alphabet’s management failed to prioritize human rights when they voted to reject a civil society-backed shareholder proposal led by SumOfUs at the 2022 Annual General Meeting. The proposal comes after red flags were raised around the company’s plan to build a cloud region in Saudi Arabia.

          However, in spite of company leadership’s recommendation to vote against the proposal to commission a human rights assessment of the planned expansion of Cloud centers in countries with poor human rights records, the majority (57.6%) of independent shareholders voted in its favor,* sending a clear message that aligns with civil society’s call: put human rights first.

          “While Access Now is troubled that this opportunity for Alphabet to elevate people over profits wasn’t seized by all, the number of independent shareholders’ votes that supported human rights assessments signals how close we are to sparking real change within one of the most influential companies in the world,” said Laura Okkonen, Investor Advocate at Access Now. “We will continue our work to ensure safeguards are in place before Google Cloud centers are built — and people’s private data is stored — in Saudi Arabia or other regions with poor human rights records.”

          Google, along with other tech giants, has a long way to go in respecting the rights of people within the Middle East and North Africa region.

        • WiredSmartphones Blur the Line Between Civilian and Combatant

          AS RUSSIA CONTINUES its unprovoked armed aggression, reports from Ukraine note that the smartphones in civilians’ pockets may be “weapons powerful in their own way as rockets and artillery.” Indeed, technologists in the country have quickly created remarkable apps to keep citizens safe and assist the war effort—everything from an air-raid alert app to the rapid repurposing of the government’s Diia app. The latter was once used by more than 18 million Ukrainians for things like digital IDs, but it now allows users to report the movements of invading soldiers through the “e-Enemy” feature. “Anyone can help our army locate Russian troops. Use our chat bot to inform the Armed Forces,” the Ministry of Digital Transformation said of the new capability when it rolled out.

        • Bruce SchneierTwitter Used Two-Factor Login Details for Ad Targeting

          Twitter was fined $150 million for using phone numbers and email addresses collected for two-factor authentication for ad targeting.

        • Twitter pays $150M fine for using two-factor login details to target ads | Ars Technica

          Twitter has agreed to pay a $150 million penalty for targeting ads at users with phone numbers and email addresses collected from those users when they enabled two-factor authentication. Twitter agreed to the fine and "robust compliance measures to protect users' data privacy" to settle a lawsuit filed on Wednesday by the US government.

          "As the complaint notes, Twitter obtained data from users on the pretext of harnessing it for security purposes but then ended up also using the data to target users with ads," Federal Trade Commission Chair Lina Khan said. "This practice affected more than 140 million Twitter users, while boosting Twitter's primary source of revenue."

          The settlement was reached with both the FTC and Department of Justice. "The $150 million penalty reflects the seriousness of the allegations against Twitter, and the substantial new compliance measures to be imposed as a result of today's proposed settlement will help prevent further misleading tactics that threaten users' privacy," DOJ Associate Attorney General Vanita Gupta said. The payment will go to the US Treasury, according to the settlement.

    • Environment

    • AstroTurf/Lobbying/Politics

      • AccessNowRightsCon civil society to Meta: protect the rights of Instagram’s Persian speakers

        Instagram is one of the last avenues for online open dialogue in Iran, and parent company Meta must instil Persian content moderation practices that uphold and promote human rights in the country — especially freedom of expression.

        “You can’t silence communities simply because you don’t understand them,” said Marwa Fatafta, MENA Policy Manager at Access Now. “That’s exactly what Meta’s ‘take down, ask questions later’ approach has been. For too long, people who don’t know the Persian language or its nuances have been deciding Instagram’s narrative in Iran. We’re calling on Meta to end its regime of censorship, and place human rights at the core of its content moderation.”

        According to polls, more than 50% of people who use the internet in Iran are on Instagram, but there have been major issues around the arbitrary and uninformed content moderation processes of Persian-language posts.

      • AccessNowIran: Meta must overhaul Persian-language content moderation on Instagram

        ARTICLE 19, Access Now and the Center for Human Rights in Iran (CHRI) have come together to make recommendations to Meta and Meta’s Oversight Board in an effort to streamline processes to ensure freedom of expression is protected for users who rely on their platform in Iran, especially during protests.

        On 7 June 2022, ARTICLE 19 hosted a RightsCon session that included Meta’s Content Policy manager Muhammad Abushaqra, a member of of Meta’s Oversight Board, Julie Owono, and BBC Persian’s Rana Rahimpour. The event covered Instagram’s Persian-language content moderation processes and problems. Because Instagram, which is owned by Meta, is now the main platform for communication in Iran given its status as the last remaining uncensored social media in the country, the discussion focused on Meta’s regulation of this platform. According to polls, Instagram hosts 53.1% of all Internet users in Iran on its platform, the second most-used app in Iran after WhatsApp.

        Instagram suffers from a deficit in trust and transparency when it comes to content moderation practices for the Persian community. Despite acknowledgments by the company, the case loads remain high through the communication and network mechanisms that organisations like ours alone maintain, which represent problems from only a small fraction of the community. Many Iranians are abandoning Instagram because they distrust the platform’s policies and/or enforcements.

    • Civil Rights/Policing

    • Internet Policy/Net Neutrality

      • Fetch TLS(gemini) using Racket

        How to download a file over TLS using the Racket programming language. It is surprisingly straightforward. As with the Go example I gave earlier I have ignored verification of certificates. It looks a job of work.

      • Simplest TLS (gemini) fetch in Go

        Below is the "simplest thing that could possibly work" in terms of fetching a file from a Gemini server. There is no verification of certificates, or any of that ilk. This example just fetches the root document "/", which should translate to "/index.gmi". It is trivial to fetch any document you like, though.

      • Its FOSSCloudflare Has Something New to Replace Annoying CAPTCHAs on the Internet - It's FOSS News [Ed: Just replace Clownflare with something else altogether. The company has destroyed the Web for many people, especially for the most vulnerable people]

        Cloudflare, the internet services giant, has just announced Private Access Tokens. These aim to reduce the number of CAPTCHAs you see on the web while improving your privacy.

        As you may have found out, CAPTCHAs are a horrible experience on mobile. They often end up occupying the entire screen and can be impossible to complete at times.

      • The EconomistSyria, like much of the Arab world, inflicts country-wide internet blackouts during exams


Recent Techrights' Posts

Microsoft XBox Layoffs: Almost 2,000 Layoffs Became "Over 2,000"? (Over 20% of the Staff)
over 20% of staff will be let go, not counting staff that leaves voluntarily
Summer Plans in Techrights and Elsewhere
massive layoffs at Microsoft
 
EPO Presentation Bemoans Misuse of Slop in Decision-Making on Patents and in Classification (Which is Likely Illegal Too)
We habitually mention failed use cases of LLMs on the Web
Mass Layoffs at Microsoft Confirmed, "XBox Hardware Is Dead"
It's possible that over 20% of the staff will be laid off
Links 30/06/2025: Kyrgyzstan vs Media Freedom, Dalai Lama Succession
Links for the day
Gemini Links 30/06/2025: Backend Programs in Gemini and Dynamic Content Without The Scripting
Links for the day
Links 30/06/2025: Zuckerberg’s Tax-Evading Scheme Harms Kids, US Copyright Office Lacks Leadership
Links for the day
Microsoft Isn't Laying Off Tens of Thousands to 'Invest' in Slop ('Hey Hi'), It's Laying Off Tens of Thousands Because It's Running Out of Money (and Willing Lenders)
the layoffs are a sign of the business failing, not "hey hi" (whatever that is) replacing staff
Intel Lays Off 20% of Its Workforce, Microsoft is Doing the Same This Year
Like a yoyo, whatever goes up will come back down
GNU/Linux Rises to New Highs in Angola, Africa in General is Abandoning Windows
Western media barely covers Microsoft layoffs in Africa, but in recent years Microsoft culled the workforce and even shut down entire operations
Destination Geminispace (in the Age of LLM Slop and Slop Images That Infest the Web and Social Control Media)
Geminispace isn't vast, but at least it is - on average - a lot "cleaner"
GNU/Linux Growing in Sierra Leone This Year
Based on what statCounter is seeing, this year there are more and more people there who adopt GNU/Linux
Serial Sloppers Gonna Slop
More sites out there ought to call out the cheaters
Quartz (qz.com) is Spam and a Slopfarm
It used to be OK. Then they fired the staff.
Links 30/06/2025: US Economic Woes, Extreme Heat
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, June 29, 2025
IRC logs for Sunday, June 29, 2025
Gemini Links 30/06/2025: "The AI Hype" and New AuraGem Ask
Links for the day
Our Desktops Are Not Your Experiments, X is Not an Experiment
Breaking what already worked
Microsoft's Big Lies Regarding This Week's Mass Layoffs Have Already Begun (and They're Already Being Spread by Slopfarms)
Microsoft is the "market leader" in slop
Explaining the Full Story of SLAPPs From Microsoft Staff
For every action there is a reaction, for every attack there will be proportionate consequences
The Openwashing Shills Initiative (OSI) - Part III: IRS and Status of OSI
"They lied to the US IRS and there’s a paper trail"
IBM Red Hat's Dogmatic Fanaticism Under a Thin Veil of "Modernism"
IBM now has the audacity to paint people who don't agree as "nazis"
Microsoft's Share in Guatemala Fell From 97% to 14%
Eventually Microsoft will get stuck in a loop of layoffs, layoffs, and more layoffs
They Made Technology Scary and Taught Us That It's Innocent, Friendly, Even "Social"
Rejection of all this "apps" and "gadgets" and "Smart" (whatever that means!) status quo isn't a rejection of society
The Media is Under Attacks Partly Because There's Little Other (Remaining) Press to Speak in Its Defence
The biggest danger here is that when there's very little press or no "opposition media" left it becomes even easier to crush critics because there aren't many people left to speak about the matter
If Your Web Site is Run by Bots, Eventually Nobody Will 'Read' It Except Bots (People Don't Want to Read Slop)
Eventually people learn from mistakes
Links 29/06/2025: Microsoft Releases False/Fake Benchmarks, "Google Wants You to Watch Ads or Take Surveys to Read Articles"
Links for the day
Links 29/06/2025: Data Breaches and Online Censorship
Links for the day
Gemini Links 29/06/2025: "The Price Of Eggs" and Gemini 3D Tic Tac Toe
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 28, 2025
IRC logs for Saturday, June 28, 2025
The "News" You Saw About Canonical is Misleading, It Made Only 18 Million Dollars Last Year and Barely Paid Any Taxes
Lies are the norm these days...
Pushing Wayland Using Straw Man Arguments
phoronix.com has long promoted the talking point of "Wayland people" (for at least a decade already)
Australia: Windows Fell to All-Time Low, Even Lower Than iOS
There's a good reason why next week there will be so many Microsoft layoffs
Slopwatch: Linuxsecurity, WebProNews, and Google News Boosting Slopfarms as 'News'
People who don't recognise the slopfarms and don't know which sites are fake would struggle to understand what's really going on
Links 28/06/2025: Hardware/GPU Wars, GAFAM Throws Money (Borrowed Cash) at Hopeless Slop Pipe Dream
Links for the day
Gemini Links 28/06/2025: Shellshock and Network UPS Tools
Links for the day
Links 28/06/2025: The Age of Integrity and FreeBSD Foundation Added John Baldwin as Board Member
Links for the day
Fedora 44
IBM now does to Fedora what it did to RHEL
Microsoft Already Shaved Off Costs Anywhere It Could. It Was Not Enough.
Office and Windows aren't "selling" (licences) like they used to
Scheduled Maintenance Next Week
Our community is alive and well
BetaNews: We're Publishing LLM Slop About LLM Slop
Beta version of a slopfarm?
3-Month Updates on Our Complaint to the Solicitors Regulation Authority (SRA)
In short, the complaint remains open, updated, and is advancing
IBM Red States Hat (Project 2025): Our "New Thing" Replaces This "Old Thing"
The new replaces the old. That's how IBM frames it.
Start X
Just because something is old does not mean it is bad
Slopwatch: Linuxsecurity, Google News Slopfarms, and Linux Journal (LJ)
Today we take a quick look at 3 slopfarms
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 27, 2025
IRC logs for Friday, June 27, 2025
Links 28/06/2025: "CC Signals" Virtue-Signals to Slop Ponzi Schemes, North Korea Aims for Tourism
Links for the day