Debugging is like you're the detective in a crime movie where you are also the murderer.
@lightskinche4 жыл бұрын
So basically you killed someone, but you dont know how?
@MattB-sv4sk4 жыл бұрын
@@alptunga and you're the victim aswell
@edselludovice93374 жыл бұрын
The fact that you are looking for the mistake you actually made. lol
@raoahmadshaharyar77204 жыл бұрын
Sometimes the whole software is not running just because of a comma or a semi-colon
@jacekszydlowski21384 жыл бұрын
and a Victim...
@jasonwalker46107 жыл бұрын
10% coding, 90% debugging
@oskrm7 жыл бұрын
10% coding, 20% googling, 70% debugging
@RadiationOverdose7 жыл бұрын
10% coding, 30% StackOverflow, 60% debugging
@luuk777w7 жыл бұрын
100% StackOverflow
@supremebohnenstange41027 жыл бұрын
Jason Walker 80 % making cofee
@geetargato7 жыл бұрын
Debugging shouldn't take nearly that much of your time if you're an experienced programmer. Only about 20% of my process is debugging, the most time is spent planning and doing the equations & pseudocode on paper...but I'm in scientific computing, not software development.
@gregforgotmylastname29054 жыл бұрын
"Are you a programmer?" "Yes." "So what do you do?" "I program." "What else can you do?" "Copy paste error messages into google."
@dimuthusudesh8503 жыл бұрын
kzbin.info/www/bejne/Y3PGnqqkpqmEirM
@manbirjudge84153 жыл бұрын
🤣🤣 You are a true programmer.
@moderneinstein26443 жыл бұрын
Yup
@CharlieZalidar7 жыл бұрын
Watching this while procrastinating on a programming project
@oskrm7 жыл бұрын
hello fellow procrastinator
@sanapagarkar45147 жыл бұрын
Same
@chandrashekard.75437 жыл бұрын
Lol same here
@eshwarkumar81387 жыл бұрын
Hello my friend
@georgeelsham7 жыл бұрын
thealbinolizard literally me ALL the time. Please help me overcome this.
@photosinensis7 жыл бұрын
What do programmers do? Mostly, we shitpost on Reddit.
@victornpb7 жыл бұрын
No they fix your printer, and hack facebook accounts.
@unnwas7 жыл бұрын
>Reddit
@13thxenos7 жыл бұрын
stackexchange
@pepn7 жыл бұрын
"The mouse isn't working, can you fix this for me?" - every programmer's parents
@kodnot7 жыл бұрын
Devrant > reddit
@Binizh235 жыл бұрын
The best part of programming is when the software finally comes together and runs seamlessly. Ouuu that feels 😁
@fefeisbored19584 жыл бұрын
Or when you add a thing and it just runs without errors.
@dybiosol4 жыл бұрын
@@fefeisbored1958 Or when you write something and it runs just as you expected the first time you hit Run.
@quintencabo3 жыл бұрын
Those are rare but when it happens ouuuu
@gray.dog63 жыл бұрын
Dude it feels like I just got $1,000,000 when that happens. Only problem is that it’s as rare as getting $1,000,000 :/
@Binizh233 жыл бұрын
@@gray.dog6 lol I feel ya'
@Dojan57 жыл бұрын
"Do software engineers get banned from talking to customers?" Man. Most software engineers I know would be absolutely thrilled to not have to talk to customers.
@jonharson6 жыл бұрын
I ban the customers if they manage to reach engineering...
@MrSlowestD166 жыл бұрын
Whether they like it or don't, most don't speak with customers. There's other job roles that are more geared towards that. If you speak with a customer it'll be most likely be an engineer from another company who's a customer.
@Lambda_Ovine6 жыл бұрын
Everyone would be thrilled to not have to talk to customers, including the costumer service department.
@kidacrimson12046 жыл бұрын
LOLOL, Is this a joke?! I've been working in IT going on 8 years now and that is exactly _why_ I'm learning to code...*so I don't have to talk to users/customers anymore!!* They are the WORST.
@dcmsr51416 жыл бұрын
This is the very reason I got into coding, 28 yrs and counting as a floor nurse, I can't wait to graduate and I look forward the solitude
@MarkSwope7 жыл бұрын
They stare off into space for a long time, then they type something. Repeat.
@brianlance7 жыл бұрын
Also occasionally watch youtube videos about "What do programmers actually do?"
@IanJamesFowler6 жыл бұрын
yeah it's all Boolean...conditional day dream
@TheRealXPL_6 жыл бұрын
hmmm... stereotypes... I type 82 wpm, and i will not stop typing until my script is done.
@juancalle43696 жыл бұрын
God damn this is spot on lol.
@BillAnt6 жыл бұрын
Maybe they write a couple of lines of code, then hit pornhub for an hour, go back to code, and repeat. No, I wouldn't know... ha-ha
@firenationfiles20636 жыл бұрын
10% coding, 20% debugging, *70% googling*
@Surtur996 жыл бұрын
Do experienced/hired programmers also do it? I read a lot about people struggling, sitting and reading code for hours, trying to solve stuff.
@ravronz96775 жыл бұрын
100% copy paste from stackoverflow hahaha
@wavexphonk5 жыл бұрын
@@Surtur99 If something does show up that they do not know of, even if they are experienced, they often search it up as they learn from it. Learning is continuous no matter what your profession. Often there is someone who knows more than you do, they post it on google, the programmer looks it up and learns :D
@figloalds5 жыл бұрын
Yes, Google is often the fastest way into some specific documentation you put php explode, java replace all, net Tasks.WhenAll and get straight to the right docs. Also, it is very common to check documentation even for the simplest common APIs, because it's impossible and inefficient to memorize all the tiny details behind them, for example indexOf in most languages returns -1 if not found, but some might throw an exception. Some functions throw exception and fail loudly others just returns null, it's messy. The docs also has detailed information about the parameters and how the function will behave in special scenarios, tiny things you cannot simply guess or be expected to keep memorized In short yes, no matter how long you've been programming, research is a tightly related skill.
@Vortex-qb2se5 жыл бұрын
Who needs google if you have brain...
@FinaISpartan7 жыл бұрын
Start projects not because they're easy, but rather because they thought it would be easy. Furthermore, they live off of coffee and spend 90% of their time on stackoverflow or reddit.
@zakariasahmane11327 жыл бұрын
I wouldn't be able to do my job if stackoverflow didn't exist actually.
@Ariana-dn4mm7 жыл бұрын
stack overflow is my saviour haha
@BigDyslexicEnergy7 жыл бұрын
Glad Rose-Hulman is preparing me in that department too, because it feels like that 100% of the time!
@neutronstar67397 жыл бұрын
Me, basically lmao.
@splittydev7 жыл бұрын
Pretty accurate
@gregsettle97253 жыл бұрын
After 20+ years programming, I'll say the two hardest things about programming is getting useful info from users and keeping managers, especially VPs, from trying to add to specs during development.
@SaintSaint Жыл бұрын
Dipping down is the worst. I actually don't mind the users if I get enough time to talk with them directly. I like to see how people do their jobs and its fun to fix their agony. I feel like a superhero. But I've also had a CEO in my cube making arbitrary decisions for dynamic content on the main page as I code it for her and deploy to prod real time on a 100K users/day website. I agree about the dipping down part.
@mastercode78516 жыл бұрын
me when coding : 1% code 50 % browse in stackoverflow for soultion 49% debuggin edit: thanks for likes
@koji29755 жыл бұрын
so fokin true Edit:you forgot that we just hang out on reddit and shitpost a lot
@alek3y5 жыл бұрын
where's eating
@yxcvbnmmnbvcxy5445 жыл бұрын
I'm feeling sad for the person that programmed stackoverflow
@daveduffy28235 жыл бұрын
Exactly
@kevinpham30935 жыл бұрын
Me when coding: 100% giving up
@sjoervanderploeg43407 жыл бұрын
What programmers do: read lots of documentation :(
@lancewalker25956 жыл бұрын
I usually just wait for someone on a StackOverFlow thread.
@RomualdBrunet6 жыл бұрын
while trying our best never to write any documentation of our own
@astralacuity6 жыл бұрын
That's certainly a part of the job... doesn't overshadow other aspects such as Q&A or refactoring, but it's significant. It's one of my favorite aspects because with documentation comes fresh knowledge and that's where the job never stagnates.
@MadGamer_6666 жыл бұрын
What programers do : stackoverflow.com/ "copy" -> "paste"
I’m a slot machine/iOS app programmer and I’ll tell you what we do: we drink coffee and stare blankly for hours at lines of code on a computer screen before realizing we forgot to add a “}” somewhere. !!!😡😡🥴🥴🤯🤯
@yashkapoor58945 жыл бұрын
LOL
@michalyne5 жыл бұрын
That sounds about right...LOL
@tg.yusofffamily99604 жыл бұрын
kzbin.info/www/bejne/i3qcap6uh7WGars
@tg.yusofffamily99604 жыл бұрын
@@michalyne kzbin.info/www/bejne/i3qcap6uh7WGars
@Officer-kd64 жыл бұрын
😂🤣
@ffKingcreole6 жыл бұрын
Damn, you said "think of a problem you wanna solve" and my brain was like "world peace" this is gonna be difficult xD
@Emily-fm7pt4 жыл бұрын
Gerrit Großkopf break the problem down into solvable pieces
@mosup50074 жыл бұрын
@@Emily-fm7pt covid-19 looks like a hard solution at least we may learn a lesson from that and start a real change
@ninjafruitchilled4 жыл бұрын
*programs benevolent SkyNet to overthrow all human governments and lead world into a new age of enlightenment*
@nabeel91874 жыл бұрын
@@ninjafruitchilled Error 404 Skynet crashed Immediate civil war
@christiancoleman54524 жыл бұрын
Muhammad Jācir 😂
@robj74816 жыл бұрын
I'm a hardware/software engineer and I do it for the challenge. But a word of caution; NEVER let the customer have direct access to the engineer or the product modification requests will be ENDLESS
@esarmiento76 жыл бұрын
Why ?
@MadGamer_6666 жыл бұрын
Too late... 😐
@moonlightsculptor37816 жыл бұрын
Advantage in CS, data structures n algo, math a lot, mostly u learn concept instead of code
@robj74816 жыл бұрын
dave, ABSOLUTELY. I have a masters in hardware but 100% self taught in software. When I started in 1979, I learned on my own through publications like Popular Electronics, but I quickly discovered there was always one component in any “build this” project that I couldn’t get my hands on so I started designing my own stuff (all discrete, resistors, diodes, transistors, etc), but then I got restless and wanted to learn CPUs so Z80, here I come! But then I realized I couldn’t program anything I designed so the next step was learning Assembly. I learned to code in BASIC as well and was writing games for the TRS-80 in 1980. I wrote my own versions of popular arcade games like Tron and Warlords. It wasn’t until after grade school that I went for the degree (graduated in 1983) but by then I already had a very good groundwork laid in electronics. Well, here it is 40 years later and I’m STILL doing this sh... er stuff! PS, not a silly question!
@robj74816 жыл бұрын
edgar sarmiento, why? Because customers will NAG and nitpick you about every piece of code or functionality in the project.. “can you make it do this?”, “I’d prefer it did that.”
@denisblack98976 жыл бұрын
tldr: programmers just understand the basics, they google everything else
@jameslawson16 жыл бұрын
Speak for yourself.
@user-fi5dn4ji5u6 жыл бұрын
If you relate to this, please forget everything you have learned, and learn it all again from something/someone reputable.
@seren36506 жыл бұрын
Everyone’s gotta consult the man at some point.
@moonlightsculptor37816 жыл бұрын
Suddenly we need to use different language.. lol
@Chromodynamics6 жыл бұрын
So how do they create Google?
@EdadTace5 жыл бұрын
This is all wrong. I mostly just complain about other people's code.
@DeTrOiTXX125 жыл бұрын
haha that's so funny
@bbqseitan71065 жыл бұрын
I'm an IT tech and my mantra is "its the program."
@dimuthusudesh8503 жыл бұрын
kzbin.info/www/bejne/Y3PGnqqkpqmEirM
@Psi1057 жыл бұрын
The "you have to work alone to work best" line is more of a misunderstanding. You have to get some work done in a day, like in any job. The thing with programming is that, if you're interrupted it can take you 10-15 minutes to get back into the right head-space and remember exactly where you were up to so you can continue coding. So if colleges keep visiting you every 15min for a 30sec chat, or even just ask you a question, you get zero done the entire day. Which is why you need to have at least some blocks of time without interruptions to get work done.
@SarthorS7 жыл бұрын
This is why I hated working in open plan offices and preferred cubicles. A number of times I had to lock myself in an empty room for 2-3 hours when working on a particularly complex piece of code because any distraction at all would set me back. Plus in a cubicle you can personalise your workspace more, and have places to hang up reference sheets.
@katrinal3537 жыл бұрын
I mean, programming is like writing a _novel._ You need your own head space, to let your own mind work, and your own body to translate that into something consistent. However, you only work with others as a necessity, if you want to write a really, really, really, really, really, really, really, really big novel. Plus, most programmers being introverts, it's kinda natural. lol
@PandemonicHypercube7 жыл бұрын
Yeah I feel like "you have to work alone to work best", isn't a question I could give a yes or no answer to, because it really depends on what is meant by that. I mean, in order to work effectively on anything large, you absolutely need to be able to work well with others. This is a cooperative business by its very nature. Very, very rarely you'll get some kind of programming genius with terrible social skills, and have a manager act as an interface layer between them and everyone else, but that's extremely rare to the point of being almost non-existent. On the other hand, when it comes to actually sitting down to do programming/debugging work, some people definitely do need to be alone to get into a flow state and be their most productive. I'm certainly one of those people, when I have to do any serious coding it's time to get some good music on the headphones and just block out the outside world. I understand the logic behind it, but working in one of those places where they do pair programming would be my worst nightmare, I just can't concentrate with someone hovering over my shoulder.
@bryanblatz20017 жыл бұрын
Ben Wilson I cannot agree more!
@douwehuysmans59597 жыл бұрын
What one programmer can do in a week, two programmers can do in two weeks.
@umadbroyo23886 жыл бұрын
My CS professor just tells me that we programmers are better at using Google.....
@gusmaiawork5 жыл бұрын
better than who?
@umadbroyo23885 жыл бұрын
Gus Maia Better than an average person.
@MisterL2_yt5 жыл бұрын
it's so true though xd
@paimonbutter4 жыл бұрын
*what about the programmers who made Google*
@jexusmasilungan2504 жыл бұрын
@@paimonbutter they are legends
@AmirMahmood5 жыл бұрын
How to hack NASA with HTML?
@kunalsingh-pp8gp5 жыл бұрын
😂😂😂
@anown3155 жыл бұрын
Play with inspect element
@hikigayahachiman13275 жыл бұрын
You talk serious about it lmao. 😂
@HolyMelonYT5 жыл бұрын
nasa, if you read this your hacked
@nikhilsathe59565 жыл бұрын
नासाच्या आईची गांड,
@dcmsr51416 жыл бұрын
Why do I find this so uplifting??? because when you've found your passion it's hard to keep it to yourself and when you share it the enthusiasm is contagious.
@vedantrana14782 жыл бұрын
I completely agree
@johncasey55946 жыл бұрын
I turned a childhood hobby of programming on my VIC20 into a, thus far, 30 year career I have absolutely loved. I am the epitome of the stereotypical programmer you described. I am a personable person, but I prefer working alone. I actually work from home full time for a bank. When I was a contract developer, I usually worked from 11PM into the wee hours of the morning.
@stribor6955 жыл бұрын
hi Sir, do you mind if I message You, I have a question about working remotely.. I appreciate it in advance, thank you kindly ..
@prasannachavan24835 жыл бұрын
Are you my favourite John Casey from the NSA?
@henbomb98266 жыл бұрын
Programming is the closest thing we'll ever have to a superpower
Is OK to copy things that already work. But come on Lol you gotta put the effort into your own code 😁
@srishti-ai6 жыл бұрын
and who writes the codes on stackoverflow in the first place? Guess programmers.
@aidynskullz41395 жыл бұрын
Lol
@blamb426 жыл бұрын
Programming is the BEST DRUG EVER! The endorphin rush from completing a program (or even just an algorithm for a subroutine) is intense. It leaves solving the Jumble puzzle in the dust.
7 жыл бұрын
I'm fairly sure programmers actually turn coffee into bugs.
@agungwibowoibrahim21567 жыл бұрын
Dávid Semperger 100% accurate
@danpluso6 жыл бұрын
bugs??? or features??? :D
@Piotrek76543216 жыл бұрын
Well, considering that your coffee already contains some bugs in it...
@BillAnt6 жыл бұрын
And turn bugs into coffee.. lol
@Draco-wq1ch6 жыл бұрын
coffee --> code --> features --> bugs --> frustration --> coffee. Rinse and repeat.
@danielkeenan25087 жыл бұрын
I write software for a living. It's not all beer and skittles. Most jobs are boring rinse and repeat data-entry and reporting systems. Only a small proportion of programmers get paid to work on cool stuff. But I still love it and code for fun in my spare time.
@Maicowerk7 жыл бұрын
I work on cool stuff
@danielkeenan25087 жыл бұрын
Lucky you. :)
@ZapOKill7 жыл бұрын
get another job, there is plenty of cool stuff
@AlexanderKrivacsSchrder6 жыл бұрын
I second the get another job sentiment. Software developers are in very high demand. Don't settle for data entry and reporting, if that's not your cup of tea.
@sgtdopeaf7575 жыл бұрын
Memorize r u serious. We google everything and thank god for stackoverflow
@Anomalyy6663 жыл бұрын
So anyone can become a basic programmer and just use stack overflow?
@batka50243 жыл бұрын
@@Anomalyy666 dont listen them, if it was that way do u think how many people want to be programmerrs ? you need to study very much !
@karna91563 жыл бұрын
@@batka5024 actually I am looking for backend developer roles (fresher).I am just eager to know how really people are working in IT sector, everyone here is commenting 1%code,50%stack overflow,49%debug....I am really confused .are these guys are kidding or is this a situation really happening. Thanks in advance brother !
@batka50243 жыл бұрын
@@karna9156 Dont trust everythink u read on the internet, ofcourse programming its not that like the comment, u need to work very hard to succseed for it jobs this days. for me its 98% coding and the rest are others thinks. work hard get good reward have a nice day
@karna91563 жыл бұрын
@@batka5024 thank you for the kind reply bro ! Have a nice day 💥
@exion947 жыл бұрын
Hello! I am Bachelor of Science in Physics and I also left a physics for a job as a software engineer. I have no regrets! That was one of my best decisions of my life. Good luck Dianna! Cheers, Paul.
@aMulliganStew7 жыл бұрын
my best friend from college, with a doctorate in physics, did the same thing. (and his name is Paul.)
@mathewoxenham75407 жыл бұрын
I'm a software engineer (I should say bachelor of Science too with honours) that dabbles in the physics side (see my channel). both side have their plus's
@stephennaus50067 жыл бұрын
So would you say it would be a bad decision to major in physics then? I'm a senior in high school and right now I'm planning on double majoring in physics and applied math but I'm not sure if that would be a big mistake. I don't enjoy computer science as much and I seem to be much better at more math-heavy subjects but I don't want to regret not majoring in it later. Your responses would be much appreciated.
@emperortgp24247 жыл бұрын
Stephen Naus I've been pondering this exact same thing for a while.
@brentvettel53437 жыл бұрын
Paul that's very nice Paul
@Archetapp7 жыл бұрын
They shape the world around us. No big deal.
@patrick_test1237 жыл бұрын
Jared Davidson they make the stuff that tells the thing which makes the stuff that tells the things how to behave.
@Abdi-uy1kh7 жыл бұрын
Spamme Loop - Last name checks
@reyariass7 жыл бұрын
OMG it’s Jared!
@LetsBuildThatApp7 жыл бұрын
Hi there jared
@ProjectFlashlight6127 жыл бұрын
Ladies and gentlemen, what passes in the US for deftly understated irony.
@RiotSmurf2 жыл бұрын
I am definitely late to comment, currently going through a bunch of videos on this channel. Super fun stuff, its like binge watching a show you like. Anyway I am a software dev and the puzzle explanation makes so much sense. My favorite part about the puzzle solving with software is that a lot of the time you create puzzles(word problems basically xD) where the goal is to make this puzzle that once it is completed; it will solve other puzzles for you more efficiently. Which the greatest starting project for beginners is to make a basic calculator, you are creating a puzzle(coding calculator) where the goal is that it will solve other puzzels(the math problems). My other favorite part is actually the math. Math has never been my strong suit until i started coding. All of a sudden math became a language to me. Instead of writing the math problem out, then solving it by hand. I could understand what equations i needed for the computer to tell me the solution, then i could enter different values through the software without having to write the problem over and over. Not sure if any of that made sense. Maybe someone will see it and understand lol.
@kobeclips7 жыл бұрын
Headaches. We get headaches.
@kobeclips7 жыл бұрын
And depression.
@thegarageluthier7 жыл бұрын
bad eyes
@kobeclips7 жыл бұрын
But its worth it cause its cool!!!
@textexadecimal93407 жыл бұрын
Don't forget about disappointment
@WelcomeToMyDream7 жыл бұрын
Luckily there are pills for most of that, and caffeine for overclocking.
@WilliamLeeSims7 жыл бұрын
I sometimes like to think of my coding like I'm writing the books from Myst. You simply write a bunch of text into plain text files and "POOF", you've created another world with its own rules. Hopefully that world solves the problem you're working on!
@TonyHammitt7 жыл бұрын
I talked to Richard Stallman about this one time. What makes what you've typed into "code"? It was a strange discussion. Is there some magic that turns "something someone typed" into "code worthy of copyright protection"? We didn't come to a conclusion, but it was a good discussion.
@rozaepareza7 жыл бұрын
I think the linking book was an analogy for how it felt for the game developers to create Myst. Those games were a big influence on me getting into coding, and now I'm a software engineer!
@7532387 жыл бұрын
We really like 'artificial' so much Artificial World Artificial Preservatives Artificial Intelligence and even f***ing *Artificial Love* ?
@BertGrink6 жыл бұрын
Programmer (n.): Organism that converts Coffee to Software.
@silentgrove76704 жыл бұрын
Yes. Drinking coffee NOW and was learning about dynamic programming this afternoon.
@fygarOnTheRun4 жыл бұрын
Also pizza!
@JasonCoulls7 жыл бұрын
I've been programming 20 years and I have accumulated a row of rubber ducks (for debugging) on my desk. When people ask me if I've "got my ducks in a row", I literally just point in the direction of my desk and tell them "Look!". ha ha!
@iLoveTurtlesHaha7 жыл бұрын
I want to be your friend. You got your ducks in a row and everything. XD
@pumpkincal44117 жыл бұрын
Wow you definitely get laid
@user-sw1wq8lh2w7 жыл бұрын
you get ducks for fixing bugs? I just get more bug tickets :[
@paulgoogol26527 жыл бұрын
yea for every bug you fix you create 2 more. it is a delicate business.
@joshmeyer35827 жыл бұрын
I read that book :-) Talking to one duck wasn't enough for you? You had to go get more?
@linkheroofwinds7 жыл бұрын
I’m in my senior year of High School and I’ve been really unsure whether to pursue Physics/Quantum Mechanics or Computer Science. Although I enjoy the former, I think you have so much for freedom in the latter field. This video’s definitely helping me lean toward Computer Science, but I’ll take a few classes in both and see where I end up, haha.
@doublehelixalchemist86787 жыл бұрын
Link, The Hero of Winds Why not both?! You can double major!
@LordNjal7 жыл бұрын
The right answer is both. Then you can program quantum physics (a really useful and interesting field). My philosophy is : when in doubt, always take the non it major and learn code yourself. If you’re good enough you will be in a good position as software requires knowledge of the field to be done properly.
@Graghma7 жыл бұрын
You will learn the basics of coding in a physics degree and many employers will take physics/math/computer science as valid degrees to hire from for entry level programming jobs. Pursue what interests you the most as that'll drive you to keep working, $ doesn't motivate as well in the long term...
@garyk34787 жыл бұрын
Quantum physics seems so iffy ( :) )
@pwells197 жыл бұрын
Do both. I'm studying Physics with a minor in Computer Science. I know people that do it the other way. It's a fantastic combo.
@Karimozoro6 жыл бұрын
I recently fell in love with programming, after I received a task of preparing 400 3dsmax files and 400 c4d files for sale. Now I'm fluent in Maxscript and learning Python. At school I was in love with physics and I actually miss it. I don't know why did I study interior architecture!!
@marleneantunes32934 жыл бұрын
Karim Jamal-Eddine maybe you think you love programming and physics but it's just a "compensation" mechanism because you are not sure about your interior architecture decision
@beakz7 жыл бұрын
We Google, "How do I ..." :)
@luisrogelio987 жыл бұрын
Also: How to .... in *Programing Language*
@llawliet64297 жыл бұрын
god bless google for destroying imagination, and intuition
@arnavjoshi7967 жыл бұрын
We use stackoverflow
@beakz7 жыл бұрын
Not really. It just saves me from keeping lots of information in my head that is better used for other things :)
@matthewsantiago71137 жыл бұрын
HOW DO I JAVA. HOW DO I C#. HOW DO I NODEJS. UNIT TEST HOW. BAD MERGE FIX HOW.
@laraglendenning81026 жыл бұрын
Ik you probably won’t read this but, im a high school student trying to figure out what I want to do with my life. I’ve been a fan of yours for a couple years and software engineering has always been something I’ve thought maybe I could do that. And I literally started screaming when I started this video. Like ugh thank you.
@chewingwildflower3 жыл бұрын
3 years later, how are you now? :)
@surajrao47923 жыл бұрын
@@chewingwildflower yeah even i am curious to know :)
@APRA303 жыл бұрын
Oi, how’s it going now?? Hopefully things have worked out well
@navidson12903 жыл бұрын
You just might be the coolest person on youtube. In going through several of your old videos over the past month or so I've found that you're super intelligent, hilarious, you play music, and now you're hugging a copy of Dominion, my favorite game! Keep being awesome!
@stevenbaumann86926 жыл бұрын
I always thought they just created ridiculous updates so they could force them on me, and shutdown my computer during a presentation.
@DrunkenUFOPilot6 жыл бұрын
Yes, most of us do that. But a few of us have to create the original software to be updated. BTW, when is your next presentation? [Rubs hands together gleefully]
@ClockworkRBLX6 жыл бұрын
most of us programmers don't like that either, which is part of why a larger percentage of us use linux and not windows
@user-os8sq3uh4n6 жыл бұрын
ClockworkHex I don't know about most of us... I wouldn't dream of coding without Windows around. Though I love Linux VMs for coding environments and Linux on the server.
@angrysocialjusticewarrior6 жыл бұрын
Windows is simply superior to Linux in every way. Linux is a great system for personal use, but for professional environments..... Windows is the way to go if you want to be taken seriously.
What programmers actually do is read documentation, try to understand what the code they're looking at actually does, and then like 10% of the time is actually writing new code.
@ericnjuki6 жыл бұрын
*writes spaghetti code * // TODO: refactor this
@chariethe7 жыл бұрын
Funny... I’ve graduated as a software engineer and I still ask this myself everyday. I’m currently in a job where it is NOT at all related to what I took, but it pays the bills.
@camicus-32497 жыл бұрын
Bin man
@zengrath7 жыл бұрын
This, almost everyone i know who went to college to get a degree never actually gets a job using that degree. For me college is the biggest rip off. I known a guy who had like every technical degree you can have and still didn't have a job in it. Problem is most jobs require degree's also require years of experience, if your not already in the field or have close friends who are, your wasting your time. Good luck ever paying off what you paid to get those degree's.
@chariethe7 жыл бұрын
British Blue admin for a computer company. But don’t worry too much. Not everyone will end up like me. Everyone’s chances are different. My advice? Start looking for career opportunities a few months before you graduate. Just put yourself out there and someone will eventually bite.
@TonyHammitt7 жыл бұрын
Welcome to life! I'm a physicist who's just been doing this software stuff for 20 years to pay the bills :) The physics stuff comes in handy more than you'd think, error analysis, stats, differential equations, combinatorics, it's all blended in there somewhere.
@katrinal3537 жыл бұрын
+zengrath The thing with Computer Science, is that there's a divide between theory and the frameworks. Theory is what makes you a _scientist_ and if you want to be the one designing all the cool algorithms, you want this. However, if you become a developer/code-monkey, you don't need much theory in your daily life, but instead, you need to learn technologies, languages etc., so that you can apply them _practically,_ and _efficiently_ and that is something that you have to learn outside a University, on your own. That's the reality, a CS degree is basically meaningless for "jobs", if you can't code the things that you know.
@mrspecs44306 жыл бұрын
im trying to visualize the basic pun but i can't see it very sharp
@sean98066 жыл бұрын
Ser Noisy I c what you did there
@milanstevic84246 жыл бұрын
nice prologue, but I'm here for the clojure
@tomovlada5 жыл бұрын
@Jonah Mann QUESTION: Which mountain is 8 times taller than Velebit? ANSWER: Velebyte (Yes, there is a mountain called Velebit)
@galaxynova92765 жыл бұрын
aaaaa a *python* is attacking me
@Peat0305 жыл бұрын
Double pun... deserves a like
@BangMaster966 жыл бұрын
Programmers just copy what's on stackoverflow or what they find on Google when they are stuck. Most of the software is designed and developed by Computer Scientists, which most people confuse as programmers. A programmer is not necessarily a Computer Scientist, but all Computer Scientists are programmers. Most programmers just know a language and how to code, while Computer Scientists have to know a language, and how the Computer itself translates the language down to 1's and 0's, how the hardware architecture impacts the speed and performance of a program, or algorithm, how CPU and memory interact, Operating system concepts, hard disk and file management, database management systems, data structures, pipe-lining in CPU, how data-paths and control units orchestrate the execution of an instruction, graphics control, how to make better software, and how machines actually work. etc.. and a lot more low level details of a Computer. While a programmer only has to know how to code, which is pretty easy once you pick up on a language.
@thephoenixstudio5 жыл бұрын
Most Computer Scientists I have known have been bad programmers...
@unbreakablefootage5 жыл бұрын
Uhm not thats false. You also have that knowledge as a programmer, if you are a competent one. And the things you have listed sound like the kind of stuff they "teach" you in university (which basically means you will forget it 2 weeks after you took your exam)
@carlose3115 жыл бұрын
@@unbreakablefootage believe me when i say that the key concepts of computer science will remain for years if not for decades . if you understood it not just memorized it for the sake of the exam. it's true that you will forget some of the theoretical details but is not completely and when the need of it arises you will just need a refresher. cs is a ocean so deep that every computer scientist is contribute in a tiny bit of it. software engineers relies on abstraction offered by computer scientists and other low level engineers
@fefeisbored19584 жыл бұрын
Yeah, exactly! Also they don‘t actually compile their code, but translate it to assembly themselves and then use a diagram of the CPU architecture and run it by hand.
@TheChrisey4 жыл бұрын
Programmers who are not computer scientists are scripters, not programmers
@N74927 жыл бұрын
Supporting your family as an astronomer is very difficult. So I became a programmer. Just as fun and far more lucrative. Now, I'm retired, and I do astronomical research by creating programs that data mine large on line repositories of raw data. Programming is the ultimate computer game.
@xybersurfer6 жыл бұрын
"Programming is the ultimate computer game" nicely said
@randjan85926 жыл бұрын
Also the most difficult, I guess...
@howardlam61816 жыл бұрын
go to hackerant and you see different difficulty of "games"
@michaelherweg74216 жыл бұрын
N7492 you play games against your own abilites.
@rudde72517 жыл бұрын
I like to work alone. #NotAllProgrammers
@m-agoumi6 жыл бұрын
me too high five 🖐👨💻
@AnasKhan-ur9dp6 жыл бұрын
mouhamd Agoumi hack you tonight
@sammymohamed17556 жыл бұрын
True teamwork as a programmer is a fantasy
@surelock32216 жыл бұрын
Programming is like League of Legends, it really depends on the team and every mistake is YOUR fault alone
@junhapark57996 жыл бұрын
Sure Lock lol
@sphumelelesijadu3 жыл бұрын
5:59 *This is what I always say!!!* I was doing biomedical engineering in the school of Electrical engineering and now moved to information engineering and I love coding!
@Thee_Sinner7 жыл бұрын
Program?
@physicsgirl7 жыл бұрын
An excellent guess.
@VAXHeadroom7 жыл бұрын
mostly I write documentation. Well...that's the snarky answer. Actually I write software to control satellite systems. Or turn coffee into hardware...whatever :D
@IceMetalPunk7 жыл бұрын
Good documentation has saved many a project! Poor documentation has caused many a near stroke...
@nirmalpadwal12667 жыл бұрын
Uriah Siner I was going to comment the same thing but I was a bit late (8 hours). Great minds think alike !!
@rynstrs7 жыл бұрын
And drink coffee. We also talk to rubber ducks, but mostly during infinite loops.
@louisng1147 жыл бұрын
4:52 "start with a problem you want to solve. I bet you can think of a program or app that can solve that problem." What about the twin prime conjecture and Riemann hypothesis? D:
@frechjo7 жыл бұрын
Riemann hypothesis? I'll try a brute force approach. If that doesn't work I'll use some hillclimbing search. It will be done by next Monday!
@Egzvorg7 жыл бұрын
halting problem ;)
@rabbitpiet71827 жыл бұрын
Go do it, now, just do it!
@arnavjoshi7967 жыл бұрын
Or try P Vs NP
@taimoordon7 жыл бұрын
traveling salesman
@figloalds5 жыл бұрын
I've been developing software professionally for 6 years now, but I'm curious and passionate about programming languages since I was 11 years old (that's 15 years ago) when I first read C The Complete Reference; What I love most is that I'm constantly both learning new stuff and heavily using the stuff I learned previously, it wears me down every day as any job would, but it never stops being awesome. I'm very lucky to have early on spotted my true vocation.
@brettchapman31757 жыл бұрын
Programming skills are fast becoming a necessity in almost all disciplines, especially science. I work in a field called bioinformatics, which merges the fields of biology and computer programming. Ever since the human genome was sequenced over 15 years ago biology has very much become a data driven field, requiring the analysis and interpretation of vast datasets. The fields of bioinformatics and data science are two fields which are quickly becoming in high demand. The programming language of choice is often Python.
@ThePandafriend6 жыл бұрын
Is Python the "main" language? I started studying bioinformatics last year and so far we're learning Java. Has this any use at all? After all it's quite slow and the bracket stuff can lead to dead code quite fast. I've heard also about Python and started learning it on my own and I have to say it's much more simple so far. Especially the stuff that you're always coding in Java is a bit annoying and arrays seem to be overly complicated to be honest. It feels as if you're writing "obvious" code all the time. Another professor showed us a program written in (I think) c# and that seemed much more straight forward and faster too. It was a system of coordinates into which he put a few crosses by clicking and it made splines accordingly and updated them in real time when he moved the crosses. Useful for titration curves.
@ChuckFickens19727 жыл бұрын
Software engineer sounds fun... I'm Just a systems architect, I build the stuff your software runs on. (I'm actually being serious... I rarely see positive comments about my job, the best I see is nobody complains it's not working)
@AbiRizky7 жыл бұрын
Chuck Fickens so... You build hardwares?
@SarthorS7 жыл бұрын
You rarely see positive comments as a software engineer either. In fact interaction with the people paying for the software can be one of the worst aspects of the job. Not so much the end users, as the managers who think that because they are in charge, they know more about software design than the programmers. But then I worked almost exclusively on bespoke rather than commercial software.
@stevebez27677 жыл бұрын
any alteratives too 19inch racks?
@PomuLeafEveryday7 жыл бұрын
Abi Rizky I think they mean operating systems.
@Cristian-vl8pg7 жыл бұрын
Chuck Fickens my old professor used to be a system architect for NASA and Lockheed Martin. He absolutely loved his job. Awesome guy too.
@jellybertdelattiba76032 жыл бұрын
A Big thank to Ben for Jacob's software, the guy is so incredible good with music ! Adding Ben's work is a real piece of art ! And you ROCK !
@StaticV7 жыл бұрын
"basically" I c what you did there
@IceMetalPunk7 жыл бұрын
The pun came along Swift as a stealthy Python.
@shubhamshinde35937 жыл бұрын
i c++ what you did there
@nineball0397 жыл бұрын
Glad you don't have a lisp.
@JaccovanSchaik7 жыл бұрын
Oh, can I have a Go?
@strengthman6007 жыл бұрын
starmoon1987 It's probably good you can C# if your Objective is to C
@debkanchan7 жыл бұрын
The best program is the one you don't have to debug... That's why there is no best program.
@hsgsubshsiehdhdk15196 жыл бұрын
Hi I'm interested in learning to program beyond HTML and CSS. What resources/books do you recommend. Thank you for reading the comment
@ejiro2416 жыл бұрын
Progresswith Soniamirza They are so many online resources like Udemy, Freecodecamp,code academy,udacity,team treehouse to learn Javascript. The Book by jon duckett helps as well. I am a fan of Javascript(still a beginner somehow) so i dont know much about other languages.
@anuhassan55966 жыл бұрын
+Progresswith Soniamirza Treehouse is also amazing as well - its where I learned :)
@karlenedouglas19856 жыл бұрын
I absolutely loved this video! I am trying to learn Software Engineering and I’m constantly getting stuck. I have no one to turn to to ask for help. I even get super upset that I can’t afford the better tools (MacBook Pro and Software Engineering classes) to practice what I happen on finding to learn. This video really helped me stay to the reason I want to be a Software Engineer. Thank you! I want to hug all these women in this video. I totally love the shuttle dress!!!
@ismellpedo6 жыл бұрын
You don't need MacBook Pro or software engineering classes. I'm about a half way through my bachelors in computer science and I've been able to coast through it without much effort. The reason why its been so easy is not because I'm some super smart, genius (I'm quite the opposite actually) and its not because of my equipment. I spent about six months in 2017 glued to my 11 year old laptop teaching myself the fundamentals. Don't get me wrong the things you mention are nice. They are not, however, needed. Just a tip: learning is much easier and more enjoyable if you have a project in mind. The information sticks a bit better because you are actually applying it as you learn and it also provides a bit of motivation as you get to see the fruits of your labor as you create your website, mobile app, program, etc. This is opposed to the tutorial purgatory that many of us end up in when we start out. Although I may not be a software engineer, I'd be happy to help.
@drsquash20037 жыл бұрын
You should make one called, what does congress even do?
@physicsgirl7 жыл бұрын
I like that. a series on what anybody actually does.
@UKPhoto1117 жыл бұрын
Take bribes on Net Neutrality?
@aMulliganStew7 жыл бұрын
old childish rhyme: "Pro is opposite of Con. This fact is plainly seen. If progress means to go forward, then what does congress mean?"
@ProfessorPolitics7 жыл бұрын
For the curious: The answer depends on who you ask, really. The most common idea in Poli Sci is that members act in ways that maximize their chances of reelection. They do this by claiming credit for things like getting funding for a fire department, by advertising their existence to their constituents via social media and meetings, and by taking positions on social issues. Others agree with this general idea but also hold that members pursue legislation with goals depending on the committees they serve on and/or their ambition. It may be hard to believe, but a lot of evidence shows that politicians try to push policy that they think that their voting constituents (and sometimes constituents more generally) will benefit from. Others still show that they pursue policies in-line with their ideological beliefs (conditional on what is tractible given the current political moment). But! Interestingly, a lot of good evidence shows that they aren't as easily bought as people think, but they are reliant on the "expertise" (both real and artificial) of their staff and external sources (including outside businesses/lobbying groups but also bureaucrats as well). They're also much more wed to the party line due to a combination of gerrymandering, activism from think-tanks and party activists in general, and rule changes that happened in the 70s but we're catalyzed in the 90s.
@Saludin27 жыл бұрын
idk man just watch house of cards maybe you learn something
@lawrencetoddverrnier3027 жыл бұрын
i encouraged my young daughter to watch your videos, now she is hooked. you teach girls they can do anything. for that i salute you. proud dad of a smart young girl, THAT"S ME!
@jammydodger14497 жыл бұрын
It's sad that girls don't think they can do anything already. Lovely comment man.
@スペース-o2h7 жыл бұрын
Oh don't give me that, Woman can do whatever Men can do and vice-versa.
@poiewhfopiewhf7 жыл бұрын
+Paper Plane don't think that's where they were going with this mate
@lawrencetoddverrnier3026 жыл бұрын
wow Calvin. i hope you are either joking or just visiting us from 1918
@elerian97026 жыл бұрын
Sir you really should think twice if your beliefs and expectations are real.
@stephenbryant78732 жыл бұрын
Your description of why we like software engineering is spot on. As I was listening I noticed the desk behind you, laid out like my own including the long keyboard (88 keys?). Nice!
@georgeelsham7 жыл бұрын
I spend 90% of my time procrastinating when I’m stuck on something and can’t post on a forum if stuck == True: procrastinate = 90 else: think_i_am_getting_somewhere = False
@jeeematerial96667 жыл бұрын
Another pythoGUY
@georgeelsham7 жыл бұрын
Cjphonehome Cheat I do c++ now
@lenhard20716 жыл бұрын
True is easier to read and understand than just the Boolean index
@mortvald6 жыл бұрын
Wrong syntax.
@zzzzzz...99026 жыл бұрын
Ya think?
@teuton83637 жыл бұрын
Im just more into embedded software, its so much more down to earth :D
@davidwuhrer67047 жыл бұрын
IC what you did there.
@raterus7 жыл бұрын
Programmer here...I liked you described that "puzzle" aspect. I couldn't imagine working another job, same thing all day just different input parameters, boring!
@tylorbray7 жыл бұрын
I have dominion and ALL of the expansion packs, it is amazing when your draw all of the cards have like 30 card turns that get you like >9000 VP.
@eyeseeyou9137 жыл бұрын
There used to be this awesome website where you could play dominion online, but it seems to be taken down :( I used to play with my friends back in the day and i really enjoyed that game, and of course race for the galaxy :)
@realchrishawkes4 жыл бұрын
Nice video sis!
@dimuthusudesh8503 жыл бұрын
kzbin.info/www/bejne/Y3PGnqqkpqmEirM
@brainmagic88167 жыл бұрын
This is really interesting, fun video! Love that you found such a fabulous diverse group of ladies to talk to. Even as a writer by trade, I've been looking into learning more code and technical skills, because it just seems so vital that we understand the technological world. And I also found I LOVED the puzzle solving element of it. I wish I had been introduced to it in school, because it definitely would have been a contender, as it blends creativity and logic in a way that is very interesting to me.
@NGC14337 жыл бұрын
Diverse group of ladies... Are you even hearing it yourself?
@brainmagic88167 жыл бұрын
What do you mean? I can't tell if you're criticizing diction or criticizing calling them diverse?
@MostorAstrakan7 жыл бұрын
We spend most of our time fighting people who CANNOT MAKE UP THEIR SODDING MINDS ABOUT WHAT THEY WANT. Seriously. "How many of these things will you have in your app?" "Oh just one." "Are you _sure_? This is important." "Oh definitely, definitely. Who would have *two* things in their app? That's just ridiculous." Then, three quarters of the way through coding their benighted app: Instant message. "Hi. You remember I said we'd only have one thing? Well, we're going to have about three of them... or five." "Ah." (Watches half a day of work disappear down the plughole). "So when will you have it finished?" (Bites tongue to stop the flow of profanity.) We get given hard and fast rules, that will never ever be broken. Reality can hurl against it what it will, yet it will not be shaken. This is the Law of the Medes and the Persians. We will never divert one iota from it. Unless, of course, someone asks. Edit: So that's how bold and italics no longer work...
@Skraeling10007 жыл бұрын
Pax, that's why I eventually learned to "over-code" - assume requirements will change and preemptively put in skeleton code that can be used as necessary. So eg. if they tell me only one doodad is needed, I'll make that doodad the first in an array of, say, 10.
@jhopkins2137 жыл бұрын
You only have to experience this once to come to the realization that there is never ONE of anything, and you should always write code to handle 1..N things.
@MostorAstrakan7 жыл бұрын
Yep. This is where Object Oriented Programming can really save you. Never use global variables, use global objects. Religiously use your accessors, so that when it is suddenly decided that now, we are going to switch from XML to JSON because Wainwright in Accounting thinks it's nicer, you can save most of your code. And still you get curveballs.
@Skraeling10007 жыл бұрын
And isn't everyone in this thread glad that original basic is a distant memory?
@NGC14337 жыл бұрын
That's not specific to coding, or IT. I once took a job where I would do very nerdy stuff for customers which were banks. Like real life banks, in huge buildings, with vaults in basements. I thought they will be orderly customers, with codes, protocols and stuff. Yeah, sure. It was same hysteria, PMS and seven green perpendicular lines drawn in red all day long. It was fulfilling obligations of a company on contracts signed two years ago and having both the product of employer and actual demand of a customer mutated to have barely any resemblance to said contract. It was a situation where I could implement as our product was designed, as customer says they need, or as it makes sense in particular market. All three are too different from what was paid for according to contract and both me personally and my employer could get legally grilled for not fulfilling it. This is how my riddle looked.
@sadie11504 жыл бұрын
I love puzzles!! I took a computer science class when I was attending a medical academy and I loved it! Adding codes to make things move or what ever the case was was so fun to me but after that I never pursued it ): I'm not one who is super smart and idk if you even have to be for a career like this. Maybe that's why I never pursued it. But any who, I enjoyed the video. Any video longer than 2 min needs to be made to keep someone's attention and you amiga, did just that with the comedy haha keep up the good work!
@the3picpr0_663 жыл бұрын
You can still pick it up and learn on your own. That’s the cool thing about programming, it’s still 80% google even if you know what you are doing
@HillValleyMaker7 жыл бұрын
You're such a fantastic communicator!
@vodkacannon6 жыл бұрын
Andrew Tompsett i am?
@airproductions43837 жыл бұрын
love this vid
@herchynyeow68957 жыл бұрын
Star Dusk Tornado
@airproductions43837 жыл бұрын
what!?!?!
@Enn-11 ай бұрын
I LOVE that you introduced me to Jacob Collier with this video in Dec of 2017, but I didn't remember how I'd "found" him until rewatching this video in Dec 2023. Thanks again Dianna! You've made my life better again!
@AschKris7 жыл бұрын
Programming is the closest thing there is to magic
@patrick_test1237 жыл бұрын
Christian really? If it is we are pretty bad at magic.
@IceMetalPunk7 жыл бұрын
So you're saying... I'm a wizard, Harry?! :D
@IceMetalPunk7 жыл бұрын
Elf Friend... "rocks with lightning in them" is the coolest way to describe a computer I've ever heard, and I would like to only use that phrase for them from now on. But people would think I'm crazy and wouldn't hire me :(
@nineball0397 жыл бұрын
Programming in assembly code *is* magic.
@tetsi08157 жыл бұрын
Can I give like 5 thumbs up on this? :-)
@moustafamohsen7 жыл бұрын
Working in the basement alone, fixing computers !!! 😂 really that's what people think we do
@ademolaonasoga97486 жыл бұрын
skyfall final scene with Q in the basement
@smallcatgirl4 жыл бұрын
Just put Try: and Exept: on the entire code then ur good to go.
@reinaldofanuel58926 жыл бұрын
Tips to find a problem 1. Google the program 2. Copy and paste from StackOverflow 3. if it doesn't work repeat step 1 and 2 4. IF There is no code then it may just be IMPOSSIBLE LOL LOL
@Surtur996 жыл бұрын
Do even experienced programers do this?
@gheorghegeorgescu78465 жыл бұрын
LOL
@OBtheamazing5 жыл бұрын
@@Surtur99 basically, we take all the small solved problems by other people and combine them together to suit our customers needs. Your programming code is usually designed with most of these problems solved, you just have to use them. Its like a balsa wood model of an airplane, all the parts already exist, you just use different parts to create the plane you want. The Computer Scientists are the ones that create new parts for us to use
@fakecubed5 жыл бұрын
There are relatively few people who can create new, better algorithms for problems that are already solved, and most problems are already solved by somebody somewhere. That's not to say it's always worth searching for the optimal algorithm for a particular problem. Most problems are also quite trivial, or are made up of trivial constituent parts that just happen to be in some novel configuration. A lot of trivial problems have memorized solutions because they come up a lot. A quick and dirty solution is often the best solution because the programmer's time is more valuable than the CPU's time most of the time.
@kiritoryu5 жыл бұрын
@@Surtur99 Lol man ....
@f4tornado4507 жыл бұрын
I do Javascript for fun, so it's interesting to see the misconceptions out there for programmers.
@ArtoPekkanen6 жыл бұрын
For me, software development is self-improvement. I did not learn to understand mathematics at school, I only learned it by rote. But after doing small software projects in C and C++ (and some assembler), I have learned to understand math in a new way. For example, how to use hashing algorithms to map values from a larger universe (ie. all 1^64 positive integers) to a small universe (such as indices ranged from 0 to 2048) in a way that the output values are not too clustered, just with a simple multiply-add-shift paradigm. Another thing I've learned, with C++ actually, is how to use functions returning functions to map an output from the main function thru a pipeline back into the main function where all the output is done, while the rest of the program is merely a set of functions that have no side effects. I also dabbled with some assembler to create a micro-threading system for pipelining purposes.
@NonTwinBrothers7 жыл бұрын
Damn, I love jacob collier
@stevebez27677 жыл бұрын
hanoi rox,babel? A.Turings relative wrote a coarse fishing nook,whats it about,the?
@willbower76176 жыл бұрын
Yeh but whats negative harmony
@za_limitless6 жыл бұрын
4:44 "So basically..." ok I'm listening *Silence* why?... Just why?
@enebz37464 жыл бұрын
Basic is a programming language
@dybiosol4 жыл бұрын
RIght when she said that, I literally went " -_- no. no. no."
@Tursla13 жыл бұрын
I actually got a lot in my hands, cuz I'm a Web Developer, Web Designer, Pianist, Video Making, Graphics Designer, and 3D Modeling. Yeah, that's a lot... 😯
@Odskee5 жыл бұрын
Ultimately, as a software engineer, thank you for making this video. I personally find it more and more difficult addressing the gender issue within the industry; I personally think that gender (or any other 'attribute') makes no difference and this video should apply equally to anybody interested in software engineering - if you like this stuff, come and join in.
@jafizzle954 жыл бұрын
Can't code my way out of crippling depression and anxiety.
@SamirMishra61744 жыл бұрын
Hope this helps, I too have struggled with depression kzbin.info/www/bejne/g3OYeotjo9VonKc
@garynovak79774 жыл бұрын
I have found that I can code my way into depression and anxiety.
@dybiosol4 жыл бұрын
Put it in rice.
@artmanrom6 жыл бұрын
~ at 0:30 , so the only the super-novas are making heavy metals; thank you so much so dear Physics Girl, you are one of the very few KZbinrs saving your viewers time instead of wasting it; giving so much information in a very short period, instead of giving almost to nothing in a very long one.
@Scriabin_fan4 жыл бұрын
I love how you included Jacob Collier in this vid, he's my favorite modern day musician
@TitoluwaAmoo5 жыл бұрын
//Dear future me. Please forgive me. //I can't even begin to express how sorry I am.
@manbirjudge84153 жыл бұрын
🤣🤣 True Programmer Confirmed
@soupnoodles3 жыл бұрын
LOL
@geshtu17606 жыл бұрын
Started coding when I was about 10. Solving puzzles is pretty spot on. I used to borrow books from the library that had little computer programs in them and I would type them into the computer - and it would *do things*. To a 10 year old (and perhaps any age), that was amazing. Then I figured out that I could change bits here and there and make it do other things. When you figure out something new all on your own, that's just an awesome feeling. Now more than 20 years on, I've made little PC games, Android games, and an online multiplayer io game. All super fun (but a lot of work too). I've actually recently been watching some of Jabril's videos on machine learning, and it has inspired me to dig into that a little more. AI is something I've always been fascinated with. Great to hear you were into coding. You're one of us... ;)
@BlackHatMDA7 жыл бұрын
Programmers just create everything you use and everything you depend on
@SteinerRobin7 жыл бұрын
BlackHatMDA No, just no...
@katrinal3537 жыл бұрын
+Robin Steiner But it's true! (Although for _computer scientists_ in general)
@SteinerRobin7 жыл бұрын
Katrina L Do programers build houses? Do programers create clothes? Do programers design electronical devices? And so on. Don't get me wrong, I am a programer myself, but I think it's very ignorant to state that we create EVERYTHING. Especially considering that we are limited to software alone (at least by definition).
@BlackHatMDA7 жыл бұрын
Building houses without software to manage the project, architect, test, finances and so on, is nearly impossible these days. Electrical devices without the embedded software that runs them, are husks of plastic. I can go on but you get the idea. My point is that people don’t have a clue how much they depend on software engineers for many of the things they have in life.
@SteinerRobin7 жыл бұрын
BlackHatMDA I haven't denied that, but aiding isn't the same as creating. For creating things there are usually a huge variety of skills needed. Just don't credit programers alone. And I really don't think that programers are undervalued in today's society. Just look at the paycheck compared to other professions ;) Oh, and as a sidenote (although you probably agree to this anyway): Without the ongoing work of mathematicians, physicians, chemists, ... programers wouldn't even be a thing today.
@kunalsingh-pp8gp5 жыл бұрын
This is your first video I watched... Awesome
@sxxavier5 жыл бұрын
I admire the ones who create those impressive algorithms. Their knowledge is just amazing. But in my opinion software engineering begins when they finally have that algorithm. The most difficult part is to create and develop the architecture of the software, build up the interfaces (including but not exclusively the UI), align the components do the testing part, and make the final product. And that part often isn't so funny. When you finally have the product, the core idea, the algorithm is just a small part of the whole package.
@BladeRunner-td8be5 жыл бұрын
"so basically, basic, get it ?" and then she's acting all pseudo puffed up because she thought to say it. LOL I took a C++ programming class in college and it was the most difficult class I've even taken. I studied an enormous amount of hours and still ended up with a C out of the class and I didn't really understand what the F I was doing.. Perhaps with a tutor or a better teacher I could have mastered it but I have great respect for programmers since I know how complicated it is.
@TheChrisey4 жыл бұрын
Yeah. The people presented in this video has nothing to do with C or C++. They are high level scripters calling themselves programmers. They wouldn't stand a chance in C or C++. I've been working as a low level programmer for the past 8 years. I know more than these toddles in the video can even dream of. Yet they dare calling themselves programmers. It's such an insult
@churu.4 жыл бұрын
In my university I was taught C. I haven't passed that class yet because it's very hard to me to achieve the level of logic required to C
@ng4logic4 жыл бұрын
@@TheChrisey self called "programmers". I never in my entire life seen programmer this enthusiastic. Its like watching instagram models and thinking "yeah, that is so prefect, they live perfect life, look how happy they are".
@broke_gamer_7 жыл бұрын
as someone who has taken comp sci for years, it makes me confused as to why women need to be pushed towards this field. Its easy to learn , fun to make things, and very marketable. I dont get why it isnt in more of our lives
@IceMetalPunk7 жыл бұрын
I think it's the pressure. There are many unfortunate stereotypes regarding women in computer science (and the men around them, to be frank), and that discourages many women from entering the field. It's definitely sad, especially when you consider that without women like Ada Lovelace, Grace Hopper, Hedy Lamarr, and many others, computer science wouldn't be anything like what it is today.
@Cristian-vl8pg7 жыл бұрын
IceMetalPunk In my personal experience, a lot of women just dont seem interested in CS. Back in high school, a lot of girls picked nursing and hospitality courses instead of STEM courses (we had a career tech program). I dont know why. In my university, its very similar. Almost all of my CSE classes are 95% men. The key is to introduce CS to girls at a young age.
@DumbWithDom7 жыл бұрын
This might be a direct result of women being stereotyped into more "female" job roles for as long as they have. If their parents or environment brings forth the notion that, that's all there is for females, it might have influenced them, and their kids to follow the stereotype. It's slowly fading away, and I'd imagine will be mostly gone in the next 20 - 50 years, but it takes generations of different perspectives for things to change. At least that's what I believe, that when women were finally allowed to work, they were sort of expected to work at reception, typewriting, or cleaning roles many decades ago. But yes, we should tell both girls and guys that they can do any career path, regardless of the stereotypes behind them for gender.
@AlexanderKrivacsSchrder6 жыл бұрын
From what I've read and heard, a lot of women are scared away from CS and also STEM in general by all the rape-y, grope-y, stalker-y, creepy, and otherwise socially inept "men" they end up finding themselves surrounded by when they take those study paths.
@fluffyblanket13985 жыл бұрын
i think coding is too hard for women. i graduated from CS degree with some females friends. after working for some time in coding, they switched to BA or QA, they said they don't like coding, don't like maintaining legacy code etc. i think women are not very technical naturally, when it comes to very complicated coding/technical difficulties, very few women can stand it or able to solve it.
@ChipAltmanxD6 жыл бұрын
You got me with the 'basically'.
@neilbalch6 жыл бұрын
"I'm gonna play *_another_* woodcutter..." Dominion in a nutshell.
@asdfghjkl17705 жыл бұрын
Think, What happen if StackOverFlow doesn’t exist?
@ninjasiren3 жыл бұрын
I love programming and debugging in general, anything connected with game dev, mobile app dev, and game mod dev is always my jam.
@SkyenNovaA5 жыл бұрын
stack overflow, google, forums
@cpas2b5 жыл бұрын
Step 1: code until everything is automated Step 2: train offshore to monitor Step 3: find new job