Centrist, progressive, radical optimist. Geophysicist, R&D, Planetary Scientist and general nerd in Winnipeg, Canada.

troyunrau.ca (personal)

lithogen.ca (business)

  • 48 Posts
  • 460 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Eh, maybe? It’s part of the fantasy-world-is-real trope. A spiritual successor to Narnia, but with adult characters. Or a predecessor to something like The Magicians. If you like these sorts of books, where the real world is part of the setting, then it may appeal. It’s almost Isekai.

    Honestly though, I’ve forgotten most of it. It’s a “read once” book.

    Read “Fred the Vampire Accountant” instead ;)






  • Funny story.

    Two decades years ago, when I first started working in arctic exploration, we were limited to how much weight we could take with us to our exploration camps. Most of us would decided on a couple of books to bring with us. But I didn’t want to bring books I wouldn’t like, because then I’ve wasted my weight allowance. So I brought that gold-coloured LotR copy with me and read it over and over, year over year. Probably read it at least once a summer for seven consecutive years. Sometimes in environments even more desolate than Mordor. Imagine reading it here.

    Later, I got a kindle and the weight problem sort of went away.












  • That’s a good idea. Better than my other ideas. Cereal box full of cereal and the modem.

    For a moment I considered putting in a bucket with resin and letting it solidify, then removing the bucket and just shipping them a modem encased in resin. But they’d probably charge me for the modem they’re just going to send to the landfill anyway. Maybe I should do that and turn it into a modem bowl on the lathe…




  • Making a web app is a mistake 9 times out of 10, particularly when dealing with larger datasets. Because you’re in physics, you probably want to skills you’re learning to be transferable into physics and data science in general.

    I recommend starting with python (if you know it already, awesome), then checking out pyqtgraph – there’s a bunch of demo apps that come with the package and you can use those as launch points. This will be your gateway into pyqt/pyside and legit desktop application development. Later, if you learn C++, you can transition into Qt (and still use all the power of the toolkit and the skills are transferable), or into raw C++ which is amazing for numerical computing.