Bonum Certa Men Certa

Links 10/10/2021: Androic Catchup, LibreOffice Conference 2021 in Hamburg



  • GNU/Linux

    • Desktop/Laptop

    • Audiocasts/Shows

    • Kernel Space

      • The Soul of the Movement: 30 Years of Linux (Part 2)

        The GNU Compiler Collection (GCC), a free software and mass collaboration project that Richard Stallman released in September of '83 is still around, but a competitor has emerged called LLVM. (LLVM is a collection of modular and reusable compiler and toolchain technologies, which has proliferated into an umbrella project consisting of several subprojects, many of which are being used in production by a wide variety of commercial and open source projects -the C compiler portion is called Plane). The Linux kernel was formerly compiled on GCC but can now be compiled LLVM.

        "GCC forked for a decade and it turned into the compiler egcs," VMware Open Source Engineer Steven Rostedt says. "Together again as one compiler-now, that's the power of open source! And as long as there's one person maintaining it, it lives. It doesn't depend on one company or funding. That's why I love open source."

        GNU C Library (glibc)

        The GNU C Library, commonly known as glibc, is the GNU Project's implementation of the C standard library. It was started in the 1980s by the Free Software Foundation for the GNU operating system. Most applications link to glibc.

        "C is still popular for systems programming," Rostedt says, "and it's compiler is written in C. C is flexible and robust because there's nothing hindering you. I like to think of it this way: with great power comes great responsibility-that's C. But no one wants to program in it because it's very dangerous; it doesn't protect you from hurting yourself-security and overflow bugs are commonplace. If you've written more than a hundred lines of code, you can bet there's a bug in it."

      • How did 30-year-old Linux invade world?

        The hobby-based tinkering that was born out of a frustration with the shortcomings of the Minix system had generated the first version of the Linux operating system by 17th September. It was only 65 kilobytes and comprised some 10,000 lines of Torvalds’ code. Linux is based on open source code that can be modified by anyone.

        In comparison, the current Linux 5.14 contains over 3.3 million lines of code.

      • Google plans to use regular Linux kernel for Android - itsfoss.net

        Google plans to change the process of preparing the Linux kernel for Android. Currently, before the kernel is ready for use on the target Android device, a number of actions are performed on it.

        The circuit looks something like this: LTS Kernel Linux → Android Common Kernel → Vendor Kernel → OEM/Device Kernel

        First, Google creates a fork of the regular LTS Linux kernel, then a lot of patches that are specific to Android phones are applied to it. Thus, the core is obtained – Android Common. Then chip makers like Qualcomm, Samsung or MediaTek fork Android Common and form the Vendor Kernel for their chips. Then the OEM / Device Kernel is formed from the Vendor Kernel for hardware support for a specific device.

        Thus, before the initial kernel reaches the final state, you have to go a long way in applying patches and other preparatory actions. This process can be delayed for a long time, you have to solve a lot of problems, catch errors, and conduct testing cycles.

      • Intel Begins Preparing Linux Graphics Driver For Multi-Tile Hardware - Phoronix

        Intel has been preparing Xe HP bring-up for many months already including fundamental work around their discrete graphics/accelerator support for their Linux graphics driver stack going back quite a while. On the Xe HP front, Friday afternoon brought an important patch series posted for the first time: initial work around multi-tile support.

        Intel Xe HP / Ponte Vecchio introduces the notion of a multi-tile / chiplet design. So far the Intel Linux graphics driver has only been built around a single tile design but the patches sent out on Friday afternoon begin the infrastructure changes in the i915 kernel DRM driver to support multiple tiles.

      • AMD DisplayPort Thunderbolt Tunneling driver already available in latest Linux kernel patches, USB4 support finally coming in early 2022 - NotebookCheck.net News

        New Linux graphics kernel patches with USB4 DisplayPort Tunneling are now available from AMD. The tunneling feature allows the USB, DisplayPort and PCIe transfer protocols to operate simultaneously by sharing the available bandwidth. For now, only the DisplayPort 1.4 specs are supported with AMD's tunneling drivers. Hopefully, DisplayPort 2.0 specs could be added by the time AMD introduces its next gen embedded and laptop solutions in early 2022.

        [...]

        Phoronix reports that the latest AMD GPU kernel graphics driver for Linux includes mentions of USB4 DisplayPort tunneling. This is a new feature specific to the USB4 standard that ties directly to the Thunderbolt 3 standard. It allows multiple protocols like USB, DisplayPort and PCIe to operate at the same time, although with restricted bandwidth. USB4 also supports alt modes that target the full bandwidth at a specific protocol. For instance, the DisplayPort 2.0 protocol supported now by USB4 can use up to 80 Gbps bandwidth to enable 8K resolutions at 60 Hz with HDR10 color gamut. However, the AMD Linux driver currently only supports DisplayPort 1.4 tunneling through Thunderbolt 3, which limits the available bandwidth to well under 40 Gbps, yet this solution may still be helpful when using a USB dock.

      • It Appears FUTEX2 Will Land For Linux 5.16 - Phoronix

        Barring any last minute reservations it appears the initial "FUTEX2" work that is of much interest to Linux gamers enjoying Steam Play / Proton will find that kernel functionality in Linux 5.16.

        The FUTEX2 work was slimmed down this year to focus just on the WaitForMultipleObjects-type behavior as offered by Windows. Those patches in turn were picked up for tip/tip.git's "locking/core" branch. With it now hitting this Git branch, it makes it almost definite that it will be found in the next merge window (Linux 5.16) barring any problems creeping up that would cause a revert.

    • Instructionals/Technical

      • How To Install MicroK8s on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install MicroK8s on Ubuntu 20.04 LTS. For those of you who didn’t know, MicroK8s is a lightweight upstream Kubernetes distribution package to run as an immutable container. MicroK8s follows upstream Kubernetes releases and focuses on providing an effortless installation and management experience. Here’s how to get started running your own cluster.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MicroK8s on Ubuntu 20.04 (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.

      • Installing Linux 5.14 Kernel on Debian 11 - itsfoss.net

        The kernel plays a significant role, and although the kernel is pretty fresh in Debian 11, chances are it won’t suit you for some reason. Moreover, the 5.14 kernel contains many changes that are likely to affect Debian for the better. Of the main changes in the 5.14 kernel, we can note improved support for AMD Ryzen processors, the btrfs file system has been optimized, for Lenovo laptops a added WMI interface for changing BIOS settings has been , support for Dell Hardware Privacy, and support for Intel Alder Lake P graphics has been added in the 5.14 kernel and much more,

        At the end of the article, consider the moment when you want to install Debian 11 with a default kernel that does not support modern hardware.

      • Install and use NMCLI tool on Debian Linux - kifarunix.com

        In this tutorial, we provide a step by step guide on how to install and use NMCLI tool on Debian Linux.

      • Everyday admin: learning from a near-disaster with Ceph
      • How to install Gfortran 9, 10 or 11 on Ubuntu 20.04 LTS - Linux Shout

        Let’s see the commands that we can use to install Gfortran 5/6/7/8/9/10/11 versions on Ubuntu 18.04/20.04/21.04, Linux Mint, Debian, and other similar systems.

        FORTRAN is the abbreviation of Formula Translation. This high-level language was designed for science, engineering problems, or those problems in enterprise management that can be expressed by mathematical formulas, and its numerical calculation function is strong.

        It was proposed in 1954 and officially used in 1956. It has a history of sixty years until 2021, but it is still enduring. It has always been the main language used in the field of numerical computing. However, it has also been an object-oriented programming language since 2003, which is used in particular for numerical calculations in science, technology, and research.

        The GNU version of Fortran is known as GFortran, a GNU Fortran compiler, which is part of the free GNU Compiler Collection (GCC) for Fortran 95/2003/2008/2018. Learn more about it on Wikipedia.

        Here we will learn the steps to install GFortran’s latest version on Ubuntu 20.04 LTS Focal fossa to start learning this programming language

      • How To Install Duf Disk Utility on Debian 11 - idroot

        In this tutorial, we will show you how to install Duf Disk Utility on Debian 11. For those of you who didn’t know, Duf (disk usage/free) is a command-line utility to find disk usage in Linux and Unix systems. One of the excellent features of Duf is its ability to display the disk usage details in a beautiful, user-friendly layout in tab form. You can even get the disk usage output in JSON format as well.

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

      • How to Enable Dark Mode in Web Browser

        This guide is about guiding you how to enable dark mode in popular web browsers such as Firefox, Google Chrome, Chromium and Microsoft Edge.

    • Wine or Emulation

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • KDE Moves To GitLab-Based CI, Lands More Plasma Wayland Fixes

          KDE developers remain very busy squashing bugs ahead of the release of Plasma 5.23 that is also known as the Plasma 25th Anniversary Edition.

          One of the most fundamental changes this week is KDE now making use of GitLab continuous integration. But aside from that plenty of Plasma 5.23 bug fixing continues, especially on the KDE Plasma Wayland front where there continues to be many issues resolved each and every week. Some of the highlights for this week include...

        • KDE Ships Frameworks 5.87.0

          KDE today announces the release of KDE Frameworks 5.87.0.

          KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement.

          This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner.

        • KDE Gear 21.08.2 adds more fixes

          KDE Gear 21.08.2 is the second bug fix update for the latest stable version of this package of various software components and libraries for the KDE Plasma desktop environment and its applications. In addition to bug fixes, users can expect improvements to the functionality of several applications that are part of KDE.

          The Okular Document Viewer has received an update, after which it uses automatic settings for forced rasterization if required to change the scale of the document when printing. Kate’s text editor also received a fix that addresses the poor stability of the Replicode plugin, and the Dolphin file manager should no longer have problems with split views even when closing and restarting them. Several minor fixes have also been added for the Konqueror web browser or the Konsole application.

    • Distributions

      • SUSE/OpenSUSE

        • Disabling the Nouveau open-source Nvidia driver to use the proprietary driver in OpenSUSE Leap 15.3

          Recently, I decided that I wanted to give OpenSUSE a try, as it’s been nearly ten years since I ran it on my home system for any longer than an hour or two for testing purposes, and I have fond memories of it’s stability, great implementation of the KDE Plasma desktop environment, and the super supportive community behind it. So, I stuck the Leap 15.3 ISO on a flash drive, booted into the live environment, and installed it; it went without a hitch and was easy as can be.

          But, before we get into the issue I faced, and the resolution, let’s look at some details.

          While not overly challenging for the linux-experienced, something like this might be enough to throw a new user completely for a loop and scare them off using an amazing system like OpenSUSE. Thankfully, YaST is powerful, easy to use, and there is plenty of OpenSUSE related documentation available online too!

      • IBM/Red Hat/Fedora

        • IBM Proposing A CPU Namespace For The Linux Kernel - Phoronix

          IBM engineer Pratik Sampat published an early prototype of a CPU namespace interface for the Linux kernel. This CPU namespace was devised to address coherency issues with current means of viewing available CPU resources as well as addressing possible security issues stemming from understanding resource access/positioning on the system.

        • A Pandemic Is Fundamentally an Information Problem [Ed: What an absolutely dumb thing for former IBM chief to say; this is how IBM profits from COVID-19 right now, tracking people]

          A few weeks ago I attended a very interesting online seminar, Economics in the Age of Covid-19, by University of Toronto professor Joshua Gans. Over the past 18 months, professor Gans has been conducting research and writing extensively on the impact of Covid-19, including a number of articles, a newsletter, and two books. His key thesis is that a pandemic is fundamentally an information problem. If you know that someone you interact with is potentially infectious, you can take actions to limit the interactions. However, if you have to guess whether a person is infectious, you’re taking a risk. Not only can you become infected, but you might also pass that infection on to others.

          [...]

          In his seminar, Gans cited the 2002 SARS outbreak in China, Hong Kong, and Taiwan and the 2015 MERS outbreak in South Korea as examples of pandemics that were quickly contained. With SARS and MERS, people only became infectious when they developed a fever, cough, and other easily identifiable flu-like symptoms. Anyone suspected of being infected could thus be quickly isolated before infecting many others. This made it possible to contain the SARS and MERS viruses within a few short months, and to suppress them completely a few months later.

      • Debian Family

        • Updated Debian 10: 10.11 released

          The Debian project is pleased to announce the eleventh update of its oldstable distribution Debian 10 (codename buster). This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security advisories have already been published separately and are referenced where available.

          Please note that the point release does not constitute a new version of Debian 10 but only updates some of the packages included. There is no need to throw away old buster media. After installation, packages can be upgraded to the current versions using an up-to-date Debian mirror.

        • Debian -- News -- Updated Debian 11: 11.1 released

          The Debian project is pleased to announce the first update of its stable distribution Debian 11 (codename bullseye). This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security advisories have already been published separately and are referenced where available.

          Please note that the point release does not constitute a new version of Debian 11 but only updates some of the packages included. There is no need to throw away old bullseye media. After installation, packages can be upgraded to the current versions using an up-to-date Debian mirror.

        • Debian 11.1 Released With Initial Batch Of Fixes
          Debian 11 "Bullseye" debuted back in August as the latest major release for this popular community Linux distribution. Today it's been succeeded by Debian 11.1.

          As usual with Debian point releases, Debian 11.1 is just a collection of updated packages primarily providing various bug and security fixes to the platform. There are some new upstream stable release packages like a newer Linux 5.10 point release but for the most part the changes are relatively mundane aside from the security work and unless you were impacted by any of the bugs.

        • Sparky: Kotatogram Desktop

          There is a new application available for Sparkers: Kotatogram Desktop

        • EasyOS: Dropbear ssh server and client compiled
        • gtk-vnc compiled for EasyOS
        • x11vnc remote X11 VNC server compiled
        • EasyOS: Google forcing us to use gmail in standard mode

          Right from the early days of gmail, I have used it in "basic html view". However, recently it has been coming up in "standard view", and despite trying to set it back to basic html view, persists in coming up in standard view.

          [....]

          ...it seems, gmail looks at the user-agent string, and does not recognise Brave browser. Feedback at the above link says changing the user-agent string in Brave to Chrome* fixes it. There is a fix, if you want to force basic html view, it can be specified in the URL. A couple of sites give this URL, and I even found it recommended at a Google help site:

          https://mail.google.com/?ui=html

          ...works for me, but some people are reporting that it only works "sometimes".

      • Canonical/Ubuntu Family

        • Linux Mint 20.3 will come at the end of the year

          The developers of the Linux Mint distribution published another of their summary reports on the development of the last month, in which they presented some interesting news, the completion of the project website or progress in their efforts to improve the design of the user environment. One of the good news is the announcement of the planned release date of Linux Mint 20.3 or preparations for the completion of LMDE 5.

          The new version of Linux Mint 20.3, codenamed Una, should be released later this year, more specifically around the Christmas holidays. As always, this version will offer its users a choice of three desktop environments Cinnamon, MATE and Xfce, including the necessary software package updates and other development news since the release of the last stable version. An edition of LMDE 5 is also being prepared, which will be based on the Debian 11 distribution with the Cinnamon desktop environment. Once again, users can expect new LMDE installation images for both amd64 and i386 processor architectures.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Karen Sandler, Outreachy & Debian Money in Albania

        We found the six Albanian/Kosovan women who received GSoC & Outreachy money, tickets to DebConf and many other events following the former leader around Europe.

        These are snapshots of their Github activity for the last 12 months. We decided not to write their names.

        We don't want to vilify these women. We want to ask who decided to spend over $30,000 on them without any plan?

      • Events

        • New and Improved Hacktoberfest Now Underway

          Hacktoberfest 2021 is underway, and this year DigitalOcean has made updates to the event, starting with “maintainer-friendly rules” that include “allowing repos to opt-in to Hacktoberfest, ensuring only accepted pull requests count towards participants’ Hacktoberfest goals,” reports Mike Melanson.

        • This Week in Programming: Hacktoberfest Goes Opt-In Only [Ed: Conflicts of interest noted]

          With October suddenly upon us, it’s every open source maintainer’s favorite time of year – Hacktoberfest!

          [...]

          The New Stack is a wholly owned subsidiary of Insight Partners, an investor in the following companies mentioned in this article: MADE.

          Amazon Web Services and Gitlab are sponsors of The New Stack.

        • Recap of the Hybrid LibreOffice Conference 2021 in Hamburg

          Recently, our LibreOffice Conference 2021 took place – and online, due to the ongoing pandemic situation. But some members of the German community organized a small “hybrid” event in Hamburg!

      • Web Browsers

        • Mozilla

          • Firefox 93 AVIF support

            The release of the Firefox 93 browser has taken place. Let’s consider the main changes in the new version.

          • Mozilla Thunderbird 91.2 Finally Allows OTA Upgrades from Thunderbird 78 or Earlier

            Thunderbird 91 was launched two months ago, but it wasn’t offered as an OTA (Over-the-Air) upgrade from Thunderbird 78 and earlier releases. After three minor point releases, Thunderbird 91.2 is here and enables support for OTA upgrades from earlier Thunderbird versions.

            Thunderbird 91.2 is also a minor update, bringing only the ability to use a unique filename when saving a single message in the .eml file format, as well as a bunch of bug fixes. But the major change in this release is the ability to upgrade from Thunderbird 78 and earlier versions without from within the app.

          • Want to support Firefox? Great, you'll have no problem with personalised, sponsored search suggestions then [Ed: Microsoft Tim writing about Mozilla becoming hardly better than Google, its main sponsor (and Microsoft is of course even worse)]

            Mozilla is trialling personalised advertising in its Firefox Suggest feature, along with sponsored search results, with users told that it "helps fund Firefox development."

            Firefox Suggest was first introduced last month in Firefox 92, billed as "a new discovery feature that is built directly into the browser."

            The feature provides links as the user types in the search bar, which can be based on local browsing history, bookmarks and open tabs, or on "sponsored suggestions from vetted partners." Currently, users outside the US only see these uncontentious local prompts.

      • SaaS/Back End/Databases

        • [Older] Apache Software Foundation updates Drill for broader SQL queries

          The Apache Software Foundation (ASF) this week updated an open source Apache Drill tool that enables end users to query multiple data sources using SQL — without waiting for enterprise IT teams to create schemas and set up pipelines.

        • New Members of the Community Code of Conduct Committee [Ed: PostgreSQL puts engineering aside to focus on banning people, in particular people who have 'strong' views on corporations and might "offend" powerful people's feelings. This focuses on gender and nationality, not anything technical or corporate ("The Committee is comprised of 4 women, 3 men, and 0 nonbinary individuals"). Creating quotas for "nonbinary individuals" means there's a career incentive to change gender; that can propel people into positions of power just to meet diversity quotas. Criteria that would be more meaningful would be, works or does not work for large monopolist because it is well known what harms Free software communities the most, based on history. In the case of the Linux Foundation , for instance, hiring for "diversity" has not prevented the Board being hijacked by Linux-hostile companies.]

          The PostgreSQL Community Code of Conduct Committee welcomes three new members...

      • Productivity Software/LibreOffice/Calligra

      • FSF

        • GNU Projects

          • A digital dollar CBDC may use this privacy preserving design

            During the dot-com boom, the technology contender for e-money was eCash from DigiCash, and this CBDC design is based on the ideas of its founder David Chaum and the successor to eCash, the open source GNU Taler. During the 1990s, DigiCash was piloted by Deutsche Bank and there were rumors of interest from Goldman Sachs, Visa, Microsoft and Netscape.

      • Programming/Development

        • Perl/Raku

          • gfldex: Double inspiration

            Quite a few of the posts prior to this one where inspired by a post of fellow blogger. I would like to double down on that today. Vadim wrangled with symbols and Fabio enjoyed renaming them. Having struggled with packages in the past, Vadim’s post was very helpful in making me realise, .HOW is how I can get hold of the object that is the package. And if Perl can do it, there is surely no way to stop Raku to have the same capability.

            We want to re-export functions while changing their name. Just adding a prefix will do for now. That presents the first problem. Currently, there is no way to get named arguments to use handed to sub EXPORT. Any Hash will also be gobbled up. All we have are positional parameters. Since Raku is omni-paradigmatic, that wont pose a challenge.

        • Python

  • Leftovers

    • Integrity/Availability

      • Proprietary

        • Pseudo-Open Source

          • Openwashing

            • AlmaLinux OS Foundation Membership Opens to the Public | Business Wire

              The AlmaLinux Foundation, stewards of the 100% community-owned and governed enterprise-grade Linux distribution, announces membership options for all project contributors and community members.

              The AlmaLinux Foundation is set up as a 501(c)(6) non-profit, the same model used by the Linux Foundation. Individuals and organizations will now be eligible to vote for, and be voted into, the AlmaLinux Foundation’s board of directors, as well as participate in committees. Members will directly help to steer AlmaLinux OS and ensure the Foundation is acting in the best interests of the community. The provisional board of directors has approved a set of Bylaws and a membership committee has been formed to welcome new members.

            • AlmaLinux OS Foundation Membership Opens to the Public
        • Security

          • Another vulnerability in Apache httpd, allowing access outside the site root directory

            A new attack vector was found against the Apache http server, which remained unpatched in the 2.4.50 update and allows access to files from areas outside the root directory of the site. In addition, researchers have found a way that, in the presence of certain non-standard settings, not only read system files, but also remotely execute their code on the server. The problem only manifests itself in releases 2.4.49 and 2.4.50, earlier versions of the vulnerability are not affected. To fix the new variant of the vulnerability , the release of Apache httpd 2.4.51 was promptly formed .

            In essence, the new problem ( CVE-2021-42013 ) is completely similar to the original vulnerability (CVE-2021-41773) in 2.4.49, the only difference is in a different character encoding “..”. In particular, in the 2.4.50 release, the possibility of using the sequence “% 2e” to encode a point was blocked, but the possibility of double encoding was missed – when specifying the sequence “%% 32% 65”, the server decoded it into “% 2e”, and then into ” . “, ie characters “../” to go to the previous directory could be coded as “. %% 32% 65 /”.

            As for the exploitation of a vulnerability through code execution, this is possible if you enable mod_cgi and use the base path in which the execution of CGI scripts is allowed (for example, if the ScriptAlias ​​directive is enabled or the ExecCGI flag is specified in the Options directive). A prerequisite for a successful attack is also to explicitly provide access to directories with executable files, such as / bin, or access to the FS root “/” in the Apache settings. Since such access is usually not provided, a code execution attack is of little use to real systems.

          • Important vulnerability in certain versions of Apache HTTP Server [Ed: Potential plagiarism]
          • Critical vulnerability in certain versions of Apache HTTP Server
          • Fear, Uncertainty, Doubt/Fear-mongering/Dramatisation

    • Finance

    • AstroTurf/Lobbying/Politics

      • How Business Leaders Can Reduce Polarization

        Rising political polarization can have serious ramifications for businesses. Companies that speak out on controversial issues can face decreased customer loyalty from those with opposing beliefs, increased internal conflict between employees, or reduced sales from boycotts. Furthermore, taking a public stance can often exacerbate social tensions. For example, after the 2018 school shooting in Parkland, Florida, Delta Air Lines was reported to have eliminated an NRA member discount. Despite affecting very few people, the move further heightened tensions around gun control and prompted state lawmakers to threaten the airline’s fuel tax exemptions.

    • Monopolies

      • Patents

        • Patent case: Sisvel Int. S.A. vs. Shenzhen Tinno and Wiko SAS, Netherlands [Ed: The patent troll Sisvel still active and patent litigation fanatics are loving it]]

          In a new chapter of the ongoing saga of Sisvel’s 4G patents against (mainly Chinese) infringers, the present interlocutory decision shows that the procedural attitude of a defendant (in the present case Wiko) may be very important and can influence the court’s decision.

        • Valqari Secures Position as Drone Delivery Industry Leader with New US Patent [Ed: No, this is not what patents and exclusivity are assured to do; they're just misleading shareholders]
        • Acasti Pharma Awarded Composition-of-Matter Patents for GTX-101 in Europe, China and Mexico and for GTX-102 in Japan

          Acasti Pharma Inc. (“Acasti” or the “Company”) (Nasdaq: ACST and TSX-V: ACST), today announces that the European Patent Office, Chinese Patent Office and the Mexican Patent Office have issued composition of matter patents for GTX-101, a novel bio-adhesive film forming topical spray formulation of bupivacaine for the treatment of Postherpetic Neuralgia (PHN). PHN is a persistent and often debilitating neuropathic pain caused by nerve damage from the varicella zoster virus (shingles), which may persist for months and even years. GTX-101 could provide significant benefits over the current standard of care including greater convenience, faster onset of action and longer duration of pain relief. The granted patents are valid until 2036.

        • Smart SUV's Production Design Leaked In Patent Filings

          Smart cars were officially available in the USA from 2008 to 2019. Daimler finally pulled the plug due to poor sales, but only after stringing out the supermini's lifespan as an electric. Even then, the fortwo Electric Drive offered poor range, but that was the least of its troubles.

        • Financial speculation surrounding coronavirus drug developed with taxpayer money
        • Software Patents

          • Patents On NFT? No, NFT On Patents! [Ed: Making a patent pyramid scheme and then treating it like a marvel of humanity]

            Patents and innovation are closely linked. Patents can boost innovation by granting a legal monopoly over certain technology, and inventors may be willing to invest more time, money and creativity into their inventions if they can do this in anticipation of being rewarded with such monopoly on their invention. Furthermore, patents boost future innovation because the technology protected by a patent will be made publicly available and can be used by everyone once the patent protection term expires. However, patents may even hinder innovation, because technology and its further-development could be blocked by existing patents.

          • Patent Protection on AI Inventions [Ed: Disguising software patents as "Hey Hi" again, as usual... the new loopholes riding the wave of buzzwords and hype]

            In recent years, AI patent activity has exponentially increased. The figure below shows the volume of public AI patent applications categorized by AI component in the U.S. from 1990-2018. The eight AI components in FIG. 1 are defined in an article published in 2020 by the USPTO. Most of the AI components have experienced explosive growth in the past decade, especially in the areas of planning/control and knowledge processing (e.g., using big data in automated systems).

          • Transaction Authentication Claims Using Known Computer Components Are Patent Ineligible [Ed: In courts, software patents are still mostly worthless]

            In Universal Secure Registry LLC v. Apple Inc., No. 2020-2044 (Fed. Cir. Aug. 26, 2021), the Federal Circuit affirmed the district court’s determination that four patents related to securing credit card transactions without a credit card magnetic strip are patent ineligible under 35 U.S.C. €§ 101.



Recent Techrights' Posts

Microsoft's Bing Falls to Fourth in the Europe/Asia-Based Turkey, Share Halved Since LLM Hype, Now Only 1% (Sometimes Less)
Turkey (Eurasia) is another example of Microsoft failing with LLM hype and just burning a lot of energy in vain (investment without returns)
Backlash and Negative Press After Microsoft Tells Diversity, Equity, and Inclusion (DEI) People to DIE
Follow-up stories
Censorship as Signal of Opportunity for Reform
It remains sad and ironic that Wikileaks outsourced so much of its official communications to Twitter (now X)
The World Wide Web Has Been Rotting for Years (Quality, Accuracy, and Depth Consistently Decreasing)
In the past people said that the Web had both "good" and "bad" and that the good outweighed the bad
Comoros: Windows Plunges to Record Low of About 6% in Country of a Million People (in 2010 Windows Was 100%)
Many of these people earn a few dollars a day; they don't care for Microsoft's "Hey Hi PC" hype
The Mail (MX) Server Survey for July 2024 Shows Microsoft Collapsing to Only 689 Servers or 0.17% of the Whole (It Used to be About 25%)
Microsoft became so insignificant and the most astounding thing is how the media deliberate ignores it or refuses to cover it
Windows Down From 98.5% to 22.9% in Hungary
Android is up because more people buy smaller mobile devices than laptops
Microsoft Windows in Algeria: From 100% to Less Than 15%
Notice that not too long ago Windows was measured at 100%. Now? Not even 15%.
Microsoft Windows "Market Share" in New Zealand Plunges to 25%
Android rising
SUSE Goes Aryan: You May Not Use the Germanic Brand Anymore (It's Monopolised by the Corporation)
Worse than grammar Nazis
Gratis But Not Free as in Freedom: How Let's Encrypt is Dying in Geminispace
Let's Encrypt is somewhat of a dying breed where the misguided CA model is shunned
 
Fedora Week of Diversity (FWD) 2024 Attracting 0.01% of the IBM Staff "Was a Success"
They expect volunteers (unpaid slaves) to do the PR for them...
African's Largest Population (Nigeria) Approaching 80% Android "Market Share" Amid Steady Monthly Increases While Microsoft Has Mass Layoffs in Nigeria
Microsoft- and Apple-sponsored Western (or English-speaking) media chooses to ignore that or treat it as irrelevant (a racist disposition in its own right)
[Meme] The Warlord's Catspaw
Thugs that troll us
Microsoft Misogyny Will be the Fall of Microsoft (Covering Up for Misogynists is a Huge Mistake and Highly Misguided Short-term Strategy)
Microsoft's undoing may in fact be its attitude towards women
Red Hat Keeps Behaving Like a Microsoft Reseller (for Proprietary Stuff!), Microsoft Employees as Authors in redhat.com
In some ways this reminds us of Novell
UEFI 'Secure Boot' Once Again Bricking PCs and Fake Security Models Are Perishing in Geminispace
Let's Encrypt has just fallen again
Links 17/07/2024: New Attacks on the Press, European Patents Squashed Even at Kangaroo Court (UPC)
Links for the day
Gemini Links 17/07/2024: Proponents of Censorship and New Arrivals at Gemini
Links for the day
Links 17/07/2024: School Budget Meltdown and Modern Cars as Tracking Nightmares
Links for the day
This Should Certainly be Illegal, But the Person Who Helped Microsoft Do This is Still Attacking the Critics of It
perhaps time for an "I told you so post"
[Meme] A Computer With an Extra Key on the Keyboard Isn't Everyone's Priority
(so your telling me meme)
Africa as an Important Reminder That Eradicating Microsoft Doesn't Go Far Enough
Ideally, if our top goal is bigger than "get rid of Microsoft", we need to teach people to choose and use devices that obey them, not GAFAM
Billions of Computers Run Linux and Many Use Debian (or a Derivative of It)
many devices never get updated or even communicate with the Net, so exhaustive tallies are infeasible
[Meme] Microsoft is Firing
Don't worry, Microsoft will have some new vapourware coming soon
More DEI (or Similar) Layoffs on the Way, According to Microsoft Team Leader
What happened shortly before Independence Day wasn't the end of it, apparently
[Meme] Many Volunteers Now Realise the "Open" in "OpenSUSE" or "openSUSE" Was Labour-Mining
Back to coding, packaging and testing, slaves
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, July 16, 2024
IRC logs for Tuesday, July 16, 2024
[Meme] Ein Factory
A choice between "masters" (or "master race") is a false choice that results in mass exploitation and ultimately eradication (when there's little left to exploit)
Links 17/07/2024: Open Source Initiative Lies and Dark Net Thoughts
Links for the day
Media Distorting Truth to Promote Ignorance
online media is rapidly collapsing
Android Rises to New Highs of Almost 80% in Cameroon
How many dozens of nations will see Windows at under 10% this coming winter?
Links 16/07/2024: TikTok Ban in Europe and Yandex Split
Links for the day
Gemini Links 16/07/2024: On Packrafting and on Trump Shot
Links for the day
[Meme] Firefox Users Who Think They Know Better Than Mozilla
Enjoy Firebook
Firefox Used to Have About Half the Market in Switzerland, But It Doesn't Stand a Chance Anymore (Chrome Surging This Summer)
Mozilla has managed to alienate some of the biggest fans of Firefox
Microsoft's Biggest Losses Are in Europe This Summer
Microsoft's ability to milk a relatively rich Europe is fast diminishing
How to Make Software Suck and Discriminate Against People at the Same Time
ageism glorified
Bing Was at 2.6% in Russia When LLM Hype Started. Now It's Down to 0.8% (for 3 Months in a Row Already)
The sharp fall of Bing may mean that exiting the Russian market won't matter to anybody
[Meme] Microsoft Seems to be Failing to Comply With WARN Act (by Refusing to Announce Mass Layoffs as They Happen)
since when does Microsoft obey the law anyway?
Microsoft Layoffs Are Still Too Frequent to Keep Abreast of and Properly (or Exhaustively) Classify
The "HR" department knows what's happening, but whistleblowers from there are rare
Bahamas Joined the "5% Windows" Club
statCounter only traces back about 1 in 20 Web requests to Windows
Links 16/07/2024: Salesforce Layoffs and Microsoft's DMARC Fail
Links for the day
Antenna Abuse and Gemini Abuse (Self-hosting Perils)
Perhaps all this junk is a sign of Gemini growing up
Possibly Worse Than Bribes: US Politicians and Lawmakers Who Are Microsoft Shareholders
They will keep bailing out Microsoft to bail themselves out
The Software Freedom Conservancy Folks Don't Even Believe in Free Speech and They Act As Imposters (Also in the Trademark Arena/Sense)
Software Freedom Conservancy was already establishing a reputation for itself as a G(I)AFAM censor/gatekeeper
Djibouti Enters the Windows "10% Club" (Windows Was 99% in 2010)
In Africa in general Microsoft lost control
GNU/Linux Share Doubled in the United States of America (USA) in the Past 12 Months
Or so says statCounter
Even in North Korea (Democratic People's Republic Of Korea) Google Said to Dominate, Microsoft Around 1%
Google at 93.26%
[Meme] The Red Bait (Embrace... Extinguish)
They set centos on fire, then offer a (de facto) proprietary substitute for a fee
Shooting the Messenger to Spite the Message
segment of a Noam Chomsky talk
[Video] Boston Area Assange Defense (Yesterday)
It was published only hours ago
Guinea: Windows Down From 99.3% to 2.7% 'Market Share'
Guinea is not a small country
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, July 15, 2024
IRC logs for Monday, July 15, 2024
What's Meant by "Antenna Abuse" (Gemini)
syndication is not a monopoly in Gemini and if one doesn't condone political censorship, then one can create one's own syndication service/capsule
Microsoft Layoffs and Entire Unit Termination: Diversity, Equity, and Inclusion
What an announcement to make just before Independence Day
Links 16/07/2024: Old Computer Challenge and One Page Dungeon Contest
Links for the day
Microsoft Falls Further and Closer Towards 10% (Windows "Market Share") in Kuwait
more countries entering the "single-digit Windows" (under 10%) club
Gemini Links 15/07/2024: Antenna's Pro-Hamas Bias Revisited and Old Computer Challenge
Links for the day
[Video] Julian Assange, Over One Decade Ago, Cautioning About What the Internet Had Truly Become
video is not new
Homage to Malta
Malta is probably easy for Microsoft to bribe
IRC at 16
Logging has been used for us and against us
In Malta, Android/Linux Has Overtaken Microsoft Windows (According to statCounter)
statCounter milestone?
Links 15/07/2024: China’s Economic Problems, Boeing Under Fire
Links for the day
500 Days' Uptime Very Soon
Good luck doing that with Windows...
Windows Falls Below 20% in Tunisia
A month ago we wrote about GNU/Linux in Tunisia
Links 15/07/2024: Google Wants Wiz and Why "Sports Ruin Everything"
Links for the day
Gemini Links 15/07/2024: Old Computer Challenge and Sending Files via NNCP
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, July 14, 2024
IRC logs for Sunday, July 14, 2024