[ / / / / / / / / / / / / / ] [ dir / agatha2 / komica / lds / leftpol / sw / vg / vichan / wmafsex ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 912de5b8c76e6e6⋯.jpg (6.33 KB, 189x267, 63:89, thinker.jpg) (h) (u)

[–]

 No.997760>>997776 >>997792 >>997794 >>997810 >>997816 >>997902 >>997926 >>997935 >>998010 >>999365 [Watch Thread][Show All Posts]

Is the suckless philosophy and modern minimalism a meme? It seems like most of it is aimed towards LARPers who wish to assert their superiority over package count and free space. Is there any inherent advantage, in say, using a userland other than GNU (busybox, BSD, etc) and using libraries such as musl? And would it be worth it if that is the case?

 No.997768

muh security muh clean code


 No.997770

its great


 No.997776

>>997760 (OP)

>Is the suckless philosophy and modern minimalism a meme

Yes

I'd rather strive for simplicity + user friendly + formally verified


 No.997792

>>997760 (OP)

Minimalism is in general a meme. You deprive yourself of functionality and aesthetics for the single purpose of getting minimalism brownie points.


 No.997793

Depends, are we talking simplicity and efficiency minimalism, or "I'm a pretentious wanker who will throw money at anything that makes me look cultured" minimalism?


 No.997794>>997797

>>997760 (OP)

Minimalism rocks, suckless sucks


 No.997795

There's 2 kinds of minimalism. One is about minmaxing how little you can survive with, and the other is about removing what isn't necessary and condensing what can be condensed.

The latter kind is generally (not always) good, but the former is shit 100% of the time.


 No.997797>>997800

>>997794

>suckless sucks

Duh. The point is not that suckless software doesn't suck, it just sucks less. It's in the name ffs.


 No.997800>>997813 >>999236

>>997797

It's ironic that it sucks much more than the software it's touting as sucking does.


 No.997803

There has to be a balance between usability and minimalism. For a router/firewall box that doesn't need to do much, the busybox stuff makes sense. Those tools do everything you need in that situation.

OTOH, the general trend these days is totally in the opposite direction and into the realm of massive bloat for no good reason whatsoever, other than "everyone else is doing it". The modern web is a good example of something that has gone very wrong. So then these massive piles of shit code needs huge memory and beefier CPUs, and you end up with the flaws that most modern chips have wrt speculative execution.


 No.997810

>>997760 (OP)

More for less is good. Less for no benefit or less for more are both bad. Less for less depends on your needs. A lot of "minimalist" software is just featureless for no real benefit, so it's all pointless unless your goal is to inconvenience yourself. I like simplicity, efficiency and good design. Not necessarily minimal. A lot of the time, minimalism is just an excuse for mediocrity. Really, a lot of it comes from the misconception that old, good software was minimalistic when it really wasn't, it was just efficient and well made, and did more with less, and it couldn't get away with being bloated like the garbage made today, so that was a natural form of quality control.


 No.997813

>>997800

> t. Windows user


 No.997815>>997817 >>997819

minimalism is autism, so are tiling window managers. just use something that werks and quit wasting your already meaningless life.


 No.997816>>997818

>>997760 (OP)

>Is the suckless philosophy and modern minimalism a meme?

Are you an retard? Using less code to accomplish the same goal is always a positive


 No.997817

>>997815

ikr only old grampas want to improve and evolve! XD


 No.997818>>997820 >>997829

>>997816

>use less code

>get less functionality

very positive, anon


 No.997819

>>997815

But tiling WMs just werk, I've never configured a single thing in DWM and have been using it for over a year now. I find tiling WMs have a much more intuitive and simplistic workflow than floating WMs


 No.997820>>997821 >>997824 >>997935

>>997818

This is the mentality that gave us systemd


 No.997821>>997828

>>997820

systemd just werks


 No.997824

>>997820

That's like saying Windows just works.


 No.997828>>997926

>>997821

So does openrc


 No.997829

>>997818

"functionality" is a meme


 No.997875

I like minimalism as in minimal effort and minimal overhead.

However that's like the exact opposite of nixxer land.


 No.997902

>>997760 (OP)

>busybox

Speed because of NOEXEC and NOFORK. Well made tools following POSIX closely. menuconfig is cool

>musl

You can actually statically link it, it's less buggy than glibc.

The real good point of suckless and co. is that it's easy to understand and thus modify when the need arise.


 No.997926>>997941

>>997760 (OP)

Use it for a bit and decide yourself. I've been using it for years and have yet felt the need to use something more. If anything it has made me angrier at how terrible the rest of linux and unix software is.

>>997828

openrc is quite bad. The last semi passable version was 0.17. When software has a last good version its time to stop using it. I completely disagree with the idea that software needs constant updates to remain relevant but when the software is updated just to add terrible features its time to delete it.


 No.997935>>997942 >>998010

>>997760 (OP)

Suckless minimalism is about shitty "programmers" asserting their inferiority. They don't know how to do something right, so they say that doing it right "sucks" or is "bloated" or some other bullshit. This "minimalist" code always ends up being bloated but is never able to do what good software could do even when it becomes much bigger. Just look at UNIX and JavaScript. Multics is a lot smaller than "modern" UNIX and Linux, but it still does a lot of things Linux doesn't do and it does them properly. 15 million more lines of code will not be enough to turn Linux into Multics or a browser into a Lisp machine-like environment.

https://en.wikipedia.org/wiki/Genera_(operating_system)

>Genera is written completely in Lisp (using Zeta Lisp and Symbolics Common Lisp)

>Even all the low-level system code is written in Lisp (device drivers, garbage collection, process scheduler, network stacks, etc.)

>The source code is more than a million lines of Lisp and available for the user to be inspected and changed. The source is relatively compact, compared to the provided functionality, due to extensive reuse

>The operating system is mostly written in an object-oriented style using Flavors, New Flavors and CLOS

>>997820

The mentality that gave us systemd is the same mentality that gave us Electron and X. All of those are about misusing existing code for something it wasn't meant for instead of creating something that works better. Adding a GUI to an OS designed for PDP-11s and making the result into a "foundation" for workstations doesn't make any sense. Systemd is the next step in trying to turn a clone of a PDP-11 OS designed for teletypes and tape drives into a desktop OS. Systemd also sucks, but that's because anything that tries to "fix" UNIX is going to be bloated and suck because the problems are in UNIX itself, and Linux and Plan 9 did nothing to fix these problems.

Now, we all know that software has bugs.  On every system.
But Unix and X bugs are somehow different. Stronger. More
distressing. More consistently dumb. More clearly based on
a programming philosophy that says "oh, no one would ever
want to do that. After all, *I* never want to do that."

Somehow, these just seem to scream UNIX! X! at me.



I had some complaints about IslandWrite/Paint/Draw. Based
on them I have updated the man pages for both that software
and Wingz, to explain some setup issues. Please see the man
pages for details. Here are the issues:

1. Island software causes the X server to exit, when on a
color display. It turns out that twm (the window manager)
coredumps. The way X is designed, if you lose the window
manager, X exits. We are about to start moving from X11R4
to X11R5, a somewhat newer version of X. The version of twm
in X11R5 does not have this problem. Thus the man page
recommends that you change you path so that you get the
X11R5 software. This will not take effect until we have the
X11R5 core distribution on our systems, which should happen
by the middle of next week.

2. Island software, particularly IslandPaint, appears to
hang the machine on startup. It isn't actually hanging the
machine. It's just causing it to page very heavily for a
very long period of time. The problem is most noticable on
color displays with small memory. It appears the the
software is constructing the file menu for the current
directory. It does this before putting up the first window.
Unfortunately they are using disasterously slow code to
construct the menu. It appears to be N**2 in the number of
files. If you have a very large directory (several hundred
files -- this may be a problem only for staff), you may see
this. If so, we suggest creating a subdirectory for your
Island files, and cd'ing to it before starting the Island
software.


 No.997941>>997955

>>997926

Why would you stop using openrc entirely if there exists a good version and it's small enough you can make changes to it yourself? Easy to fork, easy to fix.


 No.997942

>>997935

You're my hero.


 No.997944>>998010 >>999182

Sometimes for complicated problems there are no simple solutions. Suckless philosophy is pretty good but a lot of their programs kinda suck, especially st which is just slow and badly coded. Even a minimalist program can be bad.

Regarding OpenRC, look into the gentoo drama of the OpenRC maintainter. It's pretty likely that OpenRC is sabotaged on purpose to push systemd. Bug reports get ignored, stuff gets changed around for no reason. It is a huge mess. It's so bad that it's hard to not assume malice at this point, especially considering the maintainers involvement with systemd.

runit is great and all a home desktop ever needs, it's basically autoexec.bat+service supervision+simple logging per service. It's PID 1 is super simple, too. You usually do not need more. s6 is a bit more complicated but has some nice extras. execline from the s6 people is a very nice non-interactive scripting language that basically just chains commands and is much better than any shell for simple launching scripts.

Minimalism is cool if you do it right. Doing it right for me means you literally forget about how some parts of your system work (you have commented your work, right?) because they're so robust and simple that you didn't have to touch them in years, and also most of your shit works with a minimum of processing power. This usually just simply doesn't happen with software or workflows that are too complex. They need permanent attention and interaction. Be it because they're difficult to use, or because they need constant updates that break shit or need you to invest in better hardware. The minimalist approach is invisible, and if possible, also uses the least resources for reaching it's goals. Minimalism doesn't mean nonsense like looking at pictures with mpv though. That's like eating soup with a fork and it does not simplify your life.


 No.997947

There's a balance. Tons of software works well with a minimalist philosophy, and composes well out of fully independent components. Other software works better as a monolithic entity. It really depends what you're doing and the trade-offs you're willing to make.


 No.997955

>>997941

Because even that version is full of needless complexity. There are better alternatives for managing services like runit(excluding the init portion), perp, s6, or even openbsd's rc.


 No.998010>>998028

File (hide): 640480e22904c3b⋯.jpg (54.08 KB, 540x876, 45:73, 8u2xIKh.jpg) (h) (u)

>>997760 (OP)

the problem with suckless is that it's infused the hackernews sheep and because of that the whole of tech.

yes there's something to be said for having small code that's easy to understand and pivot, but otoh, there's nothing in suckless that helps manage large codebases or for the design of modern GUI apps that have thousands of features.

make a suckless android studio for example.

the other thing is that the suckless philosophy offers very little to the non-technical user. I personally could run a system with a bsd style ports tree and configure a patchset, but how is anyone else supposed to? obviously supporting lusers is a pain, but they sometimes give you million dollar ideas for free.

>>997935

I think it's more designing to hit the sweet spot in the 80 20 rule, the problem being that your only answer to people that need the 20 is "fucking git gud code it yourself".

systemd is designed for taking a pdp operating system and make it more appropriate as infrastructure in a vmware mainframe. it's an interface to the entire machine that's somewhat scriptable and journalctl ensures that logs can't get modified. it's way more useful to a host with thousands of machines than a thinkpad nerd. I guess thinkpad nerds should pay for more appropriate software or run void.

>>997944

never attribute to malice what can be adequately explained by autism, and I say that as someone who learned the udev rule syntax because lord poettering has fucked up the interfaces with no fallback or deprecation cycle every year since like 2011.


 No.998028>>998167

>>998010

>not statically linking your dev nodes with a dummy udev setup to satisfy compile time complaints of programs

why


 No.998159

I dream that all programs are written in assembly or C. It makes a huge performance difference. Most programs not written in assembly or C are a cobbled together piece of shit.


 No.998163>>998166 >>998247 >>998268

File (hide): 33fe4c99b3f4ee7⋯.jpg (4.44 MB, 4160x3120, 4:3, IMG_20181116_114221_586.jpg) (h) (u)

In most cases it is LARPing. Extreme minimalism is actually useful only in embedded and i-only-have-15-years-old-tech-available situations. However, I do recommend booting up Arch Linux ARM or Raspbian on a 1st gen Raspberry Pi and see for yourself how bloated modern GNU/Linux has gotten. Then boot Alpine on the Pi and notice how it's the only distro usable at sane speed. Pic related (I don't care if it has my name in it).


 No.998166

