1099
submitted 11 months ago by coja@lemmy.ml to c/programmerhumor@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] fubo@lemmy.world 199 points 11 months ago

Meanwhile over in the mechanical engineering department, someone is complaining that they have to learn physics when they just wanted to build cool cars.

[-] darkpanda@lemmy.ca 76 points 11 months ago

I took engineering for a year before I realized it had nothing to do with trains.

[-] Kyrrrr11@lib.lgbt 30 points 11 months ago

Yeah that's why you go into physical training. That physically has trains... Right?

load more comments (1 replies)
load more comments (2 replies)
[-] Lakso@ttrpg.network 102 points 11 months ago

...then don't study computer science. I study CS and it's annoying when someone in a more math/logic oriented course is like "If I get a job at a tech company I won't need this". All that IS computer science, if you just wanna code, learn to code.

[-] Zetaphor@zemmy.cc 22 points 11 months ago

The problem is a lot of people who want to learn to code, and are conditioned to desire the college route of education, don't actually know that there is a difference and that you can be completely self-taught in the field without ever stepping foot in a university.

[-] QuazarOmega@lemmy.world 12 points 11 months ago

I always wanted to believe this, but, at least in my country, not even a specialized high school degree is enough to get me anywhere for months, it's crazy.
Maybe you could even make it without formal education, but everyone's always looking for those sweet 3+ years of experience in the field (ಥ﹏ಥ)

[-] Zetaphor@zemmy.cc 6 points 11 months ago

I certainly experienced this at the start of my career. Everyone wanted me to have at least bachelors degree despite the fact that I was able to run circles around fresh college graduates. It wasn't until someone gave me a chance and I had real world experience that people stopped asking me about my college education. In fact later into my career when they learn about the level of experience I have and that I'm entirely self-taught, it's often seen as something positive. It's a shitty catch-22

load more comments (11 replies)
[-] oce@jlai.lu 10 points 11 months ago

We're not closing schools despite having libraries and the internet, having (good) teachers is useful to learn faster and get pushed further. There are some good programming schools that can make it more efficient for you. I think the main problem is rather the insane cost of higher education in the USA which create anxiety about being certain that you can repay it in the future it may open for you. It is sad.

load more comments (1 replies)
[-] Neato@kbin.social 20 points 11 months ago

Can you get well paying coding jobs with upward mobility without at least a BA in CS?

[-] AnarchoYeasty@beehaw.org 19 points 11 months ago

It's harder to break into but I make 150k and barely graduated high school. Software engineering is largely a field that doesn't care about degrees but about ability. It's harder these days to break into the field than it was 10 years ago when I did but it's absolutely still possible

[-] Tavarin@lemmy.world 19 points 11 months ago

When I was looking for coding jobs with a decent portfolio, but no computer science degree I got 1 interview out of 300 applications. They absolutely will not look at you if you don't have the CS degree, or already know someone at the company who can force you in.

load more comments (3 replies)
[-] itsJoelle@lemmy.world 3 points 11 months ago

I can agree with this. Landed my first dev job after working as a tradesman for a decade, but I liked computers enough to learn on my own. My 'trade' offered a 'unique persepective,' I guess.

[-] fred@lemmy.ml 9 points 11 months ago

I have a fine arts degree and I'm a lead dev 🤷‍♂️

[-] Kecessa@sh.itjust.works 21 points 11 months ago

You must write beautiful code

[-] CallumWells@lemmy.ml 5 points 11 months ago

It's all ASCII art, but it runs like shit ;P More seriously; what constitutes beautiful code is very open to interpretation. Someone would say that a single line of list comprehension expression is beautiful while another would say the same thing expressed over several lines making the logic abundantly clear is beautiful.

[-] oce@jlai.lu 6 points 11 months ago

Maybe not what you're asking but people with a non-CS M.Sc or PhD commonly switch to coding, especially in the data fields.

[-] regular_human@lemmy.world 4 points 11 months ago

Anecdotally, I have an associates degree in horticulture and am currently the engineering lead for a team of six

load more comments (3 replies)
[-] cosmicboi@lemmy.world 4 points 11 months ago

I would have done CS if every math class at my school didn't have 500 people in it. Even college algebra. They basically made everything a weed-out class

I do think many of the CS concepts are pretty cool :)

[-] jungekatz@lemmy.world 3 points 11 months ago

Well what i felt working at a tech company that there are instances where we run into specific problems those may need to devise an algo ,and most of my non computer science peers fail to understand why!!

[-] HairHeel@programming.dev 85 points 11 months ago

4 years later: "this button is the wrong color. fix it ASAP"

[-] Zetaphor@zemmy.cc 10 points 11 months ago

I was interviewed with complex logic problems and a rigorous testing of my domain knowledge.

Most of what I do is updating copy and images.

[-] AkumaFoxwell@feddit.de 4 points 11 months ago

This hurts so much because it's my life :(

[-] where_am_i@sh.itjust.works 72 points 11 months ago

A few failed exams later you end up programming cyberpunk and since you're so oblivious to algorithms' complexity it becomes a meme not a game.

