Bonum Certa Men Certa

Links 18/07/2022: EasyOS Dunfell-series 4.2.7, EasyOS 4.2 Reviewed, Steam Deck at 4,000 Games



  • GNU/Linux

    • 9to5Linux9to5Linux Weekly Roundup: July 17th, 2022

      This week we had lots of great news, starting with the release of the Linux Mint 21 beta operating system and Lubuntu's new Backports PPA to get the latest LXQt desktop releases, and continuing with lots of goodies for both KDE Plasma and GNOME desktop users, as well as some goodies for Linux gamers.

      On the hardware side of things, System76 launched their Launch Lite configurable keyboard and TUXEDO Computers announced Linux support for their external water cooling system for Linux laptops. On top of that, I give you the heads up on Ubuntu 21.10's end of life and the SCaLE 19x conference in late July.

    • Audiocasts/Shows

      • Jupiter BroadcastingAll Hands on Deck | LINUX Unplugged 467 | Jupiter Broadcasting

        We try and bust a common Linux distro myth. Then what surprised Chris about his new Steam Deck.

      • Open Source Security (Audio Show)Episode 332 – PyPI: 2FA or not 2FA, that is the question – Open Source Security

        Josh and Kurt talk about PyPI mandating two factor authentication for the top 1% of projects. It feels like a simple idea, but it’s not when you start to think about it. What problems does 2FA solve? How common are these attacks? What are the second and third order effects of mandating 2FA? This episode should have something for everyone on all sides of this discussion to violently disagree with.

      • GNU World Order (Audio Show)GNU World Order 469

        **kdev-php** , **kdev-python** , **the kdevelop IDE** , **kdewebkit** , **kdf** , **kdiagram** , **kdialog** from Slackware set **kde**.

      • IRL: Online Life is Real Life

        Where should tech builders draw the line on AI for military or surveillance? Just because it can be built, doesn’t mean it should be. At what point do we blow the whistle, call out the boss, and tell the world? Find out what it’s like to sound the alarm from inside a big tech company.

        Laura Nolan shares the story behind her decision to leave Google in 2018 over their involvement in Project Maven, a Pentagon project which used AI by Google.

        Yves Moreau explains why he is calling on academic journals and international publishers to retract papers that use facial recognition and DNA profiling of minority groups.

    • Kernel Space

      • LWNKernel prepatch 5.19-rc7 [LWN.net]

        The 5.19-rc7 kernel prepatch is out for testing.

      • The Register UKLinus Torvalds says Linux kernel has addressed ‘Retbleed’ ● The Register

        Linux kernel developers have addressed the Retbleed speculative execution bug in older Intel and AMD silicon, but the fix wasn't straightforward, so emperor penguin Linus Torvalds has delayed delivery of the next version by a week.

        "When we've had one of those embargoed [hardware] issues pending, the patches didn't get the open development, and then as a result missed all the usual sanity checking by all the automation build and test infrastructure we have," Torvalds wrote in a post announcing the delivery of release candidate seven for version 5.19 of the kernel.

        "So no surprise – there's been various small fixup patches afterwards too for some corner cases."

        Retbleed is not the only reason for the delay.

    • Applications

      • OMG Ubuntu'Cider' is an Open Source Apple Music Client for Linux Desktops - OMG! Ubuntu!

        If you’re an Apple Music subscriber wanting to use the service on Linux, you have to check out Cider.

        Cider (inspired name, eh?) is an “open-source, community-oriented Apple Music client” for Windows, macOS (not that they need it), and Linux. It is Electron-based but the developers behind it say it was written ‘from scratch with performance in mind’.

        As well as letting you browse songs, artists, and albums in the Apple Music catalog the app also gives you access to Apple Podcasts too.

      • Linux LinksBest Free and Open Source Alternatives to Apple Notes

         There are many things to admire about Apple’s hardware and software. Apple make great looking (albeit expensive) hardware. Over the years key successes include the iPhone, iPad, iPod, and the MacBook Air. The company designs its own hardware and software. This gives them the power to make an operating system and suite of apps that are tailor-made and optimized for their hardware. Apple also operates the Apple Music and Apple TV media distribution platforms.

        Mac OS X is Apple’s proprietary operating system for its line of Macintosh computers. Its interface, known as Aqua, is highly polished and built on top of a BSD derivative (Darwin). There’s a whole raft of proprietary applications that are developed by Apple for their operating software. This software is not available for Linux and there’s no prospect of that position changing.

    • Instructionals/Technical

      • TecMintHow to Mount and Unmount an ISO Image in Linux

        An ISO image or .iso (International Organization for Standardization) file is an archive file that contains a disk image called ISO 9660 file system format.

        Every ISO file has .iso an extension has a defined format name taken from the ISO 9660 file system and is specially used with CD/DVD ROMs. In simple words, an iso file is a disk image.

      • TecMintPlayOnLinux – Run Windows Software and Games in Linux

        In our earlier articles on this blog, we used the Wine program to install and run windows based applications on Debian-based and and other Red Hat-based Linux distributions.

        There is another open source software available called PlayOnLinux that uses Wine as its base and gives feature-rich functions and a user-friendly interface to install and run windows applications on Linux.

      • OpenSource.comHow I configure a DHCP server on my personal network

        The Dynamic Host Configuration Protocol (DHCP) provides a centralized and automated method for configuring the network attributes of hosts when they connect to the network. The DHCP server assigns IP addresses to hosts, along with configuration information such as DNS servers, the domain name used for DNS searches, the default gateway, an NTP (Network Time Protocol) server, a server from which a network boot can be performed if necessary, and more. DHCP eliminates the need to configure each network host individually.

        DHCP is also useful for configuring laptops, mobile phones, tablets, and other devices which might connect as unknown guests. This configuration is typical for WiFi access in public places. However, DHCP offers even more advantages when used in a closed, private network to manage static IP address assignments for known hosts using the central DHCP database.

        The DHCP server uses a database of information created by the sysadmin. This database is entirely contained in the /etc/dhcp/dhcpd.conf configuration file. DHCPD stands for DHCP Daemon, which is the background server process. Like all well-designed Linux configuration files, it is a simple ASCII plain text file. This structure means that it is open and knowable. It can be examined by standard, simple text manipulation tools like cat and grep, and be modified by any text editor such as EMACS or Vim, or a stream editor such as sed.

      • OpenSource.comCreate a JavaScript API in 6 minutes

        This article demonstrates creating a base API with Express and JavaScript. Express is a NodeJS minimalist web framework. This combination allows for minimal effort to get an API up and running at the speed of light. If you have six minutes of free time, you can get this API working to do something useful.

      • OpenSource.comMonitor your Linux firewall with nftwatch

        Netfilter tables (nftables) is the default firewall shipped with modern Linux distros. It's available on Fedora and RHEL 8, the latest Debian, and many others. It replaces the older iptables that was bundled in earlier distro releases. It's a powerful and worthy replacement for iptables, and as someone who uses it extensively, I appreciate its power and functionality.

        One of the features of nftables is the ability to add counters to many elements, such as rules. These are enabled on demand. You need to explicitly ask for it on a per line basis using the "counter" argument. I have them enabled for specific rules in my firewall, which gives me visibility into those rules.

        This got me thinking. How can I look at these counters in real time? At first I tried "watch" which allows things like refresh rate, but I didn't like the default format and it wasn't scrollable. I found using head and tail and awk less than ideal. A user-friendly solution didn't exist. So I wrote my own, which I'd like to share with the open source community.

      • Linux Shell TipsHow to Clean or Kill a Linux Zombie Process

        Exposure to the Linux operating system ecosystem introduces its users to an in-depth understanding of Linux process management footprints. By definition, a process is a program that is continually executing.

        A program that is not executing does not qualify as a process since it is a passive entity. Its executing state makes it an active entity hence a process. It is also worth mentioning that a single program in execution can be associated with multiple processes.

      • Linux Shell TipsHow to Compare Two Directories on Linux System

        Comparing directories in Linux might seem like a light and dismissive task for a user just starting to explore the milestones associated with using Linux as a primary operating system.

        Directory comparison is everything for matured users who have thoroughly explored the Linux file management spectrum. For instance, you might have two directories that are very similar in terms of the content stored in them.

        In this case, you might want to get rid of one of these directories but you are unsure if they are perfect duplicates. Such a scenario calls for the Linux directory comparison expertise.

      • Trend OceansHow to Install Fedora 36 on VirtualBox - TREND OCEANS

        If you want to use an operating system that is close to RedHat, then Fedora should be on top of your list because it has the same package manager that RedHat does use, and apart from that, you will get the same experience.

        So let’s see how you can install Fedora 36 on your VirtualBox with the following steps, and after that, you can enhance your skills with an enterprise-grade OS.

      • Linux CapableHow to Install Nextcloud Client on Ubuntu 22.04 LTS
      • Linux CapableHow to Install Quod Libet on Ubuntu 22.04 LTS
      • LinuxTechiHow to Install Rocky Linux 9 Step by Step with Screenshots

        In this guide, we will cover how to install Rocky Linux 9 step by step with screenshots.

        Rocky Enterprise Software Foundation has released its latest operating system ‘Rocky Linux 9’. Rocky Linux is free and open-source operating system for workstation and servers. It is considered as drop-in replacement for CentOS Linux.

        ‘Blue Onyx’ is the Code name for Rocky Linux 9, it is the clone of RHEL 9. The main difference between Rocky Linux and RHEL is that it has its own open-source build system called ‘Peridot’.

      • Trend OceansHow to Install ZSH Shell along with OhMyZsh and Powerlevel10k on Ubuntu 22.04 - TREND OCEANS

        As a starter, you might think that Ba(sh) is the only shell available to use in UNIX-like distributions, but that’s not the case in modern Linux distributions.

        There are several other shell interpreters available to help you out, like KornShell (ksh), C shell (csh), Z shell (zsh), and fish. From this list, you can use the zsh shell, which is highly customizable with more than 100+ themes and plugins that can help you to perform your work swiftly with an aesthetic look.

        Z Shell, or zsh, is a shell interpreter that inherits features from bash, ksh, and tcsh, which can be used as an interactive shell, utilities, and basic programming language functionality.

      • Linux CapableHow to Install mpv Media Player on Ubuntu 22.04 LTS
      • Linux Shell TipsHow to Keeping SSH Session Alive in Linux

        SSH or Secure Shell is an invaluable utility when it comes to undertaking remote login objectives on remote machines. For Linux users, the SSH utility offers more than just remote login solutions.

        The mentioned users are also able to effortlessly accomplish Linux administrative tasks. Regardless of whether the targeted remote machine is untrustworthy or whether the network that facilitates the communication between the two machines is insecure, SSH ensures that these communications are secure and encrypted.

        It is sometimes frustrating when an SSH session ends too soon while we are multitasking on the Linux terminal environment. Finding a way of keeping the SSH session alive for as long as possible can be a game changer for Linux users who don’t want to keep on re-initiating new SSH sessions.

      • Linux Shell TipsDifferences Between PID, TID and PPID in Linux

        A Linux operating system provides the perfect environmental exposure for users to understand the Ins and Outs of process management. The simplest definition of a process is any program in execution (running).

        For instance, the web browser you are using to read this article piece only becomes a process once that web browser is up and running. Before your web browser was installed and launched, it only existed as a program (a process in waiting).

        When you dive deeper into the concept of process management, you will get to acknowledge the various properties associated with processes. This article will walk us through differentiating three processes’ properties namely: PID, TID, and PPID.

    • Games

      • GamingOnLinuxSteam Deck hits over 4,000 titles marked either Verified or Playable

        As more developers work to optimize their games for the Steam Deck, a bunch of Native Linux games release and Valve continue improving Proton - the Steam Deck continues to see more games go through Deck Verified and there's now over 4,000 listed officially.

  • Distributions and Operating Systems

  • Leftovers

    • Hardware

      • As I See It: Pass The Chips - IT Jungle

        Decades ago, I was sent to Taiwan and met a colleague there to install a computer system in a silicon wafer manufacturing facility and provide necessary training to the staff. I took a cab from the airport to my hotel in Taipei and recall marveling at the extraordinarily generous freeways that served surprisingly light traffic flows. In many places, six to eight lanes stretched for miles in both directions supporting traffic that could have been accommodated by no more than two.

        I became curious and finally asked my driver if he knew why the roadways were so incongruously wide? It was, he explained, a precaution against a preemptive Chinese invasion. “If they bomb our military airfields,” he explained, “our pilots will have somewhere to land.”

    • Security

      • Privacy/Surveillance

        • Citizen LabGeckoSpy: Pegasus Spyware Used Against Thailand’s Pro-Democracy Movement - The Citizen Lab

          The Kingdom of Thailand is a constitutional monarchy with a parliamentary-style government divided into executive, legislative, and judiciary branches. The country has been beset by intense political conflict since 2005, during the government of former Prime Minister Thaksin Shinawatra. Corruption allegations against the regime culminated in a military coup on September 19, 2006 that ousted Thaksin. The military launched another coup on May 22, 2014 and seized power following mass protests against the civilian government led by Thaksin’s sister, Yingluck Shinawatra. The junta claimed that the 2014 coup was needed to restore order and called itself the National Council for Peace and Order (NCPO).

    • Monopolies

      • Patents

        • IT WireApple 5G device sales blocked in Colombia due to patent issue

          A court in Colombia has banned Apple from selling 5G iPhones and iPads in the country due to the infringement of a patent owned by Swedish telecom giant Ericsson.

          The affected devices are iPhone 12 and 13 models and also the newer iPads.

          The court order, issued in the first week of July, concerned a patent issued to Ericsson in 2019 and valid until the end of 2037, according to the FOSS Patents blog which is published by long-time IP activist Florian Mueller.

          Apple's infringement of the patent was determined in April and the following month Ericsson posted a bond of US$50,000 (A$73,496), a prerequisite for enforcement.

      • Copyrights

        • Torrent FreakBungie Sues Twitch-Streaming Destiny Cheater 'MiffysWorld' For Being Awful

          After targeting cheat sellers, game developer Bungie has now sued a US-based gamer who uses cheats. At least initially, Bungie believed it was dealing with just another ban-evading cheater but the investigation into Twitch-streamer 'MiffysWorld' turned up a lot more. As it turns out, expressing a desire to burn down Bungie's offices wasn't the worst thing discovered.

        • Torrent FreakResearch Suggests That Software Piracy Lowers Poverty

          Piracy is a controversial topic and research into the effects of copyright infringement is widely debated as well. A new academic study adds an interesting angle by suggesting that software piracy might lower poverty. While this is a plausible conclusion, there could actually be more factors at play.

  • Gemini* and Gopher

    • Personal

      • Kink contracts

        Alexis' ownership of X is based on ongoing mutual informed consent, in the context of Risk-Aware Consensual Kink. Nothing in this Title Deed should be interpreted otherwise.

      • A surplus of empathy

        I feel too much, sometimes. Right now my wife and I are both away from home, and while I know our cat is well-cared-for, she misses us and she doesn't know why we're gone. I just wish I could explain it to her.

      • That Time I Helped a Sad Drunkard

        I was visiting a friend down south many years ago. I believe I was still in upper secondary school (high school, basically) so it must have been sometime 2001-2004.

        My friend and I went to a city nearby. It was before lunch. Soon after getting there we saw a very inebriated miss a step as he was about to cross a road. His foot came over the edge of the pavement without him being ready for it and he fell head first on the asphalt. Although he got up by himself we felt that a fall that hard may have consequences.

        We went over to see how he was doing. Of course with him being under the influence it was hard to tell. The safest thing seemed to be to have medical personnel have a look. We must have left our phones at home because I remember that we to a hotel. Maybe it was the one he was staying at. We sat down in the lobby together.

      • Acceptable

        They say speech is acceptable When it fits into norms They say it's reprehensible If it strays in its forms

        They want us to believe their lies That truth always prevails We all should simply close our eyes Ignoring all details

    • Politics

      • The US Is Not Ok

        The US is not ok, and it hasn't been for a long, long time. Given its history, it has never been ok. But this is different. Now it is fracturing, and the seismic disturbances continue a-pace.

        [...]

        Two years ago, I lived through a coup in Sri Lanka. It was stupid. The minority party threw chili powder at everyone in Parliament and took over by farce. Math, however, requires a majority and the courts kicked them out. They gave in. We'd been protesting for weeks and yay, we won.

        No.

        I didn't know it at the time, but we had already lost. No one knew -- but oh my God, what we lost. The legitimate government came back but it was divided and weak. We were divided and weak. We were vulnerable.

        Four months later, on Easter Sunday, some assholes attacked multiple churches and hotels, killing 269 of us. My wife and kids were at church, I had to frantically call them back. Our nation was shattered. Mobs began attacking innocent Muslims. It was out of control. The coup broke our government, and four months later, that broke us.

      • Re: Unconditional Basic Income



        I grew up in your typical midwestern US household. My father worked for 30+ years in a factory and my mom was stay at home until I (being the youngest child) was old enough to not need constant supervision. I was taught all of my life about the value of hard work. As such, for much of my life I very much subscribed to the idea that the world doesn't owe you anything; that everything you get should be something that you worked for. This is a very difficult notion to get rid of. It's only now, as I settle into middle age, that I'm seeing another truth. That truth is that long before I was born, all of the valuable land was already carved up amongst the wealthy. All of the resources are spoken for, by and large. In fact, our society is borrowing against our future generations' resources and potential. In short, we were all bought and sold down the river from day one. So yeah, maybe we're owed something for that.

    • Technical

      • Ocarina of Time Feels Like a New Game

        I've been playing it the past week and it's the most fun I've had with OOT. I've started OOT over multiple times over the years through emulators and various Nintendo releases, but this might be the time I actually finish it.

        The best feature is the frame interpolation which lets you play far beyond the game's native frame rate of 20 or so. It's almost perfect and makes the game feel like it's actually running at a higher frame rate despite the extra frames only being interpolated. The controls even feel more responsive and everything just feels tighter, which is nice even if it's placebo.

      • Keyboarding Education



        Preface: I'm not in the hobby - I just like to ooh and ahh over pretty arrangements of keycaps and cases.

        I subscribe to the mystique of the HHKB. Despite the humorous saddle metaphor, the HHKB is a utilitarian workhorse. It is not without its many detractors who think it's a 60% toy nevertheless.

        Whenever I hear someone boast about their 100+ wpm prowess with Qwerty, I cringe because even if they're really good with it an inferior layout has worked its way into their muscle memory.

        [...]

        I think the standard mouse is harmful excepting trackballs (often placed in the middle between two keyboard halves). That being said, I think a one-handed keyboard and mousing with the other hand makes a lot of sense. I didn't forget about trackpads and pointing sticks, but that's a story for another day.

        Keyboards still have a lot of room to become more personalized. What do I mean by that? For example, the Esrille Nisse comes in two sizes to accommodate for Japanese people's smaller hands. The keycaps on the Medium model are milled to be thinner from regular keycaps. There should be some sort of program to figure out from people's hands and a heat map of how they type what keyboard is best for them. From there, it's off to the text editor races.

      • Self Hosting Feed Reader

        I installed FreshRSS last night (it wasn't entirely straightforward for someone who hasn't dealt with php installs in ages) and I gotta say it already blows Feedly out of the water.

        Feedly was great when I started using it a bunch of years ago. It's been the only feed reader I've used and it really changed how I interact with a lot of websites. But feedly has constantly gotten worse over the years in an attempt to be more feature-full.

        [...]

        None of these are really big changes in and of themselves, but they do clutter up the interface a bit and especially the first two are truly annoying to me. What I dislike the most I guess is the general trend towards a heavier and slower website made so by features that aren't for me.

        FreshRSS let's me just read my feeds. I installed it on my Raspberry Pi 2B, where I host this website and capsule along with thelounge.chat and Antenna (by far my most used service). Despite the low powered and much utilised server the FreshRSS interface is a lot faster than Feedly. And I really do mean a lot.


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



Recent Techrights' Posts

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
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
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
 
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
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
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
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