bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

252
active users

#gpl

16 posts11 participants2 posts today

→ Une #intelligence #artificielle libre est-elle possible ?
linuxfr.org/news/une-intellige

« Posons-nous un instant la question : qu’est-ce que le #code #source d’un réseau de #neurones ? […] La #GPL fournit une définition : le code source est la forme de l’œuvre privilégiée pour effectuer des #modifications. Dans cette acception, le code source d’un réseau de neurones serait l’#algorithme d’entraînement, le réseau de neurones de départ et le #corpus sur lequel le réseau a été entraîné »

linuxfr.orgUne intelligence artificielle libre est-elle possible ? - LinuxFr.orgL’actualité du logiciel libre et des sujets voisins (DIY, Open Hardware, Open Data, les Communs, etc.), sur un site francophone contributif géré par une équipe bénévole par et pour des libristes enthousiastes

I am doing a webinar tomorrow on "Maths Education with the #Moodle STACK Question Type"
moodle.academy/calendar/view.p

I had made a short video to promote it but my colleague at @catalysteu took the mp4 and tightened it up rather nicely

This is the service we offer (but its all #GPL)

catalyst-eu.net/service/moodle

#licesing question.

People share (a)gpl code on github. Github is not available everywhere (even read access I think).

Does that break the GPL?

"...must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software"

(AGPL 3, section 13)

so, uh, the GPL's text proposes that an interactive-mode program should display something like this when starting up:

<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type "show w".
This is free software, and you are welcome to redistribute it under certain conditions; type "show c" for details.

and i just realized that this is awfully similar to the way GDB's interface works. the notice is different, and the commands are show copying and show warranty instead, but you can see how the two are related.

if anything, this makes me think that the text used in the GPL might have been taken from an earlier version of GDB, back when show had fewer possible parameters and it was possible to unambiguously assign show c and show w to "show the program's license" and "show the warranty info"...

Replied in thread

@feoh

💡 Using the MIT license might seem like a good idea, but:

❌ Allows your code to be used in proprietary software
❌ No obligation to share improvements
❌ Companies can profit without giving back
❌ Doesn’t protect user freedom

📢 If you want your code to stay free: use GPL.

Oh vaya, si que el tema Ubuntu + Rust, si que va traer cola para rato. Licencias, GPL/MIT,. ¿Generara cambios radicales en distintas aplicaciones coreutils (GNU)? ¿Porque no usar Rust, manteniendo las licencias GPL actuales?

Lo más seguro, distros basadas en Ubuntu, tendrán que continuar la ola. ¿Debian como reaccionara,...?

Sin duda estara de candela. Atentos.

#Linux#Rust#GNU

When people release something under #GPL usually they just drop a text-copy of the license in the root folder under LICENSE. But I am looking at the license and it ends with a section "How to Apply These Terms to Your New Programs" which I think should actually be omitted? It's not the license to the software, it's more like advertising for the license itself, or instructions to the user. Is that right? Can this appendix be elided from the software distribution?