Don't forget to stay hydrated.🍉🍉🍉🍉🍉

This is a test account for testing out lemmy.

Bio update test: 2024-03-13

  • 6 Posts
  • 113 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle







  • Especially if I am asked to read aloud. I have no idea what I just read. Best explanation I have is:

    cat text > /dev/mouth && cat text > /dev/brain
    

    And now I am overthinking how to improve the imaginary snippet. Read from /dev/eyes, pipe to “tesseract”, then redirect to /dev/mouth probably makes more sense.
    But what should /dev/eyes produce? Video stream? For simplicity, it would probably be best if my imaginary /dev/eyes simply returned current frame on each read. But does that make sense?


  • You people do realize this is likely made-up ragebait, right?

    As someone currently in college (soon not to be as I am dumb), I believe it. This indeed is how many do assignments, and also study, thus fully trusting the correctness of the information.

    But it’s coming from both sides.
    Lecturer on programming class told us we can ask questions if we have some. Cool, I did.
    So I asked, got “That’s a good question, let’s find out.”, he typed out my question to Gemini, and read back the answer.
    This was an introductory class to C, and my question was if you can find how much memory was allocated with malloc. His answer was Gemini’s answer which was a concrete no.
    Stackoverflow however provided me with better information on the matter: https://stackoverflow.com/a/1281720 (possibly yes)

    Also, I’ve seen him ask and copy paste a number from Gemini. I think it was what a max value is for uint32_t.
    Putting 232-1 into a calculator? Nah, let’s use an inefficient non-deterministic calculator instead.
    Lastly, he added “AI is your most patient teacher”.

    He did the speaking part of lectures above average, but holy information sources…