Skip Navigation
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.

1
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
SQL tips and tricks
github.com GitHub - ben-n93/SQL-tips-and-tricks: SQL tips and tricks

SQL tips and tricks. Contribute to ben-n93/SQL-tips-and-tricks development by creating an account on GitHub.

GitHub - ben-n93/SQL-tips-and-tricks: SQL tips and tricks

From the repo

> A (somewhat opinionated) list of SQL tips and tricks that I've picked up over the years in my job as a data analyst.

2
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.

  • Announcing Casual EditKit
    yummymelon.com Announcing Casual EditKit

    An old joke of Emacs is that it’s a great operating system in need of a good text editor. In truth, Emacs is unmatched in its commands for editing, offering many different commands for editing...

    Announcing Casual EditKit

    > Casual EditKit is an opinionated Transient-based user interface library for Emacs editing commands.

    Github repo: https://github.com/kickingvegas/casual-editkit

    2
    Rockstar Games DDoSed Heavily By Players Protesting New AntiCheat Code
    cyberinsider.com Rockstar Games DDoSed Heavily By Players Protesting New AntiCheat Code

    Rockstar Games' servers have been under fire from DDoS attacks causing widespread login and connectivity issues for players of GTA Online.

    Rockstar Games DDoSed Heavily By Players Protesting New AntiCheat Code

    > Rockstar Games' servers have been under heavy fire from massive DDoS attacks in recent days, causing widespread login and connectivity issues for players of GTA Online. These attacks come in the wake of Rockstar’s recent implementation of BattlEye, a new anti-cheat system designed to crack down on in-game cheating, sparking backlash from a segment of the player base. Protesters, unhappy with the new system, have resorted to using distributed denial-of-service (DDoS) attacks to disrupt the servers, escalating tensions between the gaming giant and its community.

    261
    Announcing: frog-protocols for wayland
    github.com GitHub - misyltoad/frog-protocols

    Contribute to misyltoad/frog-protocols development by creating an account on GitHub.

    GitHub - misyltoad/frog-protocols

    From the repo

    > Wayland Protocols has long had a problem with new protocols sitting for months, to years at a time for even basic functionality.

    > This is hugely problematic when some protocols implement very primitive and basic functionality such as frog-fifo-v1, which is needed for VSync to not cause GPU starvation under Wayland and also fix the dreaded application freezing when windows are occluded with FIFO/VSync enabled.

    > We need to get protocols into end-users hands quicker! The main reason many users are still using X11 is because of missing functionality that we can be shipping today, but is blocked for one reason or another.

    Mesa MR to add support for the 'frog-fifo-v1' protocol :(https://github.com/misyltoad/frog-protocols)

    10
    Inspect where a NixOS option is defined
    fzakaria.com NixOS Option Inspection

    NixOS modules are great; and it’s one of the superpowers of NixOS. They’re so great, there was a working group to look into how to apply the concept to Nixpkgs itself. For those uninitiated, there are plenty of guides online describing it’s value and purpose such as this one or on nix.dev. My larges...

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

    0
    Inspect where a NixOS option is defined
    fzakaria.com NixOS Option Inspection

    NixOS modules are great; and it’s one of the superpowers of NixOS. They’re so great, there was a working group to look into how to apply the concept to Nixpkgs itself. For those uninitiated, there are plenty of guides online describing it’s value and purpose such as this one or on nix.dev. My larges...

    0
    Reviving the devtools support in Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
    servo.org Reviving the devtools support in Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

    You can now inspect the DOM tree, view styles, evaluate JavaScript, and read console messages in Servo!

    Reviving the devtools support in Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

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

    > > You can now inspect the DOM tree, view styles, evaluate JavaScript, and read console messages in Servo!

    0
    Reviving the devtools support in Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
    servo.org Reviving the devtools support in Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

    You can now inspect the DOM tree, view styles, evaluate JavaScript, and read console messages in Servo!

    Reviving the devtools support in Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

    > You can now inspect the DOM tree, view styles, evaluate JavaScript, and read console messages in Servo!

    3
    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.