Bonum Certa Men Certa

Links 19/05/2022: Rust 1.61.0 and Lots of Security FUD



  • GNU/Linux

    • Desktop/Laptop

      • OMG UbuntuYou Can Upgrade Framework, the Modular Laptop, with 12th Gen Intel CPUs
        So when I heard they’d announced an upgraded Framework laptop I was intrigued. Given the nature of the product, I wondered if the upgraded components provided would be backwards-compatible with the first generation device?

        To quench any intrigue you may have the answer is a big fat yes.

    • Audiocasts/Shows

    • Kernel Space

    • Applications

      • ByteXDWhat Is Inkscape and What Can You Do With It?

        The first time I heard the word Inkscape, I thought it was Ink-escape, alluding to the ease of use of the software, just like an imaginary ink escaping from your mind to the software to bring forth the magnificent design ideas from your imagination.

        I was disappointed to know it wasn’t the idea behind the name, but fortunately the software is as easy to use as I imagined. And the name is combined from two words “ink” and “scape”; ink is used for final products in design, so suggesting the practical aspect of the software that it is used for creating ready-for-use illustrations and designs, and scape denoting a scene of a large number of objects, thus alludes to the object-oriented nature to vector graphics.

        Inkscape is an open-source vector graphics editor.

        What are vector graphics? Vector graphics, opposing to raster graphics, use mathematical equations to describe paths and objects instead of pixels, which leads to unlimited resolution, yes! No matter how you zoom in; these don’t pixelate. Inkscape is free of charge, meaning that you don’t pay a dime to download and use Inkscape.

        Now you may think that most open-source applications are counter-productive; because they don’t have enough features. But I am telling you, that is not the case with Inkscape.

      • MedevelDocspell is a machine learning powered document management system (DMS)

        Docspell is a personal document organizer. Or sometimes called a "Document Management System" (DMS). You'll need a scanner to convert your papers into files. Docspell can then assist in organizing the resulting mess .

        It can unify your files from scanners, emails and other sources. It is targeted for home use, i.e. families, households and also for smaller groups/companies.

        To summarize, Docspell assists you in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.

        [...]

        Docspell is free software, distributed under the AGPLv3 or later.

      • MedevelOrganize is an open-source file management automation tool

        Organize is a unique and amazing software package that helps you organize your messy desktop, downloads, documents, and keep track of all of your important files.

        It is built with the Python programming language and runs smoothly on Windows, Linux, and macOS.

        Organize allows you to setup automated rules that works to copy and organize your files in a snap. As an example, let's say you are taking many screenshots by day, Organize will copy and mark the screenshots in certain directly according to the rule you set.

        Organize is created by Thomas Feldmann a software engineer from Germany.

    • Instructionals/Technical

      • Install VeraCrypt on Debian 11 - kifarunix.com

        In this guide, we are going to learn how to install VeraCrypt on Debian 11. VeraCrypt, a fork of TrueCrypt, is a free and open source on-the-fly disk encryption (OTFE) tool.

      • Make Use OfUnderstanding Linux System Calls With the strace Command

        Every process running on your desktop uses system calls to communicate with the OS. Using strace, you can track such system calls easily.

      • GNU Linux (Debian) – how to shrink-resize lvm2 luks encrypted root partition – how to enlarge SWAP space
      • Linux Made SimpleHow to install FL Studio 20.9.2.2907 on a Chromebook

        Today we are looking at how to install FL Studio 20.9.2.2907 on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

      • How to install WineHQ on Ubuntu 22.04 | Mark Ai Code

        Learn how to install WineHQ on Ubuntu 22.04 LTS using the steps below. JellyFish Jammy If you’re unfamiliar with Wine, it stands for Wine Is Not an Emulator and is a tool that enables us to utilize Windows applications on Linux. Wine does not need a Windows installation on your computer to run applications written for Windows.

      • AddictiveTipsHow to play The Long Dark on Linux

        The Long Dark is an FPS survival video game developed and published by Hinterland Studios. The game was released on Linux, Windows, MacOS, Xbox One, PS4, and Nintendo Switch. Here’s how to play it on your Linux desktop or laptop.

      • AddictiveTipsHow to manage your Debian install with Smxi

        The Smxi script is an excellent tool for Debian users. Users can automatically install GPU drivers (and patches), install desktop environments, software, system-clean up, and more with ease.

        If you’re looking to simplify the maintenance on your Debian Linux workstation, personal computer, or home server, this app is for you. Follow this guide to learn how to manage your Debian install with Smxi.

      • GNU Linux (Debian 11) – Brother HL-5450DN reliable Black and White Laser printer – that works out of the box with cups – filter those laser printers
      • AddictiveTipsHow to play Don’t Starve Together on Linux

        Don’t Starve Together is a free multiplayer expansion to the survival game “Don’t Starve.” Players work together to survive in the game so they “don’t starve.” Here’s how to play Don’t Starve Together on your Linux PC.

      • How to Add Comments to IPTables Rules

        Most distro's have made firewalld, UFW, or some other fancy program their default firewalls. However, in my opinion IPTables/Netfilter still reigns supreme. I find it to be the best tool for the job on 90% of systems I work on. Although a firewall configuration with a lot of rules can still be difficult to read. Just like a long script, it is helpful to put comments. These comments allow others to easily identify what the rules do, especially if you are using specific source IP addresses. So in this Linux quick tip we will show you how to easily add comments to IPTables rules.

        If you are unfamiliar with IPTables, you can read "Basics of IPTables".

      • Install and Setup VeraCrypt on Rocky Linux

        In this guide, we are going to learn how to install and setup VeraCrypt on Rocky Linux. VeraCrypt, a fork of TrueCrypt, is a free and open source on-the-fly disk encryption (OTFE) tool.

      • LinuxiacHow to Install Google Chrome on AlmaLinux / Rocky Linux

        This tutorial will cover installing the Google Chrome web browser on AlmaLinux / Rocky Linux in a few easy-to-follow steps.

        Google Chrome is a modern web browser that is fast, simple, and safe. However, because it is not an open-source browser, it is rarely included by default on any Linux distribution and is usually not available for installation from official repositories.

        This is also true for AlmaLinux and Rocky Linux. If you have either distribution installed, you will not find the Google Chrome browser in their official repositories.

      • ByteXDLinux Tail Command (With Examples) - ByteXD

        The tail command is native to Unix-like operating systems, BSD and FreeDOS. It is even now ported to Windows as a part of the unxutils package.

        In Linux, it is shipped as a part of the package GNU coreutils.

        The tail command outputs the “tail” (end) of a file or piped data. By default, it prints out the last ten lines of what gets passed to it. You can use other options instead of the default behavior.

        This article will explain how to use tail command, both the default behavior of tail and the options. Why tail in the first place? Many programs write their recent status at the end of what’s called a log file, so it is great to have a shortcut to view the end of the file instead of scrolling down a huge file.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Programming/Development

      • Daniel Stenbergcase insensitive string comparisons in C

        Back in 2008, I had a revelation when it dawned on me that the POSIX function called strcasecmp() compares strings case insensitively, but locale dependent. Because of this, “file” and “FILE” is not actually a case insensitive match in Turkish but is a match in most other locales. curl would sometimes fail in mysterious ways due to this. Mysterious to the users, now we know why.

        Of course this behavior was no secret. The knowledge about this problem was widespread already then. It was just me who hadn’t realized this yet.

      • Perl / Raku

      • Rust

        • Joerg Jaspert: Rust? Munin? munin-plugin…

          Sooo, some time ago I had to rewrite a munin plugin from Shell to Rust, due to the shell version going crazy after some runtime and using up a CPU all for its own. Sure, it only did that on Systems with Oracle Database installed, so that monster seems to be bad (who would have guessed?), but somehow I had to fixup this plugin and wasn’t allowed to drop that wannabe-database.

          A while later I wrote a plugin to graph Fibre Channel Host data, and then Network interface statistics, all with a one-second resolution for the graphs, to allow one to zoom in and see every spike. Not have RRD round of the interesting parts.

          As one can imagine, that turns out to be a lot of very similar code - after all, most of the difference is in the graph config statements and actual data gathering, but the rest of code is just the same.

        • The Rust Programming Language Blog: Announcing Rust 1.61.0

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

        • LWNRust 1.61.0 released [LWN.net]

          Version 1.61.0 of the Rust language has been released. Changes this time around include more flexibility in main-program exit codes, a number of new features for const functions, a number of newly stabilized APIs, and more.

  • Leftovers

    • Pseudo-Open Source

    • Security

    • Finance

      • CNN stops bothering to hide that the economy has turned sour. – BaronHK's Rants

        CNN was one of the last few holdouts insisting that we were in a “strong economy” with “robust growth” and “record job creation levels” and that high inflation would be “transitory” in America.

        Sometime around yesterday, they changed their minds and finally started reporting what investment magazines and CEOs were saying for months, that a dire recession is coming. (It’s already here, though.)

        I’ve said over the last few years, repeatedly, that we were in a “second tech bubble”, with the first big one of course being the Dotcom Bubble of the late 1990s and early 2000s where investors were willing to throw at and lose money on anything vaguely tech related that sounded like it might have a business plan, no matter how insane.

        But even I didn’t see what’s happening now coming. We’re in uncharted territory on gasoline prices (for the United States….Europe has always had very decadent and corrupt politicians who subscribed to this green new deal insanity, but it’s a pretty new concept here).

        There’s a shortage of baby formula, and the president of the United States refuses to do what current law authorizes him to, in order to get it under control. Because he doesn’t want to go too hard on the oligopoly that produces it all.

        [...]

        And streaming companies like Netflix are seeing record cancellations and the end to subscriber growth, and admit it will accelerate.

        Walmart has had its worst trading days since the 1980s this week, losing 19% of its share price in three days. Target and Amazon got hammered much worse.

        The whole thing is an epic disaster. And where is the news? Trying to tell people that “this millennial in their 20s just bought a $700,000 house….so why don’t you have one?”. (CNBC bullshit)

        I’m just so sick and tired and goddamned disgusted by it all. I’ve tuned out advertising completely. I don’t have any streaming disservices in my house. I watch movies and stuff on discs. Usually ones I borrowed at the library, which I have to pay taxes for whether I use it or not.

        I’ve blocked advertisements from appearing in my Web browser since 1998, when I got on the Web and found out there were ads and that they were slowing my browsing down a lot (images on a 56k modem….and now videos on my cable that I didn’t consent to watching).

        [...]

        The Democrat Party and the Republican Party that let laissez-faire Crapitalism dictate trade policy, who bankrupted us as a nation, who convinced us all we could “just go shopping” to cure what ails you, have no answers for how to fix anything, because they’re the ones who don’t really want to fix it.

        [...]

        I believe that economists will eventually call this the “app” or “smartphone” bubble, because it seems like everything involving those is shit hitting the fan, but there are lots of other bubbles too, like “cryptocurrencies”.

    • AstroTurf/Lobbying/Politics

      • Re: The Disappearence of Sincere Conversations

        Trust, however, will not just appear out of the blue. Trust needs to be achieved somehow. Can algorithm suggested "friends" a la Linkedin, Xing, facebook etc. be trusted? Nope. Can members of smaller groups like the mailing list of a project be trusted? Maybe.

    • Internet Policy/Net Neutrality

      • Re: A Call for a Gemini Without TLS



        Occasionally there have been arguments along the lines that tranport layer security (TLS) is too complicated and should be removed from gemini (and other sites, too).

        I disagree.

        One can definitely build a gemini server, which does not deal with TLS, like vger for example. However, vger is a filter: it accepts input on stdin and produces a response on stdout. It has no notion of the network. In order to make a running vger instance accessible from the network, one must add inetd to it, and configure it to route network requests to vger and back. This works nicely as I have detailed elsewhere, thanks to Solene for this interesting approach. If you need just that, by all means, use it.

      • This and That

        There is chit chat on gemini on several topics, so I'll try to comment on the ones I find interesting. While writing it so happened that these fragments grew enough to deserve their own post. So this post just turns into shameless self advertisement, it seems.



