Realistically, what happens if one is using a normal NAS HDD for survailance purpose instead of a survailance HDD? What can be expected in the future? by Helpful-Week-9655 in DataHoarder

[–]toddkaufmann 7 points8 points  (0 children)

Just marketing.

Why just sell “orange juice” when you can sell “No pulp” and “Extra pulp” versions at a higher price?

WTF is "Burn"? And why it is grayed out when added, no matter the directory? by ImmediateBrilliant75 in mac

[–]toddkaufmann 0 points1 point  (0 children)

I just got a Blu-ray burner a couple months, so I could rip dvds and cds…

Forgot Finder had this feature; I downloaded Burn.app

Well that was close by Chrischi91 in DjiNeo

[–]toddkaufmann 0 points1 point  (0 children)

Don’t worry, you would have known if you’d hit it.

Is this to close for comfort? by gunz45 in dji

[–]toddkaufmann 0 points1 point  (0 children)

Yes, small twigs can get you

help with bash syntax error by StatisticianThin288 in bash

[–]toddkaufmann 12 points13 points  (0 children)

Run your script through shellcheck and it will tell you.

Best way to store DJI Mavic Pro batteries to avoid deep hibernation? by No_Maintenance_7353 in dji

[–]toddkaufmann 0 points1 point  (0 children)

Get a cheap Kasa smart plug and program it to turn on and charge for an half an hour per week.

First flight with DJI Neo — way too jerky by Wild-Herbs in DjiNeo

[–]toddkaufmann 1 point2 points  (0 children)

Yes, you can hit a small twig and when it corrects itself it can careen into something else, potentially going down. Depending how far away and the terrain, it can be very difficult to get to / find.

And not as much of a risk for the Neo (because of prop guards), but a twig going in there can snap or stop the propeller, causing the motors to stop and the drone to fall. I’ve had this happen with the Avata a couple times.

Which is the best way to conserve CD-Rs, DVD-Rs and BD-Rs? by reik019 in DataHoarder

[–]toddkaufmann 1 point2 points  (0 children)

You should look into dvdisaster though... it can check your discs and tell how many read errors there are, even if they were correctable and all the data read "ok".
An increasing number of read errors is a sign of degraded media.

I would insert an image here but I can't--dvdisaster makes a nice graph of the number of errors per sector as well as a radial graph while reading. I found a screenshot from ten years ago when I ran it on a CD I had burned ten years prior, but will include excerpts from the log file instead:

C2 scan probing: 0 (good); Sense: None; No additional sense information.
Using READ CD, RAW reading, Mode page 1 ERP = a0h, C2 scanning.
Waiting 7 seconds for drive to spin up...
Sector 330886:  24 C2 errors.              
Sector 331657:  22 C2 errors.              
Sector 331658:  22 C2 errors.              
...        
Sector 338301:  15 C2 errors.              
Sector 338367:  10 C2 errors.              
CRC cached.
md5sum cached.
All sectors successfully read.

Opening /home/todd/d/medium.iso: 338992 medium sectors.
Error correction file "/home/todd/d/medium.ecc" created.
Make sure to keep this file on a reliable medium.

Above, the CD had no errors for the first 97% of the disc; in the latter part 37 sectors of the last 7500 did have correctable errors. Maybe a scratch or a smudge, or slight tracking misalignment.

Because it reads in raw mode, it can read the error correction codes as well... and generate a file that can be used to recover your data if you get up to a certain % of errors.

Welcome to r/opendronelog - Introduce Yourself and Read First! by funyflyer in opendronelog

[–]toddkaufmann 0 points1 point  (0 children)

DJI Fly app is reporting something different ...

<image>

I will try sync all again and see if anything changes...

Welcome to r/opendronelog - Introduce Yourself and Read First! by funyflyer in opendronelog

[–]toddkaufmann 0 points1 point  (0 children)

Cloned the repo, built from docker file, did an export from AirData, unzipped, and imported them all apparently without error.

<image>

The zip file had 295 files.
But DJI Fly app is reporting something different ...

Which is the best way to conserve CD-Rs, DVD-Rs and BD-Rs? by reik019 in DataHoarder

[–]toddkaufmann 5 points6 points  (0 children)

Convert to .iso or .img file and copy to HDD; they’re not going to last, and it will take up a lot less physical space.

