Bonum Certa Men Certa

Links 15/08/2023: KDE Announces Wallpaper Competition and Linux 0.01 Analysed



  • GNU/Linux

    • Red Pixels Ventures Ltd Maya OS to Replace Microsoft Windows on Defence Ministry Computers Amid Rising Cyber Threats: Details
      Maya OS is set to replace Windows as the operating system on the Defence Ministry's computers, according to a report. Instead of Microsoft's widely used proprietary operating system (OS), the Ministry of Defence will use a Linux-based OS based on the popular Ubuntu distribution. The OS was reportedly developed by government agencies over a period of six months in response to rising cybersecurity threats and is equipped with built-in malware protection for computers that are connected to the Internet.

      The Hindu recently reported that the Ministry of Defence has begun to replace Internet-connected computers with a new operating system called Maya OS. It is based on the free and open-source Linux distribution Ubuntu that is maintained by British firm Canonical. However, unlike traditional Linux-based distros, the Maya OS interface looks similar to Microsoft Windows, which could aid in the transition process.

    • Kernel Space

      • Exploring the internals of Linux v0.01

        Linux kernel is often mentioned as a overwhelmingly large open source software. As of this writing, the latest version is v6.5-rc5, which consists of 36M lines of code. Needless to say, Linux is a fruit of hard work of many contributors over the decades.

        However, the first version of Linux, v0.01 was pretty small. It consisted of only 10,239 lines of code. Excluding comments and blank lines, it was only 8,670 lines. It's small enough to understand and is a good starting point to learn about the internals of UNIX-like operating system kernels.

        Reading v0.01 was really fun for me. It was like visiting Computer History Museum in Mountain View - finally I witnessed tales are indeed true! I wrote this post to share this exciting experience with you. Let's dive in!

        Disclaimer: Obviously I'm not the author of Linux v0.01. If you find any mistakes in this post, please let me know!

      • LWNNuta: Exploring the internals of Linux v0.01

        For those who find the 6.x kernel intimidating, Seiya Nuta has written a look at the 0.01 kernel, which reflects a simpler time.

      • WCCF TechAMD Intros FreeSync Panel Replay On Linux 6.6, Next-Gen RDNA 4 GPU Enablement Begins

        For those unaware of the feature, FreeSync Panel Replay is a new feature that works so that when the content on the screen is unchanged, the refresh rate is dropped automatically to reduce power consumption. The feature is similar to Apple's ProMotion display technology but is intended to be used in monitors and laptops. AMD released the initial patch of the feature on Linux a month ago, intending to reduce the workload on GPU when content is unchanged.

    • Graphics Stack

    • Instructionals/Technical

      • OSTechNixHow To Type Indian Rupee Symbol In Ubuntu Linux

        This brief guide explains how to type Indian Rupee symbol in Linux operating systems. The other day, I wanted to type "Indian Rupee Symbol (₹)" in a word document. My keyboard has a rupee symbol on it, but I don't know how to type it. After a quick web search, I found a way to configure keyboard layout for using Indian Rupee symbol. If you ever wondered how to type rupee (Indian currency) symbol in Linux and Unix-like operating systems, follow the steps given below.

      • TecMintLFCS #1: How to Use ‘sed’ Command to Create, Edit, and Manipulate Files in Linux

        The Linux Foundation announced the LFCS (Linux Foundation Certified Sysadmin) certification, a new program that aims at helping individuals all over the world to get certified in basic to intermediate system administration tasks for Linux systems.

        This includes supporting running systems and services, along with first-hand troubleshooting and analysis, and smart decision-making to escalate issues to engineering teams.

      • TecMint10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories

        The Linux ‘du‘ (Disk Usage) is a standard Unix/Linux command used to check the disk usage information of files and directories on a machine.

        The du command has many parameter options that can be used to get the results in many formats. The du command also displays the files and directory sizes in a recursive manner.

      • ID RootHow To Install Lapce on Ubuntu 22.04 LTS

        In this tutorial, we will show you how to install Lapce on Ubuntu 22.04 LTS. Lapce, a cutting-edge code editor known for its performance and versatility, has gained popularity among developers seeking an efficient and feature-rich coding environment.

      • ID RootHow To Install Nano Text Editor on Debian 12

        In this tutorial, we will show you how to install Nano Text Editor on Debian 12. For those of you who didn’t know, Nano, a command-line text editor, embraces simplicity without compromising utility. It’s especially useful for those transitioning from graphical editors to command-line environments.

      • ID RootHow to Use Find Command on Bash Script

        In the realm of Bash scripting, the Find command stands as a stalwart tool, wielding its exceptional prowess to navigate and locate files and directories with remarkable precision. Its versatile capabilities make it an invaluable asset for developers, administrators, and anyone navigating the intricate landscapes of file systems.

      • Linux CapableHow to Install Dokku on Debian 12/11/10

        In today’s rapidly evolving tech landscape, the ability to deploy and manage applications with ease and efficiency is paramount. Enter Dokku: a lightweight, extensible platform that empowers developers to deploy, manage, and scale applications in the cloud.

      • Linux CapableHow to Install SSH on Rocky Linux

        Secure communication between systems is essential in our interconnected world. SSH, or Secure Shell, is a cryptographic network protocol that provides encrypted communication over unsecured networks.

      • Linux Capablessh Command in Linux with Examples

        SSH, or Secure Shell, is a cryptographic network protocol that allows users to access one computer from another over an insecure network securely. It’s a powerful tool that has become an essential part of the toolkit for system administrators, developers, and IT professionals.

      • HowTo GeekHow To Use the iconv Command on Linux



        No matter what type of data a computer is working with or storing, it is held as binary information. Images, text, music, video, and everything else are stored as binary data. Whether the data is on a storage device or loaded into the computer’s memory, it's still represented by binary values.

        If the data is text, and we want to display that text on screen, there’s a translation that has to happen to convert the binary values into characters. To perform the translation, we need to know which values were used to represent each character when the data was created. The software can then work backward and map the stored numerical values back to characters.

        Because success depends on knowing what type of mapping has been used and rigorously adhering to the rules of the mapping during data creation and data usage, standards have been created that formalize such character mappings. They're easy to understand if we get the jargon straight.

      • Security WeekEmail – The System Running Since 71’

        There are hundreds of settings that can have far reaching consequences. I encourage administrators to understand the settings through the service that they procure. To further protect email, some new security vendors are parsing emails to look for pig butchering or invoice scams, which look for behavioral clues compared to a standard baseline that an organization might have. These can help layer on protection to prevent fraud or deception early, often targeted towards certain users (such as your CEO or CFO).

      • Jan Piet MensUsing events to drive Ansible: rulebooks

        Rulebooks are the system by which Ansible is told which events to use in Event-Driven Ansible. They are written in YAML and contain three main components: sources which define the event sources to be used, rules which define conditionals matched from sources, and actions which trigger what should occur when a condition is met.

        Here’s a small example I’ve cobbled together to test Event-Driven Ansible (EDA).

      • Jim NielsenThere’s Meaning in the Ordering of the Web’s Tech Stack

        We often see the web’s stack of technologies written together: “HTML, CSS, and JS”. What was reinforced to me from Zach’s presentation is that the ordering of this list of technologies has meaning.

        As I noodled with my words on this subject, trying to re-state what Zach had said so clearly, I ended up expressing his point anew in HTML (which was kind of fun).

      • Matt RickardWhy Tailwind CSS Won

        Tailwind CSS is the new ubiquitous frontend framework. It replaces a generation of sites built with Twitter Bootstrap. However, Tailwind CSS is not a UI framework itself but has become synonymous to some degree with the UI components shipped through Tailwind UI (which is a UI framework). Why did Tailwind CSS become so popular? A few hypotheses: [...]

    • Games

      • GamingOnLinuxRest in peace Dustin 'Crusader' Reyes, a pioneer of Linux gaming news

        Some sad news to share this Monday morning. A name I imagine a lot of newer readers won't actually know, Dustin “Crusader” Reyes sadly passed away (as confirmed on Nuclear Monster) - someone who was a pioneer of Linux gaming news.

      • GamingOnLinuxTheme Hospital open source reimplementation CorsixTH 0.67 is out now

        The best way to play the classic Theme Hospital on modern systems is here, with the release of the game engine reimplementation CorsixTH version 0.67. Read on for what's new.

      • GamingOnLinuxHeart of the Machine from Arcen Games dropping Native Linux for Proton

        Arcen Games developers of AI War, The Last Federation, Bionic Dues have said they're no longer doing Native Linux support for their upcoming game Heart of the Machine and will instead rely on Proton.

      • GamingOnLinuxLatest trailer for Crowsworn has me desperately wanting this Hollow Knight-like

        Crowsworn looks like it's coming along nicely and fans of Hollow Knight will want to keep a close eye on it. Celebrating two years since their Kickstarter, they have a new trailer up.

      • GamingOnLinuxCheck out this modern rewrite of the classic racer wipEout

        Do you remember the original wipEout? An absolute classic racer originally released 1995 for Sony PlayStation, DOS and later the SEGA Saturn. Now there's a modern cross-platform remake available to try out.

      • GamingOnLinuxOverwatch 2 becomes the worst user-reviewed game on Steam

        While other developers like Larian are riding high with Baldur's Gate 3, it seems Blizzard are not doing so well with the recent Steam release of Overwatch 2 becoming the worst user-reviewed game of all time on Steam (via Steam 250). Overwatch 2 is playable on Linux and Steam Deck thanks to Proton.

      • TechdirtRockstar Scoops Up Modding, Roleplay Communities In A Departure From Previous Policy

        It’s important coming into this story to know and note that Rockstar, the publisher behind hit franchises like Grand Theft Auto and Red Dead Redemption, has waged a very public war on modding communities for its games for years now. Despite just how useful these modding communities tend to be in elongating the sales cycle for video games, Rockstar has gone after the tools for making mods for its games, has banned players for using mods even when those mods don’t change online gameplay, has DMCA blitzed the mods themselves, and so on. It’s a very purposeful series of actions clearly based on company policy.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • OMG Ubuntu KDE Wallpaper Competition Kicks-Off – Win a 13-inch Framework Laptop
          “Prizes?”, you ask – yes, prizes plural: a 13-inch Framework laptop and your work being used as the default wallpaper in KDE Plasma 6.0 (currently in development and due for release next year).

          Opportunities like this don’t come up often!

          Wallpapers entered in to the KDE wallpaper competition need to be original and made specifically for it – no rehashing your greatest hits or dusted off that DeviantArt classic.

        • LinuxiacKDE Announces Wallpaper Competition for the Upcoming Plasma 6
          Are you a creative designer passionate about open-source, technology, and aesthetics? Do you enjoy crafting stunning visual experiences that define the look and feel of operating systems?

          If so, KDE has an exciting opportunity for you! The community is thrilled to announce its Plasma 6 wallpaper competition, inviting designers worldwide to showcase their talents and contribute to the next generation of this much-loved and widely-used desktop environment.

          KDE has long been renowned for its user-friendly and customizable desktop. Moreover, the upcoming Plasma 6 release, built on top of Qt 6, increasingly takes shape and promises to raise the bar even further with enhanced performance, features, and visual appeal.

        • GamingOnLinuxWin a Framework Laptop 13 in the KDE Plasma 6 Wallpaper Competition

          With the release of KDE Plasma 6 closing in, a Wallpaper Competition is live and the prize is pretty awesome - you can win a Framework Laptop 13 DIY Edition!

  • Distributions and Operating Systems

    • BSD

      • FreeBSDFreeBSD for Research: CHERI/Morello

        After his work on Jails, Professor Watson joined the Department of Computer Science at the University of Cambridge in the UK, where he continues to research and develop breakthrough ways to improve computer system security. His work earned him the EuroSys Jochen Liedtke Young Researcher Award, granted annually to European early researchers (i.e., those no more than 10 years on from receiving their PhD) who have demonstrated exceptional creativity and innovation in systems research.

    • SUSE/OpenSUSE

      • Linux Magazine CIQ, Oracle, and SUSE Form Alliance to Thwart Near-Closing of the RHEL Source
        CIQ, Oracle, and SUSE have come together to create the Open Enterprise Linux Association (OpenELA). Because those organizations have business models that depend upon maintaining compatibility with RHEL, they created OpenELA to share resources and work communally on a solution that will provide downstream compatibility.

        This new organization describes itself as a "community repository for enterprise Linux sources." What's at the heart of the Open Enterprise Linux Association is that the source will be available with no subscriptions, passwords, or barriers. In fact, the group goes so far as to say, "Freeloaders welcome."

      • TechRepublic Oracle, SUSE and CIQ Form the Open Enterprise Linux Association

        The creation of the Open Enterprise Linux Association on Aug. 10 shows Oracle, SUSE and CIQ (maker of RockyLinux, which is based on Red Hat Enterprise Linux) taking a stance to promote open source and their competing products against Red Hat’s new policy for Linux distributions. The new trade organization was created after Red Hat made the source code for Red Hat Enterprise Linux subscription-only. OpenELA’s goal is to “encourage the development of distributions compatible with RHEL by providing open and free Enterprise Linux source code.”

    • Fedora Family / IBM

      • IT World CAGunnar Hellekson, GM and VP at Red Hat Enterprise Linux and Mike McGrath VP of Core Platforms Engineering at Red Hat on Hashtag Trending, Weekend Edition



        About 20 years ago, I started my own technology consulting company. We mostly did strategic consulting in IT – architecture, strategy, IT effectiveness, projects rescues and Lean Six Sigma consulting. Those sorts of things.

        But at the same time I was fascinated with open source – and I’ve mentioned this before. I couldn’t believe that individuals and even companies would collaborate to develop sophisticated software that could run at an enterprise level and that the source code would be freely available for anyone to take and even modify.

        It was a new world. But how did you make money in a world like this? That was the question.

    • Canonical/Ubuntu Family

      • Alan PopeWhy I use Ubuntu

        I think I started exploring Linux in 1995 with a Caldera CD that came with a massive book. I had two computers at the time, a Pentium II 400Mhz, which replaced an aged OG Pentium 200Mhz that I used for noodling around with stuff like Linux.

        I didn’t switch full-time until around 2001. By then I’d started using Red Hat Linux. I used to get pretty annoyed with the ‘RPM Hell’ so when my good friend Hugo suggested I take a look at Debian which didn’t have this problem, I was interested.

        I switched to Debian for a while. However, I got annoyed when kernel updates would break my Phillips webcam. The Philips webcam driver would require recompiling with each kernel update. I recall at the time the maintainer refused to allow it into Debian proper as it has some license questions.

        Again, my friend Hugo, from the local Linux User Group suggested I look at Ubuntu, as they kept the pwc kernel driver in the distro, no recompilation needed by me.

        So I switched to Ubuntu around the start of 2005, enjoyed the experience, and have used it ever since, on whatever my primary device is.

      • UbuntuHow to ensure business continuity with IT infrastructure support

        Picture this: you’re on a dream vacation with your family on a serene tropical island. The weather is perfect, the sea is mesmerising, and you’re ready to enjoy a relaxing day at the beach. Just as you’re about to unwind, your phone rings: it’s your manager calling to inform you that your IT infrastructure is down, and you need to fix it immediately.



        [...]

        While some organisations attempt to manage everything in-house or seek help from upstream communities to save costs, they quickly realise that the open source landscape is vast, fragmented, and complex.
    • Devices/Embedded

      • TechRadarI thought a Raspberry Pi NAS was a good idea - here’s why I'm wrong

        A Raspberry Pi might not be the best NAS, but it’s probably the cheapest. But in cutting this corner, I have understood true purgatory.

        I have started writing this article three times, each time trying to provide helpful information, and each time having the copy tainted more and more by misery.

        It has become a millstone around my neck, and almost mythical, like that Guns ‘n’ Roses album. And when the article at last tumbles from my runny brain, into the website tin, and onto your monitor plate (which it has now, because I’ve gone back and added this bit in, cheers), it will be like that album: a damp squib, a void.

        It is not a slight on the Raspberry Pi, Linux, or the very idea of cheap DIY tech projects to say that, because of the former, I now see life in cold monochrome. In a world where one operating system has achieved boot-human-face-stomping dominance despite its own deeply ingrained frustrations, they are utopian ideas. It is a slight on me: an idiot.

        I won’t dwell on my failures too much, for I may at last physically shrivel into nothing from embarrassment, like a Franz Kafka novel. Do be aware, however, that I’m aware that my experience is the direct parallel of ‘games journalist plays Cuphead’, so don’t write in.

    • Open Hardware/Modding

      • ArduinoA DIY tube furnace for creating ICs

        This is a design for a tube furnace that can reach 1200€°C, similar to the kind that labs buy for many thousands of dollars. Producing that much heat in a controllable manner is not a trivial task and this is much more complicated than constructing a furnace for something like aluminum casting. The heating element is a coil of nichrome wire, which wraps around a quartz glass tube that can withstand the heat. A ridiculous amount of insulation surrounds the tube and wire to contain the heat.

      • Tom's HardwareTiny Raspberry Pi Cyberdeck Required Maker to Break Out a Drill

        We've been following Horne's progress since July and we just had to write about it. The Cyberdeck is currently a work in progress and so things are liable to change. Powering the project is a Raspberry Pi Zero 2 W, yes they do exist, but are hard to get hold of. The Pi Zero 2 W appears to be in an injection molded case (that doesn't feature on our list of best cases!). On top of the Pi Zero 2 W is a Pimoroni Enviro+ HAT board. This hat provides a power input from the 2200 mAh LiPo battery (via the LM2596S buck converter) to power the Raspberry Pi Zero 2 W. It also provides a slew of environmental sensors.

    • Mobile Systems/Mobile Applications

  • Free, Libre, and Open Source Software

    • Events

    • Education

      • RlangAn Introduction to Bayesian A/B Testing in Stan, R, and Python workshop

        Description: This workshop will cover a basic introduction to Bayesian inference, A/B Testing, and decision theory for the analysis of large-scale field experiments in industry settings. After introducing the foundations of the Bayesian approach to A/B Testing, we will work through real-world examples using the probabilistic programming language Stan along with its R and Python interfaces.

    • Programming/Development

      • RlangThe substring() function in R

        The start and stop arguments can be either integers or character strings. If they are integers, they specify the positions of the characters in the string. If they are character strings, they specify the characters that should be used as the starting and ending positions of the substring.

      • ButtondownTuring kicked us out of Heaven

        The halting problem is "undecidable": there's no algorithm which can tell you if an arbitrary program with an arbitrary input will halt or not. IE, if you give me a proposed "halt-detector", I can inspect it and come up with a program and input for which it would give the wrong answer.

      • Unix MenDevSecOps in Linux: Enhancing Security Without Compromising Agility

        Does Linux help DevSecOps grow or is it DevSecOps that helps software development with Linux better? The relationship between Linux and security-fortified DevOps is as complex as the chicken-and-egg casualty dilemma. It is difficult to pinpoint which serves as the tool to advance the other. Some would say that Linux development accelerates and becomes more efficient by integrating DevSecOps, but some say that the former helps bolster the latter’s adoption.

        However, what is clear is that both of them benefit from each other. DevSecOps and Linux share a symbiotic and deeply intertwined relationship. As an Oracle-published white paper puts it, Linux plays a crucial role in the progress of DevSecOps. With its open-source nature, Linux provides a good staging ground for DevSecOps adoption. Conversely, DevSecOps amplifies the existing pros of software development with Linux.

    • Standards/Consortia

      • HackadayAdding Power Over Ethernet Support To A Mac Mini

        Despite all the fancy features on modern Apple Mac systems like USB-C and Thunderbolt, they have one glaring omission: the absolute lack of any form of Power-over-Ethernet (PoE). This is an issue that [Ivan Kuleshov] sought to rectify with some delicate board-level surgery. Since the original Ethernet jack on the lucky vic^Wrecipient M1 Mac Mini does not have integrated magnetics (magjack), tapping into the appropriate lines would have been rather awkward, with questionable results on the side of the PCB traces that would suddenly be used for PoE purposes they were never designed for.



Recent Techrights' Posts

Microsoft Uses LLM Slop to Defraud (or Rob) Shareholders
Microsoft is basically defrauding its shareholders by LLM slop
The "Davos Effect": Tarnishing the Reputation of Places Not by Overtourism But by Oligarch Infestation
The last Venice needs is an affiliation with Venetian oligarchs
 
Links 01/07/2025: "Independence Day in Taiwan", Bounties on Software Patents
Links for the day
What Happens When Your Law Firm is Preoccupied With Harassing and Trying to Extort a Humble Couple in Manchester, Even on Behalf of Violent Microsoft Staff From Another Continent
It's good to see that law firms which operate in bad faith are perishing
Lawyer X, Law Firm X and Elon Musk's X: scandals linked by Old Xaverian
Reprinted with permission from Daniel Pocock
Gemini Links 01/07/2025: Distraction-Free Writing and Hytale Mismanagement
Links for the day
Links 01/07/2025: "Beauty of Blogging" and "Etiquette of Collapse"
Links for the day
The Web is a Dead End
We need to adopt alternatives
When Words Lose Their Intended Meaning
examples of words that, at least in the technical spheres, don't mean what they sound like
People Who Disagree With You on Technical Matters May or May Not Agree With You on Political Things (But Usually They Do)
What bothers me a great deal is seeing left-leaning people accusing other left-leaning people of being "nazis"
"Too Much Choice" and "Too Many Programming Languages"
What IBM and its apologists aim for was attempted in the 1930s and it failed
Microsoft Lost 400,000,000 Windows Users, According to Microsoft
more people adopt smaller computers and many people replace Windows with GNU/Linux, as they don't really need a new computer
Half a Year Gone, What's to Come Next
In the second half of 2025 we expect to be done with the Microsoft SLAPPs
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, June 30, 2025
IRC logs for Monday, June 30, 2025
People at the Very Top of Microsoft Know How Bad Things Really Are
There's no product that can replace the former profitability of Windows licensing and stuff that went on top of Windows
Gemini Links 01/07/2025: Mid Year and a Tour of Old Languages
Links for the day
EPO Presentation Bemoans Misuse of Slop in Decision-Making on Patents and in Classification (Which is Likely Illegal Too)
We habitually mention failed use cases of LLMs on the Web
Mass Layoffs at Microsoft Confirmed, "XBox Hardware Is Dead"
It's possible that over 20% of the staff will be laid off
Links 30/06/2025: Kyrgyzstan vs Media Freedom, Dalai Lama Succession
Links for the day
Gemini Links 30/06/2025: Backend Programs in Gemini and Dynamic Content Without The Scripting
Links for the day
Links 30/06/2025: Zuckerberg’s Tax-Evading Scheme Harms Kids, US Copyright Office Lacks Leadership
Links for the day
Microsoft Isn't Laying Off Tens of Thousands to 'Invest' in Slop ('Hey Hi'), It's Laying Off Tens of Thousands Because It's Running Out of Money (and Willing Lenders)
the layoffs are a sign of the business failing, not "hey hi" (whatever that is) replacing staff
Intel Lays Off 20% of Its Workforce, Microsoft is Doing the Same This Year
Like a yoyo, whatever goes up will come back down
Microsoft XBox Layoffs: Almost 2,000 Layoffs Became "Over 2,000"? (Over 20% of the Staff)
over 20% of staff will be let go, not counting staff that leaves voluntarily
GNU/Linux Rises to New Highs in Angola, Africa in General is Abandoning Windows
Western media barely covers Microsoft layoffs in Africa, but in recent years Microsoft culled the workforce and even shut down entire operations
Summer Plans in Techrights and Elsewhere
massive layoffs at Microsoft
Destination Geminispace (in the Age of LLM Slop and Slop Images That Infest the Web and Social Control Media)
Geminispace isn't vast, but at least it is - on average - a lot "cleaner"
GNU/Linux Growing in Sierra Leone This Year
Based on what statCounter is seeing, this year there are more and more people there who adopt GNU/Linux
Serial Sloppers Gonna Slop
More sites out there ought to call out the cheaters
Quartz (qz.com) is Spam and a Slopfarm
It used to be OK. Then they fired the staff.
Links 30/06/2025: US Economic Woes, Extreme Heat
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, June 29, 2025
IRC logs for Sunday, June 29, 2025
Gemini Links 30/06/2025: "The AI Hype" and New AuraGem Ask
Links for the day
Our Desktops Are Not Your Experiments, X is Not an Experiment
Breaking what already worked
Microsoft's Big Lies Regarding This Week's Mass Layoffs Have Already Begun (and They're Already Being Spread by Slopfarms)
Microsoft is the "market leader" in slop
Explaining the Full Story of SLAPPs From Microsoft Staff
For every action there is a reaction, for every attack there will be proportionate consequences
The Openwashing Shills Initiative (OSI) - Part III: IRS and Status of OSI
"They lied to the US IRS and there’s a paper trail"
IBM Red Hat's Dogmatic Fanaticism Under a Thin Veil of "Modernism"
IBM now has the audacity to paint people who don't agree as "nazis"
Microsoft's Share in Guatemala Fell From 97% to 14%
Eventually Microsoft will get stuck in a loop of layoffs, layoffs, and more layoffs
They Made Technology Scary and Taught Us That It's Innocent, Friendly, Even "Social"
Rejection of all this "apps" and "gadgets" and "Smart" (whatever that means!) status quo isn't a rejection of society
The Media is Under Attacks Partly Because There's Little Other (Remaining) Press to Speak in Its Defence
The biggest danger here is that when there's very little press or no "opposition media" left it becomes even easier to crush critics because there aren't many people left to speak about the matter
If Your Web Site is Run by Bots, Eventually Nobody Will 'Read' It Except Bots (People Don't Want to Read Slop)
Eventually people learn from mistakes
Links 29/06/2025: Microsoft Releases False/Fake Benchmarks, "Google Wants You to Watch Ads or Take Surveys to Read Articles"
Links for the day
Links 29/06/2025: Data Breaches and Online Censorship
Links for the day
Gemini Links 29/06/2025: "The Price Of Eggs" and Gemini 3D Tic Tac Toe
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 28, 2025
IRC logs for Saturday, June 28, 2025