LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-18-2021, 06:35 AM   #1
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,310
Blog Entries: 3

Rep: Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722Reputation: 3722
Linux Foundation spends just 3.4% of its money on Linux


Bryan Lunduke went through the document which the Linux Foundation has tried to pass off as a financial report and noticed that the Linux Foundation spends just 3.4% of its money on Linux. So 96.6% is a mixture of overhead and wasteful activities, mostly the latter. However apparently no details were given about either, no details at all and Bryan does not link to the report. However, he's been accurate enough in the past so it is likely he is spot on with this.

If a larger percentage of that $177 million USD budget went to actual Linux, a lot of old code could be removed or refactored, in addition to a lot of other improvements. A mentioned, the Linux Foundation exists to represent its members' interests within the kernel. The warning was not heeded when the community representation was eliminated. It's not too late for Linus to do what he did with the OSDL and take his trademarks and walk, but it might be too late soon.
 
Old 12-18-2021, 08:12 AM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
I am totally shocked, the parasite Corporations and their lackeys they install being parasites, who would every have thought it....
 
Old 12-18-2021, 09:50 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Title should read
"Linux Foundation spends just 3.4% of its money on Linux kernel support"
If I add to that all the other points labeled "Community something" I get to roughly one third.
Isn't that kinda normal for this sort of foundations - they're mostly self-supporting?
 
Old 12-18-2021, 10:29 AM   #4
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,602

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546
Quote:
Originally Posted by Turbocapitalist View Post
Bryan Lunduke went through the document which the Linux Foundation has tried to pass off as a financial report
It's an annual report, which is basically marketing to shareholders, no? Is there somewhere the Linux Foundation specifically referred to it as a financial report?

As ondoho notes, the 3.4% (~6 million USD) is referring to the kernel alone, whilst page 24 of the report refers to "Over 750 Open Source Project Communities" now being supported by the Linux Foundation.

I'm sure there's plenty of fluff/folly projects in that count, and it would certainly be nice to see a comprehensive list of the projects*, but referring to the entire non-Kernel budget as wasteful seems disingenuous.

*(may be available; I haven't looked yet and need to go eat now)

 
1 members found this post helpful.
Old 12-18-2021, 01:04 PM   #5
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,602

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546

Ok, so the projects are available at https://www.linuxfoundation.org/projects/ but it's not a good list - just logos and titles linked to a URL - and to get them all requires pressing "view more" a number of times.

After doing that, I ran the the following to produce the attached text file.
Code:
var projects = [];
document.querySelectorAll('#listData .project-card a').forEach
	(function(elem){
		var title = elem.querySelector('span').innerText;
		var url = elem.attributes.href.value;
		projects.push(title+'\t'+url);
	})
console.log(projects.join('\n'));
There are 601 projects in the resulting list, which is not "over 750" as the report claimed, and there are many duplicates entries - the real count may be closer to 500. (GraphQL appears as nine distinct rows).

I have only quickly scanned the list, but one jumped out at me: Why is Google's AMP being supported by the Linux Foundation!?

How is that in any way related to even the broadest definition of "Linux"?

Attached Files
File Type: txt linux-foundation-projects.txt (26.9 KB, 4 views)
 
Old 12-24-2021, 02:32 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by boughtonp View Post
I have only quickly scanned the list, but one jumped out at me: Why is Google's AMP being supported by the Linux Foundation!?
I bet there's more less obvious but equally inappropriate projects in there.
To most of us it's probably old news that the Linux foundation is not primarily about supporting actual Linux (kernel or OS), but about making sure that projects that depend on it continue to strive.

He's not wrong pointing this out, but I just hate Lunduke's sensationalist hyperbole. Always did.
 
Old 12-30-2021, 10:25 AM   #7
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Yes you should keep a careful watch on any Foundation that you choose to contribute to. But I think that it’s misleading to isolate what they are spending on the kernel, which is arguably the smallest part of the system. Linux as we refer to it is a very vast system of software components which “run under” the auspices of the kernel … and which might also run under other environments. Windows, MacOS (Mach), even mainframes and mobiles. The kernel is a very small thing that doesn’t change much.
 
  


Reply

Tags
budget, linux foundation



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux Foundation spends 20% more in 2021, highlights new LFX platform LXer Syndicated Linux News 0 12-13-2021 10:27 AM
School spends Ł500,000 for 1,200 iPad2, after 1 year half are broken H_TeXMeX_H General 5 01-02-2013 02:33 AM
Microsoft spends $7.5m on net addresses Jeebizz Linux - News 0 03-25-2011 09:12 AM
wpa_supplicant Spends Long Time Assiociated and Group_Handshake hkothari Linux - Software 0 10-28-2009 04:28 AM
Another person who spends too much time on linux... quep_fly LinuxQuestions.org Member Intro 3 08-16-2007 05:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration