Javier Feliz

I love Nix, Rust, and making cool software.

Quick About

Projects

WayCast: A feature rich launcher for wayland.

Mathengine: A math parser and evaluator that also supports unit conversions.

freedesktop: Making my way through implementing the freedesktop spec in rust.

Open source contributions

Continuwuity

Latest Posts

You don't need to distrohop

With microslop's recent foray into optimizing for the worst possible user experience, there's been a lot of new interest into linux from previous dabblers and tech enthusiasts alike.

Using devenv with laravel

DevEnv is another amazing tool coming from the nix community that allows you to define a full dev environment including:

SQS Queues in multiple environments with Laravel

If you're reading this you're probably looking for answers to the same problem I had: Your app uses multiple queues with different names, and you need to figure out the right way to configure your app so it resolves the queue names correctly AND it doesn't break your local setup.