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).
- 0 Posts
- 17 Comments
Azzk1kr@feddit.nlto Linux@lemmy.ml•Which Linux tool or command is surprisingly simple, powerful, and yet underrated?"English1·5 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?"English1·5 months agoWhy not just use python as a calculator then?
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).
Write a ticket, mentioning “tackle TODOs” 😅
Azzk1kr@feddit.nlto Linux@lemmy.ml•Found this function in my bashrc under user defined aliases; I dont remember adding it?English4·9 months 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?English11·10 months agoEh, what’s a dcp?
Azzk1kr@feddit.nlto Open Source@lemmy.ml•Flameshot, an Open Source screenshot softwareEnglish3·10 months agoNo! This has been bugging me for quite some time as well. Other than that, it’s excellent software.
What eldritch beast was summoned as a result?
Azzk1kr@feddit.nlto Linux@lemmy.ml•How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?English22·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.server
or so, then connect to the ip from my phone, heh.
Yelling at my laptop
Azzk1kr@feddit.nlto Linux@lemmy.ml•superfile - A pretty fancy and modern terminal file managerEnglish81·1 year agoBecause it’s a statically compiled binary, it tends to grow the size of the binary. Increases portability though.
Yeah true. But Catherine said it perfectly at the end. Something like “you still don’t get it? What did you expect?”. The fact that one of his consciousness remains down in the abyss was kind of frightening. All by himself.
That ending screwed with my mind. Existential horror at it’s finest!
Wow I forgot I once made a DragonBall Z skin for winamp. It’s still there :D Blast from the past!!
This is extremely helpful!! The filters are arcane and it really helped me out with something :D
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.