this post was submitted on 12 Sep 2023
69 points (97.3% liked)

Linux

48208 readers
1412 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 5 years ago
MODERATORS
 

Among the 15~ million lines of codes in the GCC source code, there is a single CSS line.

Who dares to call CSS bloat now? More like GSS eh.

$ cloc gcc-13.2.0
github.com/AlDanial/cloc v 1.98  T=113.87 s (1029.7 files/s, 143776.9 lines/s)
---------------------------------------------------------------------------------------
Language                             files          blank        comment           code
---------------------------------------------------------------------------------------
C++                                  31144         610803         701522        2961450
C                                    50773         410175         635758        2033424
PO File                                 44         332336         443572         916826
Ada                                   6610         290082         396614         831278
Go                                    5347         102068         191016         769730
...
Brainf***                                1              3              4             10
Lisp                                     1              4             12              7
DOS Batch                                2              0              0              4
CSS                                      1              0              0              1
---------------------------------------------------------------------------------------
SUM:                                117256        2322548        2988111       11061312
---------------------------------------------------------------------------------------
all 11 comments
sorted by: hot top controversial new old
[–] SSUPII@sopuli.xyz 53 points 1 year ago (2 children)
[–] sebastiancarlos@lemmy.sdf.org 28 points 1 year ago

magnificent

[–] Deebster@lemmy.ml 11 points 1 year ago

Oh, so css is in there - I'd assumed it would be a false positive.

[–] gammarays@lemm.ee 15 points 1 year ago (1 children)
[–] igorlogius@lemmy.world 5 points 1 year ago (3 children)

Brainf***

Better questions who or what did the censoring? lemmy, cloc, OP ?

[–] sebastiancarlos@lemmy.sdf.org 11 points 1 year ago (1 children)
[–] igorlogius@lemmy.world 4 points 1 year ago

Thanks for the info :) +1

[–] juliebean@lemm.ee 5 points 1 year ago* (last edited 1 year ago)

idk what cloc is, but i'm guessing your client is the cause, as it reads as 'brainfuck' to me, no censoring.

edit: nevermind, i thought you were seeing the above commenter as censored, i hadn't even seen it in the OP.

[–] igorlogius@lemmy.world 12 points 1 year ago (1 children)
[–] mkwt@lemmy.world 20 points 1 year ago

Looking at the link that was posted it appears to be a dummy CSS file to test some part of the go standard library that works with html and CSS.