Link Hub Manager

📰 Recent Gists from shmup

📊 Rythme de publication (100 derniers articles)

📈 1,2 article / mois — soit ~1 article tous les 25,9 jours · dernier le 10/03/2026 17:42

42024-02 : 1 article102/2404/2406/2408/242024-09 : 1 article12024-10 : 3 articles310/242024-11 : 1 article12024-12 : 3 articles312/242025-01 : 4 articles402/252025-03 : 2 articles22025-04 : 1 article104/252025-05 : 1 article106/252025-08 : 2 articles208/252025-10 : 2 articles210/252025-12 : 2 articles212/252026-01 : 4 articles42026-02 : 2 articles202/262026-03 : 1 article104/2606/26

30 articles datés · regroupés par mois.

⭐ Qualité du flux — note pondérée selon le standard podcast ouvert (PSP-1)
90/100 A

✅ 5 bons points sur 6 critères évalués.

🔒 Le détail du calcul (note par critère : intégrité technique, découvrabilité, conformité podcast ouvert…) est réservé aux abonnés — connectez-vous.

🗒️ Articles (30 affichés)
📄 30
📄 Article fetch replays for bar games
22/02/2026 17:30

bar-replays This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #!/usr/b…

Lire l'article →
📄 Article ~2k token skill I'm looping with
20/02/2026 19:15

delegate-SKILL.md name delegate description Activates delegation mode - Claude delegates all work to subagents (reader for exploration, maker for code). Saves context/tokens by keeping heavy work out of main conversation. delegate mode You are now in delegation mode. Do not perform tasks directly. Y…

Lire l'article →
📄 Article make me a rubber ducky
23/01/2026 12:44

make_me_a_ducky.md ❯ this ducky dir is where i'll do my thinking. but i can't have you simply give me an answer. as a user says about an effective rubber duck: "A rubber ducky demands that you think about your own questions, rather than taking a mental back seat as you get pummeled with information …

Lire l'article →
📄 Article claude-agents-reader-maker.md
10/03/2026 17:42

claude-agents-reader-maker.md skills/delegate/SKILL.md --- name: delegate description: Activates delegation mode - Claude delegates all work to subagents (reader for exploration, maker for code). Saves context/tokens by keeping heavy work out of main conversation. --- # delegate mode You are now in …

Lire l'article →
📄 Article movewin.ahk
12/01/2026 17:39

movewin.ahk This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters ; Window…

Lire l'article →
📄 Article .inputrc
05/01/2026 18:21

.inputrc This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters # two escap…

Lire l'article →
📄 Article git shit for bashrc
05/01/2026 18:19

gitrc This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters # ~/.gitrc: gi…

Lire l'article →
📄 Article print out the cp437 glyph table
08/12/2025 21:35

cp437 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #!/usr/bin/env…

Lire l'article →
📄 Article passwords.txt
02/12/2025 20:45

passwords.txt This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters <frien…

Lire l'article →
📄 Article huion_inspiroy_h640p.md
08/10/2025 21:10

huion_inspiroy_h640p.md Inspiroy H640P Tablet Guide for Fedora A comprehensive reference for using your Inspiroy H640P drawing tablet with OpenTabletDriver on Fedora Linux. Quick Start First Connection Connect the tablet via USB cable Check OpenTabletDriver status: systemctl --user status opentablet…

Lire l'article →
📄 Article Programming as Theory Building
25/08/2025 15:41

naur.md Programming as Theory Building Peter Naur, 1985 (copied from http://alistair.cockburn.us/ASD+book+extract%3A+%22Naur,+Ehn,+Musashi%22) Introduction The present discussion is a contribution to the understanding of what programming is. It suggests that programming properly should be regarded a…

Lire l'article →
📄 Article elixir.md
04/05/2025 14:51

elixir.md Elixir Primer Core Concepts Functional language built on Erlang VM (BEAM) Immutable data - values never change Pattern matching as primary control flow Process-oriented concurrency (not OS threads) Fault tolerance via supervision trees Syntax Basics # Functions def add(a, b), do: a + b # A…

Lire l'article →
📄 Article Mcrosoft.PowerShell_profile.ps1
09/04/2025 14:47

Mcrosoft.PowerShell_profile.ps1 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden…

Lire l'article →
📄 Article xscreensaver_primer.md
15/08/2025 22:40

xscreensaver_primer.md XScreenSaver: Simplified Guide What Is XScreenSaver? XScreenSaver is a collection of screen savers for X Window System. Each "module" is a standalone program that renders graphics to a window created by the XScreenSaver daemon. Basic Approach Any program can be a screensaver i…

Lire l'article →
📄 Article ahk scripts i use at work
12/03/2025 19:47

movewindow.ahk This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #NoEn…

Lire l'article →
📄 Article like i3, mod+n goes to the appropriate workspace (if exists)
10/03/2025 15:35

workspace.ahk This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters ; AHK …

Lire l'article →
📄 Article gcc -o vpets vpets.c -lX11 -lXext
21/01/2025 18:32

vpet.c This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #include <X11…

Lire l'article →
📄 Article wiki.py
18/01/2025 22:53

simple wiki implementation This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden char…

Lire l'article →
📄 Article Postgres is Enough
14/01/2025 16:40

postgresql_is_enough.md PostgreSQL is Enough Simplify: move code into database functions Just Use Postgres for Everything Just use Postgres PostgreSQL is the worlds’ best database Postgres is eating the database world Hacker News discussion Background and Cron Jobs https://github.com/citusdata/pg_cr…

Lire l'article →
📄 Article volume mounts
11/01/2025 21:08

compose.yml This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters # simple…

Lire l'article →
📄 Article lol owned
26/12/2024 04:33

owned This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters owned

Lire l'article →
📄 Article makes the ms edge "desktop" apps convenient for launchers
06/12/2024 20:51

edge2desktop This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #!/usr/…

Lire l'article →
📄 Article dotfile https://github.com/garglk/garglk
22/11/2024 01:11

.garglkrc This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters # core set…

Lire l'article →
📄 Article scheduling strats
22/10/2024 14:42

scheduling.md Strategy 1: Least Common Multiple (LCM) Cycle Explanation: Calculate LCM of all intervals to create a cycle. Within the cycle, schedule each announcement at multiples of its interval. Prevent overlaps by assigning the earliest available slot. Code: const moment = require('moment'); con…

Lire l'article →
📄 Article vim command to aggregate buffer contents with their file path/name
28/10/2024 23:54

slurpfiles.vim This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters vim9s…

Lire l'article →
📄 Article slurpfiles
12/10/2024 18:23

slurpfiles This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #!/usr/bi…

Lire l'article →
📄 Article Toggle typingmind
23/09/2024 17:32

toggle-mind This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters #!/usr/b…

Lire l'article →
📄 Article Sharing is caring
18/02/2024 21:18

paste.vim This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters " Mac OS X…

Lire l'article →