For suggestions on programs that aren't bloat refer to

For suggestions on programs that aren't bloat refer to suckless.org/rocks

Acceptable GNU/Linux distributions that aren't bloat

Gentoo
Debian(NET ISO)
Void(Hipster but werks)
Alpine(Pretty damn minimal)

Another protip to keep your system minimal is to keep your package count lower than 999.

Get recommendations to see if your system is bloat or not
>OS
>DE/WM
>Video/Music player
>Image viewer
>File Manager
>Text Editor
>Shell
>Web Browser
>Terminal

Protip: If you aren't comfortable with the terminal or aren't proficient with GNU/Linux this thread isn't for you.

A nice quote
"Minimalism = A very good thing"
Too much of something is never good."

Other urls found in this thread:

github.com/martanne/vis
tedunangst.com/flak/post/sct-set-color-temperature
jedisct1.github.io/minisign/
upspin.io/
youtube.com/watch?v=ENLWEfi0Tkg
github.com/muennich/sxiv
harmful.cat-v.org/software/firefox
wiki.archlinux.org/index.php/FFmpeg
eradman.com/posts/screencasting.html
trac.ffmpeg.org/wiki/Capture/Webcam
trac.ffmpeg.org/wiki/Capture/Desktop
trac.ffmpeg.org/wiki/FilteringGuide#multipleinputoverlayin2x2grid
ffmpeg.org/ffmpeg-filters.html#overlay-1
ffmpeg.org/ffmpeg-filters.html#amix
ffmpeg.org/ffmpeg-filters.html#pan-1
ffmpeg.org/ffmpeg-filters.html#loudnorm
sourcemage.org/Spell/Book
pastebin.com/HKBAEZcL
pastebin.com/fs1ihsbc
sourcemage.org/
suckless.org/rocks
palemoon.org/info.shtml
linux.palemoon.org
twitter.com/AnonBabble

I fogot to add the fucking subject.


/minimalism/ thread

vis - vi-like editor using Lua and structural regexes commands, I'm quite fighting with configurations and there isn't an ecosystem with plugins yet, probably gonna have to find the IRC to lurk on and get some help
github.com/martanne/vis

sct - set color temperature on 60 lines of C, issues working on DEs (not sure if Wayland or Gnome collision)
tedunangst.com/flak/post/sct-set-color-temperature

ffplay - tool that comes with ffmpeg for playing videos and music

signify/minisign - cryptographic signatures with short Ed25519, no keyserver ecosystem, just plain keys about the same length as PGP fingerprints, signify originates from OpenBSD, minisigh is clone for dnscrypt. Can sign Tar archives using its header field, this is pretty handy.
jedisct1.github.io/minisign/

upspin - solution for remove filesystem sharing by Rob Pike and collective. This isn't just protocol for remote filesystem as 9P is, but rather full solution with encryption, keyservers and good control over who can access it. Has drivers to mount the remote filesystem thus applications do not need a special network client plugin, just operate on files.
upspin.io/
youtube.com/watch?v=ENLWEfi0Tkg

sxiv - simple X image viewer
github.com/muennich/sxiv

>dash
>mksh
Those have terrible UX.

>Another protip to keep your system minimal is to keep your package count lower than 999.
Package count is a retarded measure for minimalism.

There is no minimalist browser that works with modern web, even suckless surf uses the webkit2gtk which they hate

True but if you need to get work done, you need to get work done. It doesn't have to be lower 999. But Lower than 999 is ideal.

>modern web
Yeah, thats why i chose firefox.

Why emacs isn't minimal?

openbsd
rio from plan9port
mpv; acme+ffplay
plan9port's jpg/png/gif
sam, ed acme
rc, ksh
surf
st

btw vim/nano are absolutely harmful, so is Mozilla Firefox. Linux is considered harmful too, but so is BSD to somewhat less extent.
harmful.cat-v.org/software/firefox
nice name collision with vis program
they have everything one could need

Depending on how packages are made, you can have less bloat with more packages.

I might add openbsd to the OS chart.

Can i livestream with openbsd? Does openbsd have obs?

obs = bloat and harmful shit.
ffmpeg will work though.

>ffmpeg will work though.
Very interesting. Can i stream youtube from ffmpeg? Can i also have a facecam with ffmpeh

Yes you can, youtube uses RTMP which ffmpeg supports. i think ffmpeg supports layering media but im not sure about that.

yes, Arch has some guide for that wiki.archlinux.org/index.php/FFmpeg
someone also wrote a guide for OpenBSD (the sound stack differs and also sets up virtual screen which is slightly overkill)
wiki.archlinux.org/index.php/FFmpeg
eradman.com/posts/screencasting.html

