Skip to content
Avatar
💭
🤨
💭
🤨

Highlights

  • Arctic Code Vault Contributor
bric3/README.md

Hi there 👋

Get in touch

Latest blog posts

  • 2020-12-11 : Anonymous CompletableFuture threads with burstable pods

    It all started when opening a JFR recording, I noticed a very large and growing number of very short lived threads.
  • 2020-11-30 : Off-Heap memory reconnaissance

    Understand the RSS of a JVM leveraging the horsepower underneath ps with the help of one or two JVM diagnostic command.
  • 2020-10-26 : MaxRamPercentage is not what I wished for

    This entry has been marinating for most of the year 2020. I should have published this opinion way earlier maybe end of 2019, but it took me time to realise I should split a bigger piece in smaller articles that hopefully made sense on their own.
  • 2020-10-23 : Reads network addresses in /proc

    If you happen to be on a read only container that doesn’t have the usual network utilities, like netstat, ss (socket stat), lsof, etc then your only option is to leverage procfs, however procfs displays some data in hexadecimal.
  • 2020-07-27 : Embracing JVM unified logging (JEP-158 / JEP-271)

    Unified logging was introduced in JDK 9, and is available for us all, in the JDK 11 LTS. Like other great serviceability feature (jcmd or JFR) this was inspired by JRockit.
  • 2020-06-28 : Using JDK FlightRecorder and JDK Mission Control

    JDK Flight Recorder, the profiler you can use in production, continuously. Flight Recorder has been available before in the JDK, e.g. it shipped as part of the JDK 8, but to use it, it demanded a to set specific commercial VM flags to unlock FlightRecorder, this is not anymore necessary with Java 11.
  • 2020-04-23 : Tackling Hugo Integration of Asciidoctor

    Integrate Asciidoctor as everyone should expect While Hugo comes with Asciidoctor support, they are in reality several issues to account for at this time: While basic rendering of asciidoc files works, we soon encounter problems ; the very first
  • 2020-04-20 : Migrating From Jekyll to Hugo, deploying with Github Pages

    Moving away form Jekyll. Import is easy, but tackling important details (conserve links to article, conserve comments, migrate some jekyll liquid template, theme tweaking deployment) has been challenging sometime. Motivation When started this blog in 2010 I went like a lot other to Wordpress as this was the one of the most common and easy way to write and publish something, then I got pissed at Wordpress as it was a pain to maintain and to write code, not to mention the speed, it was bad, then Github announced Github Pages, this was a revelation : articles written in pure Markdown, no database or server to maintain, fast writing, fast page thanks to static files.
  • 2020-04-01 : Gestion des dotfiles et des secrets avec chezmoi

    Régulièrement il nous arrive d’avoir à re-configurer une nouvelle machine, avec notamment la re-configuration des fichiers du $HOME. Il y a plusieurs approches et outils, faire une simple archive, utiliser git pour le répertoire $HOME, utiliser des outils comme GNU stow, etc.
  • 2020-04-01 : Managing dotfiles and secret with chezmoi

    Every once in a while, you may need to bootstrap a new machine, and along with it to reconfigure home directory’s dot files. Various approaches already exist, using simple archive, git the home directory, gnu stow (symlinks), etc.

Stats

top langs gh stats

Pinned

  1. Most popular Mocking framework for unit tests written in Java

    Java 11.5k 2k

  2. Plugin that brought a decompiler in IntelliJ. Currently on hold, I need more spare time.

    Java 58 18

  3. This a pet project to explore log pattern extraction using DRAIN

    Java 4

  4. Elasticsearch XPack plugin that adds a very simple OAuth2 realm to XPack (and to Shield for pre 5.0)

    Java 1

  5. An opinionated git prompt status, tailored for oh-my-zsh

    Shell 25 4

  6. Execute CQL statements

    Java 3 2

Contribution activity

February 2021

Created 21 commits in 2 repositories
Created 2 repositories

Created a pull request in yihleego/banana that received 2 comments

Supports toilet (tlf) fonts

FIGlet 2.2.4 added support for toilet (tlf) fonts. They seem very similar to figlet fonts. This PR adds a few TLF files, and accomodate the code to…

+4,156 −17 2 comments

Created an issue in yihleego/banana that received 3 comments

Some font don't seem to render correctly

FIrst let me thank you for this tool, it's really neat ! So I noticed that some fonts were a bit off, e.g. small poison . The reason appear to be r…

3 comments
22 contributions in private repositories Feb 1 – Feb 4

Seeing something unexpected? Take a look at the GitHub profile guide.