Explore >> Select a destination


You are here

ohadravid.github.io
| | rosshemsley.co.uk
14.7 parsecs away

Travel
| | Successful model development can be surprisingly dependent on good engineering practices. Despite this, many model implementations scattered about Github are difficult to follow and hard to recreate locally. But what should a good model look like? I would propose that the gold standard for a model implemented on Github could be: The dependencies may be installed automatically, using a single command. I can build the model in a sandbox without polluting with my dev.
| | tinkering.xyz
10.4 parsecs away

Travel
| | As part of my PhD I do computational modeling of quantum-biological systems. One of my simulations was misbehaving and in certain cases could take 8 hours to complete. That's really bad when you're trying to iterate quickly. This post describes how I made a series of optimizations to reduce the runtime by 250x via profiler driven algorithmic improvements, rewriting the core in Rust, and making use of parallelism.
| | blog.m-ou.se
15.0 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | www.sebastiansylvan.com
71.1 parsecs away

Travel
|