It's simplest screen recorder you can ask for, I've also seen some guides to stream on twitch etc., but can't point a good source without trying.

any solution for navigating lines with up/down arrows in acme or you just dealt with it?

>suckless.org/rocks
>browsers
>no firefox
>post has firefox
Why are people recommending firefox now? I switched because of all the bloat in firefox. Is that no longer the case anymore?

i dont have up/down arrows
imo clicking on the scrollbar is fine.

>ffmpeg will work though.
ffmpeg does not have canvas composing so if one of your inputs goes dead so does the stream.

I'm loooking at the arch wiki. Theres something called ffserver. Is that the thing that connects my stream to youtube?

Actually has extenions like ublock origin and umatrix

Go ahead and use qutebrowser or surf or what ever the fuck. I don't have all the anwsers cuck.

touch screen or weird keyboard?

whats the best password manager?
I am currently using Keepass

It's deprecated.
You can use normal ffmpeg to stream to youtube:
ffmpeg -re -i input.mp4 -vcodec libx264 -acodec aac -f flv -rtmp_buffer_size 64k rtmp://youtubelive.etc

>felt for the harmful meme

Surprisingly sane list in that image. It's mostly stuff I'm using. Why not also list ranger under file managers, though? I use Thunar mostly, but I want to move to ranger.

ffserver is the opposite. it serves. you just use plain rtmp for connection from regular ffmpeg
60% are quite popular

Brain or a text file that is encrypted.

Is that really the command? Also isn't there more to it? I heeard in youtube there is something called the streamkey you need to put into obs

Yeah its sane and minimal. I didn't want to go full autismo

It's part of the output address. I was lazy about adding all this:
rtmp://a.rtmp.youtube.com/live2/43ax-g2g2-y2bb-clkq
The gibberish at the end is whatever key you find in the Ingestion Settings tab depending on the resolution you pick.
There are more settings possible, depending if you need to do any adjustments on your input, or at what bitrate you want to send your video/audio.

>It's deprecated.
Thats the arch wiki is shit and vague

why*

How do you know all this. Also how would i add the facecam

>How do you know all this
I have been using ffmpeg for various purposes for several years now. It does the job most of the time.

The webcam probably has some sort of a public interface, check this article to find it based on the OS used:
trac.ffmpeg.org/wiki/Capture/Webcam
To capture the whole desktop area see this:
trac.ffmpeg.org/wiki/Capture/Desktop

To compose the two sources you'll have to use complex filtering. Here's an example:
trac.ffmpeg.org/wiki/FilteringGuide#multipleinputoverlayin2x2grid
To compose the webcam video over the desktop capture video use the overlay video filter:
ffmpeg.org/ffmpeg-filters.html#overlay-1
To mix audio from both sources there are two ways. The simple way is to mix by averaging:
ffmpeg.org/ffmpeg-filters.html#amix
Another method is to mix in percentages. You can, for instance, give the microphone audio 80% and the desktop audio 20%.
ffmpeg.org/ffmpeg-filters.html#pan-1
For additional final volume adjustment use loudnorm:
ffmpeg.org/ffmpeg-filters.html#loudnorm

As you can see this requires quite a lot of shit to read. If you want to get shit done, it may be more sensible to use OBS.

Want to use Firefox, but qutebrowser is just so much better. All it needs is more privacy plugins.

Wizards assemble !

Advanced users of GNU/Linux (and I mean advanced), remember to try Source Mage GNU/Linux. True source-based distribution, and (in contrast with Gentoo and Arch) is:
Free from obfuscated and pre-configured code.
Fully committed to GPL, uses only free software (as in freedom) in their main package.
With even the documentation licensed as FDL.
Without 3rd party patches, sensible defaults or masked packages.
Doesn't need obfuscated python libraries, only bash.
Use clean dependencies as they came from upstream developers, which by the same provides instant updates.
Can heal broken installs.
Can also use flags.

Do you like Arch Linux's AUR? Do you like Gentoo's portage (or ports-like) package manager? With SMGL's "sorcery" you get all that. Making new spells (packages) not found in the grimoire (repository) is easy sourcemage.org/Spell/Book

Basic Source Mage GNU/Linux installation pastebin.com/HKBAEZcL
Improvised Source Mage GNU/Linux guide pastebin.com/fs1ihsbc


Bash hackers welcome! Come and join sourcemage.org/

An I missing anything if I use cmus over mpd+mcnpcpcpcp? Can I still get a visualizer?

