• 0 Posts
  • 13 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle



  • Alright, what are the alternatives folks?

    Gentoo? Gentoo!

    (But I’ll keep watch to see of they don’t revert course because “the models are now too powerful”, since it is a policy from 2024)

    The policy

    Gentoo Council has voted on 2024-04-14 on the following policy:

    It is expressly forbidden to contribute to Gentoo any content that has been created with the assistance of Natural Language Processing artificial intelligence tools. This motion can be revisited, should a case be made for such a tool that does not pose copyright, ethical and quality concerns.

    This policy affects Gentoo contributions and the official Gentoo projects. It does not prohibit adding packages for AI-related software or software that is being developed with the help of such tools upstream.

    https://wiki.gentoo.org/wiki/Project:Council/AI_policy










  • Nice!

    https://github.com/kristapsdz/openrsync

    This is an implementation of rsync with a BSD (ISC) license. It’s compatible with a modern rsync (3.1.3 is used for testing, but any supporting protocol 27 will do), but accepts only a subset of rsync’s command-line arguments.

    But also:

    The actual work of porting is matching the security features provided by OpenBSD’s pledge(2) and unveil(2). These are critical elements to the functionality of the system. Without them, your system accepts arbitrary data from the public network.

    rsync has specific running modes for the super-user. It also pumps arbitrary data from the network onto your file-system. openrsync is about 10 000 lines of C code: do you trust me not to make mistakes?