Skip Navigation
Weekly GNU-like Mobile Linux Update (45/2024): Ubuntu Touch 20.04 OTA-6 and other updates
linmob.net Weekly GNU-like Mobile Linux Update (45/2024): Ubuntu Touch 20.04 OTA-6 and other updates

Ubuntu Touch deliver their 6th 20.04 release, postmarketOS share what progress they've made in October, a new collection of Sailfish Community News, a build your own x86_64 'phone' guide, and more! Also, as we're already on that day in some parts of the globe: Happy 15th anniversary, Nokia N900!

Weekly GNU-like Mobile Linux Update (45/2024): Ubuntu Touch 20.04 OTA-6 and other updates
0
AMD Linux Graphics Driver To Switch To More Aggressive Power Heuristics By Default

> A change queued up last week by AMDGPU driver maintainer Alex Deucher will now default to the fullscreen 3D workload profile for discrete GPUs. AMD APUs with integrated graphics will continue to use the default "bootup" power profile but discrete graphics cards will be running in the "fullscreen 3D" power profile by default.

18
What's something you've improved at recently?
  • That actually is impressive! I like your style. Curious, how long did it take you to get to this point?

  • Weekly GNU-like Mobile Linux Update (41/2024): Successful moves and XMPP calling
    linmob.net Weekly GNU-like Mobile Linux Update (41/2024): Successful moves and XMPP calling

    This Week: postmarketOS moved to their own gitlab, a new app for XMPP calls, Plasma 6.2 bringing Alpine apks to Discover, improved Kirigami Addons, news from the GNOME Foundation, updates to user0's Mobile Friendly Firefox customizations and more!

    Weekly GNU-like Mobile Linux Update (41/2024): Successful moves and XMPP calling
    0
    What’s New In Python 3.13
    docs.python.org What’s New In Python 3.13

    Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...

    What’s New In Python 3.13

    > Python 3.13 is the latest stable release of the Python programming language, with a mix of changes to the language, the implementation and the standard library. The biggest changes include a new interactive interpreter, experimental support for running in a free-threaded mode (PEP 703), and a Just-In-Time compiler (PEP 744).

    3
    Weekly GNU-like Mobile Linux Update (40/2024)
    linmob.net Weekly GNU-like Mobile Linux Update (40/2024): Phosh 0.'Answer to the Ultimate Question of Life, the Universe, and Everything'.0

    postmarketOS reports progress and moves to self-hosted gitlab instance, another Ubuntu Touch Q&A, a plethora of blog posts worth reading, fwupd 2.0, KDE app progress, PINE64 is still alive, a quaterly update by LinuxPhoneApps.org, and more!

    Weekly GNU-like Mobile Linux Update (40/2024): Phosh 0.'Answer to the Ultimate Question of Life, the Universe, and Everything'.0
    0
    Git hashes in Nix
  • Not the author. But thank you, I didn't know that.

  • Getting my daily news from a dot matrix printer
    aschmelyun.com Getting my daily news from a dot matrix printer

    Instead of doom-scrolling through my phone in the morning, I built an alternative with a Raspberry Pi, a dot matrix printer, and some PHP.

    Getting my daily news from a dot matrix printer
    23
    Weekly GNU-like Mobile Linux Update (39/2024): ARM Gaming Edition
    linmob.net Weekly GNU-like Mobile Linux Update (39/2024): ARM Gaming Edition

    Another week has almost passed, here's what happened: postmarketOS shares plans for adding systemd and immutability, a Sailfish OS community roundup, a Newsletter by UBports, some progress on working phone calls on the PinePhone Pro, Akademy talks uploaded on PeerTube, Valve seemingly invested in Pr...

    Weekly GNU-like Mobile Linux Update (39/2024): ARM Gaming Edition
    0
    Man-in-the-Middle PCB Unlocks HP Ink Cartridges
    hackaday.com Man-in-the-Middle PCB Unlocks HP Ink Cartridges

    It’s a well-known secret that inkjet ink is being kept at artificially high prices, which is why many opt to forego ‘genuine’ manufacturer cartridges and get third-party ones inst…

    Man-in-the-Middle PCB Unlocks HP Ink Cartridges
    64
    Sony, Ubisoft scandals prompt California ban on deceptive sales of digital goods
    arstechnica.com Sony, Ubisoft scandals prompt Calif. ban on deceptive sales of digital goods

    New California law reminds us we don't own games and movies.

    Sony, Ubisoft scandals prompt Calif. ban on deceptive sales of digital goods

    > California recently became the first state to ban deceptive sales of so-called "disappearing media."

    > On Tuesday, Governor Gavin Newsom signed AB 2426 into law, protecting consumers of digital goods like books, movies, and video games from being duped into purchasing content without realizing access was only granted through a temporary license.

    13
    Nix 2.24.8 released fixing builtin:fetchurl credentials leak, severity 5.9 (moderate)
    discourse.nixos.org Nix 2.24.8 released fixing builtin:fetchurl credentials leak, severity 5.9 (moderate)

    DetSys seems to have made a security release to NixCpp. The primary risk is leaking of netrc credentials through a crafted derivation plus an attacker-in-the-middle. Users of the experimental feature impure-derivations are at greater risk. FlakeHub Cache users and users of impure derivations sh...

    Nix 2.24.8 released fixing builtin:fetchurl credentials leak, severity 5.9 (moderate)

    cross-posted from: https://discuss.tchncs.de/post/22666403

    0
    Nix 2.24.8 released fixing builtin:fetchurl credentials leak, severity 5.9 (moderate)
    discourse.nixos.org Nix 2.24.8 released fixing builtin:fetchurl credentials leak, severity 5.9 (moderate)

    DetSys seems to have made a security release to NixCpp. The primary risk is leaking of netrc credentials through a crafted derivation plus an attacker-in-the-middle. Users of the experimental feature impure-derivations are at greater risk. FlakeHub Cache users and users of impure derivations sh...

    Nix 2.24.8 released fixing builtin:fetchurl credentials leak, severity 5.9 (moderate)
    0
    Help with Creating nix-shells
  • What you're doing is equivalent to

    nix-shell -p "grim slurp"
    

    Which won't work because nix-shell expects

    nix-shell -p "grim" "slurp"
    

    Which then becomes

    {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (grim) (slurp) ]; } ""
    

    According to the manual

    nix-shell --packages interprets each command line arguments as attribute names inside the Nix packages collection.

    The error message is because you are giving multiple package names as a single argument.

  • Announcing Casual EditKit
  • I am not the author. Just thought this was interesting.

  • Youtube has fully blocked Invidious
  • According to one of the maintainers

    YouTube/Google has patched the latest workaround that we had in order to restore the video playback functionality.

    Right now we have no other solutions/fixes. You may be able to get Invidious working on residential IP addresses (like at home) but on datacenter IP addresses Invidious won't work anymore.