RSSAmplifier

Blog

Manuel Leduc

Manuel Leduc personal blog.

mleduc.xyzRSS feed ↗10 posts

Latest posts

Accessibility at FOSDEM 2025

List of talks related to accessibility at FOSDEM 2025

Sustainability at FOSDEM 2025

List of talks related to sustainability at FOSDEM 2025

Sustainability at FOSDEM 2024

List of talks related to sustainability at FOSDEM 2024

ClojureScript Quil Demo

An example of generative art using quil compiled in javascript.

Does javac cleanup useless type casts?

Often, writing code requires to test assumptions. The easiest way is often to do some research on the net. But when the first few queries do not return a useful result, it is time to test the assumption by ourselves.

Dynamic Junit 5: The Hero with a Thousand Faces

Dynamic Junit 5 guide

Xtext Serialization - Easier than I thought

We often think of Xtext as a solution to transform text files into EMF models. But the opposite is also possible and one can transform a EMF model into a text file. Such a transformation is and is called *serialization*.

FeatureIDE Programmatically: Getting Started

Part of my research and engineering activities are currently focused on the variability aspect of software languages. IMHO, FeatureIDE is the best plugin to deal with the expression of the variability of software components, using Feature Models.

Eclipse Plugin Generation

I am currently working with eclipse projects. Lots of eclipse projects. So much that I want to generate eclipse projects using java code.

Object Algebras Composition

The expression problem, as presented in Oleksandr Manzyuk's blog, is a way to offer the capability for a DSL to be extensible either in term of operations and in term of expression types.