Laur's blog
Sign in Subscribe

convert

A collection of 4 posts
Helm - Unable to parse YAML
helm

Helm - Unable to parse YAML

Here's my process to fix a yaml to json conversion error in Helm
Feb 2, 2023 1 min read
My Process to Convert SACD ISOs
sacd

My Process to Convert SACD ISOs

Here's a way to convert SACD ISOs to more common formats in Windows, using free tools.
Jan 25, 2023 3 min read
Fix *standard_init_linux.go:XXX: exec user process caused "no such file or directory"* Error
convert

Fix *standard_init_linux.go:XXX: exec user process caused "no such file or directory"* Error

TL;DR: Use dos2unix While switching from Ubuntu to Alpine images, I've encountered the fillowing error: standard_init_linux.go:195: exec user process caused "no such file or directory" Quite unfortunate, because the script stayed in the same spot and only the image changed. After
Nov 17, 2017 1 min read
Save Pandas DataFrame as Django Model
convert

Save Pandas DataFrame as Django Model

TL;DR: use bulk_upload coupled with a comprehension to speed up loading. Initially, I started to convert the data frame to a Model object row by row and save it. While easy, it's also arguably the slowest method to load records, because the save() call performs a
Aug 7, 2017 2 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost