this post was submitted on 20 Sep 2024
413 points (94.8% liked)

Technology

58418 readers
5093 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 44 points 1 week ago (3 children)

I did the same thing. It was allowed in general, with the correct thought, "if you can code it yourself, you know the content"

I had another "program" that would fail to run but that's because I wrote notes into it. Doubt that was allowed.

[–] [email protected] 18 points 1 week ago (2 children)

Here in NZ they do a factory reset on your calculator at the start of every exam.

[–] [email protected] 18 points 1 week ago* (last edited 1 week ago)

Oh I would have been so pissed. I was programming on my calculator 24/7 instead of my classes.

I wrote a sudoku "editor"

I put that in quotes because I had a grid that could be navigated, arrows moved, storing the numbers, had number entry down. And when it was time to implement the solver, I learned the hard way what p vs np is.

[–] [email protected] 6 points 1 week ago (1 children)

They did that here too, but students would use a cheat program that made it look like teachers were resetting it, but really the memory was safe

[–] [email protected] 1 points 1 week ago (1 children)

I don't remember if they fully closed the loopholes, but there are inputs that programs cannot catch unless you actually replace the OS.

[–] [email protected] 1 points 1 week ago

My memory is pretty hazy but the cheat application emulated the process that teachers used to do a system reset.

Iirc, it let you press menu, select reset, confirm, and showed the (fake) confirmation screen.

Also IIRC, you had to install it from Mirage OS, which I don't think was an OS (?) but rather an app that everyone had to play games from.

[–] [email protected] 2 points 1 week ago

I did that but made it return success before it got to the notes. You had to scroll to get to the notes, but it looked innocuous before that.

[–] [email protected] 1 points 1 week ago

Oh god I remember doing that too. Those "programs" were the best. I even mad sure to make the code long, so that even if someone thought to take a look at the code they would have to scroll for a while to find the notes.