What is an SDK? (Software Development Kit)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2016
  • Thanks to Anki for sponsoring this video! Learn more about Cozmo at go.anki.com/techquickie-yt
    SDKs serve as the "toolboxes" programmers use to build cool applications. But what does that mean, really?
    Follow: / linustech
    Join the community: linustechtips.com
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 399

  • @gabrielvaldez3948
    @gabrielvaldez3948 7 ปีที่แล้ว +19

    I love how easy to understand these videos are for someone who wants to start delving deeper into computer engineering. They make it easy to visualize and connect with the subject material. Also love the segways into the sponsor ads lol

  • @jakthesmack
    @jakthesmack 7 ปีที่แล้ว +71

    Someone is coding the Linus' Wise Words app already, for sure.

    • @Darkreaper71
      @Darkreaper71 7 ปีที่แล้ว

      LOL THIS IS GOLD MAN
      i kinda hope it happens

  • @josiahmendes
    @josiahmendes 7 ปีที่แล้ว +7

    As a budding computer enthusiast, this was super handy. If only school teachers were like that 😂. Thanks Linus! Keep up the great content!

  • @Frostwyrmer
    @Frostwyrmer 7 ปีที่แล้ว +6

    Programmer here, nope, I'm not coding Linus' Wise Words app, I'm here to clear some things up:
    It looks like you mixed up 3 things and sold all of those as "SDK", as, usually, the "SDK" itself is just a small portion of programming.
    - The SDK is basically just a bundle of libraries that are necessary to build stuff in the programming language of choice. There are languages that don't require an SDK (for example Bash).
    - The actual program a programmer runs and works in is called an IDE. This is where the whole button moving stuff and Debugging you mentioned is going on.
    - There are no "Image manipulation SDKs". Those are called libraries. They usually do something specific, while using the groundlayers of the language (given by the SDKs libraries).
    So don't think you can just download an SDK and become a programmer. You'll definitely need an IDE (which, actually is bundled into the SDK download package, for example the Android SDK which actually is just a modded version of IntelliJ/Eclipse) and you'll definitely want to download and import image-manipulation and Text-menu Libraries.

  • @AnFunctionArray
    @AnFunctionArray 7 ปีที่แล้ว +1

    Linus you are one big piece of software and I'm so proud of your development.

  • @MrMiningsolutions
    @MrMiningsolutions 6 ปีที่แล้ว

    Excellent material, brilliant presentation!

  • @hkoizumi3134
    @hkoizumi3134 7 ปีที่แล้ว +8

    I remember developing my own SDK in a form of various subroutines within TI Graphing calculator back in the 90s. I wonder if those are still floating around...

    • @Cyber_Akuma
      @Cyber_Akuma ปีที่แล้ว

      TI Calculators? Yeah, they're still around, XKCD even joked about how they still seem to remain unchanged to this day.

  • @kaloskakos970
    @kaloskakos970 7 ปีที่แล้ว +37

    make a techquikie about how games are made. ex When are the graphics put into the game , When are the physics put into the game , When is the scenario itself put into the game , How do they decide what will the graphics,physics,scenario be. etc

    • @isabellarhoslyn1579
      @isabellarhoslyn1579 7 ปีที่แล้ว +1

      for something like that they would probably have to have the format modern marvels on history channel has and that level of backing....
      which i hope they someday have, because their content and production value already meet or exceed the standards of modern marvels and mythbusters and would be great as a tech show alongside that kind of programming..

    • @juschu85
      @juschu85 7 ปีที่แล้ว +1

      +Isabella Rhoslyn You can compress any topic to a few minutes. When it's to much compressed it will just not contain all the information to get startet. Just like in any techquicky video.
      When they can make a techquicky video about SDKs, they can also make a technquicky video about game engines. Basically a "game engine" is just an other word for "SDK for games".
      +Rem ko
      Games are a piece of technology.

    • @k0n386
      @k0n386 7 ปีที่แล้ว

      Just search game engine duh

    • @juschu85
      @juschu85 7 ปีที่แล้ว

      So why should they border to make a video about APIs or SDKs?
      Just search API/SDK duh.

    • @seamusfrederick2927
      @seamusfrederick2927 7 ปีที่แล้ว

      The idea is there but all in all it would just make for a really drawn out techquickie

  • @antoniomota414
    @antoniomota414 7 ปีที่แล้ว +1

    I love videos about programming stuff. It help me understand the importance of SDK, tanks

  • @telotawa
    @telotawa 7 ปีที่แล้ว +241

    I exclusively use Notepad for programming

    • @DonJohn87_YT
      @DonJohn87_YT 7 ปีที่แล้ว +37

      hardcore

    • @wargames43
      @wargames43 7 ปีที่แล้ว +10

      notepadd++ best ever kinda gets tedious though with HTML5 PHP and java though lol

    • @toxicbutterspread143
      @toxicbutterspread143 7 ปีที่แล้ว +9

      Kye W then your probably a beginner web developer

    • @Deses
      @Deses 7 ปีที่แล้ว +14

      Why do you hate yourself?

    • @Mike-pq8yu
      @Mike-pq8yu 7 ปีที่แล้ว +5

      Kye W I program in Microsoft Excel.

  • @kaname110
    @kaname110 7 ปีที่แล้ว

    Top quality as ever!

  • @aidenciron8858
    @aidenciron8858 7 ปีที่แล้ว +31

    And im waiting on the Linus' Wise Words app

    • @tiberone9291
      @tiberone9291 7 ปีที่แล้ว +6

      www.gofundme.com/linuswisewords

    • @Derpuwolf
      @Derpuwolf 7 ปีที่แล้ว

      Tiberone I need this in my life!

  • @paramvirsohi5922
    @paramvirsohi5922 3 ปีที่แล้ว

    Wow. What an awesome and EXCELLENT explanation

  • @shanealvarez527
    @shanealvarez527 7 ปีที่แล้ว +8

    C# is great. wish more companies would use it. also, SDKs for platforms are usually for used for creating visuals of all kinds and interfacing with hardware in a standard way.

    • @Slenderman63323
      @Slenderman63323 7 ปีที่แล้ว

      #C lel

    • @puffnpluky76
      @puffnpluky76 7 ปีที่แล้ว +4

      Shane Alvarez C sharp? I prefer d flat

    • @isabellarhoslyn1579
      @isabellarhoslyn1579 7 ปีที่แล้ว +1

      is C# the same as C++, or is it different? i remember my autocad teacher telling us one time when i was in high school that most programs were written in one of the C programming languages sometimes C but usually C+ or C++ and i forget if it was him or someone else but somewhere along the line i learned that some people were lazy and wrote C++ as C# when abbreviating the name of the language.
      i've never heard of what Linus said "C sharp" before.. normally in scientific or musical notation "C sharp" would generally be written as C' or C with an accent mark over the letter... not C and the number/pound sign notation/symbol.

    • @shanealvarez527
      @shanealvarez527 7 ปีที่แล้ว +5

      Isabella Rhoslyn so there are a bunch of C-style languages, including C, C++, Java, C# (c-sharp), objective-C, and so forth. Each is distinct in style, code libraries, and so on, but all have a similar format. C and layer C++ have had a strong presence in older programs after it grew in popularity and dominated larger projects. Now it is still used in large projects but more code is written in the newer and smarter languages. C# is one of those, which up until recently was exclusively for Microsoft programs but is now used wherever we want. Also, many people still like C++ for its performance characteristics, but others (like me) favor the langues like C# for being more programmer friendly, even at a slight loss of speed (less of an issues these days, but I can't explain that in depth here)

    • @isabellarhoslyn1579
      @isabellarhoslyn1579 7 ปีที่แล้ว +1

      Shane Alvarez thank you very much. programming languages make no sense to me ive never been given a primer or any framework or basis point or reference for understanding them and how they work. Visual Basic scripting tool in Excel & Access only makes any sense to me when i have a work book in front of me to help me figure out what to do, without one as a reference i'm lost. you may as well put greek, latin, egyptian hieroglyphics, or mayan, or cuneiform text in front of me as any of the programming languages.. i've heard them talked about but don't really know anything about them in any detail. in general i was taught in school that computers run on binary simple on and off 0s and 1s i had never even heard of the concept of programming languages i dont think til i was in 10th grade or so.
      i was a M.I.S. major at first in college because i enjoyed studying both business and computer courses and that major blends both, but for my bachelor's degree i had to just go with Management as my focus instead of M.I.S., because the M.I.S. curriculum jumped from things like Fundamentals of Networking and similar introductory courses and concepts, and doing things like learning Microsoft Office 2003 and how to make macros with the help of a work book... to full on programming of the kind to make a program like Excel they said with no book to work from..
      I'm a visual learner and logic/steps based learner, i need to see it and follow along with it to grasp it sometimes and cant just go from step 1 to what feels like step 1001 or a million and one with nothing in between to help get you there mentally.
      thank you for the explanation... i didn't even know java/javascript was a programming language, only thing i knew was it is a coffee mug thing/application that pcs make me constantly update way too often and that without it being updated often enough websites and flash videos often stop working... in highschool the only thing i rmember being mentioned about java was that it was a tool for developers and i think it was from sun microsystems originally, they basically said a normal end-user/consumer doesn't need to know anything about it or interact with it at all. so as far as i knew it was just a tool or app not a language.
      and yes i can see that, greater ease of use and greater accuracy/less errors is worth a slight speed reduction.

  • @esorminihaz8269
    @esorminihaz8269 7 ปีที่แล้ว

    plz do more programming related video. you are the only tech youtuber that I understand quickly

    • @shanealvarez527
      @shanealvarez527 7 ปีที่แล้ว +1

      Zahin Imrose I'd say to take a lap around Codecademy.com if you wanna get into programming. From there, Microsoft Virtual Academy. But you want learn much from linus in this domain. I've watched long enough to know this isn't his realm

    • @esorminihaz8269
      @esorminihaz8269 7 ปีที่แล้ว

      Okay.I will check codecademy
      BTW I am learning basics of JavaScript in khan academy.

  • @PrimiusLovin
    @PrimiusLovin 6 ปีที่แล้ว +2

    I've been giving a look at the SDK for a gaming console, the gigabytes of info that it contains, and it's beyond me how on earth they come up with all this coding stuff and the sheer amount of people that must be involved in it!

  • @robertsarralde8307
    @robertsarralde8307 4 ปีที่แล้ว +1

    Thank you for the great explanation.

  • @aurindisla7075
    @aurindisla7075 7 ปีที่แล้ว

    Love all the analogies.

  • @athulbc
    @athulbc 7 ปีที่แล้ว

    Informative Linus.

  • @johnbreakmaskerketta1534
    @johnbreakmaskerketta1534 4 ปีที่แล้ว

    Very crisp video...keep it up!

  • @jsachs
    @jsachs 7 ปีที่แล้ว +21

    Suggestion for *Fast as Possible*: "TCP vs UDP" (Since TCP/ip has been done already)

    • @PaulGariepy
      @PaulGariepy 4 ปีที่แล้ว +2

      I would tell you a joke about UDP, but you probably wouldn't get it......

    • @dkracingfan2503
      @dkracingfan2503 3 ปีที่แล้ว

      @@PaulGariepy Tell me the joke Plz

    • @PaulGariepy
      @PaulGariepy 3 ปีที่แล้ว

      @@dkracingfan2503 UDP packets do not require the recipient to acknowledge that each packet has been received aka lost packets are common but acceptable. Streams like video or games where a few lost packets are normal and can be compensated for are generally udp.

    • @MrAndersonAFK
      @MrAndersonAFK 2 ปีที่แล้ว

      UDP is like a honey badger. Honey badger don't give a sh*t

    • @i_am_scray
      @i_am_scray 2 ปีที่แล้ว

      I think that Linus addressed UDP in “TCP/IP” video. Not sure - I suggest you rewatch that :)

  • @Beaches_south_of_L.A.
    @Beaches_south_of_L.A. 5 ปีที่แล้ว

    Alright Linus this video was really swell!

  • @axelgomez835
    @axelgomez835 7 ปีที่แล้ว

    I have a suggestion for a future episode, could you show different pc programs to manage a business, I mean the salarys and the income/outcome of money. That would be helpful, keep the good work.

  • @CarloFabiano
    @CarloFabiano 2 ปีที่แล้ว

    great video, clear and useful

  • @zwilk18
    @zwilk18 7 ปีที่แล้ว +10

    lol give John and Dennis a raise

    • @NOvationMusicBeats
      @NOvationMusicBeats 5 ปีที่แล้ว

      Thought I was the only one that noticed. 🤣

    • @noorazahir9525
      @noorazahir9525 4 ปีที่แล้ว

      @@NOvationMusicBeats
      Xnkxkfndj jk jf cncnkmcmkfcdl
      Ndnnxjf fffxkffk

  • @samvanderas8450
    @samvanderas8450 7 ปีที่แล้ว +2

    like your videos and your presentation!

  • @patrice373
    @patrice373 7 ปีที่แล้ว

    Thanks Linus, best IT channel IN THE WORLD !

  • @themistoclesnelson2163
    @themistoclesnelson2163 3 ปีที่แล้ว

    Thanks for the video!

  • @Housestationlive
    @Housestationlive 5 ปีที่แล้ว +5

    @1:06 >> i loved the way you slided to the right ^^ better than michael jackson ^^

  • @jiyaadnaeem4802
    @jiyaadnaeem4802 6 ปีที่แล้ว

    thank you so much for this

  • @jorgesepulveda8380
    @jorgesepulveda8380 7 ปีที่แล้ว +110

    I plant, grow and harvest my own weed...

    • @martinlaporte4413
      @martinlaporte4413 7 ปีที่แล้ว +2

      tu m'as tué !
      (means "lol" in a timeless way)

    • @sirfantyvr300
      @sirfantyvr300 4 ปีที่แล้ว +2

      İlhami Aslansoy yes

  • @ziraromeiro
    @ziraromeiro 3 ปีที่แล้ว

    thanks linus really cool

  • @shanemckinney9922
    @shanemckinney9922 7 ปีที่แล้ว +4

    a video on IDEs and compilers would be cool

    • @lincolnsand5127
      @lincolnsand5127 5 ปีที่แล้ว +1

      I don't think he has the experience to talk about compilers in depth

  • @fazlyrabby
    @fazlyrabby 5 ปีที่แล้ว

    really liked it brother

  • @ethanarrowood7454
    @ethanarrowood7454 7 ปีที่แล้ว +15

    Yay! I love videos about programming stuff :) Can you do some videos on the complete history of programming? Starting from basic (and whatever came before that) to the evolution of OOP with C and then Java? And then maybe finish it off with the newest data science languages like R, Python, and server languages like Go and Node JS!

    • @debojyotiganguly5629
      @debojyotiganguly5629 2 ปีที่แล้ว +1

      C is not an OOP C++ is when C was created there was no concept of Classes or namespaces

  • @newbprogramming5043
    @newbprogramming5043 7 ปีที่แล้ว

    C# is great for beginners and can be used to develop on many other platforms, not just Windows.

  • @mirlamontano6640
    @mirlamontano6640 3 ปีที่แล้ว

    awesome video!

  • @avi_mukesh
    @avi_mukesh 7 ปีที่แล้ว

    Linus' Wise Words of the Day someone's gonna make it

  • @GCRPMedia
    @GCRPMedia 7 ปีที่แล้ว +3

    if you wanted we could really program that app! :) i am a big fan and would love to, just let us know!

  • @davidwood1105
    @davidwood1105 3 ปีที่แล้ว

    I play a game and I saw SDK, you explained it in a term that a sunny can understand well done, oh I mean beginner lol

  • @vaireamana5331
    @vaireamana5331 2 ปีที่แล้ว +1

    Thank you !

  • @fynnkarn-wadden234
    @fynnkarn-wadden234 7 ปีที่แล้ว

    FINALLY A GOOD SPONSOR

  • @bivosOnEarth
    @bivosOnEarth 6 ปีที่แล้ว

    hey, can you make a video to explain in plain language what a framework is? also you can try with kernel, too. thanks.

  • @IndiCoder
    @IndiCoder 7 ปีที่แล้ว +20

    I want that hoodie.

  • @EfrainDavila-uq1oo
    @EfrainDavila-uq1oo ปีที่แล้ว

    So is it a library that interacts with the API for you?

  • @motomotogaming9443
    @motomotogaming9443 7 ปีที่แล้ว

    i fixed my wifi just to watch linus tech tips

  • @tohothewriter8002
    @tohothewriter8002 7 ปีที่แล้ว

    I'd like to know more about the various key switches available on the market, other than Cherry MX for obvious reasons... I would like to know how cheap can an individual key switch be and still is reliable for everday usage.

  • @scottrozenberg5483
    @scottrozenberg5483 7 ปีที่แล้ว

    OMG THOSE HOODIE STRINGS!!! my OCD is going insane now

  • @asiasaeed3155
    @asiasaeed3155 3 ปีที่แล้ว

    just amazing

  • @florianhumblot
    @florianhumblot 7 ปีที่แล้ว

    I'm pretty sure you've confused SDK with libraries, or at least, in your description.
    A SDK is a collection of libraries used for different purposes, while the libraries themselves are used to do the tasks you described, and usually, they aren't part of the SDK.
    But yeah, cool vid for people wondering what the hell developers use :)

  • @noelthomasbejoy3089
    @noelthomasbejoy3089 5 ปีที่แล้ว +1

    So apis are used by the uber app to interface with uber while sdks are used for building the app in itself?

  • @slap_my_hand
    @slap_my_hand 7 ปีที่แล้ว

    Pls make a video on compilers, cross-compilers and interpreted languages.

  • @juschu85
    @juschu85 7 ปีที่แล้ว

    3:30 Yes, those are the prefered languages of the companys. But it's way more flexible than that.
    iOS and Android development can also be done in C++ (I#m not sure if you can make a 100% C++ Android app) and thanks to Intels Multi OS Engine (still in Beta as far as I know) you can port Android apps written in Java to iOS without changing the language. You can even do all this with the Android SDK, since Multi OS Engine is a plug-in for it.
    And Windows? Well, there you can use pretty much any language you want. Just like on any other desktop OS. It looks like even Apples Swift will get official Windows support.

    • @juschu85
      @juschu85 7 ปีที่แล้ว

      I'm not sure what this means for iOS development. At least the official Apple way to develop apps for iOS is only possible on Mac. Even if it's possible to develop iOS apps in C++ which is completely plattform independent. And I think Objective C itself should work on Windows too.
      But with Microsofts Xamarin (C#), Intels Multi OS Engine (Java), Qt (C++), PhoneGap (HTML/CSS + Javascript), ... you already don't need a Mac.

  • @sunnydj484
    @sunnydj484 2 ปีที่แล้ว +1

    thanks bro

  • @itsginn
    @itsginn 7 ปีที่แล้ว

    I would buy the Linus' Wise Words app

  • @praack4563
    @praack4563 7 ปีที่แล้ว

    did jon and dennis get the raise? just want to know if using the windows sdk like that would work for me too.....

  • @sirajussalekin9239
    @sirajussalekin9239 7 ปีที่แล้ว

    It was fun to see linus talking anything other than hardware.
    BTW, "give jon and denis a raise.docx" :v

  • @woopygoman
    @woopygoman 7 ปีที่แล้ว +2

    Can you please make a video on qemu kvm? Aka gpu passthrough to run windows games on linux mint at pretty much native performance.

    • @sachk00
      @sachk00 7 ปีที่แล้ว

      Not just mint, gpu passthrought is actually best supported on arch.

  • @nijansikrakar7989
    @nijansikrakar7989 7 ปีที่แล้ว

    plz make a video about how compressors and extractors work

  • @niels623
    @niels623 7 ปีที่แล้ว

    Could you do a video about Mozilla Servo and what it tries to do better than Chrome, Firefox and Edge?

  • @Divine1Right
    @Divine1Right 7 ปีที่แล้ว

    Do a video about the difference between 8-bit, 10-bit and 12-bit panels

  • @maxa3221
    @maxa3221 3 ปีที่แล้ว

    Is it safe to say API's are for harnessing 'external' software connections and SDK's are for utilizing internal capabilities?

  • @HollowIST13
    @HollowIST13 7 ปีที่แล้ว

    Please Explain Burn-In Headphones, is it works ? or just placebo effecr ?

  • @jasperstone1110
    @jasperstone1110 7 ปีที่แล้ว

    could you make a fast as possible on the difference between MMS and SMS?

  • @mosulknight7671
    @mosulknight7671 7 ปีที่แล้ว

    what is
    dedicated graphics and shared graphics?

  • @user-gd6rq7uc2w
    @user-gd6rq7uc2w 7 ปีที่แล้ว

    Can u make a vid talking about how phone system grew?

  • @Deses
    @Deses 7 ปีที่แล้ว +5

    Restful services AFAP, please.

  • @JonnySelProductions
    @JonnySelProductions 7 ปีที่แล้ว

    Linus! A Topic for you!
    Can you PLEASE make a comparison once and for all about what the big differences are between DLP and LCD Projectors!? I am really stuck as to which type of projector has the least amount of input lag as possible (for gaming of course). Can you please settle this?
    Thank you so much for your consideration. PLEASE DO NOT IGNORE THIS!

  • @khimbahadurgurung8918
    @khimbahadurgurung8918 6 ปีที่แล้ว

    if SDK contains editors, which editors does cosmo SDK, facebook SDK contains?

  • @phoearwenien4355
    @phoearwenien4355 5 ปีที่แล้ว

    What is the difference between Xampp and JDK? One is called package and another is called SDK, but it's the same for me :( And is PHP a SDK? We can't code without installing PHP. How should I call it?

  • @shubhamsamanta2215
    @shubhamsamanta2215 5 ปีที่แล้ว

    Can u suggest a sdk for photo-editing

  • @shalevbalasiano7340
    @shalevbalasiano7340 7 ปีที่แล้ว

    can you do a video about PLX chips?

  • @gazoline7093
    @gazoline7093 7 ปีที่แล้ว

    We do have to plant, grow and farm wheat to get toast how do you think it gets on the supermarket shelf. It is just done for you by farmers.

  • @SveinbjornGeirsson
    @SveinbjornGeirsson 7 ปีที่แล้ว

    Cool, now make a video about containerization/docker.

  • @yogtheterrible
    @yogtheterrible 7 ปีที่แล้ว

    I wonder if that bit about Linus' Wise Words app is permission enough to legally make the app without any more consent or having to share profits. Would take an afternoon to make...well, maybe a bit more to collect the "wise" words.

  • @vnctmrn
    @vnctmrn 7 ปีที่แล้ว

    those drawstrings drive me crazy

  • @macaronivirus5913
    @macaronivirus5913 7 ปีที่แล้ว +2

    that robot is so cute, omg

  • @Sodapop1317
    @Sodapop1317 7 ปีที่แล้ว +10

    is there an sdk to interface with deez nuts?

    • @aceflamez00
      @aceflamez00 7 ปีที่แล้ว +19

      It's called the netflix and chill CDK (Child Development Kit)

  • @RidiculumIneptus
    @RidiculumIneptus 7 ปีที่แล้ว

    Someone better go make a "Linus' word of the day" app now.

  • @vineetakumar6194
    @vineetakumar6194 4 ปีที่แล้ว

    did you say Vancouver oh shot gotta move (in live in Canada bc)

  • @05Forenza
    @05Forenza 7 ปีที่แล้ว

    My want for raisin toast right now is unbelievable....

  • @drstein42
    @drstein42 7 ปีที่แล้ว +1

    Nice video but, a library is not necessarily an sdk, for example, node.js is not a javascript sdk.
    sdk should always have the minimum amount of libraries, and anything else should be build upon these basic libraries. Imagine the java dk size if it contained all possible libraries.

  • @TrapperAaron
    @TrapperAaron 3 ปีที่แล้ว

    U gunna need grape vines, chickens, yeast, a salt mine, a cane plantation, and at least a dutch oven to make that toast there by.

  • @roman.sattler
    @roman.sattler 7 ปีที่แล้ว +27

    Someone mixed SDK and library when writing this script.

    • @radu6772
      @radu6772 3 ปีที่แล้ว +1

      What is the difference? That's the question I wanted answered

    • @roman.sattler
      @roman.sattler 3 ปีที่แล้ว +4

      @@radu6772 The term library usually refers to third-party code referenced, called and executed from within your application. The examples given between 2:57 - 3:15 are all examples of libraries.
      SDKs, on the other hand, are what enable software development in the first place. They often include libraries but what really makes them SDKs are the tools necessary to develop code for a specific platform like compilers, debuggers, runtimes, often package managers and sometimes even code editors or drivers for the hardware you're developing for.

    • @radu6772
      @radu6772 3 ปีที่แล้ว

      @@roman.sattler thanks for the explanation :)

    • @Puya008
      @Puya008 2 หลายเดือนก่อน

      Exactly, an SDK contains the tools needed to actually make BUILD for a platform of your choice, like a package manager or compiler, this SDK must be offered by the hardware vendor/manufacturer. In this video they confused software libraries and SDK, and even IDE's with SDK when he talked about WYSIWYG (What You See Is What You Get) application user interface development. This is a poorly researched video.
      @@roman.sattler

    • @Puya008
      @Puya008 2 หลายเดือนก่อน

      ​@@roman.sattler Yes, they confused libraries and SDK. A SDK primary role is to allow a developer to build for a specific platform giving the necessary tools, and the SDK must be provided by the hardware vendor/manufacturer. This is a poorly researched video.

  • @Brakish33
    @Brakish33 7 ปีที่แล้ว

    Can you make a video explaining "bugs" ?

  • @stanisawszczypua9076
    @stanisawszczypua9076 7 ปีที่แล้ว +3

    Next episode about RAD (rapid application development)?

    • @Darkreaper71
      @Darkreaper71 7 ปีที่แล้ว +3

      Thats just one of many development models... maybe he could do a video on software development models as a whole instead.

    • @shanealvarez527
      @shanealvarez527 7 ปีที่แล้ว +1

      Stanisław Szczypuła eh, Agile is dominating right now, it'd be better to cover that, but there is better areas in programming to cover than something so far up the software dev ladder

  • @sid670
    @sid670 7 ปีที่แล้ว +3

    Do a finfet as fast as possible

  • @emmanuelcheong467
    @emmanuelcheong467 7 ปีที่แล้ว

    this is very informative good job

  • @toddmeuth2962
    @toddmeuth2962 6 ปีที่แล้ว

    Thanks Linus the vids are always entertaining... But this vid left out one of the cheep and FREE programming resources with a platform like the Arduino!

  • @MiguelY22
    @MiguelY22 7 ปีที่แล้ว +8

    This guy looks and sounds just like linus from linustechtips

  • @berenmowrer740
    @berenmowrer740 7 ปีที่แล้ว +11

    That app WILL BE MADE BY SOMEONE SOMEWHERE

    • @tiberone9291
      @tiberone9291 7 ปีที่แล้ว +4

      www.gofundme.com/linuswisewords

    • @isabellarhoslyn1579
      @isabellarhoslyn1579 7 ปีที่แล้ว

      surprised lg microsoft intel corsair cooler master or one of their other regular sponsors hasnt already came up with an app like that for them, lol.. i mean this channel does a lot of free product awarness for the industry in general and alot of stuff for sponsors, and an app useful to linus and his community would be a much better thank you to them then a linus figurine in front of 3 tiny ultrawide monitors... lol..

  • @jare3959
    @jare3959 7 ปีที่แล้ว

    But can Anki see why kids love cinnamon toast crunch?

  • @pesterenan
    @pesterenan 7 ปีที่แล้ว

    Cozmo is so cool =)

  • @ethanarrowood7454
    @ethanarrowood7454 7 ปีที่แล้ว +1

    Im going to make Linus' Wise Words in React Native. Be back in a week :)

    • @Krakatov
      @Krakatov 3 ปีที่แล้ว

      How did it go?

  • @jsachs
    @jsachs 7 ปีที่แล้ว

    I would do the APP, but since _hybrid apps_ (native APIs + html5) haven't been mention in the video it would be a bit ironic. Not not mention the $100 uSd yearly apple fee to become a developer.

    • @shanealvarez527
      @shanealvarez527 7 ปีที่แล้ว

      José Sachs ewww Cordova apps. Furthermore, ewwww Apple developer costs. both make me sad XD

  • @legendarygames7371
    @legendarygames7371 5 ปีที่แล้ว

    i plant grow and harvest my own cannibus every time i want to smoke a joint

  • @bitscruff354
    @bitscruff354 7 ปีที่แล้ว

    where do we get a repository for linus's "wise words"? Not lieing, that app can be developed within a day

  • @MikeCrips
    @MikeCrips 4 ปีที่แล้ว

    i have windows software development kit on my pc can i delete it cause it uses much storage

  • @liana_scorpio
    @liana_scorpio 6 ปีที่แล้ว +1

    Jesus christ, first 30 seconds and I already love this guy

  • @fluke3421
    @fluke3421 7 ปีที่แล้ว

    so are you going to give Jon and Dennis raises?