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.
- 1 Post
- 17 Comments
Azzk1kr@feddit.nlto
Linux@lemmy.ml•Which program is the one that surprised you most that it is available on Linux?English
3·6 months agoI 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.
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).
Azzk1kr@feddit.nlto
Linux@lemmy.ml•Which Linux tool or command is surprisingly simple, powerful, and yet underrated?"English
1·11 months agoFair enough, but Python is not that hard, especially for simple calculations. Start up the repl and type away!
from math import * x = sin(12) + pi * 3.2 y = tan(x) y # prints 0.09200389785419612
Azzk1kr@feddit.nlto
Linux@lemmy.ml•Which Linux tool or command is surprisingly simple, powerful, and yet underrated?"English
1·11 months agoWhy not just use python as a calculator then?
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.
Is Python scripting working on version 3.0? For the life of me I can’t get that to work on version 2 (whichever version).
Azzk1kr@feddit.nlto
Linux@lemmy.ml•Found this function in my bashrc under user defined aliases; I dont remember adding it?English
4·1 year agoHey man you’re human! Mistakes! Everyone makes them! At least you admit it, right :D
Azzk1kr@feddit.nlto
Linux@lemmy.ml•What is the largest file transfer you have ever done?English
11·1 year agoEh, what’s a dcp?
Azzk1kr@feddit.nlto
Linux@lemmy.ml•How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?English
22·1 year agoMy go to hack was quickly running a python http server and connect to it. I can’t remember what the command was exactly. Something like
python -m http.serveror so, then connect to the ip from my phone, heh.
Azzk1kr@feddit.nlto
Linux@lemmy.ml•superfile - A pretty fancy and modern terminal file managerEnglish
81·2 years agoBecause it’s a statically compiled binary, it tends to grow the size of the binary. Increases portability though.
Wow I forgot I once made a DragonBall Z skin for winamp. It’s still there :D Blast from the past!!
Take this advice, especially if you are just starting with Linux. You can also install it in a VM if you are still running Windows, to get a feeling of different desktop environments (Gnome, xfce, KDE, etc) before choosing.
This is extremely helpful!! The filters are arcane and it really helped me out with something :D
Azzk1kr@feddit.nlto
Linux@lemmy.ml•Find anything you need with fzf, the Linux fuzzy finder toolEnglish
3·2 years agoFish shell has this built-in with Ctrl+R :)
Azzk1kr@feddit.nlto
Linux@lemmy.ml•What Linux "Productivity" (ideally FOSS) tools do you use?English
3·2 years agoI just wished Joplin would store notes as some kind of plain text, like Obsidian does. I’ve also been trying out AppFlowy, which looks kinda promising (and Foss), but it stores notes in a db as well.


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 ;)