Le DevFest Toulouse est de retour 🚀
📅 19 novembre 2026
📍 Diagora, Labège
🎤 Conférences tech
🤝 Rencontres
💻 Communauté
👉 Bloquez la date 👀
#DevFestToulouse
Posts by Florian Bernard
I've just discovered Murmure, a fully local speech-to-text app (written in rust) that can be coupled with Ollama (and local models) to quickly produce quality text input for all kinds of things, such as email, searche and coding agents. 🗣️🤖
www.murmure.app
🚀 Thrilled to announce that the GCS community extension I contributed to is now available for @duckdb.org 1.5 ! 📦
You can now access Google Cloud Storage files natively—no need for S3 interoperability.
Try it out ! ☁️🦆
#DuckDB #GCP
duckdb.org/community_ex...
🚀 New article: Java + Rust with FFM API 🦀☕
Learn how to call Rust native functions from Java and share memory between them without JNI "complexity"!
Tutorial + Code examples 👇
dev.to/fb64/java-ru...
C'est parti pour le @capitoledulibre.org ! N'hésitez pas à venir voir comment renforcer la sécurité de vos applications avec des solutions gratuites et open-source, aujourd'hui à 15h 🔒💸
cfp.capitoledulibre.org/cdl-2025/tal...
Si vous êtes au @devfesttoulouse.fr n'hésitez pas à consacrer un créneau pour la sécurité 🔒😉
devfest-toulouse-2025.sessionize.com/session/934019
Le mardi 18 novembre à 19h, Stephane Nicoll reviendra au Toulouse JUG pour nous parler des nouveautés de Spring Boot 4 et ça se passera chez Epitech Toulouse.
Inscriptions : www.meetup.com/toulouse-jav...
***
Merci à nos sponsors : MonkeyPatch et OpenAirlines.
With the latest release of @duckdb.org 1.4, I explored the ultimate synergy with Iceberg. Check out this full open-source example of reading and writing to an Iceberg table using DuckDB, Apache Polaris, and MinIO 🦆🧊🚀
#apacheIceberg #apachePolaris #MinIO
dev.to/fb64/duckdb-...
I created an Iceberg table from some NY taxi parquet files then I succeed to perform some queries on it. I don't dive into more complexe exemples yet , but it seems to work. I'll try write a small post about it next days.
It's really promising to combine @duckdb.org and Iceberg !
I just give it a try and it's working (with basic example), I used Polaris + Minio + DuckDB 🦆 🚀
by following "Setup" of : polaris.apache.org/in-dev/unrel...
I had to create a new namespace to the provided quickstart_catalog before succeed to create a new table in DuckDB.
📈 DuckDB 1.4.0 is out! This is our first LTS release which comes with *one year of community support*. It also supports database encryption, the MERGE SQL statement and Iceberg writes.
For more details, read the announcement blog post at
duckdb.org/2025/09/16/a...
Ping @toulousejug.bsky.social
Vu à Toulouse à la minute près ! Merci @citedelespace.bsky.social pour les infos précises 👍
Will it work with ducklake tables ?
Is duckdb killing the game of open table format ?
Remind me a good article on how DuckDB use Bloom filters to speed up queries on parquet files: duckdb.org/2025/03/07/p...
Je profite de l'arrivée de Kotlin Notebook sur la version Community d'IntelliJ pour vous rappeler qu'on peut faire de l'analyse de données en Kotlin ! A vos claviers 🧑🔬 ⌨️ youtu.be/hDmGy5FGzmM?...
Grand Merci à celles et ceux qui ont assisté à mon talk "Top 3 des outils de l'OWASP" à @devoxx.fr 🙏
Retrouvez la présentation sur fbernard.fr/devoxx/top3_...
Oui, à 2 slides près 😅
Vous participez à @devoxxfr.bsky.social dans 2 semaines ?
Prenez 30 minutes pour venir découvrir des outils de sécurité open-source et comment ils peuvent vous permettre de renforcer la sécurité de vos applications !
mobile.devoxx.com/events/devox...
antix Linux Ram/CPU consumption
Slack RAM consumption
I recently installed @antixlinux.com.web.brid.gy on a old computer... It works pretty well and take only a bit more than 100Mo of RAM, meanwhile on my modern laptop Slack App take more than 500Mo 🙃
Un nouveau sponsor soutient le JUG : OpenAirlines .
Merci à eux et spécialement à @flobtech.bsky.social
ça ne vaut pas "The Typing of the Dead" mais ça reste fun ⌨️ 😀
Second talk, Florian Bernard nous explique comment sécuriser son application sans toucher à son code !
Mon prochain talk "Top 3 des outils de l'OWASP" a été accepté à @devoxxfr.bsky.social 🚀
Rendez-vous en Avril pour voir comment on peut renforcer la sécurité des applications avec des outils gratuits et open source !
Today I learned (or I confirmed) that 🐍 Python really sucks at multi-threading/processing :
- ThreadPoolExecutor not execute your code in parallel (due to the GIL) 😞
- ProcessPoolExecutor could get stuck due to plain forking process (by default) 🛑
This great article save my day (and my code) 🙏
All projects around Apache Arrow ecosystem are really cool. DataFusion is not yet as popular as DuckDB or Polars but is really promising !