mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

12K
active users

#opensource

1.1K posts882 participants3 posts today

#opensourceFriday

#FFmpeg is multi-platform swiss-army knife of libraries and tools, of which only one ffmpeg command.

en.wikipedia.org/wiki/FFmpeg

I'm not an expert user but over the years it has helped me to:

* convert ripped CD flacs to mp3/ogg

* re-encode video for a specific task eg friends' problematic players, and even projection at an art exhibition

* making animated maths visualisations from a sequence of images from python matplotlib eg

youtube.com/watch?v=Ln6vWyQ4p3k

My @EndeavourOS box has been bumped up to 64GB RAM and is now a proper gaming and video/audio editing & rendering box. I'm loving the fact that everything can be done with excellent software which I don't have to pay for. But boy the whole pulseaudio/pipewire/alsa thing has chewed up more cycles than I have EVER spent on audio configuration. It's working now, but I'm left with the sense that it will break if I look at it sideways.... #linux #opensource #linux_gaming

Writings of Emelia: Open-source tools needed for the future of decentralized moderation. “I’ve worked on trust and safety tooling for Mastodon and related federated and decentralized social networks for a number of years now. This is the tooling I believe will be necessary to handle the current and future moderation and trust and safety issues for these networks and the greater trust and […]

https://rbfirehose.com/2025/03/28/writings-of-emelia-open-source-tools-needed-for-the-future-of-decentralized-moderation/

ResearchBuzz: Firehose | Individual posts from ResearchBuzz · Writings of Emelia: Open-source tools needed for the future of decentralized moderation | ResearchBuzz: Firehose
More from ResearchBuzz: Firehose

From Linux to macOS: Embracing Open Source Everywhere

Open-source software is not restricted to Linux. While I spend most of my time reading, writing, and developing on Linux, I can also use many tools I love on macOS and Windows platforms. Last fall, after returning from All Things Open, I purchased an M3 MacBook Air because I wanted to experiment with some of the artificial intelligence applications I had seen at the conference in Raleigh.

As most of you know, Mac computers have a great supply of Apple-developed software, which works well for many folks. However, being a person who is used to the freedom afforded by open source, it didn’t take long before I had installed HomeBrew and then began installing my favorite open source applications.

The first app I installed was Ollama, which I used almost daily to experiment with locally run large language models. Ollama is available under the MIT license. Additionally, I experimented with Hollama, a minimal web user interface for Ollama, which also carries an MIT license. Apple Silicon processors, including the M1, M2, M3, and M4, provide excellent platforms for running locally hosted large language models.

Output from these LLMs is in Markdown, and several open-source Markdown editors are available for MacOS. I prefer MarkText on Linux, but I had trouble installing it on MacOS, so I opted instead for MacDown, a fine open-source Markdown editor easily installed on the Mac.

MacDown was easy to install:

brew install --cask macdown

Apple supplies its own word processor, spreadsheet, and presentation software, but I chose LibreOffice, which is my favorite. It is easily installed with HomeBrew, too. I also installed Joplin, my favorite cross-platform notetaking app. The world of open-source supplies all my needs.

I recently wrote about Krita and decided to install it on the M3 MacBook, too. It was easy to install with Homebrew. My experience with Krita led me to install Darktable, another open-source graphic program available on macOS. Both are easily installed with Homebrew.

% brew install --cask darktable % brew install --cask krita

Gimp and Inkscape are my favorite open-source graphics programs. I regularly use both of them to modify images and create vector graphics. I use VSCodium when writing and learning more about Python code on the Mac.

I installed VideoLan (VLC) on the Mac too. VLC is a free and open-source cross-platform multimedia player and framework that plays most multimedia files.

II also installed DiffusionBee, which has allowed me to explore AI image creation on my desktop.

Completing my list of favorite open-source applications that can be installed and run locally is Bitwarden, my top choice for a password manager. I have been using Bitwarden for nearly six years now and highly recommend it.

All of these applications can be easily installed by downloading and installing the .dmg files or by using Homebrew from the command line. I prefer the latter as upgrading all the applications at once is much easier. The number of open source applications that run on macOS is quite lengthy. I have only shared the one that I use, but there are many more. I discovered a comprehensive list of them on Github.

All Things OpenUnleashing the power of Homebrew on MacOS | We Love Open Source - All Things OpenFor a tech enthusiast like me, getting an M2 MacBook Air (M2 Air) isn’t just a purchase; it’s an ascent. It’s like stumbling upon a mythical unicorn, except this one... Read More