this post was submitted on 01 May 2021
17 points (94.7% liked)

Linux

56228 readers
743 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 4 years ago* (last edited 4 years ago) (1 children)

https://gitlab.com/ve-nt/outfieldr/-/tree/master/ 3-4x faster implementation in Zig. Possibly lacking in features for now, though :)

[–] [email protected] 2 points 4 years ago

Is it something inherent to Zig that makes Outfieldr faster, or is it just written well? I don’t know much about Zig

[–] [email protected] 2 points 4 years ago

I like the idea of community-driven man pages, OTOH most of them were of quite a low quality (quite some time ago) and gave examples that were bad practice. And, at least for everything POSIX the man pages have really well-written and thought out examples.

[–] [email protected] 1 points 4 years ago (1 children)

Why is speed even a concern? You can wait 50 ms to read a manpage. Also, why not storing a the pages locally? They take up kilobytes and you can read them with nothing more than zcat. Besides, I'd rather trust the official manpages.

[–] [email protected] 2 points 4 years ago

Why is speed even a concern?

I think it's just a bragging point. It seems to be just a personal project to implement it in Rust.

[–] [email protected] 1 points 4 years ago

Another RIIR project.