• 0 Posts
  • 52 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle








  • This was going to be my answer. Except we didn’t even read it as a class. We were doing some other boring stuff and I was flipping randomly through our textbook, where I found it and read it. I still think about it, and sometimes use it in RPGs.

    It would’ve also been super appropriate if I could never find it again in the textbook, but I can’t remember if that’s true.









  • You’re going to get in trouble and it’s not worth it.

    Don’t do personal stuff on their network. What are you even trying to look at via the school network?

    If you’re concerned about privacy while doing school stuff, use another device, or maybe a VM. Do they provide computers for students?

    You might get off with a warning because you’re young (I assume you’re like 16), but bypassing network security stuff as an adult at work will often get you fired.


  • I’ve never had a complaint about logging stuff in python. It generally does what I expect.

    “Create a copy of your object and print that” is what I ended up doing, but I don’t think most people would say that’s intuitive. I expect if i print something at a particular time, I get what it is at that point in time.