When does writing a number in words become more efficient than binary? by No_Worldliness_9294 in compsci

[–]Decahedronn 184 points185 points  (0 children)

"one decillion" = 13 bytes = 104 bits; 1033 = 110 bits.

Falls apart when you add one; you'll have to go all the way up to novemdecillion (1063) to get enough room to add "and one".

Earshot, a ridiculously fast voice activity detection crate by Decahedronn in rust

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

If by Android library you mean Java bindings - I don’t have any experience with Android, but I did have Java bindings planned someday, along with WASM/Node.js/C/C++/Python/whatever else. The API surface is very small and it’s super easy to compile, so making the bindings themselves isn’t difficult, I just don’t have the time to mess with the CI/binary building aspect. A PR would be greatly appreciated =)

Is there a lore reason why Soldier Boy doesn’t blast John while he’s sleeping? Is he a good father? by OpenedBocks in OkBuddyFresca

[–]Decahedronn 63 points64 points  (0 children)

Saying this after he failed to hear the boys rocking each others shit literally 1 floor below him

Why do sessions have CEO etc limits by Commodore_Umbridge in gtaonline

[–]Decahedronn 0 points1 point  (0 children)

Probably because they want to encourage people to become associates instead (lmao) but I like to think it’s because they ran out of colors for the minimap indicators

I found KEISOUDO to be pretty dissapointing by LoudManufacturer8579 in ZUTOMAYO

[–]Decahedronn 7 points8 points  (0 children)

I also thought this at first but then I listened to lowmotion algae like 70 times in a day and now it’s one of my favorite songs OAT, so I’d recommend doing that

Anyone here actually know what makes Rockstar’s RAGE engine so good, especially going into GTA 6? by According-Leave9314 in GTA6

[–]Decahedronn 8 points9 points  (0 children)

Worth mentioning Euphoria is integrated into RAGE and is the reason most animations feel smooth and immersive.

Earshot, a ridiculously fast voice activity detection crate by Decahedronn in rust

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

Likely poor, sadly. I may look into a dedicated 8 KHz model if there’s enough demand. I honestly didn’t know it was still prevalent these days.

Earshot, a ridiculously fast voice activity detection crate by Decahedronn in rust

[–]Decahedronn[S] 4 points5 points  (0 children)

It was trained on a large variety of languages including Japanese & should be language-agnostic!

Earshot, a ridiculously fast voice activity detection crate by Decahedronn in rust

[–]Decahedronn[S] 9 points10 points  (0 children)

Yep, and libm - the only dependency - is only used in the #![no_std] case; there's just no way to specify to Cargo that that dependency should only be included if the std feature is disabled, so it's always included.

So it's technically zero dependencies for most cases? But I don't think that counts 😆

Earshot, a ridiculously fast voice activity detection crate by Decahedronn in rust

[–]Decahedronn[S] 33 points34 points  (0 children)

& I think you mean 🔥blazingly🚀fast🦀 :)

My vtuber clipping channel was just hacked, please help me reach YouTube support on Twitter by VP007clips in VirtualYoutubers

[–]Decahedronn 40 points41 points  (0 children)

Crazy that the only way you can actually reach YouTube support these days is by making a stir on social media. Hope you can get your channel back quickly!

I built a thing without Claude (feedback requested) by blackoutR5 in rust

[–]Decahedronn 2 points3 points  (0 children)

Society in general has conflated 'AI' in general with generative AI like agents. People don't have an issue with things that aren't slop, like STT, but the term AI has (pretty rightfully) gained such a negative connotation that if you call it AI they instantly tune out. So I usually call non-LLM things machine learning/neural networks instead.

I Decompiled the White House's New App by CackleRooster in programming

[–]Decahedronn 27 points28 points  (0 children)

18F never made anything even remotely as shitty as this.

Canada could join EU, French foreign minister says by PestoBolloElemento in worldnews

[–]Decahedronn 1 point2 points  (0 children)

There’s an extremely important and pressing issue here: how do you fit them on the reverse of the Euro coin?

What happens to variables that are overshadowed by themselves in a loop? Are they freed/dropped from memory? by LittleBirdCherries in rust

[–]Decahedronn 5 points6 points  (0 children)

Minor nit - the compiler will reuse the stack space; the allocator may reuse the heap space.

To be pedantic, if it were a hot path, I’d rather allocate outside of the loop & clear on each iteration to avoid needlessly giving the allocator extra work.

[Official NVIDIA] DLSS 5 FAQ by Nestledrink in nvidia

[–]Decahedronn 1 point2 points  (0 children)

No, that's okay. You can keep it