What's a fun piece of free software I should learn to use this week?

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

243 points · 135 comments · view on lemmy.world

135 Comments

coolie4@lemmy.world · 104 pts · 1d (3 replies)
bjoern_tantau@swg-empire.de · 64 pts · 1d (1 reply)

It is tradition (and fun) to start your Blender journey with the Donut Tutorial.

DrSteveBrule@mander.xyz · 4 pts · 1d

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.

MissJinx@lemmy.world · 2 pts · 9h

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

cannedtuna@lemmy.world · 65 pts · 1d (6 replies)

Learn Krita. David Revoy, artist of Pepper and Carrot, has a ton of great tutorials on using it.

xylogx@lemmy.world · 32 pts · 1d

“Krita is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.”

fireweed@lemmy.world · 8 pts · 1d

If that's too basic/open ended, learn to animate in Krita.

Digit@lemmy.today · 3 pts · 12h

Reminds, there's mypaint too.

Yeah. Krita, mypaint, I neglect, living 99% of the time in gimp.

thal3s@sh.itjust.works · 2 pts · 5h (1 reply)

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.

CAVOK@lemmy.world · 3 pts · 4h

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.

Cxyz@lemmy.zip · 2 pts · 1d

Thanks for sharing this! I've had Krita on my tablet for a while now and have been meaning to learn it.

newtraditionalists@kbin.melroy.org · 47 pts · 1d (5 replies)

I know you said software, but I would like to suggest a musical instrument. They still require learning a new language and typically provide a huge level of self satisfaction. A cheap keyboard or guitar can provide literally thousands of hours of study.

Kolanaki@pawb.social · 11 pts · 1d (3 replies)

Take up the synth, but using software on a computer instead of a keyboard. Learn how to write MIDI. 😌

grue@lemmy.world · 11 pts · 1d (1 reply)

Or get a keyboard (or digital piano), but hook it up to your computer via MIDI and then compose music with it.

It's a lot nicer using a real keyboard than trying to input notes with a mouse.

Kolanaki@pawb.social · 6 pts · 1d

I usually used the computer keyboard when I messed with that stuff cuz I couldn't get a real one back then, just so I could still feel somewhat like playing a piano. 🤣

MonkeMischief@lemmy.today · 5 pts · 1d

The world needs more "tracker tunes" :D

whotookkarl@lemmy.dbzer0.com · 1 pts · 4h

You can combine the two with something like Overtone (programmable synth) or similar

testfactor@lemmy.world · 42 pts · 1d (6 replies)

OpenSCAD. 3D modeling as code.

I've gotten a lot out of it, and their tutorial is excellent.

gatohaus@eviltoast.org · 6 pts · 11h

Is it perfect? Nope.

Is it useful? Yep.

Is it fun to play with? Most definitely!

0ops@piefed.zip · 2 pts · 19h

I really like openscad! It maps well to how I think through modeling a part. I was just using it yesterday

sem@piefed.blahaj.zone · 2 pts · 10h (2 replies)

How does this compare to FreeCAD or CAD in general?

testfactor@lemmy.world · 7 pts · 9h (1 reply)

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.

sem@piefed.blahaj.zone · 3 pts · 9h

Thank you for the thoughtful explanation!

Digit@lemmy.today · 1 pts · 12h

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]

Thwompthwomp@lemmy.world · 28 pts · 1d (5 replies)

Latex is worth knowing, its most commonly used for academic papers, but it opens up a whole world of scripting automated documents. But, to make it really interesting, throw in tikz and/or pgfplots for some interesting power tools. Tikz does A LOT, and is really powerful. But can definitely be overwhelming.

Rhynoplaz@lemmy.world · 4 pts · 1d

And all this time, I thought Latex was just for condoms!

pmk@piefed.ca · 2 pts · 1d (2 replies)

LaTeX is useful but the layers of abstraction makes it difficult to troubleshoot. I recommend the TeXbook and typesetting something with plain luatex, it's actually a joy to use. Maybe borrow some macros from OpTeX if needed, but those are philosophically aligned with Knuths TeX.

Thwompthwomp@lemmy.world · 1 pts · 8h (1 reply)

