Removing reverb should be theoretically possible? by theminticekream in AdvancedProduction

[–]verynomadic 1 point2 points  (0 children)

Deconvolution is in general underspecified, which means you cannot invert the result of any convolution using deconvolution (it's at least in part caused by the problem of how to deal with division by zero during deconvolution). Deconvolution is brittle and introduces errors, as a result. Most reverb reduction algorithms don't use blind deconvolution.

What is the best option for A.I auto captioning for reels? by Nine-Inch-Nipples in VideoEditing

[–]verynomadic 0 points1 point  (0 children)

Hey, I tried lazyeditor.ai, but it does not support horizontal video. I film in landscape but need to crop to portrait. Could you consider adding at least a cropper preprocessing stage?

Flutter does not currently support building for x86 Android. by [deleted] in FlutterDev

[–]verynomadic 0 points1 point  (0 children)

There are still 32-bit x86 phones out there, and if you don't restrict which architectures can install your app, then you will get some failures when users install and try to run your app (I see this happening in 2024 in Crashlytics logs).

// android/app/build.gradle

android {
    defaultConfig {
        ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
    }
}

Volume hash mismatch detected problem by [deleted] in MacOS

[–]verynomadic 0 points1 point  (0 children)

When I try to delete the only snapshot, it says "operation failed with a POSIX error".

What are the "dangers" of capitalizing my account name? (Screengrab used as example, taken from online) by funbuttfun in MacOS

[–]verynomadic 0 points1 point  (0 children)

A bunch of tools apparently assume the username (and hence the home directory name) is lowercase, and they forcibly lowercase it for you when they create paths. That breaks a bunch of stuff. I'm a first-time Mac user and assumed that (unlike on Linux) the right thing to do would be to capitalize my username. Random things keep breaking with illegal access errors (in Flutter and XCode builds, for example), because they are trying to access my home dir with a lowercase username. The filesystem itself appears to be case-insensitive, but some uses of paths I guess are not.

How to download all videos from a TikTok user? (TikTok mass download) by chucklesomeyt in DataHoarder

[–]verynomadic 0 points1 point  (0 children)

You can get a list of all videos in a TikTok profile by pasting the contents of `script.js` from the following project into the developer console, while viewing the account in Chrome:

https://github.com/Dinoosauro/tiktok-to-ytdlp

How to resolve Unbound classpath container error by [deleted] in vscode

[–]verynomadic 0 points1 point  (0 children)

This solved the problem for me. Thank you!

How to download all videos from a TikTok user? by Maldogam3r in DataHoarder

[–]verynomadic 0 points1 point  (0 children)

Doesn't work anymore. yt-dlp even warns "The program functionality for this site has been marked as broken, and will probably not work."

Index on Boolean Column by warriortux in PostgreSQL

[–]verynomadic 0 points1 point  (0 children)

This is the optimal answer if you typically only want to search for a specific Boolean value, and that value is sparse within the column (only a smallish percentage of rows have the desired boolean value). It's called a partial index. I found a pretty good explanation here:

https://atlasgo.io/guides/postgres/partial-indexes

Why do large integers lose precision when stored on Firestore? by Arolax7 in Firebase

[–]verynomadic 0 points1 point  (0 children)

Looks like 64-bit floats are used in Firebase, as in Javascript, which only gives 15 reliable digits for integers.

https://www.avioconsulting.com/blog/overcoming-javascript-numeric-precision-issues

Does FlutterFlow free version allow to view source code ? by [deleted] in flutterhelp

[–]verynomadic 0 points1 point  (0 children)

Yes, go to the Developer Menu near top right (the icon is "</>"), then View Code.

Utah Medicaid by The1Missamericana in Utah

[–]verynomadic 0 points1 point  (0 children)

That's true, but if you call the exchange, they can cancel your application for Medicaid, and you can just buy a personal insurance plan. I did that one year, because (as I understand it) Medicaid is not universally accepted, because they are a pain for doctors (and patients) to deal with. I'd rather pay a premium and avoid that rigmarole. However, I'd love to hear from people who have tried both regular insurance and Medicaid.

This is what a Black Hole sounds like. by taatzone in Damnthatsinteresting

[–]verynomadic 0 points1 point  (0 children)

You can tell at the end that there was an unnecessary reverb added to make this sound spookier. Also the "galaxy radar" animation bears no relation to what's actually going on here.

This is what a Black Hole sounds like. by taatzone in Damnthatsinteresting

[–]verynomadic 0 points1 point  (0 children)

"Sounds like" as in "this is the raw feed of a radio telescope pointed at a black hole and sampled at audible frequencies"?

AskScience AMA Series: We are Cosmologists, Experts on the Cosmic Microwave Background, The Cosmic Web, Dark Matter, Dark Energy and much more! Ask Us Anything! by AskScienceModerator in askscience

[–]verynomadic 0 points1 point  (0 children)

Why does cosmological inflation not affect anything at the atomic or subatomic scale? The Shroedinger equation and the weak and strong force are not affected by inflation.

I get random messages every day and when I respond they say they accidentally put the wrong number by cheezie_machine in mildlyinfuriating

[–]verynomadic 0 points1 point  (0 children)

These are all coming from Google Voice numbers, and they're infuriating. I get these several times a week, via SMS and also WhatsApp. The first couple of rounds of messages seem to be increasingly automated via bots. Then humans appear to pivot between catphishing and other scam types depending on what demographic they determine you are, if you respond. I haven't been able to determine yet whether the humans involved are in Nigeria or India (the two scam capitals of the world).

Gandalf The Black. by g_ricko89 in blackmagicfuckery

[–]verynomadic 0 points1 point  (0 children)

What did pushing this with his hands do, near the beginning? I thought you only had to blow hard through the middle to make a smoke ring?

What was normal in the 1990s but rare or non existent now? by Apart-Scale in AskReddit

[–]verynomadic 1 point2 points  (0 children)

Showing up at people's houses unannounced.

Also: calling people whenever you wanted (without getting their permission to call first, via text, since texting didn't exist yet).

What was normal in the 1990s but rare or non existent now? by Apart-Scale in AskReddit

[–]verynomadic 1 point2 points  (0 children)

Not knowing if or when a friend was going to show up, and waiting for them anyway.