I get that people enjoy very minimalist computer experiences, but startup time is hardly that different between these programs and other slightly more ergonomic programs which offer conveniences like a config file. If you look at my startup time for my system it goes something like this: 10s - waiting for monitor to wake up to pick OS at dual boot menu 15s - typing disk encryption password 15s - system uses disk encr…
I don't see why you're focusing on speed (does the author even mention it? I skimmed TFA and didn't find it mentioned). Less bloat, simpler code means fewer bugs and it means that it's easy for a hacker/power user to dig into the code to understand and modify it, that 's the killer feature. After one hour poking into DWM I understood how it worked and how I could modify it to fit my needs exactly. I use a bunch of su…
Why I Use Suckless Tools
31–40 of 215 posts
Re: Why I Use Suckless Tools
#32Earlier quoted context omitted.
Stronger yet I rarely reboot my systems. Either they run 24/7 or I put them to sleep. There’s definitely good use for these optimized tools. Especially on old systems with low resources and slow CPU’s. I generally like the simplicity of suckless tools. dmenu together with i3 is a nice duo.
You have working sleep? Man I'm so jealous.
Re: Why I Use Suckless Tools
#33I get that people enjoy very minimalist computer experiences, but startup time is hardly that different between these programs and other slightly more ergonomic programs which offer conveniences like a config file. If you look at my startup time for my system it goes something like this: 10s - waiting for monitor to wake up to pick OS at dual boot menu 15s - typing disk encryption password 15s - system uses disk encr…
I don't see why you're focusing on speed (does the author even mention it? I skimmed TFA and didn't find it mentioned). Less bloat, simpler code means fewer bugs and it means that it's easy for a hacker/power user to dig into the code to understand and modify it, that 's the killer feature. After one hour poking into DWM I understood how it worked and how I could modify it to fit my needs exactly. I use a bunch of su…
Second paragraph, second phrase.
> However as a side effect of suckless tools having their configuration baked into the executable at compile time, they start up instantly.
Re: Why I Use Suckless Tools
#34This lasted maybe 15 years. There was a sense of vanity in trying to be different yet spectacular.
Today I would tell my younger self that use what makes you productive. Even if it is the standard Windows or Mac OS environments.
R/unixporn is the nerds equivalent of shirtless beach dudes.
Re: Why I Use Suckless Tools
#35As much as possible, I try to use software created by kind communities. The behaviours and attitudes in the "suckless" world come across as combative, exclusive, and unpleasant.
Re: Why I Use Suckless Tools
#36As much as possible, I try to use software created by kind communities. The behaviours and attitudes in the "suckless" world come across as combative, exclusive, and unpleasant.
Re: Why I Use Suckless Tools
#37Re: Why I Use Suckless Tools
#38> If something goes wrong while using them, you can easily jump right into the code that implements them and nail down issues using basic debugger skills. I feel like we have very different conceptions of what 'easily' fixing a configuration issue looks like.
Take their window manager dwm as an example. The codebase is only 2000 lines long, so any bug you find will have to be hidden in those 2000 lines. If you take a Sunday afternoon to study the code, you will very likely understand how every piece of the software works, at which point you will be in a position to fix anything you might find. You might even end up forking it and implementing your own window manager (AwesomeWM was originally forked from Dwm).
Re: Why I Use Suckless Tools
#39As much as possible, I try to use software created by kind communities. The behaviours and attitudes in the "suckless" world come across as combative, exclusive, and unpleasant.
Re: Why I Use Suckless Tools
#40I get that people enjoy very minimalist computer experiences, but startup time is hardly that different between these programs and other slightly more ergonomic programs which offer conveniences like a config file. If you look at my startup time for my system it goes something like this: 10s - waiting for monitor to wake up to pick OS at dual boot menu 15s - typing disk encryption password 15s - system uses disk encr…