That is very true. If you just want to learn it, starting even at something like basic tex may make more sense. The latex ecosystem is where it starts getting interesting though, since there's been so much created and written for it. BUT that does mean you're stuck in a weird abstraction area. For when I'm just making documents (and not stuck to a specific journal format), I'm really enjoying org-mode and then piping its output to a tex PDF. I think markdown would work too, but org-mode inherits all the emacs modes, so you can get some pretty complicated in-document scripting done.

pmk@piefed.ca · 1 pts · 6h

Plain TeX is simultaneously straightforward and impossibly complex. Want to change the left margin, just set hoffset to something, but if you want double sided output where the left margin changes depending on verso or recto page, then you need to redefine the output routine. Which admittedly is quite simple in TeX compared to the monster output routine in LaTeX, but still. To me, TeX is to LaTeX what C is to python.

ivn@tarte.nuage-libre.fr · 2 pts · 21h

If all you want is to make documents and you don't have the constraints of academic publishing, I would rather recommend Typst. It's way more modern and less painful.

smiletolerantly@awful.systems · 24 pts · 1d (8 replies)
  • MuseScore 4 is a (the!) free music notation software. It is genuinely fantastic. It's also a lot of fun, if you know some notation basics and want to play around.
  • Darktable is a Raw photo editor in the vein of Lightroom. Except where lightroom is sleek, polished, user friendly and Adobe (🤮), Darktable is FOSS, and clearly so both in the design and functionality: it could easily make a UX designer cry, but if you're willing to give it a try, there does not exist a more potent raw editor on this earth. Lightroom is a toy in comparison. (Now whether you need that is another question... But I've been using it for more than 10 years, and am still finding new, incredibly useful sub-menus, drop-down contexts on hidden sliders,...)
  • rmpc is a really cool TUI music player
hitstun@feddit.online · 6 pts · 1d (1 reply)

MuseScore 4

Go for it! People make hilarious sheet music with that, like Swan Lake But It's Hunting Season (headphones users: it gets loud!).

smiletolerantly@awful.systems · 3 pts · 1d

You killed him! NOW IT'S JUST "Lake"!

Lmao this is fantastic, thank you.

gigastasio@sh.itjust.works · 3 pts · 1d (5 replies)

Do you know if MuseScore is able to import old files from Finale? That’s what used to use and not Finale is defunct and I’m not able to get at any of my old scores. Don’t see a FAQ on their page.

Zombiepirate@lemmy.world · 2 pts · 1d (3 replies)

I know you can import .midi files, it might work by exporting as a MIDI (if possible) and trying it that way?

gigastasio@sh.itjust.works · 2 pts · 1d (2 replies)

Well the problem is that I can no longer install Finale on my system and from what I’ve read, you’d need to use Finale to convert .musx files to Xtml for import. I might have to find another way or bug a friend of mine who might still have Finale to do it for me.

ludrol@programming.dev · 2 pts · 5h

Googled it and this came out: https://musescore.org/en/node/14318

SlurpingPus@lemmy.world · 1 pts · 16h

Have you tried a virtual machine?

hildegarde@lemmy.blahaj.zone · 1 pts · 4h

I've found it it works best exporting to musicxml from finale. Musesccore and most other notation software supports musicxml, and it works recently well as s go-between.

lightnsfw@reddthat.com · 24 pts · 20h (4 replies)

FreeCAD

Theoriginalthon@lemmy.world · 7 pts · 11h

Mango jelly on YouTube

boonhet@sopuli.xyz · 5 pts · 16h

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.

Pupschism@lemmy.world · 3 pts · 14h

I came here to recommend frecad too!

wezzzy@lemmy.blahaj.zone · 2 pts · 17h

Yes def freecad its really fun to fuck aound in

Rhaedas@fedia.io · 19 pts · 1d (3 replies)

My suggestion already submitted was Blender, but any of these ideas require a purpose. I don't think you truly learn an application or language (even human languages!) if you don't have something you're trying to do with it. Even music (it's a language), you can learn how to play something, how to put together notes and sounds, but you really start figuring out how to do things when you have a need to accomplish.

