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

troyunrau.ca (personal)

lithogen.ca (business)

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

help-circle








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