• 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • Purely a subjective opinion (and I apologise if the artist shows up in this thread) but is it me or does it look like the person who made the background took a step back after it was done, marvelled at how pretty it was, and enjoyed the moment before thinking “…fuck I forgot about O’Brien”?

    It’s a great bit of artwork but poor Miles looks like an afterthought!




  • I was brought up on C, did a module of Java at uni, and am doing an algorithms course which is python heavy.

    My other half - who’s quite handy with Python - looks in sheer horror at my code which is littered with semicolons.

    I was stumped for half an hour figuring out why the Python interpreter was bouncing an error before it had even reached the main program logic… turns out a { before the block of code royally ruins the interpreter’s day.

    Still, I live and learn.