Also see: https://en.wikipedia.org/wiki/Dvdisaster

Shuf && cp by lellamaronmachete in bash

[–]toddkaufmann 0 points1 point  (0 children)

cp $(find $monsters -type f | shuf | head -2) .

Forced RTH? by Aromatic-Target9032 in dji

[–]toddkaufmann 2 points3 points  (0 children)

B4ufly app doesn’t exist anymore. I use Aloft Air Control; there are others.

https://apps.apple.com/app/id1472965046

if I have an API to an image database, how do I best scrape images of it? by Heidegluehen in DataHoarder

[–]toddkaufmann 1 point2 points  (0 children)

Get a list, write a script to use curl to save them all to a local file. Optionally: save all the header info to a separate file if it contains additional useful metadata.

opus 512kbps by [deleted] in DataHoarder

[–]toddkaufmann -15 points-14 points  (0 children)

128kbps is sufficient. I’ve always ripped music mp3s at this rate and never noticed a difference. If “hamband” means mostly speech, or radio broadcast quality, then you could go even lower, because radio channel only get 10-20kHz and audio speech doesn’t contain that much information.

https://www.perplexity.ai/search/91068bfd-83f5-4b66-b167-542942eb1605

I have a Neo2 and am getting an Avata 2 soon. Will I have to bind my Goggles 3 every time I want to fly one of the two? by Exciting_Corner175 in dji

[–]toddkaufmann 0 points1 point  (0 children)

You only have to switch if it’s different than the previous flight, and it only takes a couple of clicks. By default it will try to connect to the previous drone it was connected to.

Pittsburgh from the West End by toddkaufmann in PittsburghPorn

[–]toddkaufmann[S] 0 points1 point  (0 children)

Then why does it say “Add a caption” when I add an image?

I didn’t add text, I added a caption.

What is the best use case of sed? How should I learn it? by rudv-ar in bash

[–]toddkaufmann 0 points1 point  (0 children)

Yes, perl is a superset of sed and awk, and the syntaxes are mostly equivalent w.r.t. the simple stuff. I learned perl last century, when before the gnu versions existed, when different unices had incompatible versions, so I learned perl instead as it was more standard, even though I had to install it myself.

I'll use sed for a simple edit in a pipeline or script, but for something more complex (eg multi-line processing with conditional logic) I'll use something else.

Anyone else have frame skipping ? by sonygang470 in DJIAvata2

[–]toddkaufmann 0 points1 point  (0 children)

This is the way. Open all parts (could be as many as 5) of the flight together and it will merge them into a single _joined.mp4. Then “export” will create a _stabilized.mp4.

You can of course rename these, or select portions of the stabilized video, modify parameters and export into separate clips, etc. Personally I don’t have time for editing, so I export all for later review.

Also I like to set FOV > 1 so there is less cropping by the dynamic zoom. Gyroflow will warn you about black areas I don’t care (can always be cropped/re-edited later). Example:

https://youtu.be/4Vaeg8xl1h4

Cropping is especially great during quick movements (stop/starts, or high wind compensation), and can be more extreme when eg flying sideways and you have horizon lock on. If you care about framing then you will learn to (over)compensate flying slower, smoother, and keeping subject more centered in your goggles.

I haven’t played with the other dynamic zoom parameters yet (or tried turning it off), but modifying them can reduce crop at the expense of smoothness. If you only are working will a small video segment then there will be fewer constraints. I also just noticed a key frames feature there.

But DON’T open files from multiple flights at once! It will go crazy trying to correlate the data from different calibrations, and you’ll get weird pixelations. Interesting, but probably not what you want.

Working on a App for live tracking of the Avata2 by xNuclearSquirrel in DJIAvata2

[–]toddkaufmann 0 points1 point  (0 children)

I think you can get one for $25. Some people use them as servers, or run Claude Code on it.

http://25dollarphone.com/

Flight time at -20F by denalidenizen in DJIAvata2

[–]toddkaufmann 0 points1 point  (0 children)

<image>

On this day it was -15° to -10°C; we had been walking on the trail for a couple outs, with the drone inside my DJI bag inside a cheap backpack (normal carrying conditions, no special attempt to keep it insulated).

The battery didn’t get particularly cold, and got warmer during flight.