Bonum Certa Men Certa

Links 27/06/2022: GnuCash 4.11, digiKam 7.7.0, and Easy 4.2.1



  • GNU/Linux

    • Desktop/Laptop

      • How a Turkish Municipal District Switched to GNU/Linux

        Today I learned Turkey's Scientific and Technological Research Council has a subsidiary developing a GNU/Linux distro called Pardus, "redesigned to be used in accordance with the practices and habits of users in Turkey."

    • Server

    • Audiocasts/Shows

    • Applications

      • Converseen Image Converter is Available on Flathub - Fasterland

        Converseen is an open source and cross-platform batch image processor that allows you to convert, resize, rotate and flip an infinite number of images with a mouse click.

      • Make Use OfThe 7 Best Drawing and Vector Editing Apps for Chromebooks

        You might underestimate your Chromebook's capability to provide quality apps. The main reason for this is its lower hardware specs. However, it offers many features and supports productivity, communication, graphic design, social, and many other applications.

        For graphic designing tasks such as vector editing and drawing, Chromebook provides you with plenty of useful options. And as these apps are mostly lightweight, you can easily install them through the Chrome Web Store without worrying about storage and resources.

        So, let’s explore some of the best vector editors and drawing apps available for your Chromebook that you can download and use for free.

    • Instructionals/Technical

      • TechRepublicHow to install and use the Bitwarden Chrome plugin | TechRepublic

        Bitwarden is a great option for those looking to take advantage of strong and unique passwords. Bitwarden offers all the standard features that make using a password manager a must-have for modern convenience and a heightened level of security. Even better, Bitwarden has applications for most platforms, including Linux, macOS, Windows, Android and iOS.

        But the fun doesn’t stop with the basic desktop and mobile apps. Bitwarden also offers a browser plugin for most web browsers. This add-on makes it even easier to use the service, as it exists in your browser toolbar, waiting to help fill in the many credentials necessary for your daily grind.

        At this point, you’re probably thinking: “Hold on, my web browser already does that for me.” Yes, it does. But you should probably think twice about allowing a web browser, known for vulnerabilities, to save your passwords. Whenever I’m asked about this issue, I always suggest that users never let a browser save a password. Instead, make use of a password manager and its browser plugin. By going this route, the likelihood someone could steal your passwords from a browser vault is considerably less, while still keeping things efficient and convenient.

      • OSTechNixInstall Docker And Docker Compose In Ubuntu - OSTechNix

        In this guide, we will see what is Docker, how to install Docker Engine in Ubuntu Linux. In addition, we will also see how to install Docker compose, a tool to define and run multi-container Docker applications.

        This guide has been officially tested on Ubuntu 22.04 LTS. However, it should work on older versions such as 20.04 LTS, and 18.04 LTS. For better security and stability, I recommend you to use the most recent Ubuntu 22.04 LTS version.

      • TecAdminHow to Install Ionic Framework on Ubuntu 22.04 – TecAdmin

        If you’re a web developer looking to create cross-platform mobile apps, then you should check out the Ionic Framework. Ionic Framework is used by over 4 million developers worldwide, making it the fastest-growing app development framework on the market. This open-source development platform allows you to create apps with HTML, CSS, and JavaScript, which can then be deployed on iOS, Android, and Windows Phone devices.

        In this article, we’ll show you how to install the Ionic Framework on Ubuntu 22.04 using Node.js and NPM. Let’s get started!

      • How to Use Metagoofil in Kali Linux a Complete Tutorial for Beginners 2022

        As per the official website, Metagoofil is an information-gathering tool designed for extracting metadata of public documents (pdf,doc,xls,ppt,docx,pptx,xlsx) belonging to a target company.

        Metagoofil will perform a search in Google to identify and download the documents to local disk and then will extract the metadata with different libraries like Hachoir, PdfMiner?, and others. With the results, it will generate a report with usernames, software versions, and servers or machine names that will help Penetration testers in the information-gathering phase.

      • Tips On UNIXInstall Clapper Media Player On Ubuntu / Alma Linux & Fedora | Tips On UNIX

        This tutorial will be helpful for beginners to install Clapper media player on Ubuntu 22.04 LTS, Ubuntu 20.04 LTS, Linux Mint 20.3, AlmaLinux 9, Rocky Linux 8, and Fedora 36

      • Own HowToHow to Create Keyboard Shortcuts on Linux Mint

        In this tutorial you will learn how to create shortcuts or edit the already existing shortcuts on Linux Mint.

        Shortcuts are helpful commands when you need to launch an software, take a screenshot or do something custom when you press any key combination. For example, if you press CTRL + ALT + T it would open the terminal on Linux.

        Let's say you want to create a shortcut to be able to take a screenshot via your preferred keys, without having to use the print screen button or if your keyboard doesn't have one then creating an shortcut to do this thing would be necessary to do.

      • How to Install Nessus on Kali Linux Guide for beginners 2022

        Hello friends, Welcome again!

        We are studying of Penetration Testing Tutorial This article will cover how to download, install, activate, and access the web interface of Nessus on Kali Linux.

        This post is origin How to Install Nessus on Kali Linux Move forward and start your tutorial. In a previous post you have completed Nessus Vulnerability Scanner Tutorial If you did not read it, please read now.

      • Use of fstab option for Mounting Disk in Linux Permanent Guide 2022

        Mounting disk in Linux is actually a process to access a partitioned and formatted hard disk in the system. Whatever data is stored in a hard disk can only be accessed or used after mounting that hard disk in Linux Operating System. As we know when a pen drive is inserted in the USB slot of Windows system, the pen drive will automatically be available for access in the windows home folder. This is only due to “plug and play” options installed in Windows operating system. But, in Linux, inserting or connecting a hard disk in the system, is not enough to access that disk. Before accessing it, the hard disk has to partitioned, formatted followed by mounting it in the system. However, the hard disk can be mounted with any of the single or multiple folder of Linux system. There is no restriction of mounting location of that hard disk. The following diagram is explained the basic difference between inserting a hard disk in Linux and Windows operating system.

      • HowTo ForgeHow to Install and Secure MongoDB NoSQL Database on Ubuntu 22.04

        MongoDB is a free, open-source, and one of the most popular NoSQL database systems. It stores data in JSON rather than the usual table style method found in SQL databases. In this tutorial, we will show you how to install MongoDB on Ubuntu 22.04.

      • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

        In this tutorial, we are going to explore how to install go on Ubuntu 22.04

        Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast.

        Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions.

        Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection.

        In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04.

        Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

      • molecule test: failed to connect to bus in systemd container - openQA bites

        Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

      • ID RootHow To Install MongoDB on AlmaLinux 9 - idroot

        In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project.

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

      • VideoAn introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
      • Linux HandbookSelf-host a Ghost Blog With Traefik

        Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter.

        The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget.

        Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup.

        Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more.

        I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals.

        In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • digiKam - digiKam 7.7.0 is released

          After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release.

        • LWNKDE Apps Mid-Year Update (KDE.news)

          Here's an update on recent KDE application development on KDE.news...

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • The Register UKAbout that misguided call for a 7-Zip boycott ● The Register

      A blog post calling for a boycott of the well-known 7-Zip compression app is attracting some discussion on Reddit.

      However, it seems criticism for Igor Pavlov and his FOSS compression app 7-Zip is somewhat overblown and may reflect the anti-Russian sentiment of the times.

      7-Zip has been around since 1999 and in that two-decade span there have been more widely used Windows compression tools (WinZip and WinRAR, in particular) they are shareware, so try-before-you-buy versus free.

      There's absolutely nothing wrong with the shareware model. It has been around longer than the modern FOSS ecosystem, and there are some excellent shareware tools. However, a lot of people aren't really trying before a potential purchase: they never intend to pay. And if that's the case, then you might as well use free software and avoid nag screens.

      Let's dissect the critical points around 7-Zip. The blogger, identified only as Paul, claims that 7-Zip isn't really open source because the code isn't on "Github, Gitlab, nor any public code hosting". That is not a requirement of the open source definition. 7-Zip's source is available on Sourceforge and is licensed under the GNU Lesser GPL.

    • Kiwi TCMS: Mejor Sitio Web 2022

      Kiwi TCMS is happy to announce that we have been awarded a "Best Website 2022" award by Reviewbox.es, scoring 36/40 on their evaluation. The review criteria can be found at https://www.reviewbox.es/los-mejores-sitios-web/.

    • MedevelHow To Choose The Correct Open-source Software for You

      When it comes to choosing between open-source software options, it can easily become confusing. Organizations often find that rushing the decision and using software that doesn’t work for them can be a costly mistake. Therefore, choosing the right open-source software for your projects is important.

    • Apache BlogThe Apache News Round-up: week ending 24 June 2022

      Happy Friday, everyone --let's review the Apache community's activities from over the past week...

    • Web Browsers

      • Mozilla

        • OMG UbuntuFirefox 102 Adds GeoClue Support on Linux, Improves PDF Viewer - OMG! Ubuntu!

          A new version of Mozilla Firefox is available to download, ahead of its form release on June 28.

          Mozilla Firefox 102 sees the browser bake-in support for GeoClue on Linux desktops, improve the PDF appearance when using high contrast mode, and gain the ability display subtitles and captions in Picture-in-Picture when playing content from HBO Max, DailyMotion, Funimation, and a number of other video streaming sites.

          A clutch of Linux-specific bug fixes include patches to resolve issues with Amazon password length appearance, reduce PDF rendering artefacts, and massage video distortion with H.264 when using VAAPI. Additionally, mesa/crocus is appended to the list of Intel Mesa drivers supported by the browser.

        • Ubuntu HandbookFirefox 102 Available to Download! New ESR, Geoclue Support

          Mozilla Firefox 102 is available to download now. See what’s new and how to install the browser package.

          For Linux users, Firefox 102 now support Geoclue if available for geolocation. The release also added subtitles and captions display in Picture-in-Picture (pop-out video) for more websites, including HBO Max, Funimation, Dailymotion, Tubi, Disney+ Hotstar, and SonyLIV.

          For those boring with the drop-down download panel, that automatically opens every time you start a download. User may now right-click on the download icon (before Hamburger menu button), and un-check “Show Panel When Download Begins” to disable it.

        • MozillaRecording Academy’s VP of D.E.I. Ryan Butler Tells Us What Brings Him Joy Online

          Here at Mozilla, we are the first to admit the internet isn’t perfect, but we are also quick to point out that the internet is pretty darn magical. The internet opens up doors and opportunities, allows for people to connect with others, and lets everyone find where they belong — their corners of the internet. We all have an internet story worth sharing. In My Corner of the Internet, we talk with people about the online spaces they can’t get enough of, what we should save in Pocket to read later and what sites and forums shaped them.

    • GNU Projects

      • NeowinGnuCash 4.11

         GnuCash is a personal and small business finance application, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows. It’s designed to be easy to use, yet powerful and flexible. GnuCash allows you to track your income and expenses, reconcile bank accounts, monitor stock portfolios and manage your small business finances. It is based on professional accounting principles to ensure balanced books and accurate reports.

        GnuCash can keep track of your personal finances in as much detail as you prefer. If you are just starting out, use GnuCash to keep track of your checkbook. You may then decide to track cash as well as credit card purchases to better determine where your money is being spent. When you start investing, you can use GnuCash to help monitor your portfolio. Buying a vehicle or a home? GnuCash will help you plan the investment and track loan payments. If your financial records span the globe, GnuCash provides all the multiple-currency support you need.

    • Licensing / Legal

      • MozillaThe JavaScript Specification has a New License - Mozilla Hacks - the Web developer blog

        Ecma International recently approved the 2022 standard of ECMAScript. There is something new in this edition that hasn’t been part of prior editions, but this isn’t a new programming feature.

        In March of this year, Ecma International accepted a proposal led by Mozilla for a new alternative license. On June 22nd, the first requests to adopt this license were granted to TC39 and applied to the following documents: ECMA-262 (ECMAScript, the official name for JavaScript) and ECMA-402 (the Internationalization API for ECMAScript).

        The ECMAScript specification is developed at Ecma International, while other web technologies like HTML and CSS are being developed at W3C. These institutions have different default license agreements, which creates two problems. First, having different licenses increases the overhead of legal review for participants. This can create a speed bump for contributing across different specifications. Second, the default ECMA license contains some restrictions against creating derivative works, in contrast to W3C. These provisions haven’t been a problem in practice, but they nevertheless don’t reflect how we think Open Source should work, especially for something as foundational as JavaScript. Mozilla wants to make it easy for everyone to participate in evolving the Web, so we took the initiative of introducing an alternative license for Ecma International specifications.

    • Programming/Development

      • Red Hat OfficialThe experience of bringing OpenSSL 3.0 into Red Hat Enterprise Linux and Fedora

        The previous major stable version was OpenSSL 1.1 and there is no 2.0 in the middle. The OpenSSL team decided to make an explicit jump in numbering to highlight that this new version included major structural, and more importantly, application programming interface (API) and application binary interface (ABI) changes compared to previous OpenSSL versions.

        These changes affect applications that use the library in direct ways, sometimes by breaking compilation, and often in subtle ways by changing how the library behaves in some situations.

        Due to these differences, changing from OpenSSL 1.1 to OpenSSL 3.0 is not a simple upgrade.

        In the Linux ecosystem, OpenSSL is generally considered a core OS library. It is linked directly or indirectly by the majority of the packages of any distribution and this means that the distribution needs to be fully rebuilt to make such a transition.

      • Godot EngineGodot Engine - Release candidate: Godot 3.5 RC 5

        The upcoming Godot 3.5 is now considered feature complete, and has received a lot of bugfixes and improvements over the past weeks thanks to all the testers and developers who reported and fixed issues. We are now at the Release Candidate stage, finalizing everything so that we can release 3.5-stable for all users.

        At this stage we need people to test this release (and potential follow-up RCs) on as many codebases as possible, to make sure that we catch non-obvious regressions that might have gone unnoticed until now. If you run into any issue, please make sure to report it on GitHub so that we can know about it and fix it!

        For this RC 5, we decided to include two fairly important Android PRs which had recently been finalized, as they are important to fulfill Google Play requirements for the near future: full Android scoped storage support, and upgrading the buildsystem from NDK r21 to NDK r23. They're fairly big changes to include at RC stage but we think it's really worth having in 3.5, so we'll need your help to test Android export templates in this build and confirm that they work as expected.

      • Perl / Raku

        • RakulangRakudo Weekly News: 2022.26 Conference Seasoned

          The first in-person event in a long time happened last week. Some of the videos are already available for viewing, others may still come (overview, /r/rakulang comments).

          [...]

          Finally, Corona is still a thing, as at least one attendee tested positive for Corona after the conference. So please continue to look out for your health!

      • Rust

        • Many modes: a GATs pattern

          As some of you may know, on May 4th Jack Huey opened a PR to stabilize an initial version of generic associated types. The current version is at best an MVP: the compiler support is limited, resulting in unnecessary errors, and the syntax is limited, making code that uses GATs much more verbose than I’d like. Nonetheless, I’m super excited, since GATs unlock a lot of interesting use cases, and we can continue to smooth out the rough edges over time. However, folks on the thread have raised some strong concerns about GAT stabilization, including asking whether GATs are worth including in the language at all. The fear is that they make Rust the language too complex, and that it would be better to just use them as an internal building block for other, more accessible features (like async functions and [return position impl trait in traits][RPITIT]). In response to this concern, a number of people have posted about how they are using GATs. I recently took some time to deep dive into these comments and to write about some of the patterns that I found there, including a pattern I am calling the “many modes” pattern, which comes from the chumsky parser combinator library. I posted about this pattern on the thread, but I thought I would cross-post my write-up here to the blog as well, because I think it’s of general interest.

        • Memory Safety for the World’s Largest Software Project - Prossimo

          The Rust for Linux project aims to bring a new system programming language into the Linux kernel. Rust has a key property that makes it very interesting to consider as the second language in the kernel: it guarantees no undefined behavior takes place (as long as unsafe code is sound), particularly in terms of memory management. This includes no use-after-free issues, no double frees, no data races, etc.

          Prossimo is an Internet Security Research Group (ISRG) project. Its goal is to improve the Internet's security-sensitive software infrastructure by addressing memory safety issues in C and C++ code via the use of memory safe languages. One critical example of such infrastructure is the Linux kernel, used in most servers in the world as well as in billions of devices.

        • LWNOjeda: Memory Safety for the World’s Largest Software Project

          Miguel Ojeda has posted an update on the Rust-for-Linux project.

  • Leftovers

    • Linux Foundation and Co.

    • Security

      • USCERTCISA Adds Eight Known Exploited Vulnerabilities to Catalog [Ed: 5 out of 8 of these are Apple!]

        CISA has added eight new vulnerabilities to its Known Exploited Vulnerabilities Catalog, based on evidence of active exploitation. These types of vulnerabilities are a frequent attack vector for malicious cyber actors and pose significant risk to the federal enterprise. Note: to view the newly added vulnerabilities in the catalog, click on the arrow in the "Date Added to Catalog" column, which will sort by descending dates.    

      • ShiftLeft finds a 97% reduction in open source software vulnerabilities | SC Media

        ShiftLeft on Thursday released some rare positive news on the AppSec front by reporting that based on millions of scans on its customers, they found a 97% reduction in open source software (OSS) vulnerabilities.

        The researchers said by identifying and prioritizing OSS vulnerabilities that are actually attackable, AppSec teams and developers can now fix what matters, ship code faster, and improve security with fewer, better fixes.

        In other significant findings, ShiftLeft’s report said by focusing on attackability and reduced false positives, developers can make fixes faster and reduce mean-time-to-remediate (MTTR). ShiftLeft reported a 37% year-over-year reduction in MTTR, which they say improves overall security posture and reduces the likelihood of attacks by reducing the time that vulnerabilities are exposed.

      • LWNSecurity updates for Monday [LWN.net]

        Security updates have been issued by Debian (openssl), Fedora (dotnet6.0, mediawiki, and python2.7), Mageia (389-ds-base, chromium-browser-stable, exo, and libtiff), Oracle (httpd:2.4 and microcode_ctl), SUSE (dbus-broker, drbd, kernel, liblouis, mariadb, openssl, openssl-1_1, openSUSE kernel modules, oracleasm, php7, php72, python39, salt, and wdiff), and Ubuntu (linux, linux-hwe, mozjs91, and vim).

      • LinuxBuzWhat is Cloud Security – Definition, Importance, Benefits [Ed: Paradox as "clown computing" means outsourcing, so you've lost control of the systems; it's a data breach]

        Adopting cloud computing services has helped many enterprises reduce costs, accelerate deployments, and develop at a larger scale. Today many businesses use cloud services as an alternative to traditional practices.

      • Privacy/Surveillance

        • AccessNowIndian CERT’s Directions will weaken cybersecurity and privacy: experts call for deferral and public consultation - Access Now

          Access Now supports cybersecurity experts from around the world who are calling on the Indian Computer Emergency Response Team (CERT-In) to defer implementation of the contentious new Directions issued in April. The letter states the Directions will have a negative impact on cybersecurity and privacy, and public consultation must be undertaken to ensure that the views of all stakeholders, including subject matter experts, are taken into account.

          “The Directions, as they stand, will have the unintended consequence of weakening cyber security, and its crucial component, online privacy,” the letter states, “we are cognisant of the need for a framework to govern cyber incident reporting, but the reporting timelines and excessive data retention mandates prescribed in the Directions, will have negative implications in practice and impede effectiveness, while endangering online privacy and security.”

    • Defence/Aggression

      • BONUS – Interrogating Cold War 2.0

        In this panel discussion brought to you by Unlimited Hangout and OffGuardian, several panelists discuss the nature of the East-West dichotomy and whether the rise of Eurasia and the fall of the West were engineered by certain factions of global elites and for what purpose.

    • Civil Rights/Policing

      • Public KnowledgePrivileged Conversations | July 2022 - Public Knowledge

        ublic Knowledge has the pleasure of inviting you to a multifaceted program focused on training and developing the next generation of tech policy experts and public interest advocates that reflects the diversity of voices and experiences in our society.

        Please join us for our monthly Career Breakfast Series. This event is designed for students & recent graduates to learn about tech policy and public interest work, careers, and its community. This month you will have the opportunity of having a great conversation with Professor Laura Moy.

    • Monopolies

      • Patents

        • Kluwer Patent BlogSurvey: EPO staff don’t trust top management, concerns about quality

          Staff members of the EPO have little confidence in the top management. They don’t think there is a clear and coherent strategy, there are big concerns about quality and also about the increasing work load. This is shown by the fifth Technologia Survey, the results of which have been shared with staff last week.

          The survey, which was commissioned by trade union SUEPO, reveals deep divisions between management and staff. It was published just ahead of the meeting of the Administrative Council, 29 and 30 June 2022, in which a decision about the re-appointment of António Campines as EPO president for a second term until 2028 is on the agenda.

          One sign of the lack of trust between staff and management is the fact that the Technologia survey could be held among SUEPO members only and those among EPO staff who actively opted in, since president Campinos refused SUEPO to use EPO emails*.

  • Gemini (Primer)

    • Personal

    • Politics

      • Communism against Earth

        Looking at the communist side, I sometimes see climate obstructionism too, opposing any plan that doesn’t also solve humanity’s millenia-old (albeit amplified in the industrial age) inequality issues. There was this anti geoengineering site that made the rounds a few months back that mixed some very good points vs some of the worst and least thought-through geoengineering proposals with a foundational opposition to all change that didn’t address inequality.

        [...]

        Don’t get me wrong, I’m not calling for anti-communism either or for capitalism. You know I rant and rave against that dumdumdadadadum on the daily. All I’m saying is that for me, the priority is pretty darn stark right now and it’s called Earth.

    • Technical

      • Announcements

        • ANN: nofer - a gemini to gopher bridge



          Gopher is OK, but it's an awkward protocol to write for. It has its quirks, to say the least. I do, however, particularly like seeing gopher pages that are left-and-right aligned. There's something just so neat about them.

          I had been working on a Perl script called "nofer" ("no gopher") to work in conjunction with inetd on FreeBSD. It serves gmi pages as gopher pages, so if you have a Gemini capscule, you should be pretty much good to go. It is actually a shame that gopher has a weird layout. With the benefit of hindsight, we didn't really w



