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

When I discovered people trafficking in open source software
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
[Meme] Being Believed, Not Censored or Defamed
Daniel Pocock, Zini, and John Sullivan (FSF)
 
Aside From Red Hat Spam and Partisan Media There's a Lingering Rumour of Layoffs
Some rumour said IBM had second thoughts about a WARN notice and delayed that a bit
The Albanian open source community is very healthy indeed
Windows nosedives from 99.1% to a lot less
Web Sites Hijacked by WIPO on Behalf of Microsoft-Sponsored SPI (and People Looking to Hide Embarrassing Facts)
debian.chat; debiancommunity.org; debian.day; debian.family; debian.finance; debian.giving; debiangnulinux.org; debian.guide; debian.news; debian.plus; debianproject.community; debianproject.org; debian.team; debian.video
Julian Assange on Privacy of People, Even Little Children
Facebook/Google (or GAFAM, an acronym I coined with Assange) knows you better than your mom knows you
[Meme] Miscomprehension of GDPR
Social control in general is a ticking timebomb
In Haiti, the Market Share of Windows Collapsed (From 97% to 27% on Desktops/Laptops)
A couple of months ago Windows was measured at 3.04%
In Most Countries It's Still Possible Not to Have a 'Smartphone' and to Pay for Nearly Everything With Cash
Withdrawing money will be possible as long as enough people use many ATMs (cash machines)
Expect Lots of Material From Daniel Pocock as Election Day Nears
The experiences of Daniel Pocock were an excellent example of reprisal or retribution against either whistleblowers or people who give a voice to whistleblowers
I've Been Promoting Free Software for Over 25 Years
I wrote my first computer program when I was about 14, maybe a little younger (I have visual memory of it)
Reminder: Richard Stallman's Talk is This Week in Paris (and in French)
Defending rms isn't the same as defending everything he has ever said
IRC Proceedings: Saturday, May 11, 2024
IRC logs for Saturday, May 11, 2024
Online Bullying (Trying to Make People Unhappy)
Narcissists and bullies behind mice and keyboards, no honesty or fact-checking required
Talk About Software Freedom
"Linux" and "BSD" may mean a lot to more and more people, but they're still just brands or acronyms
Windows in South Korea: From 98.5% in 2010 to About 30% (Android Rises to Almost 50%)
Samsung ships like a million Linux devices per day
Improving Site Navigation for Easier Discovery and Catch-ups
This site is run by code we wrote ourselves
LibrePlanet 2024 Recordings
Let's hope independent recordings by viewers can help recovery of "lost talks" (recordings)
GNU/Linux Reaches 11% Market Share in the United States Of America - an All-Time High
The United States Of America is where the operating system started (Boston) and where Linus Torvalds works (Portland)
Links 11/05/2024: XBox Crisis, Spotify Exodus Continues
Links for the day
Gemini Links 11/05/2024: Why to Delete GitHub
Links for the day
In Europe, Bing Fell Every Month This Year, Lost a Considerable Share Since "Bing Chat" and All the Chatbot Hype
Microsoft's Bing has had many layoffs lately
Links 11/05/2024: Analysis of the Microsoft Crisis and Backdoor-Looking Bugs
Links for the day
Attacking the Messenger?
Stack Overflow and LLM licencing
Microsoft Fired Loads of Staff in Kenya, Which is Another Large Country Where GNU/Linux Has Grown a Lot
Microsoft pays Kenyans only 2 dollars an hour for an IT/office job
Knowing the True History of Debian, Owing to Irish Debian Developer Daniel Pocock (Currently Running to Become Member of the European Parliament)
Irish-Australian and scapegoat of a highly dysfunctional 'Debian family'
Attacking by Credentials
Modest people do not demand fancy titles
Microsoft Windows Used to Have 99% of the OS Market in Jordan, Now It's Just 13% (Less Than iOS)
Based on the data of statCounter, GNU/Linux in Jordan climbed from 0.62% in May 2014 to nearly 5% right now
More Nations Are Reaching and Exceeding 5% Market Share for GNU/Linux, Microsoft Wants to be Bailed Out Again
Microsoft is once again reaching out to Biden for a bailout - a subject we'll cover in a video some time this weekend
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, May 10, 2024
IRC logs for Friday, May 10, 2024
[Meme] What Do You Call a Woman Who Does BDS on Free Software? Elana Hamasman.
Here are some confused thoughts
[Meme] Mission Aborted
Mission Aborted: cancel RMS
Taking Things Up a Notch
we strive/aim towards 15-25 new pages per day, i.e. around 500 per month or 6,000 per year
Gemini Links 10/05/2024: Love Is Infinite and Books vs Internet
Links for the day
Links 10/05/2024: Fears Over TSMC, Microsoft Loses Major Patent Case
Links for the day
Links 10/05/2024: Burner Phones in 6-Eyes Government, “Hatred and Demonization” on the Rise
Links for the day
Microsoft Layoffs and Closures Now Reported in Africa
Microsoft Uninstalls Nigeria as it closes African Development Centre (ADC) in Lagos
[Video] Richard Stallman, "I Saw You Playing Your Recorder in Paris" (Due to Proprietary Software Only)
Corporate autocrats do not want counterparts or alternatives to even exist
Five Years After the Extensive Campaign of Defamation Against Richard Stallman He's Still Giving Public Talks
"Richard Stallman will give a talk, in French, Free Software and Freedom in a Digital Society at Centrale Supelec in Saclay, on May 15."
Microsoft Is Rebranding Its 'Chatbot' Search for the Third Time Because It Fails to Gain Adoption
it always means that something has failed - not that they'll openly admit it
Richard Stallman Gives a Talk in Paris Next Week (in French) and It's About Freedom
another talk, which he has only just announced
Pace Up, Distractions Down
We've made our curation process faster and more efficient
In Algeria, GNU/Linux Estimated to Have Grown Tenfold in a Decade
a sharp rise in GNU/Linux usage
[Meme] Red Hat Diversity
Red Hat: don't mention Haghighi
Our Sister Site Turns 20 in Exactly One Month
twentieth anniversary of the site
Corporate Media Focuses on Who's Suing Red Hat, Not What It's Sued For
The unfortunate thing is, anybody who has an opinion on this lawsuit will inevitably be framed as "pro-Trump" or "anti-Trump"
Links 10/05/2024: Many More Microsoft Layoffs on the Way
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, May 09, 2024
IRC logs for Thursday, May 09, 2024
Microsoft OSI Uses Its Money to Hire PR Agencies That Spy and Spread Mindless Openwashing of GPL-Violating Microsoft Ploy
`We're under attack. But the attackers smile at us and hire PR firms to spy, mislead etc.
Gemini Links 10/05/2024: geminispace.info to Shut Down in 3 Weeks
Links for the day
In Nigeria, Africa's (by Far) Largest Population, Microsoft Bing is the 0%
To Microsoft, Africa is just "someplace" to get intensive, hard-working human 'resources' (tech labour) at 2 dollars 'apiece' as in per person per hour