@ninformatic.bsky.social
Un deuxième article très intéressant de Clubic, sur l'alternative à Android appelée Jolla, bien plus indépendante de Google que Murena, Fairphone, Graphene et compagnie. www.clubic.com/dossier-6134...
"Apple et Google sont prisonniers de leur propre écosystème, nous pouvons innover librement" - Interview Jolla
Dix ans après l'aventure du premier Jolla Phone, la société finlandaise revient en force avec la même ambition : proposer une alternative européenne crédible au duopole iOS/Android. Entre DMA, souvera...
clubic.com
In just two years, this Python project has gathered a staggering 17,000 GitHub stars! What’s making multi-agent systems so pivotal in AI, and how could they reshape the landscape of collaborative tasks? 🤔
CAMEL-AI: the Python project that sparked debate among agents to measure scalability, with 17,000 GitHub stars in two years - Sinaptica
Since March 2023, CAMEL (Communicative Agents for Mind Exploration of Large Language Model Society) has accumulated over 17,000 followers on GitHub in just two
sinapti.ca
Nous venons de publier la version 8.1.6 de #PeerTube pour corriger plusieurs problèmes de sécurité. Si vous gérez l'administration d'une plateforme PeerTube, merci de mettre à jour dès que possible. La liste des changements complète peut être consultée ici : github.com/Chocobozzz/P...
Release v8.1.6 · Chocobozzz/PeerTube
IMPORTANT NOTES Follow v8.1.0 IMPORTANT NOTES if you upgrade from PeerTube <= v8.0.2 SECURITY Fix SQL injection coming from actor inbox URL when updating actor follow scores. Thanks to Nagarajan...
github.com
@ninformatic.bsky.social 🐧 🐧 🐧 Bento antiX 26 est en ligne, 32 et 64 bits, basée sur antiX Linux 26. Un système léger pour faire durer des PC anciens, avec quelques logiciels utiles et la liberté d’installer ce que l’on veut via Synaptic. 🐧 linuxvillage.org 📥 downloads.linuxvillage.org
LinuxVillage – Utilisateurs GNU/Linux francophones et anglophones
linuxvillage.org
Fabriquer un circuit imprimé sans aucun logiciel, juste avec un marqueur korben.info/fabriquer-un...
Fabriquer un circuit imprimé sans aucun logiciel, juste avec un marqueur - Korben
Un bricoleur connu sous le pseudo ALTco a fabriqué un circuit imprimé sans toucher au moindre logiciel. Pas de conception sur ordinateur, pas de commande ...
korben.info
www.clubic.com/actualite-61... Usa, Microsoft, open standards, as usual.
LibreOffice accuse Microsoft d'avoir fait disparaître son seul format Word conforme à la norme ISO
En 2008, Microsoft promettait à l'ISO que la version standardisée d'OOXML remplacerait la version provisoire. Dix-huit ans plus tard, c'est la version provisoire qui a gagné, et la version standardisé...
clubic.com
Donc voila le genre de box que vous pouvez avoir pour 20 balles ou en faisant les poubelles des gens qui vont jeter leurs vieux décodeurs TV/fibre. Exemple es.wallapop.com/item/decodif...
#Collinion #LinuxGame #CellularAutomaton Was my first project A game in command line But give it a chance Let me know if too hard to install Basic And addictive somehow
GitHub - nidionis/collinion: cellular automaton gamified,
cellular automaton gamified,. Contribute to nidionis/collinion development by creating an account on GitHub.
github.com
I can't stop thinking about this video since I saw it last night
my favourite trick, in bash: having done alias making aliases #!/bin/bash # BIN_DIR must be in the path BIN_DIR=$HOME/.bin F=$(which "$1") if [ ! -f "$F" ]; then F="$BIN_DIR/$1" cp ~/.vim/templates/template.sh $F fi vim "$F" chmod +x $F cd $BIN_DIR git pull gitaddcommit git push