Profile avatar
ncomet.bsky.social
Experienced Software #Developer, craftsman. All opinions are eventually someone’s
59 posts 129 followers 243 following
Regular Contributor
Active Commenter

Une tisane et au lit ou thé d’oreiller ?

A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a working simple system. -- John Gall

Hello, World! 🌍 IntelliJ IDEA is now on Bluesky. We’re here to share coding tips, provide updates, and stay connected with you. 📢 Follow us, tag your dev friends, and help spread the word!

I finally managed to finish the migration script to publish the archive of my tweets on my website. You can browse the archive here: mojavelinux.com/tweets/

:ahem: gRPC IS ON THE SPRING INITIALIZR!!! start.spring.io thank you, dr. @dsyer.com and @0.5ritter.de !

La police, la gendarmerie et Cybermalveillance.gouv.fr s'associent en lançant la plateforme 17cyber.gouv.fr C'est le point d'entrée pour orienter les victimes. Au programme un diagnostic puis des gestes pour agir au mieux selon votre situation. Un indispensable à partager pour vos proches 🙏

Sorry I prefer ULIDs 😅

Feels good. Uninstalled garbage from phone.

Unpopular opinion: you shouldn’t have to be an expert in an IT piece of technology to understand it easily. The concept should be easy to grasp, and you then can decide to deep dive to master it. That’s what good pieces of tech are made of to me.

Hello users and community members on Bluesky! This account posts information about releases from official Asciidoctor projects, success stories, tips for how to use the software successfully, and announcements about events where Asciidoctor will be featured.

Je découvre la joie du vélo et de la remorque pour tracter ma fille à l’école. Un gars en berline me double comme un fou zone 30 en baissant sa vitre et en hurlant un truc. Il pleut et je suis trempé jusqu’à l’os. Monde de malade. Et c’est pas le premier incident de l’année.

Bluesky now has over 10 million users, and I was #547,395!

La vidéo de mon talk "Ma vie en vente flash sur le Dark Web ?!" est disponible ! Merci encore à #DevoxxFR pour la rapidité de mise en ligne 😎 Bon visionnage, j'espère sincèrement que vous apprécierez. #BetclicGroup #TechAtBetclic youtu.be/k1Lc77UAMDg

At last, DevoxxFR, we meet again!

J’ai soumis mon talk « Ma vie en vente flash sur le Dark Web ?! » à DevoxxFR 2024. 🤞

J’aime beaucoup le jeu Hades (sur switch, mais pas que) très beaux dessins et OST, gameplay addictif.

I'm doing #AdventOfCode with TDD in Kotlin and it happens here: github.com/ncomet/adven... Problems 1 & 2 solved for now :)

I'm so so honored to be a part of it, and being able to give two talks at the CERN 🤩 I'm very glad to able to represent the french 🇨🇵 tech community there with Josian Chevalier from SHODO and @mariealice.bsky.social from Worldline cern.voxxeddays.com/speaker-deta... twitter.com/CERN/status/...

Le jour où ma vie pro a failli changer (et c'était mercredi) blog.zwindler.fr/2023/11/19/j...

Deezer pas besoin d’IA pour savoir qui a un enfant 😅

After 2 years, it’s so good to be back to Kotlin…

Hi, do you know a good implementation of the ULID specification github.com/ulid/spec in Kotlin/Java? It has to have a ULID public type and a .toString(). Best one I found is github.com/aallam/ulid-....