Bonum Certa Men Certa

Links 23/3/2022: GNOME 42 and Alpine 3.15.2



  • GNU/Linux

    • Desktop/Laptop

    • Kernel Space

      • TediumAsahi Linux: The Individual User’s Stake in an Apple Silicon World

        Over the weekend, something really awesome happened. An official distro of Linux came to Apple Silicon. And honestly, it’s extremely impressive, a joy to use (even if there are a whole bunch of gaps in the production, a number of to-come features that will limit its usefulness for the time being), and … honestly, everything that MacOS is not. It’s inspiring, and reflects a culture in which people are willing to try new things, and in which they succeed at trying out those new things just because there was enough public support for it. It’s arguable that in a technology world full of exciting things, you don’t get much more exciting than Asahi Linux—all the more exciting when you consider that its install process is surprisingly painless. In honor of its release, today’s Tedium culls together some thoughts on Linux and ARM, two great things that taste great together (as long as the fragmentation is kept in check).

      • LWNLinux 5.16.17
        I'm announcing the release of the 5.16.17 kernel.
        
        

        All users of the 5.16 kernel series must upgrade.

        The updated 5.16.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.16.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-s...

        thanks,

        greg k-h
      • LWNLinux 5.15.31
      • LWNLinux 5.10.108
      • LWNLinux 5.4.187
      • LWNLinux 4.19.236
      • LWNLinux 4.14.273
      • LWNLinux 4.9.308
      • Linux: Efficiency and Performance from Kernel Customizations | Formtek Blog

        Extended Berkeley Packet Filter (eBPF) is a virtual machine running inside the operating system kernel. Using eBPF, you can safely load programs into the kernel to customize kernel behavior. Historically, because the kernel is vital for security and stability, it changed very slowly to maintain integrity. eBPF enables easy kernel customizability which can be useful for a wide range of applications. Often kernel changes can introduce significant efficiency and performance gains.

        Alexei Starovoitov, developer at Facebook, said that “eBPF is a revolutionary technology that allows us to modify operating system behavior in real time without risky or expensive kernel code changes. It’s had a remarkable impact on our ability to iterate quickly on everything from networking to security to containerization.”

    • Instructionals/Technical

      • DEV CommunityHow Do I Resolve Merge Conflicts?

        I don’t think I’m alone in saying this; early in my career, merge conflicts were the bane of my existence (particularly in 2019). I graduated from a coding boot camp in 2018, and during that time, if I ever experienced a git issue that I didn’t know how to fix, I would create a new repository and start over. In 2019, I started working as a software engineer with a team of other software engineers, so I couldn’t create new repositories to avoid this inconvenience. I had to face my fears and fix merge conflicts. No exaggeration; the experience would bring me to tears. See the screenshot below of me making a self-deprecating joke about mishandling merge conflicts on July 14, 2019.

      • ID RootHow To Install Stremio on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install Stremio on Ubuntu 20.04 LTS. For those of you who didn’t know, Stremio is a free and open-source modern media center that’s a one-stop solution for your video entertainment. Using Stremio, you can follow your favorite YouTube channel, stream over 300 live TV channels, and even buy or rent media from official sources like Netflix, Amazon, and Google Play. Stremio provides support on Linux, Windows, macOS, Android, and iOS too.

        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 Stremio 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.

      • How to Use CDC to Optimize Your ELT Process

        For every update within the source database, you may need a reflection of the change. The associated resource like the search index should reflect the changes too. It is critical, especially to relational databases like MySQL, Oracle, PostgreSQL, etc.

        SQL Change Data Capture, Oracle CDC, and others cut dual writes. They also update resources accurately and simultaneously.

        There is no need to copy the entire database for analytics with CDC. You only need to track and capture the changes within the source and destination targets. The changes include “update,” “insert,” and “delete” events. They are replicated in other systems relying on similar data.

      • Make Use OfHow to Fix "A Network Change Was Detected" Error on Linux

        We've reached a point where many of the browsers you're likely to use on Linux are ultimately based on Chromium, and there's a common error afflicting these browsers.

      • TechRepublicHow to install the open-source TaskCafe project management system | TechRepublic

        Solid project management can make a workflow far more efficient and effective. But in order to manage projects, you need software to help you out. You can certainly attempt to manage those projects with a spreadsheet or Google Document, but as they start to scale, you’ll find those tools fall very short.

        That’s why you turn to project management software. When you start looking for such a platform, you’ll find an abundance of titles and services available. Some of those project management tools are found in third-party services that are hosted outside of your company’s data center. For some companies and projects, that’s a fine solution. But what if some of your projects are of a more sensitive nature and you don’t want to chance someone gaining access to view your kanban boards or Gantt Charts? If that sounds like a concern of yours, then you should consider installing a project management tool in your data center.

      • Linux.orgOptimizing Linux | Linux.org

        Most Linux systems run well since Linux is not an intensive Operating System (OS) as others.For some systems though, the system may not be optimized to provide great performance.

        The performance can depend on how the system is being used. Two identical systems can show different speeds depending on how that system is being used. Performance enhancements can be changed to remedy how the resources are used by the system.

      • Ubuntu HandbookHow to Install The Latest KeePassXC 2.7.0 in Ubuntu 22.04 via PPA

        This tutorial shows how to install the latest version of KeePassXC password manager (v2.7 so far) and keep it up-to-date via the official PPA in Ubuntu 22.04 LTS.

        The popular KeePassXC password manager released version 2.7.0 few days ago with many exciting new features. Here’s are some of them according to the release note:

    • Games

      • GamingOnLinuxA quick look at 2022 7DRL Challenge games | GamingOnLinux

        The 7 Day Roguelike Challenge was earlier this month with over 200 games submitted. I've spent the past week and half playing various games and I've also seen some streamed. That still means I've tried only a small number of games and Game Jams tend to lead to more experimental games.

      • Godot EngineGodot Engine - Maintenance release: Godot 3.4.4

        In parallel to our work on the upcoming feature releases Godot 3.5 (with a second beta) and 4.0 (now at alpha 4!), we backport important fixes to the stable 3.4 branch for use in production.

        Last month's 3.4.3 release was found to have a few regressions that could affect a lot of users, so we've been working on a bugfix-only release to solve those issues and a few other pre-existing issues. All users are advised to upgrade to Godot 3.4.4 for the best possible experience.

      • GamingOnLinuxWonderful life sim The Garden Path gets a new trailer | GamingOnLinux

        During The MIX 10th Anniversary Showcase, gorgeous gardening life sim The Garden Path got a new trailer.

        "The Garden Path explores the quiet moments of a life well lived, where your garden will grow to reflect both the passing of time and your own design. Time here runs in concert with the real world, and the passing of seasons heralds new encounters and a new story to weave. Above all, The Garden Path is a life sim that celebrates the tranquil and the pensive, a tucked-away place to shape and grow as you like."

      • GamingOnLinuxLightweight Linux distro Lakka for retro gaming version 4.0 out now | GamingOnLinux

        Lakka, a lightweight Linux distribution that transforms various small computers into a full blown retrogaming console has a new release out now. With support for various models Raspberry Pi, Odroid, Anbernic, Allwinner and more — maybe that little device you've got laying around somewhere can be transformed with Lakka.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • Its FOSSClear Linux is the First Distro to Offer GNOME 42 - It's FOSS News

          Clear Linux is an open-source rolling-release distribution tailored for developers working with the Cloud and Edge.

          If you did not know, Clear Linux is a project by Intel to offer a fast-performing environment to work with containers while optimized for Intel processors.

        • GamingOnLinuxGNOME 42 released with the new global dark-style preference | GamingOnLinux

          GNOME 42 has rolled out officially today with a bunch of new features, fixes and enhancements to make your Linux desktop experience even better.

          One of the major new highlight features is the addition of a global dark UI style preference. You can use this to tell various applications to use a dark theme, if they support it. You can find it in the new Appearance panel in the Settings app.

          There's also a renewed screenshot feature that allows both pictures and video recordings under the same roof. Many GNOME apps have also been upgraded to use GTK 4 and libadwaita, the next-generation tech bringing "better performance, a new modern UI style, and new user interface elements". The Settings app going through the biggest change here with a whole new look and feel. You will also find a new text editor, a new console app, RDP support and various performance improvements.

        • 9to5LinuxGNOME 42 Desktop Environment Is Out with New Screenshot UI, GTK4 Apps, and Dark Mode

          After six months of development, GNOME 42 is here and it’s packed with some cool new features and enhancements for fans of the GNOME desktop environment. The biggest change in this major release is the porting of almost all default GNOME apps to the latest GTK4 toolkit and the libadwaita 1.0 library for a more modern look and faster performance.

          Earlier this year, I took an in-depth look at some of the new GTK4 apps that will be included in GNOME 42, and I was really impressed by the modern new look of these GTK4 apps.

        • OMG UbuntuGNOME 42 Released, This is What's New - OMG! Ubuntu!

          The GNOME project today released GNOME 42, the latest version of its open source desktop environment.

          New features, UI tweaks, and performance gains are a staple part of every new GNOME desktop update, but none more so than here, in GNOME 42.

          GNOME 42 source code is available to download from the GNOME website from today.

          However, most Linux users will want to wait for their distro maintainers to package it up and push it out to them. Don’t want to wait? You can use the GNOME OS image in the Boxes virtual machine app.

        • Its FOSSGNOME 42 is Here With Dark Mode, New Screenshot UI, and More Exciting Features - It's FOSS News

          GNOME 42 is a major upgrade with noticeable visual changes.

          With GNOME 42, you get many essential improvements and much-needed upgrades. Now that it’s here, let us check out some of the key highlights.

        • LinuxiacGNOME 42 Released: A Look at What's Changed

          The much-needed GNOME 42 rework brings native dark mode, great UI with nice libadwaita touch, and GTK4 performance boost.

          Another six months of development later, and the long-awaited GNOME 42 is out with plenty of enhancements for GNOME desktop fans. GNOME 42, like GNOME 41, does not include significant changes to desktop layouts.

        • LWNGNOME 42 released [LWN.net]

          Version 42 of the GNOME desktop environment is out.

        • GNOME Release Notes

          A new global dark UI style preference has arrived in GNOME for version 42. This can be used to request that apps use a dark UI style instead of light. The new setting can be found in the new Appearance panel in the Settings app, and is followed by most GNOME apps.

          All of GNOME’s wallpapers support the dark style preference, so that switching to dark style also switches to a darker wallpaper style.

          Under the hood, the new dark style makes it possible for apps to provide their own style settings that are independent of the system style preference. This makes it possible to switch individual apps to dark or light, if you prefer to use them that way.

    • Distributions

      • New Releases

      • Screenshots/Screencasts

      • SUSE/OpenSUSE

        • SUSE's Corporate BlogSpeedscale for SUSE Rancher: accelerate cloud native application testing

          Running Kubernetes at scale is really hard. Developing microservices apps that run well in a Kubernetes environment takes complexity to the next level. SUSE Rancher makes Kubernetes easier to use with a point and click web interface that simplifies the process of scaling out and managing workloads across all of your clusters – from core to cloud to edge. Combining Speedscale with SUSE Rancher gives development teams visibility into microservices to help them improve service performance and quality. By implementing traffic replay as part of continuous integration, development teams can release with confidence.

          Traditional approaches to software testing are not keeping up with the trend of “continuous everything.” According to a recent GitLab survey of developers, testing was the slowest phase of application development. This causes a gap where code is ready to be delivered to production, but teams must slow these releases with canary deployments and feature flags to ensure new changes don’t break production.

      • IBM/Red Hat/Fedora

        • Red Hat OfficialApache Kafka: 10 essential terms and concepts explained

          Apache Kafka has proven to be an extremely popular event streaming platform, with the project reporting more than 60% of Fortune 100 companies using it today. Developed by the Apache Software Foundation in 2011, Apache Kafka is an open source software platform that can publish, subscribe to, store, and process streams of records in real time.

          But what even is an event streaming platform? Heck, what do half the things in Kafka mean?

          The concepts of Kafka producers, consumers, topics, partitions, and so on can be hard to grasp for newcomers to Kafka. So if you find yourself scratching your head at anything Kafka related, this is the right article for you.

        • Red Hat OfficialMeet your learning goals with new personalized skills paths

          With skill set and talent gaps ranked as the top barrier to digital transformation in Red Hat’s 2022 Global Tech Outlook Survey, organizations have ranked "technical skills training" and "people and process skills training" among their top non-technical funding priorities. For both organizations and individuals, options for training abound, and it can be hard to identify exactly where to start.

    • Devices/Embedded

      • Mobile Systems/Mobile Applications

        • CNX SoftwareMecool KD3 Android 11 TV HDMI dongle supports 4K Netflix, Prime Video - CNX Software

          We noted some Android TV dongles with Amlogic S905Y4 Cortex-A35 processor in January 2021, and one of the first Amlogic S905Y4 devices available in this form factor is the Mecool KD3 with a certified Android 11 TV operating system.

          The KD3 is equipped with 2GB RAM, 8GB storage, and the minimal design only offers only one HDMI 2.1 port and a Micro USB port used for power, and of course WiFi 5 and Bluetooth 5.0 connectivity.

        • Best PSP emulators
    • Free, Libre, and Open Source Software

      • Events

        • Ulrike Uhlig: Workshops about anger, saying NO, and mapping one’s capacities and desires

          For the second year in a row, I proposed some workshops at the feminist hackers assembly at the remote C3. I’m sharing them here because I believe they might be useful to others.

          [...]

          Based on discussions with a friend, whose company uses SWOT analysis (strengths—weaknesses—opportunities—threats) to regularly check in with their employees, and to allow employees to check in with themselves, I created a similar tool for myself which I thought would be nice to share with others. It’s a very simple self-reflection that can help map out what works well, what doesn’t work so well and where one wants to go in the future. I find it important to not use this tool narrow-mindedly only regarding work skills and expertise. Instead, I think it’s useful to also include soft skills, hobbies, non-work capacities and whatever else comes to mind in order to create a truer map.

      • Web Browsers

        • Mozilla

          • MozillaThe web is for everyone: Our vision for the evolution of the web

            Over the last two decades, the web has woven itself into the fabric of our lives. What began as a research project has become the world’s most important communication platform and an essential tool for billions of people.

            But despite its success — and sometimes because of it — the web has real problems. People are routinely spied on by advertisers and oppressive governments, often at the moments when the open web is most necessary. They find themselves disempowered by hostile sites, sluggish experiences, and overly-complex technologies. And much of the web remains out of reach for non-native English speakers and people with disabilities.

            Mozilla believes the web should be for everyone — open, empowering, and safe. In its best moments, the web exemplifies these values today. But too often the web today does not deliver on this promise. To that end, we’ve mapped out a detailed vision of the changes we want to see in the web over the next five years, and the work we believe is necessary to achieve them. This includes efforts on a number of fronts — deploying ubiquitous encryption, ending tracking, simpler and faster technologies, next-generation internationalization support and much more.

      • SaaS/Back End/Databases

      • Programming/Development

        • QtQt Creator 7 released

          We split up the New File or Project menu item into separate New File and New Project items. That also means a new shortcut for New Project.

          If you are using the Qt Online Installer, update notifications in Qt Creator now also include new minor Qt versions and patch releases to the latest available Qt version. You can configure this in Options > Environment > Updates.



