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

At BetaNews, "Most Commented Story" Is Not a Story But LLM Slop! (Readers Talking to Bots)
They make fake stories with provocative headlines and then boast that these get many comments
[Meme] Swiss Lawyers/Attorneys Who Fake Qualifications and Rob People
Switzerland mostly guards its reputation by censorship of media
Just How Slow Has the News Industry Become?
We're drowning in garbage from fake publishers
BetaNews is Beta-Testing the Site as LLM Slop With Microsoft Propaganda Thrown In
Many of the people there are Microsoft boosters and they use slop as "filler" (for marketing)
Gemini Links 13/11/2024: Phasing Out 3G, Brian Kernighan Books, Tcl/Tk, Time to Ditch x86
Links for the day
BetaNews, Inc. Became a Spam Operation/Web Site, LLM Spew (Slop) for SEO Disguised as "Articles"
Published 5 minutes ago by Brian Fagioli...
WordPress is for the 'Old Web'; the New Web Necessitates Static Pages
There are purely practical reasons to move away from WordPress and the likes of it
Biggest Debt Leap in Years, More Than Half a Trillion Dollars in Just One Month
We remind people (almost every year) that it's also "buynothingday"
 
More Than 3 Years After Vista 11's Release More Chinese Computer Users Still Use Vista 7 (Than "11")
it was "officially" released October 5, 2021
In Switzerland, GNU/Linux Reaches Record Highs, But What About the Corruption?
Pocock is a disappointed citizen of Switzerland
Things That Still Work OK (But We're Being Shamed for Using)
Using old stuff is nothing to be shamed of (or afraid to do)
Free Software is About Collaboration
WordPress limits it
Even the Managing Editor of BetaNews is Doing Slop and Spam
A Fish Rots From The Head Down
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, November 12, 2024
IRC logs for Tuesday, November 12, 2024
PERA Bill in US Senate Strives to Crush Caselaw, Making Patents on Mathematics and Algorithms 'Great Again'
Follow the money
Evolution of euthanasia & WIPO UDRP similarities exposed by W. Scott Blackmer
Reprinted with permission from Daniel Pocock
Links 12/11/2024: A Lot of Censorship and SWNS at 50
Links for the day
Gemini Links 12/11/2024: Invidious Down and YouTube Addiction
Links for the day
Links 12/11/2024: Hey Hi (AI) Failures and COP29 Fakers
Links for the day
Latest Rumours of Red Hat Layoffs
Rumours or gossip is how almost everything starts
Windows Falling to All-Time Lows and Microsoft Has Nothing to Replace It With
It's mostly Android (Linux) replacing Windows
Cybershow Has a New 81-Minute Episode on Digital Sovereignty and International Cyber-Relations
it is a high-quality show
Activism in the Digital Realm Can Never (and Must Never) Rely on GAFAM
This simply means that tech activists must completely abandon any hopes of finding allies in Google or IBM or whatever...
Golden Dawn(ald) and What GAFAM Means to Liberal Techies
In one single screenshot
IBM CEO Says Donald Trump as President-Elect is Good for IBM in New Interview With CNBC
most unprincipled CEO ever?
GNU/Linux Up to 6.1% in Finland (Almost 9% If One Counts ChromeOS Too)
Home of Linux (the kernel)
BetaNews Has Become a SPAM/Slop Factory, Brian Fagioli Publishes Fake 'Articles'
everything is now suspect in BetaNews
It's Morbid to Talk About Living People as If They're Dead
What happens to LLM slop when Brian Fagioli dies?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, November 11, 2024
IRC logs for Monday, November 11, 2024
Free Software and Love of Nature
It's not a coincidence that many Free software activists are also lovers of nature
Silicon Valley and GAFAM Were Never Liberal
spineless CEOs and founders aren't against Trump
Windows and 'The Desktop' Floundering
Microsoft should be extremely worried
WordPress is Bad for the Planet (Even If Many Still Use It)
the costs nobody wishes to talk about
Gemini Links 11/11/2024: Closed Systems and Verify You Are Human To Continue
Links for the day
Running Twitter at a Loss and Then Profiting From Trumpism
How very liberal of Jack Dorsey, the greedy "Liberal" who only prioritised money
Microsoft, Which Benefits From Donald Trump, is Normalising Donald Trump
Some people still wrongly believe that Microsoft is left-leaning
ChromeOS and GNU/Linux Growing in Spain (Almost 10% Now)
Whether this persists next month and next year will certainly matter
When You Upload Talks of Richard Stallman to Proprietary YouTube
Also: notice they work to abolish the word "whitelisted"
Free Software is Probably a Lot Healthier for You
Does Free software help people live longer and/or live better for longer?
Sweden: ChromeOS + GNU/Linux at 17%, an All-Time High
According to statCounter
Windows Collapsed to Only 12% of the Operating Systems Market in India, Says statCounter
Windows falls to 64% on desktops/laptops in India, dips to 12% overall
Links 11/11/2024: Mastodon Year 2 in Review, Freshworks Laying Off 13% of Staff
Links for the day
[Video] Daniel Pocock Warning About Someone Like Elon Musk Buying and Misusing Twitter Almost 7 Years Ago
Daniel Pocock spoke about Facebook and Twitter while attending the UN Forum on Business and Human Rights in Geneva, Switzerland
[Meme] It Takes Only Words to Destroy Malicious People and Pathological Liars
Trying to silence us is foolish. Boasting about this in public is worse than foolish; it's a legal liability.
Dead Blog ('Hoisted By His Own Petard')
The saying "people who live in glass houses shouldn't throw stones" is also applicable here
Debian Voters Clearly Supportive of Richard Stallman (Founder of GNU/Linux), But Debian Leaders Keep Giving Voting Rights to Microsoft Staff
It can be seen that the pro-Stallman positions are dominant
WordPress is Unfit for Purpose in 2024
The Web itself changed a lot and the majority of Web traffic is pure junk
[Meme] Remember That Microsoft and Trump Already Have a "Targets List"
Microsoft loves Trump bailouts
Service Notice: IRC Downtimes RESOLVED
We believe we've solved this entirely (or hope so), but it may take another week to know for sure
Linux 'Not Inclusive' 6.12 (Trumpism Inside Linux Foundation Affirmed)
They can make a codename for this release: Linux 'Not Inclusive' 6.12
The Open Source Initiative (OSI) is Dead. Cause of Death: Microsoft Bribes.
At the core, Linux Foundation and OSI adopted lies as a business model
Joan Meyer correctly linked Gideon Cody raid on Marion County Record to Kristallnacht
Reprinted with permission from Daniel Pocock
Trans People Misused to Attack a Project or Developer Who Has Nothing to Do With Them
And why that truly hurts all trans people
Our 18+ Years of Freedom-Fighting
We always fight back
Gemini Links 11/11/2024: Men Losing Grip and "You're Relaxing Wrong"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, November 10, 2024
IRC logs for Sunday, November 10, 2024
Nobody Knows What's in Our Fridge! Wow, Spooky!
Freedom means you can also purchase things anonymously
Freedom Must Always Be Fought For (All the Time)
Ridicule of "freedom fighters" in the digital realm is typically orchestrated by dictators or wannabes.