And report the email as spam on Gmail
Yet you still give them money by using their app
Windows 11 takes your money, gives you ads, sells your information and ignores your bug reports and feature requests
KDE is free, ad-free and open to contribution
I think we have a clear winner here
Explanation:
In decimal (DEC), we count to 9 before adding a new digit. For example, the number after 9 is 10, and the number after 19 is 20.
In octal (OCT), we count to 7 before adding a new digit. The number after 7 is 10 and the number after 17 is 20.
DEC | OCT |
---|---|
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 10 |
9 | 11 |
10 | 12 |
11 | 13 |
12 | 14 |
13 | 15 |
14 | 16 |
15 | 17 |
16 | 20 |
17 | 21 |
18 | 22 |
19 | 23 |
20 | 24 |
21 | 25 |
22 | 26 |
23 | 27 |
24 | 30 |
25 | 31 |
why do some People , type like this
There is just a general assumption that they’re smart enough not to waste their time with it and they have better things to do, like actual hobbies and friends/family to see.
Did you actually ask other people what they think, or are you projecting? Because this doesn’t represent me at all
AMD's had some buggy drivers and misleading graphs, but they're overall infinitely more consumer-friendly than Nvidia
Why can't I see the first letter of each line?
You seem to like the lines-of-code metric. There are many lines of GNU code in a typical Linux distribution. You seem to suggest that (more LOC) == (more important). However, I submit to you that raw LOC numbers do not directly correlate with importance. I would suggest that clock cycles spent on code is a better metric. For example, if my system spends 90% of its time executing XFree86 code, XFree86 is probably the single most important collection of code on my system. Even if I loaded ten times as many lines of useless bloatware on my system and I never excuted that bloatware, it certainly isn't more important code than XFree86. Obviously, this metric isn't perfect either, but LOC really, really sucks. Please refrain from using it ever again in supporting any argument.