• 3 Posts
  • 40 Comments
Joined 2 years ago
Cake day: June 15th, 2023







  • Lol, i was going to post the same question one of these days. I too am almost on the same version and I was hoping some kind soul would help me out.

    On top of it I’m not very well versed with docker backups so I’m doubly scared. What I am going to do is to take a mirror image of my whole OS drive in my zfs mount that I use as backup, give a release notes a glance and go YOLO based on what I can make out.

    Your post gives me a lot of hope. Thank you!




  • Last year I wanted to set up a budget media PC and got enamored by this video: https://www.youtube.com/watch?v=WCDmHljsinY

    I got a 600 G3 with the 4560 processor, installed Debian onto it and hooked it to my 4k TV mainly to run immich and stremio.

    Immich runs just fine, though I have gotten too fast behind its upgrades and having less knowledge about Docker, I’m afraid to update immich. Need to figure that out.

    But what disappointed me was that my good quality videos (even the downloaded ones) are choppy to run (unlike the fluid expectations from the video above) and I don’t really know what I should look into to make it better.


  • There exist maps derived from satellite images called Land Use Land Cover maps that categorise each pixel into predefined classes like built up, forest, water, roads etc. Granted that these days semantic segmentation is used to generate such maps but traditional image processing and digitization has always been used traditionally. There is no AI involved in using them for the purpose I mentioned though. Gaming engines like unity have built in tools as well as add-ons like Gaia that have cool procedural generation features. Using such maps in conjunction could help in creating realistic and familiar worlds and this blender tool gives me much hope.


  • I would like it to be possible to give some hints to the model by providing maps showing where roads, buildings, vegetation should be and let it work its magic. Maybe take it further by procedurally generating buildings based on their footprints and building type, like hospitals , schools etc, as identified in maps. That way we can have racing sims in the roads we are familiar with. And much more…


  • Is it capable of recognising disks set up as zfs mirrors? I have my OS on 256GB SSD while I have two large disks where I keep my data set up as zfs mirrors. I am not very well conversant with docker so everytime I need to do a critical update, I simply create a disk image of my OS drive onto the zfs mirror. Currently, i do it by booting into a live Ubuntu USB and running commands to make it recognise the zfs mirror before cloning the OS disk. If rescuezilla can do it by default, I will prefer it over live Ubuntu.