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

Debian GNU/Linux and Free Software Developer Daniel Pocock in Irish Elections This Month (Dublin Bay South)
Polling day in 15 days
Layoffs as Happy Stories in the Corporate Media
It's based on a longstanding pattern
 
Alexander Wirt (formorer), Wayward people & Debian censorship
Reprinted with permission from Daniel Pocock
Gemini Links 14/11/2024: Infocalypse and "Multiple Monitorings"
Links for the day
Links 14/11/2024: The Web We Lost Coming Back, X/Twitter Crashing
Links for the day
Links 14/11/2024: Politics, Climate, and Instability
Links for the day
Links 14/11/2024: EmacsConf and Flounder
Links for the day
Links 14/11/2024: Science and the Demise of Microsoft-Connected USPTO Director
Links for the day
For "X" to Die the Media and Politicians Will Need to Quit (Then, Advertisers Will Lose Interest, Even for Political Ads)
Fewer people are still there anyway
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, November 13, 2024
IRC logs for Wednesday, November 13, 2024
Bob Should Tell Alice About What GitHub (Which Linux Foundation Outsources Code to) Does to Entire Nations, Following Donald Trump's Policies
"What's next, preventing access to Linux from non-NATO countries? Putting NSA backdoors in the kernel?"
It Took The Guardian More Than 2 Years of Musk to Realise What Twitter Was and It Took Twitter 4 Years of a President Trump to Realise What Trump Was
Trump was deplatformed only a fortnight before Biden became president anyway
[Meme] Google 80%, Windows 2%
"I'm going to f---ing bury that guy, I have done it before, and I will do it again. I'm going to f---ing kill Google."
Microsoft's Market Share Falls to 2% in Haiti
Throw in Android (now 80% of "the market") and Windows is down to 2%
Gemini Links 13/11/2024: Magic of Walking and Lest We Forget
Links for the day
Links 13/11/2024: USPTO Director Kathi Vidal ('Former' Microsoft Rep) Resigning, Censorship After Car Ramming Attack in China
Links for the day
Microsoft: Layoffs, Outsourcing, and R.T.O. as Cover for Mass Layoffs Without Severance Pay
Microsoft had mass layoffs pretty much every month this year
[Meme] The Addicted Lolicon Throwing Stones
"They've found my RMS attack site"
Jonathan Carter & Debian betrayed Joel Espy Klecker
Reprinted with permission from Daniel Pocock
Links 13/11/2024: Red Tape War and Programming Experiences
Links for the day
Links 13/11/2024: "Make Your Laptop Last FOREVER" With GNU/Linux, 23andMe Mass Layoffs, Intel 'Resignations' Layoffs Loophole
Links for the day
In Switzerland, GNU/Linux Reaches Record Highs, But What About the Corruption?
Pocock is a disappointed citizen of Switzerland
More Than 3 Years After Vista 11's Release More Chinese Computer Users Still Use Vista 7 (Than "11")
it was "officially" released October 5, 2021
At BetaNews, "Most Commented Story" Is Not a Story But LLM Slop! (Readers Talking to Bots)
They make fake stories with provocative headlines and then boast that these get many comments
[Meme] Swiss Lawyers/Attorneys Who Fake Qualifications and Rob People
Switzerland mostly guards its reputation by censorship of media
Just How Slow Has the News Industry Become?
We're drowning in garbage from fake publishers
Things That Still Work OK (But We're Being Shamed for Using)
Using old stuff is nothing to be shamed of (or afraid to do)
Free Software is About Collaboration
WordPress limits it
Even the Managing Editor of BetaNews is Doing Slop and Spam
A Fish Rots From The Head Down
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, November 12, 2024
IRC logs for Tuesday, November 12, 2024
PERA Bill in US Senate Strives to Crush Caselaw, Making Patents on Mathematics and Algorithms 'Great Again'
Follow the money
BetaNews is Beta-Testing the Site as LLM Slop With Microsoft Propaganda Thrown In
Many of the people there are Microsoft boosters and they use slop as "filler" (for marketing)
Evolution of euthanasia & WIPO UDRP similarities exposed by W. Scott Blackmer
Reprinted with permission from Daniel Pocock
Gemini Links 13/11/2024: Phasing Out 3G, Brian Kernighan Books, Tcl/Tk, Time to Ditch x86
Links for the day
Links 12/11/2024: A Lot of Censorship and SWNS at 50
Links for the day
BetaNews, Inc. Became a Spam Operation/Web Site, LLM Spew (Slop) for SEO Disguised as "Articles"
Published 5 minutes ago by Brian Fagioli...
Gemini Links 12/11/2024: Invidious Down and YouTube Addiction
Links for the day
Links 12/11/2024: Hey Hi (AI) Failures and COP29 Fakers
Links for the day
Latest Rumours of Red Hat Layoffs
Rumours or gossip is how almost everything starts
WordPress is for the 'Old Web'; the New Web Necessitates Static Pages
There are purely practical reasons to move away from WordPress and the likes of it
Biggest Debt Leap in Years, More Than Half a Trillion Dollars in Just One Month
We remind people (almost every year) that it's also "buynothingday"
Windows Falling to All-Time Lows and Microsoft Has Nothing to Replace It With
It's mostly Android (Linux) replacing Windows
Cybershow Has a New 81-Minute Episode on Digital Sovereignty and International Cyber-Relations
it is a high-quality show
Activism in the Digital Realm Can Never (and Must Never) Rely on GAFAM
This simply means that tech activists must completely abandon any hopes of finding allies in Google or IBM or whatever...
Golden Dawn(ald) and What GAFAM Means to Liberal Techies
In one single screenshot
IBM CEO Says Donald Trump as President-Elect is Good for IBM in New Interview With CNBC
most unprincipled CEO ever?
GNU/Linux Up to 6.1% in Finland (Almost 9% If One Counts ChromeOS Too)
Home of Linux (the kernel)
BetaNews Has Become a SPAM/Slop Factory, Brian Fagioli Publishes Fake 'Articles'
everything is now suspect in BetaNews
It's Morbid to Talk About Living People as If They're Dead
What happens to LLM slop when Brian Fagioli dies?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, November 11, 2024
IRC logs for Monday, November 11, 2024
Free Software and Love of Nature
It's not a coincidence that many Free software activists are also lovers of nature
Silicon Valley and GAFAM Were Never Liberal
spineless CEOs and founders aren't against Trump
Windows and 'The Desktop' Floundering
Microsoft should be extremely worried
WordPress is Bad for the Planet (Even If Many Still Use It)
the costs nobody wishes to talk about