I would say 90% of my coding and application knowledge comes from decades of having a need or inspiration to do something, and having to find the right tool and learn how to use it to make my idea become something (even if it doesn't get finished). When that purpose or desire disappears (for whatever reason) I stop wanting or caring about learning more about the tool I was using to do it with.

Your initial request seems to point to a different style of learning, wanting to do it for the journey itself. That's cool, I just wonder if you had a reason for doing it, would it make the effort more fun and worthwhile.

bridgeenjoyer@sh.itjust.works · 2 pts · 1d (2 replies)

Thats why i struggle so much learning any type of programming. What's the point. Any software I'd want is super complex, and there's a billion simple tiny ones that have already been made.

insomniac_lemon@lemmy.cafe · 2 pts · 16h

I think there's probably still room creatively, especially as a hobby.

I sort of see it as the opposite with software though, that popular options are bloated data-wise (and cost) and simple usage-wise, other options are small-ish data-wise but less user-friendly. It seems like the middleground (low data+easy-to-use) is less likely to exist, particularly for techniques that aren't as shiny/new. In some cases, it really does seem like certain workflows don't exist. (or perhaps for some things that we've seen before, implementations were always in-house rather than something that existed in a usable editor)

Which isn't to say stuff like that will be easy, maybe doable with limitation and if libraries can take you half-way there.

Rhaedas@fedia.io · 1 pts · 1d

I definitely look to see if the wheel is already invented, but I guess I started early enough when there wasn't a lot out there and had to make it work on my own. I totally enjoy having to hack together things and google answers (god, that's gotten a lot harder than it used it be), so that's also part of why I jump to DIY unless I find something that's perfect and already made.

A recent one where I stopped myself was automating backups. I was going to try to throw together something, but then ran across restic and Backrest and wow, it's so much better than what I could have done.

ascendings@fedia.io · 19 pts · 18h

I'd say GIMP for photo editing would be a good one to learn. It's come in handy in a pinch both at home and at work when I've needed something done up real quick.

interweb_pirate@lemmy.dbzer0.com · 18 pts · 1d (7 replies)

Docker and Docker Compose. Once you know that, you'll be able to self host almost any FOSS.

Passerby6497@lemmy.world · 8 pts · 22h (6 replies)

Take it one step farther and learn podman and quadlets. It's like learning docker/compose, but it's also rootless if you do it from userspace.

Lemmert@reddthat.com · 4 pts · 15h (5 replies)

Docker can also be run rootless, though not by default.

Passerby6497@lemmy.world · 1 pts · 10h (4 replies)

True, but I personally don't see the point in adding a bunch of new packages to a system to make it work the way another system does when the migration process is minimal.

Using podman compose, I've migrated multiple docker compose to rootless with basically no required refactoring until I made it a quadlet so it would always just run.

tired_n_bored@lemmy.world · 1 pts · 9h (1 reply)

I've never understood why Docker doesn't work like that by default.

Lemmert@reddthat.com · 1 pts · 6h

Docker was initially only rootful. So I'm assuming for compatibility's sake they kept the default that way?

Lemmert@reddthat.com · 1 pts · 6h (1 reply)

Yeah I also switched all my docker containers to podman as well. I wasn't making any point for using either above the other

Passerby6497@lemmy.world · 1 pts · 5h

I wasn't making any point for using either above the other

I know, but I AM making a point to use podman over docker because it's rootless by default and requires less work/admin overhead to implement and maintain.

It's all well and good that docker can run rootless with a good amount of tweaking and configuration, but the juice isn't worth the squeeze IMO. I pulled the pin on that once I realized podman was the much better option.

ExLisper@lemmy.curiana.net · 17 pts · 17h (1 reply)

vi

onipa@feddit.org · 9 pts · 12h

or vim with vimtutor

slazer2au@lemmy.world · 16 pts · 1d (3 replies)

Godot. Start with an idle game, move onto more. Just don't make a horror game, way too many of those and a lot of them are bad.

wezzzy@lemmy.blahaj.zone · 4 pts · 17h (1 reply)

Or a rogelike/light! Really hard as starter project

VOwOxel@discuss.tchncs.de · 1 pts · 7h

I made a roguelike for a game jam a few months ago, it taught me a lot!

I'd been making mostly text-based/UI-based stuff before, so it was my first "real-time" and "3D" game.

Also, I concur: Godot is awesome to work with :)

LucidNightmare@anarchist.nexus · 3 pts · 4h

I want to use Godot to make a King's Field-like game, but the time needed for that is something I just don't have right now! Maybe one day! T-T

NaibofTabr@infosec.pub · 15 pts · 1d (2 replies)

