Bonum Certa Men Certa

Links 01/07/2022: Condres OS 1.0 and Microsoft Losing More Share in Web Servers



  • GNU/Linux

    • Linux LinksLinux Around The World: Canada - LinuxLinks

      Canada is a country in North America sharing a land border with the United States in the south and in the northwest. It borders the Atlantic Ocean in the east, the Pacific Ocean in the west and the Arctic Ocean in the North.

    • Server

      • NetcraftJune 2022 Web Server Survey [Ed: Microsoft is down even further, as usual]

        In the June 2022 survey we received responses from 1,146,976,964 sites across 273,010,403 unique domains and 12,224,786 web-facing computers. This reflects a loss of 8.75 million sites and 583,000 domains, but a gain of 155,000 computers.

        Cloudflare experienced strong growth this month, gaining 2.99 million sites and 85,000 domains, representing a 4.64% growth in its number of sites. Cloudflare experienced a significant outage on 21 June, impacting around half of the total requests made to its network. The outage lasted around an hour and a half and affected a significant number of popular sites. 20.2% of the million most visited sites rely on Cloudflare (up 1,400 sites since last month).

        The three largest vendors by the million most visited sites metric—Apache, nginx, and Cloudflare—all have similar market share, though only Cloudflare gained market share this month. Apache saw the largest loss, dropping 2,190 sites (-0.96%), while nginx lost 280 sites (-0.13%).

        LiteSpeed gained a significant number of sites with an addition of 2.96 million (+5.89%), and gained 171,000 (+2.21%) domains - the second largest increase this month. The number of web-facing computers using LiteSpeed also showed strong growth, increasing by 4,460 (+3.44%) to a total of 134,000.

        nginx and Apache remain the two largest server vendors, though both saw similar losses of 6.52 million (-1.84%) and 6.18 million (-2.33%) sites this month. Despite this, nginx gained 795,000 (+1.06%) domains and saw continued growth in the number of web-facing computers with 158,000 (+3.44%) computers. Conversely, Apache lost 1.07 million domains (-1.71%) and 25,700 (-0.74%) web-facing computers.

      • The Next PlatformSo, You Think You Can Design A 20 Exaflops Supercomputer?

        The US Department of Energy has a single 2 exaflops system up and running – well, most of it anyway – and that of course is the “Frontier” system at Oak Ridge National Laboratory and two more slated for delivery, and that is the “Aurora” system at Argonne National Laboratory supposedly coming sometime this year and the “El Capitan” system at Lawrence Livermore National Laboratory, which is due next year. It took a lot of money and sweat to get these machines into the field – in Intel’s case, the sweat to money ratio has been pretty high given the four-year delay and massive architectural changes involved the latest and final incarnation of Aurora.

    • Audiocasts/Shows

    • Kernel Space

      • Gradual Explorations of Filesystems, Paging and L4Re €« Paul Boddie's Free Software-related blog

        A surprising three years have passed since my last article about my efforts to make a general-purpose filesystem accessible to programs running in the L4 (or L4Re) Runtime Environment. Some of that delay was due to a lack of enthusiasm about blogging for various reasons, much more was due to having much of my time occupied by full-time employment involving other technologies (Python and Django mostly, since you ask) that limited the amount of time and energy that could be spent focusing on finding my way around the intricacies of L4Re. In fact, various other things I looked into in 2019 (or maybe 2018) also went somewhat unreported. I looked into trying to port the “user mode” (UX) variant of the Fiasco.OC microkernel to the MIPS architecture used by the MIPS Creator CI20. This would have allowed me to conveniently develop and test L4Re programs in the GNU/Linux environment on that hardware. I did gain some familiarity with the internals of that software, together with the Linux ptrace mechanism, making some progress but not actually getting to a usable conclusion. Recommendations to use QEMU instead led me to investigate the situation with KVM on MIPS, simply to try and get half-way reasonable performance: emulation is otherwise rather slow. You wouldn’t think that running KVM on anything other than Intel/AMD or ARM architectures were possible if you only read the summary on the KVM project page or the Debian Wiki’s KVM page. In fact, KVM is supported on multiple architectures including MIPS, but the latest (and by now very old 3.18) “official” kernel for the CI20 turned out to be too old to support what I needed. Or at least, I tried to get it to work but even with all the necessary configuration to support “trap and emulate” on a CPU without virtualisation support, it seemed to encounter instructions it did not emulate. As the hot summer of 2019 (just like 2018) wound down, I switched back to using my main machine at the time: an ancient Pentium 4 system that I didn’t want heating the apartment; one that could run QEMU rather slowly, albeit faster than the CI20, but which gave me access to Fiasco.OC-UX once again.

    • Applications

      • LinuxiacVim 9.0 Released, Introduces the New Vim9 Scripting Language

        After two and a half years of development, Vim 9.0 is now available, firmly focused on the new Vim9 scripting language capabilities.

        In its 30-year history, the terminal-based text editor Vim has been one of the most recognizable names in the open-source world, loved by some and disliked by others. Using it has put Unix/Linux users to the test more than once.

        However, Vim sticks to its original path, as evidenced by the recently released version 9.0. With that said, let’s take a look at the highlights of it.

      • Linux LinksBest Free and Open Source Software - Utilities

         Let’s kick off with a collection of detailed reviews highlighting 31 essential utilities. They are small, indispensable tools, useful for anyone running a Linux machine. They cover a wide spectrum of utilities.

        The following articles focus on specific topics.

      • Make Use OfVim 9.0 Drops Linux Editing Bombshell With New Scripting Language

        The popular Linux text editor Vim has a new version available, version 9.0. The new version debuts a revamped scripting language, dubbed Vim9 Script.

        Vim 9.0 "Takes a Big Step"

        Vim creator Bram Moolenaar announced the new version in a post on Vim's official website. "After many years of gradual improvement Vim now takes a big step with a major release," Moolenaar wrote.

        While Vim already had a scripting language, Vim9 Script makes some changes to how comments, functions, and variable assignments work. While most users will want to wait until their distribution's package manager updates Vim, Unix/Linux users eager to try the new version can download the source code from the download pageand compile it.

    • Instructionals/Technical

      • OMG UbuntuHow to Enable Nautilus Typeahead Search in Ubuntu - OMG! Ubuntu!

        In this post I show you how to get the Nautilus typeahead feature back on all supported versions of Ubuntu.

        GNOME developers retired Nautilus’ type ahead functionality back in 2013. Ubuntu devs continued to patch the feature back in until 2017 when they decided to switch to a more ‘vanilla’ GNOME desktop experience.

        Chances are you’ve long-since adapted to life without it.

        However, in the world of open source anything is possible; if you have an itch, you can scratch it yourself — and one fervent fan of Nautilus typeahead search has done just that.

      • ID RootHow To Install Terraform on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install Terraform on Ubuntu 22.04 LTS. For those of you who didn’t know, Terraform is an open-source infrastructure as a code software tool that enables you to safely and predictably create, change, and improve infrastructure. With Terraform you can manage Cloud Compute, Networking, Load Balancers, DNS, and so on using simple Declarative Programming Language.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Terraform on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • VideoHow to install Toontown Rewritten on Pop!_OS 22.04 - Invidious

        In this video, we are looking at how to install Toontown Rewritten on Pop!_OS 22.04.

      • Linux Made SimpleHow to install WPS Office 2019 on a Chromebook - June Update

        Today we are looking at how to install WPS Office 2019 on a Chromebook and some core fonts like Arial and New Times Roman. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

      • CitizixHow to create a Kubernetes TLS/SSL Secret

        A Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Such information might otherwise be put in a Pod specification or in a container image. Using a Secret means that you don’t need to include confidential data in your application code.

        Because Secrets can be created independently of the Pods that use them, there is less risk of the Secret (and its data) being exposed during the workflow of creating, viewing, and editing Pods. Kubernetes, and applications that run in your cluster, can also take additional precautions with Secrets, such as avoiding writing secret data to nonvolatile storage.

        Secrets are similar to ConfigMaps but are specifically intended to hold confidential data.

      • UNIX Coplftp. How to “rsync” with ftp

        I’ve always been in complete control of my own servers€¹, this mean they have all the tools I need. Recently they got me in charge of regularly backup a large site. This usually mean that I’m taking filesystem ‘snapshots’. But I’ve only have access to this large site via ftp, and my script needs rsync (and/or ssh). I need a way to do (almost) the same, after a research I’ve found lftp; this article will show you how to “rsync” with ftp.

      • TechRepublicHow to add and manage groups in SFTPGo | TechRepublic

        After deploying a platform for the storing and sharing of files and directories, one of the first things you’ll want to do is start adding and managing groups. With groups, you can better control who has access to what without having to take care of it on a user-by-user basis. By employing groups, you can add users who will inherit the permissions found within the group so it’s more efficient.

        But not every platform is the same and some do require a bit of extra attention to get right. One such platform is SFTPGo. Although on the surface, it looks as though it should be very simple to manage users and groups, you do have to go the extra mile to make sure it all works.

        Let me show you what I mean by walking you through the process of adding a group and then adding a user to that group.

      • TechRepublicHow to deploy CouchDB as a cluster with Docker | TechRepublic

        Recently, I showed you how to deploy CouchDB as a standalone NoSQL database server, which could serve you well in small instances. This time around, I want to show you a neat trick for deploying CouchDB as a cluster using Docker. Although this method might not be ideal for production usage, it’s a great way for developers to be able to work with CouchDB in a test environment.

      • ID RootHow To Install Neofetch on CentOS 9 Stream - idroot

        In this tutorial, we will show you how to install Neofetch on CentOS 9 Stream. For those of you who didn’t know, Neofetch is a free and open-source command-line tool that displays system and hardware information in a visually appealing manner. Neofetch displays an ASCII logo of your Linux distribution along with information related to your system in the terminal such as OS type, kernel version, CPU, RAM, and others.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Neofetch command-line tool that displays the system on CentOS 9 Stream.

      • H2S Media4 Ways to install GIMP on Ubuntu 22.04 LTS Jammy - Linux Shout

        Install free and open-source GIMP editor on Ubuntu 22.04 Jammy JellyFish Linux for editing, retouching, or optimizing your images.

        The free image editor “GIMP” offers professional tools and retouching functions forIts name is actually an acronym for GNU Image Manipulation Program and it is one of the best free alternatives to Adobe Photoshop for private and semi-professional use.

      • H2S Media3 Ways to install Pinta image editing tool on Ubuntu 22.04 or 20.04 LTS [Ed: Warning for Microsoft Mono]

        Have Microsoft Paint open-source alternative Pinta on Ubuntu 22.04 Jammy JellyFish or 20.04 Focal Fossa for image drawing and editing images.

        Inspired by Paint.NET, Pinta is another open-source program for Linux users with features similar to Microsoft Paint software. It is not just limited to Linux, instead, Pinta is a cross-platform that can be installed on Windows, FreeBSD, and macOS

        This bitmap image drawing tool is very straightforward and also offers drawing tools, image filters, and color adjustment tools but fewer feartures as compared to GIMP. However, GIMP is a little complicated for new users whereas this one is easy and focuses on usability which can be seen in its offerings. Such as unlimited undo history; Multiple language support; flexible toolbar arrangement, including floating as windows or docking around the image edge; also supports for image layers.

      • Composable tools for disk images | Richard WM Jones

        Over the past 3 or 4 years, my colleagues and I at Red Hat have been making a set of composable command line tools for handling virtual machine disk images. These let you copy, create, manipulate, display and modify disk images using simple tools that can be connected together in pipelines, while at the same time working very efficiently. It’s all based around the very efficient Network Block Device (NBD) protocol and NBD URI specification.

      • Ubuntu HandbookDeluge BitTorrent Client 2.1.0 Released! How to Install in Ubuntu | UbuntuHandbook

        The free cross-platform Deluge BitTorrent client released version 2.1.0 one day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04.

        Deluge is a fully-featured torrent downloading app with GTK, web UI, and command line interfaces. The app features protocol encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP/NAT-PMP, web seeds, stream torrent and more.

        The new 2.1.0 was released with minimum libtorrent requirement increased to v1.2. Python 2 is no longer supported! And, Python 3.6 is the minimum requirement of the programming language.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • OMG UbuntuNew Effect Added to 'Burn My Windows' GNOME Extension - OMG! Ubuntu!

          Why settle for merely burning application windows on close when you could totally incinerate them instead?

          Yes, everyone’s1 favourite over-the-top desktop effect extension is back with an update, and it adds yet another epically excessive window closing animation to its pool: Incinerate.

          As you can probably imagine the new Incinerate effect takes your app windows and…

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Web Browsers

      • Mozilla

        • Firefox Nightly: These Weeks In Firefox: Issue 119

          The Firefox Profiler can now sort roots in alphabetical order with a flamgraph. This is especially useful when comparing profiles with the JavaScript filter, as this ensures that the order is consistent.

        • SpiderMonkey Newsletter (Firefox 102-103) | SpiderMonkey JavaScript/WebAssembly Engine

          SpiderMonkey is the JavaScript engine used in Mozilla Firefox. This newsletter gives an overview of the JavaScript and WebAssembly work we’ve done as part of the Firefox 102 and 103 Nightly release cycles.

        • MozillaA Pocket collection for your wellness journey, as curated by the team behind ‘The Science of Happiness’ podcast

          Want to live a more fulfilling life? The internet gives plenty of advice. But finding guidance backed by research can get tricky.

          That’s where The Science of Happiness podcast comes in. Co-produced by PRX and UC Berkeley’s Greater Good Science Center, the popular podcast explores science-backed strategies to cultivate a happier life. Its new series, Happiness Break, guides listeners through a practice they can follow for a few minutes during their day.

          Podcast host and psychologist Dacher Keltner is curating Pocket reading lists in hopes of encouraging listeners to go deeper on subjects like fear of failure, gratitude and optimism. We chatted with him about what motivated the Happiness Break, why he thinks wellness audio content have become so popular and how he makes time for his own reading list.

        • Rust BlogAnnouncing Rust 1.62.0 | Rust Blog

          The Rust team is happy to announce a new version of Rust, 1.62.0. Rust is a programming language empowering everyone to build reliable and efficient software.

        • LWNRust 1.62.0 released

          Version 1.62.0 of the Rust language has been released. Changes include a new cargo add command, default enum variants, an improved Linux mutex implementation, a number of stabilized APIs, and more.

    • Productivity Software/LibreOffice/Calligra

      • Stuff Michael Meeks is doing

        Really pleased to see so much work from the team, and the wider community released as Collabora Online 22.05 - a first cut of our next round of development work around the next-generation Collabora Online - quicker, slicker, better, prettier and more. Today Collabora's app-store experiment with LibreOffice Vanilla was ended. In time we will write up and publish the data more widely, make final donations to TDF and as/when sensible finish up some Mac work in due course. Many thanks to all those who worked hard over the years to get LibreOffice into many app-stores - you rock. Of course - you can still get Collabora Office for your Mac, and help to support FOSS development that way.

    • FSF

      • FSFFresh in the LibrePlanet archives: LibrePlanet 2022 workshop videos

        In the lead-up to LibrePlanet 2022, the Free Software Foundation (FSF) received more workshop submissions than ever before. And because our LibrePlanet schedule is often chock full of splendid talks already, we thought it best to present the workshops in our very first LibrePlanet workshop series, which ran after LibrePlanet so that they would not conflict with any talks.

      • Translators and free software, a practical introduction to OmegaT

        Professional translators are more than often taught to use proprietary tools in universities and professional groups. OmegaT has existed for 20 years as a professional Computer Aided Translation tool (CAT) and is used all around the world. This workshop will introduce participants to the concepts behind CATs and especially how they are practically put into use in OmegaT: translation memories, segmentation, exchange formats, collaborative work, etc.

      • Software localization (translation) of Web-based projects

        Software localization (translation) of Web-based projects could be a nightmare for many developers. However, this time-consuming process can be solved easily thanks to the free software tool Tolgee. Jan Cizmar will guide you through with his workshop named Web Application Localization Without Tears. He will show you how to manage localization texts in simple UI or how to take the advantage of the in-context localization feature, so you can just click & translate the text easily.

        “The more languages your software knows, the more of a satisfied users you have". However, current software localization in modern JS frameworks and other software is complicated and fairly time-consuming for all involved participants. Thanks to the in-context localization feature of free software project Tolgee, this tool offers easier localization process, more relevant translations delivery and finally less work for developers.

      • Installing Ourselves into LibrePlanet

        Hosted by Cristina Cochior, Karl Moubarak, and Jara Rocha of The Cell for Digital Discomfort

        A workshop session to map out each of our current conditions of connecting and being together, the physical-political, and technological conditions using a diagrammatic methodology.

        The workshop is geared towards installing ourselves into the conference's infrastructural spectralities by sharing, learning from and attuning to each others' conditions for connectivity, online participation and basic computer-mediated mundane day-to-day life. We want to pose this affirmation as an initial trigger: installing is about situating — attuning to our network of (inter-)dependencies and attuning to the dependencies with our local and vernacular but also standardized and planetary networks.

  • Leftovers

    • Entrapment (Microsoft GitHub)

      • LWNSoftware Freedom Conservancy: Give Up GitHub: The Time Has Come!

        The Software Freedom Conservancy (SFC) has issued a strong call for free software projects to give up GitHub and to move their repositories elsewhere. There are a number of problems that SFC has identified with the GitHub code-hosting service and, in particular, with its Copilot AI-based code-writing tool that was trained on the community's code stored in the company's repositories. Moving away from GitHub will not be easy, SFC said, but it is important to do so lest the free-software community repeat the SourceForge mistake.

    • Security

      • USCERT#StopRansomware: MedusaLocker [Ed: Should stop Windows then, as that's by far the biggest ransomware magnet]

        CISA, the Federal Bureau of Investigation (FBI), the Department of the Treasury (Treasury), and the Financial Crimes Enforcement Network (FinCEN) have released a joint Cybersecurity Advisory (CSA), #StopRansomware: MedusaLocker, to provide information on MedusaLocker ransomware. MedusaLocker actors target vulnerabilities in Remote Desktop Protocol (RDP) to access victims’ networks. Note: this joint #StopRansomware CSA is part of an ongoing #StopRansomware effort to publish advisories for network defenders that detail various ransomware variants and ransomware threat actors.

      • eSecurity PlanetNearly a Million Kubernetes Instances Exposed on Internet

        Cybersecurity researchers have found more than 900,000 instances of Kubernetes consoles exposed on the internet.

        [...]

        Kubernetes is a very popular container orchestration system. The name comes from the Greek word for “helmsman.” The term “K8s” or “K-eights” is also used to refer to this technology.

        Many organizations manage their applications with Kubernetes using self-contained units called “pods,” which share common resources with other units without being aware of each other. For example, “npm start” or “go run” processes can be managed in pods and share some CPU and RAM.

        K8s is helpful to deploy, manage, and scale containers, which often consist of micro-services and their configuration files. When the workload increases or decreases, Kubernetes can handle the situation automatically.

        As a result, an important security aspect of Kubernetes is access control. Any misconfiguration can lead to unwanted disclosures and attackers could even use them to escape containers and escalate privileges. Besides, Kubernetes provides APIs, CLI commands, and user interfaces that could be attractive for hackers.

        Cyble explained its scan “does not necessarily imply that all exposed instances are vulnerable to attacks or will lead to the loss of sensitive data,” but “emphasizes the existence of seemingly simple misconfiguration practices that might make companies lucrative targets for TAs in the future.”

      • eSecurity PlanetHacking Linux is Easy with PwnKit [Ed: This is patched, unlike the dozens of Microsoft actively-exploited vulnerabilities that are not even patched; selective media slant]

        The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added PwnKit as a high-severity Linux vulnerability to its list of actively exploited bugs.

        Recorded as CVE-2021-4034, with a CVSS score of 7.8/10, PwnKit was discovered by Qualys in November 2021 and can be used by hackers to gain full root control over major Linux distributions.

      • WiredA New, Remarkably Sophisticated Malware Is Attacking Routers | WIRED

        AN UNUSUALLY ADVANCED hacking group has spent almost two years infecting a wide range of routers in North America and Europe with malware that takes full control of connected devices running Windows, macOS, and Linux, researchers reported on June 28.

      • Bruce SchneierZuoRAT Malware Is Targeting Routers
      • Privacy/Surveillance

        • AccessNowWhy Kenyans should say no to biometrics for SIM card registry - Access Now

          “Avoid disconnection, update your SIM registration details.” This is the message that Kenyans have been seeing for months. Kenyan telcos have been threatening to disconnect people from mobile phone and internet services if they do not provide new data, including facial images — part of their personal, unchangeable biometrics. The companies claimed it was required under the Kenya Information and Communications (Registration of SIM-Cards) Regulations, 2015. In fact, that’s a gross misrepresentation of the law. Collecting biometric data for a SIM card puts people at risk of privacy violations, data breaches and abuse, and even identity theft. Kenyans must say no, and oppose any new regulations to authorize it.

          Privacy violations are not new in Kenya. As Access Now has previously highlighted, companies like Safaricom have not only failed to protect subscribers’ personal information, but also refused to take accountability for data breaches. Here’s a look at what’s happened so far in Kenya, details on the push to authorize biometric data collection, and what Kenyans can do now to oppose it.

    • Monopolies

      • Copyrights

        • Public KnowledgeMarking A Win for Free Expression Online, Copyright Office Finds that New Forms of Copyright Would Not Benefit Journalism - Public Knowledge

          Today, the U.S. Copyright Office published its report on “Copyright Protections for Press Publishers,” concluding that the publishing industry already benefits from significant protections under existing law and does not require any new copyright protections, including a new ancillary copyright like the one currently implied in the “Journalism Competition and Preservation Act.” Public Knowledge applauds the Copyright Office for conducting a robust inquiry into the questions and providing balanced, nuanced insights into the issue.

          The following can be attributed to Meredith Rose, Senior Policy Counsel at Public Knowledge:

          “The Copyright Office’s report today made one thing crystal clear: Copyright law is neither the source of, nor the solution to, the crisis facing journalism in the United States. The Office also helpfully notes that creating an ancillary right (such as a right to prevent outside linking to content) would go far beyond the bounds of existing copyright law, would likely be unable to accommodate basic free speech protections, and would otherwise raise constitutional concerns.

  • Gemini* and Gopher

    • Personal

      • SpellBinding: GINOYWR Wordo: GRAFT
      • Modern Art

        So the fash are on their “modern art is bad” spree again and I’m seeing a lot of comrades speaking out in defense of modern art and that’s great because I love modern art but two things:

        First, the fascists started out rejecting but ended up coopting modern art (Hartwig comes to mind). Second, let’s be careful so we don’t make aesthetics education a shibboleth for gatekeeping. Uh, that came out a li’l bit jargony but what I mean is I don’t want “lol those grobians don’t get this stuff, we’re so clever” because then people who don’t get modern art will be like “oh ok I guess the left is not for me, bye“.

        [...]

        Like these days when we have Frozen and Doom and Jimi Hendrix and pop rocks and acid and Glass Teeth and Adventure Time and Tetris and the Monkees, now maybe cubism and modernism and neoplasticism don’t look so special but back in the day we were dropping our jaws down to the god damned basement seeing this stuff.

        Haussmann’s boulevards had just obliterated Paris and subjected us to the modern city. It was an era of spirits and aliens and evolution and evil flowers and Little Nemo in Dreamland and our brains were on the god damned floor seeing this stuff.

    • Technical

      • On choosing a text editor

        When I was young, I read an excerpt from a book about a child who was becoming a pearl diver. I can’t find its source (it turns out that there are many children’s books about pearl divers), but the scene has stuck with me with a dreamlike combination of haziness and crystal-clarity.

        A child (or young man?) had to choose between donning a hooded suit of cotton or covering himself with hot oil to protect himself (from what?) in the water while diving for pearls (or maybe something else?). This was presented as a momentous decision: you were either a cotton suit diver, or a hot oil diver, and whatever you picked for your first dive decided which it was going to be. I think the protagonist chose oil?

      • Behind The Scenes

        Today we'll talk about the Gemini server that powers this capsule and runs on an ESP32 development board. (All code is simplified and some uninteresting parts are omitted.)

      • Mobile Musings



        It occurred to me today that as of Monday, I've been using my current smartphone--the Samsung Galaxy Note 8--for four and a half years. That is quite a bit longer than I expected to use it; I'd used my previous smartphone for three and a half years, and it was in pretty bad shape by the time I retired it. My Note 8 certainly isn't in mint condition: its battery life has been reduced to about 24 hours of standby time, its body has many scratches and scuffs, and its screen has noticeable burn-in from the keyboard and on-screen navigation buttons (a featured I always disliked). The software on the phone, however, runs quite well, and the phone shows no apparent slowdown.

      • Internet/Gemini

        • Bombo fork cert skipping, and TLS critique

          The host is Sean, and I presume he the father of Gemini. This is a worrying development in light of the fact that his capsule says: I'm no longer involved with the Gemini development, so all the tests and tools that were here are have been re- moved. Why doesn't matter. I've been told to shut up, sit down, and let the adults in the room talk. You have been warned. Ouch.

      • Programming

        • FBInfer reduced our product crash by 50%

          Just want to share how powerful this tool is. Infer[1], or FBInfer (since it's written by Facebook), is a static analyzer that can detect cross-function logic errors and potential data race in C, C++ and Objective-C. Which is just amazing.

        • How to host git repos

          In honor of World Give Up GitHub day, here’s a quick guide to how to serve up your own git repos.


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



Recent Techrights' Posts

Richard Stallman's Next Public Talk is on Friday, 17:30 in Córdoba (Spain), FSF Cannot Mention It
Any attempt to marginalise founders isn't unprecedented as a strategy
Stefano Maffulli's (and Microsoft's) Openwashing Slant Initiative (OSI) Report Was Finalised a Few Months Ago, Revealing Only 3% of the Money Comes From Members/People
Microsoft's role remains prominent (for OSI to help the attack on the GPL and constantly engage in promotion of proprietary GitHub)
[Video] Online Brigade Demands That the Person Who Started GNU/Linux is Denied Public Speaking (and Why FSF Cannot Mention His Speeches)
So basically the attack on RMS did not stop; even when he's ill with cancer the cancel culture will try to cancel him, preventing him from talking (or be heard) about what he started in 1983
 
