Notes

Short thoughts, updates, and quick posts. (1612 total)

  • Space Junk

    Holy crap đŸ˜±

    Persistent Orbital Junkyard that’s what it is

  • Justice

    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.

    https://chardonsbleus.org

    Faut-il ĂȘtre victime d’une personnalitĂ© connue ou ĂȘtre d’une famille importante pour avoir le droit Ă  la justice?

  • Micropub IndieWeb

    Plume Post to your IndieWeb blog from any page — toolbar composer or right-click capture. Cross-browser, multi-account, no telemetry.

    You need a micropub compatible blog engine to use this extension List

  • 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é

  • Music

    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.

  • Bluesky Coding

    Hmm have to investigate why Bluesky sidebar widget is not updating anymore


  • music
  • This is a test from my new Chrome/Firefox #micropub extension

  • Coding Extensions

    Updated my #Bluesky chrome/vivaldi/edge/brave extension more info here if you’re on #firefox install the XPI extension on developer mode.

  • Work Claude

    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 !

  • Thoughts

    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?

  • Claude AI

    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 ».

  • AS400 Neo4J Coding

    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

  • Coding DevOps Openshift

    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