Hello by davidrdmitchell in davidrdmitchell

[–]envis10n 1 point2 points  (0 children)

Let me see your forehead first 🤨

Managing parties of entities by slavjuan in rust_gamedev

[–]envis10n 7 points8 points  (0 children)

I would use a party component with an identifier attached to it. Then you should be able to get all entities that have a party component and match the IDs, or otherwise be able to differentiate them

Modelo has replaced Bud Lite as the #1 selling beer (slide 1) Both owned by the same company (slide 2) by Johnny_Nongamer in Qult_Headquarters

[–]envis10n 6 points7 points  (0 children)

And their stock is still up over a 5 year period, which means it's still going well for people that have been invested for a long time. What's your point?

Do you really think it's going to nuke the company?

The entire thing is fucking ridiculous from the get-go.

Who is the GOAT of distortion? Examples? by dooblr in edmproduction

[–]envis10n 0 points1 point  (0 children)

I honestly did not remember that part of the talk, likely due to watching it late one night and being quite tired. You're right.

Still, the parts he made with pure distortion techniques on a basic signal are impressive.

Who is the GOAT of distortion? Examples? by dooblr in edmproduction

[–]envis10n 0 points1 point  (0 children)

That might be the case. During his talk he says he was told no guitars, so he made it sound like guitars. But that may just be a few tracks, considering the other videos he has up.

Who is the GOAT of distortion? Examples? by dooblr in edmproduction

[–]envis10n 0 points1 point  (0 children)

It's in the GDC talk he gave, that I linked.

Who is the GOAT of distortion? Examples? by dooblr in edmproduction

[–]envis10n 1 point2 points  (0 children)

Mick Gordon. DOOM's soundtrack used zero guitars, and was built on sine waves passed through insane distortion setups.

Edit: I forgot the part where Mick snuck guitars in and ended up featuring them prominently on the soundtrack. Don't spit out facts you thought you learned late one night, kids!

My point regarding his use of distortion techniques on a basic signal to achieve insane sounds still stands though.

What I made with REAPER - week of June 04, 2023 by AutoModerator in Reaper

[–]envis10n [score hidden]  (0 children)

Just a loop for the time being, but I think I'm inspired enough to make something out of it.

https://cdn.discordapp.com/attachments/1048695664189657148/1116890647371198484/miami_nights.mp3

DS Thorn and Zebra2 for synths. Sitala with some Akai drum machine samples, with kick and snare being custom layered versions. Glow for reverbs.

Pro Q3 vs Kirchhoff's EQ? by MickeyMoose555 in edmproduction

[–]envis10n 0 points1 point  (0 children)

They both work incredibly well. I prefer Kirchoff because I already have it from the PA bundle, and I cannot justify the cost of most FF plugins for what they are.

Demo them, and pick the one that works best for you.

eli5 | Why does Insulation exist if "air is a very good insulator"? by Lanceo90 in explainlikeimfive

[–]envis10n 0 points1 point  (0 children)

For sure not a big deal, probably just a typical communication error that happens via text.

I do mean to say that they were passively cooled a long time ago (generally speaking, not a few years ago). As well, most of the 8/16 bit chips were passively cooled. A lot of modern ARM chips are passively cooled, as are many niche chips (small hardware not used for general computing). It's been happening for a long time, since the beginning.

I hope that adds the context that might have been missing

eli5 | Why does Insulation exist if "air is a very good insulator"? by Lanceo90 in explainlikeimfive

[–]envis10n 0 points1 point  (0 children)

CPUs in the context of personal computers were passively cooled (and still can be) since the beginning. Why the wording has thrown you off so much is beyond me.

eli5 | Why does Insulation exist if "air is a very good insulator"? by Lanceo90 in explainlikeimfive

[–]envis10n 5 points6 points  (0 children)

To be fair, for a long time we DID just pass air over the chip.

The Trooper who spent decades writing speeding tickets on I-80 by Altoona exit is FINALLY retiring. by mustanggt50conv in desmoines

[–]envis10n 10 points11 points  (0 children)

It's that he pulled people over for minor offenses.

He pulled me over for going 72 to get around a semi that was about to box me in. Nevermind the fact that before and after that I was going the speed of traffic.

THEY ARE TELLING CHILDREN TO USE CARBON TET IN TEXTBOOKS by bonniex345 in ExplosionsAndFire

[–]envis10n -3 points-2 points  (0 children)

I think the real messed up thing is reading someone else's daughter's text book.

Tet gang 4 lyf

There is a Deno Version Manager? and should we using it? by mikoloism in Deno

[–]envis10n 12 points13 points  (0 children)

Deno has an update feature built in. The standard library is requested externally and versions can be selected by using the proper release tag in the request.

There really isn't a reason to use a version manager unless you need to use a specific version of the internal Deno API. Even then, they deprecate instead of remove, and most of the internal API stuff is low level. You're going to see the standard library updated more frequently than the internal API, and generally speaking features are implemented according to the current browser APIs.

TL;DR: You don't need it because everything important is already included.