DebConf8: who slept with who? Rooming list leaked
Reprinted with permission from disguised.work
Bruce Perens & Debian: swiping the Open Source trademark
Reprinted with permission from disguised.work
Ean Schuessler & Debian SPI OSI trademark disputes
Reprinted with permission from disguised.work
Windows in Sudan: From 99.15% to 2.12%
With conflict in Sudan, plus the occasional escalation/s, buying a laptop with Vista 11 isn't a high priority
Anatomy of a Cancel Mob Campaign
how they go about
[Meme] The 'Cancel Culture' and Its 'Hit List'
organisers are being contacted by the 'cancel mob'
IRC Proceedings: Monday, April 22, 2024
IRC logs for Monday, April 22, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Don't trust me. Trust the voters.
Reprinted with permission from Daniel Pocock
Chris Lamb & Debian demanded Ubuntu censor my blog
Reprinted with permission from disguised.work
Ean Schuessler, Branden Robinson & Debian SPI accounting crisis
Reprinted with permission from disguised.work
William Lee Irwin III, Michael Schultheiss & Debian, Oracle, Russian kernel scandal
Reprinted with permission from disguised.work
Microsoft's Windows Down to 8% in Afghanistan According to statCounter Data
in Vietnam Windows is at 8%, in Iraq 4.9%, Syria 3.7%, and Yemen 2.2%
[Meme] Only Criminals Would Want to Use Printers?
The EPO's war on paper
EPO: We and Microsoft Will Spy on Everything (No Physical Copies)
The letter is dated last Thursday
Links 22/04/2024: Windows Getting Worse, Oligarch-Owned Media Attacking Assange Again
Links for the day
Links 21/04/2024: LINUX Unplugged and 'Screen Time' as the New Tobacco
Links for the day
Gemini Links 22/04/2024: Health Issues and Online Documentation
Links for the day
What Fake News or Botspew From Microsoft Looks Like... (Also: Techrights to Invest 500 Billion in Datacentres by 2050!)
Sededin Dedovic (if that's a real name) does Microsoft stenography
[Meme] Master Engineer, But Only They Can Say It
One can conclude that "inclusive language" is a community-hostile trolling campaign
[Meme] It Takes Three to Grant a Monopoly, Or... Injunction Against Staff Representatives
Quality control
[Video] EPO's "Heart of Staff Rep" Has a Heartless New Rant
The wordplay is just for fun
An Unfortunate Miscalculation Of Capital
Reprinted with permission from Andy Farnell
Online Brigade Demands That the Person Who Made Nix Leaves Nix for Not Censoring People 'Enough'
Trying to 'nix' the founder over alleged "safety" of so-called 'minorities'
[Video] Inauthentic Sites and Our Upcoming Publications
In the future, at least in the short term, we'll continue to highlight Debian issues
List of Debian Suicides & Accidents
Reprinted with permission from disguised.work
Jens Schmalzing & Debian: rooftop fall, inaccurately described as accident
Reprinted with permission from disguised.work
[Teaser] EPO Leaks About EPO Leaks
Yo dawg!
On Wednesday IBM Announces 'Results' (Partial; Bad Parts Offloaded Later) and Red Hat Has Layoffs Anniversary
There's still expectation that Red Hat will make more staff cuts
IBM: We Are No Longer Pro-Nazi (Not Anymore)
Historically, IBM has had a nazi problem
Bad faith: attacking a volunteer at a time of grief, disrespect for the sanctity of human life
Reprinted with permission from Daniel Pocock
Bad faith: how many Debian Developers really committed suicide?
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, April 21, 2024
IRC logs for Sunday, April 21, 2024
A History of Frivolous Filings and Heavy Drug Use
So the militant was psychotic due to copious amounts of marijuana
Bad faith: suicide, stigma and tarnishing
Reprinted with permission from Daniel Pocock
UDRP Legitimate interests: EU whistleblower directive, workplace health & safety concerns
Reprinted with permission from Daniel Pocock
Links 21/04/2024: Earth Day Coming, Day of Rest, Excess Deaths Hidden by Manipulation
Links for the day
Bad faith: no communication before opening WIPO UDRP case
Reprinted with permission from Daniel Pocock
Bad faith: real origins of harassment and evidence
Reprinted with permission from Daniel Pocock
Links 21/04/2024: Censorship Abundant, More Decisions to Quit Social Control Media
Links for the day
Bad faith: Debian Community domain used for harassment after WIPO seizure
Reprinted with permission from Daniel Pocock
If Red Hat/IBM Was a Restaurant...
Two hours ago in thelayoff.com
Why We Republish Articles From Debian Disguised.Work (Formerly Debian.Community)
articles at disguised.work aren't easy to find
Google: We Run and Fund Diversity Programs, Please Ignore How Our Own Staff Behaves
censorship is done by the recipients of the grants
Paul Tagliamonte & Debian Outreachy OPW dating
Reprinted with permission from disguised.work
Disguised.Work unmasked, Debian-private fresh leaks
Reprinted with permission from disguised.work
[Meme] Fake European Patents Helped Fund the War on Ukraine
The European Patent Office (EPO) does not serve the interests of Europe
European Patent Office (EPO) Has Serious Safety Issues, This New Report Highlights Some of Them
9-page document that was released to staff a couple of days ago
IRC Proceedings: Saturday, April 20, 2024
IRC logs for Saturday, April 20, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Microsoft-Run FUD Machine Wants Nobody to Pay Attention to Microsoft Getting Cracked All the Time
Fear, Uncertainty, Doubt (FUD) is the business model of "modern" media
Torvalds Fed Up With "AI" Passing Fad, Calls It "Autocorrect on Steroids."
and Microsoft pretends that it is speaking for Linux
Gemini Links 21/04/2024: Minecraft Ruined
Links for the day