Working on a full terminal based environment to use in my server, low end machines also benefit.
I search for alternative applications that work in either text only interface, ncurses, or the framebuffer. I am not writing anything the tools are already there, is just a matter of configuration. For example the window manager replacement I use is GNU Screen but there are other alternatives like Twin or any terminal multiplexer of your linking, also fbterm to use fonts on tty and set a wallpaper. Also for spreadsheets there is slsc, for word processor (not text editor) there is WordGrinder that can edit ODT files.

I made MPlayer work! Can now watch videos on the TTY. Currently tweaking a window manager and framebuffer resolution.

I have planned a full desktop environment and this is one of the steps. Anybody doing something similar wants to join?

>void
>hipster
die

>60%
that's pretty sexy, user

>gpl
>bash
ewwwwwwwwwww

t. cuck

mpd runs as a daemon so you can close ncmpcpp and still have your music playing or open 30 different clients and still interact with the same mpd server. you can close your xserver for example, it just feels much more comfy for me and more minimal since you don't need a client to interact with it.

>runs as a daemon
so does mocp and is much more easy to setup and navigation is blazing fast

Debian 9
XFCE
Music from phone computer is for work
Images - fuq dat
Thurnar or Terminal depends
Learning Vim and emacs now nano
Shells
Firefox
Terminal - whatever goes don't really care

Give me a live usb distro with de/wm bloat free

alpine.

which editor is next to vim?

Vim such a pita might as well try it.

>OS
Debian sid, switching to Devuan soon.
>DE/WM
I use both i3 and xfce for different occassions
>video/music player
VLC/Youtube
>File Manager
PcManFm
>text editor
VSCode
>shell
zsh
>Web Browser
ff quantum
>Terminal
DE default terminal, both urxvt and st are for retarded ants.

>63659043
>OS
parabola
>DE/WM
i3
>Video/Music player
none
>Image viewer
feh, mupdf
>File Manager
ranger
>Text Editor
vim
>Shell
bash
>Web Browser
firefox nightly
>Terminal
urxvt

>>OS
switching between arch and ubuntu mate(not so much mate anymore)
>>DE/WM
i3
>>Video/Music player
cmus/vlc
>>Image viewer
Not sure I think default is currently Shotwell Viewer
>>File Manager
thunar
>>Text Editor
vim
>>Shell
Bash
>>Web Browser
iridium / firefox / chromium
>>Terminal
urxvt

>using alpine for anything but cloud containers

>firefox

yuck, i bet oyu have no friends

Damn you, PR sector.

You gonna post the template?

>OS
Manjaro
>DE/WM
xfce for the win
>video/music player
mpv moc/foobar2k
>File Manager
thunar
>text editor
still searching one
>shell
bash
>Web Browser
chromium
>Terminal
xfce terminal

isn't termite smaller than urxvt

>OS
Arch
>DE/WM
i3
>Video/Music player
VLC/ncmpcpp
>Image viewer
feh
>File Manager
ranger
>Text Editor
vim. But I need intellij for java
>Shell
bash
>Web Browser
firefox
>Terminal
urxvt

Arch was my first distro but I didn't get into ricing/minimalism until a couple months ago. What's the best way to get rid of dependencies that I don't need anymore? I would always pacman -R stuff I didn't need but completely forgot about the dependencies that were installed.

>OS
OpenSUSE Thumbleweed
>DE/WM
XFCE4 / Xfwm4
>Video/Music player
VLC
>Image viewer
Ristretto
>File Manager
Thunar
>Text Editor
Leafpad
>Shell
bash 4.4.12
>Web Browser
Firefox 57
>Terminal
xfce4-terminal

sxiv > feh for better GIF/thumbnail support

I browse my porn with gthumb though

>OS
Void
>DE/WM
bspwm and WindowMaker
>Video/Music Player
mpv for video, mpd + sonata and ncmpcpp for music
>Image Viewer
feh
>File Manager
pcmanfm and mc
>Text Editor
Vim
>Shell
bash
>Web Browser
Firefox and links
>Terminal
urxvt

OpenBSD i don't know, but FreeBSD, yes.

>OS
macOS
>DE/WM
built-in
>Video player
VLC
>Music player
built-in
>Image viewer
built-in
>File Manager
built-in
>Text Editor
built-in
>Shell
built-in
>Web Browser
built-in
>Terminal
built-in

If you need a graphical environment you're already bloated.

