Bonum Certa Men Certa

Links 27/11/2022: Linux 6.1 RC 7



  • GNU/Linux

    • 9to5Linux9to5Linux Weekly Roundup: November 27th, 2022

      This week has been very interesting and full of cool news, starting with the release of the VLC 3.0.18 media player and a new production-ready NVIDIA graphics driver for Linux gamers, and continuing with new versions of the Tails and Alpine Linux distributions, as well as the release of Ubuntu Touch OTA-24 update for Linux phone and tablet users.

      On top of that, I talk about what’s coming in the OBS Studio 29.0 screen recording and streaming software, give you a heads up about the Ubuntu 23.04 daily builds, and tell you all about the latest software releases. Below, you can enjoy these and much more in 9to5Linux’s Linux weekly roundup for November 27th, 2022.

    • Linux Made SimpleLinux Weekly Roundup #211

      Welcome to this week's Linux Weekly Roundup!

      We had a peaceful week in the world of Linux releases with mainly PCLinuxOS 2022.11.20 and Bodhi Linux 7.0.0 alpha3.

      I hope you have a wonderful week!

    • Server

      • Kubernetes Blogregistry.k8s.io: faster, cheaper and Generally Available (GA) | Kubernetes

        Starting with Kubernetes 1.25, our container image registry has changed from k8s.gcr.io to registry.k8s.io. This new registry spreads the load across multiple Cloud Providers & Regions, functioning as a sort of content delivery network (CDN) for Kubernetes container images. This change reduces the project’s reliance on a single entity and provides a faster download experience for a large number of users.

        [...]

        registry.k8s.io is a secure blob redirector that connects clients to the closest cloud provider. The nature of this change means that a client pulling an image could be redirected to any one of a large number of backends. We expect the set of backends to keep changing and will only increase as more and more cloud providers and vendors come on board to help mirror the release images.

        Restrictive control mechanisms like man-in-the-middle proxies or network policies that restrict access to a specific list of IPs/domains will break with this change. For these scenarios, we encourage you to mirror the release images to a local registry that you have strict control over.

      • How to prepare for the Certified Kubernetes Administrator (CKA) exam
    • Audiocasts/Shows

      • VideoAMDs Raytracing Analyzer Finally Goes Open Source - Invidious

        AMD's raytracing implementation vastly lags behind what Nvidia is capable but AMD isn't just sitting on there buts, they recently went open source with a useful piece of dev tooling called the Radeon Raytracing Analyzer

      • Open Source Security (Audio Show)Episode 351 – Is security or usability a law of the universe?

        Josh and Kurt talk about end to end encrypted messages. This has been a popular topic lately due to the Mastodon popularity. Mastodon has a uniquely insecure messaging system, but they aren’t the only one. The eternal debate of can security and usability exist together? We suspect it can’t be, but it’s a very complicated topic.

      • VideoHow to install OpenTTD on Linux Mint 21 - Invidious

        In this video, we are looking at how to install OpenTTD on Linux Mint 21.

      • GNU World Order (Audio Show)GNU World Order 488

        **Krita** , **kross** , **kross-interpreters** , **kruler** , **krunner** , **krusader** from the Slackware **k** software series.

    • Kernel Space

      • The Register UKLinus Torvalds to be ‘more hard-nosed’ for Linux 6.2 ● The Register

        Linux kernel boss Linus Torvalds has warned contributors that the rhythm of the project's development cycle will clash with Christmas, so developers need to make sure they ready their work before the holiday season.

        The warning came in Torvalds's weekly kernel development update in which he announced release candidate 7 for Linux 6.1 and observed that – contrary to his predictions – the Thanksgiving holiday did not slow work on the kernel.

        "The end of the week was the usual 'people send me their stuff on Friday', and the weekend hardly slowed people down," he wrote, before describing the work left on version 6.1 as "just a bit more than I'm comfortable with. It should just have slowed down more by now."

        "As a result, I'm now pretty sure that this is going to be one of those 'we'll have an extra week and I'll make an rc8' releases," he added, noting that one consequence of that decision is the two-week merge window during which developers submit code for the next cut of the kernel "will be solidly in the holiday season."

      • LWNLinux 6.1-rc7
        Another week has gone by. It started quietly, and I was fairly sure
        that it being Thanksgiving week here in the US would mean that it
        would continue fairly quietly too.
        
        

        But I was wrong. The end of the week was the usual "people send me their stuff on Friday", and the weekend hardly slowed people down. And so the stats for this week look almost exactly the same as they did for the previous two weeks.

        And it's not just the statistics - everything feels very similar. There is really nothing here that makes me at all worried, except that it's just a bit more than I'm comfortable with. It should just have slowed down more by now.

        As a result, I'm now pretty sure that this is going to be one of those "we'll have an extra week and I'll make an rc8" releases. Which then in turn means that now the next merge window will be solidly in the holiday season. Whatever. It is what it is.

        Now, this means that I will be more hard-nosed than usual in the next merge window: the usual rule is that things that I get sent for the merge window should have been all ready _before_ the merge window opened. But with the merge window happening largely during the holiday season, I'll just be enforcing that pretty strictly. I want to see all that work in the pull requests having been done *before* the festivities, not while you're imbibing your egg-nog and just generally being stressed out about the season. If I get sent pull requests late, I'll just go "this can wait". Ok?

        Now, I suspect that everybody _else_ wants to get their work out before the holiday season starts too, so I hope that we're all in complete and violent agreement about this all. But I thought I'd start making people aware of this.

        Anyway, enough about the next release. Right now we're still in the last couple of weeks of this one, so let's make it count. Go test, and can we _please_ just start calming things down? Don't send me anything that isn't a clear and present bug. No more last-minute cleanups. Hear?

        Linus
      • LWNKernel prepatch 6.1-rc7 [LWN.net]

        The 6.1-rc7 kernel prepatch has been released for testing.

      • Linux mailing listsLinux 6.1-rc7
    • Instructionals/Technical

      • Manage sound volume with volumeicon in i3

        Now that Fedora 37 launched, I decided to wipe my main laptop and do a clean installation. I made some poor configuration choices while in a hurry over the past year and the mess finally caught up with me.

        The latest version of the i3 spin caught my eye and I used it for the installation. Once my laptop booted up, I noticed a volume icon in my system tray that appeared automatically. I’ve normally used pasystray for this task, but volumeicon came with the i3 spin.

      • Unix MenHow To List All Running Services Under Systemctl | Unixmen

        Like most operating systems, Linux distros also continuously run processes (both individual processes and groups of them) in the background. The term for these processes is “daemons.” They wait for clients to make requests and act accordingly.

        The typical Linux distro runs a range of daemons to facilitate the working of the many services it offers.

        Some essential services that run on Linux include system services such as syslog, process management, and cron. Network services such as domain name resolution, email, and file transfer are also essential.

        There are many ways to manage (start, restart, auto-start, stop, etc.) daemons on Linux systems. But it’s typically done using a service or process manager.

        Virtually all modern Linux machines employ the SystemD service manager by default. It is a suite of software tools for process management, working as a “drop-in replacement” for the init process.

        SystemD is compatible with LSB and SysV init scripts and offers the systemctl command, primarily used to manage SystemD.

        In this brief guide, we will walk you through using the command to list running services and other types of services in Linux.

      • Linux CapableHow to Install SQLite on Fedora 37/36/35

        SQLite is free, open-source software that is not a client-server database engine but is embedded into the end program.SQLite is ACID-compliant and implements most SQL standards, generally following PostgreSQL syntax. However, SQLite uses a dynamically and weakly typed SQL grammar that does not guarantee the domain integrity of data inserted into a column designated with one data type will be of that type. Various programming languages support SQLite, including C, C++, Go, JavaScript, Java, .NET Framework 4.5+, Objective-C, Perl 5.24+, PHP 5+, Swift 3+, and many more through language-specific libraries and extensions are also available to improve performance and add additional features such as full-text search and spatial indexing.

        The following tutorial will teach you how to install SQLite with Fedora 37/36/35 Linux using the command line terminal using the standard DNF package manager or manually installing straight from the project’s Git for users that require the latest version at all times.

      • ByteXDAdd User to Sudoers in CentOS - ByteXD

        When you do a fresh install of CentOS on your laptop and try to run any command using sudo, you will likely get this error message...

      • ByteXDHow to Install MATE Themes in Linux - ByteXD

        The MATE Desktop Environment uses GNOME 2 to provide an attractive environment while preserving the traditional GNOME essence. It is under active development.

      • Linux Made SimpleHow to install Thunderbird on a Chromebook

        Today we are looking at how to install Thunderbird on a Chromebook.

        If you have any questions, please contact us via a Rumble comment and we would be happy to assist you!

        Please use the video as a visual guide, and the commands and links below to install it on your Chromebook.

      • UNIX CopLearn how to save disk space by clearing APT cache

        In this short post, you will learn a fabulous trick that allows you to save disk space, and that is to clean the APT cache. This way, you can quickly remove unnecessary files that are just taking up disk space.

      • Linux NightlyShut Down or Reboot Linux From Command Line - Linux Nightly

        Learn how to shut down or reboot Linux from the command line using commands like poweroff, reboot, shutdown, halt, and systemd.

      • Linux CapableHow to Install FileZilla Fedora 37/36/35

        FileZilla is one of the most popular FTP clients, and for a good reason. It’s easy to use, free, and has cross-platform support. FileZilla makes it easy to transfer files between your computer and your web server to transfer files between two different systems, all you need is a username and password, and you’re good to go. FileZilla also supports SFTP (Secure File Transfer Protocol), so you can transfer files securely over the internet, given how sensitive data can be in the wrong hands. Whether you’re a web developer or a casual user, FileZilla is an excellent choice for an FTP client for Fedora users.

        In the following tutorial, you will learn how to install FileZilla on Fedora 37/36/35 Linux using the standard Fedora repository, which often has the newest version, or the alternative natively installed Flatpak manager using the command line terminal.

      • Linux CapableHow to Install PHP 8.1 on Fedora 37/36/35

        PHP 8.1 is a significant update of the PHP language released on November 25, 2021. This is a standard upgrade the future from the existing PHP 8.0 release. The new PHP 8.1 brings enums, fibers, never return type, final class constants, intersection types, and read-only properties among new features and changes. I would visit the official PHP website release announcement section for the complete changelog list constantly updated when minor releases are pushed.

        In the following tutorial, you will learn how to import the REMI PHP Module and install PHP 8.1 on your Fedora 37/36/35 server or workstation desktop, along with some tips about configuring Nginx with FPM using the command line terminal.

      • ID RootHow To Install SQLite on Fedora 37 - idroot

        In this tutorial, we will show you how to install SQLite on Fedora 37. For those of you who didn’t know, SQLite is a free, lightweight, fast relational database management system contained in a C library. It’s a popular solution for applications that need to use on-disk files formatted as lightweight databases to run efficiently. The software is a popular choice for local/client storage such as web browsers, Android devices, and much more. The list is quite extensive.

        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 SQLite on a Fedora 37.

  • Distributions and Operating Systems

    • Reviews

      • Distro WatchReview: Void 20221001

        The Void project produces an unusual Linux distribution with a number of special characteristics. The project is described on its website as follows:

        Void is a general purpose operating system, based on the monolithic Linux kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection.

        Void is a rolling release distribution which features the fast XBPS package manager which can work with both binary and source-based software. The distribution uses the super lightweight runit init software for booting the system and managing services. Void is also unusual in that it provides multiple builds, based on different C libraries. A C library is a core component of the operating system. While most Linux distributions use the glibc library, Void offers both glibc and musl libc varieties for most supported architectures. Speaking of CPU architectures, Void provides 32-bit (x86), 64-bit (x86_64), and ARM builds of its distribution. Most of these builds are available in both muslc and glibc variants. I decided to focus on the x86_64 editions and selected glibc as I figured it would be more likely to work with a wide variety of software.

        At this point I could also choose whether to take a minimal Base edition or an edition with the Xfce desktop. I decided to take the desktop edition. The Base edition is 650MB in size while the Xfce edition is still relatively small by modern standards, weighing in at 983MB.

        Booting from the live media brings up a menu offering to run the distribution from the media or to load Void entirely into RAM to run from memory. The distribution boots unusually quickly, even from the live media, and presents us with the Xfce desktop in under five seconds.

    • Arch Family

      • "Trusted Users" are now "Package Maintainers"

        Following a long discussion and a recent vote, the role of "Trusted User" has been renamed "Package Maintainer":

        https://gitlab.archlinux.org/archlinux/ … /7/commits https://lists.archlinux.org/archives/li … XV2KS5OSC/

        The role remains the same. The forum titles have been updated accordingly.

    • Fedora Family / IBM

      • LinuxiacRocky Linux 9.1 Released, Introduces Keylime Tool

        Rocky Linux 9.1 features updated developer tools and Keylime, an open-source, scalable trust system based on TPM Technology.

        In less than two years of existence, Rocky Linux has established itself as one of the best RHEL-based distros, earning the trust of enterprise-oriented Linux users. Rocky 9.1 is now available for download only 11 days after Red Hat Enterprise Linux 9.1. So let’s look at what’s new.

    • Canonical/Ubuntu Family

      • LubuntuLubuntu 22.04 Backports PPA - LXQt 1.2 Call For Testing - Lubuntu

        The Lubuntu Team is happy to announce that an update to LXQt 1.2 through the Lubuntu Backports PPA is now available as a beta.

      • Ardour 7.1 Backports Available - Ubuntu Studio

        Our friends at Ardour have released Version 7.1, and we would like to offer them huge congratulations! While the source code and their own builds were available on release day, many of you have been waiting for Ardour 7 to come to Ubuntu’s repositories.

        That day has come. Ardour 7.1 will be landing in Ubuntu Lunar Lobster (future 23.04) and will be on Ubuntu Studio’s daily spins of Lunar Lobster very soon.

        Unfortunately, it is not possible to backport Ardour 7.1 into Ubuntu 22.04 LTS or 22.10, nor would we want to. This is because if we do, we might disrupt the workflow of people who are currently working with projects in 6.9 that are relying on its functionality and sound. Ardour 7.1 projects are not backwards compatible with Ardour 6.9 projects; once a 6.9 project is opened in 7.1, it is converted to a 7.1 project and cannot be used in 6.9 again unless restored from a backup.

      • Grantlee version 5.3.1 now€ available | Steveire’s Blog

        I’ve just made a new 5.3.1 release of Grantlee. The 5.3.0 release had some build issues with Qt 6 which should now be resolved with version 5.3.1.

      • Full Circle MagazineFull Circle Magazine: Full Circle Magazine #187
      • Ubuntu FridgeUbuntu Fridge | Announcing the results of the Ubuntu Membership Board Elections

        We had a call for nominations for the Ubuntu Membership Board and then voted in the Community Council.

        The following people have been elected to the Ubuntu Membership Board for the next two years:

        Khairul Aizat Kamarudzzaman (fenris) Dani Llewellyn (diddledani) Billy D. Quinn (Bashing-om) Mattia Rizzolo (mapreri) Miles Sharpe (Kilos) Larry Tarvin (wild_man)

    • Devices/Embedded

      • CNX SoftwareLOLIN S3 Pro ESP32-S3 board offers display port, MicroSD card slot - CNX Software

        LOLIN S3 Pro is a WiFi & Bluetooth LE IoT board built around the ESP32-S3-WROOM-1 modules with various I/Os including a display port, a microSD card slot, and a LOLIN I2C connector.

        The wireless module ships with 16MB QSPI flash and 8MB PSRAM, and the board also features two 16-pin headers with ADC, DAC, I2C, SPI, UART, etc…, a USB Type-C port, and support for a LiPo batteries with 500mA charging.

      • CNX SoftwareOrange Pi launches 14-inch portable monitor for $59 - CNX Software [Ed: Smells more like an ad than an article and it seems to be linkspam (referral revenue sharing)]

        Shenzhen Xunlong Software, better known under the Orange Pi brand, has launched a 14-inch Full HD portable monitor for $59 plus shipping on Aliexpress, or a little more on Amazon.

        The company is better known for its low-cost Arm-based single board computers with Rockchip or Allwinner processors, but this time, they launched an accessory with a 14-inch display taking HDMI or USB Type-C input with up to 1920×1080 resolution.

      • HackadayPortable Commodore 64 Lives!

        When you think of a luggable computer, you might think of the old Compaq or — if you are old enough — a Kaypro. But you don’t see as many Commodore SX-64 computers. [The 8-Bit Guy] has wanted one for a while and finally got one, but it wasn’t working. No problem! Just fix it!

    • Open Hardware/Modding

      • Tom's HardwareBest Thermal Paste for CPUs 2022: 90 Pastes Tested and Ranked

        Good thermal paste can have a profound impact on your performance, because it will allow your processor to transfer more of its waste heat to your cooler, keeping your processor running cool. Choosing the best thermal paste is also important if you plan on overclocking your rig to its fullest. Even the best CPUs for gaming can often hit slightly higher CPU overclocks if they're paired with a good thermal paste.

      • Computers Are Badover the horizon radar pt I

        Today we're going to talk about Over-the-Horizon Radar, or OTH; a key innovation of the Cold War that is still found in places today but mostly lacks relevance in the modern world. OTH's short life is a bit of a disappointment: the most basic successes in OTH were hard-won, and the state of the art advanced rapidly until hitting a standstill around the '90s.

    • Mobile Systems/Mobile Applications

  • Free, Libre, and Open Source Software

    • DTraceHomebrew social networking

      Homebrew computing — as epitomized by the Homebrew Computer Club in Silicon Valley — consisted of hobbyists designing and assembling their own computers. But like Nóva and her fellow Hachydermians, these hobbyists were in fact experienced engineers; their “homebrew” was just them building for themselves, for fun. Yes, homebrew computing was fragmented and incoherent; the participants at the time were not possibly thinking that the machines that they developed would form the basis (for better and for ill!) for all future computing. But by the late 1970s, the time for radical decentralization of compute had indisputably arrived — and its spirit would burn so bright that it would endure long after the homebrew became commercial, as viscerally expressed in Apple’s iconic 1984 Superbowl ad.

    • Jacobin MagazineTwitter May Be Dying. It’s Time to Build Our Own Social Network.

      All these issues are outlined very well in Richard Seymour’s excellent The Twittering Machine, and if the site does die, nobody will miss them. But, for the most part, until very recently, I enjoyed Twitter. I enjoyed its accessibility, the way that I could instantly ask or be asked all sorts of things. I learned a lot through it, and I met many lovely people. Years ago, when reading a well-meant account of the 2017 election that seemed oddly deficient, I realized what it was missing. Twitter — and the hysterical momentum of the campaign as it was expressed on there, with Corbynite accounts becoming ever more giddily euphoric as it became clear what was happening. Put simply, you’ll never understand the fact — and it is a fact — that Jeremy Corbyn came within a few thousand votes of being prime minister in June 2017 if you don’t understand the “Absolute Boy” meme.

    • Alan PopeFind Your Twitter Friends on Mastodon - Alan Pope's blog

      Depending on who you speak to, Twitter is (or isn’t) in turmoil, and Mastodon is (or isn’t) here to supplant (or backup (or not)) the “de facto town square”. Whether any of that is true or not, there’s been a surge in people signing up, and trying out the Mastodon experience.

    • SaaS/Back End/Databases

      • Simon Hørup EskildsenIndex Merges vs Composite Indexes in Postgres and MySQL

        While working with Readwise on optimizing their database for the impending launch of their Reader product, I found myself asking the question: How much faster is a composite index compared to letting the database do an index merge of multiple indexes? Consider this query: [...]

    • Programming/Development

      • SusamPalC Quine

        A quine is a computer program that produces an exact copy of its own source code as its output. It must not consume any input, so tricks involving reading its own source code and printing it are not permitted.

      • Matt RickardHuman-in-the-Loop and Other AI Mistakes

        We don't seem to be making the same mistakes as 2016 in the era of generative AI. Some companies are solving for distribution using someone else's proprietary model (e.g., Jasper AI/GPT-3), but these products deliver real value to customers today – with no human in the loop. If LLM performance plateaued, these companies would likely still have some intrinsic value.

      • Bozhidar BatsovReading Files in OCaml

        One thing I’ve noticed on my journey to learn OCaml was that reading (text) files wasn’t as straightforward as with many other programming languages. To give you some point of reference - here’s how easy it is to do this in Ruby: [...]

      • HackadayCreate A Compiler Step-By-Step

        While JavaScript might not be the ideal language to write a production compiler, you might enjoy the “Create Your Own Compiler” tutorial that does an annotated walkthrough of “The Super Tiny Compiler” and teaches you the basics of writing a compiler from scratch.

  • Leftovers

    • Bert HubertThe World of Yesterday: a brief review of a 1942 book

      It is a remarkably odd book. The title is already somewhat of a hint – this is not a memoir of Stefan Zweig the person. Although we do learn of his impressive artistic and literary achievements, he barely appears in the book himself. This is a memoir of a lost Europe, and how we lost it, in the First World War, during the run-up to the Second World War and finally during that war itself.

    • HackadayI Need A Hackation

      In recent times, the “staycation” became a popular alternative to forays far afield: you could take time off and enjoy your local surroundings without having to get stamps in your passport. But I don’t need to go to a museum or visit an amusement park, much less catch up on Stranger Things. I’ve got a project burning in my brain, and what I need is a few days of good solid time in the basement workshop to make some headway. What I need is a Hackation.

    • HackadayHere’s A Plain C/C++ Implementation Of AI Speech Recognition, So Get Hackin’

      [Georgi Gerganov] recently shared a great resource for running high-quality AI-driven speech recognition in a plain C/C++ implementation on a variety of platforms. The automatic speech recognition (ASR) model is fully implemented using only two source files and requires no dependencies. As a result, the high-quality speech recognition doesn’t involve calling remote APIs, and can run locally on different devices in a fairly straightforward manner. The image above shows it running locally on an iPhone 13, but it can do more than that.

    • 20 and still Scrobblin' - Last.fm at 20: Dissociated Press

      The first song I ever “scrobbled” was, apparently, “Outdoor Miner” by Wire. That was 2006, several years after Last.fm made its debut. This year the service turns 20, having never quite lived up to its promise after being acquired by CBS.

      In its prime, Last.fm tried its hand at being a social network and tried to make connections between people with similar listening habits. It’ll still show you the compatibility with other users, but has taken its foot off the gas in trying to foster conversations between users.

      The site offers a pro feature for $3 a month, but its perks aren’t very compelling. In fact, CBS’ tenure has been more marked by features removed, like its custom radio and streaming services. Instead Last.fm has tied itself to Spotify and quietly pokes users to sign up for the Pro account. (Has anyone subscribed to this? Seeing any value?)

      It seems to exist in kind of a limbo, still chugging along but doing very little to call attention to itself or offer a compelling reason for users to visit. I look at my stats sometimes, or go back to see what I was listening to last year, five years ago, ten years ago

    • Craig MurrayElectronic Grief

      My laptop was stolen from me on the Vienna to Frankfurt train on Saturday.

    • Education

      • Carl SvenssonComputers are for Girls: A deep dive into early home computer ads.

        When home computers were launched, it seems even the manufacturers didn't quite know what to make of them. Of course everybody knew they were for games, but what else were they good for? Plenty of use cases, some more contrived than others, were made up: Keep track of your recipes, give yourself an edge in school work, do your home accounts and write nice letters to grandma.

        Some products have been and are still marketed exclusively at either boys or girls, but I'm of the firm conviction that home computers aren't one of them. It's true that there were ads for home computers clearly directed at boys - but there were also plenty directed at girls, families and of course at nobody in particular - that is to say, at everyone.

      • Jacobin MagazineTeachers Are Burned Out. Unions Can Help Them Understand Why — and That They’re Not Alone.

        With conditions in US schools now at a particularly brutal point, Jacobin’s Nora De La Cour spoke with Madeloni about how ordinary teachers’ union members can fight back.

    • Hardware

      • HackadayI’ve Got Two Turntables And A Laser Engraver

        Digital media provides us with a lot of advantages. For something like recording and playing back music, digital copies don’t degrade, they can have arbitrarily high quality, and they can be played in a number of different ways including through digital streaming services. That being said, a number of people don’t feel like the digital experience is as faithful to the original sound as it could be and opt for analog methods instead. Creating analog copies of music is a much tougher matter though, as [Marco] demonstrates by using a laser engraver to produce vinyl records.

      • HackadayCome Learn About New ATtiny Generations

        As the chip shortage hit, a lot of the familiar ATtiny chips have become unavailable and overpriced, and it mostly stayed the same since then. If you ever searched for “ATtiny” on your favourite electronics component retailer website, however, you’d notice that there’s quite a few ATtiny chips in stock most of the time – just that they’re from a much newer generation than we commonly see, with incompatible pinouts, slightly different architecture and longer model numbers like 412 and 3227. [David Johnson-Davies] from [technoblogy] is here to clarify things, and provide a summary of what the new ATtiny generations have to offer.

      • Alan Pope[Arcade museum] Visiting The Cave - Alan Pope's blog

        Yesterday I had cause to visit Bristol in the west of England. I live in Farnborough, in the South East of England, so it’s a two-hour journey each way. Ok, it’s about one and a half hours, but I need to factor in a recharge point because I’m an insufferable EV owner who crowbars it into the conversation at every opportunity. Anyway, moving on.

      • HackadayA Practical Discrete 386

        There are some chips that no matter how much the industry moves away from them still remain, exerting a hold decades after the ranges they once sat alongside have left the building. Such a chip is the 386, not the 80386 microprocessor you were expecting but the LM386, a small 8-pin DIP audio amplifier that’s as old as the Ark. the ‘386 can still be found in places where a small loudspeaker needs to be powered from a battery. SolderSmoke listener [Dave] undertook an interesting exercise with the LM386, reproducing it from discrete components. It’s a handy small discrete audio amplifier if you want one, but it’s also an interesting exercise in understanding analogue circuits even if you don’t work with them every day.

    • Health/Nutrition/Agriculture

    • Security

      • Integrity/Availability/Authenticity

        • RTLNew wave of phishing attempts is making its rounds

          Fraudulent text message are numerous and seem to be multiplying in the Grand Duchy. In recent months, many organisations had to inform the public of ongoing scams.

          Post, BCEE, BGL, and, more recently, Guichet.lu issued warnings to their users. The last official message on the issue was released on 7 October, but the phishing attempts have picked up in frequency again in recent days.

      • Privacy/Surveillance

        • IT WireMeta caves to German regulator - VR headset users don't need Facebook account

          As a result of the regulators demands, Meta has agreed that users who want to use the Quest 2 VR headset offered by Meta Quest (formerly Oculus) no longer need a Facebook account to do so.

          Meta has responded to the Bundeskartellamt’s competition concerns and now also offers the possibility to set up the headset using a separate account, the Meta account.

    • Defence/Aggression

      • Low Tech MagWhen Lethal Weapons Grew on Trees

        While manufacturing modern firearms and bullets depends on a global supply chain and fossil fuels, bows and arrows can be made anywhere out of anything, using only human power and simple hand tools.

      • Low Tech MagWhat if We Replace Guns and Bullets with Bows and Arrows?

        Second, how the bow performs depends to a large extent on the skills of the archer. 467 Both the bow and the firearm require the shooter to develop aiming skills. However, the archer first has to master “pulling the trigger.” He or she needs to perform a sequence of actions flawlessly to make an accurate shot even possible. A slight variation in body posture or a jerky string release is enough to make the arrow go off the mark. In comparison, pulling the trigger of a firearm requires less practice. Aiming is more difficult with a bow than with a firearm as well. Unless the target is very close, the archer needs to compensate for gravity and shoot the arrow in an arc – hence the word archery. 8 Because bullets travel much faster than arrows, a gunner can aim in a straight line, which is easier.

      • France24Al-Shabaab militants attack hotel in the Somali capital Mogadishu

        The hotel's website describes the Villa Rose as the "most secure lodging arrangement in Mogadishu" with metal detectors and a high perimeter wall.

        Al-Shabaab, a militant group affiliated with Al-Qaeda that has been trying to overthrow Somalia's central government in Mogadishu for 15 years, claimed responsibility for the attack.

      • NPRThe al-Shabab extremist group attacked a hotel in Somalia's capital

        Scores of people were rescued from the hotel and security forces have launched an operation to remove the assailants, police spokesman Sadik Dodishe told state media.

      • BBCSomalia: Key hotel in Mogadishu stormed by al-Shabab militants

        The Villa Rose hotel, where the ambush took place, is a short walk from the presidential palace in central Mogadishu.

      • ABCAl-Shabab extremist group attacks hotel in Somali capital

        The latest attack comes amid a new, high-profile offensive by the Somali government against al-Shabab, which still controls large parts of central and southern Somalia.

      • MeduzaHouse of spies Bellingcat finds Moscow real estate registered to Russian spies living in Sweden – it’s in a building that houses high-ranking intelligence officers — Meduza

        A married couple Russian were arrested in Sweden last week on suspicion of spying for the Russian Federation. Investigative outlet Bellingcat has now discovered that the couple owns an apartment in a Moscow building, which houses several other high-ranking employees of the GRU, the Russian Federation’s military intelligence agency. Other notable residents include alleged participants in Novichok poisonings and the supervisor of a disinformation campaign about Malaysia Airlines Flight 17.

      • MeduzaCouncil of Wives and Mothers VKontakte page blocked — Meduza

        The Council of Wives and Mothers group, which was organized by the relatives of mobilized Russian soldiers, has been blocked on Russian social networking site VKontakte at the Russian Prosecutor General’s request.

      • MeduzaUkrainian General Staff says Russia is preparing a new wave of ‘covert mobilization’ — Meduza

        The General Staff of the Ukrainian Armed Forces claims that, beginning December 10, the Russian army could see a new wave of “covert mobilization.” In its morning report on November 27 the department said:

      • MeduzaISW: Hostilities in Ukraine will intensify again after a cold snap in coming weeks — Meduza

        A daily report from the US-based think tank the Institute for the Study of War says that the overall pace of operations on the front lines in Ukraine has slowed in recent days due to adverse weather conditions, but that the intensity of fighting could grow again in the first week of December.

      • MeduzaFeminist Anti-war Resistance movement demands Russian troops’ withdrawal from Ukraine — Meduza

        The “Feminist Anti-war Resistance” movement and an organized group of mothers of mobilized and contract soldiers have issued an open letter, demanding an end to the war and the withdrawal of Russian troops from Ukrainian territory. The document coincides with Russian Mothers’ Day and is addressed to members of relevant State Duma and Federation Council committees.

      • ScheerpostPatrick Lawrence: Biden Sides With Trump in Killing Obama’s Iran Nuclear Deal

        Among our mentally impaired president’s more prominent campaign pledges during the 2020 political campaigns was that his national security people would negotiate America’s return to the multi-sided accord governing Iran’s nuclear programs. Without hesitation, I offered excellent odds that this would stand tall in Joe Biden’s forest of […]

    • Environment

      • AlerNetJaron Lanier: 'Extinction is on the table as an outcome' of the chaos caused by social media

        Computer scientist, composer, artist, and author Jaron Lanier has for years been outspoken about his total avoidance of social media platforms because of the harm that they inflict on their users and the detrimental impacts that they have on societies. In a 2018 conversation with Vox producer Eric Johnson, Lanier decried people who refuse to delete their accounts even though they can.

      • OverpopulationThe per capita fallacy

        Moreover, environmental impact has many components and is context-dependent. While, overall, being rich is the worst thing one can do in terms of the environment, even someone who is barely surviving could – precisely for that reason – personally contribute to irreversible environmental damage, with desperate actions like cutting down the last tree for firewood or hunting threatened species for food.

      • Energy

      • Overpopulation

        • The Telegraph UKA demographic timebomb is about to reshape our world: The planet’s population is soon expected to peak. What comes next will be unrecognisable

          Nigeria, in particular, is expected to record the fastest population growth by 2100 (527m). China, soon to be surpassed by India as the world’s most populous country, is expected to see the biggest decline (327m).

          While typically richer countries produce fewer babies, Professor Sarah Harper, director of Oxford University’s Institute of Population Ageing, says parts of sub-Saharan Africa may well defy UN projections. She and her colleagues have conducted research which suggests the ideal number of children wanted by women in sub-Saharan Africa is between three and five, compared to roughly two elsewhere in the world. “When you give them the choice and empower them through education, health and family planning, they seem to want larger families,” she says.

        • Deutsche WelleWhy underage marriages are still prevalent in Pakistan

          In October, two men in Pakistan's Baluchistan province were arrested after police were tipped off that a 5-year-old girl had been forced into a marriage contract.

          The girl's uncle said that a local man had insisted the girl marry his son, and forced her father to accept a marriage contract.

          "We insisted that she is too young to contract a marriage," the girl's uncle told DW, adding that the exchange between the two men had been filmed and then reported to police.

    • Finance

    • AstroTurf/Lobbying/Politics

      • Terence EdenA small bug in Canada's eTA emails

        The image is loading from the Intranet. So it isn't visible to those on the outside. I suspect this bug wasn't caught by testing because the testers were all connected to their intranet.

        This missing image is bad for two reasons.

      • IT WireCurtin project recruits cybersecurity workforce from WA schools [iophk: Windows TCO]

        Western Australian school students can be recruited as the cybersecurity workforce of the future as part of a Curtin University-led cybersecurity program, which has been supported by the Federal Government.

      • Rolling StoneInside the Far-Right’s Fight for College Campuses

        Award-winning journalist Kyle Spencer’s new book, Raising Them Right — The Untold Story of America’s Ultraconservative Youth Movement and Its Plot for Power explores a decades-long campaign — online and off — to lure unsuspecting young people into the far-right fold, capitalizing on magnetic celebrities like Turning Point USA founder Charlie Kirk, the thermodynamic Black conservative Candace Owens, and frat-boy-handsome Will Witt, who uses his good looks and winning smile to peddle white-boy victimization and resentment.

        In this exclusive excerpt, Spencer chronicles life on the campus front lines, dispelling myths about who gets heard on the campus quad, and showing that right-wing activists aren’t suppressed victims of censored speech, but loyal recipients of donor money that is being artfully used to amplify their raging rhetoric, and affording them not less but more and more free speech inside higher-ed institutions and beyond.

      • Times Higher EducationPeers oppose free speech bill’s prospect of ‘endless litigation’

        Former Tory universities ministers Lord Johnson of Marylebone and Lord Willetts were among peers from all parties to restate earlier opposition to the bill’s plan for a “statutory tort” that would enable individuals to sue English universities and students’ unions for compensation “if they have suffered loss” as a result of a breach of institutions’ duties to protect free speech on campus.

      • Digital Music NewsTrent Reznor Quits Twitter, Prompting Elon Musk to Call Him a ‘Crybaby’

        Nine Inch Nails frontman Trent Reznor left Twitter following complaints of Elon Musk’s takeover. Now the billionaire is calling the producer a ‘crybaby.’

        Trent Reznor spoke about his decision to leave the platform with The Hollywood Reporter before he deactivated his account. “I’m about to depart. We don’t need the arrogance of the billionaire class to feel like they can just come in and solve everything,” Reznor said. “Even without him involved, I just find that it has become such a toxic environment. For my mental health, I need to tune out. I don’t feel good being there anymore.”

      • FuturismCheapskate Elon Musk Refusing To Pay Bills At Twitter

        It's one of many dubious methods Musk has adopted to balance the budget at a company he's paid far too much for, at a sum of around $44 billion. Culling half of Twitter's 7,500 workforce just weeks into his reign and continuing to fire employees that have voiced criticism, the richest man in the world has had no qualms with adopting either the most ruthless or most frivolous methods of saving an extra buck.

      • AxiosGlobal legal perils beset a downsized Twitter

        Why it matters: Musk's word is law inside Twitter now, but his disdain for rules will encounter tough pushback from governments around the world — just as the company has lost most of the people who managed its relationships with regulators and legislators.

        Twitter's biggest challenges lie abroad, particularly in Europe, which has been steadily tightening tech regulations for years.

      • TruthOutBiden Administration Offers Weak Response to Israel's Right Wing Shakeup
      • ScheerpostUltra-Far-Right Ben-Gvir Given National Security Ministry

        The Israeli newspaper€ Arab 48€ reports that the Likud Party of Prime Minister Binyamin Netanyahu signed a deal on Friday with what the paper calls the “fascist” Jewish Power party of Itamar Ben-Gvir giving the latter the post of minister of national security. Jewish Power will […]

      • Common DreamsMassive Demonstration of Support for Lopez Obrador in Mexico City

        Hundreds of thousands marched with Mexican President Andres Manuel Lopez Obrador on Sunday in a massive demonstration through Mexico City to show their support for Lopez Obrador.

        The march is€ celebrating€ the "transformation of Mexico" four years into his six-year term. Lopez Obrador, known by his initials AMLO€ was elected in 2018 and heralded as€ the Bernie Sanders of Mexico.

    • Civil Rights/Policing

      • Jacobin MagazineToday, We Need to Make Amazon Pay

        The underside of Amazon’s explosive growth, however, is felt by the very people who generate its wealth: its workers. From the lack of masks and other protective equipment during the pandemic to injury rates twice as high as the industry standard to warehouses catching fire, Amazon workers are constantly put at risk — with fatal consequences all too often.

        In the supply chain, conditions are often much worse. Amazon has been found to sell clothing from dozens of blacklisted Bangladeshi factories that have been deemed too dangerous following the Rana Plaza garment factory collapse. The company is still refusing to sign the legally binding Accord on Fire and Building Safety in Bangladesh, a central demand of workers, trade unions, and activists.

      • Rolling Stone‘Digitized Love’: How Prison Mail Bans Harm Incarcerated People

        For people who are incarcerated, mail offers a link to the outside world that extends beyond words or drawings on a page. Paper letters and cards let people in correctional facilities hold and touch an item that a loved one held, running their fingers over the handwriting, or smelling perfume on an envelope. In a recent article for the nonprofit outlet Truthout, Ryan Moser, who is currently serving a sentence in a Florida state prison, wrote about receiving a three-by-five glossy photograph of his father after he died unexpectedly. “I held [it] in my hands for hours, memorizing his features before placing it reverently in my photo album for safekeeping.” Increasingly, correctional systems are taking away those tangible ties to friends and family members.

      • TruthOutNew Law Expands Recourse for Survivors of Sexual Assault Behind Bars in New York
      • TruthOutPost “Roe,” Advocates Fear for the Future of Contraceptive Self-Determination
    • Monopolies

      • Patents

      • Software Patents

        • BloombergHow Patent Holders Can Avoid Early Dismissal at Pleadings Stage

          While many expected the Federal Circuit precedent to make Section 101 dismissals at the pleading stage rare, that has not been the case. Despite the factual nature of Alice step two, over the past four years many patent owners have been unable to plausibly plead factual allegations showing their patent has an inventive concept, and have lost their patents shortly after filing suit.

        • Game-News24New EA Patents may punch players who work with the Opposite Team

          EA published an electronic patent on a piece of software called: “Detecting collusion in online games”. As to come, the publisher wanted to prevent players from losing games so they won’t help the enemy team. Punishments could range from rewards revoked to even being banned from the game altogether. But it’s not a matter of a lot of questions and could be an unreliable privacy nightmare for players.

          [...]

          The software carries many privacy concerns, since it can allow moderators to read their private messages. To be fair, the patent would work out to resolve that problem. This anti-cheat mechanic requires “seven percent respect to the laws of the player”

      • Copyrights

        • Torrent FreakTriller's $150k 'Landmark' Win Over Jake Paul YouTube Pirate Deserves Nuance

          As part of an anti-piracy campaign against people who allegedly streamed the Jake Paul vs. Ben Askren fight in 2021, Triller sued the operator of the YourEXTRA YouTube channel. Last week a California court found Arvin De La Santos liable for $150,000 in copyright infringement damages, a "landmark" win according to Triller. The details of the case provide a little more nuance.

  • Gemini* and Gopher

    • Politics

      • Contra Identitia (Against the Identarians)

        Identity is colonialism. That is, less laconically, the ideology of identity as constituted in this era functions as an Occidentalist colonialist agent of discursive hegemony. I’m not very apt at the post-modern idiom, but I think I phrased that cogently. I don’t here hope to persuade anyone to this vantage, but in hopes the actuality of the word might at least register my aloofness with a prospective posterity. I almost said “my dissent” here. But even to dissent with a hegemony is to invite absorption by mimesis. Hence the title to this paper is intentionally ironical.

    • Technical

      • Digital Ambivalence

        Resurrected my fediverse account to a fugue of emotional ambivalence. I feel vaguely unclean about it, as if defeated by anthropogenic sludge on a long trek. But there are good people thereabouts, who I’ve missed. And many others on fedi are gifted by knowledge from whom I’ve benefitted, the nerd cabals with their wry digital magicks. That’s the carrot on the social media stick: people. The tragedy of the thing is how the medium entices people to dehumanize themselves, puts up funneling walls to pour ourselves into moulds of caricature. It’s not entirely a new problem, certainly, but by now it seems inarguable that contemporary social media are uncannily able at divesting humanity from its virtues.


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