>>998163

adding to this: my philosophy about minimalism is pretty much that get the stuff running that you must have (javascript is a must for many of us even though it's horrible technology), do not waste your time or sanity, but do optimize when you feel like you can and want to.


 No.998167>>998172

>>998028

to be painfully basic: it was a small enough deployment of non virtualised hardware that re imaging was way easier than understanding what the fuck you just said.


 No.998172

>>998167

>what is man mknod

>what is man udevadm

>what is not having e/udev on your system at all

>what is statically linking devices under /dev/ with /sys/*

git gud


 No.998247

>>998163

The more code, the more bugs. Some bugs are exploitable. More code means more security holes. You also can't easily audit a bigass hunk of code and refactor it into something safer, comapred to a smaller codebase. So yeah, there's reasons to prefer small and tight code, even if you don't have a 15-year old computer.


 No.998268>>1002998

>>998163

>how bloated GNU/Linux has gotten

There hasn't been any important additions to GNU in a while. What has gotten "bloated" is systemd (and this can be somewhat lessened by correctly configuring systemd. A feat that nobody's ever managed to do) and desktop environments.

It's no surprise Alpine runs faster on an embedded system though. Busybox was developed for embedded systems.


 No.998737>>998759

minimalism = not enough IQ to process all the information


 No.998759

>>998737

Only idiots are impressed by complexity.


 No.999182

>>997944

>especially st which is just slow and badly coded

st is god-tier though


 No.999236

>>997800

aside from st and dmenu i don't use any other suckless programs.


 No.999288>>999337 >>1011584 >>1011632

Suckless is the software equivalent of some hipster minimalist faggot that won't shut up about how he lives out of a suitcase and has one beautiful antifragile set of forks and knives that he spent a month deliberating over. Modern OSes and desktop environments are like some retard that has a soda streamer and a smart fridge and a billion other gimmick kitchen appliances that he bought and used once. He can do everything he needs to but he's got like 5 different brands of tupperware bought randomly without thought and he can never find the matching lids because of it.

I want something in between. I want all of the basic appliances and tools that I actually use, and I want them to work well and be finished and not have to buy new ones 4 years from now that work totally differently because that's the fashion. I don't want a smart fridge that can show me tweets and news yet mysteriously rots all the vegetables in the crisper drawer, and I don't want to act all smug about how I don't need a gas stove because I have twigs and some rocks to bang together.


 No.999317>>1011632

In my opinion, the OS should account for as little overhead as possible while still maintaining maximum software compatibility. Ideally the GUI should not require a dedicated GPU, but I do feel a GUI is necessary. A modern distro with a WM instead of a full DE is in my opinion the most minimalist you can get and still be practical. Although some bloated GNU core utils and libs could probably be swapped without compromising compatibility.


 No.999337

>>999288

>everyone who earnestly follows a philosophy is just a hipster!

t. weakling


 No.999365

>>997760 (OP)

My cutoff for bloatware in operating systems at this point is whether or not it fits on a 700MB CD with a full GUI. If it can't do that it's probably straight dogshit that's gonna run like a retard with no legs. Examples of dogshit are RHEL, Fedora, OpenSUSE, Ubuntu, Windows 10, and Mac OS X. If an operating system as complex and advanced as Windows XP can fit on a CD, why can't these other systems? What are they actually offering that makes the install ISO 2-6GB? The answer is usually nothing.

But yes, suckless is a meme. It's an interesting hobby at best and mental illness at worst they seem to kill themselves a lot from what I've heard


 No.999378>>999425 >>999496

File (hide): e7f22a45aeba5e8⋯.jpg (579.63 KB, 1280x1912, 160:239, e7f22a45aeba5e8777b6d0b6f3….jpg) (h) (u)

Vanilla suckless is so minimal it's barely usable. To me software from the suckless crowd feels more like a template or base for others to expand upon which is kinda the point, but few people actually bother. I mean, look at wmii and how it led to i3, or how awesomewm started as a fork of dwm.


 No.999425

>>999378

What do you mean? At my last job I had a minimal arch setup where I ran dwm+st and had no issues. Surf is akward to use, and has a few weird quirks so I used firefox instead of it, but on the whole I don't see how using suckless tools is restrictive at all


 No.999436

I like making stand-alone binaries with 0 dependencies other than the Linux kernel. They run anywhere. It's actually simpler and much easier to understand what's going on when you talk to the kernel directly since there isn't shitloads of complicated user space code in-between. Also, the kernel interfaces are much better designed compared to junk like the C standard library.


 No.999477>>999491

Some of it's a meme. Shooting for a system which has stable and (if needs be) maintainable software which you can rebuild from source if necessary is a laudable goal. However some of the software's a meme, some suckless programs force you to make configuration changes to the source code and recompile, while it could be argued that this could be done with dotfiles to maintain easier customization and so on.

We're at the stage where all the major desktop environments are enormous and have very unpredictable behavior after several upgrades. Things like automounting and hotplugging should be taken care of by the OS and not a bunch of layered crap living under the aegis of KDE or GNOME.


 No.999491>>999569

>>999477

>automounting at the kernel level

This is how you lose a drive with bad cable.

Not to mention how the entire linux devs forgot turning off write caching for obviously known external drives

>"it's a feature #wontfix"

Why?

performance > stability even if you lose your data (tm)

>there are people using the 'linux kernel' file systems

performance > stability

:^)


 No.999496>>999500

>>999378 She wanna get pregnant my baby! ;)


 No.999500

>>999496 If she heard it, she would be happy!


 No.999569

>>999491

>>automounting at the kernel level

Never suggested it. Daemons aren’t the kernel.


 No.999642

File (hide): 3664db331da6931⋯.jpg (278.69 KB, 2000x1414, 1000:707, 721fb99b367f0fbf95e4935eff….jpg) (h) (u)

a. bloated software, many devs.

b. same, no bloat, does job.

c. like b, few devs.

b best; only get a and c, both break due to no support or bloat. Pick your poison.


 No.999681>>999720 >>999748

File (hide): 4584854d5a6a21c⋯.jpg (49.68 KB, 604x604, 1:1, 14651721488590.jpg) (h) (u)

Just a quick reminder that measuring software bloat by its LoC count is the same level of retarded as measuring engine power by its displacement.


 No.999720

>>999681

True but at some point you can't audit a 100K SLoC application.


 No.999748

>>999681

It's a damn good proxy for it you retard.

And one that is easily measurable.

Also, the comparisons happen on a logarithmic scale, not a linear scale, and this should be obvious unless you're stupid enough to post the post you just posted.


 No.1001331

Test test test test test. Sorry about this techlads


 No.1002935>>1002990

File (hide): de6d579cd9dba24⋯.png (4.31 KB, 311x79, 311:79, Untitled.png) (h) (u)

AAAAAAAAAAAAAAAAAAAA what are you doing?!

ReactOS


 No.1002990

>>1002935

To be fair, ReactOS is really trying to create another NT type system so what more can you expect than a bloated piece of shit


 No.1002998

>>998268

The kernel is extremely bloated to the point where embedded hardware is still favoring DD-WRT's 2.6 series kernel over the new 3 offering.


 No.1011584

>>999288

I like you.


 No.1011632

>>999317

>the OS should account for as little overhead as possible while still maintaining maximum software compatibility.

Those are almost paradoxical. Your computer only has a subset of components that it needs code for. if you want to be more compatible with more software and hardware, you're going to increase your theoretical 'bloat' by a factor of whatever components need to work with N programs. There are conventions and lots of abstractions to reduce this exact problem. But the core issue will never be solved. (besides being autistic about minimalism)

Software shouldn't have to dictate how hardware solves a type of equation or problem most efficiently. Which means there is a never ending cycle of new hardware obsoleting the old. This is only one reason of many why software tends to grow exponentially once it reaches critical mass much like a black hole or node.js

>Ideally the GUI should not require a dedicated GPU

SHHH, dont let Poettering hear you. someone might get idea's

>>999288 [checked]

>Suckless is the software equivalent of some hipster minimalist faggot that won't shut up about how he lives out of a suitcase

That analogy is highly accurate on the [more] autistic side of minimalism.


 No.1011642>>1011712

POST LARGE, MINIMALIST SOFTWARE:

no, that is not a contradiction


 No.1011712

>>1011642

Does OpenBSD count? It is a modern operating system.




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
68 replies | 7 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / agatha2 / komica / lds / leftpol / sw / vg / vichan / wmafsex ][ watchlist ]