Recent Techrights' Posts

Getting Rid of Microsoft Does Not Go Far Enough
Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
Links for the day
[Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
So-called "advertiser-unfriendly" material was never a problem for Wikileaks
This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
Wikileaks' Julian Assange: Exposing the US Military Crimes
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
 
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
Freedom-To-Play games using Taler
[Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
Until 2020 none of my PCs ever had more than 2 GB of RAM
Destination 'Five Percent'
We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
A Crisis of Online Journalism
Almost a week ago a journalist was forced to plead guilty for an act of journalism
Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
openai.com traffic plunged 60% last month
Microsoft’s Latest Antitrust Scrutiny
4 new stories
Microsoft Layoffs, Mass Plagiarism, and More
outrage included
GNU/Linux Climbed 0.25% This Month (in statCounter)
Around midday on Tuesday we'll start seeing preliminary data for July
Ilya Gulko Introduces Pollyanna
"Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
looking to raise funds at the same time as the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 29, 2024
IRC logs for Saturday, June 29, 2024
Links 29/06/2024: Astronauts at Risk, Ukraine Updates
Links for the day
Fedora and Red Hat Leftovers
mostly redhat.com
Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
Notice the title and the image, what's being promoted etc.
Seychelles: GNU/Linux Doing OK
Seychelles cannot be considered poor
Gemini Protocol Isn't Even Remotely "Dead"
"Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
About 10 New Free Software Foundation (FSF) Members Per Day
The total changed from 46 to 47 while typing the article
Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
This is not happening only in Germany
Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
It uses buzzwords where none are needed
[Meme] Garbage In, Garbage Out (linuxsecurity.com)
It is neither Linux nor security, just chatbot-generated slop
Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
linuxsecurity.com became an anti-Linux spam site
Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
retaliatory layoffs at Microsoft
Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
Links for the day
Windows Lost Almost 92% Market Share in Egypt
From over 99% to just over 7%
In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
Not even counting Chromebooks
LibrePlanet: Cultivating Backups (of Recordings)
an appeal to recover some of these talks
Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
Taking full history into account, this is a decrease of over 90% in some cases
Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
"the "smiling faces" behind it."
Android at 90% or More in Chad
Windows below 2%
David Wilson: Cultivating a Welcoming Free Software Community That Lasts
"a feeling of shared ownership for all users."
Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
And probably at a symbolic capacity only
Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
Julian Assange's life inside the Ecuadorian embassy
Neil Plotnick on GNU/Linux in the High School Classroom
uploaded to the LibrePlanet instance of MediaGoblin
Asia Appears to be Fastest to Adopt GNU/Linux
the home of a considerable majority of the world's population
Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
in spite of technical difficulties encountered while recording
What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 28, 2024
IRC logs for Friday, June 28, 2024
Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
Links for the day
Links 28/06/2024: Overton window and Polarization
Links for the day
[Meme] In 50 Years...
Microsoft's Vista 11 will take 50 years to be fully adopted
Only About 1 in 8 Russian Windows Users is Using Vista 11
it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
Links for the day
Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
Links for the day
IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
almost exactly a year after turning RHEL into proprietary software
Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
"Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
We're talking about India today
[Video] "It Is Incredible That Julian Assange Survives"
There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
Never Assume That Because the Law Exists the Powerful Will Follow the Law
Who's going to hold them accountable now?
Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
I can cynically guess that only matters when a user with a Chinese name does it
[Video] Julian Assange Explains Wikileaks' Logistics
predating indefinite detention
IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
"I Hated Working at IBM. They Were the Most Unfriendly People."
Don't forget what Watson the son did to a poor woman on a plane
State of the News (and Depletion of Journalism Online, Not Just Offline)
Newspapers are not coming back and the Web is not coming back either
GNU/Linux Consolidates in North America
Android rising a lot this year, too
[Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
Work more; Get less
Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
SUEPO wants more EPO staff to participate in collective action
Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
Published yesterday by a number of mainstream publishers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 27, 2024
IRC logs for Thursday, June 27, 2024
RIP Daniel Bristot de Oliveira, Red Hat death
Reprinted with permission from Daniel Pocock