Blog
Filtering all posts with topic Til
- TIL: Migrating Keras 2 Models to Keras 3Automating the migration of ~80 .keras models from Tensorflow 2.13.0 to 2.16.2.
- TIL: Configuring jj fix with RuffMy configuration for linting and formatting Python projects with Jujutsu.
- TIL: Fast Array Accumulation in XarrayBenchmarking different methods to accumulate a large array from chunks using Xarray.
- TIL: How Fast is Solar Bitflip Sort?Using simulations to estimate the sorting speed of cosmic radiation.
- TIL: Exporting a GEE Image Using Rasterio TransformsTranslating affine transforms to Earth Engine export parameters.
- TIL: Whitelisting a Local Subnet with NordVPNA hacky fix for NordVPN disconnecting shared drives on a local network in Windows.
- TIL: Promises in Earth EngineYou can handle async callbacks using promises (but you probably shouldn't).
- TIL: Using Icons in Earth EngineLoad icons from GStatic or data URLs.
- TIL: Handling Rule Lists in LarkHandle ambiguity in the grammar, not the parser.