Bonum Certa Men Certa

Links 13/12/2022: Git 2.39.0 and Rust 1.66.0 Pre-release Testing



  • GNU/Linux

    • Desktop/Laptop

      • Linux LinksLenovo ThinkPad T470 Ultrabook running Linux - Part 4 - Benchmarks - LinuxLinks

        This is a blog looking at a refurbished Lenovo ThinkPad T470 Ultrabook running Linux.

        In this article we put the ThinkPad T470 through some intensive testing. We’ve run a variety of benchmarks on the laptop and compared the results to a motley assortment of machines.

        The tests use the Phoronix Test Suite, unless otherwise stated. For ease of reference, the system’s specifications are listed on the final page. Together with the ThinkPad T470, we’ve run the benchmarks on two small form factor PCs (HP EliteDesk 800 G2 and Lenovo M93 Ultra Small PC), three mini PCs, and an Asus laptop. All of these machines are low-power. To put the results into context, we also benchmarked two more modern PCs hosting a 10th generation and 12th generation Intel processor.

    • Audiocasts/Shows

    • Kernel Space

      • Linux MagazineInitial Support for Rust in the Linux Kernel is Finally Released - Linux Magazine

        The 6.1 LTS version of the Linux kernel, which includes initial support for Rust, has been made available for general usage.

        Linus Torvalds finally announced that the latest LTS version of the Linux kernel (version 6.1) includes the initial support for the Rust programming language that has been hyped of late. This, of course, comes on the heels of what Torvalds calls the "merge window from hell," thanks to the holidays and his pre-holiday travel.

        On this, Torvalds announced he would be very strict with the merge window rules, saying "The rules are that the pull requests sent to me during the merge window should have been ready _before_ the merge window and have seen some time in linux-next. No last-minute batch of experimental new development that hasn't been seen by our test automation."

        Of course, the big news for Linux 6.1 is the inclusion of experimental Rust support. It's important to know that this is very much still in the early phase of development, so the implications aren't nearly as game-changing as you might think. This is the very basic implementation of Rust in the kernel, so don't expect to find new and improved Rust-built drivers functioning within the kernel.

      • CNX SoftwareLinux 6.1 LTS release - Main changes, Arm, RISC-V and MIPS architectures - CNX Software

        Linus Torvalds announced the release of Linux 6.1, likely to be an LTS kernel, last Sunday:

        So here we are, a week late, but last week was nice and slow, and I’m much happier about the state of 6.1 than I was a couple of weeks ago when things didn’t seem to be slowing down.

    • Graphics Stack

      • Who-T: libei - opening the portal doors

        Time for another status update on libei, the transport layer for bouncing emulated input events between applications and Wayland compositors [1]. And this time it's all about portals and how we're about to use them for libei communication. I've hinted at this in the last post, but of course you're forgiven if you forgot about this in the... uhm.. "interesting" year that was 2022. So, let's recap first:

        Our basic premise is that we want to emulate and/or capture input events in the glorious new world that is Wayland (read: where applications can't do whatever they want, whenever they want). libei is a C library [0] that aims to provide this functionality. libei supports "sender" and "receiver" contexts and that just specifies which way the events will flow. A sender context (e.g. xdotool) will send emulated input events to the compositor, a "receiver" context will - you'll never guess! - receive events from the compositor. If you have the InputLeap [2] use-case, the server-side will be a receiver context, the client side a sender context. But libei is really just the transport layer and hasn't had that many changes since the last post - most of the effort was spent on trying to figure out how to exchange the socket between different applications. And for that, we have portals!

      • CollaboraWine on Wayland 2022 update: more games, more apps, more fun!

        The focus in 2022 was on maturing the Wayland driver and keeping up to date with the Wine upstream internal changes. This involved, among other things, splitting the driver into a PE and Unix part, updating it for the latest internal driver APIs, and making preparations to support WoW64.

        A significant improvement compared to last year is support for cross-process rendering, which is required by Chromium/CEF applications. Last year the driver was able to run Chrome with the "--in-process" command-line option. Chrome is now supported without any special flags, and is fully GPU accelerated on both OpenGL and Vulkan!

        This update also brings enhanced support for the linux-dmabuf v4 Wayland protocol (aka dmabuf-feedback), which allows compositors to dynamically send information about optimal formats and modifiers, e.g., depending on the surface presentation mode (fullscreen vs windowed).

      • WINE Project (Official)Wayland driver - December 2022 update

        It's been some time since our last Wayland driver update ([1]), and, with the year coming to an end, I wanted to share information about the progress we made this year and discuss future steps.

      • Ricardo GarcíaGeek Blight - Vulkan extensions Igalia helped ship in 2022

        The end of 2022 is very close so I’m just in time for some self-promotion. As you may know, the ongoing collaboration between Valve and Igalia lets me and some of my colleagues work on improving the open-source Vulkan and OpenGL Conformance Test Suite. This work is essential to ship quality Vulkan drivers and, from the Khronos side, to improve the Vulkan standard further by, among other things, adding new functionality through API extensions. When creating a new extension, apart from reaching consensus among vendors about the scope and shape of the new APIs, CTS tests are developed in order to check the specification text is clear and vendors provide a uniform implementation of the basic functionality, corner cases and, sometimes, interactions with other extensions.

        In addition to our CTS work, many times we review the Vulkan specification text from those extensions we develop tests for. We also do the same for other extensions and changes, and we also submit fixes and improvements of our own.

        In 2022, our work was important to be able to ship a bunch of extensions you can probably see implemented in Mesa and used by VKD3D-Proton when playing your favorite games on Linux, be it on your PC or perhaps on the fantastic Steam Deck. Or maybe used by Zink when implementing OpenGL on top of your favorite Vulkan driver. Anyway, without further ado, let’s take a look.

    • Applications

    • Instructionals/Technical

      • UNIX CopHow to Install the Lighttpd Server on Ubuntu 22.04 - Unix / Linux the admins Tutorials

        In this short and simple post, you will learn how to install Lighttpd on Ubuntu 22.04. You will also learn how to add PHP support.

        For those who don’t know, lighttpd is a secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments.

        One of the main things that make it so popular is that it is quite lightweight and can revive web servers.

      • Linux CapableHow to Install Linux Kernel 6.1 on Fedora 37/36/35

        Fedora users usually have a relatively recent Linux Kernel installed on their system. Currently, this is Linux kernel 6.0. However, given Fedora is an upstream release and many users often install upstream distributions with newer hardware, you may want to pre-install the latest Linux kernel 6.1 mainline release for better hardware support. The new Linux Kernel release brings improvements and hardware support along with the initial Rust language support in the mainline Kernel for better security and memory-safe code.

      • What is Chroot Jail and its Usecase in Linux

        While walking in your Linux journey, you might hit yourself with the term “chroot” (or “chroot jail”), and that’s what you’re about to learn today: what they are and their usage.

      • Linux CapableHow to Install LibreWolf Browser on Ubuntu 22.04/20.04 - LinuxCapable

        LibreWolf is a Firefox fork designed to enhance your privacy and security while browsing the Internet and works well on Ubuntu desktops as an alternative browser. It eliminates telemetry and other tracking techniques that can be intrusive to your personal information, along with a few additional security improvements to give you added peace of mind when browsing. On top of that, LibreWolf also incorporates protection against fingerprinting to ensure that marketers aren’t able to track you online. If your online safety is important, LibreWolf could be an ideal web browser for you to use daily or a secondary browser for certain types of browsing.

        The following tutorial will teach you how to install LibreWolf Browser on Ubuntu 22.04 Jammy Jellyfish and Ubuntu 20.04 Focal Fossa LTS. The tutorial will go over importing the official repository and gpg key with CLI commands and installing the browser, along with some additional commands and tips for keeping the browser up-to-date.

      • Linux CapableHow to Install Redis on Fedora 37/36/35 - LinuxCapable

        Redis is quickly becoming an industry standard for an in-memory data structure store due to its open-source design, comprehensive list of supported data structures, and scalability through automated partitioning across nodes. High availability can be achieved with minimal configuration using Redis Sentinel software logic. This allows developers to focus on building their applications versus managing and configuring their databases. The ability to use Redis as a database, cache, and message broker with considerable options makes this open-source technology a powerful choice.

        In the following tutorial, you will learn how to install Redis on Fedora 37/36/35 Linux workstation or server using the terminal command line and some basic setup instructions to get you started using the command line terminal.

      • Trend OceansHow to Find if the System is Running on HDD or SSD in Linux - TREND OCEANS

        A cheat sheet for determining whether a drive is SSD or HDD is available here for Linux-based distributions so first let's get started with lsblk command

      • Setting up FreshRSS in a subdirectory

        Ever since the demise of Google Reader I have been looking for a suitable replacement RSS reader. In the past I used to use Liferea but that was when I used a single desktop machine; these days I want to be able to read on my phone and multiple machines. I moved to Feedly and it’s been mostly ok, but I’m hitting the limit of feeds available in the free tier, and $72/year is a bit more than I can justify to myself. Especially when I have machines already available to me where I could self host something.

      • ELinuxWhat is docker and steps to install docker in CentOS | Linux Webhosting blog

        Docker is a popular tool for deploying and managing applications in containers. Containers allow developers to package an application with all of its dependencies and libraries, so it can be run consistently across different environments.

      • Linux Made SimpleHow to install AbiWord on a Chromebook

        Today we are looking at how to install AbiWord on a Chromebook.

        If you have any questions, please contact us via a Rumble comment and we would be happy to assist you!

        Please use the video as a visual guide, and the commands and links below to install it on your Chromebook.

      • Major HaydenMake your mark with the compose key

        Much of my work is driven by my keyboard, and I love finding new ways to do complicated actions in a hurry. That’s why I’m drawn towards tiling window managers like i3 and sway.

        My team at work spans the globe and speaks many different languages. Many of these languages have diacritics (such as accents, tildes, or other marks) that completely change the pronunciation (or even the meaning!)_ of the word. Sure, I can type Tomas (TOM-oss) quickly, but it’s not the same as Tomaš (TOM-osh).

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • 9to5LinuxLatest Kdenlive Video Editor Release Brings Major Overhaul to Guide/Marker System, More

          In this update, Kdenlive‘s guide/marker system received a major overhaul to help you better organize your projects. The software now organizes all marker (clips) and guide (timeline) features in a new “Guides” dock where displayed content depends on the selection. Due to this change, the “Markers” tab was removed from the clip properties.

          Moreover, the new “Guides” dock makes it easier to seek, search, sort, and filter by category or text, and integrates better with keyboard navigation to help you more quickly seek and find a timeline guide. Also, the import and export of markers functionality has been improved.

        • OMG UbuntuKdenlive 22.12 Released with "Major Overhaul" of Edit Markers - OMG! Ubuntu!

          A new version of Kdenlive is available to download.

          Kdenlive 22.12 is said to feature more than 350 commits that add new features, fix issues, and prepare the code base for “exciting changes” planned for the near future (intriguing, huh?).

          Chief amongst the changes in this drop is what Kdenlive devs described as a a “major overhaul” to the guide/marker system. Kdenlive (like any good video editor should) already lets users add markers to annotate and pinpoint specific parts of their edit. But in the new release things move up a gear.

          A new “Guides” dock is now available in the UI. This supports quickly filtering between different markers and guides, works with keyboard navigation, and supports as many custom categories as a user needs, as this short video from the Kdenlive team demonstrates:

        • DebugPointGet ready to upgrade your video creation with Kdenlive 22.12

          The best free and open-source video editor - Kdenlive 22.12, released with new filters, UI improvements, user-requested features and bug fixes. This release improves Kdenlive on top of its already existing features and gives you a platform to create professional-quality videos.

          This is what's new.

        • Harald SitterHarald Sitter: Plasma Analyzer

          It’s a Plasma widget that visualizes what’s going on on your system, music-wise that is. I’ve started this project years ago but only recently found the motivation to get it to a somewhat acceptable state. It’s pretty amazing to have bars flying across the screen to Daft Punk’s `Touch`.

  • Distributions and Operating Systems

    • ZDNetWhat is OpenIndiana and why does it matter? | ZDNET

      Linux history is littered with successes and failures, as well as failures that then, once again, became successes. Countless open-source projects are created, of which some of them die. That doesn't mean, however, the projects remain dead permanently -- some of them are given a second chance simply because the project was awesome.

  • Free, Libre, and Open Source Software

    • Medevel11 Best Free Open Source PDF Editors

      Some teachers and students require editing their PDF to add annotations, and study notes.

      Editing a PDF file is not an easy task, sometimes because of lack of a proper software. And it gets worse when you want to edit a badly encoded PDF file.

      While there are many commercial apps that help to achieve this goal, they are not open-source and not for everyone. Therefore, we offer you our collection of free open-source PDF editors.

    • The New StackA Creator of ActivityPub on What’s Next for the Fediverse - The New Stack

      Evan Prodromou has been working on decentralized social media for nearly 15 years now, having created an open source Twitter alternative called Identi.ca in 2008. That service morphed a couple of times and eventually became pump.io — which was the genesis for ActivityPub, the core fediverse protocol of 2022.

      In an interview with The New Stack, Prodromou talked about how ActivityPub evolved, the pros and cons of Mastodon, and where he sees opportunities for developers in the fediverse.

      As I’ve covered in previous articles, it seems like the time for federated social software has finally arrived, in the aftermath of Elon Musk’s messy takeover of Twitter. So I began by asking Prodromou whether he feels a sense of validation in the current popularity of Mastodon.

    • FOSSLifeEvan Prodromou Explains the History of the Fediverse

      In the interview, Prodromou, who credits Mastodon’s current success to its “very pragmatic and user-focused development team,” led by Eugen Rochko, explains the history of the Fediverse and shares his ideas about what it could ultimately become.

    • ZDNetYou've got Mastodon questions, I've got answers [Ed: This is from Microsoft's Ed Bott, so be sceptical]
    • ZDNetThe future of finance belongs to open source | ZDNET [Ed: Steven Vaughan-Nichols running fluff for the 'Linux' Foundation]

      The Fintech Open Source Foundation has found banks and other financial organizations are no longer just using open-source software, they're building and sharing it.

    • Supporter Interview with Jondale Stratton - Conservancy Blog - Software Freedom Conservancy

      Next in our interview series, we have Jondale Stratton, a long time supporter of Software Freedom Conservancy. Jondale is the IT Manager for the National Institute for Mathematical and Biological Synthesis and the Technical Director for his local hackerspace, Knox Makers. In his spare time he enjoys laser cutting, tractors, playing with his bunnies, and replacing people with shell scripts.

    • Web Browsers/Web Servers

      • Mozilla

        • OMG UbuntuMozilla Firefox 108 is Now Available to Download - OMG! Ubuntu!

          A new version of the Firefox web browser is available to download.

          Mozilla Firefox 108 is the last release planned for this year. It features a small set of modest improvements designed to improve the usability, security, and stability of the browser when used access all major desktop platforms.

          The “headline” new feature is WebMIDI API support. This allows Firefox (more specifically stuff run inside of Firefox) to connect and interact with MIDI (Musical Instrument Digital Interface) devices attached to a PC. Not all MIDI devices are musical instruments so the feature has non-melodious applications too.

        • DebugPointFirefox 108 unlocks the power of music on the web with new WebMIDI API support

          The final Firefox release of this year is here - Firefox 108, closing an eventful year of this free and open-source web browser from Mozilla.

          Release highlights of Firefox 108 which brings WebMIDI API, new developer options for CSS and HTML + more updates.

    • Productivity Software/LibreOffice/Calligra

      • Community Member Monday: 锁琨珑 (Kevin Suo) - The Document Foundation Blog

        I’m 36 years old, and I was born in the Gansu Province of China. I love in Beijing and I’m working as an Of Counsel in a leading law firm in Beijing. Some people may think that I’m a lawyer. No, I am not a lawyer – I am a professional accountant. My team work as local counsel on behalf of clients defending on Antidumping and Countervailing Duty investigations initiated by authorities (e.g., the U.S. Department of Commerce, the European Union etc) against companies and industries in China, and accountants play an important role in this field.

        Although I am very busy at work every day, I love the internet, computers and programming. I can program using Python+Pandas and SAS, and tools such as these have greatly helped me in my daily data analysis work. I’m also a Linuxer. Many years ago I used Ubuntu, Debian, Arch Linux, and even Gentoo, but now I stick to Fedora Workstation. Currently 99.9% of my daily work is done under Linux, including those mission-critical work we submitted to the U.S. DOC and EU authorities.

        I also know some HTML, CSS and PHP, and I have a server running at home with a WordPress instance and a Nextcloud instance. The server also servers as a mirror of some of the Libreoffice bibisect repositories (it is very slow to download from the TDF server here in China, so I need to mirror them).

    • Content Management Systems (CMS)

      • OpenSource.comDrupal 10 is worth a fresh look

        The popular Drupal open source content management system (CMS) reaches a significant milestone when version 10 is released on December 14. Personally, I think Drupal X sounds way cooler, but so far, my calls to name it that haven't gotten much traction. I enlisted the help of my friend Aaron Judd of Northern Commerce to give us a sense of how cool Drupal X could look...

        Drupal is an open source CMS and development framework. While other CMS options focus on simple long-form content (think blogs) or entirely free-form content (like in Wix or Squarespace), Drupal has made a name for itself in handling more complex content architectures, in multiple languages, with robust content governance. Drupal sites (like this site, Opensource.com!) benefit from a strong role-based access control (RBAC) system, unlimited custom roles and workflows, and a powerful and extensible media library.

    • Programming/Development

      • LWN[ANNOUNCE] Git v2.39.0 [LWN.net]
        The latest feature release Git v2.39.0 is now available at the
        usual places.  It is comprised of 483 non-merge commits since
        v2.38.0, contributed by 86 people, 31 of which are new faces [*].
        
        

        The tarballs are found at:

        https://www.kernel.org/pub/software/scm/git/

        The following public repositories all have a copy of the 'v2.39.0' tag and the 'master' branch that the tag points at:

        url = https://git.kernel.org/pub/scm/git/git url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = https://github.com/gitster/git

        New contributors whose contributions weren't in v2.38.0 are as follows. Welcome to the Git development community!

        Alexander Kanavin, Alexander Meshcheryakov, Andreas Hasenack, Anh Le, Arthur Chan, Daniel Sonbolian, Debra Obondo, Diomidis Spinellis, Erik Cervin Edin, Hank Leininger, herr.kaste, John A. Leuenhagen, Julia Ramer, Kevin Backhouse, Kousik Sanagavarapu, Lukáš Doktor, Martin Englund, M Hickford, Michael V. Scovetta, Noah Betzen, Nsengiyumva Wilberforce, orygaw, Oscar Dominguez, Ronan Pigott, Rubén Justo, Sotir Danailov, srz_zumix, Stefano Rivera, Tim Jaacks, Vincent Bernat, and Vlad-Stefan Harbuz.

        Returning contributors who helped this release are as follows. Thanks for your continued support.

        정재우, Ævar Arnfjörð Bjarmason, Alejandro R. Sedeño, Alexander Shopov, Alex Henrie, Bagas Sanjaya, Derrick Stolee, Đoàn Trần Công Danh, Elijah Newren, Emily Shaffer, Emir SARI, Eric DeCosta, Eric Sunshine, Eric Wong, Fangyi Zhou, Glen Choo, Han-Wen Nienhuys, Jan Pokorný, Jean-Noël Avila, Jeff Hostetler, Jeff King, Jerry Zhang, Jiang Xin, Johannes Altmanninger, Johannes Schindelin, John Cai, Jonathan Tan, Jordi Mas, Julien Moutinho, Junio C Hamano, Kyle Meyer, Martin Ã…gren, Martin von Zweigbergk, Matheus Tavares, Matthew John Cheetham, Matthias Rüster, Michael J Gruber, Michael McClimon, Patrick Steinhardt, Paul Smith, Peter Krefting, Philip Oakley, Philippe Blain, Phillip Wood, Ralf Thielow, Randall S. Becker, René Scharfe, Sergey Organov, Shaoxuan Yuan, SZEDER Gábor, Taylor Blau, Torsten Bögershausen, Victoria Dye, Yi-Jyun Pan, and 依云.

        [*] We are counting not just the authorship contribution but issue reporting, mentoring, helping and reviewing that are recorded in the commit trailers.
      • LWNGit 2.39.0 released [LWN.net]

        Version 2.39.0 of the Git source-code management system is out.

      • Jussi PakkanenNibble Stew: Print quality PDF generation, color separations, other fun stuff

        Looking at this you can find several interesting things. For example the gray box showing the bleed area is composed of C, M and Y inks instead of only K, even though it was originally defined as a pure gray in RGB. This is how LittleCMS chose to convert it and it might or might not be what the original artist had in mind. High quality PDF generation is full of little quirks like this, blindly throwing numbers at color conversion functions is not enough to get good results, end users might need fairly precise control over low level operations.

        Another thing to note is how the renderer has left "holes" for the book title in CMYK plates even though all color is in the gold ink plate. This avoids mixing inks but on the other hand requires someone to do proper trapping. That is its own can of worms, but fortunately most people can let the RIP handle it (I think).

      • Perl / Raku

        • RakulangDay 13: Virtual Environments in Raku - Raku Advent Calendar

          Envious? If not, run zef install Envy and let’s start exploring virtual comp unit repositories.

          Hold the phone! What are we doing? We’re going to explore using a module allowing us to have virtual module environments in our very favorite raku.

        • Rakulang2022.50 Mainified - Rakudo Weekly News

          The past week Vadim Belman has worked on bringing the RakuAST branch up-to-date with the master branch, and renaming it to “main”, and making that the default Rakudo branch from now on.

          This means that the next Rakudo release will have some form of RakuAST functionality enabled. It may have felt like a small step, but this will allow developers to try out these new features already, especially for those cases where Raku source code is built programmatically to be EVALled at runtime. So in a lot of ways, this is more of a very big step towards the next Raku Programming Language level. And kudos to all who brought the rakuast branch this far!

      • Rust

    • Standards/Consortia

      • It's FOSSBattle of the Texts and the Unicode Savior - It’s FOSS

        I explained encoding issues when exchanging files between different countries. But things were even worst since the encodings used by different manufacturers for the same country were not always the same. You can understand what I mean if you had to exchange files between Mac and PC in the 80s.

        Is it a coincidence or not, the Unicode project started in 1987, led by people of Xerox and … Apple.

        The goal of the project was to define a universal character set allowing to simultaneously use any character used in human writing within the same text. The original Unicode project was limited to 65536 different characters (each character being represented using 16 bits— that is two bytes per character). A number that has proven to be insufficient.

        So, in 1996 Unicode has been extended to support up to 1 million different code points. Roughly speaking, a “code point” a number that identifies an entry in the Unicode character table. And one core job of the Unicode project is to make an inventory of all letters, symbols, punctuation marks and other characters that are (or were) used worldwide, and to assign to each of them a code point that will uniquely identify that character.

  • Leftovers

  • Gemini* and Gopher

    • Personal

      • Playing tabletop RPGs in solo mode



        I'm wondering if anyone in the Pub has had experience with singleplayer tabletop RPGs?

        I think Ironsworn is a good starting point for this.

        But trying on a GM hat and a player hat at the same time is really hard.

    • Technical

      • Finger and Old Protocols



        I've been reading about the Finger protocol over the weekend, and I'm quite intrigued by it.

        For how much I love the small Internet, I don't know very much about it beyond Gemini and some Gopher. It's always fascinating to me when I read about some old protocol that's been repurposed in to a robust communication system and see a simple but vibrant community build around them, especially when the protocol already exists but was simply forgotten. I'm reminded of urban explorers or researchers digging into the archives of an ancient library: the world of possibilities is already there, just waiting to be discovered.

      • Thinking 'bout computers and data

        In slightly less angst-riddled but also

        sort of rambling thoughts, too loose for

        the actual gemlog.

        So I've been thinking about how, well, I

        think most people are getting the

        conversation around large machine

        learning models (LLMs, CLIP-likes, &c.)

        kinda wrong.

        Like there's several pieces that I think

        need to get disentangled.

        The first thing is that building

        for-profit systems by taking things that

        people have shared in good faith on the

        internet is kind of gross

        extractionism.

      • Internet/Gemini

        • How I feel about HTTPS

          My recent postings on using HTTPS (HyperText Transfer Protocol Secure) for my sites reminded one of my readers, White_Rabbit, to send in a link to Discourse on HTTPS [1]. The language may be salty, but it does align with my feelings towards HTTPS—namely, I don't really need it. But as I stated, Google will any day now start with the Big Scary Error Messages on non-secure sites, followed by (possibly—I don't know this for a fact, but a gut feeling) no longer allowing non-secure requests at all. And with Google's Chrome having a ridiculous market share, that's something to be concerned about.


* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.



Recent Techrights' Posts

[Video] Microsoft Got Its Systems Cracked (Breached) Again, This Time by Russia, and It Uses Its Moles in the Press and So-called 'Linux' Foundation to Change the Subject
If they control the narrative (or buy the narrative), they can do anything
 
Sven Luther, Lucy Wayland & Debian's toxic culture
Reprinted with permission from disguised.work
Chris Rutter, ARM Ltd IPO, Winchester College & Debian
Reprinted with permission from disguised.work
Links 19/04/2024: Israel Fires Back at Iran and Many Layoffs in the US
Links for the day
Russell Coker & Debian: September 11 Islamist sympathy
Reprinted with permission from disguised.work
Sven Luther, Thomas Bushnell & Debian's September 11 discussion
Reprinted with permission from disguised.work
G.A.I./Hey Hi (AI) Bubble Bursting With More Mass Layoffs
it's happening already
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, April 18, 2024
IRC logs for Thursday, April 18, 2024
Coroner's Report: Lucy Wayland & Debian Abuse Culture
Reprinted with permission from disguised.work
Links 18/04/2024: Misuse of COVID Stimulus Money, Governments Buying Your Data
Links for the day
Gemini Links 18/04/2024: GemText Pain and Web 1.0
Links for the day
Gemini Links 18/04/2024: Google Layoffs Again, ByteDance Scandals Return
Links for the day
Gemini Links 18/04/2024: Trying OpenBSD and War on Links Continues
Links for the day
IRC Proceedings: Wednesday, April 17, 2024
IRC logs for Wednesday, April 17, 2024
Over at Tux Machines...
GNU/Linux news for the past day
North America, Home of Microsoft and of Windows, is Moving to GNU/Linux
Can it top 5% by year's end?
[Meme] The Heart of Staff Rep
Rowan heartily grateful
Management-Friendly Staff Representatives at the EPO Voted Out (or Simply Did Not Run Anymore)
The good news is that they're no longer in a position of authority
Microsofters in 'Linux Foundation' Clothing Continue to Shift Security Scrutiny to 'Linux'
Pay closer attention to the latest Microsoft breach and security catastrophes
Links 17/04/2024: Free-Market Policies Wane, China Marks Economic Recovery
Links for the day
Gemini Links 17/04/2024: "Failure Is An Option", Profectus Alpha 0.5 From a Microsofter Trying to Dethrone Gemini
Links for the day
How does unpaid Debian work impact our families?
Reprinted with permission from Daniel Pocock
Microsoft's Windows Falls to All-Time Low and Layoffs Reported by Managers in the Windows Division
One manager probably broke an NDA or two when he spoke about it in social control media
When you give money to Debian, where does it go?
Reprinted with permission from Daniel Pocock
How do teams work in Debian?
Reprinted with permission from Daniel Pocock
Joint Authors & Debian Family Legitimate Interests
Reprinted with permission from Daniel Pocock
Bad faith: Debian logo and theme use authorized
Reprinted with permission from Daniel Pocock
Links 17/04/2024: TikTok Killing Youth, More Layoff Rounds
Links for the day
Jack Wallen Has Been Assigned by ZDNet to Write Fake (Sponsored) 'Reviews'
Wallen is selling out. Shilling for the corporations, not the community.
Links 17/04/2024: SAP, Kwalee, and Take-Two Layoffs
Links for the day
IRC Proceedings: Tuesday, April 16, 2024
IRC logs for Tuesday, April 16, 2024
Over at Tux Machines...
GNU/Linux news for the past day