Coding Challenge 166: ASCII Text Images

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 มิ.ย. 2024
  • Let's make ASCII art in p5.js together! In this video, I demonstrate a variety of techniques for translating the pixels of an image into text and finish with rendering video as text ASCII characters in a DOM. thecodingtrain.com/challenges...
    p5.js Web Editor Sketches:
    🕹️ ASCII video: editor.p5js.org/codingtrain/s...
    🕹️ ASCII image canvas: editor.p5js.org/codingtrain/s...
    🕹️ ASCII image dom: editor.p5js.org/codingtrain/s...
    🕹️ ASCII text: editor.p5js.org/codingtrain/s...
    🕹️ ASCII weather api: editor.p5js.org/codingtrain/s...
    🎥 Previous video: • Video
    🎥 All videos: • Coding Challenges
    Links discussed in this video:
    🔗 ASCII play by ertdfgcvb: play.ertdfgcvb.xyz/
    🔗 HTML Entity: developer.mozilla.org/en-US/d...
    🔗 HTML div: developer.mozilla.org/en-US/d...
    🔗 p5.js loadPixels(): p5js.org/reference/#/p5/loadP...
    🔗 p5.js brightness(): p5js.org/reference/#/p5/brigh...
    🔗 CodingTrainChooChoo on Twitch: / codingtrainchoochoo
    Other videos mentioned in this video:
    🎥 The Pixel Array: • 11.3: The Pixel Array ...
    🎥 Basics of CSS: • 8.7: The Basics of CSS...
    🎥 p5.js Web Editor - Uploading Media Files: • p5.js Web Editor: Uplo...
    Timestamps:
    0:00 Welcome! Choo choo!
    0:28 Introducing Today’s Topic
    1:39 Pixel to ASCII
    4:52 Pixelating an image
    7:03 Pixel Array Explanation
    8:40 Back to the code
    10:18 Adding Text
    11:04 Mapping Brightness to Characters
    13:26 Switching from canvas to DOM
    18:10 Real-time ASCII video
    20:10 Some refinemens
    21:29 See you next time!
    🚂 Website: thecodingtrain.com/
    👾 Share Your Creation! thecodingtrain.com/Guides/com...
    🚩 Suggest Topics: github.com/CodingTrain/Rainbo...
    💡 GitHub: github.com/CodingTrain
    💬 Discord: / discord
    💖 Membership: th-cam.com/users/thecodingtrainjoin
    🛒 Store: standard.tv/codingtrain
    📚 Books: www.amazon.com/shop/thecoding...
    🖋️ Twitter: / thecodingtrain
    📸 Instagram: / the.coding.train
    🎥 Coding Challenges: • Coding Challenges
    🎥 Intro to Programming: • Start learning here!
    🔗 p5.js: p5js.org
    🔗 p5.js Web Editor: editor.p5js.org/
    🔗 Processing: processing.org
    📄 Code of Conduct: github.com/CodingTrain/Code-o...
    This description was auto-generated. If you see a problem, please open an issue: github.com/CodingTrain/websit...

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

  • @SmokingGummyBears
    @SmokingGummyBears 2 ปีที่แล้ว +1755

    I vote keeping it 'Coding Challenge'. You'll always be the Coding Challenge guy to me. Even if we go past the time limit every time haha :D

    • @EdSchroedinger
      @EdSchroedinger 2 ปีที่แล้ว +11

      facts! 2nd that...

    • @pvic6959
      @pvic6959 2 ปีที่แล้ว +26

      I agree. I see the "challenge" to be to make something cool, to learn something, and to have fun. *thats* the challenge. Not something to beat necessarily

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

      Yesss

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

      @@pvic6959 that's very very true and i see that's the idea of the game jams, and it's to learn new things and have fun and make teams, make new friends and learn how to work in teams, the game jam is like a challenge to me so i love it, and love the best programming teacher ever MR Daniel Shiffman ❣️, love you all guys ♥️.

    • @AB-yq6bq
      @AB-yq6bq 2 ปีที่แล้ว +1

      Leave it as is please

  • @ut4321
    @ut4321 2 ปีที่แล้ว +240

    As an old C/C++ coder, seeing this much accomplished with this little code is mind-blowing!

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

      I wrote something like this for Uni a year ago in C++. I don't know if I'm mad I didn't use JavaScript or not, but the experience was certainly interesting with C++

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

      I did an very very basic ASCII video filter like a month ago. I could just play the video on an html page and I would just display a code section animated to see the video in ASCII. It could be nice to improve it. If y'all are interested you could just fork my project and make a PR (it's super basic tho, I think it's a static modems project)

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

      Damn I just finished seeing the video and realise he did the same thing but better lol.

    • @theman7050
      @theman7050 11 หลายเดือนก่อน

      ​@@jjinendra3inhi ki kami thi😂

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

      You have no idea... Java here

  • @refeals
    @refeals 2 ปีที่แล้ว +165

    i love how simple of a concept this is. i remember back in the 2000's and a lot of websites did this to images and i thought it was simply magic. so cool to see real time video being rendered at the browser with ASCII, just amazing

    • @alb12345672
      @alb12345672 2 ปีที่แล้ว +10

      A video can be rendered on a commodore 64 with this trick. :lol:. It had a very rich character set. I may try it in an emulator.

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

      in 90s there was something called aalib, you could pump anything through it and see videos, demos, games... whatever on ascii terminal
      the idea is like 30 years late but even this is not true as algorithms doing such things existed probably a few decades earlier.
      aalib could use also 16 colors, different type of charsets and so on, and so on.

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

      th-cam.com/video/FLlDt_4EGX4/w-d-xo.html
      a demo which was part of the project 😀

  • @chrismanning5232
    @chrismanning5232 2 ปีที่แล้ว +173

    The amount of effort for your off-the-cuff alternate ideas that you then have to fully code so your editor can splice them in for 2.5 seconds. Don't think it's lost on us. It's an incredible amount of extra work per video. You are a legend, sir!

  • @EdSchroedinger
    @EdSchroedinger 2 ปีที่แล้ว +213

    ...now Dan, your whole whiteboard speed-edits and post augmentation has become so next level... perfect! just WOW!

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

      A video can be rendered on a commodore 64 with this trick. :lol:

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

    Daniel your channel has become really amazing in these years.
    Your immense energy and positivity are still the same!!! That's why you're the best.
    Keep up the outstanding job.

  • @mbawg
    @mbawg 10 หลายเดือนก่อน +5

    your style of teaching really resonates with me, and im about 10 years into a professional coding career where coding has often become mundane and unimaginative. I found myself excited again about the possibilities. thank you for sharing with us!

  • @joeymarrey9077
    @joeymarrey9077 2 ปีที่แล้ว +28

    6 odd years ago I watched my first coding train video. It was something about star generation like travelling in hyperspace. Now I’m about to finish my degree in computer science.
    I’m researching testing methods for random number generation, comparing pseudorandom to radiation random. You inspired me all those years ago, thanks

  • @goblinkoma
    @goblinkoma 2 ปีที่แล้ว +441

    Next step: add edge-recognition, so you can use / for such slopes, that could keep sharp edges sharp

    • @TheCodingTrain
      @TheCodingTrain  2 ปีที่แล้ว +137

      Oh I love this idea!!

    • @nzhook
      @nzhook 2 ปีที่แล้ว +17

      @@TheCodingTrain I was going to suggest doing this but remove the innards so your left with just the outlines similar to the old ASCII art days.
      _____
      ___ |[]|_n__n_I_c
      |___||______|____}
      O-O--O-O+++--O-O

    • @LordHonkInc
      @LordHonkInc 2 ปีที่แล้ว +13

      @@nzhook That's a great idea too, though my brain is upset at the phrasing "remove the innards" xD I mean, I understand what you mean, but that sounds so... visceral.

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

      try using a log base 2 function to convert the pixel range from 255 to an 8 scale. Then get the image derivative by using a two pointer technique to subtract the previous pixel from the current pixel!

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

      then add a hashmap for your ascii character of choice

  • @duscraftphoto
    @duscraftphoto 2 ปีที่แล้ว +397

    Messed around with some of the ascii shading characters and found that ' .:░▒▓█' this combo works great for the "density" const. Loved this video and your content is always great!

    • @marcopeterson805
      @marcopeterson805 2 ปีที่แล้ว +8

      Arent those unicode/utf8 ?

    • @omarsoub_._
      @omarsoub_._ 2 ปีที่แล้ว +19

      @@marcopeterson805 i think its from extended ascii

    • @TheCodingTrain
      @TheCodingTrain  2 ปีที่แล้ว +95

      I tried this during the recent live stream and it worked great!!!

    • @yeppiidev
      @yeppiidev 2 ปีที่แล้ว +8

      @@omarsoub_._ yup it is. I guess they were used in old programs

    • @josepm.ponsroca8417
      @josepm.ponsroca8417 2 ปีที่แล้ว +18

      @@marcopeterson805 These characters exists from looooooooooong ago, they are original from ASCII extended. ALTGR +176, ALTGR+177,ALTGR+178, and ALTGR+219

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

    I just started coding a few weeks ago and your tutorials are sooo good and really fun! I love your humor and energy, it just makes coding fun and exciting instead of intimidating and scary

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

    Coding has never been this fun and cheerful for me before, THANK YOU SO MUCH

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

    This is the thing that i was searching for months. Finally you did it

  • @amber1862
    @amber1862 2 ปีที่แล้ว +57

    Really appreciate the tight editing. This channel just keeps getting better...somehow.

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

    you've inspired me to make my own processing style framework in C#! since i've started watching you i've grown quite a bit as a programmer, thank you for that! keep coding challenge!

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

    The video editing on all these newer videos is really next level. The content is as fantastic as always too!

  • @mebamme
    @mebamme 2 ปีที่แล้ว +19

    I remember ertdfgcvb from the website they had in the mid-2000s, showcasing all sorts of Flash-based art which I loved as a kid.
    (fun fact: ertdfgcvb is not just a random jumble of letters, it's forming a parallelogram on a keyboard!)

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

    MAN I got so ecstatic when I saw you. I loved your videos as a child but drowned in demotivation and stopped watching coding videos so this is refreshing and blissful! I'm now majoring in Computer Engineering!!

    • @TheCodingTrain
      @TheCodingTrain  2 ปีที่แล้ว +3

      Wow! I love this story! (Also, I feel old 😂)

    • @ibbi9968
      @ibbi9968 7 หลายเดือนก่อน

      ​@@TheCodingTrain😢

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

    I wasn’t here for quite some time (about 2 years or so now), and I’ve gotta say, the quality of these videos has improved a ton! Well done Daniel!

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

    Man, I just discovered your channel yesterday. You give great ideas to mess around which CAN produce even greater ideas. Thank you for your videos.

  • @--.._..--...--.._..--...--....
    @--.._..--...--.._..--...--.... 2 ปีที่แล้ว +6

    Coding has always been cool. This guy made it fun

  • @vedranart
    @vedranart 2 ปีที่แล้ว +8

    When I was 6 years old, it was 1996. and I was with my kindergarten on a school trip.
    Back then, there weren't PCs available on location, only old FAX telephones.
    And while we were talking on a shared phone my mom sent me an image of her converted to ASCII via fax.
    I was really really proud that I've got a picture of her while all kids were just talking with their parents on a phone.

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

    I absolutely love your videos. You taught me how to code by actually giving me examples and problems to solve and everything. I just really appreciate your content. Keep on inspiring :D

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

    Another great tutorial and coding challenge, I love watching these!
    I developed an image reader as my first year college co-op project with a company called ProGraph, and used the 'fixedsys' font to dump each image format to ASCII, as a test. FixedSys is a mono-spaced raster font, so you can count the actual pixels in each character to determine how much 'value' the character has based on the number pixels in the area that are white, and express it as a value from 0 (black, no pixels are white) to 255 (white, all pixels are white). You can quickly fill an array with 0 through 255 'values' that recreate black to white transitional brightness and do exactly what you did using the generated string of each 'pixel' pulled from the 'value' array.

  • @colton8971
    @colton8971 2 ปีที่แล้ว +11

    This guys is like the Bob Ross of creative coding and I'm all for it.

  • @pvic6959
    @pvic6959 2 ปีที่แล้ว +38

    I vote keeping the name as is. I see the "challenge" to be to make something cool, to learn something, and to have fun. *thats* the challenge. Not something to beat necessarily

    • @TheCodingTrain
      @TheCodingTrain  2 ปีที่แล้ว +11

      Appreciate this feedback!

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

      @@TheCodingTrain No problem! You have brought me joy, entertainment, and learning for many years at this point! I share your channel with ANYONE who asks me about coding haha. Im glad I could give back a little bit :)

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

    You always bring joy to my heart, and knowledge to my mind. Thank you. You're awesome.

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

    I love to see the channel evolving, you're the best!

  • @_5hmecklez_546
    @_5hmecklez_546 2 ปีที่แล้ว +11

    That is crazy how the numbers are in descending order!

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

      ​@Andy B I don't think the string is well thought out.

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

    This is so cool. Stuff like this is really inspiring me to learn to code.

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

    Manh! this guys energy is on another level

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

    Love you energy and enthusiasm. One of my favorite teacher.

  • @mrtea3122
    @mrtea3122 2 ปีที่แล้ว +14

    Code Stations - places on the different routes the Coding Train takes where it stops to take in the Scenery. Different routes cover different themes, tracks can converge at some Stations where topics overlap and passengers can hop off and follow a different route. You can also have "Scenic Routes" where you take in more detail or "Express Routes" where you cover the essentials. Trains still have to arrive on time so the timing element can remain...

  • @shivkampani158
    @shivkampani158 2 ปีที่แล้ว +64

    Trying to render 3D objects ASCII-style would be pretty cool. Replicating Andy Sloane's spinning donut using JS would be an interesting coding challenge.

    • @morphman86
      @morphman86 2 ปีที่แล้ว +10

      You can use pretty much the same code as in this video, just replace the camera input with your favoured method of capturing 3D objects. Either through rendering it to video, a series of stills or P5's built-in loadModel to load the .obj file directly (don't forget to switch it back to using Canvas and setting your canvas to WebGL if you use the latter).

  • @ianlulu
    @ianlulu 8 หลายเดือนก่อน

    used to watch you for my new media arts class. i love how youre so enthusiastic! will continue keeping up with the stuff you post really appreciate what you do

  • @ricksidwell
    @ricksidwell 2 ปีที่แล้ว +131

    Keep "Coding Challenge". That name has worked well for six years! But ditch the clock. The challenge for you is to explain the coding process so that others can understand it, and you shouldn't feel rushed. The challenge for Coding Train passengers is to make (and hopefully share) our own variants.

  • @X22GJP
    @X22GJP 2 ปีที่แล้ว +12

    Really nice to see more of this format again, loved the original challenges and they are what got me hooked in the first place. Change is good though, and while I like the Coding Challenge name, they are more like journeys as you say. Confirmation bias at work I’m sure, but I really do like the name Coding Journey. Implicit in that name is the arrival at a destination, but Coding Destination doesn’t quite have the same ring. Besides, quite often it’s not the end result that matters, but more about how you get there.
    Coding Trip
    Coding Ride
    Coding Expedition
    Nah, I prefer Coding Journey, then you could title videos like “Coding Journey to ASCII town”, lol

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

    your magic is to make watch me these 22 minutes even if I am not a coder or developer, to enjoy me, and to make me feel like I understand and I can do it by myself:)

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

    I just want to say thank you for being so passionate about what you do. Your videos actually make me want to learn coding and replicate similar projects ❤️

  • @puzzLEGO
    @puzzLEGO 2 ปีที่แล้ว +14

    One thing you could do to improve this is to improve the string storing the brightest to darkest characters so that the progression is more linear, rather than just random. Then it would line up with the linear nature of the algorithm which assigns the brightness of a pixel to the character in the string

  • @Lukripar
    @Lukripar 2 ปีที่แล้ว +15

    You could do something like "Coding Voyage"?! Voyage evokes a sense of exploration and adventure which is in tune with your theme, even if it is historically used for nautical expeditions and not train trips lol. Great video as always!

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

    i know nothing about coding, I have no idea how I even ended up here. I also don't even own a computer. But I was fascinated by this video and watched it twice. i have no idea where I should start watching your channel but you've a subscriber in me.

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

    Neat! Awesome move at the end when you added a bunch of spaces to the brightness/character array; that really made it pop in an interesting way!

  • @diegosebastian2422
    @diegosebastian2422 2 ปีที่แล้ว +8

    I'm excited to see this in action and make it my self, eventually. Thank you! Choo Choo!

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

      Please share on the website when you do! thecodingtrain.com/CodingChallenges/166-ascii-image.html

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

    Dude, I love your videos! They are awesome! Also, I love your energy and your coding skills.
    OK, back to the topic!!! ASCII images are my favorite thing to do. I put that s#!t everywhere... Nothing better than a funny ASCII image after finishing a build or running a command! It makes things kinda starwarsy and leget!!!
    And let's not forget, these silly images boosts team morale (since we can't pay them more, why not I give them some ASCII images treats instead)? LOL, JK... They get paid enough...
    Anyway, keep on rocking man! I will put an ASCII images of you in my code as an easter egg (I do that from time to time in harmless code, like build scripts and such)

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

    I love this guy! Not as much as Tom MacDonald and Adam Calhoun love each other but there is still time... Thank you Dan for all the years of knowledge and happiness you bring into this world! Keep up the great work!

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

    I'm studying logic and algorithms yet, and this channel is awesome. It will be a great way to train my skill in building project once I learn Python and Javascript. Thanks a lot.

  • @Holidaytechandcraft
    @Holidaytechandcraft 2 ปีที่แล้ว +3

    OMG that was incredible....
    You are the reason am so happy find processing ide , and that gives me freedom in creativity ,
    And I wanna do this too:)

  • @fortuneswake
    @fortuneswake 2 ปีที่แล้ว +3

    Instead of using a non-breaking space you should use the presentation element, , this will preserve whitespace without adding the non-breaking part of nbsp.

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

    I love how this guy is always such happy and excited

  • @ForgottenMachines
    @ForgottenMachines 4 หลายเดือนก่อน

    Is anyone else here implementing this code on vintage computers, PRE 1985? This is why I am here, and I thank you so much @The Coding Train for your fantastic video and energy!

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

    I’d love to see you create a script that detects the resolution of an input image/video and then fits that to a hilbert curve. It’s a much more efficient data structure

  • @johnjelatis2033
    @johnjelatis2033 2 ปีที่แล้ว +50

    As an alternative to replacing all of the spaces with nonbreaking space entities, you could set `white-space: pre;` in the CSS file, which would make all spaces render normally.

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

      yea was just gonna say this as well.

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

      That’s exactly how I do it in the ASCII playground. The performance is really good (60FPS in fullscreen) until color is added (single chars wrapped in spans).

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

      @@agysin using colors, i print in a canvas instead of the Dom. It'd be pointless anyway.

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

      @@kirkanos771 I wrote an optional canvas renderer as well and it's faster but not by much, tbh. I finally also added a WebGL renderer which obviously is smooth no matter the amount of characters to display.
      But the point for me is to output text as “text“ - and not to render it on a pixel canvas.

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

      @@davealias He didn't do it in CSS. &nbbsp; is still HTML

  • @vagabond7199
    @vagabond7199 8 หลายเดือนก่อน +2

    I really like this guy's attitude for coding!

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

    i love to see your progression over the years

  • @knartfocker_
    @knartfocker_ ปีที่แล้ว +13

    Great video! I've been inspired to get back into programming from your channel. Just one question.. How do I achieve your level of energy and enthusiasm?

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

      Really you want to sound like a total knob end?

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

      @@shrimpoffthebarbie What does that even mean?

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

      You can always try Cocaine.

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

    Some ideas:
    - The coding choo-llenge
    - Express coding
    - Coding training

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

      Or may be "Coding Express"

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

    Is it me or is the production value of this video just off the charts? It’s been a while since I’ve seen a coding train video and I’m pleasantly surprised

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

    Simply, you are the best! This was crazy good!

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

    fun fact: i did ASCII art with a tutorial in blender using nodes
    (those who know about blender understand)
    and from that i made a donut with lighting adjustment and rotation.
    so i kinda understand the logic at first
    but idk the syntax or the code so i didnt make it
    the tutorial is from default cube

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

      ofc it's by Default Cube, the dude's channel is a gold mine

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

    Oh wow, this is similar to a project I attempted called "picharsso". It has support for braille characters if you're into that

    • @TheCodingTrain
      @TheCodingTrain  2 ปีที่แล้ว +3

      Oh cool! I would love to try something like that!! Any reference links?

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

      @@TheCodingTrain Hey Dan! I’m having some issues with TH-cam comments with links, so I tweeted the link , mentioning the coding train handle! Cheers!

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

    Love your enthusiasm for coding! Keep it up!

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

    That might be the coolest thing you've done so far, nice

  • @KX36
    @KX36 2 ปีที่แล้ว +3

    that density array seems wrong. There are bright characters at one end, and dark characters at the other, but in the middle it's just all the numbers in numerical order which I highly doubt is also the order of density.

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

    Should totally be Coding Collaborations.... cause the challenges so far haven't been "go away and code the same thing" it's been "go away and improve on my thing" .... to that end including going through other people's additions to your code (or even each other's code) would be amazing videos/followups for a second channel

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

      Yes! I'm hoping to do this more on live streams!

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

      I've been there for some of that (you even looked at my raytracing.... which I still need to work on) but I think they could be their own videos even going back to the earliest submissions
      Code diving random code is kinda vital for all coders teaching that would be great not just "cool effect" but "how does that work" kinda things
      Also I'm thinking about Steve Shives and his "not actually trek actually" videos where he puts in "even less effort" and does comment response stuff, doing that with code could be very interesting, it could be a lot less work to create that content but you probably can't do it with just any or every submission diving into some though would be great and drive people to the old challenges again

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

    I always love your "Coding Challenge" videos, always excited to see another! About the name, I think "The Coding Express" has a nice ring to it, either way keep them coming!

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

    Amazing. Your contribution to education is a great gift. Thanks!

  • @Roknok
    @Roknok 2 ปีที่แล้ว +3

    19 seconds ago wow!

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

    17:07 => html,body{whitespace:pre;}
    no need of  

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

    the editing on this and the little gags on the screen are great. awesome video!

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

    I watch a p5.js video about making a ball bounce like 4/5 years ago. Today I am a IT-manage and Full Stack, with PHP and JS as my natives. This guy sparked something in me!

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

    Also, I hate clickbait thumbnails so much. Nowhere in this video is that thumbnail.

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

    funniest coding youtuber I ever watched, respect

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

    Oh my, this is so crazy, thumb up!! I remember those irc days, but making ascii video is really the next level.

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

    honestly, coolest thing I've seen in a while.

  • @metanick1837
    @metanick1837 9 หลายเดือนก่อน +1

    really like these coding challenges

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

    this channel is such a gem

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

    My favorite videos of you are the ones where you try something new without a completely set up plan. It shows your true character and are the most entertaining for me. The chaos is part of the deal ;)

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

    Wow , just wow , you are a great teacher I have ever seen! Exelent 👏

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

    I vote for keeping it as "Coding Challenge". Something I've always appreciated about your channel is that you don't hide the struggle of getting something working. Many other channels edit out all the mistakes. I think downplaying the challenge can negatively affect a new programmer's confidence.

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

      True, the satisfaction is getting through and overcoming the struggle

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

    Just found your vids and absolutely love them, keep posting these challenges!

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

    This is a really cool project, thanks for sharing!

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

    I love your energy!

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

    Wow! The most incredible thing in this video is our capacity to see an image in this mess of characters kkkkkkk when you are stop, I cant see your glass, but when you move the head, to front and back, i can see perfectly a glass on your face! This is incredible in so many levels kkkkkk
    What a lucky to discover this channel! Hello from Brazil!

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

    New to your channel and can't stop binge watching! It's more of "Coding task accomplished"

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

    One of the best videos I've seen in a long time

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

      Wow thank you for the kind feedback!

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

    Man, you're awesome, LOVE your videos.

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

    This is actually so cool

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

    This is my first time messing with java, ty for helping me make my christmas gifts for my family this year!

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

    The editing is amazing!

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

    The best codeing channel 🔥

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

    What a fun video format. Very cool!

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

    He's so cute. Such a sweet, inspiring person. Love to see him having a blast doing crazy stuff like this😀

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

    Very well done. You have a great teaching method that make it fun.

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

    I love your channel-vibes man you are the bob ross of programming and computer Science, keep it up!
    I am A visual designer, just discovered your channel a week a go, since then i am spending lot of time here !
    A warm Greeting from Germany!

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

    This is the best free software Ive seen. Respect.

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

    That was insane bravo!

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

    Just want to drop a line letting you know that I thoroughly enjoy your videos. Keep up the good work (y)

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

    It’s amazing how much the human eye and brain can comprehend simply from contrast and simple shapes.

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

    this is the first time that i see your channel and I love it. you really do great things fighting !!!!!!