>OS
Ubuntu 17.10
>DE/WM
i3 (recently switched, it's amazing)
>Video/Music player
cmus (still haven't had the need for a video player)
>Image viewer
ranger with w3m. Ubuntu's preview thing.
>File Manager
ranger/Ubuntu's file manager
>Text Editor
vim, learning emacs now, Rider for day to day work. Plan is to learn emacs (with evil) well and use it in conjuction with Rider for Unity3D work. You know, use the best tools for the job
>Shell
fish
>Web Browser
firefox with vimperator but I'm not switching to qutebrowser
>Terminal
Ubuntu's default gnome terminal. Still haven't decided what to switch to.

*now switching to qutebrowser. So far so good, need to start playing around with it and configure it

>OS
macOS
>DE/WM
i3-gaps
>Video/Music player
mpv/mpd+ncmpcpp
>Image viewer
Finder's built in thing
>File Manager
Terminal
>Text Editor
vim
>Shell
zsh
>Web Browser
Chromium
>Terminal
urxvt

I'm honestly waiting until per domain settings are made so noscript like features can be implemented

How are you doing this on Mac? Are you just running X11 server? How's the experience moving from X11 to mac apps? I ask because I would need to run many mac apps, wouldn't be able to go fully terminal.

>How are you doing this on Mac?
What do you mean?
>Are you just running X11 server?
Yes, running an X11 server is necessary for running an X window manager.
>How's the experience moving from X11 to mac apps?
4-finger swipe. I just keep them on separate workspaces, but I spend most of my time in i3.

Sorry, meant like were you running X or a VM.

OSX is an ideal OS for me because Im a mobile game programmer by trade. This setup you're describing doesn't sound bad. I tried something similar with Windows and WSL but back then it was still in beta and certain things with tmux weren't working. I might give it another go now that it's out of beta. I really like Ubuntu though. I need to make up my mind soon though because I'm planning on purchasing a System76. Apple computers just suck though... sigh

nano

theres is a reason why arch isn't there. It's BLOAY

BLOAT**

>Minimal guide
Forgets CRUX

crux? use lfs bitch. Memes aside look at the quote in op's post

thoughts about ranger? its quite a comfy fm once you configure some previews and get some custom binds for setting background and such. problem is its python, could be a lot better but I'm currently not aware of anything that'd fully replace it, mainly on the preview supporting part.
>inb4 just use shell, I like my previews, they're too useful

>thoughts about ranger?

For suggestions on programs that aren't bloat refer to suckless.org/rocks

File managers

mc - Midnight Commander is a free cross-platform orthodox file manager
ranger - ranger is a file manager with vi key bindings written in python but with an interface that rocks

>look at the quote in op's pos
What am I looking for exactly?

>Minimal guide
Forgets CRUX

Quote
"Minimalism = A very good thing
Too much of something is never good."

Are you implying that CRUX is TOO minimal?

No, its just gay. No one uses it. Deal with it pussy.

Argumentum ad populum, perhaps?

God i want that pepe to fuck my ass. Mmmmmm

one thicc toad

>sxiv > feh
This.

>I have been using ffmpeg for various purposes for several years now.

yeah its a lot of reading and shit. But this question is important. Would my stream be more better and faster by using ffmpeg ?

>OS
void, alpine on the laptop
>DE/WM
spectrwm, fluxbox on laptop
>Video/Music player
mpv for video, mpd+ncmpcpp for music
>Image viewer
feh
>File Manager
shell
>Text Editor
vim
>Shell
bash, ash on laptop
>Web Browser
chromium until i can login to discord on ff w/o it crashing, w3m on laptop
>Terminal
urxvt

>OS
Arch
>DE/WM
Sway
>video/music player
mpv
>File Manager
pcmanfm
>text editor
nano
>shell
zsh
>Web Browser
Firefox Quantum
>Terminal
termite

PapeMoon is basically the suckless philosophy applied to Firefox, OP:
palemoon.org/info.shtml

palemoon isnt in gentoo or debian repo's fuck outta my face.

Debian's default repos are a joke. You should know by now that practically every project hosts it's own repos for that nonsense:
linux.palemoon.org
>Additionally, Pale Moon is included in and can be installed directly from the default repositories of the following distros:
>...
>Gentoo Overlays

BTFO

Additionally, Pale Moon is included in and can be installed directly from the default repositories of the following distros:

Manjaro

>manjaro
ewwwwwwwwwwwww

Ranger has full previewing. You can easily preview code, markdown, images, html, pdf, tar, zip, and anything else you can think of. You can either preview and also just have it open in a program of your choice. You can also easily specify which program you're going to use. Image previewing in ranger is easy to setup on most terminals, including iTerm2 on OSX and Gnome Terminal on Ubuntu. Some are better than others though.