I woke up in the morning today even putting up with the cold.
I watched a few videos about manhood that helped give me better direction.
I have not turned to anyone for support today and am getting better at doing things and making decisions independently.
Since yesterday but I forgot to tell yesterday, I have begun to study python book ( I am doing the learn python automation one as I find that easier to setup and go through ) and do the exercises along with the study. I am doing a minimum of 1 hr of python study in such a manner each day. Hoping to do even more every time I have extra free time at the end of the day.
I figured out the len, int, str, float, input, print, and round functions today. With practice.
Apparently python only has like 68 functions in total. So if you really were into it you could definitely learn python inside out in a month.
I have reached the mediocre adhd neurodivergent nirvana where I am able to freely flow between theory and application in a live build.
I am successfully able to become less of a manchild bit by bit. ( Apparently manliness is something that is earned with great effort, not something that is naturally grown into. )
Which leaves me with earning money and legal documentation updating work.
Good luck to me and good luck to you.
Jump in the discussion.
No email address required.
my advice for novice programmers is to try to build simple programs, and look up whatever you don't understand. also look at the source code of other programs and try to glean knowledge that way. Also consider learning Java or (if you are brave) C++. Good luck
Jump in the discussion.
No email address required.
My advice for notice programmers is to learn Haskell and visual basic because you need to learn early on life isn't fair and if you can't hack it just quit straight away and don't waste your brainlet time.
!codecels
Jump in the discussion.
No email address required.
My advice is to just immediately start writing assembly, !codecels. I think recreating roller coaster tycoon is a nice simple task that will make you aware of the fundamentals
Jump in the discussion.
No email address required.
If you can't write just straight machine code then neck yourself, r-slur
Jump in the discussion.
No email address required.
More options
Context
unironically every programmer should know at least a little so they know how good we have it and also so they have a better grasp on what CPUs are actually doing
Jump in the discussion.
No email address required.
More options
Context
!codecels
If you don't keep copies of all your code on punch cards you won't make it
Jump in the discussion.
No email address required.
punch cards are stupid. I print my code on A4 and get it bound. Each library is one book. Get with the times
Jump in the discussion.
No email address required.
Based knuthchad
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
Redo Oregon Trail the basic is available
Jump in the discussion.
No email address required.
More options
Context
My degree did this for some reason lol
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Haskellfolx when you ask them to name literally any notable software that uses Haskell
Jump in the discussion.
No email address required.
All my software is notable
Jump in the discussion.
No email address required.
More options
Context
Xmonad
Jump in the discussion.
No email address required.
More options
Context
pandoc
Jump in the discussion.
No email address required.
More options
Context
More options
Context
npm isntall haskell
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Jump in the discussion.
No email address required.
programming conventions are nice but they suck when they are abused by people that have no idea why they are there. huge pet peeve is people doing this
most of the time they do that because they heard you shouldn't put "magic numbers" in your code. but calling "0" "ZERO" doesn't address the problem with magic numbers which is the fact that people don't know why they were there in the first place.
btw you people that complain about strict programming conventions have no idea what absolute horror can come from code that is not structured well. buddy I've seen methods that are ten thousand lines long. literally, that's not an exaggeration
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
@gigachad_brony You could even learn from rdrama
https://fsdfsd.net/rDrama/rDrama/src/branch/master/files/helpers
Jump in the discussion.
No email address required.
There's lots of fun secrets you can find
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
if you want to learn how to write schizospaghetti code yes, otherwise no
Jump in the discussion.
No email address required.
More options
Context
rdrama deep lore drop.
Thanks!
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Javascript is the obvious one along with JSON and HTML basics.
Right?
Jump in the discussion.
No email address required.
You can study those things if you want but the fundamentals remain unchanged no matter what programming language you use
Jump in the discussion.
No email address required.
yes. I am with you.
Jump in the discussion.
No email address required.
So I recommend a language that is fairly conventional like Java for learning and then try to transfer over to JavaScript. Btw there is no connection between Java and JavaScript.
Be warned tho, JavaScript is also its own beast. It is kind of dumb sometimes. In fact it is dumb most times. Far more than any other language
Jump in the discussion.
No email address required.
Tl;Dr: Just learn all languages you have heard of bro. Trust me all are used by some nerd out there and will get you a job. I am joking.
Java is generally for mobile and javascript is generally for online web pages correct?
Jump in the discussion.
No email address required.
no, Java is a language normally used in enterprise things. So, for instance, backend programming. Meanwhile, javascript is the language people use to write such things as webapps. In general, Java is backend (databases, business logic), JavaScript is frontend (display, animations, etc).
Jump in the discussion.
No email address required.
Thank you for cs lore drop.
Jump in the discussion.
No email address required.
talkin bout computers got me like
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
More options
Context
More options
Context
More options
Context
[] == 0
Jump in the discussion.
No email address required.
well you have to enter the goofyzone if you want to learn javascript, better to learn a nongoofy language
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
More options
Context
My advice for novice programmers is to learn
object oriented programming + SOLID principles, then forget about Liskov substitution because inheritance is r-slurred. Really try to learn dependency injection. Look into how to build a small project with clean architecture, then throw that shit away and use domain driven design
Jump in the discussion.
No email address required.
More options
Context
More options
Context