Blog
All posts including articles and notes. (2576 total)
-
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.
-
Repostedhttps://simonwillison.net/2026/Apr/30/zig-anti-ai/#atom-everythingPermalink
interesting read…
-
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
-
In reply tohttps://indieweb.social/ap/users/116249116188649856/statuses/116469783211643662Permalink
it was, I always got your DM’s but you never see mine I think or even get them
-
@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
-
Repostedhttps://lab.mackuba.eu/3mjxrv3f3hc2pPermalink
Nothing new under the sun, it’s Apple after all. Apple in China is a must read to reckon with what Apple really is beyond the excellent marketing and shiny new toys.
-
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
-
Bookmarked
Security Reading: Risky Bulletin: NIST gives up enriching most CVEs
https://risky.biz/risky-bulletin-nist-gives-up-enriching-most-cves/PermalinkThis is going to complicate monitoring of security vulnerabilities.
-
Well someone forgot to renew a certificate at #Bluesky
-
Bookmarkedhttps://unsung.aresluna.org/deere-charges-six-figures-for-a-tractor-but-the-farmers-were-still-the-productPermalink
Nothing new, but interesting read !
-
Massive work related step finished late Friday evening
- complete overhaul of our Tekton pipelines ci/cd for two of our biggest project in development.
we’ll be able to release faster with full rollback capabilities if needed and a very smooth tagging release strategy closely coupled to our Sprints.
Monday is going to be fun 😊