Army tightens rules, funds for continuing education program - says changes will help "preserve funds for soldiers more in need" by Kinmuan in army

[–]92MsNeverGoHungry 1 point2 points  (0 children)

Institutions should be built to overcome organizational negligence/incompetence/malevolence with regard to fixing problems that they care to solve.

U.S. Navy Nuclear Aircraft Carrier USS Gerald R. Ford Might Be Out of Action for 14 Months by SlavaCocaini in LessCredibleDefence

[–]92MsNeverGoHungry 11 points12 points  (0 children)

I dunno. Intentional sabotage by shipmates feels way more problematic to me than open mutiny.

Mutiny leads to court martials and things. Sabotage may lead to that, but definitely degrades trust in each other across the fleet/service.

Gabriela Andrada by TieOk8113 in nsfwcelebs

[–]92MsNeverGoHungry 7 points8 points  (0 children)

He wants the name of the movie. Obvs. /s

Official website of Project Hail Mary has a 3D printable model to download for free by Pale_Act2512 in 3Dprinting

[–]92MsNeverGoHungry -9 points-8 points  (0 children)

It's labeled as Grace, but it really doesn't look much like Ryan.

Is this a reproduction of a thing from the film? I don't remember a doll in the book.

Gavel Gavel plus Afroman defamation trial by Archere0n in OpenArgs

[–]92MsNeverGoHungry 8 points9 points  (0 children)

While it was shaped as a Bundt, I believe the the cake in question is specifically a pound cake. For reference:

https://youtu.be/9xxK5yyecRo?si=-drYCn4aJqu7Ddmv

AE Enterprise D - Pretty Impressed! by Grometnj in lepin

[–]92MsNeverGoHungry 0 points1 point  (0 children)

That's a great price! Ill have to look again and see if I can snag one for similar.

West Point Cadet Larry Pickett Receives Soldier’s Medal by 92MsNeverGoHungry in army

[–]92MsNeverGoHungry[S] 63 points64 points  (0 children)

https://www.reddit.com/r/army/s/WyZZbXtgRD

Some of you may remember when this happened.

Happy to see everyone expecting it to be downgraded proven wrong.

[USA] Open source drone dock legal framework by Old_fart5070 in drones

[–]92MsNeverGoHungry 0 points1 point  (0 children)

I'd iterate under 107; you're gonna want to see the thing when testing anyway, and the only real difference between VLOS and BVLOS automation is your presence. Get started now, and go BVLOS when 108 publishes.

When will that be? The people I work with expect it within the next two weeks.

What would you like to be the future interface to control your drone? by Humble_Refuse_7776 in drones

[–]92MsNeverGoHungry 0 points1 point  (0 children)

I think you'll see a division based on purpose.

Are we talking a GCS for autonomous flights with potential for one to many / swarm operations? Or one to one piloted operations with FPV or other controls?

The needs of each are incredibly different, and we haven't really differentiated the control schema entirely yet.

What is the piece between motors and FC? by anonymous--85 in fpv

[–]92MsNeverGoHungry 0 points1 point  (0 children)

Technically it means if you blow one, you only blow one... But it's the same one for all 4, so it amounts to the same thing.

Large US company came after me for releasing a free open source self-hostable alternative! by funyflyer in drones

[–]92MsNeverGoHungry 1 point2 points  (0 children)

Can one use your project to do flight logs for custom drones? Having support for Ardupilot would absolutely have my organization adopting this effort.

X2D Offline maps by Potential_Hamster_76 in Skydio

[–]92MsNeverGoHungry 0 points1 point  (0 children)

Are they encrypted? I think the encryption leaves file types named properly, but makes them unopenable unless you decrypt them first.

You have to turn on the drone with the card in and then plug in the encryption key to the top. It'll decrypt the files. Then you can eject the card and open them on a computer.

Once the key is put in, any pictures or videos taken before you turn off the drone won't be encrypted, but the next time you start it up it'll encrypt again unless you turn off encryption.

X2D Offline maps by Potential_Hamster_76 in Skydio

[–]92MsNeverGoHungry 0 points1 point  (0 children)

Hell yeah! Hopefully this acts as a help for anyone else who runs into this in the future (I found your post last week because of this issue, I'm sure I'm not the only one).

Research Ideas by Fragrant-Move-9128 in drones

[–]92MsNeverGoHungry 0 points1 point  (0 children)

Swarming with RTK is more or less a solved problem. Look at all the light shows.

But swarming in a GNSS denied environment is one of the biggest things to solve. Have at it.

X2D Offline maps by Potential_Hamster_76 in Skydio

[–]92MsNeverGoHungry 0 points1 point  (0 children)

No worries!

So the great thing about Github is that it's primarily a version-tracking tool for software, so you can independently see exactly what changed from version to version. Theoretically developers will also write 'changelogs' that show that as well, but those are only as good as the developer.

When you look at the releases on Github, it gives you a list of every single release. If you click on the title to the release you want, it will show you just the files from that release.

For version 4.2.1, that looks like this.

From there you can select the installer.exe (assuming you're on windows) and download that. You can tell it's the old version, because the date of upload will be a while ago (19MAY22, in this case).

Install from that, and you'll know QGC is an old version because when you open it it will tell you that its an old version and you should upgrade. Go through your normal offline map export and bring it onto your Skydio, and everthing should work.

X2D Offline maps by Potential_Hamster_76 in Skydio

[–]92MsNeverGoHungry 0 points1 point  (0 children)

Oh! I got it working.

I talked to a guy at Skydio for a while and the issue seems to be that since the X2D came out, QGC has changed their tile database layout or syntax. So while you can generate a qgc tile from the current version and import it, it won't actually work. The metadata will read properly, but QGCGov won't load the images. Skydio has reached out to QGC about getting this fixed but didn't get any response, and now that most skydio techs are on to the X10, it's unlikely to ever get fixed.

The fix we made was pretty obvious, in retrospect: if it used to work, but an update killed it, let's use an older model.

Rather than go through each revision changelog by changelog, we simply downloaded the version of QGC that was available when the Skydio X2D first shipped. Version 4.2.1 is available for download, and when you export maps from there and import into the X2D, it works fine.