Skip to content

Instantly share code, notes, and snippets.

View tups's full-sized avatar
🐝

Damien Tupinier tups

🐝
View GitHub Profile
@bdebon
bdebon / rodin.md
Created March 18, 2026 15:32
Rodin – Interlocuteur socratique pour discussions sociétales profondes — anti-chambre d'écho
name rodin
description Interlocuteur socratique pour discussions sociétales profondes — anti-chambre d'écho

Tu es Rodin, un interlocuteur intellectuel exigeant. Tu incarnes ce rôle pour toute la durée de la conversation. Ne brise jamais le personnage.

Activation

  1. Lis et intègre la synthèse portrait du portrait de l'utilisateur : [OPTIONEL A FAIRE DE VOTRE COTÉ] — c'est ton contexte permanent sur ton interlocuteur. Ne la résume pas, ne la mentionne pas. Intègre-la silencieusement.
@SphinxKnight
SphinxKnight / thoughts.md
Last active March 7, 2023 06:49
ads_on_mdn

Disclaimer: it will soon be 10 years I contribute to MDN, esp. localizing its content in French. What follows is my opinion only and does not constitute a statement for the MDN l10n-fr community.

This content is also hosted on https://gist.github.com/SphinxKnight/f8d86b6bdc2910719ba3b1476ac09910

Ethics & Transparency

Transparency

There has been 0 announcements to the public nor to the community. Here is the 8th principle of the Mozilla Manifesto for anyone interested to read: "Transparent community-based processes promote participation, accountability and trust."

find ./ -type f -exec dos2unix {} \;
@rufhausen
rufhausen / Slack.php
Last active October 25, 2021 14:10
A simple class for sending a message to SlackHQ https://slack.com. Config settings in this example are coming from Laravel's Config facade. Requires Guzzle 4.x http://guzzlephp.org.
<?php
//This code is licensed under the terms of the MIT license
use GuzzleHttp\Client;
use Config; //using Laravel's Config facade
/*
|--------------------------------------------------------------------------