What Is Open Source Software?

  Рет қаралды 17,443

Honeypot

Honeypot

Күн бұрын

Пікірлер: 36
@arjunkashyap8896
@arjunkashyap8896 4 жыл бұрын
I watched Honeypot's doc on vue which incited my interest in contributing to open-source.. Amazing experience so far
@mysterOrel7924
@mysterOrel7924 4 жыл бұрын
Thx Honeypot !! Always a smile on my face when I see your video notification !
@chef2654
@chef2654 4 жыл бұрын
Open Source to me is what a post-scarcity world looks like. Where copying is encouraged and not seen as theft.
@_Ani_
@_Ani_ 4 жыл бұрын
Not everything is free in open-source, neither does everything has a modifying and re-distribution policy (can be seen in some Github readmes, based on the entity/organization's wishes). + Sometimes the previous version of a software might be available, but newer versions can be kept private. (or not open-sourced)
@TheGoldenWildcat
@TheGoldenWildcat 2 жыл бұрын
I mostly don't care about free, as long as it's cheap & reliable.
@capedcrusader5282
@capedcrusader5282 4 жыл бұрын
A Correction, "Free" in Free and Open Source Software doesn't mean "Free of cost" but means "Free as in Freedom". That's why people tend to use the FLOSS term instead of FOSS in which "L" stands for Libre and Libre means Free as in Freedom.
@alpham8754
@alpham8754 4 жыл бұрын
Yep, right. But when you ask the GNU guys there's a huge difference between openSource software and free software. However, basically OSS is vendor dependend (you can only download it fromthe vendor; you need to ask them for like anything; needs to rebrand if you wanna use it individually or redistribute it).
@seangad8227
@seangad8227 4 жыл бұрын
Honeypot is Netflix for developers
@dagoacarralero5080
@dagoacarralero5080 3 жыл бұрын
amaizing craft, for real, how well done it's this stuff, really good music also
@RichardFirOey
@RichardFirOey 4 жыл бұрын
KZbin: What is open source software ? Me: I know that, don't make another explaination video KZbin : but it's from Honeypot Me: (click the video)
@FRONTRUS
@FRONTRUS 4 жыл бұрын
Awesome 💙
@InterviewDOT
@InterviewDOT 4 жыл бұрын
Very nice thanks for sharing 👌
@OmarQunsul
@OmarQunsul 4 жыл бұрын
Isn't he describing (Free Software) not (Open Source) software? There are some Open Source software products, that you are not free to use, without buying it. Or maybe evening modifying it. If I am not mistaken, vBulletin is an example
@naisone
@naisone 4 жыл бұрын
no, he is right. in his example you bought angry birds and want to modify it
@Soya8827
@Soya8827 29 күн бұрын
If you can touch the source code, then it's open source
@AbdulhadiShinwari
@AbdulhadiShinwari Жыл бұрын
really good lesson
@pokoren
@pokoren 2 жыл бұрын
THANK YOU
@namankeshari7332
@namankeshari7332 3 жыл бұрын
This channel is beautiful!!
@rahulbelwal7811
@rahulbelwal7811 2 жыл бұрын
Ost great outstanding good lectures lecturership lectured ........................................
@rahulbelwal7811
@rahulbelwal7811 2 жыл бұрын
The great lectures of ost.........................................
@evillbunny2
@evillbunny2 4 жыл бұрын
Love the concept of open source, but I want to play devil's advocate and argue that, in practice, it mostly benefits large companies (hence why they embrace it so freely). Facebook, for example, is more than happy to let the community (and even their competitors) work on React with/for them, but they obviously keep any code that supports their profit centers (recommender algorithms, data processing techniques, etc.) proprietary. In doing so, Facebook et al. have essentially demonetized front-end work for any new company, individual developer, etc., to where such a small dev may have to pursue aggressive (and probably anti-open source) niches to remain profitable (see MDBootstrap). And while we love to romanticize the Vues and Sveltes of the world, they're the minority among Reacts, Angulars, Bootstraps, etc., which are pushed by large companies (and notably all "open source"). The same can be said for the backend and DevOps, as Microsoft builds an impressive batteries-included open source ecosystem of IDEs, database tools, programming languages, etc., which are part of a pipeline into the Azure ecosystem (one of their profit centers). As a developer, I immensely enjoy these tools but realize that, if I didn't work for a large non-tech company myself (one that I must point out, hugely benefits from open source but makes no attempts to contribute), I'd be pretty lost for any decent entry point into a small software business (besides asking for tips in the install logs for my npm packages, which I routinely see). Even established new-ish players, like Mongo, seem to be far from secure imo. Their core technology is open source, and while I haven't dug into their balance sheet, I assume that their revenue comes from PaaS/DBaaS offerings, which, to no one's surprise, bigger competitors like Microsoft and AWS have the upper hand on. At this point, I'm legitimately asking if anyone else is discussing the down sides to open source, or if maybe I'm getting all worked up over nothing.
@rahulbelwal7811
@rahulbelwal7811 2 жыл бұрын
The great lecturs lectutesship lecture of ost............................
@josecurioso
@josecurioso 4 жыл бұрын
No one ever asks HOW is Open Source Software, smh...
@Honeypotio
@Honeypotio 4 жыл бұрын
😂
@dhaouadikassem8819
@dhaouadikassem8819 4 жыл бұрын
we are thirsty for new documentary about software devs
@Honeypotio
@Honeypotio 4 жыл бұрын
Don’t worry, we’re cooking something 😉
@dhaouadikassem8819
@dhaouadikassem8819 4 жыл бұрын
@@Honeypotio it sounds delicious we are waiting
@Sonsequence
@Sonsequence 4 жыл бұрын
Some neat explanations in there but like most explanations it skips over the crucial misconception most non-software people have. Computers run on code, so if you download a piece of software and know how to break inside it you'll find the all that programming language code? No, most downloadable software was _originally_ programmer code but what they make available to download was blended down into a fine soup of *machine* code. This machine code is perfect for a CPU to read but it's just 1s and 0s. It's not considered readable by humans and contra to popular belief, even programming geniuses are such creatures. It takes a great deal of expert work to turn this back into programmer code. For decades, this technical detail was the foundation of the financial success of consumer software. Otherwise, competitors could copy your millions of dollars of work, change a few things and resell it next week. The audacity of open source is that it is saying yes to exactly that. For that reason, open source software is not only modifiable and expandable but it's also usually cost free for anyone to use because it would be futile to try to charge. Effectively, that's for the same reason you can't build a good business model out of making people pay a dollar to download a song as a normal mp3. So most OSS is made by volunteers but that doesn't mean companies never make money from writing open source software, just that they do it indirectly by leveraging their position as the world expert on it. You might pay them for consultancy or - if it's server software - for them to handle the tricky business of keeping it running smoothly.
@scifregizmoguy
@scifregizmoguy 4 жыл бұрын
Disliked, only because its kind of misleading. Also, no mention of Free/Libre Software. This could have been better explained.
@hagenlens1403
@hagenlens1403 4 жыл бұрын
How it is misleading?
@hagenlens1403
@hagenlens1403 4 жыл бұрын
I think Honeypot is doing really great work
@Honeypotio
@Honeypotio 4 жыл бұрын
What did I do wrong 😭 you're so hard to please...
@capedcrusader5282
@capedcrusader5282 4 жыл бұрын
@@Honeypotio No Honeypot actually he is not completely wrong. The things is that people associate FREE AND OPEN SOURCE SOFTWARE (FOSS) as "Free" Software, but that's not always the case. And the "Free" in FOSS doesn't mean Free of cost but means Free as in Freedom and that's why instead of using FOSS, people use FLOSS, in which Libre means the exact thing (Free as in Freedom).
How Open Source Changed My Life with Max Stoiber
11:33
Honeypot
Рет қаралды 104 М.
Как делают и зарабатывают на Open Source
23:00
Senior Software Vlogger
Рет қаралды 91 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Is Open Source More Secure?
10:07
IBM Technology
Рет қаралды 16 М.
The Making of GNU: The World's First Open-Source Software
8:04
ForrestKnight
Рет қаралды 101 М.
Why Open Source and Give Software Away?
16:10
Chris Titus Tech
Рет қаралды 30 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 710 М.
What is Open Source explained in LEGO
4:41
Socialsquare
Рет қаралды 285 М.
Meet Jeff Delaney: The Mastermind Behind @Fireship
16:02
Honeypot
Рет қаралды 313 М.
How AI 'Understands' Images (CLIP) - Computerphile
18:05
Computerphile
Рет қаралды 219 М.
The Rise Of Open-Source Software
13:51
CNBC
Рет қаралды 2,4 МЛН
Full Interview With the Creator of C++
23:30
Honeypot
Рет қаралды 46 М.
Open Source Explained
6:11
IBM Technology
Рет қаралды 73 М.