[-] Chadus_Maximus@lemmy.zip 37 points 11 months ago

But it's ok because now Nvidia has to deal with your garbage code due to Cyberpunk being the only game that supports the latest graphics tech.

[-] magic_lobster_party@kbin.social 39 points 11 months ago

I wonder how many in that class will ever need to think about multitape Turing machines ever again.

[-] jakoma02@czech-lemmy.eu 49 points 11 months ago

The point of these lectures is mostly not to teach how to work with Turing machines, it is to understand the theoretical limits of computers. The Turing machine is just a simple to describe and well-studied tool used to explore that.

For example, are there things there that cannot be computed on a computer, no matter for how long it computes? What about if the computer is able to make guesses along the way, can it compute more? Because of this comic, no — it would only be a lot faster.

Arguably, many programmers can do their job even without knowing any of that. But it certainly helps with seeing the big picture.

[-] riskable@programming.dev 7 points 11 months ago

Arguably, a much more important thing for the students to learn is the limits of humans. The limits of the computer will never be a problem for 99% of these students or they'll just learn on the job the types of problems they're good at solving and the ones that aren't.

[-] SkyeStarfall@lemmy.blahaj.zone 10 points 11 months ago

The limits of computers would be the same as the limits for humans. We have no reason to think the human brain has a stronger computation power than a Turing machine.

So, in a way, learning about the limits of computers is the exact same as learning the limits of humans.

But also, learning what the limits of computers are is absolutely relevant. You get asked to create an algorithm for a problem and its useful to be able to figure out whether it actually is solvable, or how fast it theoretically can be. Avoids wasting everyone's time trying to build an infinite loop detector.

[-] riskable@programming.dev 5 points 11 months ago

The "limits of humans" I was referring to were things like:

  • How long can you push a deadline before someone starts to get really mad
  • How many dark patterns you can cram into an app before the users stop using it
  • The extremes of human stupidity

👍

[-] SkyeStarfall@lemmy.blahaj.zone 5 points 11 months ago* (last edited 11 months ago)

..none of which would be relevant for most people working in back-end, which would be most people that take compsci.

I would hate to go to a compsci study and learn management instead. It's not what I signed up for.

University also shouldn't just be a job training program.

[-] dtxer@lemmy.world 21 points 11 months ago

I didn't go to university, because I wanted to learn useful stuff, but because I'm curiousity driven. There is so much cool stuff and it's very cool to learn it. That's the point of university that it prepares you for a scientific career where the ultimate goal is knowledge not profit maximisation (super idealistically).

Talking about Turing Machines it's such a fun concept. People use this to build computers out of everything - like really - it became a Sport by this point. When the last Zelda was Released the first question for many was, if they can build a computer inside it.

Does it serve a practical purpose? At the end of the day 99% of the time the answer will be no, we have computing machines built from transistors that are the fastest we know of, lets just use these.

But 1% of the time people recognize something useful... hey we now found out in principle one can build computers from quantum particles... we found an algorithm that could beat classical computers in a certain task... we found a way to actually do this in reality, but it's more proof of concept (15 = 5×3)... and so on

[-] z500@startrek.website 7 points 11 months ago

Never used a Turing machine, but I have a project that generates NFAs and converts them to DFAs so they run faster.

load more comments (2 replies)
[-] Blamemeta@lemmy.world 3 points 11 months ago

Ram is literally just the tape. Modern computers are just multitape turing machines, albeit the tape ends at some point.

load more comments (1 replies)
load more comments (1 replies)
[-] WolfhoundRO@lemmy.world 38 points 11 months ago

... and then you program games and you do the least performant bogosort you can ever think of

load more comments (2 replies)
[-] GTG3000@programming.dev 32 points 11 months ago

But you can make games that much more interesting if your algorithms are on point.

Otherwise it's all "well I don't know why it generated map that's insane". Or "well AI has this weird bug but I don't understand where it's coming from".

[-] klemptor@lemmy.ml 14 points 11 months ago* (last edited 11 months ago)
[-] blivet@kbin.social 7 points 11 months ago

I’m grateful to this strip because reading it caused me to learn the correct spelling of “abstruse”. I’ve never heard anyone say the word, and for some reason I had always read it as “abtruse”, without the first S.

[-] Lmaydev@programming.dev 13 points 11 months ago

I did games technology at university. We had a module that was just playing board games and eventually making one. Also did an unreal engine module that ended with making a game and a cinematic.

It was awesome.

[-] linuxduck@nerdly.dev 9 points 11 months ago

I loved learning lambda calculus (though for me it was super hard)

load more comments (4 replies)
[-] static_motion@programming.dev 8 points 11 months ago

Sipser is an absolute banger of a book though.

load more comments (4 replies)
[-] jungekatz@lemmy.world 7 points 11 months ago

My favorite subject at engineering school !

load more comments
view more: next ›
this post was submitted on 19 Jul 2023
1099 points (98.4% liked)

Programmer Humor

31205 readers
1735 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS