I just want to say. I recently came across your name. Over the whole wannacry situation. I just want to say thank you. You saved many lives that would have been lost in hospitals. You are a hero. Also for what you do now
@@BillAnt actually, that trick works on google because that way google makes sure the search results that absolutely contain those quoted symbols are prioritized over all other results, which brings up a lot more relevant results in the process. but this process is still not foolproof, since it also includes results from other fields that meet the search criteria yet have major differences.
from a kid who made a banking trojan (unwillingly) to a teen who saved the millions from being robbed, to a man that teaches you how to improve yourself.... Good Job man, Good Job. @MarcusHutchins (also this is the first time in my 35 years on this planet to tell someone they did a Good Job)
This is off subject but just watched your interview with David B from last year. You had mentioned that your content isn't long enough for UA-cam but I for one appreciate terse videos that get to the point no matter the platform. Keep uploading when you can!
Absolutely will be using ChatGPT to learn from all my code that doesn't work (so much in c ...doesn't work) and holy cow- "Losing Your Will To Live"...hilarious!
I only read two programming books in my entire career in embedded programming: K&R C programming 2nd ed, and a text on Real Time Programming. With today's complex environments and IDE toolsets, I do not envy anyone starting out trying to master the infinite complexity. Looking back, I wished I had taken courses in RTOS, Git, XML, Coding standards, and TCPIP.
The first code explanation I turned to was the Denzel bar "Explain This To Me Like I'm a Two-Year-Old." I noticed you also featured that; excellent video!
This clicked for me. I can apply this same methodology to learning infosec and cybersecurity. Like you said use books for reference. and ask chat gpt to explain things a bit better.
I don't think chatgippity can answer this question: I have a nested array for Java in JSON: [ { "animalsEnglish": ["cat", "dog", "fish", "horse"] } { "animalsHebrew": [ "חתול", "כלב", "דג", "סוס"] } ] What is the zero'th index for animalsEnglish and animalsHebrew? Is the zero'th index of the array of animalsHebrew, counted RTL or LTR? is "חתול" the zero'th index?
So I worked in corporate tax accounting prior to pivoting to a more data driven field, and I tried quizzing Chat GPT on aspects of the US IRC. The info it provided was around 9 years out of date.
There are many models (some older than others) and some models rely on different sources to investigate and find their information. Some of those sources can be out of date, thus handing you late information. Just like browsing the internet, I wouldn't entirely rely on 1 source (bot).
@@coloranalist5193 Looking back a year after this comment was made, I believe the data used as a source for some of these models has been brought up to date. Honestly I imagine if the exercise were to be repeated the results would be surprisingly accurate. I got the opportunity over the last year to actually work with LLMs and AI, and I am extremely impressed.
You explain this code in non programming terms, and explain it as if you are yoda for x in range(0, 3): print("We're on time %d" %(x)) ChatGPT Mmm, code we have. Understand it, you wish. Hmmm. In simple terms, this code is like a wise Jedi going through a series of tasks. The "for x in range(0, 3)" part is like saying, "Let's do something three times." Then, "print("We're on time %d" %(x))" is like the Jedi reporting back each time they finish a task. So, it would go something like this, "We're on time 0... We're on time 1... We're on time 2..." Yes, like that, it is. Understand, do you? Hmmm. 😂
I abuse the living sht out of chatGPT to code better, really helped out a lot when reverse engineering different scripts and translating to different languages!
haha, its funny that you criticize ChatGPT for not being able to write/fix code, as every attempt i made, asking it to optimize or fix code, has broken it..
Thanks for the Great video Marcus and Nice to see this positive outlook on ChatGPT. Separately For people who want to be practical straight away I’d recommend having a look at the book ‘Learn To Code By Solving Problems’ by Daniel Zingaro. It introduces one concept at a time then gets you problem solving. Which is different to the normal style of programming book.
I just want to say. I recently came across your name. Over the whole wannacry situation.
I just want to say thank you.
You saved many lives that would have been lost in hospitals.
You are a hero. Also for what you do now
He is an unforgettable piece of history. He is one of the most profound and interesting individuals I have ever heard of.
Yes! This is the proper way of leveraging this AI technology. Enhance your learning, don’t let it learn for you! 🙌🏽
He mentioned that Google is not very good with symbols. The trick is to put those in quotation marks with in a question, it works well that way.
@@BillAnt actually, that trick works on google because that way google makes sure the search results that absolutely contain those quoted symbols are prioritized over all other results, which brings up a lot more relevant results in the process. but this process is still not foolproof, since it also includes results from other fields that meet the search criteria yet have major differences.
"python for loops for newborn babies" killed me fr
Thanks for registering the sinkhole site. Saw a piece about that story and found the way to your YT channel. 🙂
from a kid who made a banking trojan (unwillingly) to a teen who saved the millions from being robbed, to a man that teaches you how to improve yourself.... Good Job man, Good Job. @MarcusHutchins (also this is the first time in my 35 years on this planet to tell someone they did a Good Job)
This is so on point, learning to code/program is hard. ChatGPT is an AI coding Tutor? Such a good idea, going to give it a go!
This is off subject but just watched your interview with David B from last year. You had mentioned that your content isn't long enough for UA-cam but I for one appreciate terse videos that get to the point no matter the platform. Keep uploading when you can!
Being developer myself, I really enjoy watching your videos. Lot of good themes to talk about, keep up the good work lad👍
great idea. thanks! very cool that you started a channel!
Absolutely will be using ChatGPT to learn from all my code that doesn't work (so much in c ...doesn't work) and holy cow- "Losing Your Will To Live"...hilarious!
THIS! I love this approach! Great tool to assist in learning!
I only read two programming books in my entire career in embedded programming: K&R C programming 2nd ed, and a text on Real Time Programming. With today's complex environments and IDE toolsets, I do not envy anyone starting out trying to master the infinite complexity. Looking back, I wished I had taken courses in RTOS, Git, XML, Coding standards, and TCPIP.
The first code explanation I turned to was the Denzel bar "Explain This To Me Like I'm a Two-Year-Old." I noticed you also featured that; excellent video!
Thanks so much. I'm really trying to learn coding much more than I do now.
Hearing your story, has gotten me thinking about getting into computers, maybe programming. Making games
I am planning to learn and every advice you gave might help me a lot
Augmenting and enhancing...yepp, that's the way to go! Thanks Marcus!
thanks a lot Marcus this is actually what i needed to hear
Yup! 100% agree with this method, Marcus.
The studio looks gorgeous now.
I used ChatGPT to help me with databases and how they works. AI is amazing
This clicked for me. I can apply this same methodology to learning infosec and cybersecurity. Like you said use books for reference. and ask chat gpt to explain things a bit better.
AWSE channel, great insight.
You are a life saver man!
I don't think chatgippity can answer this question:
I have a nested array for Java in JSON:
[ { "animalsEnglish": ["cat", "dog", "fish", "horse"] }
{ "animalsHebrew": [ "חתול", "כלב", "דג", "סוס"] } ]
What is the zero'th index for animalsEnglish and animalsHebrew?
Is the zero'th index of the array of animalsHebrew, counted RTL or LTR?
is "חתול" the zero'th index?
Outstanding suggesting!
Thanks for your videos, helps a lot
Yeah, I love it and fully see how this can be applied to enhance learning
Great perspective, thank you
I'm so glad you have your own UA-cam channel :) ChatGPT is awesome to play with
Dude is so got damn humble even though he save a shit tone of lives and money
This is very useful information. Thank you.
Another useful query is to ask chatGPT to answer from the documentation of the language
Great advise. Thank you!
What a soothing voice
Great video, i will definitely use these in the future. Thanks 🙏
Hi. Thanks for some fantastic tips!
Thank you for the great advice!
bro those book titles had me dead 😂
Yes thank you. I'm thinking of another thing. But this is parallel to it. Yes!!!
hey! did u 3d print ball in the background? if so id love the model great vid
Didint this guy literally save the world that one time?
That's exactly how I've been using it. Like I have someone by my side explaining how to get unstuck.
Great video and very useful way to use ai. Love it
Will this work with any language O.o
So I worked in corporate tax accounting prior to pivoting to a more data driven field, and I tried quizzing Chat GPT on aspects of the US IRC. The info it provided was around 9 years out of date.
There are many models (some older than others) and some models rely on different sources to investigate and find their information. Some of those sources can be out of date, thus handing you late information. Just like browsing the internet, I wouldn't entirely rely on 1 source (bot).
@@coloranalist5193 Looking back a year after this comment was made, I believe the data used as a source for some of these models has been brought up to date. Honestly I imagine if the exercise were to be repeated the results would be surprisingly accurate. I got the opportunity over the last year to actually work with LLMs and AI, and I am extremely impressed.
Thank you👍
what camera do you use ?
You are a master
Hi sir, I'm your big fan of you
Thank you
How do you actually get in to chatgpt? Every time I try, it says global rate limit exceeded and isn't available.
damn, when ChatGPT starts to cost money it's going to suck.
It'll be better but less accessible
You
explain this code in non programming terms, and explain it as if you are yoda
for x in range(0, 3):
print("We're on time %d" %(x))
ChatGPT
Mmm, code we have. Understand it, you wish. Hmmm. In simple terms, this code is like a wise Jedi going through a series of tasks. The "for x in range(0, 3)" part is like saying, "Let's do something three times." Then, "print("We're on time %d" %(x))" is like the Jedi reporting back each time they finish a task. So, it would go something like this, "We're on time 0... We're on time 1... We're on time 2..." Yes, like that, it is. Understand, do you? Hmmm.
😂
Hahaha nice bro
Respect 👍
Brilliant!
Hello Marcus
true story, i use chatgpt to study assembly. far easier than it has ever been.
Let's go champ
But there are dark sides of GPT also most of the information it gives is incorrect It fetches data from common crawl repository
Could you explain this further?
ChatGPT AI 🤘👹
I still have big problems with listeners... maybe i should ask chatgpt to explain it to me...
I abuse the living sht out of chatGPT to code better, really helped out a lot when reverse engineering different scripts and translating to different languages!
👍Yes.
❤
Wait, people use ChatGPT for more than just memes?
haha, its funny that you criticize ChatGPT for not being able to write/fix code, as every attempt i made, asking it to optimize or fix code, has broken it..
+++ AI won't replace IT jobs. But someone who knows how to utilize AI will replace you!
hi wannacry stopper
Thanks for the Great video Marcus and Nice to see this positive outlook on ChatGPT.
Separately For people who want to be practical straight away I’d recommend having a look at the book ‘Learn To Code By Solving Problems’ by Daniel Zingaro. It introduces one concept at a time then gets you problem solving. Which is different to the normal style of programming book.