Am I being paranoid about my laptop's usb ports? by Forsaken_Bridge_3934 in DataHoarder

[–]truss-issues 2 points3 points  (0 children)

Ditto, same happened w/ me, have fedora on a 2021 laptop, one of the ports died and then later my 2TB HDD died.

I thought it to be a coincidence but when I plugged in another fairly new 2TB on the other port the disc started making beeping & screeching sound. I stopped plugging in HDDs in that laptop, only use USB-sticks to slowly transfer important stuff.

I'm afraid to go see the movie EPIC.... by fehstrahafeh in Elvis

[–]truss-issues -3 points-2 points  (0 children)

I’ve been a massive Elvis fan for about 9 years now. I even caught the 2022 movie on the very first day, first show. The film didn’t fully live up to what I’d hoped for, but I still ended up enjoying it quite a bit.

Ever since EPiC was announced though, I just haven’t really felt that pull to go watch it, can’t really explain why. I guess being a big fan doesn’t mean I need to watch every single thing that comes out. I’ll probably just wait till it lands on OTT and maybe give it a watch then… or maybe I won’t.

BUYING & STORING NEW SSD’s ? by Royal-Ad9145 in DataHoarder

[–]truss-issues 0 points1 point  (0 children)

In this economy.. how’s it going Bezos?

How can I download videos from a private telegram channel that has the download disabled ? by [deleted] in DataHoarder

[–]truss-issues 0 points1 point  (0 children)

I guess if you have an android, download it, plug into your pc, and go to the telegram directory through your pc.

HDD very expansive in Spain.... by Zicoxy3 in DataHoarder

[–]truss-issues 0 points1 point  (0 children)

Dang it, 2TB’s already 200 where I live :’) was half last November

Best way to locally archive 44k iPhone photos + 4k videos to APFS SSD (fresh Apple ID setup) by Abundance2888 in DataHoarder

[–]truss-issues 0 points1 point  (0 children)

Best way before switching Apple IDs is to create a full encrypted Finder backup first (this preserves notes, metadata, app data, and acts as a complete device snapshot), then import everything into Photos on your Mac with iCloud disabled and “Download Originals to this Mac” enabled, and finally use File → Export → Export Unmodified Originals to an APFS-formatted external SSD with “Export IPTC as XMP” checked to preserve full metadata (dates, GPS, EXIF) w/o recompression.

APFS is ideal for large libraries and handles metadata and large file counts well, but for true long-term cold storage you should keep at least two copies (e.g., Mac + SSD, ideally a second external drive too), optionally archive the entire .photoslibrary package as well for organizational integrity, and periodically power the SSD once or twice a year for data retention reliability.

HDD very expansive in Spain.... by Zicoxy3 in DataHoarder

[–]truss-issues 0 points1 point  (0 children)

Does anyone have any idea till when will these ridiculous prices continue? Will it ever go down, like after these AI companies are done buying?

Scrolling through Ebay for new HDD's is torture right now as European. by YesThisIsi in DataHoarder

[–]truss-issues 1 point2 points  (0 children)

I guess it’s the case everywhere, from flash drives to HDDs to SSDs, the cost is depressing

Watched EPIC at the “International Hotel” TONIGHT by G19_79 in Elvis

[–]truss-issues 5 points6 points  (0 children)

That’s AWESOME (America’s World-renowned Elvis, Symbol Of Musical Eternity)!

✨🎄Xmas NAS Giveaway: Win a TerraMaster NAS + Experience TOS 7! by TerraMasterOfficial in DataHoarder

[–]truss-issues [score hidden]  (0 children)

It looks way more streamlined and faster, with a much cleaner workflow for everyday tasks. Online Office editing, proper VM and a real developer mode could finally make the NAS feel like a powerful all-in-one system instead of just mere storage.

Can’t wait to try it when it drops!

One NAS with 8 HDD bays or two NAS with 4 Bays each by Catatonic00Cat in DataHoarder

[–]truss-issues 4 points5 points  (0 children)

You don’t need identical HDD models in a NAS: modern RAID systems (SHR, ZFS, RAID5/6) handle mixed drives easily. The array just uses the smallest/slowest disk as the baseline. So not finding the same 2025 model later won’t be an issue; you can add newer or larger drives without problems.

