I need to quench my thirst for knowledge and learn something new just for the sake of it.
I’ve already learned:
-
Equations and pivot tables in Excel
-
Vector graphics in Inkscape
-
Music mixing in rekordbox
-
Personal VPN on a raspberry pi 4 with OpenVPN
-
LAMP stack web hosting
-
Streaming & video capture with OBS
-
Manual & automatic backups with FreeFileSync
Things I’m open to:
-
FOSS (even beta) or free-as-in-beer software
-
A high or low learning curve
-
Tools for niche fields that I’d otherwise have no reason to learn
How did you learn inkscape?
SQL - understanding how to interact with databases will be an incredibly useful skill for whatever rabbit hole you next want to fall down.
Factorio
This is just pure evil
It is tradition (and fun) to start your Blender journey with the Donut Tutorial.
Nice I haven’t done that one! Haven’t even touched blender in years, but I’ve gone through like 3 of his donut tutorials over the past decade or so. They’re really fun and show off how impressive the program is.
Adding to that, since I work at a computer I was never motovated to stay at tbe same place to learn blender so I changed to Nomad Sculpt at the tablet and I love it, I can do it from my couch (or toilet lol). It is a different aproach tho
Ardour, it’s a FOSS Digital Audio Workstation
Have you gotten ardour to accept input from guitarx’s USB interface? I hate falling g back to windows stuff for audio recording.
Honestly never had a reason to try, piano and vox
ssh and scp (secure connection and file transfer)
grep (the standard command-line search tool)
sed (Stream EDitor, good for find-replaces once you learn how to use it)
awk (can operate on text files or command output that’s organized in columns)
sc (terminal-based spreadsheet)
trash (safer replacement for rm that moves things to your desktop’s trash directory instead of deleting immediately)
trash is a nice idea, but i guess it’s hard to overcome the muscle memory, i might need to rename rm for it ;)
btw: does somebody else pronounces awk as awkward?
I was thinking that too, I wonder if rm can be aliased to trash. I mean it probably can as I do have
alias rm='rm -i'. Wondering if it breaks anything.from what you wrote, i would guess bash is first checking through aliases. anyway that’s something to better read up before trying on a non-test system
Learn Krita. David Revoy, artist of Pepper and Carrot, has a ton of great tutorials on using it.
“Krita is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.”
Came here to say the same thing.
Krita is a fantastic image editor.
The ability to script it with Python is a huge plus. I’ve created posters by having it read files from a directory and place images precisely spaced, etc.
Krita is a fantastic name for a KDE drawing app if you speak Swedish. Krita means crayon, and traditionally KDE apps were prefixed with a “k”, also Rita means to draw.
If that’s too basic/open ended, learn to animate in Krita.
Reminds, there’s mypaint too.
Yeah. Krita, mypaint, I neglect, living 99% of the time in gimp.
Thanks for sharing this! I’ve had Krita on my tablet for a while now and have been meaning to learn it.
I don’t know what I expected… I love the Internet
Blender and buy a 3D printer afterwards
Real cad software (like Freecad or OpenSCAD if you want FOSS) would be more useful for 3d printing, unless you only plan to print useless plastic figurines
One week of keybr.com to improve touch typing skills, which should serve you across all your IT endeavours… Unless you choose to learn gimp and drawing stuff :P
FreeCAD
Mango jelly on YouTube
Second this. Not because I have experience in it, but because I’m learning it this week so I could have a friend 3D print a part for my car, as I’m deleting some original equipment and now need something that doesn’t exist as a spare part.
I came here to recommend frecad too!
Yes def freecad its really fun to fuck aound in
OpenSCAD. 3D modeling as code.
I’ve gotten a lot out of it, and their tutorial is excellent.
Is it perfect? Nope.
Is it useful? Yep.
Is it fun to play with? Most definitely!
How does this compare to FreeCAD or CAD in general?
It’s very unique in the CAD space. It’s almost more akin to a hardware definition language like VHDL than it is a traditional CAD solution.
You don’t ever do any direct manipulation of your model through visual tools. There is a visualizer so that you can see your model, but all changes are done via plaintext editing of the model’s definition file.
This has a lot of advantages, not the least of which is being able to version control your 3D models.
It has some disadvantages as well, in that some transforms that are easy in a traditional CAD software are a little more manual in OpenSCAD. I’ve definitely had to dust off my highschool trigonometry once or twice to get something the way I wanted it.
Specifically with regards to FreeCAD. I found FreeCAD to be a little inaccessible. It’s unintuitive at best, and I found it unpleasant to work with, as it was exceptionally fiddly. OpenSCAD feels far more intuitive to me, but I also have a software engineering background. I think OpenSCAD may be trickier for someone without that, but it’s hard to say.
Thank you for the thoughtful explanation!
It’s quite different. I’m a programmer and find it substantially better suited to my mental model than FreeCAD. Don’t get me wrong, I respect FreeCAD – even envy it a bit and all the features – but I need to imagine my shapes and describe how they fit together. I spend so much of my free time thinking of equations that product shapes (yay game dev) that it comes pretty naturally.
If you don’t program or prefer a more visual, arguably professional, workflow, you probably won’t like OpenSCAD.
I really like openscad! It maps well to how I think through modeling a part. I was just using it yesterday
Oh yes… https://www.youtube.com/watch?v=uk3A41U0iO4 (keep watching. Is relevant.) [… and oddly relevant to my earlier suggestion list that also included emacs]
vi
or vim with
vimtutor
You can do really neat thinga in QGIS – like make your own professional quality maps, make map animated gifs, etc
Emacs
Vi/vim counterpoint. Learning to quit vim will get them very far in life
Learning to quit vim will get them very far in life
How dare you?! q:qwqEscEscEscQ!
Now that is the gift that keeps on giving! I also like the implication that one can “learn” emacs.
And remember when you learn emacs to also learn org-mode!
On NixOS















