RSSAmplifier

Blog

AndreLDM Blog

A blog dedicated to programming tricks (mostly JavaScript and Java...), Libraries & Frameworks, software design & architecture, Tools, Linux related things and anything else I find meaningful and useful to share.

andreldm.comRSS feed ↗10 posts

Latest posts

Exploring Game Engines

About one year ago I tried to create a game that I can summarize as a Commandos but with spaceships. Even though Java is the language I have the most experience with, the game engines I found just didn't click for me. Getting started was brittle, ideas were overflowing, and I was losing time. So, I picked Phaser, as JavaScript is (was?) the next best thing for me.

My journey to a new laptop enabled by Xfce donations

I have been contributing to Xfce since about 2013. Over the years, computers have come and gone, from netbooks to desktops to laptops. Since I moved to another country, I've been avoiding owning a desktop for practical reasons - the less bulky my belongings, the better. Before the move, I decided to sell my aging desktop (self-built) and even older laptop (a Dell Vostro - ah, fond memories of…

My take on self-hosting

This is a write-up of my experience with self-hosting services. I hope it's useful and encouraging to people that wishes to get started in this art.

Xfce 4.16pre2 released!

We are pleased to announce the second pre-release of Xfce 4.16 (a.k.a. xfce4.16pre2), moving us closer to the final release. As you all may have noticed, we are again a bit behind the schedule, but nothing like the 4+ years it took from 4.12 to 4.14, so please hold your excitement a tad longer while we are polishing the rough edges. For now, help yourself with the latest batch of changes:

Xfce 4.16pre1 released!

As scheduled we have just released Xfce 4.16pre1 on August 27th (sorry for the long time to write a post about it) - the first development release leading up to Xfce 4.16. And it comes with a boatload of new features and improvements, so prepare yourselves.

The Ultimate Contributor's Guide to Xfce

Once in a while someone comes around and ask hey, I love Xfce and would like to contribute, but where do I start? How can I be of use? How can I implement a fancy new feature?, I have no doubt the answer is 42. Unfortunately, we don't have a supercomputer (and millions of years) to distill a meaning from that one-size-fits-all answer, therefore to offer proper guidance, some questions should be…

Thunar 1.8.0 Release

Good news fellow Xfce users, we proudly present a new Thunar release, our beloved easy-to-use and fast file manager!

Generate PDFs with Flying Saucer + Handlebars.java

When it comes to generate PDFs using Java the de facto solution is Jasper Reports. Even though it provides a bunch of features and a great set of tools, such as iReport and JasperSoft Studio, the developer might want a simpler and flexible alternative. Recently I was involved in a project where I had to craft reports but I felt that using iReport was getting more and more kludgy and messy with…

Replacing FLTK Callbacks with Lambdas and Signals

FLTK is a lightweight GUI toolkit which I use for my music player. It's great due to its simplicity and it can also be statically linked. Unfortunately the project development is mostly stalled after two failed attempts to rewrite/redesign it (FLTK 2.x and FLTK 3.x). Nevertheless, the library is still useful, somewhat maintained and the community is also active, so I can still rely on it.

Hello World

Yay, this is my first post. I hope to write many more about my experiments and hacks while playing with technologies such as programming tricks (mostly JavaScript and Java...), Libraries & Frameworks, software design & architecture, Tools, Linux related things and anything else I find meaningful and useful to share. This is it, I'll be spending some time tweaking, breaking and improving this…