Recent Techrights' Posts

Daniel Pocock elected on ANZAC Day and anniversary of Easter Rising (FSFE Fellowship)
Reprinted with permission from Daniel Pocock
Ulrike Uhlig & Debian, the $200,000 woman who quit
Reprinted with permission from disguised.work
Girlfriends, Sex, Prostitution & Debian at DebConf22, Prizren, Kosovo
Reprinted with permission from disguised.work
Martina Ferrari & Debian, DebConf room list: who sleeps with who?
Reprinted with permission from Daniel Pocock
 
Joerg (Ganneff) Jaspert, Dalbergschule Fulda & Debian Death threats
Reprinted with permission from disguised.work
Amber Heard, Junior Female Developers & Debian Embezzlement
Reprinted with permission from disguised.work
[Video] Time to Acknowledge Debian Has a Real Problem and This Problem Needs to be Solved
it would make sense to try to resolve conflicts and issues, not exacerbate these
[Video] IBM's Poor Results Reinforce the Idea of Mass Layoffs on the Way (Just Like at Microsoft)
it seems likely Red Hat layoffs are in the making
IRC Proceedings: Wednesday, April 24, 2024
IRC logs for Wednesday, April 24, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Links 24/04/2024: Layoffs and Shutdowns at Microsoft, Apple Sales in China Have Collapsed
Links for the day
Sexism processing travel reimbursement
Reprinted with permission from disguised.work
Microsoft is Shutting Down Offices and Studios (Microsoft Layoffs Every Month This Year, Media Barely Mentions These)
Microsoft shutting down more offices (there have been layoffs every month this year)
Balkan women & Debian sexism, WeBoob leaks
Reprinted with permission from disguised.work
Links 24/04/2024: Advances in TikTok Ban, Microsoft Lacks Security Incentives (It Profits From Breaches)
Links for the day
Gemini Links 24/04/2024: People Returning to Gemlogs, Stateless Workstations
Links for the day
Meike Reichle & Debian Dating
Reprinted with permission from disguised.work
Europe Won't be Safe From Russia Until the Last Windows PC is Turned Off (or Switched to BSDs and GNU/Linux)
Lives are at stake
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 23, 2024
IRC logs for Tuesday, April 23, 2024
[Meme] EPO: Breaking the Law as a Business Model
Total disregard for the EPO to sell more monopolies in Europe (to companies that are seldom European and in need of monopoly)
The EPO's Central Staff Committee (CSC) on New Ways of Working (NWoW) and “Bringing Teams Together” (BTT)
The latest publication from the Central Staff Committee (CSC)
Volunteers wanted: Unknown Suspects team
Reprinted with permission from Daniel Pocock
Debian trademark: where does the value come from?
Reprinted with permission from Daniel Pocock
Detecting suspicious transactions in the Wikimedia grants process
Reprinted with permission from Daniel Pocock
Links 23/04/2024: US Doubles Down on Patent Obviousness, North Korea Practices Nuclear Conflict
Links for the day
Stardust Nightclub Tragedy, Unlawful killing, Censorship & Debian Scapegoating
Reprinted with permission from Daniel Pocock
Gunnar Wolf & Debian Modern Slavery punishments
Reprinted with permission from Daniel Pocock
On DebConf and Debian 'Bedroom Nepotism' (Connected to Canonical, Red Hat, and Google)
Why the public must know suppressed facts (which women themselves are voicing concerns about; some men muzzle them to save face)
Several Years After Vista 11 Came Out Few People in Africa Use It, Its Relative Share Declines (People Delete It and Move to BSD/GNU/Linux?)
These trends are worth discussing
Canonical, Ubuntu & Debian DebConf19 Diversity Girls email
Reprinted with permission from disguised.work
Links 23/04/2024: Escalations Around Poland, Microsoft Shares Dumped
Links for the day
Gemini Links 23/04/2024: Offline PSP Media Player and OpenBSD on ThinkPad
Links for the day
Amaya Rodrigo Sastre, Holger Levsen & Debian DebConf6 fight
Reprinted with permission from disguised.work
DebConf8: who slept with who? Rooming list leaked
Reprinted with permission from disguised.work
Bruce Perens & Debian: swiping the Open Source trademark
Reprinted with permission from disguised.work
Ean Schuessler & Debian SPI OSI trademark disputes
Reprinted with permission from disguised.work
Windows in Sudan: From 99.15% to 2.12%
With conflict in Sudan, plus the occasional escalation/s, buying a laptop with Vista 11 isn't a high priority
Anatomy of a Cancel Mob Campaign
how they go about
[Meme] The 'Cancel Culture' and Its 'Hit List'
organisers are being contacted by the 'cancel mob'
Richard Stallman's Next Public Talk is on Friday, 17:30 in Córdoba (Spain), FSF Cannot Mention It
Any attempt to marginalise founders isn't unprecedented as a strategy
IRC Proceedings: Monday, April 22, 2024
IRC logs for Monday, April 22, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Don't trust me. Trust the voters.
Reprinted with permission from Daniel Pocock
Chris Lamb & Debian demanded Ubuntu censor my blog
Reprinted with permission from disguised.work
Ean Schuessler, Branden Robinson & Debian SPI accounting crisis
Reprinted with permission from disguised.work
William Lee Irwin III, Michael Schultheiss & Debian, Oracle, Russian kernel scandal
Reprinted with permission from disguised.work