Day 001 of learning programming, will keep you posted
That’s girl handwriting
>inb4 incels seething in replies
>>108021313>didn't close h1ngmi
>>108021313Nice feminime handwriting
>>108021313I'm seething! Seething in the replies!
>>108021331Also forgot the DTDenjoy learning quirks mode HTML4.
Stfu and show the socks you dumb tranny
>>108021313THIS IS NOT HOW IT WORKS!!! YOU DO NOT LEARN BY PUTTING HTML TAGS IN A NOTEBOOK!
>>108021338I was about to seethe, but you did the seething already.
LFG
>>108021313unsubscribe
Wow awesome i can't wait for day two 15 min per day little by little the faggot get his aids
>>108021313>she didn't start by writing machine codengmi
>>108021587Bait post
already better than 95% of /g/ keep it up
>learning programming>writing html in a textbook>learning from w3schools>no indentingI strongly doubt that this is you, but if you're seriously learning programming by yourself, please ask AI to build you a curriculum on stuff to learn.
>>108021313Put that shit down, stop wasting your time and learn a real language, like Rust.
>>108021731ChatGPT said to start with html as a solid basis and learn from free online sources like w3schoolz
>>108021313you need to close that <h1> tag with a </h1>
<h1>
</h1>
>that website
>>108021766Closing tags are bloat prove me right
>>108021766if the engine wont do it itself then drop support
><body>><body>></body>
>>108021731>ask AI to build you a curriculum on stuff to learnthis is how i know you don't know what you're talking aboutanyone who suggests they can create a course for themselves using AI knows nothing about the topic
>>108021313#include <stdio.h>int main () {int faggot = 1;printf ("faggot");return faggot;}
>>108021912"Note on variable naming: While this code is syntactically correct, using variable names that are considered offensive slurs is generally discouraged in professional or collaborative software development for reasons of professionalism and inclusion."
>>108021912#include <stdio.h>#include <stdio.h>int main () {int faggot = 0;printf ("faggot");int troon =faggot + faggot;return troon;}
>>108021743I started Rust 2 days ago. It's retarded how a line without a semicolon returns a value.
>>108021396I seethed pretty hard yesterday, so I'm all out right now. I'm rooting for op instead. Busted a nut to that girly ass handwriting too.
>>108022041#include <stdio.h>int main ( int anon) {int faggot = 0;printf ("faggot");int troon =faggot + faggot;if (anon ==faggot || anon==faggot)return faggot;else return faggot;}
>>108021313Just some advice anon, if you want to learn programming start with a language that allows you to express sequential instructions instead of formatting a document. I started out exactly the same and you end up going crazy because all you learn are all these different tags and how to target them using css and you just get better at making documents. You don't have to stop with the html per se, but start on a project that requires javascript. Perhaps a small app that allows you to keep track of time or something I don't know.
>>108022458wow the next linus torvalds
>>108021313Bait thread.
>>108021313you learn to program by using it. dont just read a book/documentation. come up with an idea for a project, or just search for one online. if you want to learn how to use html and css. make a design. learn how to implement that design by searching how to do it. in the end you will probably have learned something. unless you just asked a chat clanker to write everything.html and css isn't hard. it's just challenging to remember all the properties of css.
>>108021813Surprised just one anon noticed this.Also That is not the title.<head><title>THIS is title</title></head>
<head><title>THIS is title</title></head>
>>108022999This was vibe coding before AIIf you don't know the documentation you end up doing things in a weird roundabout way and wasting time in the end
>>108021813the annoying thing is this actually still works thoughmodern browsers know how to drop all mistakes forgiving even the most retarded onesyou don't even need to write the <html> tag anymore, a modern browser engine will still parse anything else given to it
>>108023132that's retardedthe most cracked people ive ever met in my life just took a fuck it approach to learning and built and explored everything themselves by reading code and trying shit out instead of reading docs and only later used docs as a quick start / reference sheetpeople who started programming at the same age (18~) who started with doc slaving and studying almost never got to a stage where they were able to consistently grind out and practice projects by the end of university, they ended up as outstanding students with maybe even a slightly higher floor for employment but over the next half a decade they were all earning peanuts compared to the first groupall anecdotally of course, im also basing this off the engineers vs manager slaves in the FAANG im at, even senior engineering managers started their life off as doc slaves, while early SWEs are code grinding slaves and the ratio of code:studying only gets wider the more senior they get regardless of age
learn c not that dreadful stuff
>>108021313> no DOCTYPE> three body tags> no language attribute on the html tag> no closing h1 tag2/10
>>108023988We all make mistakes when starting out