[ / / / / / / / / / / / / / ] [ dir / animu / dempart / doomer / jenny / mde / mewch / tingles / xivlg ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 8cce234bb224403⋯.jpg (46.93 KB, 308x331, 308:331, TohouProjectInterviewSPOT1.jpg) (h) (u)

[–]

 No.1021162>>1021176 >>1021191 >>1021220 >>1021244 >>1021472 >>1022016 >>1026211 [Watch Thread][Show All Posts]

Since college is a scam, what would be the necesary CS topics to be a top tier game programmer?

I will take note and self study those using books from libgen.io.

Will start from the basics, since I hated math in high school.

>High school math (pre algebra, algebra I II, trigonometry, precalculus)

>College math (calculus I II, linear algebra, discrete math)

>Data structures and Algorithms

>Languages (ASM, C, C#, C++, Lisp, racket, haskell, python, go, java, javascript)

>How a language work (make a compiler)

>Networking

>Computer graphics (will be one of the last topics to study)

>Fourier transforms and signal processing

>Computer Hardware and Operative Systems

>AI (stats, neural networks, heuristics, fuzzy logic)

>Optimization

These are the ones I imagine every computer scientist should know.

I would appreciate any advice regarding this curriculum.

Right now I feel so angry towards my own ineptitude I decided to properly spend my time self teaching this, doing all the book exercises and I'm determined to not waste more time and actually doing something usefull for my life.

 No.1021169>>1021226

It's always a good idea to post on forums less and code/read more. And I think it really helps to do meaningful projects, ideally for actual real people who have a need. Like even minor utilities for your friend or something is better than a project with 1 contributor and no users.


 No.1021171>>1021172 >>1021191 >>1021220

>Data structures and Algorithms

Most important thing right here.

>Languages (ASM, C, C#, C++, Lisp, racket, haskell, python, go, java, javascript)

Too much.

* Start with C (from C89 to C11) and a functional language (I suggest Scheme or SML), then learn SIMD intrinsics (don't bother with nasm/yasm).

* (optional) Learn sh and the differences with bash/zsh, including the POSIX standard about *utils.

* Choose a scripting language. Ease of interaction with your main language (or at least executables) is important, because you don't want to make the same mistake as retards making big programs in Slowthon. The main ones are Python and Perl; I chose TCL, personally.

* Then learn a language only when you need or want it.

>How a language work (make a compiler)

Not that important, but learning how to use tools like lex, yacc and gperf is very useful for other programs.

The thing is that there are good chances you'll burn out. Try to program video games or fun stuff involving several domains when programming.


 No.1021172>>1021185

>>1021171

I've already burned out after spending years doing things ineficiently.

I want to focus on fundamentals at least for a year before trying games.


 No.1021176>>1021178 >>1021187

>>1021162 (OP)

You do realise this curriculum will take you about 10 years.


 No.1021178>>1021208 >>1026008

>>1021176

And after those 10 years you'll be unemployable in tech because "too old".


 No.1021185>>1021186

>>1021172

When I was in uni, simple games like breakout or tetris where stuff we had to do and everyone had fun doing it (even if it was marked). Also had to do a simple HTTP server and classic stuff like the travelling salesman problem.


 No.1021186


 No.1021187>>1021194 >>1021197

>>1021176

>reading 10 books is hard

???


 No.1021191

>>1021162 (OP)

>Since college is a scam

College is not there to learn things at, it's the world's most convoluted certification program. No employer will even look >>1021171

>* Start with C (from C89 to C11) and a functional language (I suggest Scheme or SML), then learn SIMD intrinsics (don't bother with nasm/yasm).

>* (optional) Learn sh and the differences with bash/zsh, including the POSIX standard about *utils.

I would swap the order of these two. If OP gets bored and quits half-way, knowing how to glue shit together on a shell will be more useful than knowing how to write toy programs in C. Knowing how to write shell scripts and use the command-line is also a useful skill when learning a programming language. It is much more liberating and powerful to write a makefile (i.e. using shell scripting), than being only able to click buttons in an IDE.


 No.1021194>>1021195

>>1021187

Just reading them isn't going to do much, you have to solve the exercises too.


 No.1021195>>1021197

>>1021194

>solving the book exercises will take 10 years


 No.1021197>>1021203 >>1021242

>>1021187

>>1021195

you have no clue


 No.1021203>>1021213

>>1021197

you can study an entire semester worth of college in maybe two or one month if you're self studying for 5-6 hours every day.


 No.1021208>>1021213

>>1021178

Mathematics doesn't become "too old", nor will the fundamentals of data structures. You're learning "how" to think about solving problems so that you'll do well on your own in the face of innovation. Niggers like to be trained, white men prefer to receive an education. 10 years is an absurd amount of time for OP's list. 2-3 years for most of it, with a couple more spent on special topics.


 No.1021213>>1021215 >>1021241

>>1021203

Have you ever learned or studied something yourself?

>>1021208

>2-3 years

Have you ever read SICP?


 No.1021215

>>1021213

common sense nigger.

The most intensive class I had in college back then was calculus which was like 3-4 hours of lectures PER WEEK.

most CS classes are like 40 hours in youtube.

40 hours literally is one week doing 6-5 hours per day.


 No.1021220>>1021239 >>1022159 >>1026045 >>1026295 >>1028080

>>1021162 (OP)

Everything about C and C++ shits on over 60 years of computer science. I recommend starting with Ada and Common Lisp. Instead of copying what a PDP-11 compiler did or what some shitty DEC assembler did like null-terminated strings, the designers of these languages actually thought about what they're doing and made an informed decision. C and UNIX are so anti-CS that 1960s software technology like Multics is more advanced than what we're using today. We can only accomplish what modern computers do because of the many GHz multi-core CPUs and many GB RAM and tens of thousands of programmers (including 15,600 just for the Linux kernel). Like one weenie said, "when in doubt, use brute force." Even though software should be a lot cheaper to produce than hardware, shitty software is making everything less productive and less powerful. OOP is older than C and UNIX. PL/I had tasks and asynchronous I/O before C and UNIX existed, but as late as 2003, weenies like Eric S. Raymond were mocking multithreading. Basing your CS study on C and C++ is like basing your plumbing study on street shitting and concluding toilets are impractical and were not invented until the 2000s.

>Modern Unix is a catastrophe. It's the "Un-Operating System": unreliable, unintuitive, unforgiving, unhelpful, and underpowered. Little is more frustrating than trying to force Unix to do something useful and nontrivial. Modern Unix impedes progress in computer science, wastes billions of dollars, and destroys the common sense of many who seriously use it.

>>1021171

>* Start with C (from C89 to C11) and a functional language (I suggest Scheme or SML),

C is totally broken. For such a "simple" language, they couldn't even be bothered to check whether the syntax of compound literals would interfere with preprocessor macros. Putting a comma inside braces causes the parts of a compound literal to be treated as separate arguments. Array decay, the lack of error handling, null-terminated strings, and many more problems are far more serious. C also sucks so much that C18 added no new features because they spent the last 7 years fixing bugs in the standard itself.

http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2299.htm

>* (optional) Learn sh and the differences with bash/zsh, including the POSIX standard about *utils.

That's like saying that learning the Start menu on Windows xp is computer science. None of these have anything to do with computer science at all. They're just user interfaces to an OS that sucks.

>* Choose a scripting language. Ease of interaction with your main language (or at least executables) is important, because you don't want to make the same mistake as retards making big programs in Slowthon. The main ones are Python and Perl; I chose TCL, personally.

Scripting languages are workarounds for not having a good language on the computer.

>then learn SIMD intrinsics (don't bother with nasm/yasm).

That's the compiler's job. It's good to learn the basics of an assembly language, but SIMD usually sucks, especially on x86. Vector instructions in the 70s and 80s were added for high-level languages like Fortran and their compilers to use automatically. UNIX languages are not friendly to the programmer or the hardware, so the only reason to learn them is that they're incompatible with other languages. C's null-terminated strings and array decay are anti-features that make code slower and less reliable and incompatible with other languages. For AT&T, this was a feature because the incompatibility they caused made programmers dependent on C and UNIX.

>Not that important, but learning how to use tools like lex, yacc and gperf is very useful for other programs.

Those "tools" suck. There are a lot of languages they can't be used with like Lisp, PL/I, Fortran, and BASIC.

>The thing is that there are good chances you'll burn out.

That's what happens when you "learn" all this bullshit that doesn't make any sense. For example, /usr came about because AT&T's PDP-11 ran out of disk space one time in the 70s, so they hardcoded /usr/bin into the shell instead of actually solving the problem. By the time you "burn out", you will have no idea that there are communities that decide things based on more respectable reasons than what happened once on one PDP-11 in New Jersey in the 70s.

    But it's much worse than than because you need to invoke
this procedure call before entering the block.
Preallocating the storage doesn't help you. I'll almost
guarantee you that the answer to the question "what's
supposed to happen when I do <the thing above>?" used to be
"gee, I don't know, whatever the PDP-11 compiler did." Now
of course, they're trying to rationalize the language after
the fact. I wonder if some poor bastard has tried to do a
denotational semantics for C. It would probably amount to a
translation of the PDP-11 C compiler into lambda calculus.


 No.1021226

My college breakdown was:

50% unrelated to CS

25% trivia about CS

25% writing programs small enough to instill a false sense of proficiency.

>>1021169 is right. In the work world you'll be solving real world problems, and you'll be handed use cases and time budgets that are non-negotiable. There's also a chance that you won't write the entire code base from start to finish, but will be handed a steaming pile of shit and need to make changes to it or find bugs in it with a time limit. This is where you get past the "I can do X" stage of making software, and enter the territory of "I can do X, Y, and Z. I can't do X or Y in this situation, so Z it is."

Ultimately the skill I've identified is half efficiency in producing a given solution, and half in having the flexibility to either plan for the future or dig yourself out of a hole you were pushed into.


 No.1021239

>>1021220

Reminder that Stallman is a thief and liar.

He stole from Symbolics and lied about MIT.


 No.1021241>>1021249

>>1021213

Yes I have. SICP does not include the entirety of OP's topics.


 No.1021242>>1021249 >>1021268

>>1021197

OP's list is the outline for a typical 4 year undergraduate degree in computer science. Removing the typical humanities requirements, there's no reason why you couldn't learn it all in 3 years if you were doing it full-time. That's the foundation anyways, you can spend several lifetimes studying some of these topics and still never learn it all.


 No.1021244>>1021245 >>1021253 >>1021254

>>1021162 (OP)

>to be a top tier game programmer

Game programmers are the bottom of the barrel programmers, so it's not a hard bar to pass. You honestly don't need any of those things you listed. Game development is mostly implementing business logic and not doing anything interesting or hard

t. developer for a game most gaymers here have probably played


 No.1021245>>1021251

>>1021244

I missed that OP wanted to be a game programmer. Why is he worrying about Fourier transforms and signals processing, kek.


 No.1021249

>>1021241

Yeah dude I know. But don't you remember how long it took to do SICP?

>>1021242

You mean like he's going to 'not' go to college by watching lectures and then skim read a few books and be done. lol ok he could easily do that.


 No.1021251>>1021279

>>1021245

because I wanna make things with procedural audio and shit.

Also signal processing is usefull for shit like I dunno, doing proper VST support or shit like that.


 No.1021253>>1021255

>>1021244

>most gaymers here have probably played

Which one?


 No.1021254>>1021255 >>1021266 >>1026290

>>1021244

>business logic

I fucking hate this term. Why would people refer to logic as business logic, even if there is no business involved?


 No.1021255>>1021256 >>1026290

>>1021253

I work for a small company that is partnered with a large company and I don't want to associate them with this site.

>>1021254

It's the logic that a business actually cares about. They don't care about all the abstractions and lower level stuff you've done.


 No.1021256

>>1021255

>I work for a small company that is partnered with a large company and I don't want to associate them with this site.

My dad works for a big videogame company I won't mention.


 No.1021257>>1021259 >>1021275 >>1021276

The CS professors are all oldfags who barely know what python is. They literally grew up with Pascal and other dead languages. The best way to get into CS is to start coding and simultaneously read up on the fundamentals. In the beginning you should read 90% of the time and in the end you should practice 90% of the time. Focus on one language at a time, it's better to be an expert in one language than to be an amateur in a dozen.


 No.1021259>>1021275

>>1021257

>CS professors

Some of my CS professors can't even into windows git GUI.

Btw, you will not learn programming at university. They'll teach you a bare minimum, but that's way too little. To actually use those skills, you'll need multiple years of experience. I was already programming for around 5 years when I started university. CS is actually only good for the science behind things. Complexity theory, language theory, automata, etc.


 No.1021266>>1021273 >>1026290

>>1021254

I think that guy is misusing it. Business logic is the code that does the actual business of the app, like AI or physics in a game, the stuff that he calls "interesting or hard" parts. As opposed to boring details like UI, db access, format conversions, bounds checking, glue code, etc. Business is in the sense of what the program busies itself with, not as in "businessman".

If you were writing a program to do something new, business logic would be where your coming up with original solutions to new problems, the rest would be trivial things that "everyone" knows how to solve (like "how to read file from disk").


 No.1021268>>1021277 >>1021284

>>1021242

>11 languages

>like 5 disparate specialized domains

>typical undergraduate degree

What's it like being a nigger?


 No.1021273

File (hide): bbadf834ca413be⋯.png (1.22 MB, 1056x660, 8:5, ClipboardImage.png) (h) (u)

>>1021266

thx for the clarification. Have a cute.


 No.1021275>>1021375

>>1021257

>The CS professors are all oldfags who barely know what python is

That hasn't been my experience.

>The best way to get into CS is to start coding

CS isn't about coding

>>1021259

>Some of my CS professors can't even into windows git GUI.

Yeah even my professors with phd are retarded about the current software engineering environment is. It annoys me so much because they are constantly lying in how things work. Luckily, I actually know how stuff is implemented so I don't fall for those lies. Unfortunately, the rest of the class probably believes them.

>Complexity theory, language theory, automata

That's the mathematical side of CS, not the science side.


 No.1021276

>>1021257

For the one millionth time, CS is not a computer language bootcamp.

>Muh professors are old!!!

What the fuck do you want? A pink haired 19 year old negress that 'repraSHENTZ da youff'? Fuck off, kill yourself and respawn as an intelligent person.


 No.1021277>>1021527 >>1021676

>>1021268

What's it like never going to a top 10 university? If you weren't retarded, you'd realize that an undergraduate degree will tie together various disciplines, you don't "specialize" until you get to 4th year or grad school. Why does this board attract so many idiots? Can you at least apply a little bit of thinking before posting?


 No.1021278>>1021279

Ok. Once you've got a grasp on calculus read Oppenheim's two books: Signal and Systems, and Discrete-Time Signal processing. I'm pretty sure there are even OCW lectures for the first textbook.


 No.1021279


 No.1021284

>>1021268

>11 languages

Learn a few paradigms and it's a trivial effort to pickup similar languages.

During four years at uni I used: C, Java, Scheme, Python, C++, MIPS ASM, 68k ASM, Haskell, Prolog, and partly owing to being a double major math fag, Mathematica and brief exposure to R. It's quite likely that I've forgotten some too. 11 languages in four years isn't really much of a stretch. Granted in my senior years I shifted to compiler design topic. In subsequent years I've picked up many more languages.

One thing I've noticed is that stupid people really have a skewed perspective of how much knowledge intelligent people can acquire. If you want another perspective, look at the mountain of knowledge required to complete a post-doctorate program in Neural Surgery. I know thirty five year olds that are only just beginning to open their practise. These are top tier individuals, who have been bouncing around the world's top schools since they were 17.


 No.1021309>>1021368 >>1021472 >>1025995

While I did attend (((university))) I did a lot of self-teaching and a lot of topics even into upper-division are easy enough if you've seen it before. Enough that you could conceivably get an internship or job offer if you can show your stuff.

>top tier game programmer

Before going down this route, please realize that games programming is tedious, difficult, and very stressful. The pay is low and your job is always on the line. If you want to be top-tier, genuinely, and have some better job security, you're likely looking at being either an engine programmer or working with graphics drivers a lot. And those two things overlap a lot, so it's really one specialty. If you find you dislike this field, I would not recommend games programming. If you're not actively developing engine tools you're probably just writing scripts to control stuff. Everything else (level design, creating assets, etc) is "art" and entails no programming.

>How to math

You will need a strong math background (and some physics) for engine work. It's as math-heavy as computer science gets outside of algorithms & proofs.

Use Khan Academy. You can take tests to gauge your current understanding. Then fill in blanks.

Their material on Algebra is excellent. Their material on Differential Calculus is fine. The videos and practice problems complement each other well through this point.

Use OpenStax books to fill in any gaps if you have trouble understanding the way Khan Academy presents a topic.

Once you hit Integral Calculus, you will want to switch to OpenStax + 3Blue1Brown's videos for conceptual understanding of topics.

Integrals are probably the hardest form of calculation you will do. Don't be afraid to just grind out 10,000 problems until you are comfortable solving them. Same for any difficult Algebra problems you find. Just do a lot. If you run out of problems on Khan Academy, or on OpenStax, or anywhere else, buy a workbook of problems + solutions. You need to know if you're doing the work correctly.

OpenStax also has books on physics.

>How to code

Grab a copy of SICP and watch the Structure & Interpretation course on MIT OpenCourseware's YouTube page. Legitimately good series and introduction despite the memes.

For object-oriented, go learn the C++ essentials from literally any tutorial or book. The original book detailing the spec is fine. Make sure you know how classes, objects, and inheritance work. Know how and when to use a pointer and to create memory on the heap.

For the advanced stuff, Scott Meyers has an excellent series.

Effective C++ -> Effective STL -> Effective Modern C++

Know how to write data structures like Linked List, Binary Search Tree, AVL Tree, Graph, and Hashtable on your own.

Learn how to use the STL to implement standard versions with proper abstractions instead of writing your own constantly.

Learn how to use modern C++ additions to ensure memory safety and optimal move semantics.

>Other niche topics

You're right that these are taught as upper-division graduation requirements at most (competent) universities. I would mostly recommend finishing the above. Once you are comfortable with that, you can look into popular textbooks for the remainder.

Be sure to tinker with game engines or write your own basic one. It's a good experience that will prepare you for the field you want to go into and give you a taste of that life. I don't know about Unreal, but Unity can be customized at a very low level if you're willing to tinker. Ultimately, it's about building a portfolio of work that demonstrates you can put the time in and deliver a product.

This is your job now. 8+ hours a day, 15 minute breaks between topics. If you find yourself burning-out on a topic, break and switch. No forums or videos except during breaks. Self-motivating to get stuff done is a skill that has to be self-taught and is valuable.

Just do me a favor and, when you finally make it, give back to the community a little. Help your fellow anons out when they struggle. Spend some time each week writing code for a free software project. Don't get cucked, and be a real asset that they can't live without. If it's worth doing, it's worth overdoing. Make yourself essential, and be the best you can be in life, no matter what you do or where you do it. Only you can hold yourself to such a high standard; nobody else will.

If you need more help, please ask.


 No.1021368>>1021372 >>1021377 >>1021419 >>1021676

>>1021309

I've been trying to tech myself some entry-level physics, are the free books on openstax really better than your typical $100 college textbook? I'd assume it varies subject to subject, so I'm only asking about what you've read on there


 No.1021372

>>1021368

Just use libgen to get the best text book available.


 No.1021375>>1021376

>>1021275

>That's the mathematical side of CS, not the science side.

What is the science side? Honest question. It must be something that uses the scientific method, but what? Implementing algorithms and measuring the results?


 No.1021376>>1021379 >>1028078

>>1021375

I consider stuff like HCI (human computer interaction) or software engineering the science part.


 No.1021377

>>1021368

If you happen to like physical books you can get used older editions very cheap.


 No.1021378>>1021403 >>1021427

college isnt a scam. you know what you are going to pay and know what you are going to receive. getting a job as a self taught CS guys isnt easy. your job opportunities are going to be super shit and you are going to need to know some friends to get your foot in the door. after you get a job it still isnt easy to get another job after that. you probably are going to be relegated to webshit without a major.


 No.1021379

>>1021376

Oh, that makes sense. Forgot about all the humans.


 No.1021403>>1021436

>>1021378

You should go back to elementary school.


 No.1021419>>1021591 >>1021676

>>1021368

Three volumes of physics, all free to view online.

http://www.feynmanlectures.caltech.edu

You will need to do some exercises if you're serious about physics. There's an exercise book for the Feynman lectures which is quite cheap, plus there are plenty online. I'm a fan of the books by A.P. French as well an Purcell's electromagnetism.


 No.1021427

>>1021378 Graduating from a university is very important to get a job!


 No.1021436


 No.1021472>>1021676 >>1022012

>>1021309

Excellent write-up. The only thing I take issue with is this suggestion:

>This is your job now. 8+ hours a day, 15 minute breaks between topics.

Being gung-ho is good, having that dedication right out of the gate is better, but I believe if someone is starting from zero then it must be treated like a workout.

One should work up their intensity little by little every day, while taking time to examine their actual process.

In no field is this more critical to success then CS.

>Self-motivating to get stuff done is a skill that has to be self-taught and is valuable.

It's also includes a set of muscles that need to be trained, like reasoning, memory, and templating.

>>1021162 (OP)

Look into writings and talks by well-studied CS professionals. They're easy to consume, have topics to muse on, and can give you a better idea about how to reason though things.

https://www.youtube.com/watch?v=f84n5oFoZBc

http://worrydream.com/refs/Brooks-NoSilverBullet.pdf

https://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html

The Algorithm Design Manual - Steven S. Skiena

Knuths books. You know the ones.

Also ask yourself whenever your struggling:

>"What problem am I trying to solve?"

Or when your examining a tool:

>"What problem is this trying to solve and how is it solving it?"

Read SICP and don't be afraid to read it, or any other text over again for reinforcement.


 No.1021527>>1021556

>>1021277

>typical

>top 10

Nigger even MIT makes students pick 2-3 languages so they can learn actual CS instead of language hopping forever


 No.1021556

>>1021527

LARPing.


 No.1021591

>>1021419

This Caltech series is good too, as a supplement. There is a textbook which coincides with the lectures as well, in which the only requirement is calculus.

https://www.youtube.com/playlist?list=PL8_xPU5epJddRABXqJ5h5G0dk-XGtA5cZ


 No.1021602

File (hide): 141058ae81ad2ee⋯.jpg (123.34 KB, 1440x1080, 4:3, 1455056861429.jpg) (h) (u)

Apply lube and rub vigorously.


 No.1021676

>>1021472

I had a lot of that stuff in there (more variation in concepts, taking breaks, not being afraid to go back and review the basics) but I hit the character limit and decided to cut it down to essentials.

There's a lot of great talks and materials out there, it's just that sorting through it, finding the best or most worthwhile stuff, and prioritizing accordingly is a skill unto itself.

Hard to make general recommendations because people range from having no ability to do stuff without guidance and having a curriculum structured for them and some people just drown without 100% autonomy. A lot of people are in-between. Recognizing where you are and getting yourself to where you want to be is something people need tailored to them and it's best if they figure it out and do it themselves.

>>1021277

Depends on what you mean by "specializing". Some schools save the electives for the last year, but others do more to prioritize doing all your general (outside of major) coursework alongside major stuff, and the major stuff eventually has to turn into electives. How many slots and how the prerequisites are structured varies a lot between schools, even "top" ones.

And "top 10" is such a nebulous term. Almost every school approached computer science differently and the rankings on most lists are focusing on particular aspects. Some schools with a big name will get ranked above better schools for the major because all else being equal a degree from there sounds more impressive, which is a stupid metric but it's how a lot of universities are clinging-on to their reputation at this point.

>>1021368

Yes and no. Understand that the appeal of OpenStax is that it's an open source, collaborative, and above all else FREE resource that mimics traditional textbooks but isn't beholden to changing things just to sell a new edition each year. Great news for normies who don't know about libgen, MaM, etc.

Quick plug for >>>/t/ which is pretty dead but has a lot of potential to help people find stuff. If you're into filesharing, drop by, make a post, upload some content if you have it. It's dead because there's no traffic and there's no traffic because it's dead.

Overall I'd recommend using as many textbooks on physics as you can find, opening them all side-by-side, and working through the same concept in each of them. Some books will explain concepts better than others. You just need one to "click" and for the ideas to start making sense. Physics can be rough so if it doesn't make sense right away don't worry about it. Some parts are also so simple you'll wonder why it even needs to be explained.

>>1021419

I will second the Feynman lectures. Great, classic series on Physics.


 No.1022012

>>1021472

>One should work up...

>Also ask yourself whenever your struggling:


 No.1022016

File (hide): 4612cb986ff5c3d⋯.jpg (211.85 KB, 950x675, 38:27, vintage gamedev.jpg) (h) (u)

>>1021162 (OP)

>Since college is a scam, what would be the necesary CS topics to be a top tier game programmer?

Just read some books and make as many small projects as you can. I say many small ones because those are the ones you'll finish. Big ones you'll reach halfway through and give up.

You don't need to be a genius or read a lot before getting started. Just start doing something, even if it's silly. Do something, and then keep doing it. Then do more things. The wisdom will come by itself.


 No.1022159>>1026303

>>1021220

The MULTICS nigger strikes again.


 No.1025995

>>1021309

Is there a reason why you would recommend C++ over C? Besides that I like your informative post.


 No.1026008>>1026037

>>1021178

No he'll be unemployable because for every application he sends out so do 100 pajeets with masters degrees and that is all the hiring clowns care about.


 No.1026037>>1026053

>>1026008

>pajeets with masters degrees

Worth as much as the toilet paper they refuse to use.


 No.1026045

>>1021220

I don't know if you're still here but I'd like to know which software/languages/platform don't suck in your opinion.


 No.1026053>>1026061

>>1026037

Yet they will still get hiring preference 100% of the time over a self taught programmer.


 No.1026061>>1026063

>>1026053

That's because they'll work for a low wage. You could be self-taught and have a great reputation behind you, which is quite easy to attain in the open source world.


 No.1026063>>1026065

>>1026061

So what you're really saying is that in order to get a job as a self taught programmer you need to be willing to take a smaller wage than an outsourced indian.


 No.1026065

>>1026063

No, it's sufficient to get a job following your strategy, but it is not necessary. Indians are filling lower entry positions, as Enterprise Devs at NPC Inc. Many startup companies that want quality over quantity will be interested in you (if you are talented) over the Indian "PhD trust me guy" shit coder.


 No.1026211

>>1021162 (OP)

You say hate college and at the same time, you're gonna adapt the same curriculum of them. I see a lot of topics totally unnecessary for you to become "top tier game programmer". Those precious times could be well spent learning something relevant.


 No.1026290

>>1021254

only actual niggers use the term "business logic"

>>1021255

>It's the logic that a business actually cares about. They don't care about all the abstractions and lower level stuff you've done.

le big boy insult

>>1021266

>like AI or physics in a game

No, that isn't fucking "business logic". That's physics, and AI. Oh wait you probably use some bullshit engine with muh integral game step muh delta and write your physics in some retarded high level modular way with the end result of it making no sense. In CS:GO crouch walking results in judder (but you probably can't notice it among the other problems on your garbage LCD) because the retards abstracted physics from animation. In every modern game if you watch players move they look like stuttery bullshit relative to each other as they all move at different rates despite the game having no concept of movement speed and they shoot you without even pointing the gun at you, because muh interpolation.


 No.1026295

>>1021220

>That's the compiler's job.

I don't know many details about SIMD but I'm pretty sure the compiler can't be trusted that much since changing the code a bit can end up with the removal of SIMD.


 No.1026303

>>1022159

First time I’ve seen that autism. It’s so insane looking that I don’t know what to say.


 No.1028078

>>1021376

>software engineering the science part

man, that's daft.

that's the engineering part, for fuck's sake.

HCI is design science, not computer science :^)


 No.1028080

>>1021220

The worst thing of all, is that he's right, and that the ones who had their minds destroyed by UNIX refuse to accept it.


 No.1028082>>1028330 >>1028960

Don't go into anything tech related OP. It sucks. You'll end up going insane and cutting your own dick off. Keep it as a hobby, work something else.


 No.1028330>>1028960

>>1028082

>Don't go into anything UNIX related OP. It sucks. You'll end up going insane and cutting your own dick off. Keep it as a hobby, work something else.

FTFY

#notalltech


 No.1028959>>1029013

I've been deep diving into Python for the last few months. What looked like a simple, powerful language at the outset has revealed itself to be a gnarled monstrosity with a horrific object system. I've never seen such a clusterfuck of documentation. The minute you try to do any serious programming with this language, it all falls apart. I've gone running and screaming back to my statically typed languages, FUCK this shit. Just my 2 cents.


 No.1028960

>>1028330

>>1028082

>ignore networking all together

good luck


 No.1029013

>>1028959

It's not a serious programming language. This is like trying to write scripts in C.


 No.1029101

i know what that means

https://n3t.host/mumble.html




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
81 replies | 5 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / animu / dempart / doomer / jenny / mde / mewch / tingles / xivlg ][ watchlist ]