DskDitto v0.5.3 Release
▲ 27 r/linuxadmin+2 crossposts

DskDitto v0.5.3 Release

Hey All. I just released latest the dskDitto. dskDitto aims to be a simple, blazing fast duplicate file finder and manager. It's written in Go so its quite portable. It has many useful features:

  1. Very fast. Can crawl SSDs with millions of files in under a minute.
  2. Display results in a sleek TUI (default) or a Raylib based GUI (pass --gui). Of coursel you can dump in various text formats (JSON, etc).
  3. It can perform similarity hashing to determine if files are “nearly duplicates" i.e fuzzy mode.
  4. Safely handles deletion and sym-link conversion
  5. UNIX hard-link aware
  6. Hashing algorithms currently Blake3 and Sha256 which are optimized for MacOS and Linux
  7. Support for file restore if yo accidentally blow away a bunch of dups.

More features and performance improvements are coming. Check out the README.md

u/jdefr — 3 days ago
▲ 19 r/foss+1 crossposts

DskDitto v0.5.3 Release

Hey All. I just released latest the dskDitto. For those who are unaware dskDitto is a simple, blazing fast duplicate file finder and manager written in Go. It has many useful features:

  1. Very fast. Can crawl SSDs with millions of files in under a minute.
  2. Display results in a sleek TUI or a Raylib based GUI
  3. Can perform similarity hashing to determine if files are “nearly duplicate”
  4. Safely handles deletion and symlink conversion
  5. UNIX hardlink aware
  6. Hashing algorithms currently Blake3 and Sha256
  7. Smart single file duplicate finder.
  8. Backup and restore any removed duplicates in the event you make a mistake.

More features and performance improvements are coming.

reddit.com
u/jdefr — 1 month ago
▲ 2 r/hacking+1 crossposts

Lost all my ChatGPT conversations because I accidentally subscribed to the Business plan.

Canceled it, got refunded, logged back into Plus… everything was gone. Great i'll ask support to resolve this. Probably simple to export my conversations. I was wrong of course..

Support’s solution was basically: re-subscribe and manually copy/paste your chats. No export feature.... That annoyed me enough that I spent a few hours digging through their API and hacked together this script:

[snatcher](https://gist.github.com/jdefrancesco/7b0826a21b20b5ed8a58cd034a96bee9)

Open your browsers dev. tools while on ChatGPT page. Navigate to “console” and paste script in and hit enter. You will download all your conversations one by one…

u/jdefr — 2 months ago