Java is literally easy bro tf is there to stress about...
Greentext
This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.
Be warned:
- Anon is often crazy.
- Anon is often depressed.
- Anon frequently shares thoughts that are immature, offensive, or incomprehensible.
If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.
run it in a vm
I don't think you can memorize how code works enough to explain it and not learn codding.
Exactly my thought
It's super easy to learn how algorithms and what not work without knowing the syntax of a language. I can tell you how a binary search tree works, but I have no clue how to code it in Java because I've never used Java.
And similarly, i could read code in a language I dont know, understand what it does and how it works even if I don't know the syntax well enough to write it myself
I mean same, but you can look to the official docs for like what a loop or queue looks like
I'm a full stack polyglot and tbh I couldn't program in some languages without reference docs / LLM even though I ship production code in those language all the time. Memorizing all of the function and method names and all of the syntax/design pattern stuff is pretty hard especially when it's not really needed in contemporary dev.
Yeah a doctor has to read up on a disease in a book when they encounter it. Completely normal
He should be grateful. I hear programming interviews are pretty similar, as in the employer provides the code, and will pretty much watch you work it in some cases. Rather be embarrassed now than interview time. I'm honestly impressed he went the entire time memorizing the code enough to be able to explain it, and picked up nada.
He probably couldn't explain it well if he didn't know how to code at all imo
I'm honestly impressed he went the entire time memorizing the code enough to be able to explain it, and picked up nada.
Or he asked the LLM to summarise it and memorised that.
Been a TA when chatGPT was released. Most students shot their own foot this way before we figured what was happening. Grades went from bell shaped to U shaped. A few students got 85+, the rest failed, it was brutal. Thought I failed my students horribly before I found out it was happening in all classes.
If you actually stuck in such a situation, solve as many problems as you can. An approach that will work for most people:
- Try to solve
- Fail
- Take a peek, understand your failure. If the peek didn't include full solution, go back to step 1. Else continue to step 4.
- Move to the next question and go back to step 1.
Make sure to skip questions if they are too easy. Evey 4~ hours take a 20 minutes nap (not longer than 25 minutes). If you actually manage to solve enough problems to pass, go to sleep, 4.5 hours or a longer multiplier of 1.5 hours.
After the exam go back and solve all homework yourself. DO NOT cram it, spread it or you will retain nothing long term.
Good luck.
https://nmn.gl/blog/ai-illiterate-programmers
Relevant quote
Every time we let AI solve a problem we could’ve solved ourselves, we’re trading long-term understanding for short-term productivity. We’re optimizing for today’s commit at the cost of tomorrow’s ability.
Not even. Every time someone lets AI run wild on a problem, they're trading all trust I ever had in them for complete garbage that they're not even personally invested enough in to defend it when I criticize their absolute shit code. Don't submit it for review if you haven't reviewed it yourself, Darren.
Nahhh, I never would have solved that problem myself, I'd have just googled the shit out of it til I found someone else that had solved it themselves
Capitalism is inherently short-sighted.
This guy's solution to becoming crappier over time is "I'll drink every day, but abstain one day a week".
I'm not convinced that "that ship has sailed" as he puts it.
Hey that sounds exactly like what the last company I worked at did for every single project 🙃
Why would you sign up to college to willfully learn nothing
A lot of kids fresh out of highschool are pressured into going to college right away. Its the societal norm for some fucking reason.
Give these kids a break and let them go when they're really ready. Personally I sat around for a year and a half before I felt like "fuck, this is boring lets go learn something now". If i had gone to college straight from highschool I would've flunked out and just wasted all that money for nothing.
Because college is awesome and many employers use a degree as a simple filter any way
Not a single person I've worked with in software has gotten a job with just a diploma/degree since like the early 2000s
Maybe it's different in some places.
We are saying the same thing. Degree > diploma for jobs. Go to college, get degree
I meant any form of qualification. Sure it helps, but the way you get the job is by showing you can actually do the work. Like a folio and personal projects or past history.
Art? Most programming? "Hard skills" / technical jobs... GOOD jobs. Sure. But there's plenty of degrees & jobs out there. Sounds like you landed where you were meant to be, alot of folks go where opportunity and the market takes them
Its probably a regional difference. Here in AU, you can be lucky and land a few post grad jobs if you really stood out. Otherwise you're entirely reliant on having a good folio and most importantly connections.
Many HR departments will automatically kick out an application if it doesn't have a degree. It's an easy filter even if it isn't the most accurate.
Yeah fair point, but then how are you going to get the job if you're completely incompetent at programming 🤔
Just use AI bro
To get a job so you don't starve
My Java classes at uni:
Here's a piece of code that does nothing. Make it do nothing, but in compliance with this design pattern.
When I say it did nothing, I mean it had literally empty function bodies.
So what? You also learn math with exercises that 'do nothing'. If it bothers you so much add some print statements to the function bodies.
Yeah that's object oriented programming and interfaces. It's shit to teach people without a practical example but it's a completely passable way to do OOP in industry, you start by writing interfaces to structure your program and fill in the implementation later.
Now, is it a good practice? Probably not, imo software design is impossible to get right without iteration, but people still use this method... good to understand why it sucks
To get hired.
A diploma ain't gonna give you shit on its own
So does breathing.
Now imagine how it'll feel in interviews