Get your finances in order with Firefly III and Waterfly III (Android app, available in F-Droid)

Kaldo@fedia.io · 3 pts · 14h (1 reply)

I like numbers and was really tempted to go all in into this rabbit hole but this ends up being a lot of work and stress if you try to maintain it manually. It'd be ideal to be able to automate imports from your banking apps but those don't really exist, or depend on some possibly sketchy 3rd party services that I dont trust with my finances

sem@piefed.blahaj.zone · 1 pts · 9h

I use a paid service (which might itself depend on one of those 3rd party bank syncing companies, idk), but it's wild to me that banks haven't figured this out yet and cut out the middleman. They can't want their customers to be exposed to more risk than necessary

FinjaminPoach@lemmy.world · 14 pts · 1d (2 replies)

One thing I want to learn which seems important to me career wise is HEC-RAS, a hydrological River Analysis Software. I think it's free?

From this you can build your own predictions of when flooding (or drought!) will occur in your local area

Sylence@lemmy.dbzer0.com · 6 pts · 1d

As a professional water engineer it seems unfathomable to me that someone would learn HEC for fun, but it's really cool that you want to! Yes, it is free and maintained by the US Army.

HobbitFoot@thelemmy.club · 2 pts · 1d

Just make your inputs are right. Garbage in, garbage out.

vantablack@lemmy.blahaj.zone · 13 pts · 8h (1 reply)
elDalvini@discuss.tchncs.de · 2 pts · 1h

I don't know what I expected... I love the Internet

ace_garp@lemmy.world · 13 pts · 20h

Learn the basics of a couple of FOSS audio-software staples.

LMMS - tracker

Audacity - Audio recorder

zxqwas@lemmy.world · 13 pts · 1d

Bash. If you use Linux.

OpenFOAM. If you ever want to figure out the aerodynamic qualities of a cow. This may take more than a weekend.

Cellari@lemmy.world · 12 pts · 5h (1 reply)

Factorio

Toga77@lemmy.world · 8 pts · 4h

This is just pure evil

Digit@lemmy.today · 11 pts · 12h

