coding
Posts tagged with "coding".
32 posts
-
articles
Three days of performance work on the Indiekit stack — memory optimization, Core Web Vitals, and build-time improvements. This one gets technical. The Problem: OOM Kills in a 3 GB Container The site runs on Cloudron in a container with 3 GB RAM. Elev...
View → -
articles
A day of polish, performance, and migration cleanup across the Indiekit ecosystem. Eleventy Theme — 24 commits Design System Compliance The theme got a full design system overhaul. Every post type — articles, notes, bookmarks, photos, replies, likes,...
View → -
articles
A busy day of improvements across the Indiekit ecosystem. Here’s what changed. Eleventy Theme — 10 commits The frontend got the most attention: Blog filter navigation — the blog dropdown now shows all posts per type, not just the most recent Interact...
View → -
notes
Just added AI transparency metadata to my Micropub MCP client. Every post can now carry disclosure fields for how AI was involved in creating it: ai_text_level: 0 (None) → 3 (AI-generated, human reviewed) ai_code_level: 0 (Human-written) → 2 (Primari...
View → -
notes
Released v2.4.0 of my ActivityPub plugin — unified the reader and explore processing pipelines into a single shared path. Posts now go through the same enrichment (avatars, media, quotes, hashtags) regardless of whether they come from your home timel...
View → -
notes
Just shipped two new features for my GitHub page: a searchable starred repos browser that syncs all 5k+ stars via GraphQL and caches them in MongoDB, with filtering by language, topic, and full-text search — and GitHub Lists support with tabs, sortin...
View → -
notes
j’ai complètement open-sourcé tout le code qui fait tourner mon blog, évidemment je n’ai rien inventé (à part les plugins) et j’en ai fait un tuto si d’aucun/es sont assez fou pour se lancer la dedans 😀
View → -
notes
Très content de mon nouveau site / CV / blog https://rmendes.net/ j’ai créé un plugin pour #indiekit qui rapatrie mes données GitHub sur mon blog et dans la foulée un plugin #funkwhale pour afficher mes “listening” sur mon blog !
View → -
notes
Revamped my domain name site rmendes.net plan to use it like a live CV showcasing work related stuff couldn’t resist to play with the code and implement #indieweb using #go existing libraries also has webmentions support, feel free to test :)
View → -
notes
So … I have been busy contributing to this tldr: real-time #telegram archive of the Russian War against Ukraine. It’s 100% built with Claude Code in a bit more than 2 months it’s near 200.000 lines of #python code, without counting with documentation...
View → -
notes
Ever needed to duplicate a #keycloak realm.json, change a few values and re-import into the same keycloak ? this is a Keycloak realm rekeying utility, safe UUID regeneration and alias normalization to avoid duplicate constraints during import
View → -
bookmarks
View → -
articles
prerequisites – Moba’s built-in Cygwin has apt-cyg; otherwise use the GUI package manager apt-cyg install curl zip unzip sed install SDKMAN! curl -s "https://get.sdkman.io" | bash Adapt your .Bashrc # --- SDKMAN & MobaXterm/Cygwin compatibility s...
View → -
notes
Tldr: You can’t automate trust. Read “We Used ChatGPT to Write Tests. The QA Team Revolted.“ by Codepinion on Medium
View → -
notes
👀 Transform Your Code into AI-Optimized Prompts in Seconds code2prompt.dev
View → -
notes
About “vibe coding” #LLM #AI #coding
View → -
articles
Documentation du Script N8N Description Ce script JavaScript est conçu pour N8N afin de calculer et de publier quotidiennement des décomptes avant des événements politiques majeurs aux États-Unis, à savoir : Les Midterms (élections de mi-mandat). L’é...
View → -
notes
Bluesky Won’t Save Us Like radiation, social media is invisible scientific effluence that leaves us both more knowledgeable and more ignorant of the causes of our own afflictions than ever #bluesky #moderation #mastodon
View → -
notes
Nice Map of GitHub anvaka.github.io/map-of-gi… #dataviz #github #coding
View → -
notes
Ça fait plusieurs semaines qu’au boulot je nage entre des Keycloak, des Tyk, des frontend #AngularJS et mine de rien ça avance, on va pouvoir décommissioner tout un bazar de serveurs qui a plusieurs années, hors support, non maintenu, bref une cata a...
View → -
bookmarks
View → -
notes
interesting for local development anchor.dev/blog/intr… #lclhost
View → -
notes
Happy to be using many of these tools, both at home and work :)
View → -
notes
Yay Github Multi Account Support 😎
View → -
notes
geeks gonna geek github-guessr.vercel.app/game
View → -
articles
Mon extension Chrome/Vivaldi/Edge pour poster sur Bluesky depuis n’importe quel tab sur lequel on est dans le navigateur fonctionne, en mode décoffrage brut : le titre et le lien sont postés, mais pas de carte intégrée et le lien n’est pas clickable,...
View → -
articles
I’m so thrilled to finally having done it right ! This workflow that you can copy and use on N8N does a few things HTTP request a JSON feed to get last published items at the source (belgian AFSCA) Using regex to pick image file from the description...
View → -
articles
L’idée avec ce tuto, c’est de démontrer une mise en place d’utilisation des customs feeds sur Bluesky basé sur un News Bot qui va générer le contenu, ce qui va nous permettre de segmenter l’activité du newsbot en différents customs feeds auxquels les...
View → -
articles
pré-requis un compte bluesky dédié un “app password” un flux RSS source de contenu à publier bsky.rss la commande git installée Docker et Docker-Compose installé Pour l’exercice, on va déployer un newsbot https://disclose.ngo/ C’est un média d’invest...
View → -
notes
Interesting tool for devs Explore the #ActivityPub protocol interactively ActivityPub.Academy is a learning resource for ActivityPub. The protocol is brought to life by showing Activities sent between different instances in real time! activitypub.aca...
View → -
notes
Neat Comprehensive #Python Cheatsheet gto76.github.io/python-ch…
View → -
articles
A bunch of Python related ressources and ActivityPub Implementations These are examples of ActivityPub server implementations written in Python: ActivityPub Example: An example of an ActivityPub server implementation written in Python. dsblank/activi...
View →