I’ve never finished Skyrim because of literally this. Started the game six times, got bored every time :D
- 0 Posts
- 26 Comments
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?"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·6 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).
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 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.
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.
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.
I figured it’s more like evil that resides somewhere. Like “there is a resident evil in this house”, a presence. Then again I’m not native English so what do I know :)
Edit: nevermind, I misread your comment. Yeah I don’t reckon they are necessarily evil.
Axiom Verge 1 is a great metroidvania. I also tried 2, but it didn’t click with me at all. Cave Story is great as well. Dead Cells, but that’s more of a rogue lite game. Binding of Isaac is also one of my favorites, but it’s a top down rogue like.
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 toolEnglish3·1 year agoFish shell has this built-in with Ctrl+R :)
Azzk1kr@feddit.nlto Gaming@beehaw.org•Weekly “What are you playing” Thread || Week of February 11thEnglish2·1 year agoYeah same! I tried to romance Shadowheart but when she wanted to kill you-know-who, I had to fight her :( And yeah second playthrough I knew the mechanics better as well so the acts were more of a breeze than a hurricane :D
As a plus side, I noticed I missed some areas and quests, so that was nice too!
Azzk1kr@feddit.nlto Gaming@beehaw.org•Weekly “What are you playing” Thread || Week of February 11thEnglish3·1 year agoI’m on my second playthrough. It’s the very first single player game I’ve ever played twice in a row, just after finishing it the first time :) I wanted to play the bad guy but couldn’t do it. I love the companions too much to be evil :)
Azzk1kr@feddit.nlto Linux@lemmy.ml•What Linux "Productivity" (ideally FOSS) tools do you use?English3·1 year 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’m no musician or whatever, more a hobbyist regarding that. I’ve used lmms to compose some tunes. Is Bitwig somewhat comparable?
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.