Bonum Certa Men Certa

Links 3/7/2020: TrueNAS 12 Beta 1, Librem 13 Product Line



  • GNU/Linux

    • Desktop/Laptop

      • The Meaning Behind System76

        System76 is more than just a cool moniker. To truly learn its significance, we have to look a few hundred years into the past, to the American Revolution. Get in the car, Marty. We’re off to be revolutionaries! Here we are, the year 1776. The American Colonies signed the Declaration of Independence to gain freedom from the British Empire. Okay! Back in the car, Marty. Yes I’m aware we just got here, but now we’re departing… for the early 2000s! Ah yes, the early 2000s, where the disks are scratched and the phones flip in circles. Zoom in on a basement-dwelling revolutionary named Carl Richell. He was quite fond of GNU/Linux and its community and thought it deserved its own dedicated hardware manufacturer, so he decided to be the one to provide it. In the spirit of the American Revolution, this new hardware manufacturer was named System76 as a declaration of independence from proprietary software. Months later, the first System76 computer shipped with Ubuntu 5.10: Breezy Badger.

      • Linux Desktop Market Share Peaked to All-Time High in June

        NetMarketshare reports that the Linux Desktop market share jumped to an all-time high in June 2020.

      • Purism Launches Librem 14 Security-Focused Linux Laptop
        If you're not a fan of Windows 10 or Apple's decision to transition to ARM-based laptops has you less than excited, Purism has a laptop you may want to consider instead.

        Purism is a company setup to produce "freedom respecting, privacy protecting, and security focused products," and its latest product to deliver on that promise is the Librem 14 laptop. Launched this week, the Librem 14 builds on the previous success of the Librem 13 by using a 14-inch 1080p IPS panel, but managing to fit it into the same footprint of the Librem 13 chassis thanks to smaller bezels.

      • Purism reveal their powerful privacy-focused Librem 14 laptop
        If you're after a laptop that's both powerful and privacy respecting, you may want to take a look over at Purism with their newly launched Librem 14 laptop. Purism say it's the first 14" laptop designed to protect your digital life.

        Acting as the successor to the Librem 13 and now available to pre-order, Purism mentioned that it's been designed based on their experience with the older model along with plenty of customer feedback. While it has a slightly bigger screen, that's definitely not all, it's actually quite the little powerhouse.

      • Purism’s Ultra-Secure Linux Machine is Now Available in a New Size
        Purism is well-known for its privacy and security focused hardware and software while utilizing open-source technologies. Not to forget the latest Purism Librem Mini.

        After a good success with Librem 15 and 13 series laptops, Purism has unveiled Librem 14.

    • Audiocasts/Shows

      • Command Line Heroes: Season 5 trailer

        After four seasons of epic tales about how command line heroes have shaped the tech landscape, we're tackling a new topic: The job itself.

        Season 5 covers the job of being a coder. How coding careers begin. How the job is done. How it’s changed. And how coders are shaping its continued evolution.

        Clive Thompson, previous guest and friend of the podcast, joins us for this 3-episode mini-season. The tech journalist shares his insights from the over 200 interviews he’s conducted with coders: programmers, developers, software engineers, sysadmins, and more.

        The first episode drops July 14, 2020. Subscribe today and sign up for the newsletter to get the latest updates.

      • Linus Torvalds Ponders The Future Of The Linux Kernel
      • Video: Two guys name Linus build a new PC

        I wonder what the final price of this is?

    • Kernel Space

      • Rethinking the futex API

        The Linux futex() system call is a bit of a strange beast. It is widely used to provide low-level synchronization support in user space, but there is no wrapper for it in the GNU C Library. Its implementation was meant to be simple, but kernel developers have despaired at the complex beast that it has become, and few dare to venture into that code. Recently, though, a new effort has begun to rework futexes; it is limited to a new system-call interface for now, but the plans go far beyond that. There is a wide range of synchronization options within the kernel, but there have always been fewer options in user space. For years, the only real option was System V semaphores, but it is fair to say that they have never been universally loved. Developers have long wanted a mutex-like option for user space that does not kill performance.

        Back in 2002, Rusty Russell proposed a fast user-space mutex mechanism that quickly became known as a "futex"; this feature was present in the 2.6.0 kernel release at the end of 2003 and immediately used to control concurrency for POSIX threads. The initial implementation was just a few hundred lines of code. At its core, a futex is a 32-bit word of memory shared between cooperating processes; a value of one indicates that the futex is available, while anything else marks it as unavailable. A process wishing to acquire a futex will issue a locked decrement instruction, then verify that the resulting value was zero; if so, the acquisition was successful and execution can continue. Releasing the futex is a simple matter of incrementing its value again.

      • LPC town hall #2: the kernel report

        The Linux Plumbers Conference has announced the second in a brief series of "town hall" events leading up to the full (virtual) conference starting August 24. This one features LWN editor Jonathan Corbet presenting a version of his "Kernel Report" talk covering the current and future state of the kernel-development community. This talk is scheduled for July 16 at 9:00AM US/Mountain time (8:00AM US/Pacific, 3:00PM UTC). Mark your calendars.

      • Short Topix: Potentially BIG Power Savings Coming With Linux Kernel 5.8

        As reported in an article on the Phoronix website, a 12 year old bug in the Linux kernel could be rectified by the deletion of 10 lines of code in the Linux kernel. Ok, well, it's four lines of comments and six actual lines of code.

        As it turns out, PCIe-to-PCI (and PCI-X) bridges have not had ASPM (Active State Power Management) enabled. This, in turn, could keep the CPU in higher power states than is necessary. As a result, lots of power is potentially wasted by keeping the CPU in higher power states. Fixing this may mean that users will get longer battery life from laptops.

        Back in 2008, the ASPM code merged into the Linux kernel disabled ASPM for PCI bridges. 12 years later, that code is simply being deleted, via a patch.

        PCIe-to-PCI bridges can be commonly found on servers and workstations. There is a good possibility that the patch will be backported to other stable branches of the Linux kernel.

      • Graphics Stack

        • Mesa CI Optimization Could Provide Big Bandwidth Savings

          You may recall that earlier this year X.Org/FreeDesktop.org may have to cut CI services for developers over the cloud expenses associated with that continuous integration service for the likes of Mesa, the X.Org Server, and other components. CI usage was leading to a lot of bandwidth consumption so much so that the X.Org Foundation is facing potential ~70k USD cloud costs this year largely from their continuous integration setup.

          Since then there has been some work on better optimizing their continuous integration setup with Jenkins and within the latest Mesa Git is some further tuning.

        • A snap confined shell based on Mir: Mircade (or Mircade: An example snap confined user shell)

          There are various scenarios and reasons for packaging a Snap confined shell and a selection of applications together in a confined environment. You might have applications that work well together for a particular task; or, you may want to offer a number of alternative applications and have them available on a wide range of target platforms. Mircade illustrates this approach.

        • Intel Rocket Lake Graphics Support Ready For Liftoff With Linux 5.9

          Intel has sent in their initial batch of graphics driver updates to DRM-Next that in turn are slated to land with the Linux 5.9 cycle once its merge window opens next month.

          Most significant with this Intel DRM-Next pull is the introduction of Rocket Lake support, the Comet Lake successor that is said to be a still-14nm part but making it most exciting will be the replacement of the longstanding Gen9 graphics with Gen12 graphics. Back in May Intel posted the open-source Rocket Lake patches but came just too late for getting them reviewed/tested in time for Linux 5.8 and thus diverted for the 5.9 cycle.

        • Mike Blumenkrantz: UBO Sighting
    • Applications

      • Spotlighting the Top Open Source Crafting Tools



        Handicraft is a term that describes many different types of work where practical and decorative objects are made by hand or by using only simple tools. Depending on your location, the phrase ‘arts and crafts’ may be more commonly used.

        Collective terms for handicrafts include artisanry, handicrafting, crafting, and handicraftsmanship. This article focuses on crafting using your hands.

        This article highlights versatile open source software that aids cross-stitching and knot design. The software featured here helps individuals create their own charts from scratch or generate charts from imported pictures. Good quality open source software in this field is very sparse, fortunately there are still a few real gems. Here’s our recommendations.

      • BadWolf Is A Minimal, Privacy-Oriented Web Browser

        BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser. I've been looking for a good minimal web browser for a long time now. And BadWolf might be the best one that I've tried. BadWolf is available on Linux and BSD (not available for Windows and Mac).

      • Linux at Home: Research Your Family Tree

        In this series, we look at a range of home activities where Linux can make the most of our time at home, keeping active and engaged. The change of lifestyle enforced by Covid-19 is an opportunity to expand our horizons, and spend more time on activities we have neglected in the past.

        With lockdowns starting to be reintroduced in some countries, it looks set that social distancing will continue in many countries for the foreseeable future. Researching your family tree is a popular hobby.

        Here’s my recommended 3 programs to help you research your family tree. They are all free and open source and use open standards. Don’t fall into the trap of being locked into a particular vendor who might pull development at any time. And they all run on Linux, macOS, and Windows.

      • qrcp: Transfer Files Between Desktop And Mobile Devices Over Wi-Fi By Scanning A QR Code

        qrcp is a command line tool to transfer files from a desktop to a mobile device (and the other way around) over Wi-Fi, by scanning a QR code. It's available for Microsoft Windows, macOS and Linux.

        The application binds a web server to the address of your Wi-Fi network interface on a random port (though the port can be specified if you want). When the QR code is scanned, the download begins (or you can open the URL scanned by the QR app in a web browser and the download will begin then). Once the transfer is completed, the web server is automatically stopped.

    • Instructionals/Technical

    • Games

      • Rebuild the ecosystem in the latest Terra Nil update

        Terra Nil is a city-builder that's about rebuilding the ecosystem and getting everything green, rather than painting the map grey with towers full of people. Originally made during a Game Jam, it's since been expanded that we covered before and again recently a huge update went out for it.

        You start off with nothing, just dirt and rocks and eventually need to turn it into a garden of eden. It's actually a little challenging too, as you need to carefully work around the wasteland to produce energy and water to expand without running out of your greenery currency.

      • Narrative RPG 'Vagrus - The Riven Realms' enters Early Access on July 22

        Vagrus - The Riven Realms is a currently in-development narrative-focused RPG that's currently doing a hybrid crowdfunding model on Fig and it's getting a wider release this month.

        Currently if you pledge on the Fig campaign you get Early Access there but they've now confirmed the GOG and Steam release will happen on July 22. Exciting, since it's actually quite remarkable and it's already won awards. Mixing together open-world exploration, turn-based strategic battles, resource management and more with engrossing writing and a fantastic art style I think it's something you're going to love.

      • Beyond a Steel Sky now confirmed for Linux PC on July 16

        After a recent Apple Arcade release and a bit of teasing about when PC players will get it on Steam, Revolution Software have now confirmed the date for Beyond a Steel Sky.

        On July 16, Beyond a Steel Sky will launch for Linux PC and Windows PC via Steam. For a GOG release, they have not confirmed if it's coming or any date yet. This date was confirmed on YouTube and Twitter.

        Beyond a Steel Sky is the long awaited sequel to Beneath a Steel Sky. Revolution Software actually are the original developer of Beneath a Steel Sky, plus Broken Sword: The Shadow of the Templars, Broken Sword II: The Smoking Mirror and more.

      • Dota 2 gets an 'Anonymous Mode' similar to options in CS:GO, TI10 Cache up

        Valve just quietly updated Dota 2 to include a new 'Anonymous Mode' bringing in options similar to what you can tweak in Counter-Strike: Global Offensive.

        This new mode doesn't make you actually anonymous, so the name itself is perhaps a tiny bit misleading taken at face value. What it actually does at the tick of a box is clean up everyone else for you. For everyone not on your friends list it will (or at least it should) clear away avatars, nicknames and in-game chat messages. It will also stop guild info being sent from guilds you're not actually in.

      • Steampunk-inspired metroidvania 'Steamdolls' is a big Kickstarter success

        With David Hayter (the legendary Solid Snake) taking the the lead role as The Whisper, the steampunk inspired Steamdolls has been a huge success on Kickstarter.

        SteamDolls is a steampunk inspired metroidvania game with a grimy touch of brutality. You assume the role of a cunning thief and anarchist known as "The Whisper" and make your way through heavily secured environments. Blast your way to your objective or stick to the shadows and perform a violent "backstab kill" on unsuspecting guards as you struggle with the haunting apparitions of a mesmerizing witch trying to reveal the truth about a conspiracy that could shake the very foundation of the world.

      • Top-down tactical shooter RUNNING WITH RIFLES to get a German DLC

        RUNNING WITH RIFLES, a popular tactical shooter from Osumia Games is set to get a second expansion this August focused on the Germans.

        The expansion, RUNNING WITH RIFLES: EDELWEISS heads to the European theatre of World War II, first parachuting into Sicily before moving on to the invasion of Normandy, Belgium, and more. Focussing mostly on an 'Allied Paratrooper' narrative, Edelweiss charts the progress of the Allies attacks across Europe. They're saying it should release on August 27 unless there's major issues.

      • Demonstrating Perl with Tic-Tac-Toe, Part 3



        The articles in this series have mainly focused on Perl’s ability to manipulate text. Perl was designed to manipulate and analyze. But Perl is capable of much more. More complex problems often require working with sets of data objects and indexing and comparing them in elaborate ways to compute some desired result.

        For working with sets of data objects, Perl provides arrays and hashes. Hashes are also known as associative arrays or dictionaries. This article will prefer the term hash because it is shorter.

        The remainder of this article builds on the previous articles in this series by demonstrating basic use of arrays and hashes in Perl.

      • Our quick-picks of the best Linux games of 2020 so far

        We're halfway through the year already? Madness. Even with all the craziness of 2020 going on, lots of games still managed to get out of the door. I know, I can't believe 2020 isn't over yet either. Thankfully there's plenty of games to take our minds off everything from murder hornets to COVID19 and more.

        Now we're at the halfway point, let's think about some of the top Linux releases of 2020 so far. This list is extremely subjective of course, this is just my personal pick on the top 15. Think of it as a starting point for good games to look at if you're stuck for something. In no particular order, going up to June 30 and I'm cheating just a little bit by including some Early Access titles too.

      • Action-adventure 'Sparklite' adds Linux support in a big update

        MergeGames, together with developers Red Blue Games have now released their action-adventure Sparklite on Linux along with a fresh content update.

        Originally released towards the end of 2019, Sparklite is an action-adventure set in the whimsical and ever-changing land of Geodia. With gorgeous pixel art and a top-down perspective, you battle foes using an arsenal of gadgets, guns, and gear. If you played and enjoyed Moonlighter, you would probably feel right at home with Sparklite too.

      • Best Racing Games for Android

        When it comes to video gaming, racing is the most popular genre, whether it is mobile gaming, pc gaming, or on any other gaming console. Racing games on Android have so much competition between them and the genre is crowded with tons of racing games. Every racing game has its own unique features and every gamer has his or her own preferences. In this genre, there is a large number of excellent free-to-play and paid games available for mobile users. This article covers the best racing games, in a variety of settings and with many different features for each unique user’s needs.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Bringing modern process management to the desktop

          A desktop environment's sole role is to connect users to their applications. This includes everything from launching apps to actually displaying apps but also managing them and making sure they run fairly. Everyone is familiar the concept of a "Task manager" (like ksysguard), but over time they haven't kept up with the way applications are being developed or the latest developments from Linux.

      • GNOME Desktop/GTK

        • Is GNOME or Unity the desktop for you?

          I wrote about the fantastic new(ish) distribution Ubuntu Unity, and that post exposed serious division and opinions surrounding the Linux desktop. It wasn't so much an "I dislike Unity or GNOME," as it was more along the lines of full-blown hatred for one or the other. At least on one side of the spectrum--the other side was fandom.

          It's clearly a love or hate relationship with these desktops.

          I understand such an issue is a matter of taste. I prefer a modern take on the desktop that performs in a very efficient way, but many others prefer the old-school desktop metaphors, found in the likes of Cinnamon, Mate, and KDE.

          Neither opinion is wrong--that's the beauty of opinion.

          I'm taking another approach to the comparison between GNOME and the Unity desktop. I highlight the pros and cons of each and then suggest which users would be the best fit for either desktop. There is no scientific method going on here. I've been using and covering Linux for more than 20 years, so it's all about experience and knowing how the evolution of the Linux user has changed over the years. With that said, let's take a look at GNOME and Unity.

        • Georges Basile Stavracas Neto: This Month in Mutter & GNOME Shell | May and June 2020

          The volunteers and contributors working on Mutter and GNOME Shell have been busy in the past couple of months — so much so that we didn’t have bandwidth to write the May development report!

          As a consequence, this development summary will have an above average number of changes to highlight.

        • Jonas Ã…dahl: Splitting up the Frame Clock

          Readers be advised, this is somewhat of a deep dive into the guts of Mutter. With that out in the open, lets start!

          Not too long ago mutter saw a merge request land, that has one major aim: split up the frame clock so that when using the Wayland session, each CRTC is driven by its own frame clock. In effect the goal here is that e.g. a 144 Hz monitor and a 60 Hz monitor being active in the same session will not have to wait for each other to update, and that the space they occupy on the screen will draw at their own pace. A window on the 144 Hz monitor will paint at 144 Hz, and mutter will composite to the monitor at 144 Hz, while a window on the 60 Hz monitor will paint at 60 Hz and Mutter will composite to the monitor at 60 Hz.

        • GNOME Shell + Mutter Off To A Good Start For Summer 2020

          The GNOME Shell and Mutter have seen a lot of work come together nicely over the past two months.

          The GNOME Shell blog is out with their recap of development work that landed over the months of May and June.

        • Important Patches Land To Improve GNOME's Multi-Monitor Experience With High Refresh Rates

          If you have say a 144Hz gaming monitor as well as a conventional 60Hz secondary display or any other multi-monitor configuration with different refresh rates, there is now another reason to get excited for GNOME 3.38.

          [...]

          This is very important for improving the multi-monitor experience with such configurations as up to now capping the refresh rate to match is a less than desirable experience. This work landed today in Mutter for September's release of GNOME 3.38. This next release is shaping up to be quite exciting with the plethora of optimizations to already land thus far. It is important to note that this multi-monitor improvement only benefits the GNOME Wayland session and not under X11.

        • Alejandro Domínguez: Refactoring Fractal: Remove Backend (II)

          So the time came for removing the Backend struct finally! The bits that were left in the previous patch have been removed, which were not just state but a ThreadPool and a cache for some info. Those were fitted in AppOp without too much thought on consistency of it.

          But what does this actually mean for the internal structure of the code?

          The result is that any state or utility that was needed for requests and modifying the UI is held only from a single place in the app. With it, the loop in Backend has been removed as well, and instead of sending messages to the receiver loop from the backend, those are sent from a spawned thread (to keep the UI thread unlocked) that sends the HTTP request directly and retrieves the response. Put in a simpler way, I replaced message passing to the backend loop with spawning threads, which was done anyways in the loop to be able to have multiple requests at the same time.

          I acknowledge that doing this kind parallelism with system threads in 2020 is a very crude way of doing the task, to say the least, but using coroutines requires a significant amount of work in other areas of the app right now.

        • GSoC 2020: the first milestone

          During the community bonding period, I had a video call with my absolutely amazing mentor Alberto, who told me about GNOME culture, and about his inspiring journey with GNOME as contributor. In the last month, I have been welcomed by the community and am very proud to be contributing to GNOME. Here’s a summary of the technical work that has been done in the last month.

        • Marcus Lundblad: Summer Maps

          Since it's been a while since the last post, I thought I should share a little update about some going ons with Maps.

    • Distributions

      • A new EFI administration tool in Zenwalk

        Today : a new tool to manage EFI boot entries has been added.

      • Reviews

        • Austrumi Linux Is Loaded With Language Laziness

          Austrumi Linux contains all the necessary basic programs for work and entertainment. It boots from CD, flash drive or a hard drive installation and can be used on servers and workstations.

          Austrumi Linux is not well known, but it checks most of the usability boxes. The only technical requirement is the ability to burn the ISO to a DVD or USB.

          Do not expect much from the Austrumi web site. It is poorly designed and has no information about using the distro or getting help. Several of the pages are blank or not there.

          Beyond that process, just turn on the computer and use Austrumi. No installation is needed. Nor is there any need for system configurations.

          Of course, that all depends on whether Latvia is your native language.

        • Linux Mint 20 “Ulyana” Review: The Most Complete OS For Everyone

          Last week, Linux Mint founder Clement Lefebvre released the latest long-term version — Linux Mint 20 “Ulyana.” Mint 20 is built on top of the latest Ubuntu 20.04 LTS “Focal Fossa” which will now be supported until 2025.

          Over the years, Linux Mint has grown as one of the most suitable Linux distributions for beginners alongside Ubuntu. With Mint 20, it has embarked on a new version with a number of enhancements. Hence, in this article, we’ll walk you through Linux Mint 20 which we practically tested on a bare machine.

      • New Releases

        • GParted Live System Gets New Release, Now Powered by Linux Kernel 5.7

          Synced with the Debian Sid (Unstable) software repositories as of July 1st, 2020, the GParted Live 1.1.0-3 release is now available for download, the first to be powered by the latest Linux 5.7 kernel series. Linux kernel 5.7.6 is included by default to provide users with support for newer hardware.

          Besides the kernel bump, the new release is also here to address several bugs present in previous versions. For example, it fixes a regression discovered in version 1.1.0-2 (i686) that made the GParted Live system to fail to boot on 64-bit UEFI machines.

        • IPFire 2.25 - Core Update 147 is available for testing

          With this week's release of Core Update 146, we already have made the next one available for testing. It contains a vast amount of package updates and brings some security updates.

          Although this update is rather small in number of changes, it is rather large on disk due to the many Linux firmware files that we are shipping. Please help us testing this release to make sure it won't introduce any new regressions into IPFire.

      • BSD

        • TrueNAS 12.0-BETA1 Release Announcement

          FreeNAS (and now TrueNAS) Fans! I'm pleased to announce the availability of our first BETA1 for the upcoming 12.0 TrueNAS CORE / Enterprise release.

        • TrueNAS 12 Beta 1 Released With Much Improved ZFS, Better AMD Ryzen CPU Support

          As what was formerly FreeNAS, the first beta of TrueNAS CORE 12.0 is available for testing of this BSD-based operating system for NAS devices and other storage setups.

          The TrueNAS 12.0 Beta 1 both for the CORE and Enterprise editions includes much improved ZFS support with now relying upon the code that's going to be released as OpenZFS 2.0, support for ZFS async copy-on-write, native ZFS dataset encryption, ZFS user quota capabilities, and more.

      • PCLinuxOS/Mageia/Mandriva/OpenMandriva Family

        • [PCLinuxOS] Screenshot Showcase
        • PCLinuxOS Family Member Spotlight - Mr. Lumbergh

          Why and when did you start using Linux? 2005. The security issues with Windows XP were really blowing up at the time, so when I ordered a new computer for school I made sure to do so with a second drive planning on giving 'Nix a try. I started off on Ubuntu on that machine, and when I got a laptop a couple of years later I wanted to try something different and ran through a couple distros before settling on PCLinuxOS. It's become my everyday driver, and I now use Linux most of the time on my own machines simply because I like it better. I'm currently running Debian 10 and PCLinuxOS.

          What specific equipment do currently use with PCLinuxOS? This desktop has an AMD Ryzen 7 3800X, Radeon 580X graphics, Asus X570 mobo, and 64GB of G-Skill Ripjaws RAM. I also have a Nektar Impact GX61 MIDI controller keyboard and Focusrite Scarlett 4i4 audio interface connected to this machine since it's my production rig. I also have PCLinuxOS installed on a hand-me-down laptop (Lenovo Z580) that runs only Linux.

          Do you feel that your use of Linux influences the reactions you receive from your computer peers or family? If so, how? I'm not sure how much using Linux has to do with it, but I've certainly become the tech support for my family... Outside of a few die-hards, I find that folks generally aren't too hung up on what OS you use. I use Windows, MacOS, and Linux daily and think each has its place, though I'd likely never use Windows at all on my own boxes if WINE support for games and a few audio programs was better.

      • SUSE/OpenSUSE

        • openSUSE Leap 15.2 Adds AI Machine Learning
          For openSUSE users, there’s some very exciting news for the release of the latest iteration, 15.2. This new take on the platform includes several new packages into the mix that add both artificial intelligence (AI) and machine learning. The packages that bring these two new features include Tensorflow (a framework for deep learning), PyTorch (a machine learning library), and ONNX (an open format for machine learning models that provides interoperability in the AI tool space).

        • openSUSE Leap releases version 15.2 with new AI and ML tools

          Community Linux distribution openSUSE Leap has released version 15.2, which includes a number of artificial intelligence and machine learning packages, security updates, bug fixes, network enhancements, and many new features.

          A statement from the release team said the new version would run on the x86-64, ARM64 and POWER systems. "Leap 15.2 represents a huge step forward in the artificial intelligence space," said Marco Varlese, a developer and member of the project.

          "I am super excited that openSUSE end-users can now finally consume machine learning / deep learning frameworks and applications via our repositories to enjoy a stable and up-to-date ecosystem."

          Some of the AI and ML packages are Tensorflow which is a framework for deep learning that can be used by data scientists to provide numerical computations and data-flow graphs; PyTorch, which is for both server and compute resources to accelerate power users’ ability to prototype a project and move it to a production deployment; ONNX, an open format built to represent machine learning models and provide interoperability in the AI tool space; and Grafana and Prometheus both of which open up new possibilities for analytical experts.

      • IBM/Red Hat/Fedora

        • Fedora 33 SwapOnZRam Test Day 2020-07-06

          The Workstation Working Group has proposed a change for Fedora 33 to use swap on zram. This would put swap space on a compressed RAM drive instead of a disk partition. The QA team is organizing a test day on Monday, July 06, 2020. Refer to the wiki page for links to the test cases and materials you’ll need to participate. Read below for details.

        • F32-20200701 Updated Live isos released

          The Fedora Respins SIG is pleased to announce the latest release of Updated F32-20200701-Live ISOs, carrying the 5.6.19-300 kernel.

          This set of updated isos will save considerable amounts of updates after install. ((for new installs.)(New installs of Workstation have about 900+MB of updates)).

          A huge thank you goes out to irc nicks dowdle, dbristow, nasirhm, Southern-Gentleman for testing these iso.

        • Build a simple cloud-native change data capture pipeline

          Change data capture (CDC) is a well-established software design pattern for a system that monitors and captures data changes so that other software can respond to those events. Using KafkaConnect, along with Debezium Connectors and the Apache Camel Kafka Connector, we can build a configuration-driven data pipeline to bridge traditional data stores and new event-driven architectures.

          This article walks through a simple example.

        • OpenPOWER Reboot – New Director, New Silicon Partners, Leveraging Linux Foundation Connections

          Earlier this week the OpenPOWER Foundation announced the contribution of IBM’s A21 Power processor core design to the open source community. Roughly this time last year, IBM announced open sourcing its Power instruction set (ISA) and Open Coherent Accelerator Processor Interface (OpenCAPI) and Open Memory Interface (OMI). That’s also when IBM said OpenPOWER would become a Linux Foundation entity. Then a few weeks ago, OpenPOWER named a new executive director, James Kulina.

          Change is afoot at the OpenPOWER Foundation. Will it be enough to prompt wider (re)consideration and adoption of the OpenPOWER platform and ecosystem?

        • Red Hat Powers the Future of Supercomputing with Red Hat Enterprise Linux

          Fugaku is the first Arm-based system to take first place on the TOP500 list, highlighting Red Hat’s commitment to the Arm ecosystem from the data center to the high-performance computing laboratory. Sierra, Summit and Marconi-100 all boast IBM POWER9-based infrastructure with NVIDIA GPUs; combined, these four systems produce more than 680 petaflops of processing power to fuel a broad range of scientific research applications.

          In addition to enabling this immense computation power, Red Hat Enterprise Linux also underpins six out of the top 10 most power-efficient supercomputers on the planet according to the Green500 list. Systems on the list are measured in terms of both performance results and the power consumed achieving those. When it comes to sustainable supercomputing the premium is put on finding a balanced approach for the most energy-efficient performance.

        • Red Hat Powers the Future of Supercomputing with Red Hat Enterprise Linux

          Modern supercomputers are no longer purpose-built monoliths constructed from expensive bespoke components. Each supercomputer deployment powered by Red Hat Enterprise Linux uses hardware that can be purchased and integrated into any datacenter, making it feasible for organizations to use enterprise systems that are similar to those breaking scientific barriers. Regardless of the underlying hardware, Red Hat Enterprise Linux provides the common control plane for supercomputers to be run, managed and maintained in the same manner as traditional IT systems.

          Red Hat Enterprise Linux also opens supercomputing applications up to advancements in enterprise IT, including Linux containers. Working closely in open source communities with organizations like the Supercomputing Containers project, Red Hat is helping to drive advancements to make Podman, Skopeo and Buildah, components of Red Hat’s distributed container toolkit, more accessible for building and deploying containerized supercomputing applications.

        • Red Hat Enterprise Linux serves as operating system for supercomputers

          Red Hat announced that Red Hat Enterprise Linux provides the operating system backbone for the top three supercomputers in the world and four out of the top 10, according to the newest TOP500 ranking.

          Already serving as a catalyst for enterprise innovation across the hybrid cloud, these rankings also show that the world’s leading enterprise Linux platform can deliver a foundation to meet even the most demanding computing environments.

        • Lessons learned from standing up a front-end development program at IBM

          In 2015, we created the FED@IBM program to support front-end developers and give them the opportunity to learn new skills and teach other devs about their specific areas of expertise. While company programs often die out due to lack of funding, executive backing, interest, or leadership, our community is thriving in spite of losing the funding, executive support, and resources we had at the program’s inception.

          What’s the secret behind the success of this grassroots employee support program? As I have been transitioning leadership of the FED@IBM Program and Community, I have been reflecting on our program’s success and how to define how we have been able to sustain the program.

      • Debian Family

        • Utkarsh Gupta: FOSS Activites in June 2020

          This was my 16th month of contributing to Debian. I became a DM in late March last year and a DD last Christmas! \o/

          This month was a little intense. I did a a lot of different kinds of things in Debian this month. Whilst most of my time went on doing security stuff, I also sponosred a bunch of packages.

        • Mike Gabriel: My Work on Debian LTS (June 2020)

          In June 2020, I have worked on the Debian LTS project for 8 hours (of 8 hours planned).

        • Ben Hutchings: Debian LTS work, June 2020

          I was assigned 20 hours of work by Freexian's Debian LTS initiative, and worked all 20 hours this month.

          I sent a final request for testing for the next update to Linux 3.16 in jessie. I also prepared an update to Linux 4.9, included in both jessie and stretch. I completed backporting of kernel changes related to CVE-2020-0543, which was still under embargo, to Linux 3.16.

      • Canonical/Ubuntu Family

        • Ubuntu Phone Recap 2020

          I found my community at Mastodon. They share a lot about Ubuntu Phone - particularly Ubuntu Touch operating system and its current maintainer The UBPorts Project and the hardware maker PINE64. Fortunately unexpected, two interesting things come - the arrival of Volla and also Fairphone which want to be the next Ubuntu Phone and powered with the Touch. These are interesting to cover in a short summary so this article is for you who are interested in Ubuntu Phone once again. Let's go!

        • Ubuntu 19.10 Reaches End of Life This Month, Plan Those Upgrades Soon
          Any enthusiasts engaging on the extant edition past this date will need (read: want) to expedite plans to emigrate to the next available release, which is the fabulously fast Ubuntu 20.04 ‘Focal Fossa’.

          The Ubuntu 19.10 release arrived on October 17, 2019. As a non-LTS release it gets 9 months of on-going app updates and security patches.

          And those 9 months are almost up.

          After this date you won’t get new versions of Firefox or anything else, and many third-party developers stop building packages for unsupported Ubuntu releases.

        • Ubuntu 19.10 (Eoan Ermine) Will Reach End of Life on July 17th, 2020



          Launched last year on October 17th, Ubuntu 19.10 (Eoan Ermine) shipped with the Linux 5.3 kernel series, the GNOME 3.34 desktop environment, initial support for ZFS as the root file system via the installer, support for DLNA sharing, WPA3 support, as well as Yaru light and dark themes.

          Since it’s not an LTS (Long Term Support) release, Ubuntu 19.10 was mainly a testbed for Canonical to try new features. This also translates to the release not having any major changes and receiving only 9 months of support.

          Therefore, on July 17th, 2020, Canonical will no longer support Ubuntu 19.10. This means that they will cease to provide software updates and security fixes for the distribution.

        • Linux Mint 20.0 Released

          Linux Mint 20.0 is now available with its traditional separate releases based on different desktop environments. I have just upgraded my LMDE4 to latest Linux Kernel, so won’t be trying Mint 20.0 anytime soon. What about you?

        • There’s No Ubuntu 32-bit ISO. What Now?

          You’ve searched high and low but can’t find an Ubuntu 32-bit ISO. That’s because it doesn’t exist. Canonical decided to drop support for 32-bit computers, so they stopped releasing 32-bit ISOs since Ubuntu 18.04. And they’re not the only ones.

          Initially, this may sound strange since Linux is famous for supporting older hardware. And yet, it’s justified by the last 32-bit CPU being produced more than a decade ago.

          If your PC is so old that it doesn’t support 64-bit software, you have only three possible paths forward. Let’s see your options.

        • Make Ubuntu 20.4 Look Like MacOS [You Won't Believe the End Result]

          A step by step, detailed video tutorial showing how to make Ubuntu look like macOS. Perfect example of the customization power of Linux desktop.

        • A blast from the past – Shutter

          The wheel of software turns, and apps come and go. But the end of development does not always mean the end of usefulness. Sometimes, programs stubbornly remain around, offering a complete experience that can withstand the test of time.

          Several weeks ago, we talked about how you can preserve old applications with snaps. Today, we would like to expand on this concept and talk about Shutter, a feature-rich screenshot application that was rather popular several years ago. Its development has stalled in recent years, and it has become more difficult to install and run it on newer versions of various Linux distributions. But Shutter has gained a new life as a snap.

        • Encryption at rest with Ceph

          Do you have a big data center? Do you have terabytes of confidential data stored in that data center? Are you worried that your data might be exposed to malicious attacks? One of the most prominent security features of storage solutions is encryption at rest. This blog will explain this in more detail and how it is implemented in Charmed Ceph, Canonical’s software-defined storage solution.

        • Ubuntu 20.10 Moving Ahead In Restricting Access To dmesg

          Following the discussions last month over restricting access to dmesg / kernel logs on Ubuntu in matching the behavior of other Linux distributions for better security practices, Ubuntu 20.10 indeed is moving forward with these plans where dmesg access would require root privileges.

          In recent times more Linux distributions have been restricting access to dmesg over the possibility of kernel addresses being leaked or other potentially sensitive bits while as it stands now on Ubuntu there is free reign on multi-user systems to have unprivileged users read dmesg output.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Jussi Pakkanen: What is best in open source projects?

        Open source project maintainers have a reputation of being grumpy and somewhat rude at times. This is a not unexpected as managing an open source project can be a tiring experience. This can lead to exhaustion and thus to sometimes being a bit too blunt.

        But let's not talk about that now.

        Instead, let's talk about the best of times, the positive outcomes, the things that really make you happy to be running an open source project. Patches, both bug fixes and new features are like this. So is learning about all the places people are using your project. Even better if they are using it ways you could not even imagine when you started. All of these things are great, but they are not the best.

        The greatest thing is when people you have never met or even heard of before come to your project and then on their own initiative take on leadership in some subsection in the project.

      • How an open project's governance model evolves

        As we continue renovating the Open Organization community, we've been asking hard questions about how we want that community to function. What do we expect of one another, and of the new contributors yet to join us? How will we work best together? And how will we keep one another accountable for achieving our shared goals?

        [...]

        Through this conversation, we've been able to update the Open Organization project description and vision.

        That vision initially took shape nearly five years ago, when the Open Organization Ambassador team first formed. At the time, Red Hat community architects Jason Hibbets and Bryan Behrenshausen drafted a document describing what a community of passionate advocates for open organizational principles might look like. The vision was entirely aspirational, describing what could be—rather than what was. It served as a beacon to attract passionate contributors to a still-nascent project.

        As soon as the community did attract new members, however, those members promptly wrote their own mission and vision for the Open Organization project, articulating their identity and purpose. And as we've grown, we've realized that we're all committed to even more than we originally described. Our community is adept at translating open organization principles for various audiences and contexts, and at helping different communities connect to our language and culture through their own languages and cultures.

      • Copyright enforcement with Dr. Miriam Ballhausen

        We invited Dr. Miriam Ballhausen to talk with us about copyright enforcement. She is a German lawyer with the focus on software, data protection, copyright law and specifically Free Software copyright. This is the sixth regular episode of the Software Freedom Podcast for which we invite experts from our community.

        In this sixth episode of the Software Freedom Podcast we talk about Free Software copyright enforcement with our guest Dr. Miriam Ballhausen. Dr. Miriam Ballhausen is a German laywer and is specialised in Free Software copyright questions. Together we cover the basics about Free Software licensing and discuss, how Free Software copyright can be enforced, what are the steps to enforce it and why it is often enforced in Germany. We also explore how the REUSE project could help with being in compliance with Free Software licenses.

      • IBM Has Open Sourced Its Edge Device Platform and Wishes AWS and Microsoft Got On Board

        IBM's Open Horizon is meant to make it easier to manage thousands of IoT devices as edge computing nodes.

      • Open-source contact tracing, part 1

        The main goal of COVID-19 tracing applications is to notify users if they have been recently in contact with an infected person, so that they can isolate themselves or seek out testing. The creation of the applications is usually supported by governments, with the development performed by health authorities and research institutions. The Wikipedia page for COVID-19 apps lists (as of early June 2020) at least 38 countries with such applications in use or under development, and at least eight framework initiatives.

        The applications trace the people that the user has had contact with for a significant period (for example, 15 minutes) with close physical proximity (a distance around one meter). The complete tracing system usually consists of an application for mobile phones and the server software.

        For the distance measurement and detecting the presence of other users, GPS and Bluetooth are the technical solutions used in practice. GPS only appears in a small number of projects because it does not have enough precision, especially inside buildings. It also does not work in enclosed spaces like underground parking and subways.

        Most countries have chosen to develop a distance measurement using Bluetooth, generally the Bluetooth Low Energy (BLE) variant, which uses less energy than the classical version. This is important as the distance measurement is done by mobile phones, and so Bluetooth will need to be active most of the time.

        The Bluetooth protocol was not designed for these kinds of tasks, though, so research has been done on ways to measure distance accurately. A report [PDF] from the Pan-European Privacy-Preserving Proximity Tracing project shows that it is possible to measure distance using BLE signal strength, specifically received signal strength indication (RSSI). In a contact-tracing system using Bluetooth, the distance measurement is made by the two phones communicating using a specific message format. Since the formats differ between applications, communication is only guaranteed to work if both phones are using the same application.

      • More alternatives to Google Analytics

        Last week, we introduced the privacy concerns with using Google Analytics (GA) and presented two lightweight open-source options: GoatCounter and Plausible. Those tools are useful for site owners who need relatively basic metrics. In this second article, we present several heavier-weight GA replacements for those who need more detailed analytics. We also look at some tools that produce analytics data based on web-server-access logs, GoAccess, in particular.

      • Productivity Software/LibreOffice/Calligra

        • LibreOffice 6.4.5 Released with over 100 Bug Fixes, Now Ready for Enterprise Deployments



          LibreOffice 6.4.5 comes one and a half months after LibreOffice 6.4.4 and it’s packed with lots of bug fixes across all core components. A total of 106 bugs have been addressed in this new point release, as documented here and here.

          But, the good news that I would like to share with you today is that the LibreOffice 6.4 office suite series is now finally ready for enterprise deployments in production environments as it’s thoroughly tested and includes several months of bug fixes.

          Those of you using the LibreOffice 6.3 office suite series in enterprise environments should upgrade to LibreOffice 6.4.5 as soon as possible. You can download the latest release for Linux, Mac, and Windows platforms right now from the official website.

        • Announcement of LibreOffice 6.4.5

          The Document Foundation announces the availability of LibreOffice 6.4.5, the 5th minor release of the LibreOffice 6.4 family, targeted at technology enthusiasts and power users. LibreOffice 6.4.5 includes over 100 bug fixes and improvements to document compatibility and interoperability with software from other vendors.

          LibreOffice 6.4.5 is optimized for use in production environments, even by more conservative users, as it now includes several months of work on bug fixes. Users of LibreOffice 6.3.6 and previous versions should start planning the update to LibreOffice 6.4.5, as the new major LibreOffice release – tagged 7.0 – is going to be announced in early August.

          [...]

          LibreOffice 6.4.5 is immediately available from the following link: https://www.libreoffice.org/download/. Minimum requirements are specified on the download page. TDF builds of the latest LibreOffice Online source code are available as Docker images: https://hub.docker.com/r/libreoffice/online/.

      • FSF

        • GNU Projects

          • GNU Taler news: Exchange independent security audit report published

            We received a grant from NLnet foundation to pay for an external security audit of the GNU Taler exchange cryptography, code and documentation. CodeBlau now concluded their audit. You can find the final report here. We have compiled a preliminary response detailing what changes we have already made and which changes we are still planning to make in the future. We thank CodeBlau for their work, and NLnet and the European Commission's Horizion 2020 NGI initiative for funding this work.

      • Programming/Development

        • GnuCOBOL 3.1rc-1 on alpha.gnu.org

          While this version is a release-randidate (with an expected full release within 3 months) it is the most stable and complete free COBOL compiler ever available.

        • 6 best practices for managing Git repos

          This is arguably Rule Zero for a secure Git repository. As a project maintainer, whether you started it yourself or you’ve adopted it from someone else, it’s your job to know the contents of your own repository. You might not have a memorized list of every file in your codebase, but you need to know the basic components of what you’re managing. Should a stray file appear after a few dozen merges, you’ll be able to spot it easily because you won’t know what it’s for, and you’ll need to inspect it to refresh your memory. When that happens, review the file and make sure you understand exactly why it’s necessary.

          [...]

          Third-party libraries are no exception to this rule. While it’s one of the many benefits of open source that you can freely re-use and re-distribute code you didn’t write, there are many good reasons not to house a third-party library in your own repository. First of all, you can’t exactly vouch for a third party, unless you’ve reviewed all of its code (and future merges) yourself. Secondly, when you copy third party libraries into your Git repo, it splinters focus away from the true upstream source. Someone confident in the library is technically only confident in the master copy of the library, not in a copy lying around in a random repo. If you need to lock into a specific version of a library, either provide developers with a reasonable URL the release your project needs or else use Git Submodule.

        • Scala contributor: Open source and diversity key to tackling dev skills shortage

          Diversity and open source can help fix the software developer skills gap, argued Scala contributor and Carnegie Mellon Assistant Professor Heather Miller in a keynote talk at the virtual Open Source Summit North America.

          Miller examined the IT and computer-related skills shortage from a US perspective. "The Department of Labor statistics show that in 2017 there were over 500,000 computing-related jobs open in the US that were not filled. They project that this number is going to get a lot higher. If this trend continues, it's obvious that there's no way these posts can be filled by computer science graduates."

          There are, however, many new people coming into the profession, not necessarily computer science graduates, and a notable point of recent StackOverflow research is the large number of respondents who consider themselves professional and have been coding for less than five years – 39.6 per cent in the latest survey.

          "The years of experience of professional software engineers, that is going down," said Miller.

        • Evgeni Golov: Automatically renaming the default git branch to "devel"

          It seems GitHub is planning to rename the default brach for newly created repositories from "master" to "main". It's incredible how much positive PR you can get with a one line configuration change, while still working together with the ICE.

          However, this post is not about bashing GitHub.

          Changing the default branch for newly created repositories is good. And you also should do that for the ones you create with git init locally. But what about all the repositories out there? GitHub surely won't force-rename those branches, but we can!

          Ian will do this as he touches the individual repositories, but I tend to forget things unless I do them immediately…

        • Web-augmented graphics overlay broadcasting with WPE and GStreamer

          To address the first point, WPE founding engineer, Žan Doberšek enabled software rasterizing support in WPE and its FDO backend. This is great because it allows WPE to run on machines without GPU (like continuous integration builders, test bots) but also “in the cloud” where machines with GPU are less affordable than bare metal! Following up, I enabled this feature in GstWPE. The source element caps template now has video/x-raw, in addition to video/x-raw(memory:GLMemory). To force swrast, you need to set the LIBGL_ALWAYS_SOFTWARE=true environment variable. The downside of swrast is that you need a good CPU. Of course it depends on the video resolution and framerate you want to target.

          On the latency front, I decided to switch from RTMP to WebRTC! This W3C spec isn’t only about video chat! With WebRTC, sub-second live one-to-many broadcasting can be achieved, without much efforts, given you have a good SFU. For this demo I chose Janus, because its APIs are well documented, and it’s a cool project! I’m not sure it would scale very well in large deployments, but for my modest use-case, it fits very well.

          Janus has a plugin called video-room which allows multiple participants to chat. But then imagine a participant only publishing its video stream and multiple “clients” connecting to that room, without sharing any video or audio stream, one-to-many broadcasting. As it turns out, GStreamer applications can already connect to this video-room plugin using GstWebRTC! A demo was developed by tobiasfriden and saket424 in Python, it recently moved to the gst-examples repository. As I kind of prefer to use Rust nowadays (whenever I can anyway) I ported this demo to Rust, it was upstreamed in gst-examples as well. This specific demo streams the video test pattern to a Janus instance.

          Adapting this Janus demo was then quite trivial. By relying on a similar video mixer approach I used for the first GstWPE demo, I had a GstWPE-powered WebView streaming to Janus.

        • PHP releases and support

          PHP is used extensively on the web. How new features, security fixes, and bug fixes make their way into a release is important to understand. Likewise, understanding what can be expected in community support for previous releases is even more important. Since PHP-based sites are typically exposed to the Internet, keeping up-to-date is not something a security-minded administrator can afford to ignore.

          PHP has not always had a formal release process and corresponding time frame for support; the official policy the project has now wasn't adopted until 2011. Before then, the decisions of when to make releases and how long to support them were both made less formally by key members of the community.

          Let's start with PHP versioning, where the project is more or less dependable. The versioning of PHP releases aims to follow Semantic Versioning. Major releases such as 3.0 and 4.0 always come with backward-compatibility breaks. Minor versions, such as 4.1 and 4.2, fix bugs and add new features that are backward-compatible in relation to the major release. Patch releases, such as 4.1.1, tend to be strictly for important bug fixes and should never break backward compatibility.

        • Intel AMX Support Begins Landing In LLVM

          Following Intel publishing the initial Advanced Matrix Extensions (AMX) documentation at the end of June, the open-source/Linux bring-up has continued for these new CPU instruction set extensions set to premiere with Sapphire Rapids next year.

        • Intel oneDNN 2.0 Deep Neural Network Library Working On More Performance Tuning

          Intel's open-source oneDNN library, which was formerly known as MKL-DNN and DNNL for this deep neural network library now living under the oneAPI umbrella, continues working on some big performance advancements for its 2.0 release.

          Intel on Thursday released oneDNN 2.0 Beta 7 and with it comes more Intel CPU performance optimizations around convolutional neural networks, binary primitive performance for the broadcast case, BFloat16 and FP32 weights gradient convolutions, INT8 convolutions with 1x1 kernel and spatial strides, and a variety of other specific areas within this deep learning library seeing optimizations.

        • Terminology Debate

          • Tech Companies Take Steps to Change Exclusionary Language

            In an article on The New Stack in June, Jennifer Riggins discussed recent decisions by some tech companies to phase out the use of exclusionary language. For example, Android and GitHub have announced that they will switch from the use of “master” to “main,” and other organizations and projects are following suit.

            These steps stem in part from efforts to show tangible support for Black Lives Matter. At times, however, Riggins said, “it is virtue signaling, a relatively easy way to show a company supports the movement. In still other cases, employees have been long wanting to make a change to the outdated language, and now is the perfect time to appeal to decision-makers about this.”

          • Red Hat making open source code more inclusive by eradicating ‘problematic language’

            Open source has always been about differing voices coming together to share ideas, iterate, challenge the status quo, solve problems, and innovate quickly.

            That ethos is rooted in inclusion and the opportunity for everyone to meaningfully contribute, and open source technology is better because of the diverse perspectives and experiences that are represented in its communities.

            Red Hat is fortunate to be able to see the impact of this collaboration daily, and this is why our business has also always been rooted in these values.

          • Words Matter: Finally, Tech Looks at Removing Exclusionary Language

            This month the tech industry’s lexicon is seeing a small but significant shift: Common technical phrases, most notably “Master/Slave” and “Whitelist/Blacklist” that have been red-flagged as offensive, or even racist, sometimes for decades, are getting updates. Android and GitHub announced this week that it is starting to changing “master” designation to “main,” alongside Android, Gitlab and Splunk. Many orgs are also looking at replacing the concept of “whitelist” in both its documentation and in its APIs. Other companies and open source projects are following suit.

            This work is in part to take another semantic and moral stand that Black Lives Matter. And, at times, it is virtue signaling, a relatively easy way to show a company supports the movement. In still other cases, employees have been long wanting to make a change to the outdated language, and now is the perfect time to appeal to decision-makers about this.

        • Python

          • EuroPython 2020: Our keynotes

            Conference tickets are available on our registration page. We hope to see lots of you at the conference from July 23-26. Rest assured that we’ll make this a great event again — even within the limitations of running the conference online.

          • Full Stack Python: How to Report Errors in Flask Web Apps with Sentry

            Flask web applications are highly customizable by developers thanks to the framework's extension-based architecture, but that flexibility can sometimes lead to more errors when you run the application due to rough edges between the libraries.

            Reporting errors is crucial to running a well-functioning Flask web application, so this tutorial will guide you through adding a free, basic Sentry configuration to a fresh Flask project.

          • PyCharm EAP#3 is out!

            PyCharm EAP #3 is out and it’s almost releasing time!! If you are like us you are also looking forward to the end of the month! We have been talking about new features for the last month and today we will take a deeper look into two very exciting ones. For the full list, check our release notes.

          • The Home Stretch - Building SaaS #63

            In this episode, we return to the homeschool application that I’m building. I’m in the final stretch of changes that need to happen to make the product minimally viable. We worked on a template, wrote some model methods, and did a bunch of automated testing.

            We started by adding students to the context of the students index page. With the students in the context, we updated the index page to display the list of students.

            After the students were available, we had to check their enrolled status in a school year. That logic doesn’t belong in the template so we worked out the changes needed for the view.

          • py.CheckIO: Find out more about Python by searching the solutions

            As you might have noticed, for two weeks we haven’t made our usual newsletter mailouts. But we definitely weren’t wasting any time. CheckiO team was actually preparing some important updates, which we want to share with you.

            That’s a common knowledge that CheckiO originated from the idea of practical learning through shared solutions. This means that in our portals you can learn not only by solving the coding tasks, but also by checking out and analyzing the solutions made by other users. In view of this, our next step became a logical continuation of this ideology.

            Since the creation of CheckiO, we’ve gathered nearly half a million of different solutions. Now, using the Solution Search feature, which becomes available from the 2nd Level, you can easily find any solution you need. Like you can look for the usage examples of an itertools.groupby function. You just need to enter it into the search field and you’ll see multiple solutions. Or you can type ‘itertools’ and you’ll be presented with all of the solutions where this module had been used. It’s fast, efficient and quite handy. The feature is still in the beta testing mode though.

          • Data science workflows on Kubernetes with Kubeflow pipelines: Part 2

            Kubeflow Pipelines are a great way to build portable, scalable machine learning workflows. It is a part of the Kubeflow project that aims to reduce the complexity and time involved with training and deploying machine learning models at scale. For more on Kubeflow, read our Kubernetes for data science: meet Kubeflow post.

            In this blog series, we demystify Kubeflow pipelines and showcase this method to produce reusable and reproducible data science.

            In Part 1, we covered WHY Kubeflow brings the right standardization to data science workflows. Now, let’s see HOW you can accomplish that with Kubeflow Pipelines.

            In Part 2 of this blog series, we’ll work on building your first Kubeflow Pipeline as you gain an understanding of how it’s used to deploy reusable and reproducible ML pipelines.

    • Standards/Consortia

      • Google's AMP, the Canonical Web, and the Importance of Web Standards

        Have you ever clicked on a link after googling something, only to find that Google didn’t take you to the actual webpage but to some weird Google-fied version of it? Instead of the web address being the source of the article, it still says “google” in the address bar on your phone? That’s what’s known as Google Accelerated Mobile Pages (AMP), and now Google has announced that AMP has graduated from the OpenJS Foundation Incubation Program. The OpenJS Foundation is a merged effort between major projects in the JavaScript ecosystem, such as NodeJS and jQuery, whose stated mission is “to support the healthy growth of the JavaScript and web ecosystem”. But instead of a standard starting with the web community, a giant company is coming to the community after they’ve already built a large part of the mobile web and are asking for a rubber stamp. Web community discussion should be the first step of making web standards, and not just a last-minute hurdle for Google to clear.

        This Google-backed, stripped down HTML framework was created with the promises of creating faster web pages for a better user experience. Cutting out slower loading content, like those developed with JavaScript. At a high level, AMP works by fast loading stripped down versions of full web pages for mobile viewing.

      • Open Standards Everywhere: How the Kolkata Chapter Got a Perfect Score

        In early May 2020, the Open Standards Everywhere (OSE) project held a series of virtual training sessions for Internet Society Chapters. Over 70 Chapter representatives from around the world learned, in English, French, or Spanish, how to improve the overall security and availability of their Chapter’s websites and web servers by enabling IPv6, HTTP/2, TLS, and DNSSEC.

  • Leftovers

    • What Are Art Galleries For?

      The gallery scene in New York, long the most active setting for new art worldwide, had been showing signs of malaise even before the Covid-19 pandemic. Many of its problems are shared around the globe—notably the rise of art fairs, which have increased the cost of doing business while drawing many collectors away from brick-and-mortar galleries; other challenges, such as high rents, are more specific to New York. All of them are rooted in a broader sociopolitical context: the seemingly inexorable rise of income inequality and the winner-take-all economy. One result has been consolidation of the art market around a small number of mega-galleries and a squeeze on the rest. And when the galleries are ailing, it’s the artists who are most affected.

    • Activists Are Beaming Free Wi-Fi to Protesters at NYC’s City Hall Occupation

      As protests against police violence continue, members of NYC Mesh built a network that provides [I]nternet access to the encampment without relying on Internet Service Providers.

    • Finnish Air Force Command drops swastika logo as insignia

      Brig. Gen. Jari Mikkonen at Air Force Command Finland acknowledged Thursday to The Associated Press that the historical swastika emblem had created confusion over the years among international colleagues.

      “Undeniably, we’ve had to explain from time to time the history of the (Finnish Air Force) swastika that dates back to 1918,” Mikkonen said. “It caused misunderstandings with our foreign partners, so continuing to use it was considered inappropriate and unnecessary.”

      The swastika is an ancient symbol and a religious icon in many cultures dating back thousands of years, but many still associate it with Nazi Germany’s notorious swastika flag adopted by Adolf Hitler and his Nazi Party in the early 1920s.

      The Finnish Air Command swastika emblem traces its roots back to March 1918 when the Finnish Air Force was created only a few months after Finland had declared its independence on Dec. 6, 1917.

    • Is the Five-Day Office Week Over?

      Most American office workers are in no hurry to return to the office full time, even after the coronavirus is under control. But that doesn’t mean they want to work from home forever. The future for them, a variety of new data shows, is likely to be workweeks split between office and home.

      Recent surveys show that both employees and employers support this arrangement. And research suggests that a couple of days a week at each location is the magic number to cancel out the negatives of each arrangement while reaping the benefits of both.

    • The Pandemic is Exposing More Americans to Remote Work, And Many are Latching On to the Practice

      A new Morning Consult survey report indicates the COVID-19 pandemic could disrupt the traditional office model, as many Americans who have shifted to working from home report positive experiences and are eager to see employers continue offering remote work options in the future.

      Overall, 73 percent of U.S. adults who have careers where remote work is possible report that the pandemic has made them feel more positively about the prospect of remote work. And given the option, three quarters of these workers say they would like to work from home at least 1-2 days a week once the pandemic is under control.

    • Education

    • Hardware

      • Desklab Portable USB-C Monitor

        I bought a mini-DisplayPort to HDMI adapter and for my first test ran it from my laptop, it was seen as a 1920*1080 DisplayPort monitor. The adaptor is specified as supporting 4K so I don’t know why I didn’t get 4K to work, my laptop has done 4K with other monitors.

        The next thing I plan to get is a VGA to HDMI converter so I can use this on servers, it can be a real pain getting a monitor and power cable to a rack mounted server and this portable monitor can be powered by one of the USB ports in the server. A quick search indicates that such devices start at about $12US.

        The Desklab monitor has no markings to indicate what resolution it supports, no part number, and no serial number. The only documentation I could find about how to recognise the difference between the FullHD and 4K versions is that the FullHD version supposedly draws 2A and the 4K version draws 4A. I connected my USB Ammeter and it reported that between 0.6 and 1.0A were drawn. If they meant to say 2W and 4W instead of 2A and 4A (I’ve seen worse errors in manuals) then the current drawn would indicate the 4K version. Otherwise the stated current requirements don’t come close to matching what I’ve measured.

    • Health/Nutrition

      • 'A Scandal': Contracts Show Trump Giving Big Pharma Free Rein to Price Gouge Taxpayer-Funded Coronavirus Drugs

        "The amount of money the government is throwing at companies is unprecedented. Normally when you write bigger checks, you should have more leverage, not less leverage."

      • Trump’s Contagion Road Show Heads West

        It’s like a Stephen King horror novel where a nation is swept by a deadly and uncontrollable disease, sickening millions and killing over 100,000 citizens. Ignoring the advice of top infectious disease specialists who say, “Don’t go to large-scale gatherings,” a crazed president insists on holding rallies for the sole purpose of boosting his rapidly sinking chances of reelection. While recklessly ignoring precautions and exhorting his followers to do the same, he leaves not hope, but contagion and death in his path. Only it’s not a novel, it’s our reality€ — and now Trump’s traveling horror show heads west.

      • The People Must Rise Up and Remove Trump-Pence From This Horror Show Handling of the Pandemic

        The citizenry must quickly mount irresistible pressure for Trump and Pence to step aside.

      • Who Made the Plague?

        (A nursery rhyme for grownups)

      • As Pandemic Soars in US and Brazil, Red Cross Federation Chief Slams Trump and Bolsonaro for Anti-Science Responses

        The remarks from International Federation of Red Cross and Red Crescent Societies president Francesco Rocca for lawmakers to heed science came as Trump said the coronavirus is "going to sort of just disappear."

      • Trump Says Covid-19 Is 'Going to Sort of Just Disappear, I Hope' on Same Day New US Cases Topped 50,000 for First Time

        "These reckless statements are false—and coming from the president, they are dangerous."

      • Trump Says COVID Is "Going to Sort of Just Disappear" as New US Cases Top 50k

        President Donald Trump said in an interview with Fox Business Wednesday that he hopes the coronavirus will “sort of just disappear” on its own, remarks that came on the same day new infections in the United States topped 50,000 for the first time since the start of the pandemic.

      • ‘We Are Not Even Beginning to Be Over This Pandemic’

        Just this week, something startling occurred. We heard the unvarnished truth about Covid-19 in the United States from a major public health official, the Center for Disease Control and Prevention’s principal deputy director Anne Schuchat. She is not a political appointee, has been at the agency since 1988, occupied many leadership roles since then, and has been at the forefront of the US response to pandemics like SARS and H1N1 influenza. The CDC’s career scientists have largely been silent since the early days of the current crisis, when Vice President Mike Pence and other senior administration officials took charge of the American effort against Covid-19, under tight control by the president and his son-in-law Jared Kushner.

      • We Take Homelessness for Granted. The Pandemic Should Change That.

        When San Francisco Mayor London Breed issued the nation’s first shelter-in-place order in mid-March, some San Francisco families were panic-shopping and wondering how on earth they would stay inside their homes for several weeks. Other families were grasping at straws to get inside at all.

      • As Arizona COVID Cases Surge From Reopening, Indigenous Nations Suffer

        In the days before Arizona Gov. Doug Ducey changed course by urging people to stay home, Scottsdale city councilman Guy Phillips donned a face covering and shouted “I can’t breathe” into a microphone at an anti-mask rally. His mocking of the last words of George Floyd is only one more example of the racism that seems to shadow the outbreaks of contagious viruses.

      • A Japanese Cityt Has Just Banned Using Phones While Walking

        Now, as passengers arrive at Yamato’s train station, a recorded voice broadcasts a warning about using smartphones while walking down sidewalks or in parks.

        “Using smartphones while walking is banned. Please operate your smartphones after you stop walking,” the recording says.

        But for now, that’s the extent of it: AFP reports that there’s no punishment linked to the crime of tweeting while walking, other than perhaps the ire of those around you.

      • E.U. coronavirus safe list: This is why the U.S. was nowhere near making the cut

        In fact, the Europeans say, the exclusive club was devised using strict epidemiological criteria.

        That's why the U.S. — which has the most coronavirus cases and deaths in the world — was nowhere near making the cut, according to three E.U. diplomats involved in the negotiations, who spoke anonymously because they weren't authorized to talk publicly about them.

      • Diaspora Organizations Are Stepping Into the Void on Covid-19

        As Covid-19 began to take its toll in New York City back in March, over in Hong Kong, artist Tiffany Sia watched the number of infections and deaths rise in horror. Having spent her childhood and adolescence in Manhattan before returning to her city of birth, she was deeply troubled by the lack of available basic protection, even as she watched her friends and family members living there contract Covid-19, and American officials tell people not to wear masks. Frustrated that Americans weren’t embracing what she saw as a simple way to confront an increasingly dire situation, she got in touch with a few friends, including Wilfred Chan, a contributing writer to The Nation, to set up a “DIY supply network”—in their words—to fundraise, purchase masks from a reliable distributor contact Sia had found, and get these masks in the hands of people working on the front lines at medical centers, at supermarkets, and inside Rikers.

      • Sanders Files Amendments to Force Pentagon to Pass Audit, Mass Produce Masks

        Sen. Bernie Sanders late Tuesday filed a slate of amendments to the National Defense Authorization Act aiming to force the Pentagon to pass an independent audit, require the federal government to mass-produce and deliver free masks to everyone in the U.S., and bar funding for the Saudi-led assault on Yemen.

      • Amid Pandemic, Oklahoma Residents Vote to Expand Medicaid Coverage

        A measure to expand Medicaid coverage in Oklahoma passed by a slim, 1 percent margin on Tuesday night, as the state grapples with growing concerns over coronavirus in recent weeks.

      • The GOP's Grotesque Response to a Pandemic Will Never Be Forgotten

        With nearly 130,00 US deaths and 2.6 million infections—gosh, what to do now? Of course! Let's take away the health care coverage of some 23 million Americans!

      • Blood on His Hands: The Nursing Home Covid-19 Crisis is Donald Trump’s Fault

        The president is desperate to deflect from the truth: Over 54,000 nursing home residents and workers are dead. Those deaths were preventable. Their deaths are his fault.

      • Big Pharma Trade Group Blasted as 'Morally Bankrupt' for Suing to Block Minnesota Insulin Affordability Law

        The law is named for Alec Smith, an uninsured 26-year-old who died in 2017 after rationing his insulin.

      • Texas Lt. Governor Says "No, Thank You" to Fauci's Advice as COVID Cases Spike

        Appearing in an interview on Fox News with host Laura Ingraham on Tuesday evening, Texas Lt. Gov. Dan Patrick lambasted Anthony Fauci, a member of the White House’s coronavirus task force and one of the nation’s top experts on infectious diseases.

      • As COVID Burns Through the South and West, Trump Fans the Flames

        Donald Trump has labored since March to imagine himself into a world where COVID-19 will go away in time to save his re-election campaign. Sure, people were getting sick and dying by the thousands in places like New York City, Boston, Los Angeles, San Francisco, Chicago and Detroit, but those weren’t “his voters,” so Trump decided they weren’t his problem.

      • 'Deplorable Act in Face of Global Crisis': Trump Condemned as US Buys Up Nearly Entire Supply of Covid-19 Drug

        "It's a very concerning precedent because if we see the vaccine coming from a U.S. company, we're likely to see the same type of behavior and hoarding by the U.S. and other developed countries."

      • Covid-19 and the Masque of the Red States

        Now that the pandemic is raging in the south and west, Trump’s governors finally are face-to-face with reality. Wear your damn mask.

      • Herman Cain is receiving treatment for coronavirus at an Atlanta hospital
      • Inside Congo’s Ebola emergency

        Beginning on 1 August 2018 and continuing for almost two years, eastern Democratic Republic of Congo grappled with the world’s first Ebola outbreak in an active conflict zone. It became the country’s deadliest outbreak to date and, with more than 2,200 lives lost, the second deadliest anywhere so far.

        On 25 June it was officially declared over, though responders are mindful that more than 1,000 survivors could relapse or infect others through body fluids, and that further outbreaks are likely in other parts of Congo, where Ebola remains endemic.

        The New Humanitarian was on the ground reporting throughout the just-ended epidemic. On this page, we’ve gathered all our key coverage so you can look back, explore what took place, and ponder the lessons learnt. We will continue to report on the aftermath of the epidemic and on new outbreaks, including cases detected in the northwest of the country in June.

      • Despite COVID-19 setbacks, displaced Kachin women keep their families afloat

        Uprooted for nearly a decade, women in displacement camps in Myanmar’s Kachin State are finding new ways to support their families as coronavirus restrictions squeeze livelihoods and aid.

        The New Humanitarian spoke with three women in Je Yang about life in long-term displacement, their hopes for peace, and how the coronavirus has forced communities in Myanmar’s northern borderlands to contend with new worries.

        June marked nine years since conflict resumed between the Kachin Independence Organisation (KIO) and Myanmar’s military, ending a 17-year ceasefire. Since 2011, the conflict has displaced more than 100,000 people, including some 38,000 living in KIO-controlled areas near the Chinese border.

        Je Yang, Kachin’s largest internal displacement camp, holds 8,700 people. They live in cramped shelters perched along mountainous terrain near the KIO base of Laiza.

        The women who spoke with TNH — Marip Bawk Nu, 49; Labang Nan Doi, 56; and Lashi Lu, 48 — are the main providers for their families. Female-headed homes are common in Je Yang and other displacement camps. Some men have lost their lives to war or to landmines, while others serve in the KIO or leave in search of work in China or in Kachin’s vast jade mines at Hpakant, a government-controlled area about 250 kilometres away.

    • Integrity/Availability

      • Two Musts for Managing a Remote Workforce: Identity Governance and Lifecycle

        Identity governance and lifecycle have always been fundamental to controlling user access and visibility into access activity in the workplace. But in a time when “the workplace” has been recast to mean every user’s home and a multitude of devices (including personal devices), these capabilities take on new meaning and importance. Identity governance suddenly isn’t just about who has access to what; it’s about where, how and why they have access. The meaning of identity lifecycle must be expanded, too, in light of the need to be concerned not just about securely enabling access to data, but about doing so when users aren’t inside a protected physical environment. Let’s look at some real-world examples of the identity management challenges remote work is creating, and at what it means to rethink identity governance and lifecycle to meet those challenges.

      • Proprietary

        • Ransomware Gangs Don’t Need PR Help

          Overall, I’ve tried to use each story to call attention to key failures that frequently give rise to ransomware infections, and to offer information about how other companies can avoid a similar fate.

          But simply parroting what professional extortionists have posted on their blog about victims of cybercrime smacks of providing aid and comfort to an enemy that needs and deserves neither.

        • Ransomware gangs are doing their homework before encrypting corporate data

          In the last three months, the criminal hackers behind the Maze ransomware have attacked two big IT service providers, one of which is a Fortune 500 company. Other ransomware gangs have hit big corporate targets, and in so doing are first locking computer systems and then publicly shaming companies that don’t pay up by dumping their data.

          For corporations that do pay the ransom, the pain sometimes isn’t over. There is no guarantee that the decryption key handed over by the attacker works, said Wendi Whitmore, global lead at IBM Security X-Force.

        • Zoom Will Offer End-To-End Encryption To All Its Users [Ed: But no. You cannot trust proprietary software to do what it claims to do.]

          The pandemic has moved more activities online--and specifically onto Zoom--than ever before. For an enterprise tool like Zoom, that means new users that the company never expected and did not design for, and all the unanticipated security and privacy problems that come with that sudden growth. Zoom's decision to offer end-to-end encryption more widely is especially important because the people who cannot afford enterprise subscriptions are often the ones who need strong security and privacy protections the most. For example, many activists rely on Zoom as an organizing tool, including the Black-led movement against police violence.

          To use Zoom's end-to-end encryption, free users will have to provide additional information, like a phone number, to authenticate. As Zoom notes, this is a common method for mitigating abuse, but phone numbers were never designed to be persistent all-purpose individual identifiers, and using them as such creates new risks for users. In different contexts, Signal, Facebook, and Twitter have all encountered disclosure and abuse problems with user phone numbers. At the very least, the phone numbers that users give Zoom should be used only for authentication, and only by Zoom. Zoom should not use these phone numbers for any other purpose, and should never require users to reveal them to other parties.

        • Pseudo-Open Source

          • Privatisation/Privateering

            • Linux Foundation

              • Linux Foundation To Boost Open Software Standards With Community Specification
              • New Community Specification Process Facilitates Open Standards

                The Linux Foundation has announced Community Specification, which aims to facilitate and accelerate the creation of open standards.

                “Open Standards are best defined as specifications made available to the public, developed, and maintained via an inclusive, collaborative, transparent, and consensus-driven process. Open standards facilitate interoperability and data exchange among different products or services and are intended for widespread adoption,” according to a recent post on the Linux Foundation website.

              • Driving Compatibility with Code and Specifications through Conformance Trademark Programs

                A key goal of some open collaboration efforts — whether source code or specification oriented — is to prevent technical ‘drift’ away from a core set of functions or interfaces. Projects seek a means to communicate — and know — that if a downstream product or open source project is held out as compatible with the project’s deliverable, that product or component is, in fact, compatible. Such compatibility strengthens the ecosystem by providing end-users with confidence that data and solutions from one environment can work in another conformant environment with minimal friction. It also provides product and solution providers a stable set of known interfaces they can depend on for their commercially supported offerings.

                A trademark conformance program, which is one supporting program that the LF offers its projects, can be used to encourage conformance with the project’s code base or interfaces. Anyone can use the open source project code however they want — subject to the applicable open source license — but if a downstream solution wants to describe itself as conformant using the project’s conformance trademark, it must meet the project’s definition of “conformant.” Some communities choose to use words other than “conformant” including “certified”, “ready”, or “powered by” in association with commercial uses of the open source codebase. This is the approach that some Linux Foundation projects take to maintain compatibility and reduce fragmentation of code and interfaces.

                Through this approach, we enable our projects to create flexible, custom-tailored conformance programs to meet the needs of their respective communities. In fact, our conformance programs can operate as open source projects themselves (see, for example, https://cncf.io/ck ). They incorporate a balance of interests from vendors, end-users, and contributors to the project and enable the community to define how the commercial ecosystem participants can leverage the use of the community’s mark.

        • Security

          • WordPress file permissions: the guide to configuring secure website & web server permissions
          • Updating the Git protocol for SHA-256

            The primary force behind the move from SHA-1 to SHA-256 is contributor brian m. carlson, who has been working over the years to make the transition happen. It has not been an easy task; the original Git implementation hard-coded SHA-1 as the only supported algorithm, and countless repositories need to be transitioned from SHA-1 to SHA-256. Moreover, in the time this transition is taking place, Git needs to maintain interoperability between the two hash algorithms within the context of a single repository, since users may still be using older Git clients.

            The problems surrounding that transition are complicated. Different versions of Git clients and servers may or may not have SHA-256 support, and all repositories need to be able to work under both algorithms for some time to come. This means Git will need to keep track of objects in two different ways and seamlessly work correctly, regardless of the hashing algorithm. For example, hash values are often abbreviated by users when referencing commits: 412e40d041 instead of 412e40d041e861506bb3ac11a3a91e3, so even the fact that SHA-256 and SHA-1 hash values are different lengths is only marginally helpful.

          • Security updates for Thursday

            Security updates have been issued by Debian (chromium and firefox-esr), Fedora (chromium and ntp), SUSE (ntp and unbound), and Ubuntu (libvncserver).

          • Canonical Outs Important Linux Kernel Security Updates for All Supported Ubuntu Releases



            The most important security issue fixed in this new Linux kernel update was discovered in the SELinux network label handling implementation by Matthew Sheets. This vulnerability (CVE-2020-10711) affects Ubuntu 20.04 LTS, 19.10, 18.04 LTS, and 16.04 LTS, and could allow a remote attacker to cause a denial of service (system crash).

            On Ubuntu 19.10 and Ubuntu 18.04 LTS systems using either Linux 5.3 or 5.0 kernels, the new security update addresses another important vulnerability (CVE-2020-10751) discovered by Dmitry Vyukov in the SELinux netlink security hook, which could allow a privileged attacker to bypass SELinux netlink restrictions.

          • Privacy/Surveillance

            • Hundreds of Police Departments with Deadly Histories Partner with Amazon’s Ring Surveillance Cameras

              Research by the Electronic Frontier Foundation (EFF) shows that hundreds of U.S. police departments with deadly histories have official partnerships with Amazon’s Ring—a home-surveillance company that makes it easy to send video footage to law enforcement.

              Ring sells networked cameras, often bundled with doorbells or lighting, that record video when they register movement and then send notifications to owners’ cell phones. Ring’s partnerships allow police to seek access to private video footage directly from residents through a special web portal. Ring now works with over 1400 agencies, adding 600 in the last six months alone. An analysis of data from Ring, Fatal Encounters, and Mapping Police Violence shows that roughly half of the agencies that Ring has partnered with had fatal encounters in the last five years. In fact, those departments have been responsible for over a third of fatal police encounters nationwide, including the deaths of Breonna Taylor, Alton Sterling, Botham Jean, Antonio Valenzuela, Michael Ramos, and Sean Monterrosa.

            • Amazon’s Ring Enables the Over-Policing Efforts of Some of America’s Deadliest Law Enforcement Agencies

              Ring, Amazon’s “smart” doorbell camera company, recently began sharing statistics on how many video requests police departments submit to users, and the numbers are staggering. In the first quarter of 2020 alone, police requested videos over 5000 times, using their partnerships with the company to email users directly and ask them to share private videos from their Ring devices.

              It’s unclear how many video requests were successful, as users have the option to deny the requests; however, even a small percentage of successful requests would mean potentially thousands of videos shared with police per year. With a warrant, police could also circumvent the device’s owner and get footage straight from Amazon, even if the owner denied the police.€ 

            • Onion Service version 2 deprecation timeline
            • HongKongers prepare for China and new national security law by scrubbing digital footprint

              As China takes over Hong Kong with a new national security law, Hongkongers prepare by cleaning up their social media presence. Before, under the now demolished “one country, two systems” lie, people posted online with an expectation that freedom of expression would be respected. That may no longer be on the table now that China is exerting its control over Hong Kong.

            • After exaggerated claims about their importance, here's the reality of contact tracing apps

              Back in February, this blog was one of the first to warn that the obvious technological response to the coronavirus – the use of contact tracing apps – raised important privacy questions. Since then, both the apps and their implications have been the subject of debate around the world. That’s particularly the case for the UK’s approach, which was even more contested than others. There were two key areas that were problematic. One was the decision not to use the Apple-Google contact-tracing framework. The UK government was unwilling to agree to the strong data protection safeguards built in to that, since it wished to adopt a centralized approach – the other problem – something ruled out by Apple and Google. Things went badly, and the UK has bowed to the inevitable, and abandoned its own code in favor of the Apple-Google framework.

            • [Old] TikTok offered details about how its most popular feed works. Experts seem unimpressed.

              Earlier this year, the Intercept obtained internal policy documents that encouraged content moderators to limit videos appearing in the “For You” feed that were deemed “undesirable,” including those featuring people with an “abnormal body shape” and “ugly facial looks.” TikTok also reportedly reached out to some high-profile users of its app to update them about changing rules, and the company censored political speech on its livestreaming feature.

            • Palmer Luckey’s surveillance startup Anduril signs contract for ‘virtual border wall’

              US Customs and Border Protection (CBP) has signed a deal with Anduril, the “virtual border wall” startup launched by Oculus founder Palmer Luckey. The Washington Post reports that the agency awarded Anduril a five-year contract to deploy portable surveillance towers meant to detect moving vehicles and human figures across the US border. The deal will see CBP purchase 140 towers in 2021 and 2022, supplementing 60 towers that were already part of a pilot program. A company executive told the Post that the deal was worth “several hundred million dollars.”

    • Defence/Aggression

      • Did the Army Ignore a Soldier’s Murder? Questions Mount over Vanessa Guillén Disappearance

        The U.S. Army says it has a suspect in custody in connection with the disappearance of Vanessa Guillén, a missing 20-year-old Fort Hood soldier whose family says her remains were likely found in a shallow grave near the Texas Army base. A second suspect in the case — a soldier who the Guillén family lawyer named as Aaron Robinson — killed himself in Killeen, Texas, as officers approached. The news comes after months of anguish for Vanessa Guillén’s family, who say she was sexually harassed by a higher-up prior to her disappearance and that the military was slow to investigate when she went missing. We get an update from the family’s attorney, Natalie Khawam.

      • New ICC Complaint Filed Over US-Israel War Crimes in Palestine

        Prominent international critics have called the ongoing Zionist colonization of Palestine an act of ethnic cleansing and the exclusively Jewish settlements a form of apartheid.

      • U.S. Marine Corps Concludes Its Investigation Into a Fatal 2018 Midair Crash Was Inaccurate

        The U.S. Marine Corps acknowledged in a new high-level review that its original investigation into a fatal 2018 midair crash off the coast of Japan was inaccurate and incomplete, led by a commander who was more concerned with how his findings would be perceived by his bosses than getting to the truth.

        The new review reexamined the December 2018 crash between an American fighter jet and a refueling tanker during a nighttime training exercise. The Marine Corps’ original investigation into the crash, which killed six Marines, largely blamed the squadron itself, painting the men as reckless aviators who flouted safety protocols and abused prescription drugs.

      • Military deployed in Ethiopian capital after more than 80 killed in protests

        The protests were sparked by the assassination of popular musician Haacaaluu Hundeessaa on Monday night and spread from Addis Ababa to the surrounding Oromiya region.

        The killing tapped into grievances fuelled by decades of government repression and what the Oromo, Ethiopia’s biggest ethnic group, describe as their historic exclusion from political power.

      • A New Anti-War Mobilization Must Topple Trump—and Challenge Biden

        Building a new anti-war movement that is connected to the domestic anti-police struggle is the only thing that can rein in US militarism.

      • 'Day of Rage': Palestinians and Global Allies Rise Up Against Annexation Plan and Israeli Apartheid

        "The Palestinian struggle today is not just about fighting annexation, which we must continue to do. It is about dismantling the entire system of apartheid."

    • Environment

      • Less rain will fall during Mediterranean winters

        Mediterranean winters could bring 40% less rain, hurting farmers in what’s called the cradle of agriculture – and not only farmers.

      • A potentially deadly weather pattern is setting up across the central US

        The seriousness of excessive heat cannot be overstated. Although hurricanes and tornadoes gain the most notoriety in the world of weather, many are surprised to learn that it is heat that is the top weather killer.

        In fact, heat kills nearly twice as many Americans each year than tornadoes and almost three times more Americans than hurricanes.

      • How climate change is affecting your cup of coffee

        “It was thought that it could handle average temperatures up to even 30 degrees Celsius, but when we looked into its relationship with those climate variables, we found it performed best at much cooler conditions, so around 20.5 degrees.”

        The issue is not whether the plants can survive at the higher temperatures, Dr Kath said, but whether they could produce a viable crop.

        This is especially important, he said, because it had widely been thought that coffee plantations could transition from arabica to robusta crops as the global temperature increased.

      • Fires rage across Amazon rainforest, sparking fears of another disastrous summer season

        In the month of June alone, almost 2,250 separate fires were recorded in the Amazon rainforest – up from around 1,900 fires detected in the same period last year. NGOs are worried that this summer will see a repeat of the infernos that raged across the Amazon last summer.

      • In Russia, a New Generation of Activists are Taking on Climate Crisis

        Against a hostile media—and a powerful fossil lobby, young people in Russia are coming out to build a safe climate future.

      • Silver Linings on a River

        Stillwater, Me.—Biking through my neighborhood, I notice a new Trump/Pence sign on the lawn strewn with Americana ornaments. A far cry from the rainbow animal sculptures down the road celebrating LGBT pride. Our small community on the Stillwater River is sandwiched between the progressive college town of Orono, headquarters to the University of Maine, and the working-class paper mill community of Old Town, near the home of the Penobscot Nation and the world-famous canoe. These disparate places are connected by the river, which I am fortunate to have winding along my backyard. It was this river that offered sanctuary to my parents after a war divided our country, Cyprus, in 1974. This river was my companion as a child who spent most of her time outdoors. This river urged me to move with my family back to Maine from New York when, after eight years, the apple started to sour. This river, a small artery in the web of life, offers me relief today as humanity cries, I can’t breathe.

      • Energy

        • IEA Report Misses the Mark on 'Sustainable Recovery' by Sidelining 1.5€°C

          The decisions made over the next three years will set our course to 2030. To be a useful authority on a sustainable recovery, the IEA needs to choose a side.

        • Oil Industry and Allies Look to Pump Brakes on Democrats’ Plans to Move Transportation Off Petroleum

          The infrastructure bill comes on the heels of a new climate action plan released June 30 by the House Select Committee on the Climate Crisis. That plan offers a roadmap for mostly eliminating globe-warming greenhouse gas emissions from the U.S. by 2050. Achieving zero emissions from the nation’s transportation sector is a key priority in this€ plan.

        • Warning: The world won't hit climate goals unless energy innovation is rapidly accelerated

          The International Energy Agency sounded the alarm Thursday about the "critical need" to rapidly accelerate clean energy innovation. That's because the climate goals set by governments and corporations around the world depend on technologies that have not yet reached the market.

          "The message is very clear: in the absence of much faster clean energy innovation, achieving net-zero goals in 2050 will be all but impossible," Fatih Birol, the IEA's executive director, said in a statement.

        • New Analysis Says Coal's Hit a 'Tipping Point' And No Longer Makes Financial Sense

          Renewable energy such as wind and solar projects are already cheaper to build than it is to continue operating 40 percent of the world's existing coal fleet, according to analysis released Tuesday.

          In a report outlining how the world can phase out the most polluting fuel while powering an economic recovery from the coronavirus pandemic, a group of experts said coal had reached a financial "tipping point" making it uncompetitive in most markets.

      • Wildlife/Nature

    • Finance

    • AstroTurf/Lobbying/Politics

    • Censorship/Free Speech

      • Project Censored’s 2020 Summer Reading List - Censored Notebook

        The End of White Politics: How to Heal Our Political Divide, Zerlina Maxwell

      • China’s new national security law is already chilling free speech in Hong Kong

        At 11pm local time on Tuesday, Hong Kong’s government unveiled the text of a draconian new national security law that gives the Chinese government vast new powers to crackdown on free speech and dissent in Hong Kong.

        Drafted in secrecy by top Chinese officials in Beijing — and not seen by the public until that very moment — the law criminalizes “secession, subversion, organization and perpetration of terrorist activities, and collusion with a foreign country or with external elements to endanger national security.”

        Those who commit such acts — which experts say are vaguely defined in the law, and thus allow for an extremely broad interpretation by authorities — face severe punishment, up to and including life in prison.

      • Reddit bans 2,000 communities in major censorship action

        Meanwhile, hiding behind the banning of the widely despised subreddit r/The_Donald, Reddit executives also took action to shut down some 2,000 other groups, including a popular left-radical forum called r/ChapoTrapHouse, named after a popular podcast, which had approximately 160,000 users in its community.

      • America Exports Cancel Culture to the World

        ecently, I was interviewed for a video for the Dutch media outlet NU.nl, a popular news website in the Netherlands. The topic was cancel culture, which refers to the social trend of ending (or attempting to end) an individual’s career or prominence to hold them to account for violating moral norms. The video was about the uses and abuses of this new trend, including how cancel culture has rightly jettisoned reprehensible individuals like Harvey Weinstein from polite society. On the other hand, it also discussed its excesses, such as the recent social media mobbing of J.K. Rowling. During my segment, I described how individuals use cancel culture to elevate their own social position.

        Three days after it was published, the video was taken down. I contacted the journalist who interviewed me, asking what happened. He replied that although the video gathered over 176,000 views and was positively received by viewers, his employer determined that it “didn’t meet their profile.” He then revealed that his supervisors believed the video was too sympathetic to the targets of cancel culture. In other words, a video about cancel culture was cancelled.

        This social phenomenon is spreading beyond our shores. [...]

      • Radio Is Quietly Scrubbing the Word ‘Urban,’ Sources Say

        A rep for iHeartMedia — the U.S.’s largest radio conglomerate, operating 855 stations — says that the company is in the process of removing “urban” from job titles, adding that it has “already transitioned away from it” and into “more descriptive and specific names such as hip-hop and R&B” to break from the past. iHeart will also no longer use “urban” when referencing the format or in internal communication. The term is “definitely outdated,” the rep says.

        In addition, multiple major label executives and other industry sources familiar with the matter tell Rolling Stone that the iHeart-owned data analytics company Mediabase, which powers the industry’s go-to charts on radio airplay, is planning to remove “urban” from its chart names. Mediabase currently publishes two charts reflecting the top-played tunes at U.S. Urban stations and Urban Adult Contemporary (AC) stations; these charts will be renamed Hip-hop/R&B and R&B, respectively, sources say. Mediabase did not respond to request for comment on Thursday.

      • India bans 59 apps it says have privacy, national security problems. In a massive coincidence, they’re all Chinese

        India has banned the use of 59 smartphone apps it says violate its citizens’ privacy and threaten national security. In a massive coincidence they come from China, and just weeks after border skirmishes between the two nations.

        The Indian government's announcement of the software banishment said the offending apps “are engaged in activities which is prejudicial to sovereignty and integrity of India, defence of India, security of state and public order.“

        “The Ministry of Information Technology has received many complaints from various sources including several reports about misuse of some mobile apps available on Android and iOS platforms for stealing and surreptitiously transmitting users’ data in an unauthorized manner to servers which have locations outside India,” the statement continued.

        “The compilation of these data, its mining and profiling by elements hostile to national security and defence of India, which ultimately impinges upon the sovereignty and integrity of India, is a matter of very deep and immediate concern which requires emergency measures.“

    • Freedom of Information/Freedom of the Press

      • Wikileaks-Hosted "Most Wanted Leaks" Reflects the Transparency Priorities of Public Contributors

        The government recently released a superseding indictment[1] against Wikileaks editor in chief Julian Assange, currently imprisoned and awaiting extradition in the United Kingdom. As we’ve written before, this prosecution poses a clear threat to journalism, and, whether or not Assange considers himself a journalist, the indictment targets routine journalistic practices such as working with and encouraging sources during an investigation.

        While considering the superseding indictment, it’s useful to look at some of the features carrying over from the previous version. Through much of the indictment, the government describes and refers back to a page on the Wikileaks website describing the “Most Wanted Leaks of 2009.[2]” The implication in the indictment is that Wikileaks was actively soliciting leaks with this Most Wanted Leaks list, but the government is leaving out a crucial piece of nuance about the Most Wanted Leaks page: Unlike much of Wikileaks.org, the Most Wanted Leaks was actually a publicly-editable wiki.€ 

      • RSF Reiterates Call For Charges Against Julian Assange To Be Dropped As US Issues New Indictment

        Reporters Without Borders (RSF) condemns the US Department of Justice’s issuing of a new superseding indictment against Wikileaks founder Julian Assange - the latest in a long series of US government attempts to manipulate legal loopholes and undermine Assange’s defense. RSF calls again for all charges against Assange to be dropped and for him to be immediately released.

        On 24 June, the US Department of Justice filed a new superseding indictment against Assange, broadening the “scope of the conspiracy” claimed in the hacking allegations against him. Assange had previously been indicted on 17 counts under the Espionage Act and one charge under the Computer Fraud and Abuse Act (CFAA); the new superseding indictment did not add new charges, but expands the scope of the CFAA charge and changes the evidential basis of some of the other charges against him.

      • Belarus Media Arrests Are Sign of Election Crackdown, Experts Say

        As President Alexander Lukashenko prepares for what experts say could be his stiffest election challenge yet, Belarusian authorities have detained at least 20 journalists and bloggers.

        In the months leading up to the August 9 election, authorities have arrested opposition presidential candidate Viktor Babaryko on suspicion of financial crimes, and over 100 protesters who were calling for an end to Lukashenko’s 26-year rule.

        At least 14 journalists covering the protests were among those detained. On June 23, three were convicted of participating in illegal protests – charges the journalists denied. Separately, about six bloggers were arrested over their blog posts or commentary.

    • Civil Rights/Policing

      • Tear Gas and Clubs in Lafayette Square Were Just the Beginning

        On June 1, President Trump ordered National Park Police and troops from the District of Columbia National Guard and some other federal law enforcement agencies to drive peaceful protesters from Lafayette Square, north of the White House, to clear the way for his Bible-holding photo op. The same day, Trump and his Attorney General William Barr, along with Defense Secretary Mark Esper, also placed a call to the nation’s 50 governors.

      • How Did Police Unions Get So Powerful?

        New York City’s liberal mayor, elected on a platform of overhauling a police department accused of deep-seated racism and corruption, had a seemingly obvious idea for reform: instituting civilian oversight of the police.

      • Housing Activists Unite to Fight Mass Evictions and Defund Police

        As COVID-19’s second wave bears down, nearly half of all states’ eviction moratoria have already expired or are set to expire in the next two months. A federal moratorium that bans evictions of people in rentals backed by the government expires July 25. To make matters worse, the CARES Act’s supplemental boost to unemployment insurance ends July 31.

      • Police Unions Are Racist Power Brokers in Opposition to Movement for Black Lives

        The scene is all too frequent — a Black person is slain or wantonly brutalized on camera by police officers, most often white, and in response, a white police union leader steps to the microphone and unequivocally defends the actions, no matter how indefensible they are. A police chief or mayor, under pressure from the community, attempts to invoke modest reforms in response, and the union wields the power of its contract to defeat the measures. Progressive-leaning prosecutors are mercilessly attacked and judges plied with union contributions to support “law and order.” Killer cops are supplied with lawyers, at union expense, when they are administratively charged or criminally prosecuted. When a department, pursuant to a consent decree or community pressure, implements de-escalation and peer intervention training, the union provides alternative “warrior mentality” training free of charge. The union leaps to the defense of a cop who sends a defenseless 75-year-old peace activist to the hospital in critical condition. Several police union leaders are notorious “repeater beaters” with long records of shootings, beatings and other misconduct. Cops in their union garb pack courtrooms to intimidate cops who break the code of silence and bravely testify about police torture and murder. Union leaders rally for Trump, while he encourages their violence. And the list goes on.

      • Markey Bill Backed by Sanders and Warren Seeks to Abolish Qualified Immunity

        In the wake of the recent killings of George Floyd in Minnesota and Breonna Taylor in Kentucky — which sparked a national uprising against racial injustice and police violence — Sens. Ed Markey (D-Mass.), Bernie Sanders (I-Vt.), and Elizabeth Warren (D-Mass.) on Wednesday introduced a new bill in the U.S. Senate that would end “qualified immunity” for law enforcement officers accused of excessive force and violating the constitutional rights of civilians.

      • The White Left Needs to Embrace Black Leadership

        We are seeing one of the largest uprisings in US history, and Black leftist organizers and Black working-class people are leading it. The video of George Floyd begging for his life and calling for his mother as Derek Chauvin, a white police officer, kneeled on his neck for eight minutes and 46 seconds made Floyd this generation’s Emmett Till. When white Americans watched that scene of unchecked racism, state power, and the toxic masculinity that permeates police culture, they had a choice: to allow that cop to speak for them or to hit the streets as part of a movement against white supremacy and police repression. Millions across the world opted for the latter.

      • With Epstein Suicide Looming, Ocasio-Cortez Calls for Assurances of Ghislaine Maxwell's Safety While in Custody

        "I hope the SDNY and all relevant parties have conducted an extensive review of the failures of Epstein's custody," said the New York Democrat.

      • 300+ Law Professors Agree: Congress Should 'Pass a Bill Tomorrow' to End Qualified Immunity for Police

        The Supreme Court has "drained the life" from a law meant to ensure people can seek redress when their constitutional rights are violated by the police, the professors said.

      • Black Visibility Matters—and Not Just During Trauma

        “We would love for you to share your experience on this very important topic.”

      • Tactics And The Truth: The Geoffrey Rush Defamation Appeal Unpacked

        Actress Eryn Jean Norvill – one of the central figures in the allegations of sexual harassment levelled against Geoffrey Rush – was described by a judge as “A witness prone to exaggeration and embellishment”. Hannah Marshall from Marque Lawyers unpacks the findings in the Geoffrey Rush defamation appeal, and some gaping flaws in our judicial system.

      • The New EARN IT Bill Still Threatens Encryption and Free Speech

        The day before a committee debate and vote on the EARN IT Act, the bill’s sponsors replaced their bill with an amended version. Here’s their new idea: instead of giving a 19-person federal commission, dominated by law enforcement, the power to regulate the Internet, the bill now effectively gives that power to state legislatures.€ 

        And instead of requiring that Internet websites and platforms comply with the commission’s “best practices” in order to keep their vital legal protections under Section 230 for hosting user content, it simply blows a hole in those protections. State lawmakers will be able to create new laws allowing private lawsuits and criminal prosecutions against Internet platforms, as long as they say their purpose is to stop crimes against children.€ 

      • He Built a Privately Funded Border Wall. It’s Already at Risk of Falling Down if Not Fixed.

        Tommy Fisher billed his new privately funded border wall as the future of deterrence, a quick-to-build steel fortress that spans 3 miles in one of the busiest Border Patrol sectors.

        Unlike a generation of wall builders before him, he said he figured out how to build a structure directly on the banks of the Rio Grande, a risky but potentially game-changing step when it came to the nation’s border wall system.

      • Biden Compared Indicted War Criminal to “George Washington”

        In 2010, current Democratic Party presidential hopeful Joe Biden Jr. referred to Kosovo Liberation Army (KLA) leader Hashim Thaci as the “George Washington of Kosovo.”

      • Traditional Russophobia in an Unusual Election Year

        Why would Russia pay Taliban troops to kill U.S. troops in Afghanistan? “Russia has never gotten over the humiliation they suffered in Afghanistan,” Nancy Pelosi explains helpfully, “and now they are taking it out on us, our troops.”

      • America is Falling Because You Can’t Maintain a Democratic Republic With a Stupid Population

        Ok, fair enough.

        Good to know for next time.

      • Barbara Ransby on the Biden Problem: Social Movements Must Defeat Trump & Also Hold Dems Accountable

        Amid a mass uprising against racism and state violence, social movements are not just fighting hostility and backlash from President Trump, but also dealing with a “Biden problem,” according to historian, author and activist Barbara Ransby. “I think it’s fair to say that Joe Biden is not our dream candidate, by any means,” she says. “We should be critical of Joe Biden. We should be ready to hold Joe Biden accountable come January. But we should be clear about the need to defeat Trump in November.”

      • The Untold History of Mount Rushmore
      • The Untold History of Mount Rushmore: A KKK Sympathizer Built Monument on Sacred Lakota Land

        As tribal governments call on President Trump to cancel his Mount Rushmore Independence Day celebration, we look at why Native Americans have long pushed for the removal of the monument carved into the sacred Black Hills and designed by a sculptor with ties to the Ku Klux Klan. “This place is very, very sacred to our people,” says Nick Tilsen, president and CEO of the NDN Collective. “Stealing our land and then carving the faces of four white men who were colonizers, who committed genocide against Indigenous people, is an egregious act of violence.”

      • COVID-19 Outbreak Feared At Massachusetts Prison After Incarcerated Man Collapses In Kitchen

        Advocates and incarcerated people fear a potential COVID-19 outbreak at MCI Norfolk in Massachusetts after an incarcerated man collapsed during his kitchen duty shift.

        The man was taken to the hospital and tested positive for COVID-19. Officials placed his housing unit on lockdown, but only after he potentially exposed kitchen staff and incarcerated people in his housing unit to the virus.

      • Russian LGBTQ activist charged with distributing pornography faces new allegations of ‘gay propaganda’

        Law enforcement have filed a new administrative protocol against artist and LGBTQ rights activist Yulia Tsvetkova for “promoting non-traditional sexual relationships among minors” — a violation of Russia’s so-called “gay propaganda law.” Tsvetkova, who is from the Far Eastern city of Komsomolsk-on-Amur, is already facing up to six years in prison for the criminal distribution of pornography, over drawings she posted on social media.

      • Detroit Police Chief Says Facial Recognition Software Involved In Bogus Arrest Is Wrong '96 Percent Of The Time'

        The law enforcement agency involved with the first reported false arrest linked to facial recognition software is talking about its software. The Detroit Police Department -- acting on a facial recognition "match" handed to it by State Police investigators -- arrested resident Robert Williams for allegedly shoplifting watches from an upscale boutique.

      • Fears grow of a surge in child marriages in Malawi

        Before coronavirus pandemic struck, Malawi already had one of the highest rates of child marriages in the world. But ever since schools closed to help combat the spread of COVID-19, remote areas have reported an increase in child marriages.

      • The Erasing Of Iranian Women, Their History, And Their Aspirations

        As an American teen who played soccer, had a boyfriend, spoke her mind, laid by the pool and laughed loud, I found my homeland at once beautifully familiar and grossly threatening. The morality police I had been warned about were indeed everywhere, all the time. From Tehran to Shiraz, Esfahan, and the Caspian Sea, they found ways to humiliate, violate, interrogate, threaten, and prohibit, not least because we stubbornly (or naively) traveled the country without a male escort, by itself an illegal act.

        The conventional wisdom about Iran is that things have much improved since those dark days of the 1980s. But the truth is that the Iranian people have only grown accustomed to tyranny, and their suffering has only calcified. This is the nature of totalitarian regimes; time works to deepen their rot, never to reform them. All the while their societies disintegrate and their people flee, the corrupt rulers do advance, but only in their nefarious actions, military arsenals and chest puffing. Those on the inside see through the bluster, lies and deception, as their lives worsen.
      • Facebook Accused by Black Manager of Systemic Discrimination

        Thursday’s complaint to the U.S. Equal Employment Opportunity Commission by a Washington-based operations program manager adds pressure on the social network, which is facing an advertising boycott over its failure to remove violent, divisive, racist and discriminatory posts. Along with other major tech companies, Facebook also has been criticized for its lack of diversity.

        Oscar Veneszee Jr., a decorated 23-year U.S. Navy veteran hired by the company in 2017 to recruit other workers retired from the armed services, said he filed the complaint after his objections to Facebook managers over treatment of African Americans went nowhere. It was filed as a class action to represent other Black people who’ve experienced discrimination inside the company, as well as those who claim they were unfairly denied jobs with the social network.

      • Facebook to launch Fourth of July voter registration drive

        Facebook CEO Mark Zuckerberg discussed the platform’s voter registration efforts in a post last week, writing that information on the voting center will be visible at the top of Facebook and Instagram feeds over the next few months.

      • [Old] How Cambridge Analytica Mined Data for Voter Influence

        We are now in the age of data science. The ability to scrape data from across multiple social media platforms, capturing user behavior patterns and comments are unprecedented. It has spawned a huge demand for top-notch data scientists, who are figuring out how to harvest and analyze vast quantities of data, creating algorithms that cull and respond, and building predictive models. Their toolbox is an impressive mix of machine learning, statistics, robust programming skills and both artificial and natural intelligence—and they are all trying to capture and influence human behavior in evermore nuanced and targeted ways.

      • Prisoners Mobilize for Black Lives and Against Brutality Behind Bars

        Over Memorial Day weekend, a mob of ten or more prison guards maced and beat “Pooh Bear,” a Black man incarcerated in Alabama’s Kilby Correctional Facility, in the head arms, ribs, legs and back with clubs.

      • Charles Webb Enters Heaven

        Charles Webb, author of The Graduate (an identity that dogged and bedeviled him his whole life). died a few days ago at age 81. I met Charles in early 1970, shortly after the release of his second novel, The Marriage of a Young Stockbroker. I was waiting for my own novel to come out that summer and decided as a way to stop obsessing about it I would help promote the work of some other writers whose work I admired. Like nearly everyone of my generation, I had been hypnotized by the movie of The Graduate, and when I read the novel I realized all the producers of the movie had to do for a script was transcribe the dialogue of the novel (not an ordinary formula.)

      • After Weeks of Allowing 'Autonomous Zone,' Seattle Police Clear CHOP Amid Violence, Growing Complaints

        As the city's police chief said, "Enough is enough," one organizer lamented that "it didn't end how it started and that's the tragedy of the situation."

      • Progressive Populism and a 21st Century Challenge

        Grassroots activists are re-defining populism for a new era.

      • Crisis After Crisis on the Border

        Ciudad Juarez has a long history of crises–foreign invasions, revolutions, economic recessions tied to the United States, the 9-11 border constriction and transnational gangland wars. Then there’s the perpetual crisis of putting food on the table in a high-priced, low-wage city while staying safe in a place where violence can surge at any moment.

      • Jamaal Bowman Calls for Rent Cancellations and Defunding the NYPD

        As a surge of progressive candidates of color see victories in Democratic primaries across the country, we speak with former Bronx middle school principal Jamaal Bowman about his upset victory over New York Congressmember Eliot Engel, the 16-term Foreign Affairs Committee chair. Bowman ran on a Green New Deal, Medicare for All platform and recently joined protests demanding an end to racism and police brutality. He says his upset over Engel came down to mobilizing people who are “disenfranchised and ignored” by the political establishment. “We didn’t just target those who consistently vote in primaries. We targeted everyone,” he says. Looking forward, he describes his support for Palestine, a rent strike and police accountability.

      • SCOTUS Ruling on Religious Schools Threatens Church-State Separation

        The U.S. Supreme Court on Tuesday delivered a ruling civil liberties advocates warned could make taxpayers “underwrite religious education” — opening a massive crack in the bedrock principle of church and state separation.

      • A Call for Radical Humanism: the Left Needs to Return to Class Analyses of Power

        How do white people live with themselves? This is the presumed ethical position emanating from liberal corners in the aftermath of the recent protests around the US. While a seemingly thought-provoking question nudging white folks to contemplate “their racism,” the problem with this question is the question itself. Indeed the minute we individualize what are structural problems of police violence and focus upon rooting out “wrong thought” as if a new global war on terror, we necessarily default to witch hunts of individuals through McCarthyesque callouts instead of understanding racism as a byproduct of structural inequalities.

      • As Monuments to War Generals Come Down, Let’s Replace Them with Monuments to Peace

        The monuments to Confederate generals and to those who fought to maintain slavery are coming down. That’s a good thing and long overdue. It cannot stop there, however, as we move not only to eradicate their symbolism, but the very real systemic racism they represent, and which sadly persists in this country.

      • Congress Urged to Repeal Program That Transfers 'Weapons of War' to Local Police

        "In response to the national outrage, armored vehicles, assault weapons, and military gear once again filled our streets and communities, turning them into war zones."

      • In New York, Zionism and Liberalism Faced Off—and Liberalism Won

        It is usually a mistake to try to draw historical lessons from events just days old. It’s an even dicier proposition when it involves just the 50,000 voters who participated in last Tuesday’s Democratic primary in New York’s 16th district. But I’ve been working for years on a book about the history of the Israel/Palestine debate in the United States and I’m going to risk it, because I think American politics—specifically American Jewish politics—is undergoing a significant shift with important implications.

      • Black Lives Matter: Walking Forward
      • Cheyenne River Sioux Chair Offers to Rip Down Mount Rushmore—"Free of Charge... By Myself If I Must"

        "Nothing stands as a greater reminder to the Great Sioux Nation of a country that cannot keep a promise or treaty than the faces carved into our sacred land on what the United States calls Mount Rushmore."

    • Internet Policy/Net Neutrality

      • Closing the Digital Divide in Nepal

        While connecting some of Nepal’s most remote places isn’t easy, two community network projects are case studies of how it can be done. They are Wireless for Communities (W4C) Nepal and Rural Communities Access to Information Society (RUCCESS), both supported by the Internet Society.

        Community networks are networks built, managed and used by local communities. They are often established in rural and remote areas that are not commercially viable for Internet service providers (ISPs). The networks are often built using low-cost WiFi equipment and unlicensed spectrum bands to interconnect members of the community and improve their lives.

    • Monopolies

      • Four Top Tech C.E.O.s Will Testify on Antitrust, Panel Says

        Jeff Bezos of Amazon, Tim Cook of Apple, Mark Zuckerberg of Facebook and Sundar Pichai of Alphabet, which owns Google and YouTube, will appear at the hearing, said Shadawn Reddick-Smith, a spokeswoman for the House Judiciary Committee, which is said to be nearing the end of its investigation.

        The date and whether the executives will appear in person or virtually, as has become common during the coronavirus pandemic, are still being discussed, Ms. Reddick-Smith said.

      • USMCA, Trump’s new NAFTA deal, explained in 600 words

        Intellectual [sic] property [sic] and digital trade: The deal extends the terms of copyright to 70 years beyond the life of the author (up from 50). It also includes new provisions to deal with the digital economy, such as prohibiting duties on things like music and ebooks, and protections for [I]nternet companies so they’re not liable for content their users produce.

        Sunset clause: The agreement adds a 16-year sunset clause — meaning the terms of the agreement expire, or “sunset,” after 16 years. The deal is also subject to a review every six years, at which point the US, Mexico, and Canada can decide to extend the USMCA.

      • A Trendy Rage: Boycotting Facebook and the Stop Hate for Profit Campaign

        Rage can be that most trendy of things, and social media rage has become modish. If you dislike something, scream it in a certain number of characters and post it on every network you subscribe to. You might even feel good about it. When the pot is taken off the boil, the matter goes away. Things cool till other ingredients are added. The moralist can keep silent till the next rage breaks.

      • With Edge, Microsoft’s forced Windows updates just sank to a new low



        If I told you that my entire computer screen just got taken over by a new app that I’d never installed or asked for — it just magically appeared on my desktop, my taskbar, and preempted my next website launch — you’d probably tell me to run a virus scanner and stay away from shady websites, no?

        But the insanely intrusive app I’m talking about isn’t a piece of ransomware. It’s Microsoft’s new Chromium Edge browser, which the company is now force-feeding users via an automatic update to Windows.

        Seriously, when I restarted my Windows 10 desktop this week, an app I’d never asked for...

      • Patents

        • Global Patent Prosecution - June 2020



          In some circumstances, appealing the rejection of a patent application is the only practical recourse a patent applicant may have to advance prosecution. In doing so, the patent applicant can appeal an examiner’s decision refusing to grant a patent application to an administrative panel. This issue of Global Patent Prosecution discusses various considerations patent applicants may take into account when appealing their patent applications at the United States Patent and Trademark Office (USPTO), European Patent Office (EPO), and China National Intellectual Property Administration (CNIPA).

        • Patents on genetically modified chimpanzees scrapped

          Two patents relating to the genetic modification of apes were removed by the European Patent Office (EPO) on Thursday. The patents themselves still exist but can no longer include apes, an EPO spokesperson said.

          Animal welfare activists have celebrated the decision as a success, including world-renowned British primatologist Jane Goodall who called it a "wise and responsible decision."

          The assigning of patents resulted in "the suffering of these animals without any substantial medical benefit to man or animal," the EPO said.

          The controversy arose after a US company filed two patents claiming that genetically modified chimpanzees as well as other animal species, were an invention that could be used in experiments. The patents were filed in 2012 and 2013, with 14,000 signatories supporting groups that opposed the patents.

        • EPO reports emissions cut and new partnerships

          The European Patent Office (EPO) has published its first annual review of its current strategic plan, revealing progress on international partnerships and environmental sustainability.

      • Copyrights

        • Simon & Schuster was unaware of Mary Trump’s NDA, already printed copies of book

          The publisher of Mary Trump’s potentially explosive tell-all memoir reportedly revealed in a Tuesday night court filing that the company already printed 75,000 copies of the book — after publication was temporarily blocked earlier in the day.

          Simon & Schuster also wrote it was only recently made aware of the nondisclosure agreement the author signed as part of a dispute over the 1999 will of President Trump’s father, Fred Trump, the Washington Post reported.

        • New York Times Selectively Cracks Down on 'Copyright Infringing' Trump Meme

          Twitter has removed a Trump meme posted by the US President himself. The social media platform took action after the New York Times sent a copyright complaint. The news organization owns the related copyright and can have the tweet removed. However, it doesn't appear interested in going after others sharing the same meme.

        • The Pirate Bay: VPN Provider OVPN Hit With Court Injunction, Vows to Fight

          After an injunction obtained by two movie studios against an ISP with alleged links to The Pirate Bay was dismissed, the parties have returned to court demanding that VPN provider OVPN hands over information relating to the notorious site. OVPN informs TF they will fight the injunction "the entire way".



Recent Techrights' Posts

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
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)
[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
 
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'
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
[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
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
Links 21/04/2024: Earth Day Coming, Day of Rest, Excess Deaths Hidden by Manipulation
Links for the day
Bad faith: no communication before opening WIPO UDRP case
Reprinted with permission from Daniel Pocock
Bad faith: real origins of harassment and evidence
Reprinted with permission from Daniel Pocock
Links 21/04/2024: Censorship Abundant, More Decisions to Quit Social Control Media
Links for the day
Bad faith: Debian Community domain used for harassment after WIPO seizure
Reprinted with permission from Daniel Pocock
If Red Hat/IBM Was a Restaurant...
Two hours ago in thelayoff.com
Why We Republish Articles From Debian Disguised.Work (Formerly Debian.Community)
articles at disguised.work aren't easy to find
Google: We Run and Fund Diversity Programs, Please Ignore How Our Own Staff Behaves
censorship is done by the recipients of the grants
Paul Tagliamonte & Debian Outreachy OPW dating
Reprinted with permission from disguised.work
Disguised.Work unmasked, Debian-private fresh leaks
Reprinted with permission from disguised.work
[Meme] Fake European Patents Helped Fund the War on Ukraine
The European Patent Office (EPO) does not serve the interests of Europe
European Patent Office (EPO) Has Serious Safety Issues, This New Report Highlights Some of Them
9-page document that was released to staff a couple of days ago
IRC Proceedings: Saturday, April 20, 2024
IRC logs for Saturday, April 20, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Microsoft-Run FUD Machine Wants Nobody to Pay Attention to Microsoft Getting Cracked All the Time
Fear, Uncertainty, Doubt (FUD) is the business model of "modern" media
Torvalds Fed Up With "AI" Passing Fad, Calls It "Autocorrect on Steroids."
and Microsoft pretends that it is speaking for Linux
Gemini Links 21/04/2024: Minecraft Ruined
Links for the day