Recent Techrights' Posts

Dances With Wolves, Wakes Up With Fleas
Small minds say "td;dr" whereas the rest say, "give me information, give me time to study it"...
Garrett Does Not Just Try to Cover Up for Himself, He's Clearly Covering Up for His Mates From Microsoft (and Admits Third Parties Fund His Litigation, With Their Legal Bills Estimates Already Approaching $1,000,000)
They have already sent us about 75 KG of legal papers. How is any judge supposed to keep up?
Richard Stallman in the United States - Part IV - Back to Switzerland
The "cancel mob" tried to "finish off" RMS 5 years ago
Dr. Richard Stallman in Ada Lovelace Lecture Series 20 Hours From Now in Lucerne School of Computer Science and Information Technology (Rotkreuz)
Well-connected and affluent corporations want everything to be controlled by them, ranging from culture to words and news
GNU/Linux Seen as Rising to 20% in Eritrea, But That's statCounter Identifying "Unknown" as GNU/Linux
What if statCounter managed to figure out what all those "unknowns" are?
 
Under IBM, Some Fedora Blog Posts Have Become LLM Slop! (Red Hat is Doomed by Slop Fanaticism)
Who would even bother reading such trash?
Lots of People Leaving IBM Today
IBM cannot be trusted
LLM Slop Rare and Scarce This Friday
We still hope that by the end of this year slop will become nearly extinct
Defending British Democracy From American Predators
We stand united and strong in the face of predators
Links 06/03/2026: LLM Prompt-injection Vulnerability in Microsoft's Proprietary GitHub, "260,000 Federal Jobs Lost"
Links for the day
It's Friday and Many People Publicly Announce Leaving IBM (Which is Engineering 'Willful' Departures to Mask RAs' Scale)
We understand from whistleblowers that IBM already destroyed Red Hat's culture
Dr. Richard Stallman (RMS), the Man Whose Mind Scares GAFAM et al, Began Speaking in Switzerland
His ideas and ideals are not obscene
Gemini Links 06/03/2026: "Setting up the Feed" and Using Molly Brown
Links for the day
Links 06/03/2026: Can't Copyright Slop in US, Microsoft Became Slop Provider for Militarism
Links for the day
Threats Issued to Daniel Pocock Having Launched the JuristGate Web Site Which Covers Financial Fraud in "Legal Insurance" Clothing
Is our world governed by laws or by rich corporations (or nations/superpowers) with well-connected lawyers/politicians?
International Women's Day: At the EPO, for Women to Become Managers They Need to Sleep With Well-connected Men and Mingle With Corrupt Men
Sunday is International Women's Day
Dr. Richard Stallman Starts His Talks in Switzerland in 8 Hours
They try to assess how many people plan to attend to ensure everyone gets a seat (without compromising the privacy/identity of those attending)
IBM Red Hat Layoffs: It's Not About "AI"
"Automation" is not "AI", it's just a generic term which can describe jobs left for machines to do, sometimes computers
Microsoft Windows Used to be Identified on Over 99% of Web Requests From Benin. Now It's Around 50%.
Or a lot less
Microsoft 'Open' 'AI' Has Severe Financial Problems, Version Inflation ("GPT-5.4") is Mindless Hype and a Misleading Distraction
In practice, both users and sponsors of ChaffGPT are fleeing
The Techrights Static Site Generator (SSG) Turns 5 Next Year
It's still under active development in our Git servers
New XBox Boss (Sharma) Implicitly Confirmed XBox (the Console) is Now Dead
Vista 11 is now also known as "XBox"
Murder as a 'Joke' to GAFAM People (Sociopathy)
When it comes to Microsoft and Salesforce, they profit from this mentality
Microsoft ‘Project Helix’ is Just a Tweet in MElon's "X"
Some "tweet" is easy, as words are cheap
Microsofters' SLAPP Censorship - Part 4 Out of 200: Rianne’s Version of Events and Narrative
today we tell Rianne's experience
EPO Staff to 'Meet' This Coming Tuesday to Plan Industrial Actions Including Upcoming Strikes
using Microsoft spyware to organise this can be an own goal because Microsoft serves the dictators, not the union that tries to topple them
Thousands of EPO Workers Rally Against EPO Management
The staff is furious to see what became of the EPC and the EPO. This is not sustainable.
In Argentina Firefox is Measured at Only 1%, Google Chrome (Proprietary) at About 90%
And it has long been that way
IBM's March 2026 Layoffs Already Happening (to Accelerate Soon in Europe and America)
We're probably seeing some of the last years of IBM and it's anything but certain that IBM can survive the coming decade
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, March 05, 2026
IRC logs for Thursday, March 05, 2026
Gemini Links 05/03/2026: Industrial Panettone, Cancel, and LLMs
Links for the day
It's Not "AI", IBM is Collapsing Due to Financial Difficulties, "All Small Country Offices Will Close"
IBM is in trouble. Insiders know it.
"AI Companies" Running Out of Money, GAFAM Layoffs Are Signs of Weakness, Not "AI Efficiency" or Novelty
In the past, this term ("AI") had another meaning and connotation
Libel/Defamation Law Does Not Exist to Cover up Crimes
The projection tactics are nothing new
Myanmar/Burma: Growing Acceptance of GNU/Linux, Big Losses for Windows
GNU/Linux has come close to 5% there
Without IBM, Microsoft Would Not Have Taken Off. Both Companies Need to be 'Taken Down'.
Maybe it's time to boycott IBM as well
'Former' Red Hat Staff Upset That Techrights Covers IBM Accounting Problems
Are we touching a sensitive subject at IBM?
Ubuntu is Controlled by a Youngster From the British Army (Background in Mass Surveillance), So One Can Expect Ubuntu to Not Respect Privacy
"Canonical is aware of the legislation and is reviewing it internally with legal counsel"
IBM Hates Computer Freedom. This Means Red Hat Too is an Enemy of Software Freedom.
A summary of Fedora's position when it comes to "attestation"
IBM Union Says Many IBM Layoffs in Europe, With Netherlands and Belgium Confirmed, Allegedly Italy Soon (200 Layoffs)
IBM's demise will harm Red Hat and already harms Red Hat, according to whistleblowers
Microsoft and Microsoft's 'Open' 'AI' Seeking Bailout From the Pentagon Means Brand Erosion
Microsoft and its offshoots growing more and more dependent on military ("defence"; "Department of War") budget
Another EPO Strike a Fortnight From Now, Local Staff Committee Munich (LSCMN) Shares 127-Page Document Explaining How Policies Impact EPO Staff
The Office is circling down the drain
Microsofters' SLAPP Censorship - Part 3 Out of 200: A More In-Depth Breakdown
presents the narrative in a less chronological and more logically coherent fashion
2026 Seems Like (Potentially) the Last Year of Slop Drowning News Sites
Sites that do so perish [...] It's getting hard to find slop in news sites which cover "Linux" because many gave up
Links 05/03/2026: New LexisNexis Data Breach Confirmed, "Goldman Sachs Head During Financial Crisis Says He “Smells” a Similar Crash Coming"
Links for the day
"Silent Layoffs" or "Forever Layoffs" at IBM and Red Hat (After Bluewashing)
Like every day (all day long) we can see people who leave IBM and say something that's based on a 'script'
Free Software Foundation (FSF) and Others Promoting String of RMS Talks, Starting Tomorrow in Lucerne School of Computer Science and Information Technology
Well done, FSF!
Links 05/03/2026: A Bet Against Substack, American Government Openly Hostile Towards Environment
Links for the day
Gemini Links 05/03/2026: Greed and Sentiments Shifting Against Slop
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, March 04, 2026
IRC logs for Wednesday, March 04, 2026
FSF Promoting Richard M. Stallman (RMS) Talk in Switzerland in Just Over a Day From Now
RMS may have more talks on the way
Why Slop Will Flop - Part IV - We've Seen the End of It
Some years ago they insisted blockchains would revolutionise everything
Android is Proprietary 'Linux' and It Becomes More Malicious Over Time, Google Only Delayed What It Planned All Along
Google is a proprietary software giant, GSoC is only a distraction and confusion
Links 04/03/2026: Scam Altman Causes Chatbot Sub Numbers to Plunge, "Stocks Drop as Inflation Risk Emerges"
Links for the day
Why Slop Will Flop - Part III - Our Relationship With Slop (and Yours)
I never - except inadvertently - "used" an LLM-based chatbot
Why Slop Will Flop - Part II - Devil in the Details
News sites or social control media sites which tolerate slop are digging their own grave
Simpler Means Faster
Do you know your bottlenecks?
Gemini Links 04/03/2026: About a Missing Symbol and "Good Manners"
Links for the day
The Register MS Takes Money From Chinese Surveillance Threat to Promote a Ponzi Scheme
"Sponsored by Huawei."
Nicaragua's GNU/Linux Usage Measured at Over 8% by statCounter
Nicaragua is a poor country, but it also has rich culture
Why Slop Will Flop - Part I - Slop Fatigue Prevalent
See, sooner or later people (audiences of colleagues) find out and as soon as they find out you are slopping, they will lose interest
Microsofters' SLAPP Censorship - Part 2 Out of 200: Detailed Timeline From 2012 (Attack on Reporters That Question Restricted Boot) to 2024 (Lawsuit Against Reporter and His Wife in Another Continent)
we reproduce a document produced 2 years ago to give people more context and more facts
Links 04/03/2026: "The EU moves to kill infinite scrolling" and a call to "Nationalize Amazon"
Links for the day
Coming Soon: Evidence of Abuse in Our IRC Network
IRC's freedom can sometimes be its 'weakness' if not properly guarded
High GNU/Linux Adoption in Brunei Darussalam
It's worth noting (or at least noticing) that Microsoft loses ground in some of the countries where the government contracts paid the most
Media Blackout Reducing or Preventing Press Coverage of Microsoft Layoffs in 2026
Worse yet, there will be gaslighting and deceit
GNU/Linux in Laptops/Desktops Still Matters, It's Likely the Only Way to Achieve Software Freedom
Software Freedom requires all sorts of things at the "OS level"
Gemini Links 04/03/2026: The Garnet Star, The Hunt, The SYN Attacks
Links for the day
The EPO's General Consultative Committee (GCC) Discussion Illuminates How Much Worse Things Have Gotten ("on Strike and Participated in the 'Meeting'")
a videoconference - not a physical meeting - discussed EPO policies
Free Software Foundation Supports Its Founder, Advertises His Talks in Switzerland
When you suppress voices, assuming the reasons for suppression are bunk, it is always bound to backfire very badly
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, March 03, 2026
IRC logs for Tuesday, March 03, 2026