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 Layoffs and Closures Now Reported in Africa
Microsoft Uninstalls Nigeria as it closes African Development Centre (ADC) in Lagos
Over at Tux Machines...
GNU/Linux news for the past day
 
Support for harassment and abuse victims
Reprinted with permission from Daniel Pocock
Gemini Links 09/05/2024: Being Sick Enough and End of “World of Ends“
Links for the day
Links 09/05/2024: 'Hey Hi' (AI) Bubble Implodes Some More, Microsoft Layoffs So Widespread It's Hard to Keep Track
Links for the day
Speaking of Enshittification and Freedom, We've Still Not Begun Tackling the UEFI 'Secure' Boot Mess (Preventing GNU/Linux From Even Booting!)
Microsoft continues to fly under the radar and commit competition crimes with impunity
Microsoft Has Just Confirmed Mass Layoffs in Nigeria, It Now Adds Insult to Injury With Price Hikes for Locals
It's not like Microsoft paid them good salaries
Software Enshittification or Freedom? It's not a hard choice!
Reprinted from Alexandre Oliva
Links 09/05/2024: More Microsoft Layoffs on the Way
Links for the day
Amid Microsoft Layoffs in Nigeria GNU/Linux Climbs Above 6% Market Share (Not Including ChromeOS)
Hundreds are being laid off by Microsoft in Nigeria, based on yesterday's reports
[Meme] Blame the Robots or the 'Hey Hi' (AI), It Always Works in Today's Media
Companies do not have financial troubles! They have "efficiencies"...
News Reports Say Many More Microsoft Layoffs on the Way, Rumours Say Red Hat Also Imminently a Target
Microsoft is slipping out of control
Links 09/05/2024: Diplomacy Efforts With China, AstraZeneca Stops Experimenting With COVID-19 Vaccines
Links for the day
IRC Proceedings: Wednesday, May 08, 2024
IRC logs for Wednesday, May 08, 2024
Gemini Links 09/05/2024: Registered Computer Professionals and TLS (The Long Slog)
Links for the day
Links 08/05/2024: Android Malware and "AI" Hype
Links for the day
[Meme] Technical Committee With People Who Are Not Technical
the computing/computer industry being occupied by people who lack suitable background
The Demise of Computer Science Education
Education is essential for the future; without it, whole nations will perish
[Video] Prisons for the Minds and for Tech Workers
Today's video talks about what happens to workforces (across disciplines) in recent years
[Meme] Struggling to Leave Its Nazi Past Behind
digital arson
Microsoft Declines to Talk About How Many People It Has Just Laid Off
Hours ago in IGN: "Microsoft did not say how many staff will lose their jobs, but significant layoffs are inevitable. IGN has asked Bethesda for comment. Microsoft declined to expand further when contacted by IGN."
Microsoft Windows in South America: From 99% to 87%
the latest from statCounter
It's Rather Obvious Why They Try to Silence Richard Stallman, Eben Moglen, and Daniel Pocock
Some of them already sent physically menacing messages to Daniel Pocock
IRC Network of Techrights Turns 3 (or 16 if We Count the Freenode Days)
In a few months IRC turns 36
Sedating Oneself (and Shareholders) With Fuzzy Buzzwords and Pointless Acquisitions
IBM trying to buy time
Clickfraud Spamnil Ran Out of Clickfraud Budget, Apparently
sooner or later charlatans and frauds run out of steam
Techrights Gets Under the Skin of Bad, Corrupt, Immoral People (That's a Good Thing)
Journalism is the lifeblood of democracy and free societies
Companies Do Not Shut Down Offices and Lay Off Staff en Masse (Morale and Reputation Issue) Unless They're in Deep Financial Trouble
Microsoft has been faking its financial performance for years
IRC Proceedings: Tuesday, May 07, 2024
IRC logs for Tuesday, May 07, 2024
Over at Tux Machines...
GNU/Linux news for the past day
[Video] Leaving Microsoft Behind for the Sake of National Security
Threats to "National Security" aren't some users with an Android phone but Microsoft at the root of things
GNU/Linux and ChromeOS Now at 6% in France, According to statCounter
numbers from statCounter
Gemini Links 07/05/2024: Music Spotlight and Network Knobs
Links for the day
Only Weeks After Microsoft Closed Offices and Studios It is Closing Several More (Many Layoffs, Still Deeply Debt-Saddled)
When the sad news writes itself
Bolivarian Republic Of Venezuela: GNU/Linux Reaches 9% (ChromeOS Included)
Venezuela must have lost interest in some American proprietary software when users were locked out of their own data (Adobe) and the costs could no longer be justified
[Video] Microsoft is Like Big Oil, Big Tobacco, and Other Perpetrators of Fear, Uncertainty, Doubt/Fear-mongering
openwashing, Microsoft lobbying, and Microsoft subsidies (e.g. bailouts in the form of 'defence' contracts)
Security & Debian: Urgent: New Feed URLs after another WIPO censorship
Reprinted with permission from Daniel Pocock
World Press Freedom Day: WIPO censors Debian suicide cluster
Reprinted with permission from Daniel Pocock
Gemini Links 07/05/2024: Smashing Windows (Moving to GNU/Linux) and Mastodon Time-wasting
Links for the day
Links 07/05/2024: Pulitzer for Supreme Court Expose, New Threats to Media Reported
Links for the day
Links 07/05/2024: Cheap EVs and Cloudflare Layoffs
Links for the day
Berlin police declined to investigate FSFE Nazi comparisons
Reprinted with permission from Daniel Pocock
[Meme] Communities Governed by Parasitic Elements and Girlfriends (Who Can't Understand Those Communities)
Karen Sandler and Molly de Blanc present at DebConf18
[Meme] You Can't Kill an Idea (or Facts)
Thankfully, in Western societies, there's still due process, rule of law etc. You don't just hire assassins or imprison critics
[Meme] Software in the Public Interest (SPI), Inc, Values Articles of Daniel Pocock at ~$5,000 Each (and Fails to Hide the Facts)
we are laughing, not grieving
IRC Proceedings: Monday, May 06, 2024
IRC logs for Monday, May 06, 2024
Over at Tux Machines...
GNU/Linux news for the past day
[Meme] About 2,564 Internet Sites Now at Risk of Hostile Takeover by Microsoft-Sponsored Software in the Public Interest (SPI)
WIPO censors Debian suicide cluster
Links 07/05/2024: Burning Plastic Waste, Facebook Censoring Politicians
Links for the day
Gemini Links 07/05/2024: Smashing Windows (Microsoft Losing Users to GNU/Linux), Sixty Years of BASIC
Links for the day