• 69 Posts
  • 1.55K Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • the reason OP was thinking of doing this, was saving disk space and avoiding buying another hdd. So if it’s a 1:1 full disk image, then there’s almost no difference with the costs of raid1. Setting exclusions, avoiding certain big files, and so on. In this case he’s talking about restic, which can restore data but very hard to do a full bootable linux system - stuff needs to be reinstalled



  • Even with free labor I can’t see how it’s cost effective once you consider the price of shipping a cheap and perishable good like a tomato

    In Sicily many tomatoes are picked by immigrants paid 200 euro per week (70 hours weeks), that’s almost slavery; because it’s cheaper to transport the wholesale price paid by the factory located in Europe should be similar to tomatoes grew by slaves in a desert 3000 km far from the nearest port. Unless the purees factories are located there.





  • I thought that maybe they had a free and paid version and they accidentally switched apk butvlast update was 8 months ago and all of their apps are “paid” but have the “100% off” promotion on rotation

    So their business plan is to use the “wow, this is free for a limited time, better get it now” feeling to artificially drive downloads. Because otherwise people wouldn’t get it even for free.

    Indeed, I was excited to get this, as a very first glance it seemed well done. I was searching for a quality (=manually created puzzles) game similar to this. Then, immediate disappointment as I saw the banner ad on top and all the ai slop on the self promotion button that’s so prominent.

    I noticed that all their artwork in all their apps is also ai-generated, which is a testament of the hard work they did.

    Why mobile gaming has become like this, everything is literal trash 😢










  • I really like Ente.

    Disadvantages:

    • the photos that you’re self hosting are encrypted so if you want to have good sleeps you need to do daily exports
    • Videos are also encrypted so no transcoding is possible. Client needs to download whole file before starting play (they say they have a solution coming for this)
    • ML stuff is done client side so if you had a beefy server it will sit unused
    • Exact duplicates are catched immediately (hash comparison before upload) but visual duplicates detection is trickier. Clients have a feature to find duplicates but it’s not as good as other software

    Advantages:

    • requires very little resources. The web album is static HTML and you can host it anywhere, even on GitHub pages, for free. Photos are saved in any S3 server, I chose garage. Then it has a postgresql database and a very light coordinator service. In total takes like 100mb of RAM.
    • All the ML stuff is done on the client side when you’re browsing your photos so you don’t need a powerful server (on mobile devices it’s disabled by default in order to not kill the battery)
    • Desktop client can be set to automatically backup all your photos in background
    • Desktop client can be set to bidirectional sync a directory. Add or delete files from gallery automatically
    • Mobile client takes track of what’s uploaded and can remove local files if a cloud backup is present (not automatically, need to press the “free up space” button
    • Because it uploads to S3 and S3 natively supports chunked uploads you can upload files bigger than 100mb if using cloudflare free (immich uses a workaround for this but only works on desktop)
    • Uploads are resumable
    • Doesn’t have breaking changes where you need to use specific docker images like other galleries