• 0 Posts
  • 63 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle






  • His voice isn’t much different!

    I watch his videos because it’s nice to have an insider view of what was the formative years of Microsoft’s assimilation creation of a common office workspace. The anecdotes are deliciously 90’s, the openness is refreshing, and the implementation detail is quite interesting.

    My other half likes the videos because he has that quite monotone voice, with quite an even canter and the odd lingering pause that can send her to sleep.

    Win win.




  • Alright, I’m going to be a real pain in the arse here and throw some edge cases at that idea - not because I’m trying to be a cockwaffle (I can manage that all by myself), but trying to straighten out my understanding of these things…

    In short, what criteria does the data have to meet to make it immutable, and can that be changed in future?

    Birth certificates are brilliant for establishing time dates and places, but what if someone changes their name or gender partway through life? Is there a function to amend the original blockchain entry, or is a new one created that supersedes an old entry in the ledger?








  • 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.