Azzk1kr

u/Azzk1kr@feddit.nl
2 posts · 59 comments

Recent posts

Recent comments

I've been using (X)Ubuntu for ages. I just wanted something that "just works". Tired of too much tinkering and there's plenty of (non commercial) support. Mixing it with i3 as my window manager.

Roast me ;)

You can also use something like notifyd to generate a pop up for visual feedback :) I can't remember the exact command right now though. Differs per distro or desktop environment, obviously.

I have been experimenting with Reaper a bit, but I am a sort of DAW noob, so it's kind of hard to get in to. I've done a tiny bit using Lmms though, but I am missing synthesizer stuff in Reaper. I've tried installing plugins by putting them into the proper folders and let Reaper attempt to resolve it, but it doesn't really work as expected.

Any tips? Especially for Linux of course. Many of the tutorials are Windows oriented.

on Share your Bash prompts! · c/linux · 4 pts · 1y

Fish is a really great shell for daily use. There's so much built in, its scripting language is better (not portable though if someone else does not have fish).

on Learning Rust · c/rust · 6 pts · 1y

My first non-trivial program in Rust was a Markov chain. Right now I'm trying to build a REST API with Actix and a Mongo database. So far it has been an interesting experience.

Have been using Open Telemetry with Micrometer in a Spring Boot 3 microservices architecture. I have to say (regardless of framework of programming language) : structure your logs (like the article mentioned), use the tracing ID propagation and collect the logs in something like Elastic. This makes analyzing logs nice, especially if you're in a Kubernetes cluster with many services with multiple pods.