Hyperspace

(hypercritical.co)

19 points by swyx2 hours ago

6 comments

  • oersted17 minutes ago
    It's quite the dark-pattern to allow you to download it and scan for free, without any clear indication that it's a paid product, and then ambush you with a purchase dangling the space savings in front of your face.
    • guywithabike3 minutes ago
      If anything, it's the opposite of a dark pattern: you get to see if it'll provide any value for you without paying a dime. It's a far better proposition than paying up only to find out that it won't free up any space for you. The linked site is very clear about how the pricing works.
  • markn95133 minutes ago
    I think the record for most space saved by this utility in a single run is in the <i>hundreds of TBs</i> now. I’ll see if I can find the toot.<p>Edit: maybe a bit hyperbolic of me, looks like it was 3.94TB <a href="https:&#x2F;&#x2F;mastodon.social&#x2F;@WTL&#x2F;116710030179809319" rel="nofollow">https:&#x2F;&#x2F;mastodon.social&#x2F;@WTL&#x2F;116710030179809319</a>
  • starkshift16 minutes ago
    Nice I was just thinking about this the other day! Given the memory supply issue today, I wonder how much of data in our data centers worldwide is essentially just copied data? I have a feeling that there is a ton of redundancy, much of it absolutely necessary, but much of it essentially not at all, and howmuc memory we can reclaim by culling copies
  • steve_taylor24 minutes ago
    How does this compare to diskDedupe, which has been around longer and is much cheaper?
  • nodesocket24 minutes ago
    Seems useful for s3 buckets. I suppose a script that watches for new objects, calculates its sha256 and stores that in a DB, then checks for duplicate hashes would be a fairly trivial task. Though s3 doesn’t support symbolic links so accounting would need to be handled by server side code.
  • mrtesthah25 minutes ago
    How does it compare to <a href="https:&#x2F;&#x2F;diskdedupe.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;diskdedupe.com&#x2F;</a>?