Recent Techrights' Posts

Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
Not Just Slow News But Also Late News (Julian Assange Landing in Thailand)
Why did AP take so long (nearly a week) to release these?
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Getting Rid of Microsoft Does Not Go Far Enough
Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
Links for the day
[Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
So-called "advertiser-unfriendly" material was never a problem for Wikileaks
 
Press Complicity and Public Apathy All Along Enabled 14 Years of Illegal, Arbitrary Detention and Coercion Into Plea Bargain of Julian Assange on Brink of Death
They basically blackmailed him into letting the US 'win' the argument
At the End Journalism a Crime (If It Involves Accessing or Gaining Access to Documents Marked "Confidential" or "Classified" by Those Looking to Hide Their Misconduct/Crimes)
At least in the US, especially where the imperialism is at stake
Links 30/06/2024: Tensions in Korea and Japan, Criminalisation of Sleeping Outdoors
Links for the day
100% Slop/Spam From linuxsecurity.com
This is the kind of stuff that's killing the Web faster
Gemini Links 30/06/2024: Murdoch and Ideal OS
Links for the day
In the First 6 Months of 2024 Thailand Moved to GNU/Linux, Not to Windows Vista 11
maybe users moved from Vista 10 and 11 to GNU/Linux, seeing where Microsoft was heading with forced hardware "upgrades"
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
Freedom-To-Play games using Taler
[Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
Until 2020 none of my PCs ever had more than 2 GB of RAM
Destination 'Five Percent'
We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
A Crisis of Online Journalism
Almost a week ago a journalist was forced to plead guilty for an act of journalism
Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
openai.com traffic plunged 60% last month
Microsoft’s Latest Antitrust Scrutiny
4 new stories
Microsoft Layoffs, Mass Plagiarism, and More
outrage included
GNU/Linux Climbed 0.25% This Month (in statCounter)
Around midday on Tuesday we'll start seeing preliminary data for July
Ilya Gulko Introduces Pollyanna
"Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
looking to raise funds at the same time as the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 29, 2024
IRC logs for Saturday, June 29, 2024
Links 29/06/2024: Astronauts at Risk, Ukraine Updates
Links for the day
Fedora and Red Hat Leftovers
mostly redhat.com
Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
Notice the title and the image, what's being promoted etc.
Seychelles: GNU/Linux Doing OK
Seychelles cannot be considered poor
This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
Wikileaks' Julian Assange: Exposing the US Military Crimes
Gemini Protocol Isn't Even Remotely "Dead"
"Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
About 10 New Free Software Foundation (FSF) Members Per Day
The total changed from 46 to 47 while typing the article
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
This is not happening only in Germany
Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
It uses buzzwords where none are needed
[Meme] Garbage In, Garbage Out (linuxsecurity.com)
It is neither Linux nor security, just chatbot-generated slop
Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
linuxsecurity.com became an anti-Linux spam site
Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
retaliatory layoffs at Microsoft
Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
Links for the day
Windows Lost Almost 92% Market Share in Egypt
From over 99% to just over 7%
In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
Not even counting Chromebooks
LibrePlanet: Cultivating Backups (of Recordings)
an appeal to recover some of these talks
Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
Taking full history into account, this is a decrease of over 90% in some cases
Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
"the "smiling faces" behind it."
Android at 90% or More in Chad
Windows below 2%
David Wilson: Cultivating a Welcoming Free Software Community That Lasts
"a feeling of shared ownership for all users."
Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
And probably at a symbolic capacity only
Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
Julian Assange's life inside the Ecuadorian embassy
Neil Plotnick on GNU/Linux in the High School Classroom
uploaded to the LibrePlanet instance of MediaGoblin
Asia Appears to be Fastest to Adopt GNU/Linux
the home of a considerable majority of the world's population
Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
in spite of technical difficulties encountered while recording
What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 28, 2024
IRC logs for Friday, June 28, 2024
Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
Links for the day
Links 28/06/2024: Overton window and Polarization
Links for the day
[Meme] In 50 Years...
Microsoft's Vista 11 will take 50 years to be fully adopted
Only About 1 in 8 Russian Windows Users is Using Vista 11
it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
Links for the day
Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
Links for the day
IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
almost exactly a year after turning RHEL into proprietary software
Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
"Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
We're talking about India today
[Video] "It Is Incredible That Julian Assange Survives"
There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
Never Assume That Because the Law Exists the Powerful Will Follow the Law
Who's going to hold them accountable now?
Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
I can cynically guess that only matters when a user with a Chinese name does it
[Video] Julian Assange Explains Wikileaks' Logistics
predating indefinite detention
IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
"I Hated Working at IBM. They Were the Most Unfriendly People."
Don't forget what Watson the son did to a poor woman on a plane
State of the News (and Depletion of Journalism Online, Not Just Offline)
Newspapers are not coming back and the Web is not coming back either
GNU/Linux Consolidates in North America
Android rising a lot this year, too
[Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
Work more; Get less
Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
SUEPO wants more EPO staff to participate in collective action
Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
Published yesterday by a number of mainstream publishers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 27, 2024
IRC logs for Thursday, June 27, 2024
RIP Daniel Bristot de Oliveira, Red Hat death
Reprinted with permission from Daniel Pocock