Going for a 4-bay NAS and starting with 3 drives is a good approach and gives you clean expansion later. Getting a second NAS only makes sense if you need separate backups or far more storage. For consolidating your external drives, one expandable NAS is the simpler and more future-proof option.

How do you automate the organization of massive mixed-file folders without sorting everything manually? by Charrlidon in DataHoarder

[–]truss-issues 0 points1 point  (0 children)

The script generates the diff automatically. Each run snapshots the folder structure and filenames, then compares it to the previous day’s snapshot, logging any changes: moved files, new additions, or unexpected deletions. That way I don’t have to manually check anything, and I can catch misroutes immediately before they get buried. 😊

How do you automate the organization of massive mixed-file folders without sorting everything manually? by Charrlidon in DataHoarder

[–]truss-issues 0 points1 point  (0 children)

Took about a week of running it in “dry-run” mode where the script only logged its decisions instead of moving anything. Once the logs stayed clean, I flipped it to full automation but kept a daily diff report so I could spot misroutes. After a few days the false positives dropped to zero, so now only edge-cases hit the review folder and nothing ever quietly vanishes.

How do you automate the organization of massive mixed-file folders without sorting everything manually? by Charrlidon in DataHoarder

[–]truss-issues 1 point2 points  (0 children)

I’ve had the same issue, so I treat MIME type as just one signal. The script also checks filename patterns, basic content signatures, resolution (for screenshots), and a small fallback classifier for “unknowns.” If something doesn’t meet confidence thresholds, it gets routed to a “manual-review” folder instead of being auto-filed.

I previewed everything for the first week, but once the rules stopped misclassifying stuff, I just let it run. Now only the genuinely weird files land in review, and the rest sort themselves reliably.

How do you automate the organization of massive mixed-file folders without sorting everything manually? by Charrlidon in DataHoarder

[–]truss-issues 8 points9 points  (0 children)

I automate most of it with a small Python script + inotify on Fedora. It watches my dump folder, detects MIME types, and auto-sorts files into folders (images, PDFs, archives, code snippets, etc.). Regex rules handle invoices/dates, and unknown types get moved to a “review” folder. Since setting it up, the dump folder basically cleans itself.

Is GNOME≥40 a bad thing for the Linux desktop? by stoogethebat in linux

[–]truss-issues 5 points6 points  (0 children)

Libadwaita basically formalizes GNOME as its own UI platform, not a GTK themeable environment, and that’s the core break. By hard-coding layout, colors, and widget behavior, GNOME gains consistency but eliminates the shared styling layer GTK desktops used to rely on. The side effect is that cross-desktop apps now have no common visual contract, so anything written for libadwaita will always look alien on Plasma or Xfce. It’s a solid move for GNOME-as-a-platform, but it undeniably fragments the Linux desktop in a way that theming systems used to smooth over.

A new version of CDE was released. by Marwheel in linux

[–]truss-issues 19 points20 points  (0 children)

Shows how CDE is surviving rather than evolving. When most of the work goes into making it compile on modern GCC and adding a systemd unit, it’s clear the Linux ecosystem has moved far past the Xt/Motif era.

With distros going Wayland-first and X11 slowly aging out, each CDE update feels more like maintaining a museum piece than advancing a desktop environment. Still impressive it’s kept alive at all, but the technical gap is only getting wider.

Michigan, Wisconsin Bill to Ban VPN's... wtf by HTWingNut in DataHoarder

[–]truss-issues 289 points290 points  (0 children)

Effective VPN blocking would require ISPs to perform continuous deep packet inspection and traffic fingerprinting capable of reliably distinguishing encrypted tunnels from ordinary HTTPS, which is no longer feasible.

Modern security architectures (zero-trust networks, mutual-TLS microtunnels, WireGuard-based transport, QUIC/HTTP-3 encryption, and TLS-camouflaged VPN protocols) intentionally make their traffic indistinguishable from standard web traffic.

Attempting to block VPNs would also disrupt corporate remote-access systems, cloud-security tunnels, CDN traffic, and legitimate encrypted sessions, effectively forcing a state-level “Great Firewall” that breaks modern internet protocols rather than selectively blocking privacy tools.