this post was submitted on 16 Aug 2023
785 points (96.4% liked)

Linux

45530 readers
1938 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 109 points 10 months ago (6 children)

No matter how many times I read this I have no idea what's going on. Can someone explain this like I'm 3

[–] [email protected] 183 points 10 months ago (1 children)

A girl read documentation and see that all the titles are underlined with -, but one of the letter isn't underlined like the others (that's the lonely s). Then she asks the person doing the commit to fix it and they fix it together.

[–] [email protected] 33 points 10 months ago (2 children)

And then the older pair programmer goes to social media and calls out their partners age for clout. Ageism is real in tech. :)

[–] [email protected] 64 points 10 months ago (1 children)

Wow we really can’t just appreciate a wholesome/cute moment?

[–] [email protected] 59 points 10 months ago (2 children)
[–] [email protected] 15 points 10 months ago (5 children)

I didn’t see how it’s funny.

[–] [email protected] 40 points 10 months ago (1 children)

Because it’s an absurd statement, as in completely obviously not an example of ageism in tech.

[–] [email protected] 11 points 10 months ago

Dude is just dense.

[–] [email protected] 22 points 10 months ago

Inevitably, there will be times in one's life when another's attempt at humor fails to amuse. When striken by such terrible tragedy, take heart, for you have the knowledge that it's just your opinion, bro.

[–] [email protected] 16 points 10 months ago

This is obvious

[–] [email protected] 8 points 10 months ago

If nothing else, the smiley can be taken as a hint that it's not serious.

[–] [email protected] 5 points 10 months ago

I would have said "you could be a Linux maintainer," but given this post, clearly Linux maintainers are less dense than you.

[–] [email protected] 1 points 10 months ago

This is truly a Reddit moment

[–] [email protected] 15 points 10 months ago (1 children)

Wow, people didn't get your joke. What the hell...

[–] [email protected] 10 points 10 months ago

I wonder how many 4 year olds are using Lemmy... Ah sorry, there's the ageism again :<

[–] [email protected] 66 points 10 months ago

So in the documentation they had

1.9 Ext4 file system parameters
------------------------------

As you can see the 's' doesn't get a '-' under it. So they changed the documentation to:

1.9 Ext4 file system parameters
-------------------------------

so the 's' in parameters gets a dash under it.

this seems to be the standard as everywhere else the dashes go for the same length of characters as the above line. Example:

2.0 /proc/consoles
------------------

The little girl said the 's' in parameters is sad because it didn't get the dash under it and it was all alone. So they added the dash.

[–] [email protected] 19 points 10 months ago* (last edited 10 months ago) (1 children)

See the first red box in the documentation text? The underline dashes don't go up to the last letter (s).

4 year old girl said the "s" was sad because of that, uncle submitted a patch to fix that, and it was accepted.

[–] [email protected] 9 points 10 months ago (1 children)

No no the uncle submitted the patch. The girl did. He helped her though.

[–] [email protected] 0 points 10 months ago (1 children)

So, is it her gmail account, while the minimum age for registration is 13 years? And why does she write about herself in the singular 3rd person?

[–] [email protected] 0 points 10 months ago

There was a time when there was no minimum age for Gmail registration, as the registration process didn't ask for your date of birth. Even if there was a limit at that time, no one ever lied about their age in an account registration?

[–] [email protected] 18 points 10 months ago* (last edited 10 months ago)

The line of code (well, documentation in the code) used to look like something like this (I'm not sure if this formatting will work on mobile, sorry):

The code ends with an s

----------------------

And after her changes it looks like this:

The code ends with an s

------------------------

See how I added an extra - in that second line? That makes the S happier because now it also has a - below it like all the other letters. This also just generally makes that line more consistent with other spots in the code. So it's not a bad change. It doesn't do anything really but making your code format nice, easy to read, and consistent is usually important in programming so although it doesn't do anything tangible it's still a valuable change!

[–] [email protected] 7 points 10 months ago

She spotted that there was a missing - in the underline for a heading in a piece of documentation, and her parent helped her submit a fix.

[–] [email protected] 6 points 10 months ago

The first red box shows that the dotted line underneith the text doesn't go all the way to the s in the text above. In the other red box, the dotted line goes all the way.

The neice submitted a patch to add the missing line.