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).
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).
Fair 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
Why 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).
Hey man you’re human! Mistakes! Everyone makes them! At least you admit it, right :D
Eh, what’s a dcp?
My 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.
Because 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
Fish shell has this built-in with Ctrl+R :)
I 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 just waited for 2 light-years at the doctor’s office.
I’m no musician or whatever, more a hobbyist regarding that. I’ve used lmms to compose some tunes. Is Bitwig somewhat comparable?
You wasted three hours so you can share this knowledge :D
Try Flameshot for screenshots! I bound it to my printscreen key.
LaTeX has a steep learning curve, but using anything else for documents is like stone knives and bearskins in comparison.
Have you seen or tried “typst” yet? It’s a modern alternative to LaTeX. Haven’t tried it yet but looks promising.
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.