Пікірлер
@Whentii
@Whentii 2 күн бұрын
Very good looking code ! Very clear with all these separators !
@KanjiCoder_RTFM
@KanjiCoder_RTFM 2 күн бұрын
@@Whentii The goal is to use the sections to comment blocks of code . The top halves of my files are code , the bottom halves are comments . Then you can use the section tag to jump between the code and comments . I find that people who write assembly and mathematicians tend to like my style . Everyone else seems to hate it and think is absurd . Feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER -KanjiCoder
@beaubradley9539
@beaubradley9539 Күн бұрын
Yeah, no human being likes whatever you are doing here. But if it's for you, it's for you. I would very politely excuse myself to gouge my eyeballs out if I found this in production.
@KanjiCoder_RTFM
@KanjiCoder_RTFM Күн бұрын
@@beaubradley9539 I've never seen a production code base that didn't want to make me drink heavily . Once deadlines start getting imposed and you've got a huge churn of developers coming in and out , it just ends up a clusterfuck . Don't let the normal looking variable names fool you . I mean , possibly that is just a gross reality of code that actually makes money for a business . But I hope I can be an exception to that . Join Us , it's totally not a cult . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@rmt3589
@rmt3589 2 күн бұрын
Consistency between Python and C++. That is the goal.
@KanjiCoder_RTFM
@KanjiCoder_RTFM 2 күн бұрын
That explains it ! I hate python and C++ is too complex for me . We have some python programmers in my server . Feel free to join ! I hate bash more than python . But ironically I write a lot of bash scripts to build my C code . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@12q8
@12q8 3 күн бұрын
What caused the crash? If it was something outside the source code, then that would definitely not be caught by TDD. However, if it is something inside the source code, then someone skipped doing proper boundary value analysis.
@KanjiCoder_RTFM
@KanjiCoder_RTFM 3 күн бұрын
The crash was caused by boundary checking in my bit blitting algorithm . I am not saying tests are bad . I am not even saying testing all your code is bad . But TDD is stupid because you shouldn't just blindly write your tests first . You should attack the problem from whatever angle is clearest in your mind . Sometimes that might be the test code , sometimes that might be the algorithm . Sometimes when you write your tests , you can makes some good guesses to what the edge cases are , but after running your code , you often discover edge cases you were not aware of . Join my server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@samarnagar9699
@samarnagar9699 3 күн бұрын
Try vim
@KanjiCoder_RTFM
@KanjiCoder_RTFM 3 күн бұрын
I am getting conflicting information from a viewer on twitch . They say vim is weird and they don't recommend it . They say to use nano . They also say they want to fight later in a parking lot . This editor stuff seems kinda dangerous . So I am just going to mind my own business and keep using notepad++ while you two go at it . Feel free to join my discord server which totally is NOT A CULT . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@samarnagar9699
@samarnagar9699 3 күн бұрын
@@KanjiCoder_RTFM use vim it's best that another dude yes I agree ti fight him for vim (neovim to be more exact)
@samarnagar9699
@samarnagar9699 3 күн бұрын
What even is that language asm
@KanjiCoder_RTFM
@KanjiCoder_RTFM 3 күн бұрын
This is C code . But I am ALLEGEDLY O.C.D. . My friend Isaiah says it's not normal for my first thought when overlooking a balcony on a sky scraper to be : "If my brain malfunctions , I'll jump over and die . The only thing keeping me from dying right now is my brain ." I had a friend who's girlfriend died after they both did acid and she thought she could fly and she jumped out of the 7th story window of a hotel . Did you know that if you jump from really high your heart can eject out of your chest ? I have it on good word from a person who used to clean up crime scenes for a living . That I talked to at a bar . Maybe he was lying . I don't know . I also met a mortician who when I asked about all the stupid ways people accidentially kill themselves said : "DONT GET ME STARTED ON TREE TRIMMING" If you were thinking about trimming a tree today my good internet citizen ... DONT . Feel free to join my discord server : It is definitely not a cult . I don't even know what the 3 Abrahamic religions are ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@samarnagar9699
@samarnagar9699 3 күн бұрын
@@KanjiCoder_RTFM that's... Alot
@KanjiCoder_RTFM
@KanjiCoder_RTFM 3 күн бұрын
@@samarnagar9699 Much words , join us . www.tinyurl.com/KANJI-SERVER -KanjiCoder
@SebastianHeykellChavezUgas
@SebastianHeykellChavezUgas 3 күн бұрын
💀
@KanjiCoder_RTFM
@KanjiCoder_RTFM 3 күн бұрын
Poes Law Is Strong With Me . JOIN THE MADNESS . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@KanjiCoder_RTFM
@KanjiCoder_RTFM 5 күн бұрын
Update : Those were __NOT__ random numbers and it should have been obvious to me because you can clearly see powers of 2 in the selection area . The selection area is a location on our mip-map that a given serial number on the UI maps to . It's very unlikely to pick the same serial number twice in a row , which is what made me think "Random" . But... NOT random . JOIN THE MADNESS : www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dragonmastergrant
@dragonmastergrant 6 күн бұрын
it's pronounced "džıf"
@KanjiCoder_RTFM
@KanjiCoder_RTFM 5 күн бұрын
Oddly googling for "džıf" got zero text-based search results . But when I clicked images ... Well played . Because I had zero clue what you were talking about until I googled . Join our server if you aren't already in it . I have a hard time keeping track of people's different screen names across[ TWITCH ]+[ KZbin ]+[ DISCORD ] . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@janisir4529
@janisir4529 6 күн бұрын
That's horrible, why would you do such a thing
@KanjiCoder_RTFM
@KanjiCoder_RTFM 6 күн бұрын
As a child I was unable to distinguish between the words : "Correct / Right / Righteous" and "Incorrect / Wrong / Evil" . This lead to writing evil code instead of code that was simply incorrect . Since then I have been on a path of moral degeneracy as a katana wielding basement coder . I implore you to join my asylum ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens 9 күн бұрын
Wouldn’t a pointer be more efficient there? Makes sense though
@KanjiCoder_RTFM
@KanjiCoder_RTFM 9 күн бұрын
Raylib forces me to use pass-by-value . The author of Raylib designed it to be a teaching tool for beginners , so all the function calls are passed by value . This is also why none of the actual functions are properly namespaced in raylib . You should join my server stranger ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@gmhussein
@gmhussein 10 күн бұрын
I don't know whether to be scared or impressed
@KanjiCoder_RTFM
@KanjiCoder_RTFM 10 күн бұрын
The general consensus is that I am a bit unhinged . It leaks into other parts of my life as well . I've been kicked out of multiple night clubs for being high . But the only drug I consume is caffeine . Feel free to join my Asylum ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@LGW
@LGW 10 күн бұрын
LSP goto definition? easy fix
@KanjiCoder_RTFM
@KanjiCoder_RTFM 10 күн бұрын
That sounds like some IDE speak . I am a simple man who only knows how to use CTRL+F . Feel free to join my discord server LGW ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens 11 күн бұрын
It was indeed correct
@KanjiCoder_RTFM
@KanjiCoder_RTFM 11 күн бұрын
Google : Structure and Interpretation of Computer Programs" (SICP). I GOT IT WRONG . Structure and Interpretation of Computer Programs OOOOO NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO Please join server . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@Abigfool
@Abigfool 12 күн бұрын
What does this mean
@KanjiCoder_RTFM
@KanjiCoder_RTFM 11 күн бұрын
I didn't have enough time to explain in youtube short . But have you ever seen the "cyclone game" in arcades ? kzbin.info/www/bejne/mpCXl4Gaobqlg8k Basically I am doing something like this for my user interface of my game . Instead of typing a number , there are 192 unique numbers spread across 4 different "pages" of 7x7 grids . When you press space-bar it will select whatever number the UI happens to be highlighting . This way I can finish my software without worrying about making keyboard input . The software can be ran by just "tapping" the screen at the correct moment . Depending on which number you get , it makes a different holographic animated gif . Hope that helps ! JOIN THE MADNESS : www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens 11 күн бұрын
It means it’s not the order he wanted to go in
@dehrens
@dehrens 12 күн бұрын
Can confirm, wasn’t going in a spiral
@KanjiCoder_RTFM
@KanjiCoder_RTFM 12 күн бұрын
I have since learned that my variables represent "cantor_pairs" . I knew my variables representing different kinds of mappings . But I couldn't figure out a consistent way I was supposed to handle them . Now I realize the mapping of a scanline index of 192 indexs and a spiral index of 192 indexes is : scanline_index_192 == spiral_index_192 It's just a[ cast / re_interpret_cast ]of two int32s without actually changing the value . ARRRRGHHH . Please join my humble Asylum . discord.com/invite/62ctM4pK7p www.tinyurl.com/KANJI-SERVER -KanjiCoder
@rebeccakillinit
@rebeccakillinit 12 күн бұрын
I have no idea what is happening or anything about coding but I am delighted
@KanjiCoder_RTFM
@KanjiCoder_RTFM 12 күн бұрын
If you like random shiny things , check out my Instagram . Instagram thinks I am a bot , but I swear I am real . I know because unlike Chat GPT I know the ingredients for Napalm . But I gotta be careful these days . The ATF hates it when Americans do the most American thing ever ... make stuff go boom . instagram.com/KanjiCoder Also you should join my asylum . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens 13 күн бұрын
Code upon code
@KanjiCoder_RTFM
@KanjiCoder_RTFM 12 күн бұрын
You may be too young for this meme but... Hey bro I heard you liked source code so I wrote some source code that generates source code for your source code so that you can write source code while you write source code . JOIN THE MADNESS www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens 14 күн бұрын
Agreed - good documentation there on your part (:
@KanjiCoder_RTFM
@KanjiCoder_RTFM 14 күн бұрын
Ah ,I see you are up mysterious stranger who definitely I have never seen before and has zero role in my server . Please join my server ! Josh wants debug controls removed from mow lawns , so I am adding in the KONAMI_CODE_ARROWS + SECRET_PHRASE to turn them back on . Something something... better to ask for forgiveness that permission . Also I am learning new things about[ GML / GAME_MAKER_SCRIPT ] doing this , so I think it's a good use of time . But maybe I am just a feral insubordinate employee . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens 15 күн бұрын
Actually more videos, algorithm?? Neat!
@KanjiCoder_RTFM
@KanjiCoder_RTFM 14 күн бұрын
This video idea was just a random somewhat philosophical thought I had as I question my sanity . I filmed it because even though it isn't very technical , it is a somewhat unique question that I feel most people can have an opinion on regardless of their skill level . In other words , everyone can participate in the discussion . Feel free to join the asylum stranger ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@KanjiCoder_RTFM
@KanjiCoder_RTFM 14 күн бұрын
For the record , screen shot . Because I know I forgot during our conversation yesterday : You get 80% for IOS KYOOGIF.C11 You get 98% for ANDROID KYOOGIF.C11 Feel free to join our discord random stranger that I've never met before that I somehow have a pre-existing business deal with . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@KanjiCoder_RTFM
@KanjiCoder_RTFM 12 күн бұрын
So , looking at the analytics , this is my 2nd best performing video ever . And I didn't think this video was that good in a technical sense . It was just a random thought I had while coding . JOIN THE SERVER ! JOIN THE MADNESS ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens 15 күн бұрын
Come on algorithm, I need more videos like this
@KanjiCoder_RTFM
@KanjiCoder_RTFM 14 күн бұрын
Hello there good stranger ! Oh , and I had my friend Isaiah come over and read my DM(s) and give me advice . He thinks I should just suck it up and read my DM(s) and he's experience worse in corporate environments . He says the main problem is Josh wants a better pulse on what I am up to . So I see that me wandering off like feral animal for 24+ hours and comming back to work in the middle of the night when no one is around is ... Not to Josh's liking . I am thinking I am going to try this : 1. Hour work session when I get up . 2. Hour work session before I go to sleep . Because hopefully I am either getting up at a time when everyone is awake , or going to bed at a time when everyone is awake . Feel free to join our discord server kind stranger ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@michimansi
@michimansi 15 күн бұрын
Wtf
@KanjiCoder_RTFM
@KanjiCoder_RTFM 15 күн бұрын
@@michimansi Wet code , opposite of dry code . Join us . www.tinyurl.com/KANJI-SERVER -KanjiCoder
@afk4dyz
@afk4dyz 16 күн бұрын
I wish I knew what this was. It's really cool, though.
@KanjiCoder_RTFM
@KanjiCoder_RTFM 15 күн бұрын
It's C code ! If you are interested in learning about code you should join my discord ! We have a lot of smart helpful people in my server . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@Ieaker
@Ieaker 16 күн бұрын
what tool is that?
@KanjiCoder_RTFM
@KanjiCoder_RTFM 16 күн бұрын
Editor : Notepad++ The command I am using to color the lookup table names is called : "Token Highlighting" I will make a video explanation for you next time I film a youtube short . Feel free to join the discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@shenotlikeus
@shenotlikeus 17 күн бұрын
Python: print(“ “*3)
@KanjiCoder_RTFM
@KanjiCoder_RTFM 17 күн бұрын
Python is pretty good for getting stuff done quick . I hate the white space for scope thing though . Feel free to join the discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@Chrisfuckoff
@Chrisfuckoff 17 күн бұрын
This is extremely dumb, calling printf 3 times is way less efficient than calling it once, and no optimizer on the planet will know to combine the strings.
@Chrisfuckoff
@Chrisfuckoff 17 күн бұрын
just finished the video and you say you’re a graphics programmer? LOL Yeah bro let’s do 3 separate calls to modifying the stack, doing a call instruction, and doing all of printf to do what could be done in a single call. Surely this method of programming will never result in badly optimized code.
@skeleton_craftGaming
@skeleton_craftGaming 19 күн бұрын
I mean you should write a specialization of the free function not to not repeat yourself but to guarantee that it is done If it is necessary.
@KanjiCoder_RTFM
@KanjiCoder_RTFM 19 күн бұрын
Valid argument . Saving lines of code can be seen merely as a side effect . Feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@SuperDarkmatter11
@SuperDarkmatter11 19 күн бұрын
Most annoying voice ever holy fuck
@kris5187
@kris5187 20 күн бұрын
fucking c11 what langs that? Imma Google it, but honestly never have I come across it, and I'm boardline ADHD with tech (have a broad knowledge, thats shallower that the AVG white girl) 😅
@KanjiCoder_RTFM
@KanjiCoder_RTFM 19 күн бұрын
You have "C" and you have "C++" . And then you have different "C" standards . C89 , C99 , C11 , C23 If you would like I can a youtube short explaining why my file is named ".C11" . Also , feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@KanjiCoder_RTFM
@KanjiCoder_RTFM 19 күн бұрын
I once dated a white girl who's favorite language was C . But there was a catch.... ... ... ... ... ... ... ... ... She was autistic and half Japanese . Feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@sergioramos3437
@sergioramos3437 20 күн бұрын
Idk what language this is but I do something like this with SQL and I'm trying to figure out my personal aesthetic python style too lol I love when things are nice and neat in my code
@KanjiCoder_RTFM
@KanjiCoder_RTFM 20 күн бұрын
A lot of people will tell you that learning a different language is "Just learning another syntax" . I actually recommend that people learn SQL because that is NOT the case with SQL . C you think IMPARATIVELY . HTML you think DECLARATIVELY . SQL you use SET BASED THINKING Feel free to join my discord server ! I am in it at least once a day and there are a lot of other coders in it . From what I can gather most of them have pretty normal coding styles . Though I do have some assembly language coders in my discord ... And I know people who write assembly tend to like to line stuff up too . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@CTSSTC
@CTSSTC 23 күн бұрын
And this kids is why we use higher level languages :P
@KanjiCoder_RTFM
@KanjiCoder_RTFM 23 күн бұрын
I've actually been wondering if there is any language that has the concept of accessor namespaces applied to functions . I don't think there is . You can put a function inside another function in JS . But that isn't quite the same as it restricts the inner function to one parent function . A "PURE" keyword to enforce a function with zero side effects would be nice . Feel free to join us on discord ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p But yeah , be careful with those lower level languages . Before you know if you'll end up in a secluded cabin in the woods and your nearest neighbors are a bear and a deranged mathematician with an IQ so high it inadvertently led to sociopathy because they can't relate to other humans . Or at least that's my guess as to why Ted Kaczynski ended up doing what he did . -KanjiCoder
@RYSHU20
@RYSHU20 23 күн бұрын
My brain told me not today with this
@KanjiCoder_RTFM
@KanjiCoder_RTFM 23 күн бұрын
My brain is telling your brain that maybe we all need to go outside and walk at least 1 mile or 30 minutes whichever comes first , without our cellphones . Take a step back and think to yourself : If your life roughly in the correct trajectory ? Then... After you have mused about this , get back inside , drink a criminal dosage of coffee , and get to it ! Feel free to join my discord server RYSU20 . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@KanjiCoder_RTFM
@KanjiCoder_RTFM 23 күн бұрын
This is for you , and also for youtube , who thinks I am not a real person for some reason . kzbin.info_EuxMrwD5nU
@dawnplaya5596
@dawnplaya5596 24 күн бұрын
anyone who writes their code in npp willingly is either a 10X or taking AP CS lol
@KanjiCoder_RTFM
@KanjiCoder_RTFM 24 күн бұрын
I honestly consider myself a[ (0.01)X ]programmer . I code very slowly , like an unstoppable magical turtle . As someone who used to use Visual Studio Code and IntelliJ ... I found that IDEs helped me write code very quickly , but my code would eventually hit what I call a "critical mass of un-maintainability" . The book "clean code" has a rule about "one name per concept" . I try to expand upon this idea by having all variables in my code have exact definitions . My brother is also a programmer . He says that when I explain how I write code that I sound like a "DIVA" . Other people say I sound like Terry Davis . Whatever you may think , you are welcome in my server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@MasonSchmidgall
@MasonSchmidgall 24 күн бұрын
Why not just have a comment?
@KanjiCoder_RTFM
@KanjiCoder_RTFM 24 күн бұрын
A comment is an acceptable way to go . People tend to read comments as a last ditch effort if they cannot understand the code for some reason . So the macro is a stylistic choice to make what I am saying BOLD . Feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@einargs
@einargs Ай бұрын
A good editor with an LSP plug-in does a brunch of great time saving things, like looking up documentation and types on hover, or automatically implementing an interface with stubs.
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
This is true and I cannot deny your claims . Feel free to join the discord . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@dehrens
@dehrens Ай бұрын
This makes perfect sense
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
Okay . So I am either __NOT__ insane or their are two of us in this nut house . Please join my Asylum good stranger ! www.tinyurl.com/KANJ-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@jadonsmine1877
@jadonsmine1877 Ай бұрын
I am out of my element with this video lmao
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
@@jadonsmine1877 It's okay . My code is unhinged and highly unorthodox . Feel free to join my asylum . www.tinyurl.com/KANJI-SERVER -KanjiCoder
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
I know "tinyurl" puts some people on edge . I was on my phone when I wrote that last comment . Here is the direct invite URL if you feel like visiting my discord server : discord.com/invite/62ctM4pK7p -KanjiCoder
@jadonsmine1877
@jadonsmine1877 Ай бұрын
@@KanjiCoder_RTFM appreciate the non-tiny url. I'll join. I'm just a novice python guy, so all that went way over my head.
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
@@jadonsmine1877 The whitespace thing with python drives me crazy . But we definitely have other python people in my server ! -KanjiCoder
@dehrens
@dehrens Ай бұрын
The description is a masterpiece!
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
Thanks ! I am trying to work on my "clickbait" skills . Though is it clickbait ? I mean ... I delivered right ? JOIN THE SERVER STRANGER ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@mansoormohamedali
@mansoormohamedali Ай бұрын
Hello what language is this ???? By the way I just love ❤️ your voice and humor. I came sometimes for only the entertainment. Thank you a lot.
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
@@mansoormohamedali It is C code but I use macros for all my types . I like all my type names to be exactly 7 or 3 letters long because I am a bit OCD and those lengths work well with 4 spaces to a tab . Feel free to join the discord server ! www.tinyurl.com/KANJI-SERVER -KanjiCoder
@yiin
@yiin Ай бұрын
what the fuck
@nastykerb34
@nastykerb34 Ай бұрын
Is this assembly or sth cuz is looks like asm
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
This is plain C code . ( not C++ ) . I get told it looks like assembly a lot though . There is a guy called "creel" on youtube who has really good assembly videos if that is something you are interested in . Feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@kenan2386
@kenan2386 Ай бұрын
God this looks messy and clumped
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
Messy and clumped ? It doesn't look like Java code to you does it ? I __HATE__ Java . Have I become the very thing I detest !?!?!?!?! Feel free to join the madness ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@RoOdKoP61
@RoOdKoP61 Ай бұрын
Assload heheh
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
Yes indeed . ASSLOAD means "assets_loaded " . We can't call it "assets loaded" though because that is __NOT__ a seven letter word . Feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@jonathan2847
@jonathan2847 Ай бұрын
Seems the key is writing code that looks so awful no one wants to ever interact with it. Classic low level trick.
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
The trees might look ugly , but the forest looks beautiful my friend ! Feel free to join the discord ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder
@Jay-fn2wz
@Jay-fn2wz Ай бұрын
What is Phineas waffling on about 💀
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
Someones got to get stuff done here Pherb !
@Youssef-zy8hk
@Youssef-zy8hk Ай бұрын
Ye ok bro enough excuses make the variable shorter. DRY (don't repeat yourself)
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
Hello Dear ! I have already used variables A-Z . Help I am scared and it is dark . I called 911 for help but they just put me in jail for 24 hours and gave me a 10,000 dollar fine . Please kindly join my discord server so I can give you my address for you to send me cash in the mail . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -Kanji Definitely NotABot Coder
@MsWhiskey974
@MsWhiskey974 Ай бұрын
If only OOP was just about having member methods xD
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
@@MsWhiskey974 OOP is a design pattern used to boost productivity by allowing it's practitioners to press the "." key and take and educated guess with their IDE instead of reading the documentation . This is my ongoing conspiracy theory .
@darkenblade986
@darkenblade986 Ай бұрын
is this c?
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
@@darkenblade986 Yes , this is C code . Feel free to join my discord server ! www.tinyurl.com/KANJI-SERVER -KanjiCoder
@Gimsome22
@Gimsome22 Ай бұрын
Im not programmer, but im an... artist? And i like how this looks so much
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
@@Gimsome22 I actually have an art degree . I am not that good at it though . Most programmers think there is no value in the visual aesthetics of source code . I disagree for many reasons . One of them being that my eye can flow over my code easily . Programmers tend to find my code style highly distracting and chaotic .
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
@@Gimsome22 Feel free to join my discord server! It's mostly programmers but we have a few artists running around . www.tinyurl.com/KANJI-SERVER -KanjiCoder
@dehrens
@dehrens Ай бұрын
Makes sense to me - no need to watch the 1:30 min video. Leaving a comment for the algorithm (:
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
The algorithm says it hates me and wants me to go die in a fire . I am scared . If only some stranger reading this comment right now could join my discord server and console me . www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiGamiCoder Of The 13th Realm
@KanjiCoder_RTFM
@KanjiCoder_RTFM Ай бұрын
This was supposed to on on a different channel . Too late ! Now you know my terrible secret ! I AM A GREAT CHEF ! JOIN_THE_MADNESS ! www.tinyurl.com/KANJI-SERVER discord.com/invite/62ctM4pK7p -KanjiCoder