Notes
Short thoughts, updates, and quick posts. (1612 total)
-
En réponse à ceci
DeuxiĂšme Ă©tape pour la France⊠Donner la mĂȘme importance et la mĂȘme visibilitĂ© Ă toutes les victimes plutĂŽt que de favoriser les victimes de chanteurs, dâauteurs, de personnalitĂ©s connues. La Justice française dort et ne se rĂ©veille que quand ses stars sont touchĂ©es.
Faut-il ĂȘtre victime dâune personnalitĂ© connue ou ĂȘtre dâune famille importante pour avoir le droit Ă la justice?
-
Chaque fois quâĂ©clate une affaire de viol en France, jâai la mĂȘme rĂ©flexion : et si câĂ©tait un viol dâun inconnu contre une inconnue, la Justice et la sociĂ©tĂ© et les MĂ©dias donneraient ils la mĂȘme importance quâĂ Patrick Bruel par exemple?
Faut-il ĂȘtre un criminel avec un nom et une classe sociale diffĂ©rente pour quâun viol soit considĂ©rĂ© grave et important?
Câest tout ce que la France donne en guise de rĂ©ponse par lâexercice de la pratique.
Que ce soit dans les médias ou la Justice.
La Justice de classe, elle est organisĂ©e et mise en place par les institutions, par lâĂtat et son inertie chronique.
Elle profite directement les prédateurs au détriment des victimes.
Pendant que la presse mange des popcorns sur les dĂ©combres de vies brisĂ©es, pendant que nos sociĂ©tĂ©s sont plus intĂ©ressĂ©es par la rĂ©vĂ©lation que par la souffrance des victimes, pendant que nos sociĂ©tĂ©s continuent dâasseoir les processus judiciaire sur des lois conçues pour protĂ©ger les prĂ©dateurs, des millions de cas de viols, dâabus sur des femmes et des enfants continuent.
En toute impunité
-
Odd situation with buzzworkers LetsEncrypt certificate was not renewing properly, changed gandi API LiveDNS (deprecated) to PAT and forced cloudron to renew the certificate. Problem solved but in more than a decade its the first time a LE certificate does not renew properly on its own.
-
Hmm have to investigate why Bluesky sidebar widget is not updating anymoreâŠ
-
This is a test from my new Chrome/Firefox #micropub extension
-
So I wanted to have a simple way to quickly find previous Claude Code sessions across different environments, in my case, two WSL instances, so I vibe coded this nice little TUI tool.
my itch was that I run claude sessions from different directories and I never remember exactly where, I didnât wanted to change my work habit (always start claude from the same path) and I didnât want to search which claude session have the right context, I also wanted to have my sessions properly named so that I could find ongoing sessions with ease, I wanted to be able to preview the sessions and I wanted to be able to backfill all my previous sessions so that I could list them with an easy way to get back into them with ease.
Well, https://github.com/rmdes/claude-recent is what I came up with. its probably similar to what other approach to solve this problem already do but I wanted to control exactly what the tool is doing.
Now itâs helping me on my day to day work and offload to a simple tool a problem that was creating cognitive load, sometimes loss due to fragmentation.
Iâm pretty happy with the result even tho the tool is pretty rough.
feedback welcome if you end up using it !
-
Avec mon cafĂ© du matin, je scroll 2 minutes la ligne du temps de ces derniĂšres 48h et je constate que la dissonance cognitive câest aussi aller au taf et sâoccuper de sa vie comme si de rien nâĂ©tait alors que le monde brĂ»le et se consume dans dâincessantes rĂ©vulsions qui me dĂ©passent et pourtant⊠tout vas bien ! Bon Lundi, Bonne Semaine !
-
je rĂȘve dâune lampe de chevet/projecteur reliĂ©e Ă la page Flickr de la NASA qui afficherait les derniĂšres photos de lâunivers en haute rĂ©solution sur le plafond de ma chambre.
Malheureusement les options qui existent sont cadenassées a des images prédéfinies et limitées en nombre.
il y a aussi le problÚme du bruit à régler, un mini projecteur serait trop bruyant sur une table de chevet.
-
The Trump administration should be on trial, all of them, and face the war crimes they have perpetrated. Along with Putin, Khamenei and Netanyahu. That would be a good Earth Day.
-
@svemagie@indieweb.social this one in particular is not a DM tho
-
@svemagie@indieweb.social this is also a private DM I can see from Phanpy connected to my indiekit
-
@svemagie@indieweb.social I can see your DM, even coming from Indiekit but it seems you canât see my replies in DM?
-
So I tested MemPalace on my work computer where Claude has been running for more than a year.
Its really an interesting tool butâŠmy palace in just one project folder cost me +800GB of disk space.
I had to delete .mempalace/ altogether for now, either something is wrong and I have found a bug or something else
-
Des gouvernements incapables de rĂ©guler une Ă©conomie financiĂšre de plus en plus dĂ©tachĂ©e du rĂ©el, câest le symptĂŽme dâune Ă©poque oĂč les dĂ©lires mĂ©galomanes dâune poignĂ©e dâhommes suffisent Ă dĂ©truire des sociĂ©tĂ©s, des pays, des vies⊠et oĂč ces mĂȘmes gouvernements nâont plus rien Ă rĂ©pondre, sinon invoquer la prĂ©tendue « loi des marchĂ©s ».
-
The other fun project of the weekend was another kind of beast:
I wanted to be able to listen system output from specific RPG programs running on our AS400
The idea was the following:
could I generate a graph from dependencies used when X or Y RPG routine run?
I wanted to be able to map physical programs from libraries and other dependencies.
so I went the Java path since its the main language we use to interface with AS400 routines.
Then I used Neo4J to graph the output of the Java ibmi listening server.
Iâm probably going to write a long form about this since it was really interesting to vibe code.
At some point I had to query the RPG routine themselves to be able to find key dependencies my main RPG routines were using.
so I basically created an API endpoint that I can query with specific program names to then find their dependencies and again graph the results to Neo4J
I still have to fine-tune the codebase before I publish this publicly but Iâm pretty happy about the results
-
Fun weekend playing with Go to build a CLI + Web app dashboard to display commit/RC/Release deployment on our openshift cluster.
Data from Gitlab, Harbor, Openshift, Argocd
Multi namespaces, multi clusters, build RC tag & deploy to many with image build retag.
This is the third iteration of this idea originally developed in bash, then Python and now Go
the CLI is also able to act as a release manager tool, this means it uses Gitlab API to create SemVer RC tags that our tekton pipelines process differently on each environment:
- commit based build, test, deploy
- RC tag based that build, test, deploy in acceptance
- retag RC image to staging
- retag RC image to production
chardonsbleus.org