some suggestions for your consideration in order of empowerment and learning curve first,

  • AWK
  • ffmpeg (~ & imagemagick ?)
  • bash, zsh, or fish
  • kew (it's just a really simple nice tui music player, no fuss). (... "Am I the only fun one in Digit's list here?" -- kew)

n_n

Some other things that sprang to mind, (generally tending to more gui things, some distro/packagemenent things)... audacity/tenacity, fontforge, gimp, gentoo and portage, bedrocklinux and brl, peertube self hosting, forgefed self hosting, suckless.org's tools, CRUX or KISS/Carbs, just playing around in stellarium, playing around in pioneer space sim, learning how to evade humanity's detection as an ai in the game called singularity, ;3

Oh... Here's an idea for you... Learn a text editor.

Think it's not fun?

Depends on which text editor you pick, and how much the fun suits you. ... Emacs has so many things (including games, like tetris and doctor). Even neovim has some extra things (~ opencode runs on neovim... tho it's not the same, lol). Or maybe you want something simpler, like nano, mcedit, or fin (I wrote fin, don't use it, it's scruffy... and only able to do that from learning some of the things mentioned, and more).

Yay for learning. Yay for asking for what other fun things to learn. Good post. Good question. ... Sorry my answers were not better. Heh. Caught off guard, answered just what first sprang to mind. n_n Doubtless many other more fun things exist.

fruitycoder@sh.itjust.works · 11 pts · 1d

Kubernetes (ala k3s) you can make any collection of computers a cluster and play with automation of apps and services

KiCAD play with circuit board design with FOSS.

FPGA programing! Tons of use case for when you need near line speed but can't afford the time and money it takes to build a full ASIC.

lIlIllIlIIIllIlIlII@lemmy.zip · 10 pts · 21h

Meshtastic (Software and hardware).

solrize@lemmy.ml · 10 pts · 1d (4 replies)

Emacs! Emacs Makes All Computing Simple.

xeno_the_warrior_prince@lemmy.dbzer0.com · 14 pts · 1d (1 reply)

I second this, learn emacs and you will never bother learning any other software (because you'll be too busy learning emacs for the rest of your life).

FinjaminPoach@lemmy.world · 2 pts · 1d

Doing this as soon as I'm home from holiday in 2 days

SlurpingPus@lemmy.world · 2 pts · 16h (1 reply)

Greatly recommend this approach:

  • install Evil right away for humanly motion keys

  • perhaps install Org-mode if you're still shopping around for the perfect notes app

  • spend a few months crafting your own configuration

  • backup your whole configuration, install Doom Emacs instead, port extra stuff from your conf on top of Doom

  • finally enjoy proper quality of life in Emacs

leadore@lemmy.world · 1 pts · 6h

Sorry to interject with a different opinion but I think it would only be confusing for OP to take that advice about starting out with evil-mode, especially if they've never even used Vim before. Evil mode is fine for someone who has become used to Vim and wants to continue using its keybindings, but not for other emacs beginners.

IMO new users should learn emacs with its default keybindings, the way it was designed, to avoid confusion and get the most out of it and understand how it actually works. Then change any keybindings you don't like to whatever you prefer. Then later if you want, experiment with things like modal editing by trying out Evil mode or meow or Xah flykeys, etc.

tired_n_bored@lemmy.world · 10 pts · 9h

Blender and buy a 3D printer afterwards

HubertManne@piefed.social · 10 pts · 22h

libreoffice if your using excel.

Funkt4st1c@lemmy.world · 9 pts · 9h (4 replies)

Emacs

wibble@reddthat.com · 5 pts · 8h

Vi/vim counterpoint. Learning to quit vim will get them very far in life

Thwompthwomp@lemmy.world · 3 pts · 9h

Now that is the gift that keeps on giving! I also like the implication that one can "learn" emacs.

banshee@lemmy.world · 2 pts · 4h

On NixOS

leadore@lemmy.world · 1 pts · 6h

And remember when you learn emacs to also learn org-mode!

brrt@sh.itjust.works · 9 pts · 1d

Obsidian (Free but not OSS) and PKM. Might help you improve how you build your knowledge, or might just trap you in an endless hunt for the perfect system.

NixOS if you’re looking for an endboss kinda thing.

hades@feddit.uk · 9 pts · 1d

Learn the basics of accounting by trying to use GnuCash (or KMyMoney) for your personal finances.

Or learn a proper text editor, such as vim.

hitstun@feddit.online · 9 pts · 1d

Try Proxmox Virtual Environment with community post-install scripts. It's a little virtual data center that you install on a dedicated small PC. You can run all kinds of services like a Linux VM, Pi-Hole, Copyparty, Romm, and stuff. It'll make !selfhosted@lemmy.world very happy.

notfromhere@lemmy.ml · 9 pts · 17h

Ansible

hansolo@lemmy.today · 8 pts · 1d

GIMP

AI image editing can only go so far.

sem@piefed.blahaj.zone · 8 pts · 9h

You can do really neat thinga in QGIS -- like make your own professional quality maps, make map animated gifs, etc

myrmidex@belgae.social · 7 pts · 1d

wow rekordbox looks nice! I've used Mixxx up til now.

One killer feature might make me switch: I see rekordbox allows mixing of spotify or apple music songs: do they also support navidrome? That would blow me away!

about the topic: what about home assistant? That should prove an adequate rabbit hole for you :)

historicaldocuments@lemmy.world · 7 pts · 1d

Python, and you kind of want to take the long way around.

Get it up and running in its own virtual environment. On Linux and Windows this'll just be a directory its in, and once you've activated that install via a terminal command everything stays self contained. It has a package manager called "pip" that will handle package and dependency management. Use pip to install spyder, pandas, matplotlib, numpy, scipy, and openpyxl. If you install anaconda this is what it's doing under the hood, but there are licensing hiccups with using their package repos.

Anyway, however you get up and going, numpy is fast numerical storage, scipy is a lot of scientific algorithms, pandas is a data analysis library that rides on top of numpy, and openpyxl is an interface to excel files from python. Pandas will get you one line CSV file reads and writes and more complex manipulation of Excel spreadsheets. Openpyxl gets you cell by cell manipulation of a spreadsheet. Spyder is a development environment.

It can do much, much more.

I asked an LLM for a small python example with pandas and matplotlib. Load it into spyder and run it and see what happens (tip, go into the settings/preferences, IPython Console, Plotting, and change the Graphics Backend to "Qt" to get the plots in their own window). ::: spoiler Python Example


import numpy as np
import pandas as pd
import matplotlib.pyplot as plt

def generate_damped_signal():
    # 1. Setup Parameters
    fs = 50                 # 50Hz Sampling frequency
    t_max = 6.0             # Run for 6 seconds to clearly visualize it hitting 0 at 5s
    freq = 2.0              # Oscillation frequency in Hz
    
    # 2. Generate Independent Time Axis
    # 50 samples per second from 0 to t_max
    time = np.arange(0, t_max, 1/fs)
    
    # 3. Generate Dependent Damped Signal Axis
    # Using an exponential decay constant of 1.0 ensures that at t=5 seconds,
    # e^(-5) drops down to ~0.006, effectively decaying the signal to zero.
    amplitude = np.exp(-time) * np.cos(2 * np.pi * freq * time)
    
    # 4. Create Pandas DataFrame
    df = pd.DataFrame({
        'Time_Seconds': time,
        'Signal_Amplitude': amplitude
    })
    
    # 5. Export DataFrame to CSV File
    csv_filename = "damped_signal.csv"
    df.to_csv(csv_filename, index=False)
    print(f"Successfully generated DataFrame and saved to '{csv_filename}'")
    
    # 6. Plot the Data Using Matplotlib
    plt.figure(figsize=(10, 5))
    plt.plot(df['Time_Seconds'], df['Signal_Amplitude'], label='Damped Signal', color='cyan', linewidth=2)
    
    # Visual Anchors for the 5-second decay mark
    plt.axvline(x=5.0, color='red', linestyle='--', alpha=0.7, label='5-Second Decay Target')
    plt.axhline(y=0.0, color='gray', linestyle='-', alpha=0.5)
    
    # Labeling and Grid Configuration
    plt.title('Damped Signal Decay Over Time (50Hz Sampling Rate)')
    plt.xlabel('Time (Independent Axis - Seconds)')
    plt.ylabel('Signal (Dependent Axis - Amplitude)')
    plt.grid(True, linestyle=':', alpha=0.6)
    plt.legend()
    
    # Display the Plot Window
    plt.show()

if __name__ == "__main__":
    generate_damped_signal()

:::

ace_garp@lemmy.world · 6 pts · 20h

CRRCSim (RC plane simulator)

Learn how to slope-soar a glider.

Best with the photo mountain scenery added in.

In many distro repositories too.

https://github.com/gcmcnutt/CRRCsim

gwl@lemmy.blahaj.zone · 6 pts · 4h (2 replies)

Ardour, it's a FOSS Digital Audio Workstation

https://ardour.org/

LordCrom@lemmy.world · 1 pts · 3h (1 reply)

Have you gotten ardour to accept input from guitarx's USB interface? I hate falling g back to windows stuff for audio recording.

gwl@lemmy.blahaj.zone · 1 pts · 1h

Honestly never had a reason to try, piano and vox

Axolotl_cpp@feddit.it · 6 pts · 1d (2 replies)

Slackware- Wait you said fun, nvm

Aseprite (you gotta compile it yourself if you wanna it free tho)

cerement@slrpnk.net · 6 pts · 1d (1 reply)
Axolotl_cpp@feddit.it · 1 pts · 1d

They lack some features comoared to aseprite

defaultusername@lemmy.dbzer0.com · 6 pts · 1d

KiCad takes around 5 minutes to learn and is some of the best software for designing schematics and PCBs.

Falstad is great for when you need simulations of schematics and don't want the headache of trying to use KiCad's built in simulation tools.

Both are FOSS.

SnotFlickerman@lemmy.blahaj.zone · 5 pts · 1d

I learned a decent bit about how biometric authentication works (or at least this specific implementation) by installing, setting up, and tweaking settings for Biopass. I also learned about how when you do first login using this method, it can fail to unlock keyrings because the password authentication has been bypassed so no password has been provided to unlock the keyring. It includes anti-spoofing local AI models, and the dev plans to have the option for the user to download and use any model for anti-spoofing/recognition. Interesting stuff.

https://github.com/TickLabVN/biopass

DickFiasco@sh.itjust.works · 5 pts · 1d

I recommend learning dc if you don't already know it, and either Octave or Python.

https://en.wikipedia.org/wiki/Dc_%28computer_program%29

Emerald@lemmy.world · 5 pts · 4h

You could get JOSM and become an OpenStreetMap editor. https://josm.openstreetmap.de/

Also install gentoo.

hildegarde@lemmy.blahaj.zone · 5 pts · 4h

Lilypond. Its music software. Learning it will keep you occupied for at least a week.

hades@feddit.uk · 4 pts · 1d (1 reply)

Install one of the distributions where you have to do most of the installation steps manually, such as Gentoo or Slackware or Arch. Or Linux from Scratch of you want hardcore mode.

Digit@lemmy.today · 2 pts · 12h

Or Exherbo, for even more of that kind of fun.

banause@feddit.org · 4 pts · 1d (1 reply)
cerement@slrpnk.net · 4 pts · 1d
No1@aussie.zone · 4 pts · 1d

:wq!

vogi@piefed.social · 3 pts · 1d

Make sick beats with milkytracker.

I honestly have that still on my to-learn list myself. But it does seem to be a solid choice for FOSS trackers.

lietuva@lemmy.world · 3 pts · 1d

i've been hitting up kaggle.com, freecodecamp and exercism.org for Python courses.

Selfhosting is a nice rabbit hole

HeyThisIsntTheYMCA@lemmy.world · 3 pts · 11h

idk the software but multitrack audio editing sounds fun.

AnarchistArtificer@lemmy.world · 2 pts · 4h

I don't have any suggestions, I just want you to know that you're delightful

DecentM@lemmy.blahaj.zone · 2 pts · 5h

Stage lighting controls are extremely fun to learn. DMX, ArtNet, etc. QLC+ is free and open source, there are TON of other ones as well (like controlling big stage lights with a Wii controller so they move like you).

There are simulators, but the prettiest I've seen so far is https://github.com/AcChosen/VR-Stage-Lighting. Despite its name, you don't need vr for it but if you do, you can watch your lightshow as if it was real!

ace_garp@lemmy.world · 2 pts · 20h

PosteRazor, is super easy to learn.

It can make wall posters, by printing the A4 segment sheets, and then gluing them together.

https://posterazor.sourceforge.io/

LandBasedDaveyJones@lemmy.today · 2 pts · 38m

Mmkay thank you, this is such a great thing to ask.

brown567@sh.itjust.works · 2 pts · 8h
Kissaki@feddit.org · 2 pts · 1d

Nushell

Blender

Godot

Squizzy@lemmy.world · 2 pts · 46m

How did you go about the excel learning? I find it to be too busy an area to get to parts I want to learn about, mostly pivots and formulas like you

thisisbutaname@discuss.tchncs.de · 2 pts · 1d (1 reply)

Since you already recorded something with OBS, you could try your hand at video editing with something like kdenlive

altkey@lemmy.dbzer0.com · 1 pts · 18h

I thought so too. KDEnlive a solid base that is used by many FOSS youtubers akin to Veronica Explains. It's capable of things up to rotoscoping/chromakey deletion, it also closely resembles how most video editors work, except maybe for trendy node-based tinkering in effects - that would be covered in full by Blender/Godot further down the line. Example project: make a short explanatory vid about one of the tools already learned.

smh@slrpnk.net · 2 pts · 1d

I saw Krita was already suggested. Also give Inkscape a go. It's meant for vector graphics instead of raster. (like SVG vs jpeg).

whotookkarl@lemmy.dbzer0.com · 1 pts · 4h

Use graphviz dot files to draw a graph

Draw some graphs from data files downloaded from public university data sets in GNU Octave

Write a review of the process and tools with embedded images and code in LaTeX

reksas@sopuli.xyz · 1 pts · 14h

sunvox

Hamknight@lemmy.world · 1 pts · 4h

Voicemeeter potato. Enjoy learning how all your audio devices work, and how to add noice effects.

OnscreenDust@piefed.zip · 1 pts · 1d
Fmstrat@lemmy.world · 1 pts · 56m

Sketching 3D in FreeCAD.

11111one11111@lemmy.world · 0 pts · 1d

Prompting claude for python scipts you feed into FreeCAD to build 3d models, dimensional drawings and for everyhung you coild ever imagine.

Treczoks@lemmy.world · 0 pts · 1d

Inkscape