People used to talk about mix tapes, but "mix discs" never seemed
to become a popular term.
I guess the availability of cheap CD burners overlapped
too closely with the introduction of MP3 players.
Finally I sorted them into an order that I think works well,
converted them to WAV with ModPlug Player (which works great under WINE)
Modplug playing console tools
These are command line players for the following module formats:
669, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med mod, mt2, mtm, okt,
psm, ptm, s3m, stm, ult, umx, xm.
gopher://aussies.space/1/~freet/collected_files/car_tracks/
I think VLC supports playing them, to some extent.
Keywords: tracker module,MOD,listening,free,favourites
I never actually made mixtapes, but I had made some mixdiscs
(CDDA ones) and in fact, at least one of them had been a car mix.
gopher://aussies.space/1/~freet/collected_files/car_tracks/
On Sun, 26 Apr 2026, The Free Thinker wrote:
I guess the availability of cheap CD burners overlapped
too closely with the introduction of MP3 players.
I have not really heard of the term "mixdisc" back in the early-2000s days; but it might be because I live in a non-English-speaking country
and I didn't really communicate much over the Internet back in those days. But in my area MP3 CDs was a really-ubiquitous thing...
it was very widely-available (pirate stuff of course,
at least at the start). [3][4]
In any case, my current (2020s+) usage of term "mixdisc"
[yes I really do use this term personally] merely came to be by logically applying concept of "mixtape" to CD.
Finally I sorted them into an order that I think works well,
converted them to WAV with ModPlug Player (which works great under WINE)
Isn't ModPlug also natively available under GNU/Linux, at least in CLI form? For example, in Devuan/Debian APT repository, there is a package
named `modplug-tools` [5] which advertised itself as:
I think VLC supports playing them, to some extent.
Yes it does (via libModPlug). Another program that I happened to have
on machine which plays these is MilkyTracker.
I still have no idea how to use MilkyTracker in acutal
composing/arranging though, so if you have seen newbie-grade
HOWTO article/tuturial/book for using it, plase share.
And tangent...
Keywords: tracker module,MOD,listening,free,favourites
I'm curious, what are newsreaders which have specific facility for user
to enter this keywords list?
And is this header defined in standard somewhere, or being a
de-facto stuff?
On Sun, 26 Apr 2026 03:15:38 -0000 (UTC)
freet@aussies.space (The Free Thinker) wrote:
gopher://aussies.space/1/~freet/collected_files/car_tracks/
Thanks for the link!
Also, I'll check out your... ehh... what's the gopher counterpart of a "capsule" we use in gemini? Your "gopher hole" I guess?
Open Cubic Player ('ocp' package in Debian)
'opencubicplayer' package in Debian actually, 'ocp' is the command
to run it.
CCDA? Cataclysm: Dark Days Ahead ones?
The tracks selection is great, they sound as something whole. Loving the
playlist.
If you have more playlists like that (small zipped selection of tracker music),
or know where to find those, I'd love to download and listen before work every
day.
On Tue, 28 Apr 2026 01:52:19 -0000 (UTC)
freet@aussies.space (The Free Thinker) wrote:
What I don't get is how do I know what is the package called when I only know
the command I want, without searching the internet? The other day I wanted to
use "trans" (translate in terminal) and turns out I don't have it. Usually I
provide the command I want to package manager and use tab completion to guess
the package name from the list of suggestions (like trans -> translate-shell),
but this doesn't always work.
Is there a universal way to ask a package manager to install whatever package
provides the command I want, or ask what commands are provided by a package?
For Debian there's 'apt-file' (which might need to be installed
from the mercifully same-named package).
First run:
$ sudo apt-file update
Then:
$ apt-file search bin/ocp
camlp5: /usr/bin/ocpp5
ocp-indent: /usr/bin/ocp-indent
ocproxy: /usr/bin/ocproxy
ocserv: /usr/bin/ocpasswd
opencubicplayer: /usr/bin/ocp
opencubicplayer: /usr/bin/ocp-curses
opencubicplayer: /usr/bin/ocp-sdl2
opencubicplayer: /usr/bin/ocp-vcsa
As you can see, it is prone to showing false positives. Enabling
regexp mode with '-x' allows narrowing the results down to just
the one command's filename:
$ apt-file -x search 'bin/ocp$'
opencubicplayer: /usr/bin/ocp
| Sysop: | deepend |
|---|---|
| Location: | Calgary, Alberta |
| Users: | 307 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 03:08:17 |
| Calls: | 2,536 |
| Files: | 5,917 |
| D/L today: |
137 files (17,688K bytes) |
| Messages: | 471,295 |