Linus Torvalds: Android Is A Linux Fork

  Рет қаралды 87,774

TFiR

TFiR

Күн бұрын

Пікірлер: 87
@Twichard
@Twichard 10 жыл бұрын
Let's just take a moment to appreciate the random cutscene to the penguins.
@benaloney
@benaloney 6 жыл бұрын
And the FORKING is important @1:29
@ClintonChelak
@ClintonChelak 8 ай бұрын
I clicked the thumbs up at that very moment.
@SatiricalMonkey
@SatiricalMonkey 11 жыл бұрын
The beauty of GPL lies in how big corporations like Google can fork the kernel and improve it to suit their needs and they have to share their code, meaning Linux development essentially gets extra PAID developers who share their improvements, drivers and whatnots with the main Linux kernel. Ofcourse this extends to other GPL programs and forks aswell, aslong as those making the forks respect the license and the license owners keep vigil over those forks making sure they make the code available.
@aqualili
@aqualili 3 жыл бұрын
>improve
@eglvoland4162
@eglvoland4162 3 жыл бұрын
The GNU GPL is an example of copyleft license.
@Stopinvadingmyhardware
@Stopinvadingmyhardware Жыл бұрын
Dude, Google didn’t fork Android. We in the Open Source community did it for them. Android wasn’t built by Google. They provided licensing for the proprietary blobs and the reference specs for their first hardware release, and we did everything else.
@exponentialcomplexity3051
@exponentialcomplexity3051 8 ай бұрын
@@Stopinvadingmyhardware WIthout Google Android would't be as successful as it is today and we would be cribbing today on why Linux isnt popular on phones
@DaddyChronic
@DaddyChronic 11 жыл бұрын
if you have so much noise in background, try a low cut filter at 300 hertz
@StephenGriffinsmartguy2000
@StephenGriffinsmartguy2000 12 жыл бұрын
I like software licsenses that allow anyone with programming knowledge freely improve the source code etc. and submit the improvements without geting in legal trouble for violating software patents. This does not mean that developers should'nt get paid.
@Todd_Coward
@Todd_Coward 9 жыл бұрын
so...whats with the penguins banging?
@PCThingz
@PCThingz 9 жыл бұрын
Its a "fork"
@FLUXCAPACITORWIGGLES
@FLUXCAPACITORWIGGLES 9 жыл бұрын
TheFearsomeMudcrab They were "forking" :D
@christiansilvermoon
@christiansilvermoon 9 жыл бұрын
FLUXCAPACITORWIGGLES darn, you beat me to it xD
@allengallon4246
@allengallon4246 7 жыл бұрын
That's a good one hahaha
@gstephenson9442
@gstephenson9442 4 жыл бұрын
When he said "merge the good parts"... cut to penguin fucking
@SuviTuuliAllan
@SuviTuuliAllan 11 жыл бұрын
Love the capitalised 'He' when you talk about Linus.
@ShadowriverUB
@ShadowriverUB 11 жыл бұрын
Android got modified Linux kernel, but it's only 25.000 lines of code different... from few millions. Most changes are dome in power management as default Linux power management systems not enoth for Android. Currently there is a project that targets to bring those extra features to mainline Linux that will allow to run Android on unmodified kernel :) but it will take time until this will happen
@bencze465
@bencze465 2 жыл бұрын
did it ever happen? :)
@-Engineering01-
@-Engineering01- 2 жыл бұрын
@@bencze465 I wish that man is alive sfdffd
@OkarinHououinKyouma
@OkarinHououinKyouma 7 ай бұрын
I mean we can run Android on Linux, i don't know if it's native support or emulation
@thedude4795
@thedude4795 9 жыл бұрын
so google instead of working more on the kernel for android started making exentions? i can see that would be a domb move
@gthar
@gthar 11 жыл бұрын
He recognized that the kernel is actually a small (althought important) part of the OS. He's lucky Stallman wasn't there xD
@petebateman143
@petebateman143 3 жыл бұрын
From the books I've read Stallman would agree. He recognized that GNU would not really be what he wanted until it had an open source kernel, but he's not a kernal nerd, so he was still worrying about it when Linus stepped up with what was to become Linux and filled the hole.
@markzuckerberg3001
@markzuckerberg3001 3 жыл бұрын
Linus Torvalds has the sexiest voice in the entire world.
@RealityIsAnOpinion
@RealityIsAnOpinion 12 жыл бұрын
2:51 Does anyone know what this conference was or have a link to the full video?
@MUSTDOS
@MUSTDOS 12 жыл бұрын
Android 4 vs Meego, they are both linux, but I heard that Meego is better because the single core N9 was faster than the Galaxy S2 on sunspider. Is that true?
@soshimo
@soshimo 11 жыл бұрын
OS and kernel are not the same thing. Kernel is part of the OS, but the OS is made up of lots of parts besides the kernel. It's basically a piece of software that runs in the lowest ring (ring 0) and has no protection levels. It's called "supervisor mode". Drivers work in ring 1 and ring 2. User land is in ring 3 and it's called, appropriately, "user mode". Most OS code lives in ring 3.
@luijo633
@luijo633 4 жыл бұрын
The guy was like while(true){ Say("mhm"); }
@ShadowriverUB
@ShadowriverUB 11 жыл бұрын
Linux is practicly OS, if you want better understand it you need to throw stereotype that OS is fully flage software with full UI, because that view will mislead you in Linux world. Kernel operates basic fuctions of the system, not only drivers, it also constols processes, managing network connections on TCP/IP layer (or even higher if you consider network file systems), it's respocible to supprot varius file system and stucturising file system, it also have build in firewall
@ShadowriverUB
@ShadowriverUB 12 жыл бұрын
Back then Android changes didnt come to mainline kernel, now if you follow kernel news Android changes coming back to mainline kernel :)
@flohuels
@flohuels 12 жыл бұрын
plz use microphones next time :-)
@ShadowriverUB
@ShadowriverUB 11 жыл бұрын
There for use of Linux kernel force you to use same prinicples (that are typical for Unix-like system) one root directory with directory mounting, same files artticutes, user is identify by uid's and gid's, system supports same file systems as this is kernel feature etc.But most sign that Linux is OS is fact that binery compiled for Linux will run on any Linux kernel as long as dependies are meet. Lot of people say you need GNU to have OS.... well you can have other tools then GNU that behave
@ShadowriverUB
@ShadowriverUB 11 жыл бұрын
Lot of people don't understand that as they don't care and they mostly view OS as Full UI software because of Windows (btw Windows from 1.0 to Millenium was practicly UI running on DOS lol). This causing that Linux community (by community i mean users that just using Linux) are dividing themselfs for no reasons, it's kind of sadding. I can understand Android be seperate as it's mainly custom Java platform running on Linux but not distributions that are practicly the same
@hanro50
@hanro50 7 жыл бұрын
Shadowriver is me ore are like 50% of the comment section
@MrGoatflakes
@MrGoatflakes 11 жыл бұрын
Not necessarily. For example vlc is a (fairly) easy to use video player. It will play virtually anything you play on it, can be hosted on a usb stick and will play files that huge architectural marvels of commercial programs won't even touch.
@StephenGriffinsmartguy2000
@StephenGriffinsmartguy2000 12 жыл бұрын
I think that if both Apple and Microsoft allowed devolpers to improve thier code more often that Windows and Mac will be far better in the process.
@ShadowriverUB
@ShadowriverUB 11 жыл бұрын
the same and you wont see the diffrence, you can also in theory have 2 core software pack working as long ast hey not conflicting. Even if they conflicing you can create sperate everiament using chroot (thats how Ubuntu for Android works). Distribuions are all the same thing, just composed diffrently sometime offering it own window menager (Unity, Cinamogen), also providing system managment and software distribution systems.
@AliRaja
@AliRaja 11 жыл бұрын
Nowadays google hates forking. fuck the corporate #loveforopensource
@dvamateur
@dvamateur 12 жыл бұрын
I wonder if Mr. Torvalds is aware that Linux is also used in synthesizers workstations such as Korg Oasis, Kronos, as well as Yamaha Motif. But I guess digital instruments markets don't interest mainstream consumer, because this business is not as lucrative as smart phones or tables, who reach pretty much anybody (except for me, I'd never use those :)
@tralphstreet
@tralphstreet 4 жыл бұрын
Still not using smart phones or tablets?
@frozby5973
@frozby5973 2 жыл бұрын
How about today ?
@dvamateur
@dvamateur 2 жыл бұрын
@@frozby5973 Nothing has changed. I have just bought a Linux based Korg Nautilus, and my dream keyboard is the Roland Fantom 8.
@frozby5973
@frozby5973 2 жыл бұрын
@@dvamateur :o 10 years later, thats some dedication :D
@dvamateur
@dvamateur 2 жыл бұрын
@@frozby5973 Not a dedication really. Just a common sense.
@MrGoatflakes
@MrGoatflakes 11 жыл бұрын
Android throws away the most compelling parts of both Linux & Java to create what is basically a money making enterprise for Google. I see the most compelling Java features as: - It is almost completely eliminates cross platform compatibility issues - It has safe mobility of code - It has a rich library of functionality that is available on all platforms Java is supported on As for the most compelling aspects of Linux, it is so awesome I will have to think about it ;)
@unclefester9113
@unclefester9113 11 жыл бұрын
I agree with use MIC's comment. Maybe Linus is GOD - but he should still use a Mic.
@orestesdd
@orestesdd 11 жыл бұрын
Could some one explain why is a Linux Fork? So what is a "Fork" in this context? is this a good explanation? In software engineering, a project fork happens when developers take a copy of source code from one software package and start independent development on it, creating a distinct piece of software. Thanks.
@sinharakshit
@sinharakshit 4 жыл бұрын
Yes.
@gauravsinghchauhan
@gauravsinghchauhan 11 жыл бұрын
what's wrong with the other guy?
@pbezunartea
@pbezunartea 12 жыл бұрын
Nice video, thanks for posting!
@ShadowriverUB
@ShadowriverUB 11 жыл бұрын
Then how do you explain that i can install Unity on my Arch Linux? :p it's same deam thing
@Stopinvadingmyhardware
@Stopinvadingmyhardware Жыл бұрын
I’m able to say I helped fork Linux 😅
@ShadowriverUB
@ShadowriverUB 11 жыл бұрын
Btw Android platfrom been poertedto Windows :) shows how Android is only floating on Linux
@swargler
@swargler 11 жыл бұрын
I love forking more than anything.
@fingerprince_
@fingerprince_ 12 жыл бұрын
i'm afraid that's just not how software licensing works
@MrGoatflakes
@MrGoatflakes 11 жыл бұрын
Yes it's a good explanation. Android took Linux and added their own (and very limited and non-standard) version of Java, and then in this broken dialect of Java wrote a user interface suitable for a smart phone or tablet.
@xan1242
@xan1242 12 жыл бұрын
It's because Linux IS a kernel.
@xan1242
@xan1242 4 жыл бұрын
@Tonypec1974 I dunno what my thought process was when I was writing that comment sorry... It's been 7 years after all
@cannonwe2
@cannonwe2 11 жыл бұрын
Linus is god.
@RoyalG254
@RoyalG254 4 жыл бұрын
this guy was a genius i think he swallowed C-language 😂
@nabil.saadouni
@nabil.saadouni 3 жыл бұрын
He still genius
@Dehlvien
@Dehlvien 12 жыл бұрын
The guy in the background needs to type softer. He must be using a mac, because he must hate his computer.
@VoxNerdula
@VoxNerdula 11 жыл бұрын
Penis MoreBalls
@imemyself2820
@imemyself2820 6 жыл бұрын
What is faster, Linux or Android? My Kodi box running Android just fried itself along with every USB device conneced. Would that happen had I run Linux on it?
@Sauros73-000
@Sauros73-000 10 жыл бұрын
And what about OS X ?
@TysonHorsewell
@TysonHorsewell 10 жыл бұрын
A Next fork... BSD Unix fork.
@kapitandenis6346
@kapitandenis6346 10 жыл бұрын
OS X is a combination of f/oss operating system Darwin (developed by Apple) and Apple's proprietary graphical user interface made of Quartz Compositor and Aqua desktop environment. Darwin was made of NeXTSTEP + BSD + other projects. It uses Apple's XNU hybrid kernel, which contains parts of Mach microkernel and BSD project.
@justins7796
@justins7796 3 жыл бұрын
lol fork
@Mode1Bravo
@Mode1Bravo 11 жыл бұрын
SO your basically saying you know more about Linux than Linus Torvalds? Somehow I don't think you have that kind of credibility.
@justgivemethetruth
@justgivemethetruth 11 жыл бұрын
1:14 ... Linus has a sexual fantasy while talking about Linux. Is that what that's supposed to be? ;-)
@surplusking2425
@surplusking2425 3 жыл бұрын
Linux is good but its huge success is definitely because of penguins.
@justgivemethetruth
@justgivemethetruth 11 жыл бұрын
Yeah, sure, forks are good things for Linus ... he understands them and can manage them easily ... for everyone else it makes the Linux world like a tsunami coming at you and when all you have is a teaspoon. So ... how to make money off free software ... or, is free software really free? Or ... have we really entered the computer revolution ... not so much.
@HTHAMMACK1
@HTHAMMACK1 12 жыл бұрын
Android is not Linux. It may be built on a Linux kernel, but that doesn't make it Linux. Android is a mobile OS controlled by Google. That's why Google can withhold code whenever it wants, and can do with it what it wants.
@carlosvalentin856
@carlosvalentin856 11 жыл бұрын
They use a free program, an manipulate it to make money. Greed will never let free. This is why i love people that know how to write code, they have freedom to build on the Kernel. Free source programs are not good for regular users. For this reason they will never really take off. Up dating is a big problem with Linux. Plus you need at least 2 gig ram to download Ubuntu. Ubuntu is no-longer free. They use your browser history for ads.
@parallel4
@parallel4 6 жыл бұрын
... wat
@computeaholics
@computeaholics 10 жыл бұрын
His (linus's) whistling s's when he talks is almost unbearable.
@robertirvin7687
@robertirvin7687 7 жыл бұрын
computeaholics lmfao i didnt even notice it till i read your comment. Thanks -_-
@15fakeaccount
@15fakeaccount 9 жыл бұрын
Android ain't Linux, because Linux doesn't have viruses but Android does.
@hongmeiling6065
@hongmeiling6065 8 жыл бұрын
+BB Christopher Vast majority of web servers run Linux, it is a mass market system.
@hongmeiling6065
@hongmeiling6065 8 жыл бұрын
That's true, but Ubuntu / Mint are 'home PC' styled distros I believe, and although Mint has recently had it's silly backdoor debacle, that was mainly because of a security flaw in wordpress, I think? And I think the 'open source community' has enabled people to quickly fix any holes that become evident. Not a particularly competent user myself though, so I wouldn't know too much.
@kas1987kas
@kas1987kas 7 жыл бұрын
Linux have few malware, rootkits and trojans. Mitigations: - you should use only the official repositories otherwise you act at your own risk - make sure you have patched system - don't give untrusted people access to admin accounts - give untrusted people access to accounts only if you know what you are doing - use "mandatory access control"/sandbox with internet applications (0day prevention) - etc I use Linux on various computers by 15 years and I haven't seen any of this. Except maybe for netcat, etc. ;) en.wikipedia.org/wiki/Netcat
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 6 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
My First Line of Code: Linus Torvalds
2:13
Bloomberg Originals
Рет қаралды 2,3 МЛН
Documentary - Debian "The Distro"
29:30
YouTux Channel
Рет қаралды 4,9 М.
Why Linus Torvalds doesn't use Ubuntu or Debian
2:43
TFiR
Рет қаралды 4,4 МЛН
Q&A session with Linus Torvalds: Why is Linux not competitive on desktop?
3:24
aaltouniversityace
Рет қаралды 1,3 МЛН
Linus Torvalds: Secure Boot Is Good
2:38
TFiR
Рет қаралды 66 М.
Linus Torvalds: We Don't Use Windows
2:58
TFiR
Рет қаралды 1,1 МЛН
Keynote: A Conversation with Linus Torvalds
25:09
The Linux Foundation
Рет қаралды 65 М.
Linus Torvalds: Microsoft Is Gaming The System
2:06
TFiR
Рет қаралды 97 М.
👍🏻 Samsung Galaxy A56 - ЕГО ЗАХОТЯТ ВСЕ! Xiaomi так не сможет…
12:05
Thebox - о технике и гаджетах
Рет қаралды 55 М.
Лучший лайфхак для клавиатуры 🤡
0:57
ПРОСТО ЛЕШКА
Рет қаралды 785 М.
Xiaomi or Samsung #colormixing #satisfying #sharkzhan
0:23
Shark Zhan
Рет қаралды 2,5 МЛН
Did you know you can test a battery like this? 🪫🔋😳
0:13
scottsreality
Рет қаралды 2,1 МЛН