Bonum Certa Men Certa

Links 15/08/2022: EasyOS 4.3.4, Alternatives to Google Finance



  • GNU/Linux

    • Videos/Shows

      • David RevoyTutorial: an Illustration from A to Z with Krita

        And here is the long 1h22min Krita video tutorial fully commented as I promised on the last blog post with the artwork.

        It's a real full lenght course suited to beginners, but also advanced digital painters. It starts from scratch with default set of brushes, preferences and break-down all the process. The repetitive parts while painting were all accelerated and can be skipped easily (a timer in overlay appears on display) Check the Timeline codes under to navigate in the video.

        Subtitle are unfortunately not available, sorry for my (heavy) French accent and poor vocabulary. It was too long to write them this time. I hope the auto generation will work and you'll have not a lot of trouble to understand me mumbling sometime.

      • VideoThe Linux Phone - Invidious

        It's been a couple years since the first Linux phone came out and I bought a Pinephone Pro in Jan of this year to follow back up on it.

      • VideoHaskell, GTK and CSS Theming (Give Your Apps Style!) - Invidious

        In a two previous videos, I created a very simple GTK app using Haskell. In the first video, I created the app (which I named "byebye") in 30 minutes and I wrote it in such a way as to be as "gentle" an introduction to Haskell and GTK as I could be. In a second video, I refactored the code so it would be less lines and cleaner code. In this third video, I adding some new functionality to "byebye", namely the ability to read a config file and the ability to use CSS for theming.

      • VideoShould you only buy Linux-native hardware? Ft. Jay LaCroix and Ryan DasGeek - Invidious

        What do Ryan DasGeek from @TuxDigital Jay from @Learn Linux TV have to say about buying hardware? "Buy native Linux hardware from vendors that actually ship Linux."

      • Linux User Space: Episode 3:04: The Endeavour Endeavor

        0:00 Cold Open 1:44 Is EndeavourOS Arch? 11:06 The Intro to the History of EndeavourOS 13:00 2019 27:36 2020 34:09 2021 42:21 2022 50:31 Our Thoughts on EndeavourOS 1:10:52 Community Focus: Linux Saloon 1:14:35 App Focus: trash-cli 1:20:54 Next Time 1:24:16 Stinger

    • Kernel Space

      • ZDNetLinux 6.0 arrives with performance improvements and more Rust coming [Ed: The slant from Microsoft's booster Liam Tung.]

        Linux creator Linus Torvalds has announced the first release candidate for the Linux kernel version 6.0, but he says the major number change doesn't signify anything especially different about this release.

        While there is nothing fundamentally different about this release compared with 5.19, Torvalds noted that there were over 13,500 non-merge commits and over 800 merged commits, meaning "6.0 looks to be another fairly sizable release." According to Torvalds, most of the updates are improvements to the GPU, networking and sound.

        Torvalds stuck to his word after releasing Linux kernel 5.19 last month, when he flagged he would likely call the next release 6.0 because he's "starting to worry about getting confused by big numbers again".

    • Applications

      • Linux LinksBest Free and Open Source Alternatives to Google Finance

        Google Finance is a website focusing on business news and financial information. It provides real-time market quotes, international exchanges, financial news, and analytics.

        We recommend the best free and open source alternatives to Google Finance.

    • Instructionals/Technical

      • OSTechNixCheck Disk Space Usage In Linux Using Ncdu - OSTechNix

        This guide explains what is Ncdu, how to install Ncdu in various Linux distributions and how to use Ncdu to check disk space usage in Linux and Unix operating systems with examples.

      • DebugPointHow to Install and Use GNOME Nightly Apps

        These GNOME apps are the development version of the native GNOME applications. They are usually unstable since its being developed and features are added continuously.

        That means these apps you get to test and report any issues to the developers. Also, you get to experience the new features before it arrives in stable releases.

      • ID RootHow To Install Darktable on Linux Mint 21 - idroot

        In this tutorial, we will show you how to install Darktable on Linux Mint 21. For those of you who didn’t know, Darktable is an open source photography workflow application and raw developer. It manages your digital negatives in a database, lets you view them through a zoomable lighttable, and enables you to develop raw images and enhance them. In addition to basic RAW conversion, Darktable is equipped with various tools for basic and advanced image editing.

        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 a Darktable on Linux Mint 21 (Vanessa).

      • HowTo ForgeHow to Setup SaltStack Master and Minion on Rocky Linux

        Salt or Saltstack is an open-source IT automation framework that allows administrators to execute commands remotely to multiple machines directly. Salt is mainly written in Python and designed with Master and Minion architecture. SaltStack master is the central controller of Salt configuration management, and Minions are servers managed by SaltStack Master, or you named minions as target servers.

        SaltStack master is running on Linux OS by default, but minions can be any operating system. Saltstack is revolutionary configuration management for automation deployment, remote task execution, and infrastructure as code. SaltStack also can be used to provision multiple infrastructure servers, this includes physical and virtual servers, and also the cloud.

        By following this guide, you will install SaltStack Master and Minion on Rocky Linux servers. Also, you will learn how to use Salt for running Arbitrary commands from SaltStack Master against Salt Minions. And at the end, you will also learn how to create a Salt state for installing the basic LEMP Stack (Linux, Nginx, MariaDB, and PHP-FPM).

      • HowTo ForgeLinux Gunzip Command Explained with Examples

        We have already discussed the gzip command in Linux. For starters, the tool is used to compress or expand files. To uncompress, the command offers a command line option -d. However, there's an entirely different tool that you can use for uncompressing or expanding archives created by gzip. The tool in question is gunzip. In this article, we will discuss the gunzip command using some easy to understand examples.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Programming/Development

      • Status update, August 2022 €· emersion

        This month I’ve been pondering offline-first apps. The online aspect of modern apps is an important feature for many use-cases: it enables collaboration between multiple people and seamless transition between devices (e.g. I often switch between my personal workstation, my laptop, and my phone). However many modern apps come with a cost: often times they only work with a fixed proprietary server, and only work online. I think that for many use-cases, allowing users to pick their own open-source server instance and designing offline-friendly apps is a good compromise between freedom and ease-of-use/simplicity. Not to say that peer-to-peer or fully distributed apps are always a bad choice, but they come at a significantly higher complexity cost, which makes them more annoying to both build and use.

        The main hurdle when writing an offline-first app is synchronization. All devices must have a local copy of the database for offline use, and they need to push changes to the server when the device comes online. Of course, it’s perfectly possible that changes were made on multiple devices while offline, so some kind of conflict resolution is necessary. Instead of presenting a “Oops, we’ve got a conflict, which version would you like to keep?” dialog to the user, it’d be much nicer to just Do The Right Thingâ„¢. CRDTs are a solution to that problem. They look a bit scary at first because of all of the obscure naming (PN-Counter? LWW-Element-Set? anyone?) and intimidating theory in papers. However I like to think of CRDTs as “use this one easy trick to make synchronization work well”, and not some kind of complicated abstract machinery. In other words, by following some simple rules, it’s not too difficult to write well-behaved synchronization logic.

        So, long story short, I’ve been experimenting with CRDTs this month. To get some hands-on experience, I’ve started working on a small hacky group expense tracking app, seda. I’ve got the idea for this NPotM while realizing that there’s no existing good open-source user-friendly collaborative offline-capable (!) alternative yet. That said, it’s just a toy for now, nothing serious yet. If you want to play with it, you can have a look at the demo (feel free to toggle offline mode in the dev tools, then make some changes, then go online). There’s still a lot to be done: in particular, things gets a bit hairy when one device deletes a participant and another creates a transaction with that user at the same time. I plan to write some docs and maybe a blog post about my findings.

      • Ruben SchadeRubenerd: Too hard? Take more steps

        As my favourite software lecturer used to say, it’s better to be clear than clever. He was talking about code reviews, but it easily applies to tasks you assign yourself. We all think we’re clever, but “do X” in your task manager feels far less intimidating if it has “do A, B, and C” subtasks underneath.

      • Matt RickardThe Unreasonable Effectiveness of Makefiles

        Few tools walk the right line between declarative and imperative like make.

      • Perl / Raku

      • Python

        • Ubuntu PitC++ vs Python: Get The Right Tool in 2022

          While C++ is the pioneer of object-oriented languages, Python is one of the newer languages that has hit peak popularity due to its easy-to-understand syntax, among a ton of other benefits. That said, it is valid to draw a comparison between C++ vs Python as they are both high-level programming languages with similar uses.

          Although one can use both languages to develop real-time dynamic applications, C++ and Python can be seen to go on different paths as most prefer C++ for general applications, and Python users often get a kick out of developing web applications. If this piques your interest or if you are trying to choose which to learn, stick on because that’s why we are here today!

    • Standards/Consortia

      • 3 Factors Why WebRTC Will Succeed in 2022

        Your clients are global, and they expect to have access to the skills of your staff globally as well. Even when workers are collaborating remotely, there must be no interruptions. Even though your organization purchased licenses for everyone to use a video conferencing program, nobody feels as if they are cooperating properly. How can businesses engage remote workers and consumers who want experiences that are given “now here, right now” and without any delays or interruptions?

        [...]

        If you’re not aware of WebRTC, it allows for native real-time media connections between devices and browsers, including audio, video, and data transmission. As a result, users may instantaneously interact inside a web browser or app without the need for complicated plug-ins or other applications.

  • Leftovers

    • Hardware

      • Ruben SchadeRubenerd: Q&A about my NW-A55 Walkman

        My recent Walkman post generated a ton of email and comments; thanks to most of you for sharing your ideas and questions!

        I say most, because it seemed to attract more trolls than anything I’ve written in a long time. It’s disheartening to have something you enjoyed (and tried to share with people) immediately shat on by those who don’t even bother to read it. At times it makes me wonder why I even blog in the first place; but then I remember all the rest of you :).

      • CNX SoftwareThin Mini-ITX networking board features six 2.5GbE ports, Celeron J6412 Elkhart Lake SoC - CNX Software

        Jetway says the thin mini-ITX networking board support Windows 10, Windows 11, and Linux, and recommends models with the 32GB eMMC flash to boot Windows 10 for some reasons… Looking into the datasheet, we find a longer list of operating systems, even adding some BSD distributions with Win10 64-bit, Win 10 IoT Enterprise 64-bit LTSC 2019, CentOS (Version 9), Debian (Version 11.3), Fedora LXDE, Workstation, or Server (Version 36.1.5), OpenSUSE (Version 15.4), Ubuntu 22.04 Desktop/Server, pfSense (Version 2.6.0), TrueNAS (FreeNAS) (Version 13.0), RedHat Enterprise (Version 9.0), and OPNSense (Version 22.1.2).

      • John Goerzen John Goerzen: The Joy of Easy Personal Radio: FRS, GMRS, and Motorola DLR/DTR

        From my own experience, as a person and a family that enjoys visiting wilderness areas, having radio communication is great. I have also heard from others that they’re also very useful on cruise ships (I’ve never been on one so I can’t attest to that).

        There is also a sheer satisfaction in not needing anybody else’s infrastructure, not paying any sort of monthly fee, and setting up the radios ourselves.

    • Health/Nutrition/Agriculture

      • UW study strengthens evidence of link between air pollution and child brain development | UW News

        Air pollution is not just a problem for lungs. Increasingly, research suggests air pollution can influence childhood behavioral problems and even IQ. A new study led by the University of Washington has added evidence showing that both prenatal and postnatal exposure to air pollution can harm kids.

        The study, published in Environmental Health Perspectives, found that children whose mothers experienced higher nitrogen dioxide (NO2) exposure during pregnancy, particularly in the first and second trimester, were more likely to have behavioral problems.

    • Proprietary

      • Liam ProvenMS-DOS was *not* an illegal clone of CP/M

        Later on, MS abused that power repeatedly, stole code, copied ideas, unfairly pushed rivals out of business, and generally became a bully and a criminal. MS effectively killed Be, Netscape, and Central Point Software; it crippled Aldus and STAC; and many more.

    • Security

      • Security WeekGoogle Boosts Bug Bounty Rewards for Linux Kernel Vulnerabilities [Ed: This is the very same Google that put NSA-weakened encryption inside the Linux kernel before it got yanked out months later]

        Google is once again boosting the maximum bounty payouts for Linux vulnerabilities reported as part of its open-source Kubernetes-based capture-the-flag (CTF) vulnerability rewards program (VRP).

        Called kCTF, the program was launched in 2020 to provide security researchers with the means to report vulnerabilities in the Google Kubernetes Engine (GKE), for which they receive a flag.

        “All of GKE and its dependencies are in scope, but every flag caught so far has been a container breakout through a Linux kernel vulnerability. We’ve learned that finding and exploiting heap memory corruption vulnerabilities in the Linux kernel could be made a lot harder,” Google notes.

      • PostgreSQLPostgreSQL: PostgreSQL JDBC versions 42.4.1/42.2.26 Security Update

        The PostgreSQL JDBC team have released 42.2.26 and 42.4.1 to address a security issue: CVE-2022-31197. This is only an issue if you are using ResultSet.refreshRow()

        Previously, the column names for both key and data columns in the table were copied as-is into the generated SQL. This allowed a malicious table with column names that include statement terminator to be parsed and executed as multiple separate commands. More information about this security advisory is available here

        Thanks to Sho Kato https://github.com/kato-sho for finding and reporting the issue

      • LWNSecurity updates for Monday

        Security updates have been issued by Debian (trafficserver), Fedora (freeciv, gnutls, kernel, libldb, mingw-gdk-pixbuf, owncloud-client, rust-ffsend, samba, thunderbird, and zlib), Gentoo (apache, binutils, chromium, glibc, gstreamer, libarchive, libebml, nokogiri, puma, qemu, xen, and xterm), Mageia (golang, libtiff, poppler, python-django, and ruby-sinatra), Red Hat (.NET 6.0 and .NET Core 3.1), SUSE (chromium, cifs-utils, kernel, open-iscsi, and trousers), and Ubuntu (webkit2gtk).

      • Bruce Schneier$23 Million YouTube Royalties Scam

        Scammers were able to convince YouTube that other peoples’ music was their own. They successfully stole $23 million before they were caught.

        No one knows how common this scam is, and how much money total is being stolen in this way. Presumably this is not an uncommon fraud.

      • Privacy/Surveillance

        • CoryDoctorowThe FTC takes aim at commercial surveillance

          The biggest fallacy in the online privacy is that there is a difference between "state surveillance" and "commercial surveillance." Bizarrely, it's a fallacy that is widely held by both government snoops and Big Tech snoops.

          Many's the time I've spoken to a DC audience about privacy, only to have an audience member say, "I'm OK with Uncle Sam spying on me – after all, I've already given up every sensitive scrap of information about my personal life to the Office of Personnel Management when I applied for security clearance. But I don't want my money going to Google – those bastards would sell their mothers out for a nickle."

          Meanwhile, in Silicon Valley, I hear, "I don't care if Google has my data – they just want to show me better ads. But the US government? Hell no! Those govies and their profiteering private contractor pals are all too stupid to get jobs at real tech companies and who knows what they're going to do with my data?"

        • Public KnowledgeHiding OUT: A Case for Queer Experiences Informing Data Privacy Laws - Public Knowledge

          Anti-queer hate crimes are at an all-time high. Murders of transgender and gender-nonconforming people have skyrocketed year over year since 2016.

    • Environment

    • Finance

      • To tackle the cost of living we need to align banks with public purpose - Positive Money

        With inflation high, public spending and central bank ‘money printing’ has become the scapegoat, leading to calls for spending cuts and/or higher interest rates to combat it. This not only overlooks how inflation is being driven primarily by supply shocks beyond our immediate control, but also the fact that most of the money in our economy is not ‘printed’ by the state, but created by private banks when they make loans – the vast majority of which goes towards bidding up the price of existing assets (including commodities we rely on) rather than increasing the economy’s productive capacity.

      • Michael West MediaJames Packer's email spray is more than a falling out among casino mates - Michael West

        Even when the rich and powerful fall out, the house – their wealth – always wins. Michael Sainsbury examines the latest goings on surrounding Sydney’s Crown Casino.

        The grubby nexus between Australian business, politics and the mainstream media has been laid bare in a leaked series of explosive emails from James Packer to senior Nine Entertainment executives, journalists and chairman Peter Costello.

        The emails alleged that Costello was paid as a secret Crown lobbyist in 2011 for a year, a claim he denies.

        Packer said that Costello’s role was to bring Packer “closer” to then Victorian gaming minister Michael O’Brien, his friend and former staffer. The job was undertaken while Costello was on the board of Future Fund and not disclosed on the national lobbyist register. He was elevated to Future Fund chair in 2014 and remains in the position which would also seem at odds with his role at Nine.

      • Michael West MediaScott Morrison, pimpernel PM, is the gift that keeps giving - Michael West

        Why is Scott Morrison hanging around? The weekend revelations that Morrison swore himself in to multiple portfolios without notifying the nation has sparked cries of outrage, in the political class at least.

        Morrison had himself sworn in as a spare health minister during the first months of the Covid pandemic and also held the finance and resources portfolios during different periods in 2020 and 2021.

  • Gemini* and Gopher

    • Personal

      • Ramblings about myself cuz thats who I know the best ig

        I just got back from work after summer vacation. I say work, but it's really just a paid internship. School starts again in 3 weeks, and I cannot wait. This job is so boring, and I feel so unwelcome. At the same time, I do get paid, so I feel like I can't be too ungrateful. It's a big industry, and it always comes down to "Who can take care of the intern" and everyone looks down and avoids eye contact. I feel like I just get in people's way. Anyhow, It's good money for someone who hasn't really made any on their own.

        I want to go back to school, finish my education and start life for real. It feels like life is in some kind of transition state, just waiting for something real to begin. I have yet to figure out what, but I just yearn for something new, something to take me somewhere I've never been before, somewhere interesting.

      • SpellBinding: GILNUYW Wordo: SNOEK
    • Technical

      • Counting Computers



        My newest laptop is a refurbished 2-in-1 I got from a friend. A few of the keys are finicky, and he needed to type reliably for his job. He gave it to me, since I had worked on his other computers before. The work? Installing Linux on every one of his machines. He's far from tech-savvy; he just got fed up with the eternal update cycle and vows never to return to Windows. Anytime he gets a new computer he calls me up to ask me to install Linux for him: even when I'm on the other side of the world.

        It's currently my main laptop. It's the fastest computer I have, so it's used for watching videos, compiling software, and playing video games.

        [...]

        The desktop was given to me by a relative. I mostly use it for writing when I want to avoid any distractions. It's disconnected from the Internet most of the time.

      • Science

      • Programming

        • Borgmatic and snapper, part 2

          In this article, I go over some improvements from our previous venture with borgmatic and snapper. My previous (and rather janky) approach was not only unnecessary but inefficient. As borg caches based on absolute filepaths, having a stable location is superior to changing it everytime. Further, if you are backing up multiple users (even if it's just root and your own user), it's probably best to run all the scripts as root. Permissions will be preserved, so you shouldn't have to worry about that (though you need root to extract the archives obviously).


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



Recent Techrights' Posts

Slopwatch: Brittany Day and Brian Fagioli Are Still at It, Googlebombing "Linux" With LLM Slop (Taking Away Traffic From the Articles They're Plagiarising)
Some more sites that used to cover GNU/Linux have turned into slopfarms
[Meme] Being High on Drugs Isn't Happiness (Likewise, Being a "Star" in Social Control Media is Temporary)
Many entities - or people - will regret telling everybody "follow me on Twitter"
 
Gemini Links 12/01/2025: No Country For Old Men, Burned Homes, and "Planet P is Clean"
Links for the day
Links 12/01/2025: Microsoft Admits It's Laying Off Staff Only Where Staff is "Expensive" (Race to the Bottom)
Links for the day
[Meme] They Say That RMS Says the "F" Word (Freedom) Too Much...
About 32.7k US dollars are now left for the FSF to raise (in 6 days)
Links 12/01/2025: More Sanctions Against Russia, SCOTUS Signals Fentanylware (TikTok) Ban Will Stay
Links for the day
[Meme] A Jihad Against Servers the User Controls
We need to strive for and work towards greater control by users over "their" servers
Microsoft Azure-Only Bugs in "Linux" Can "Compromise the System."
From ubuntu.com and linux.org a few days ago
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, January 11, 2025
IRC logs for Saturday, January 11, 2025
Gemini Links 12/01/2025: DHL Express Does Not Deliver, Oddmuse Update
Links for the day
Links 11/01/2025: Social Control Media Facing Sanctions, Carter Respected at Funeral
Links for the day
If TikTok (China) Has the Rights of American Persons, Then ByteDance Can be Sentenced to Death
TikTok - like Julian Assange - does not enjoy any protections of the First Amendment and since it's not a person it would lack these protections as an American company, too
After a Year of Layoffs in Microsoft Nigeria (and Microsoft in Africa at Large) Windows Falls to New Lows and Bing Falls to 0.46% "Market Share"
Of course Microsoft gave bribes in Nigeria to suppress GNU/Linux adoption
An Important Lesson About Patents and Patent Maximalism (They Drive People and Companies Away)
This previously happened in Texas, where companies perceived their presence (in any form) to be a liability as patent trolls could drag them to friendly courts and win "damages"
When It Comes to Fentanylware (TikTok), a Digital Weapon of a Hostile Entity, Common Dreams is Jumping the Shark Again (Years After It Ran Out of Steam or Money)
Or maybe it likes the agenda promoted (curated) by Fentanylware (TikTok) and its parent company, Bytedance or Chinese Community Party (CPP)
BetaNews is Now Officially a Spamfarm With Phantom Authors and Fake Text (SPAM and Linkspam Made With LLM Slop)
That's it, the site is virtually dead now (maybe that was the plan all along)
Hazem Abbas of medevel is Ruining His Site With LLM Slop
Some of his articles are original, but now everything is suspect
[Meme] Real and Fake (or "several influential "open source" organizations [which] have come to be dominated by large companies")
The Free Software Foundation has not sold out
Free Software Foundation: Anchoring the FSF in its values
Original by Free Software Foundation
GNU/Linux Surges to All-Time Highs in Greenland, Windows Sinks to All-Time Lows
a lot of GNU/Linux gets detected there lately
Microsoft's "Donald Trump First" Doctrine
national deficits growing
Microsoft in Trouble as Azure Breaks and Only Days After Promising Investment in "Datacentres" Construction of Actual Datacentres Paused (Expect More Azure Layoffs Very Soon)
No wonder many people who got trapped inside Azure quit Azure, which keeps bleeding (losses and layoffs)
Gemini Links 11/01/2025: Wildfire, Militia and the Mole, IRC vs Social Control Media
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, January 10, 2025
IRC logs for Friday, January 10, 2025
Links 10/01/2025: Tata Consultancy Services (TCS) Shrinking, "Not every user owns an iPhone"
Links for the day
Gemini Links 10/01/2025: Oppositional Defiant Disorder and Linux Desktop Setup
Links for the day
[Meme] Donald Trump Will Pay Microsoft Back
bribery administration is 10 days away
statCounter Sees GNU/Linux Tripling in Share in 3 Years in Iran
ChromeOS adoption is low, but then again, nobody buys a Chromebooks with the expectation of better privacy
Using a Popular Ponzi Scheme to Sell Expensive Hardware Mislabelled as "Hey Hi" (AI)
Selling shovels in an age of "gold rush"
Search Engine-Optimised (SEO) Googlebombs Target "Linux", "Ubuntu", and "RISC-V", Still Composed by Bots
the way to defeat LLM slop (trash) is to call out serial sloppers or "repeat plagiarists"
Guardian Digital, Inc (linuxsecurity.com) is Again Spamming or Googlebombing "Linux" and "Security" Using LLM Slop
Guardian Digital is basically a dodgy company. Don't trust Guardian Digital with your security.
Unix Men (or UnixMen) Has Turned Into LLM Slop With Embedded Linkspam, Piggybacking "Linux" for SEO
Welcome to 2025 and the "new" Web
Computers as a Heat Source
suppose you have over a dozen activated monitors in a room or two
Social Control Media and 'Linux' Foundation Accelerate the Death of the Web
Social Control Media is basically a dying business
Links 10/01/2025: Disinformation Sold as "Artificial Intelligence (AI)" and as "Social Media" Now Facing Growing Scrutiny
Links for the day
Linux Foundation Increasingly Reliant on Paid Press Releases, Paid-for Stenography, and Even LLM Slop (Fake 'Articles')
This LLM slop is a big problem both for Linux and for Google
Links 10/01/2025: Scam Altman’s Younger Sister Files Lawsuit Claiming He Sexually Abused Her, Apple Faces Embargo
Links for the day
Gemini Links 10/01/2025: Internet Archive Gopher Search Interface and Falling "in Love With the Small Web"
Links for the day
Starting 2025 on a Strong Note
we ought to find more time to produce our own stories
Entire News Sites Have Become Just the Output of Bots (or Chatbots Disguised as "Authors")
the Web is screwed
Colombian Trends Help Explain Why Microsoft Rushes to Start the Year With Mass Layoffs (Before Some Staff is Even Back to Work!)
No wonder there are mass layoffs (first of GAFAM) as early as week 1 of 2025
LLM Slop and Bot-Generated Marketing for the Linux Foundation and Its Openwashing
Of course it's chaff
Microsoft Gives Money to Trump, Poor or Even Sluggish Adoption of "Hey Hi" (AI) Reported Amid Mass Layoffs
Microsoft now uses its media moles to downplay layoffs and bribes
More IBM Layoffs (2025)
IBM is being scattered away, yet the media barely covers it. It'll just happen "silently" over time.
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, January 09, 2025
IRC logs for Thursday, January 09, 2025