this post was submitted on 05 Feb 2025
497 points (96.8% liked)

Greentext

5001 readers
696 users here now

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:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] Ascend910@lemmy.ml 5 points 1 day ago

virtual machine

[–] Simulation6@sopuli.xyz 49 points 1 day ago (6 children)

I don't think you can memorize how code works enough to explain it and not learn codding.

[–] FlexibleToast@lemmy.world 24 points 1 day ago (7 children)

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.

[–] TheSlad@sh.itjust.works 16 points 1 day ago (1 children)

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

load more comments (1 replies)
load more comments (6 replies)
[–] drmoose@lemmy.world 12 points 1 day ago (1 children)

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.

load more comments (1 replies)
load more comments (4 replies)
[–] kabi@lemm.ee 111 points 1 day ago (7 children)

If it's the first course where they use Java, then one could easily learn it in 21 hours, with time for a full night's sleep. Unless there's no code completion and you have to write imports by hand. Then, you're fucked.

[–] 404@lemmy.zip 33 points 1 day ago (3 children)

My first programming course (in Java) had a pen and paper exam. Minus points if you missed a bracket. :/

[–] SatanClaus@lemmy.dbzer0.com 11 points 1 day ago

Haha same. God that was such a shit show. My hand writing is terrible lmao

load more comments (2 replies)
load more comments (6 replies)
[–] TootSweet@lemmy.world 89 points 1 day ago (1 children)

generate code, memorize how it works, explain it to profs like I know my shit.

ChatGPT was just his magic feather all along.

load more comments (1 replies)
[–] RaoulDook@lemmy.world 10 points 1 day ago (1 children)

Unless they're being physically watched or had their phone sequestered away, they could just pull it up on a phone browser and type it out into the computer. But if they want to be a programmer they really should learn how to code.

load more comments (1 replies)
[–] burgersc12@mander.xyz 30 points 1 day ago

Bro just sneak to the bathroom and use chatgpt on your phone like everyone else does

[–] Psaldorn@lemmy.world 17 points 1 day ago

Now imagine how it'll feel in interviews

[–] 2ugly2live@lemmy.world 15 points 1 day ago (2 children)

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.

load more comments (2 replies)
[–] GarlicToast@programming.dev 14 points 1 day ago

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:

  1. Try to solve
  2. Fail
  3. Take a peek, understand your failure. If the peek didn't include full solution, go back to step 1. Else continue to step 4.
  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.

[–] nsrxn@lemmy.dbzer0.com 10 points 1 day ago

run it in a vm

load more comments
view more: ‹ prev next ›