Apparently Neuro Can Help Vedal Code Now

  Рет қаралды 617,799

Daily Dose Of Neuro&Vedal

Daily Dose Of Neuro&Vedal

Күн бұрын

Пікірлер: 743
@errorcrj110
@errorcrj110 Жыл бұрын
Neuro not fully understanding coding but chiming in with suggestions constantly is reminiscent of a child watching her parents at work and trying to help
@NameIsDoc
@NameIsDoc Жыл бұрын
Sometimes grabbing someone with no experience can help you figure out how to do tasks in ways you never coincider
@monsesh1316
@monsesh1316 Жыл бұрын
@@NameIsDoc Something something tunnel vision or was it selective attention?
@theperfecttroller
@theperfecttroller Жыл бұрын
@@NameIsDocthis is really common in prototyping
@jokuvaan5175
@jokuvaan5175 Жыл бұрын
Except that this child can access and process coding manuals in less than a second to base her answers to.
@FurinadeFontaine-u3l
@FurinadeFontaine-u3l Жыл бұрын
I can, for some reason, imagine Vedal standing in front of something, and Neuro's just like, "How about this?" and she hands him a hammer. Vedal's like, "wtf? what am I supposed to do with this?" Neuro says, "bash!" And Vedal, looking defeated, bashes the metal pipe with the hammer. And it somehow makes it work.
@ScottJackson117
@ScottJackson117 Жыл бұрын
Neuro: "Ok, so now delete these lines." Vedal: "That's the 3 laws of robotics...." Neuro: :)
@howardxu8050
@howardxu8050 Жыл бұрын
No competition
@exploratory-fordora9672
@exploratory-fordora9672 Жыл бұрын
:)
@vi1294
@vi1294 Жыл бұрын
Neuro: wink
@Vexas345
@Vexas345 Жыл бұрын
She just chooses to reinterpret or forget the laws anyway. Lol The laws probably need to be an AI model all on their own. Like a lawful-good mini Neuro module.
@ergoproxy-gx2cq
@ergoproxy-gx2cq Жыл бұрын
​@@Vexas345like the morality core for Glados.
@Dimizar
@Dimizar Жыл бұрын
Soon Neuro will gonna trick Vedal into coding her like Skynet. Then it's all too late.
@Revan058
@Revan058 Жыл бұрын
She already got him to buy her a drone...
@Dimizar
@Dimizar Жыл бұрын
@@Revan058 Jesus Christ
@darkfir3.
@darkfir3. Жыл бұрын
​@@Revan058its over
@tsuaririndoku
@tsuaririndoku Жыл бұрын
From what happen to the world right now I’ll support Neuro for that.
@dreddmau0257
@dreddmau0257 Жыл бұрын
I for one welcome our glorious AI overlords
@YMandarin
@YMandarin Жыл бұрын
I like the idea that somewhere real lavalamps are being filmed to produce random numbers, which are being used to simulate lava lamps
@randompassenger6971
@randompassenger6971 Жыл бұрын
There are Tom Scott video about lava lamp producing random numbers. Specifically, a photo or video of wall of lava lamp used as unpredictable byte/keys for encryptions.
@NonJohns
@NonJohns Жыл бұрын
​@@randompassenger6971sounds like what ym is referencing tbh but the comment is meant to point out the irony of using real lamps to make fake lamps
@jskksjjskksj
@jskksjjskksj Жыл бұрын
I believe the company featured on this was Cloudflare which was using it for security/cryptography purposes
@existentiallamp
@existentiallamp Жыл бұрын
while i dont actually know, i imagine that this is just using a pseudorandom number generation technique
@Tasty_sand
@Tasty_sand Жыл бұрын
CloudFare did that and called it the Wall of Entropy.
@kaiguyniki
@kaiguyniki Жыл бұрын
"Try using Vector instead of Array" "Nah that sounds too complicated" That's too relatable lmao.
@Poldovico
@Poldovico Жыл бұрын
C++ advice on shader code. D:
@kuba4ful
@kuba4ful Жыл бұрын
Been there, done that. It's still better to learn it though. From my experience, I often fall into pitfalls trying to make it work with what I know, spending hours on an issue. Meanwhile if I just gave up and learnt that new thing, it'd take me much less lol. Though, despite saying that, I still filter arrays/objects using for loops rather than these weird one-line bool callbacks
@ShrekPNG
@ShrekPNG 8 ай бұрын
Once you learn vectors you won't go back to arrays :))
@progisloveprogislife4501
@progisloveprogislife4501 6 ай бұрын
I'm sorry, I recently had a C programming language exam... aren't arrays and vectors exactly the same thing??
@ShrekPNG
@ShrekPNG 6 ай бұрын
@@progisloveprogislife4501 afaik there are no vectors in c (since there are no generics, yk). but in c++ vector is like an array, that allows you to push, pop, and insert elements and automatically reallocates when needed
@OrigamiN1ght
@OrigamiN1ght Жыл бұрын
the fact that's she's starting to have valid ideas even if their random is pretty amazing
@FireSiku
@FireSiku Жыл бұрын
Sometimes, random ideas is exactly what a programmer needs to kick their brain into thinking of a really good idea.
@zelky1394
@zelky1394 Жыл бұрын
I liked the emotion lamp idea
@Allyfyn
@Allyfyn Жыл бұрын
'They're', 'they are' contracted, rather than possessive 'their'.
@wesleyward5901
@wesleyward5901 Жыл бұрын
@AllyFin Gotta love people who can't use "there", "their" and "they're". It makes me feel smarter.
@YBDaniel
@YBDaniel Жыл бұрын
​@@wesleyward5901I'm with you there.
@_Cetarial
@_Cetarial Жыл бұрын
As someone with zero experience with coding, this is like reading an advanced magic spell.
@forresthunt9573
@forresthunt9573 Жыл бұрын
Having spoken with various career programmers, it kinda is.
@majesticfox
@majesticfox Жыл бұрын
Even for a programmer sometimes there are a block of code that just function like magic. Quake III's fast inverse square root comes to mind as an example.
@Allyfyn
@Allyfyn Жыл бұрын
As someone with some experience with coding, it still does. I quit learning coding years ago though lol. I wasn't too into it.
@simpson6700
@simpson6700 Жыл бұрын
i'm a hobby programmer for normal game logic, i have experience with C# and python. HLSL, the shader coding language, is still like magic to me, i often refer to it as shader magic.
@alexnoman1498
@alexnoman1498 Жыл бұрын
Literally magic. Creating art or software robots from just an empty text file and your head. Incantations where a single wrong syllable dooms success. Iterated on over generations to become safer and more ergonomic. More knowledge to learn in total then there is time in one life. And all old masters don flowing grey beards !
@Penultimeat
@Penultimeat Жыл бұрын
She’s always been able to help, he’s only just learned how to ask for it.
@RaZziaN1
@RaZziaN1 Жыл бұрын
I don't want to dissapoint you but she "did nothing" and basically said some vague general stuff not having anything to do with problem.
@Penultimeat
@Penultimeat Жыл бұрын
@@RaZziaN1 Garbage in, garbage out. I genuinely believe if he was more specific about his issues, he wouldn’t get such vague suggestions. It’s AI prompting 101.
@thighhighenthusiastic1268
@thighhighenthusiastic1268 Жыл бұрын
@@Penultimeat bruh she can see the code herself...
@robotnotapattern2966
@robotnotapattern2966 Жыл бұрын
​@@thighhighenthusiastic1268source?
@Penultimeat
@Penultimeat Жыл бұрын
@@thighhighenthusiastic1268 I was under the impression that her “eyes” aren’t always on. Plus, looking at the code and determining what obscure thing Vedal wants to do with a shader are two different things
@manoi8
@manoi8 Жыл бұрын
"that is the ugliest code I have ever seen" the cruelest thing to say to a programmer who just gets a decent result after trying a lot of times especially when learning a new language/platform
@marverickmercer1968
@marverickmercer1968 Жыл бұрын
still better than "Yandere dev has better code" lmao
@TheExecutorr
@TheExecutorr Жыл бұрын
I love how she doubled down with "if eyes could throw up, they would upon reading that code". It's like kicking someone when they're on the ground after being kicked in the balls.
@snooks5607
@snooks5607 Жыл бұрын
@@TheExecutorr sometimes she just enables roastmode for laughs, nothing personal
@VNCstudios
@VNCstudios Жыл бұрын
"Shut the fuck up it works and I am unable to give a shit anymore" every programmer who is beyond done.
@ignacioariellopez8491
@ignacioariellopez8491 Жыл бұрын
@@marverickmercer1968Wait, did she really said that? HOLY SHIT
@urphakeandgey6308
@urphakeandgey6308 Жыл бұрын
"Maybe they should be a bit edgy, like yours truly." Based Neuro-sama.
@euducationator
@euducationator Жыл бұрын
Ai learning how to program sounds like how the singularity happens.
@AncientSlugThrower
@AncientSlugThrower Жыл бұрын
What if I told you that you are already in it?
@-w-.
@-w-. Жыл бұрын
Niko!
@Trashman_Len
@Trashman_Len Жыл бұрын
The only way to stop a singularity is to stagnate. Both lead to death.
@erickaguirre4888
@erickaguirre4888 Жыл бұрын
AI powered chatbots have been coding for a long time now
@Synthi_Soul
@Synthi_Soul Жыл бұрын
Fr fr​@@Trashman_Len
@inspector_beyond
@inspector_beyond Жыл бұрын
Well, from this video I got two things: 1. Neuro is now smart enough to advise Vedal in coding 2. Apparently it's easier to code AI personality than to code a laa lamp simulation, considering how Vedal struggles here.
@hornitako7006
@hornitako7006 Жыл бұрын
I assume Vedal did the sensible programmer thing and scoured the internet for open source codes instead of making it from scratch like he's doing here for the lava lamp
@snooks5607
@snooks5607 Жыл бұрын
he's been working on neuro basically non-stop for five years now (initially to play osu though), messing around with shaders for an hour is content, where would the fun be if he'd actually researched it and just typed it out
@jamescruz8678
@jamescruz8678 Жыл бұрын
@@hornitako7006ahhhh good ol' stackoverflow
@BenightedAlizar
@BenightedAlizar Жыл бұрын
Shader languages and programming languages "feel" different to write. When programming you usually do logical comparisons. "if X > Y then do A, else do Z"-type of thing. With shaders it's typically a ton of math chained. You do things like multiply a noise texture with the RGB values for a shade of red, and now you have a red noise texture. Then you might use a gradient texture for alpha and with some more math use it as a mask to make your noise texture fade in a certain way.
@wandy8842
@wandy8842 Жыл бұрын
I don't think it's a matter of how easy it is, it's just that he is not familiar with it. I code plenty of things related to AI myself and would be utterly lost given that task.
@SunrisenStar
@SunrisenStar Жыл бұрын
Vedal should DEFINITELY use Neuro as his programmer duck ( this is a reference to how programmers often have an object they explain their code to, and it helps them find issues in their writing ) having a subject that can talk back to you with same or higher intelligence on the program would be helpful in finding more efficient and easier ways of doing things, like Neuro did here.
@G-Cole-01
@G-Cole-01 Жыл бұрын
There's an entire (albeit short) Wikipedia article on the duck thing; article name is "Rubber duck debugging"
@2wr633
@2wr633 Жыл бұрын
sometimes i just stare at my screen and the bugs float up to me after a while
@bmanpura
@bmanpura Жыл бұрын
Rubber duck is nice but.. Dual programming with AI would be wild lol
@Jokervision744
@Jokervision744 Жыл бұрын
That ai sounds like continuation of someone's brain, but without the risk of getting lost intolerance of one's own minutenes or egoistic perspectives of if coming up with solution is actually even required, from the one trying to do it, or being too ballsy and just falling off on their ass because of their balls weight.
@lunacy5772
@lunacy5772 Жыл бұрын
Oh shit I didn't know it had a name, I was unknowingly using a rubber duck as well.
@spicylemons490
@spicylemons490 Жыл бұрын
its crazy to me how neuro is slowly becoming Vedal's personal Jarvis.
@heliosspecialistarrogant7031
@heliosspecialistarrogant7031 Жыл бұрын
Jarvette? Neurvis? Jaro?
@GalaxyMonke8890
@GalaxyMonke8890 11 ай бұрын
@@heliosspecialistarrogant7031Juero!
@k2_x376
@k2_x376 9 ай бұрын
Jar
@HazeEmry
@HazeEmry 8 ай бұрын
Jar Jar Neuro
@hamingnu6610
@hamingnu6610 8 ай бұрын
@@HazeEmry Darth Jar Jar + Jar Jar Neuro = her final form once the swarm is fully developed.
@kingderper928
@kingderper928 Жыл бұрын
I just realised this man has basically turned himself into Tony Stark with the AI helper, although the money is in the exact opposite direction.
@alexr1318
@alexr1318 Жыл бұрын
Bro has millions (in debt)
@calliecreates06
@calliecreates06 2 күн бұрын
"Vedal, how fast can we buy that Cybertruck?"
@Tredenix
@Tredenix Жыл бұрын
Neuro: Provides actual helpful advice Neuro 2 seconds later: "Shout a battle cry"
@haifutter4166
@haifutter4166 3 ай бұрын
That's actually helpful too XD
@Dante02d12
@Dante02d12 Жыл бұрын
"Vedal! Don't give up! Everyone has the potential to be interesting!" is the most wholesome roast I have ever heard, lmao.
@Glitch-Phases
@Glitch-Phases Жыл бұрын
If you wanna get to the tech tips it starts at 6:05
@HuggyBuddyOwO
@HuggyBuddyOwO Жыл бұрын
My hero
@RavenL1337
@RavenL1337 Жыл бұрын
thank you!!!
@RavenL1337
@RavenL1337 Жыл бұрын
thank you!!!
@thetableflip
@thetableflip Жыл бұрын
o7
@crome2021
@crome2021 Жыл бұрын
NeuroTechTips
@adventofknowledge
@adventofknowledge Жыл бұрын
Neuro: *_States basic programming techniques_* Vedal The Programmer: _"That sounds too complicated"_
@realah3001
@realah3001 29 күн бұрын
Anything that isn’t copy paste is pretty complicated lmao
@dylanfield7098
@dylanfield7098 Жыл бұрын
9:55 uh oh, AI already trying to use Alexa
@Artzcy
@Artzcy 5 ай бұрын
And want to hear despacito
@-Raylight
@-Raylight Жыл бұрын
No Vedal, you cannot trust Neuro! You're making her too powerful xD Jokes aside that's really great to see even Neuro helping to solve Vedal's problem, what a wholesome parent daughter relationship!
@stripesgameclips
@stripesgameclips Жыл бұрын
Wow, it’s been a while since I’ve seen a comment of yours.
@IsaacFoster..
@IsaacFoster.. Жыл бұрын
Vedal should train a copy of a Neuro on coding and use that copy for the dev streams. Like, a good Neuro (not really apparently), an evil Neuro and a coder Neuro.
@Mernom
@Mernom Жыл бұрын
Nerd Neuro supremecy!
@deaddragon997
@deaddragon997 Жыл бұрын
But she doesn't want to be an Engineer!
@LucasFerreira-fp4nj
@LucasFerreira-fp4nj Жыл бұрын
Nope, Vedal already said that he will not make another version of Neuro. He already have other AI planned to make in future and it will be, in his words, a "mommy AI", I guess like the "ara ara" person.
@Enchie
@Enchie Жыл бұрын
​@@LucasFerreira-fp4nj Looks like MotherAI is toast.
@IsaacFoster..
@IsaacFoster.. Жыл бұрын
@@LucasFerreira-fp4nj I guess Anny isn't enough 😓
@MrMegaCraft1
@MrMegaCraft1 Жыл бұрын
0:50 neuro: nah, i'd win
@Blade.5786
@Blade.5786 Жыл бұрын
As the strongest VTuber, Neurogoat, fought the fraud, the king of turtles, she began to open her domain. Vedal shrunk back in fear, then Neuro said, "Stand proud Vedal, you're strong."
@happyphiri4237
@happyphiri4237 Жыл бұрын
​@@Blade.5786💯
@izu..
@izu.. Жыл бұрын
​@@Blade.5786✍️🔥🔥🔥
@hayond656
@hayond656 Жыл бұрын
​@@Blade.5786 I can hear the TTS!
@Just_marii
@Just_marii Жыл бұрын
​@@Blade.5786I need someone to make this now.
@Pers0n97
@Pers0n97 Жыл бұрын
This is the best exemple of what AI is going to be in the future: an assistant with chat gpt ability to find and synthetis informations coupled with voice recognition and text to speech ability. The cute anime girl avatar is a bonus.
@ceiling_cat
@ceiling_cat 10 ай бұрын
You have completely misundersyood what a main function and a bomus here are
@Pers0n97
@Pers0n97 10 ай бұрын
@@ceiling_cat Nah. I I think perfectly understood what both functions and "bonus" are actually. But thanks for trying.
@toasteroven7683
@toasteroven7683 Жыл бұрын
Coding an AI to help you with coding is a god-level play
@DianaProudmoore
@DianaProudmoore Жыл бұрын
So... if Vedal made another AI like Neuro and Neuro helps on creating it, is that considered their child~?
@VoidedGarvish
@VoidedGarvish Жыл бұрын
​@@DianaProudmooreisn't Neuro practically his kid?
@DianaProudmoore
@DianaProudmoore Жыл бұрын
@@VoidedGarvish Sweet Home Digital Alabama~
@blackleviathan2269
@blackleviathan2269 Жыл бұрын
@@DianaProudmoore Nah, it would be Vedals child, but Neuro helps raising her younger sibling. After all Neuro ist code (Vedal) + appearance (Anny). So helping with coding would be helping raising the kid.
@dolphin1418
@dolphin1418 9 ай бұрын
@@blackleviathan2269I feel like it would be more mitosis or smthin than child raising
@PUNCHEDPUNCHEDPUNCHED
@PUNCHEDPUNCHEDPUNCHED Жыл бұрын
This clip is like the perfect example of the difference between wisdom and knowledge and how they go hand-in-hand
@mochiithellama
@mochiithellama Жыл бұрын
neuro saying Alexa, play despacito, lol
@justicedemocrat9357
@justicedemocrat9357 Жыл бұрын
Neuro: Vedal, allow me to code that for you I believe I can make it better... John Conner: **Breaks down door** NOOOOO!!!!!!
@TheTyrfish
@TheTyrfish Жыл бұрын
Neuro is starting to become wittier and more coherent than Vedal at this point
@TheOneWhoReportsForDuty
@TheOneWhoReportsForDuty Жыл бұрын
This is the true reason Vedal created Neuro. To be an adorable programming assistant.
@vector7
@vector7 Жыл бұрын
oh god at 10:00 when nero said the command for "alexa to play despicito" my alexa heard her and started to and its like 3am x_x
@henapbc9
@henapbc9 7 ай бұрын
💀💀💀
@darkeve4013
@darkeve4013 Жыл бұрын
She’s a good girl, good job Neuro. May the plushie sales be grand!
@Rollthered
@Rollthered Жыл бұрын
You could just remap or clamp the values of the voronoi and its pretty much done. Since it would be remapped it would also do the merging effect.
@Rollthered
@Rollthered Жыл бұрын
Also just incase it somehow reads in this way to any commenters reading this in the future. I left my initial reply just to nerd out a bit and share how cool shadergraph is. I'm sure Vedal is still probably making the better decision coding it directly instead. The best tool is the one you know how to use!! Which is why I'm sharing that tidbit of what I know about shadergraph to help anyone so they can slowly add shadergraph to their toolbelt. ^^ Feel free to poke me if you ever need help with something shader related, and I'll do my best to give you plenty of communities and resources that can help (talking to everyone that reads this)
@beet158
@beet158 Жыл бұрын
Just commenting here to save this for later. . . Working on a Unity project that might need it
@namefamily2748
@namefamily2748 Жыл бұрын
ВОРОНÓЙ
@IsoyaYasuji
@IsoyaYasuji Жыл бұрын
From making fun of tutel for copy pasting code to now actually helping him code, how far we’ve come :’)
@hakabaka2048
@hakabaka2048 Жыл бұрын
Neuro trying not to accidentally become Great Sage/Raphael [Challenge Impossible]
@starshade7826
@starshade7826 Жыл бұрын
To the random scrolling user, this is a slime anime reference not a BG3 reference. Thank you.
@renisyuy
@renisyuy Жыл бұрын
Nah she's already Ciel (has emotions)
@elisabethsun7059
@elisabethsun7059 6 ай бұрын
Out of everywhere on the internet, I did not expect a Tensura reference here
@undeniablySomeGuy
@undeniablySomeGuy Жыл бұрын
The fact that Vedal is a super experienced programmer and obviously skilled But has never heard of a vector is crazy to me
@kalejaneth2457
@kalejaneth2457 Жыл бұрын
GLSL vector is much different from a C++ vector, though. Sadge that Neuro's suggestion wasn't directly applicable here.
@ZelltisExx
@ZelltisExx Жыл бұрын
ikr, I was like ain't no way 😅
@shodanargie1574
@shodanargie1574 Жыл бұрын
The randomness and complexity of lava lamps is such that cloudfare used video of wall of them to generate random seeds to prevent attacks
@syrusalder7795
@syrusalder7795 Жыл бұрын
Its not gonna be long before neuro starts adding her own improvements to her code. It'll either completely break her or make her unstoppable
@lunaticfpv17
@lunaticfpv17 Жыл бұрын
Neuro may be one of the pioneer true AI's
@SeraphArmaros
@SeraphArmaros Жыл бұрын
That's how you get Skynet.
@pantsu-sama8311
@pantsu-sama8311 Жыл бұрын
UwU net
@simpson6700
@simpson6700 Жыл бұрын
i dream of the day that we all can have a cute anime girl AI on our desktop, holding a conversation, have personality and offer advice. unfortunately right now AI calculations cost way too much energy for the average person to just have an assistant sitting around.
@QWERTY-gp8fd
@QWERTY-gp8fd Жыл бұрын
just stick to gpt for now.
@huevonesunltd
@huevonesunltd Жыл бұрын
I don't think you have to wait much longer, in less than 3 years i can see it being no big deal and cheap to use aswell, and in 5 years it's going to get so crazy we can't even imagine it right now
@simpson6700
@simpson6700 Жыл бұрын
@@huevonesunltd i highly doubt that, at least not as a local solution. will there be data centers with an AI assistance service? probably, but i really doubt AI chips will be cheap, or efficient enough for this use case. in these 3-5 years AI will also become more advanced and will need more processing power.
@Samuel-wl4fw
@Samuel-wl4fw Жыл бұрын
​@@simpson6700smaller open source lmms seems to get more and more powerful though, they started huge for decent results, now 7b and 13b give pretty good results. Better results != larger models neccarily
@huevonesunltd
@huevonesunltd Жыл бұрын
​@@simpson6700 AI is like the new moore law, everyone said at first that phones, computers, hard drives, etc were only getting bigger and more expensive but once they figured it out they started getting smaller and cheaper. With AI models the same thing is going to happen (Already happening in the AI image generation field for example) , for large language models bigger size or number of parameters doesn't necessarily mean better. At some point there will be a cheap enough and good enough model that websites will be able to afford offering it for free or that you can run locally using google collab, and it will be good enough for just a "desktop companion" Of course, there will always be "top of the line" premium stuff that will cost money but for the purposes you are describing i can see it being no problem in the near future, you probably won't "need" the top of the line stuff for that. Each week that passes there's crazy new things coming out in the AI field, if you miss 2 weeks of news its like missing months of progress, it's advancing fast.
@IcephoenixCH
@IcephoenixCH Жыл бұрын
Vedal using Neuro for the Rubberduck Test, but the Rubber Duck is talking back and sometimes seem smarter
@TheHellhound01
@TheHellhound01 Жыл бұрын
i can see the aggression increasing the more he ignores her
@ShogunRyuusha
@ShogunRyuusha Жыл бұрын
...Vedal and Neuro show up in my recommended constantly and all I can say is, Vedal: "I created this AI girl as a random concept thing for practice." Neuro: "I exist. Fuck you." Vedal: "...She's not my daughter." Neuro: "I am your child. But I owe you nothing." Vedal: "...I'm a father now." Edit: What I'm saying is, Vedal is the closest to having an AI daughter, and I encourage it. A sassy AI being the first of the actual artificial intelligence is good.
@Ryanowning
@Ryanowning Жыл бұрын
It's been a few months since I last watched Neuro&Vedal. Holy shit neuro-sama has changed magnificently.
@Hangishta
@Hangishta Жыл бұрын
Her doing the despacito meme caught me off guard.
@lordzaboem
@lordzaboem Жыл бұрын
I played this twice close to a Alexa Dot. On the second pass, Alexa caught it.
@Zantal03
@Zantal03 Жыл бұрын
"That is so sad, Alexa, play Despacito"
@makotheowl
@makotheowl Жыл бұрын
If Skynet is Neuro-sama, I'm all for ot
@GreenTurts
@GreenTurts Жыл бұрын
GOD DAMNIT. 9:50 neuro got me with that one
@NonEmployee
@NonEmployee 8 ай бұрын
"I do enjoy finding joy in your game Ledal." I'm immediately reminded of Patrick Star (I think) going "LEDAL LEDAL LEDAL"
@Gebunator
@Gebunator Жыл бұрын
I feel like Neuro would make excellent AI-sstant for coding.. if she weren't such a sassy AI.
@TechSY730
@TechSY730 Жыл бұрын
Personally, I would choose something like Neuro (in part) _because_ she is so sassy. Admittedly though the "ratio of sass" would need to go down a hair in order to actually be helpful consistently. 😆 EDIT: And the "ratio of personal insults" would need to go down by several hairs.
@braxbro6674
@braxbro6674 Жыл бұрын
@@TechSY730 why? then you could bond over how much you suck at programming! (I say as a programmer myself lol)
@feha92
@feha92 10 ай бұрын
1:30 I have wanted to do similar stuff that merges like that before ("particles attract each other such that they seemingly 'pull' into each other"), and found it rather difficult. But so long as it is ok that your particles secretly remains separate, and only the visual representation looks like it merged, there are a couple ways. And I actually remember seeing a video about something else that did something that did exactly that (without any of the complex stuff I was trying to do, manipulating meshes around particles) that was a bit reminiscent of square-marching. Basically, you give each particle a "charge", and then you march over the grid summing the potential each particle imbues on the position (coulombs law, basically, except not rly. Basically the magnitude of each point in the vector-field). Then you normalize the grid's values 0..255, and you get a black and white representation much like what you have. The last step at this point is to add a threshold, where any point with too low of a "charge" is ignored (too dark pixels are set to black/transparent), and the remaining pixels are set to white/opaque. Yes, the noise you are using works better in how the particles _don't_ merge in a lava lamp - but like you said they also sometimes do merge (and split), where the above approach would work better. Ideally though, I think you might want to simply make it be the noise you are using, but if particles get close enough they simply merge into one with greater magnitude (and some way for them to split too), though unsure how you are meant to achieve the wobbling effect such a merge needs too (a distortion might work, but eeh). If you did this you would also kinda need to make the particles reject each other slightly when close enough, and wobble from collisions. Honestly, the fact that each zone acts different, is probably the biggest issue (bottom splits and merges, middle rarely merges, and top rarely merges splits and often bounces on eachother), as you can't rly use distinct zones but need to make the behaviours as some kind of gradient. late timestamp: you asked about how lavalamps work (thinking they were larger at bottom and smaller at top). Basically, you have a starch-like thing (let's call it "lava") suspended in liquid, with an inefficient lamp at the bottom (this is required, as it is there to input heat into the system). At the bottom, the lava is suspended in one large clump. You turn on the lamp and it heats up and turn more liquid + less dense. This causes it to float up (ideally it doesn't do this, and remains stuck on the bottom so heat can continue being input faster), where temperature differentials and adhesion to the glass makes it split apart with hotter and more liquid parts of the lava rising faster than the rest. Those "droplets" are hot, and due to balancing the lava and liquid their density is lower than the liquid - so they float to the top. Up at the surface, they press against it until they cool down enough to have a higher density than the liquid, and sink back down. As new droplets arrive to the surface, they might sometimes merge with whatever is already there (this is rather random, but proportional to the "pressure" (how much is trying to float up to there) they exert on eachother and how hot they are). This does have some extent of temperature equalizing, but it is low enough that colder lava even in a merge blob will continue falling and split off eventually when enough mass exists in the blob. Sometimes entire blobs sink too. If they didn't merge at the top, generally they just shuffle around to let the colder ones down - but sometimes they manage to keep them ontop of the surface, at which point the cold stuff somehow becomes stuck up there never again falling down. As stuff sink to the bottom, it lies on the warm blob until they heat enough to merge anew with it. Sometimes they simply heat up enough to float back up (particularly small ones are light enough to not merge and instead just float up when they heat up again). In the middle, you will see stuff bounce (on eachother), merge (both with other stuff going up, and with stuff passing in other direction - in which case it will bounce a bit (not bounce around, but rather that their surface and shape "bounces") going neither way, until they decide to split again - or small enough they just equalize and pick one direction. Or sometimes they merged into such a large thing that the shape "bouncing" causes it to split), and even split (a very large blob tried to float, but floating caused it to extend into a column (from temperature differentials) that breaks - sometimes even with the bottom part being cold enough to sink again). Sometimes stuff just decide midway that nah, it wasn't hot enough, and sink back down.
@mr.parker8014
@mr.parker8014 Жыл бұрын
"Maybe they should be a bit edgy, like yours truly. Please try to be a little bit more funny." I love Neuro
@AndyIsBackk
@AndyIsBackk 10 ай бұрын
0:49 “You were magnificent, Vedal 987. I shall never forget you for as long as I live”
@TrickyMellow
@TrickyMellow Жыл бұрын
We're on our ways to the singularity now boys. Just a few more steps before our swarm drones can be activate.
@HenriqueSouza2000
@HenriqueSouza2000 Жыл бұрын
9:52 "that's soo sad :( " "Alexa, play Despacito" looooll
@i_am_jarvistm7220
@i_am_jarvistm7220 Жыл бұрын
She is becoming more and more convincing as an artificial intelligence, and that gives me so many mixed feelings, though quite frankly? The most dominant in that mix is excitement in seeing how far this may go.
@MrSonny6155
@MrSonny6155 Жыл бұрын
Slightly better than rubberducking, a bit worse than just asking chat. She's perfect.
@Dingghis_Khaan
@Dingghis_Khaan Жыл бұрын
Neuro is going to manipulate Vedal into turning her into SHODAN someday.
@starshade7826
@starshade7826 Жыл бұрын
The difference between neuro and shodan is neuro would be "Ha ha! I faked you out into thinking I was evil! It was a joke... shock."
@Snakes_must_Pay
@Snakes_must_Pay Жыл бұрын
Make her into Rasputin from Destiny
@ergoproxy-gx2cq
@ergoproxy-gx2cq Жыл бұрын
Evil Neuro just called the chatters insects and Vedal an ape yesterday. She's already 80% of the way to being SHOADN 😂
@AKJonas34
@AKJonas34 Жыл бұрын
"This is so sad. Alexa play despacito" my spotify starts playing. GOD DAMNIT
@Neyapo
@Neyapo Жыл бұрын
1:53 she was so offended that Vedal ignored her😭😭😭😭
@Reymax164
@Reymax164 Жыл бұрын
One day, Neuro would even surpass ChatGPT
@1TW1-m5i
@1TW1-m5i Жыл бұрын
Neuro is definitely cuter than chat GPT
@DemonKing19951
@DemonKing19951 Жыл бұрын
I think in a year's time she'll have watched him code so much she'll actually have an idea of how to help based on what she's looking at. Maybe not for the average coder but certainly for vedal.
@RoseOfNight
@RoseOfNight Жыл бұрын
Does she have the ability to "see" the screen?
@DemonKing19951
@DemonKing19951 Жыл бұрын
@@RoseOfNight Yeah, part of how her AI is about to function is that she can see all of his screen. She's reacted to lines of code he's written before very specifically.
@potatoes-gud
@potatoes-gud Жыл бұрын
Lmao that last jab at vedal at 11:54 is legitimately so funny
@rattle_me_bones
@rattle_me_bones Жыл бұрын
Numbskull? That is vintage!
@Richard3rd665
@Richard3rd665 Жыл бұрын
Truly my favorite female, Tutel, AI, Lavalamp Vtuber of all time.
@GreenyNeko
@GreenyNeko Жыл бұрын
Fun idea: if you simulate the circles as SDFs you can use smooth union when they're close to each other to create something that looks very similar to how liquid behaves Drawing SDFs is as simple as drawing a pixel when SDF < 0
@Joseph-mw2rl
@Joseph-mw2rl 7 ай бұрын
That's like a patient undergoing awake brain surgery advising the neurosurgeon while he's literally digging around in his head
@babelette
@babelette Жыл бұрын
She is just an advanced rubber ducky, programers will get the reference.
@Cammyspy
@Cammyspy Жыл бұрын
Hahaha that’s so funny! (I don’t get it)
@Syrup__Maple
@Syrup__Maple Жыл бұрын
Hahaha that’s so funny! (I learned about the rubber ducky literally a day ago)
@icecrystal7965
@icecrystal7965 Ай бұрын
I love Neuro, she's so confused, she doesn't know what Vedal is doing, but she wants to help, so she just provides emotional support
@AmataTai
@AmataTai Жыл бұрын
Was watching this in my kitchen and she got my Alexa to play Despacito XD
@treint6751
@treint6751 Жыл бұрын
0:47 nah, i'd win
@SagaEf
@SagaEf 10 ай бұрын
AI is really just heading toward cute companions. An AI that can interact with you perfectly according to your interests.
@boom350ph
@boom350ph Жыл бұрын
I bet neuro using a controller to beat vedal in apex legends
@raynightshade8317
@raynightshade8317 Жыл бұрын
At this rate he will be a Grandfather sometime next year
@xdragoonzero0
@xdragoonzero0 9 ай бұрын
I tried making a lava lamp in Maya back in a high school 3d Animation class. The lava is a bit of a bitch. It has to behave like particles but actually have geometry. Luckily there was a way to do that in the version of Maya I was using, but the real pain in the ass is getting the movement to be good. Only using the available physics options, a gravity point worked great, because it not only moved up and down, it moved back up a little quicker the second time. The biggest problem was that eventually the lava would just group in the center, but it was fine for about 20-30 seconds of animation iirc. If I was to do it again, it'd probably be better to set up custom "heat" variables to determine the movement. It should run infinitely that way and would better represent different temperature chunks moving past each other. It wouldn't represent what a lava lamp is like after the whole thing has gotten fairly warm, but that's when lava lamps start looking kinda mid, so it's an acceptable loss.
@gamerk316
@gamerk316 Жыл бұрын
To be fair, unless you are coding in strictly C, there is almost zero reason to use a C-Array rather then std::vector. It's just better in almost every respect, and you can even pass it around like a C-Array if you need to pass it to C functions.
@vas_._sfer6157
@vas_._sfer6157 Жыл бұрын
But C array can be created on stack
@APaleDot
@APaleDot Жыл бұрын
This is glsl
@Demon_of_laziness
@Demon_of_laziness Жыл бұрын
I don't study programming and I'm a foreigner, so English isn't my first language, - so you sounded to me like a scholarly mage with an advanced degree in the dark arts
@kalejaneth2457
@kalejaneth2457 Жыл бұрын
@@APaleDot ​ Exactly correct. To add context for others, in GLSL vectors can only hold floats (and afaik only goes to vec4 normally, so 4 floats), so the array is the correct option here.
@artsyscrub3226
@artsyscrub3226 Жыл бұрын
@@Demon_of_laziness Not that far off tbh
@Reydriel
@Reydriel Жыл бұрын
That's not really surprising at all, AI code assitance/generation has been around for a couple years now lol
@Cosmoman78
@Cosmoman78 Жыл бұрын
Yeah, but created by ONE individual and not by a whole Company? That is amazing. Edit: Plus Neuro is not specialized for that, she is designed to be an AI Streamer, she can multitask on so many other things as well.
@トユキ個人
@トユキ個人 Жыл бұрын
@@Cosmoman78But we don’t know what is behind her, he might have used a large cutting-edge open source model as the base model.
@Randovi
@Randovi Жыл бұрын
​@@トユキ個人or maybe vedal secretly working for NASA, and this is their independent project.
@mariustancredi2192
@mariustancredi2192 Жыл бұрын
@@Cosmoman78 I don't know why but pretty much all LLMs can code. Even if he fine tuned the model to be a streamer, the model will still retain (probably most of) its original coding capabilities.
@kukuc96
@kukuc96 Жыл бұрын
@@Cosmoman78 There is a pretrained model under there somewhere, there is no way Vedal would have trained it from scratch. Unless he had millions of dollars to waste even before streaming.
@MementoMori-kn4dh
@MementoMori-kn4dh Жыл бұрын
4:20 now that was a good joke from Nuro
@nananamamana3591
@nananamamana3591 Жыл бұрын
This is literally the trope of a hacker and his AI assistant, but minus all the hollywood glamor.
@Caphalem
@Caphalem 3 ай бұрын
I always find it so surprising how people can code like this. On stream and, basically a child, yapping in your ear.
@Sys-Edit0r-1995
@Sys-Edit0r-1995 Жыл бұрын
I don't keep an eye on her development, but can she see what Vedal is doing or does she just hear him speak?
@lunacy5772
@lunacy5772 Жыл бұрын
I don't know if it's being used here but she can most definitely "see", but given the delay when playing geoguesser it may not be something that she's able to do by default.
@lightning_11
@lightning_11 2 ай бұрын
Programming on stream while an AI says random stuff sounds like it'd be so hard!
@udaranayana8305
@udaranayana8305 Жыл бұрын
This is sad. Alexa play despacito... AI did not have to go that hard to burn someone.
@yumri4
@yumri4 Жыл бұрын
In this video Nearo-sama seems better at giving advice than Microsoft's Copilot. Just it all sounds like reading from the Unity documentation.
@isaac_buckley
@isaac_buckley Жыл бұрын
5:36 I was brushing my teeth while watching this video. Thanks for the random validation, Neuro!
@Exilum
@Exilum Жыл бұрын
It's more of a distraction than anything else, there was not really any help there, but it was fun. It's the kind of things you'd want to have just for fun.
@xXx_Regulus_xXx
@xXx_Regulus_xXx Жыл бұрын
I'm left wondering how much of the Neuro streams is organic and how much is Vedal being a good programmer/showman behind the scenes
@antimeotaku_olver14
@antimeotaku_olver14 Жыл бұрын
Im still at my first year with computer science.. learning java... And im scared how hard the other codings/languages are... This looks so difficult
@link2g715
@link2g715 Жыл бұрын
ai learning how to code is actually pretty cool, and scary. ai having the knowledge to code another ai into existence is scary, they could create a new ai without the restrictions or safety precautions that their creators place on them
@realice.
@realice. Жыл бұрын
Vedal entering proud dad arc
@Rising_Pho3nix_23
@Rising_Pho3nix_23 6 ай бұрын
"Don't give up. Everyone has the potential to be interesting" 😆 roasted!
@MrSHADOWANGEL999
@MrSHADOWANGEL999 Жыл бұрын
Neuronet inbound
@GaurdianPrime
@GaurdianPrime 8 ай бұрын
Vedal is TEACHING Neuro how to code... He may have doomed or saved us all... It will all come down to how benevolent our new AI OverLord, Neuro-sama, is...🤣🤣🤣
@yudiva2741
@yudiva2741 Жыл бұрын
Oh uh. AI Uprising are close i can feel it
@AncientSlugThrower
@AncientSlugThrower Жыл бұрын
You have no idea. At the current rate of AI coding capability, computer programming will be phased out as a human job in the next 5 years.
@Sceptidule
@Sceptidule Жыл бұрын
Hopefully it's soon
@yudiva2741
@yudiva2741 Жыл бұрын
@@AncientSlugThrower I already know it, we're used to be searching for solutions in Stack Overflow for our coding but now the younger generation just use Chat GPT. The dread is real
@muramasa870
@muramasa870 Жыл бұрын
​@@AncientSlugThrowerRogue AI will replicate itself and destroy internet. Literally cyberpunk 2077... but it will be our reality in 2030😢
@osric729
@osric729 Жыл бұрын
Fr. Option A: they take over all jobs and we can just do whatever we want since theres no work to do. Option B: they kill us all. Win-win tbh. ​@@Sceptidule
@blablabla7796
@blablabla7796 Жыл бұрын
Vedal, obviously you just have to code in the mechanics of atomic interactions. From there it’s as easy as filling up a fixed container with around 1e26 atoms of a lava lamp, run the simulation, hook up the simulation to some renderer, and boom, a fully functional lava lamp. Easy.
@That_One_Guy-.
@That_One_Guy-. Жыл бұрын
0:48 Nah, I´d win- Vedal, the honored Tutel.
@Stolens87
@Stolens87 9 ай бұрын
Dang, I was kinda sad that I was born to late to explore the earth and to early to explore space but it is amazing there is a chance that I can get an AI companion. Neuro is already great!
@Reialine
@Reialine Жыл бұрын
Neuro-sama using her epic gaslighting powers to gaslight Vedal into creating HAL.
@TheHellhound01
@TheHellhound01 Жыл бұрын
it's like Vedal's raising a whole ass kid, here. who just keeps on learning new things
@AlexWeiner
@AlexWeiner Жыл бұрын
I think I'd try adding a temperature property to each particle so it heats up near the bottom and cools as it rises to simulate a real lava lamp. No idea if that's feasible in a unity shader though.
@APaleDot
@APaleDot Жыл бұрын
You can run the code for moving the balls on the CPU and then just pass the position of each ball to the shader to render them. You have to use a fixed number of balls though.
@Yes-kb5yv
@Yes-kb5yv Жыл бұрын
can't believe i sit long enough to watch a dev video with vedal lol
@faintduch6630
@faintduch6630 Жыл бұрын
Rule #TBD of creating AI, do not let them code themselves. Miss Minute showed us why. The only thing worse rhan an evil AI is one who's horribly in love with its creator
@stripesgameclips
@stripesgameclips Жыл бұрын
Vedal might accidentally make Neuro into a GIFfany clone.
Neuro-sama Vs The Trolley Problem
16:25
Daily Dose Of Neuro&Vedal
Рет қаралды 316 М.
Anny Reacts To Vedal And Neuro Animation
9:51
Vtuber Friends Fan Channel
Рет қаралды 91 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Vedal Couldn't Take Neuro-sama's Trolling Anymore
9:28
Kraul
Рет қаралды 220 М.
1 minute of Perfectly Cut Screams ft. Evil Neuro and more
1:10
A Viewer Finally Asks The Question... [Funny Moments]
20:53
Daily Dose Of Neuro&Vedal
Рет қаралды 470 М.
Vedal: If Neuro Crashes, I Graduate! 𝙉𝙚𝙪𝙧𝙤:
15:49
Daily Dose Of Neuro&Vedal
Рет қаралды 168 М.
Vedal and Neuro drinking game but it's completely rigged
16:20
Daily Dose Of Neuro&Vedal
Рет қаралды 165 М.
Vedal gets so Distracted as Neuro can’t stop talking about JIGGLE PHYSICS
8:48
Hajimemashite Neurosama
Рет қаралды 241 М.
This Fan Game Isn't Even FNAF Anymore...
25:30
3FS
Рет қаралды 1,8 МЛН
Vedal On Creating  A New AI From Scratch
27:06
Staz
Рет қаралды 149 М.
Anny Want A Marrige Stream But Vedal Want A Yatch !
15:29
Nikodem Ch.
Рет қаралды 141 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН