Bonum Certa Men Certa

Links 16/04/2023: digiKam 8.0.0 and PGroonga 3.0.0



  • GNU/Linux

    • Audiocasts/Shows

      • Bryan LundukeThe very first interview about Linux with Linus Torvalds - Oct 28, 1992

        On October 28th, 1992, the first interview about Linux — with Linus Torvalds — was published in a small E-Mail newsletter.

        That newsletter, the aptly named “Linux News”, was written by Lars Wirzenius — a friend, colleague, and fellow student of Linus Torvalds’ at the University of Helsinki.

    • Graphics Stack

      • Free Desktopmesa 23.1.0-rc1
        Hello everyone,
        
        

        I'm happy to announce the start of a new release cycle with the first release candidate, 23.1.0-rc1.

        If you find any issues, please report them here: https://gitlab.freedesktop.org/mesa/mesa/-/issues/new

        The next release candidate is expected in one week, on April 19th.

        Cheers, Eric
    • Instructionals/Technical

      • Dan LangilleWhat runs on the servers at home?

        The last time I did this inventory was 2018. It is time for a refresh.

      • Remy Van ElstOpenVMS 9.2 for x86, Getting Started part 2, auto boot, licenses, PAKs, networking and SSH

        This guide is a summarized / shorter version of the official installation guide. It is tailored for hobbyist usage using VirtualBox and helps you to get set up quickly. Please refer to the official documentation for any questions. The official documentation is targeted at VMWare ESXi, this guide is for VirtualBox.

        This guide is a follow up on part 1 of my guide. You should have an installed system in VirtualBox. Make sure you also have the license files (x86community-20240401.zip) from https://sp.vmssoftware.com.

      • Disassemble all ACPI tables on your system
        $ for i in /sys/firmware/acpi/tables/*; do sudo iasl -p $PWD/$(echo $i | cut -d\/ -f6) $i && sudo chown $USER $(echo $i | cut -d\/ -f6); done
        The fact that Linux exposes the ACPI tables to the user via sysfs makes them a gold mine of valuable hardware information for low-level developers. Looping through each of them and disassembling them all makes them even more valuable.

      • Linux Cloud VPSHow to Install and Secure Redis on AlmaLinux 9

        Redis (or remote dictionary server) is an open-source in-memory data store, NoSQL database that can be used primarily as an application cache or database.

      • Linux Host SupportHow To Install Apache Spark on AlmaLinux 9

        In this tutorial, we are going to explain in step-by-step detail how to install Apache Spark on AlmaLinux 9 OS. Apache Spark is an open-source unified analytics engine used for data processing large amounts of data.

      • Trend OceansHow to Install a LAMP (Apache, MySQL/MariaDB, PHP) Server on Ubuntu

        Installing LAMP on Ubuntu is simpler than you might think. Check the complete guide to know how you can easily install Apache, MySQL, and PHP on your Ubuntu machine and start building web applications in no time.

      • FOSSLinuxHow to fix the “Read-Only File System” error on Ubuntu

        If you're an Ubuntu user and you've ever encountered the "Read-Only File System" error, you know how frustrating it can be. This error message usually occurs when the file system is set to read-only mode, which means that you cannot make any changes to the files or directories on your system. This can be a serious problem, especially if you need to write or edit files frequently.

      • How to install Android Studio on Debian 12 | 11 Linux

        Developers can install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the terminal commands given here. Google's team is behind the development of a popular IDE i.e Android Studio so that developers can create Android applications easily.

      • Setup Snap Store in Debian 12 Bookworm Linux

        To easily get a wide range of free and open-source software using the Snap Store GUI on Debian 12 Bookworm, here are the commands to install it using the terminal.

      • Steps to Reset your Root Password in Debian 12 bookworm Linux

        Handling multiple Linux systems or once in a while, there might be chances of forgetting the root user password. If so, here is the article to reset the root password on Debian 12 Linux (bookworm) servers or desktops.€  € 

      • Linux CapableMySQL IF ELSE with Concepts and Examples

        Are you looking to harness the power of conditional logic in your MySQL queries? Look no further! In this article, we'll explore the concepts of IF ELSE statements in MySQL, learn how to write them and dive into examples you can apply in your work.

      • Linux CapableHow to Install Yarn on Fedora Linux

        Yarn is a fast, reliable, and secure package manager for JavaScript designed to provide users with an efficient and seamless way to manage their project dependencies. Created as a response to the shortcomings of the npm package manager, Yarn has quickly gained popularity among developers for its innovative approach to dependency management.

      • Linux CapableHow to Switch Git Branch

        Git, a powerful version control system, allows developers to manage their code effectively by creating and managing multiple branches within a repository. Branches provide a way to work on different features, bug fixes, or experimental code without affecting the main codebase.

      • Linux CapableHow to Install Node.js on Fedora Linux

        Node.js is a powerful, open-source, cross-platform JavaScript runtime environment that allows developers to build server-side applications using JavaScript. Initially released in 2009 by Ryan Dahl, Node.js has become an essential tool for developers across the globe, enabling them to create high-performance, scalable, and versatile applications.

      • Linux CapableHow to Install Calibre on Ubuntu 22.04 | 20.04

        Calibre is a powerful and versatile open-source e-book management software that has been a game-changer for avid readers and e-book enthusiasts. Designed by Kovid Goyal, Calibre offers a one-stop solution to all your e-book needs, making it an essential tool for anyone with an extensive digital library.

      • Linux Cloud VPSHow to Install and Secure Redis on AlmaLinux 9

        Redis (or remote dictionary server) is an open-source in-memory data store, NoSQL database that can be used primarily as an application cache or database. Redis stores its data in memory so that it can deliver unparalleled speed, reliability, and performance.

      • Linux.orgLFCS – Setting up a DHCP Server
        Most people may not deal directly with a Dynamic Host Control Protocol (DHCP) Server. Everyone will connect to the internet at times and their device is assigned an IP Address. A DHCP Server assigns the IP Addresses to devices connecting to the specific network.

      • LinuxTechiHow to Configure FreeIPA Client on Ubuntu 22.04 / 20.04

        FreeIPA is a powerful open-source identity management system that provides centralized authentication, authorization, and accounting services. In this post, we will walk through the steps to configure FreeIPA client on Ubuntu 22.04 / 20.04.

      • Docker Management Command Cheat Sheet

        Docker management commands are used to manage Docker containers, images, networks, volumes, and much more. Using these commands, you can interact with the Docker daemon and run containers, build and push images, manage networks and volumes, and perform many other tasks.

      • TechtownTop Keyboard Shortcuts for Windows, macOS, and Linux

        Keyboard shortcuts can significantly increase your productivity by reducing the time spent navigating your computer and performing repetitive tasks. They allow you to access specific features, commands, or functions with just a few keystrokes, streamlining your workflow and enabling you to work more efficiently.

      • TecAdminA Step-by-Step Guide to Secure MySQL Server with SSL/TLS

        Ensuring secure connections to your MySQL databases is vital for protecting sensitive data and maintaining privacy. In this comprehensive guide, we will walk you through the process of configuring MySQL secure connections using SSL (Secure Sockets Layer), helping you establish encrypted communication between clients and servers.

      • Barry KaulerPre-populate SFS .png and .specs files

        The first time that you run 'SFSget', there is a delay of several minutes, while .png and .specs files are downloaded. These correspond to each SFS file available online and provide image and information in the GUI.

        A few people have asked if this delay could be shortened. Yes, it can. Those files go into /mnt/wkg/sfs, and now the '3buildeasydistro' script in woofQ will pre-populate that path with the .png and .specs files, so they don't have to be downloaded.

    • WINE or Emulation

    • Games

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • digiKam 8.0.0 is released

          After two years of development and bugs triage, and tests, the digiKam team is proud to present the new major version 8.0.0 of its open source digital photo manager.

          See below the list of most important features coming with this release.

          A huge Application as digiKam needs good documentation for end users, and is well written with plenty of screen-shots and screen-casts. We have been working many months to migrate and proof-read the old digiKam documentation based on DocBook format to a new architecture, more simple, easy to maintain, and translatable. After 20 years, we left the DocBook manual for the modern Sphinx/ReStructuredText framework. This one is really a pleasure to use by documentation writers.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • University of TorontoSome thoughts on OpenSSH versus SSH

      When I started to write yesterday's entry on how OpenSSH certificates aren't X.509 certificates, I initially titled it as being about 'SSH certificates'. This wouldn't be unusual; Matthew Garrett's article We need better support for SSH host certificates also uses 'SSH' here. I changed my entry's title out of a sense of pickyness, because although OpenSSH is the dominant SSH implementation, it's not the only one. Or maybe it is, depending on your perspective, or at least the only SSH that matters and so we might as well talk about 'SSH certificates'.

    • OMG! LinuxWike is a Wikipedia Reader for Linux Desktops

      Wike is a GTK4/libadwaita Wikipedia reader for Linux. It’s sort of like a site-specific browser for Wikipedia but offers additional features and better integration than a standard browser tab can.

    • The New StackWalkthrough: Bitwarden’s New Secrets Manager

      It was only a matter of time before a popular password manager, such as Bitwarden, would create a secrets manager...

    • SaaS/Back End/Databases

      • PostgreSQLPGroonga 3.0.0 - Multilingual fast full text search

        Hi,

        PGroonga 3.0.0 has been released!

        NOTE: If you're a PGroonga 1.Y.Z user, PGroonga 3.0.0 has an incompatible change! If you're a PGroonga 2.Y.Z user, PGroonga 3.0.0 does NOT have an incompatible change. :-)

        See also release announce blog post: https://groonga.org/en/blog/2023/04/13/pgroonga-3.0.0.html

        About PGroonga

        PGroonga is a PostgreSQL extension that makes PostgreSQL fast full text search platform for all languages! It's released under PostgreSQL license.

      • PostgreSQLDB Doc 10.2 released

        Yohz Software has released DB Doc 10.2, the PostgreSQL schema documentation tool, and is available for immediate download.

    • Programming/Development

      • WrlachNeural networks mystify me

        Neural networks (there really there is nothing “neural” about them) are really not new: I remember hearing about that as an undergraduate in the early 2000s (and I think they were rather old hat even then). At the time, they were pretty much dismissed as a warmed-over model of behaviorism, unlikely to be useful anywhere except perhaps in a few simplistic applications. Based on what I saw at the time, I agreed and basically bought into the idea that computers are mainly useful as an adjunct to human processes, systems and intuition.

      • Jason SwettWhat a flaky test is and why they’re hard to fix

        The fact that the flakiness usually can’t be reproduced locally means that it’s harder to reproduce and diagnose the buggy behavior of the flaky tests.

        In addition to the fact that flaky tests often only flake on CI, the fact that flaky tests don’t fail consistently adds to the difficulty of fixing them.

        Despite these difficulties, I’ve developed some tactics and strategies for fixing flaky tests that consistently lead to success. In this post I’ll give a detailed account of how I fix flaky tests.

      • TecAdminHow to Validate Date String in PHP: Exploring Multiple Options

        Date validation is an essential part of many web applications, as it ensures that users input correct and meaningful dates. PHP, a popular server-side scripting language, offers several functions to help developers validate date strings with ease.

      • TecAdmin12 Tips to Secure Your MySQL Database Server: Best Practices and Techniques

        Securing your MySQL database is vital to protect sensitive data and prevent unauthorized access.

      • Spidermonkey Development Blog: SpiderMonkey Newsletter (Firefox 112-113)

        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 112 and 113 Nightly release cycles.

      • Python

        • James GCS193p

          Flash forward years later and I found myself in love with programming, particularly Python and the web. CS193p was both exactly for what I was looking and not quite right for me at the same time: a demonstration of what was possible with programming, but that was missing the same allure that I found in Python later in my coding journey.

  • Leftovers

    • Science

    • Hardware

      • TediumSocket To Me: Why the processor socket, an important part of most desktop computers, lost its upgrade path as computers became smaller and more integrated.

        The evidence is getting stronger by the day that our computers are becoming less upgradable, with more things soldered on, glued in, and screwed down than ever. Part of this is a side effect of our computers getting smaller, but part of it also is a direct result of the companies that make our computing devices getting more protective over who can open up a machine. One company, whose name rhymes with “map pull,” has even gained a reputation for removing once-common upgradability options like RAM and storage. Because who needs a 512GB SSD anyway? It’s with this in mind that I’d like to frame today’s Tedium around the processor socket, an important part of building a computer from scratch. Make sure you have your pins all lined up. — Ernie @ Tedium

      • Ruben SchadeTower Records in Japan!

        Seeing the No Music No Life merchandise and contemporary English music interspersed with K-Pop and Japanese virtual streamers… it was uncanny.

      • Ben CongdonThe Soul of an Old Machine

        I strongly considered keeping the old MBP as a momento of this now-closed chapter of my life, but ultimately decided on recycling it. One less piece of old hardware sitting around, and hopefully Apple actually is able to salvage some materials from it.

      • Nelson ElhageEfficiency trades off against resiliency

        What’s the “right” level of CPU utilization for a server? If you look at a monitoring dashboard from a well-designed and well-run service, what CPU utilization should we hope to see, averaged over a day or two?

        It’s a very general question, and it’s not clear it should have a single answer. That said, for a long time, I generally believed that higher is always better: we should aim for as close to 100% utilization as we can. Why? Well, anything less than 100% represents unused hardware capacity, which means we’re wasting resources. If a service isn’t maxing out its CPU, we could move it onto a smaller instance or run some additional work on that node.

      • HackadayBetter Laser Cuts: Know Your Kerf

        The recent crop of laser cutters are nothing short of miraculous. For a few hundred dollars you can get a machine that can easily engrave and — subject to materials — cut well, too. [Nate] has been taking advantage of a laser to make boxes that join together using finger joinery. The problem is, the pieces have to fit exactly to get a good box. While setting dimensions in software is fine, you need to account for how much material the laser removes — something traditional woodworkers and machinists know as kerf.

      • HackadayNoninvasive Sensors For Brain–Machine Interfaces Based On Micropatterned Epitaxial Graphene

        As fun as brain-computer interfaces (BCI) are, for the best results they tend to come with the major asterisk of requiring the cutting and lifting of a section of the skull in order to implant a Utah array or similar electrode system. A non-invasive alternative consists out of electrodes which are placed on the skin, yet at a reduced resolution. These electrodes are the subject of a recent experiment by [Shaikh Nayeem Faisal] and colleagues in ACS Applied NanoMaterials employing graphene-coated electrodes in an attempt to optimize their performance.

      • Hackaday3D Printed Tool Lets You Measure Component Reels Easily

        Component reels are a highly-0ptimized packaging format. They deliver components to pick and place machines for effective high-speed assembly. As more of us get into working with SMD components, we’re exposed to them as well. [MG] wanted a way to easily measure tape from component reels, which is difficult because they’re often curled up. Thus, they whipped up a nifty little tool for the job.

      • Tom's HardwareHDD Sales Crater, Drop 35% Year-over-Year

        Unit shipments of nearline drives suffer the most in the first quarter as exascalers remain cautious.

      • HackadayRelive The Glory Days Of Sun Workstations

        When the IBM PC first came out, it was little more than a toy. The serious people had Sun or Apollo workstations. These ran Unix, and had nice (for the day) displays and network connections. They were also expensive, especially considering what you got. But now, QEMU can let you relive the glory days of the old Sun workstations by booting SunOS 4 (AKA Solaris 1.1.2) on your PC today. [John Millikin] shows you how in step-by-step detail.

      • HackadayReal Radar Scope CRT Shows Flights Using ADS-B

        Real-time flight data used to be something that was only available to air traffic controllers, hunched over radar scopes in darkened rooms watching the comings and goings of flights as glowing phosphor traces on their screens. But that was then; now, flight tracking is as simple as pulling up a web page. But where’s the fun in that?

    • Health/Nutrition/Agriculture

    • Proprietary

      • VoxIs Twitter finally dying?

        So Twitter isn’t dead. But it’s getting there.

        If you’re on Twitter today, you’re likely experiencing an app that is more frequently broken, more random, and more unhinged. The site has seen a sustained uptick in outages and bugs. Many users are complaining about seeing more content in the new For You feed that they don’t want to see. There are active neo-Nazis on the platform. And just this week, NPR and PBS, two major news outlets with over 10 million combined followers, stopped using the platform, saying they had lost faith in Musk’s decision-making after he slapped a “government-funded media” label on the accounts.

      • QuartzThe brief, eventful history of Twitter under Elon Musk

        Yesterday (April 14) marks one year since Elon Musk announced his offer to buy Twitter. And what an eventful year it was. First came some backpedaling by Musk, and legal challenges surrounding the acquisition. After the Musk era officially began, there were mass layoffs and changes to the platform...

      • The HillNew Twitter settings could hinder timely storm warnings: National Weather Service

        The National Weather Service (NWS) is warning that Twitter’s limit on automated tweets could hinder its ability to post timely storm and other weather updates.

        The NWS Tsunami Warning Center and several other local NWS offices tweeted out posts alerting their followers that the platform’s new restrictions could prevent them from being able to post all updates about weather events that they normally would.

      • Tom MacWrightThe one about AI

        I feel in the middle, as someone who writes prose and code on a regular basis but also helps guide companies, people, and do other sorts of founder stuff. All I’m saying is, whichever way it turns out, spare me in the revolution.

      • Xe's BlogAutomuse: A System for Generating Fiction Novels

        If you know of any AI/Machine

        Learning scientific journals or academic conferences, I have an academic paper version of this post available here. I would love to submit this paper to be formally published, but I'm not sure where to send it.

      • Chris FerrisPen Testing AWS

        Thirteen pages later, I realized I didn’t write a blog post but a white paper. I was going to post it over at PrimeHarbor, along with a post on how to get an AWS PenTest, but then Nick Jones penned an excellent blog post On AWS Penetration Testing.

      • GreeceCyber gang blackmails Cypriot university to pay $100K [iophk: Windows TCO]

        According to experts, the Medusa ransomware terminates crucial services and processes for Windows operating programs and penetrates file backup systems while targeting mail servers, database servers, and security software.

      • Eric HameleersUpdate available for Chromium 112 to address zero-day exploit

        Chromium, regular and un-googled. Two days ago on friday, Google released an out-of-cycle stable update. This 112.0.5615.121 update addresses and fixes a zero-day exploit (CVE-2023-2033) which is already actively abused.

    • Security

      • Privacy/Surveillance

        • The Register UKRussia-pushed UN Cybercrime Treaty may rewrite global law. It's ... not great

          The UN Cybercrime Treaty, to the extent it gets adopted, is expected to define global norms for lawful surveillance and legal processes available to investigate and prosecute cybercriminals. And what has emerged so far contemplates [PDF] more than 30 new cybercrime offenses, with few concessions to free speech or human rights.

          This fifth negotiating session involves representatives from more than 100 member states trying to come up with draft chapters covering international cooperation, technical assistance, cybercrime prevention, implementation details and other provisions.

    • Defence/Aggression

    • Transparency/Investigative Reporting

      • SalonAmerican prophet: Nearing the end of his life, Daniel Ellsberg can't be confined to the past

        After working inside the U.S. war machinery as a military analyst employed by the RAND Corporation, Ellsberg became its highest-ranking operative to opt out, bravely throwing sand in its gears by revealing the top-secret Pentagon Papers, at risk of spending the rest of his life in prison. That 7,000-page study, an internal Defense Department history of U.S. involvement in Vietnam, exposed lies about U.S. policies that had been told under four successive presidents. During the 52 years since then, Ellsberg has continually provided key information and cogent analysis of the pretexts for U.S. wars, and has also focused on what those wars have actually meant in human terms.

    • Environment

      • Energy/Transportation

        • Federal News NetworkChina auto show highlights intense electric car competition

          Global and Chinese automakers plan to unveil more than a dozen new electric SUVs, sedans and muscle cars this week at the Shanghai auto show, their first full-scale sales event in four years in a market that its developing its own EVs, self-driving cars and other futuristic technology. Global automakers are competing to roll out appealing electric vehicles in the technology’s biggest, most crowded market after the ruling Communist Party invested billions of dollars in subsidies to buy an early lead in an emerging industry. They face intense competition from young but aggressive Chinese brands with fast-developing technology and lower prices.

      • Wildlife/Nature

    • Finance

    • AstroTurf/Lobbying/Politics

    • Censorship/Free Speech

    • Freedom of Information / Freedom of the Press

    • Civil Rights/Policing

    • Internet Policy/Net Neutrality

      • HackadayInternet Of Washing Machines Solves An Annoyance

        [Laurence Tratt]’s washing machine blew up, so he sprung for a brand new model with all the bells and whistles. Of course, these days, that means it has an Internet connection and an API. While we’re not quite convinced our washing machine actually€ needs such a thing, at least [Laurence] is making the most of it by creating an interface to the washer’s API that provides a handy countdown on the computer.

      • RIPEThe Resilience of the Internet in Ukraine - One Year On

        In our earlier analysis of Ukraine back in March 2022, we looked at factors that contributed to the resilience of the country's Internet since the outbreak of the war. A little over a year on, we draw on data from RIPE Atlas and RIPE RIS to investigate what has changed.

      • Obligations Hanging Over Me

        It's been a rather busy month since I last posted. Like most good plots, the plans I had for the month have not survived contact with the enemy. This will be the not entirely happy post for some of it, but there are good parts at the end.

    • Digital Restrictions (DRM)

      • Federal News NetworkName-that-tune game Heardle dropped by Spotify after a year [Ed: If Spotify even profitable? This has been a longstanding problem.]

        Heardle, the name-that-tune game inspired by the Wordle craze, is being dropped by Spotify less than a year after the music-streaming giant acquired it. Spotify confirmed the move in a statement Saturday. Similar to what the New York Times-owned Wordle does with letters, Heardle plays fleeting moments of a song from the Spotify catalog and challenges users to see how quickly they can guess it. Users can then play the song on Spotify. The company acquired the game in July as a means of music discovery. But it said Saturday that it is going to focus on other ways of doing that.

    • Monopolies

      • Copyrights

        • Digital Music NewsSoundtrack Loops Teams Up with Cherry Audio for Charitable ‘Humble Bundle’ Initiative

          Soundtrack Loops produces royalty-free samples, loops, and music for films, creative artists, beat makers, producers, DJs, and music lovers. The company recently announced a charitable partnership with Cherry Audio to create a donation-focused ‘Humble Bundle’.

        • Torrent FreakDMCA Robocops Give 20 Seconds to Comply, But Can't Muster a Reply

          It's not unusual for anti-piracy companies to promote their takedown prowess based on their ability to send out millions of takedown notices every week. The problem, for some, is their deployment of autonomous robocops that give recipients 20 seconds to comply but can't handle a complaint or muster a basic reply.

  • Gemini* and Gopher

    • Personal

    • Technical

      • Internet/Gemini

        • CAPCOM changes

          This month I am working on some substantial changes to the way the public CAPCOM instance hosted at gemini.circumlunar.space works. The "big picture" whereby each month CAPCOM selects 100 random feeds from all those it knows about to aggregate for that month will not change. Therefore most of the changes I'm about to describe will not become visible until May. However, there are some details worth knowing in advance because some people can act upon them now. In approximate order of excitingness...

          [...]

          I hope that in this way CAPCOM will start to respond to the natural ebb and flow of activity in Geminispace in an organic way without any manual attention from either me or from capsule authors. If a feed is permanently abandoned, CAPCOM won't beat its head against that bad URL forever (as it no doubt has been for some dead feeds in recent years), but the feed will be migrated to the inactive list and stay there, so that it will not decrease the odds of actively updated feeds being sampled each month. Eventually, neither time nor bytes will be wasted checking on that feed. If somebody stops updating their capsule for somewhere between six and twelve months for whatever reason but then returns, CAPCOM will notice, set that feed aside for a while to give others more of a chance at exposure, but will then start regularly checking in on the newly active feed again after a modest delay. Even a hiatus of between one and two years will be recovered from with a delay which, while longer than some might consider ideal, is not longer than the hiatus itself. It is not a big problem that CAPCOM might take several months to realise that a previously inactive feed has come back to life; even if it noticed the return immediately, it could easily still take a few months before the feed happened to get sampled as one of the monthly 100. Naturally, feeds which maintain a regular and consistent posting schedule for years on end will remain in the active list for years on end and are likely to get sampled many times. Such a regular feed can still drop off the network for a month or so due to hardware failure or network outages without any lasting consequence.


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



Recent Techrights' Posts

Maria Glukhova, Dmitry Bogatov & Debian Russia, Google, debian-private leaks
Reprinted with permission from disguised.work
Who really owns Debian: Ubuntu or Google?
Reprinted with permission from disguised.work
Keeping Computers at the Hands of Their Owners
There's a reason why this site's name (or introduction) does not obsess over trademarks and such
In May 2024 (So Far) statCounter's Measure of Linux 'Market Share' is Back at 7% (ChromeOS Included)
for several months in a row ChromeOS (that would be Chromebooks) is growing
Links 03/05/2024: Microsoft Shutting Down Xbox 360 Store and the 360 Marketplace
Links for the day
Evidence: Ireland, European Parliament 2024 election interference, fake news, Wikipedia, Google, WIPO, FSFE & Debian
Reprinted with permission from Daniel Pocock
Enforcing the Debian Social Contract with Uncensored.Deb.Ian.Community
Reprinted with permission from Daniel Pocock
Gemini Links 03/05/2024: Antenna Needs Your Gemlog, a Look at Gemini Get
Links for the day
IRC Proceedings: Thursday, May 02, 2024
IRC logs for Thursday, May 02, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Jonathan Carter & Debian: fascism hiding in broad daylight
Reprinted with permission from disguised.work
Gunnar Wolf & Debian: fascism, anti-semitism and crucifixion
Reprinted with permission from disguised.work
Links 01/05/2024: Take-Two Interactive Layoffs and Post Office (Horizon System, Proprietary) Scandal Not Over
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, May 01, 2024
IRC logs for Wednesday, May 01, 2024
Embrace, Extend, Replace the Original (Or Just Hijack the Word 'Sudo')
First comment? A Microsoft employee
Gemini Links 02/05/2024: Firewall Rules Etiquette and Self Host All The Things
Links for the day
Red Hat/IBM Crybullies, GNOME Foundation Bankruptcy, and Microsoft Moles (Operatives) Inside Debian
reminder of the dangers of Microsoft moles inside Debian
PsyOps 007: Paul Tagliamonte wanted Debian Press Team to have license to kill
Reprinted with permission from disguised.work
IBM Culling Workers or Pushing Them Out (So That It's Not Framed as Layoffs), Red Hat Mentioned Repeatedly Only Hours Ago
We all know what "reorg" means in the C-suite
IBM Raleigh Layoffs (Home of Red Hat)
The former CEO left the company exactly a month ago
Paul R. Tagliamonte, the Pentagon and backstabbing Jacob Appelbaum, part B
Reprinted with permission from disguised.work
Links 01/05/2024: Surveillance and Hadopi, Russia Clones Wikipedia
Links for the day
Links 01/05/2024: FCC Takes on Illegal Data Sharing, Google Layoffs Expand
Links for the day
Links 01/05/2024: Calendaring, Spring Idleness, and Ads
Links for the day
Paul Tagliamonte & Debian: White House, Pentagon, USDS and anti-RMS mob ringleader
Reprinted with permission from disguised.work
Jacob Appelbaum character assassination was pushed from the White House
Reprinted with permission from disguised.work
Why We Revisit the Jacob Appelbaum Story (Demonised and Punished Behind the Scenes by Pentagon Contractor Inside Debian)
If people who got raped are reporting to Twitter instead of reporting to cops, then there's something deeply flawed
Free Software Foundation Subpoenaed by Serial GPL Infringers
These attacks on software freedom are subsidised by serial GPL infringers
Red Hat's Official Web Site is Promoting Microsoft
we're seeing similar things at Canonical's Ubuntu.com
Enrico Zini & Debian: falsified harassment claims
Reprinted with permission from disguised.work
European Parliament Elections 2024: Daniel Pocock Running as an Independent Candidate
I became aware that Daniel Pocock had decided to enter politics
Publicly Posting in Social Control Media About Oneself Makes It Public Information
sheer hypocrisy on privacy is evident in the Debian mailing lists
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 30, 2024
IRC logs for Tuesday, April 30, 2024