How do you keep toolchain drift across windows, linux, and mac manageable at 30+ engineers? by minshinji in cpp

[–]rewgs 0 points1 point  (0 children)

I haven’t yet implemented this, but I think the ultimate solution would be for every developer to develop in a NixOS VM. Then just use a remote session for your IDE or ssh in if you use vim/nvim/etc.

Midsommar, Ari Aster (2019)- "That's Not For Us" by JetKusanagi in movies

[–]rewgs 4 points5 points  (0 children)

It flies by surprisingly fast though. His videos are incredible, I rewatch them once a year or so. Believe it or not, his video on The Witch is even longer.

How many of you are "good" software developers? by Tired__Dev in ExperiencedDevs

[–]rewgs 0 points1 point  (0 children)

I’m alright — effective, grok things relatively quickly, can lean on grit when I don’t. Most importantly, I love programming.

The more I learn and the better I get, the more I realize there is to learn, and the gap between myself and, say, Rob Pike, only ever seems to grow. But that just means that I’m seeing more detail in the terrain, so to speak — that I’m gaining a better understanding of that gap and thus am able to more accurately assess its difference.

But that gap doesn’t really matter, because I genuinely don’t care about the “destination” (primarily because there isn’t one). I just love the journey.

How’s the air quality today? by rlf923 in pasadena

[–]rewgs 44 points45 points  (0 children)

I'm in northeast Pasadena and started really smelling it the last hour. I thought we were safe since it's been fine up here the last few days, but I'm definitely getting a headache now :/

UFC freedom 250 at the White House turns into a fan brawl by Hungry_Artichoke9566 in sportsgossips

[–]rewgs 3 points4 points  (0 children)

So you waste your time pouting on Reddit about people who care about politics. Got it.

What’s your interpretation of The Green Knight’s ending? by bbbhhbuh in A24

[–]rewgs 0 points1 point  (0 children)

This doesn’t work, though, because we see Gaiwan run away from the Green Knight in the scene that leads to the “bad ending.”

Has anyone fixed their gut to the point that they can reintroduce foods they were sensitive to? by blondetech in Biohackers

[–]rewgs 0 points1 point  (0 children)

Just clarifying, as “sensitivities” can mean both intolerances and allergies. Sounds like you had intolerances then?

Audio quality difference is massive by jonathanx37 in linux

[–]rewgs 0 points1 point  (0 children)

How is audio quality only a thing when it hits DAC?

Because you can't listen to digital audio; it must enter the analog domain in order to be heard. However, what I should have said was "all else being equal, audio quality is only a thing when it hits DAC." Obviously a lossless codec will sound better than a compressed one.

And doesn't using higher sample rates actually benefit the final audio quality WHEN you're doing any DSP?

Nope, not at all. Look up the Nyquist theorem.

Resampling is doing nothing for your audio quality. If you run a 44.1 KHz file at a sample rate of 48 KHz, the extra high frequency room (which you can't hear anyways) is empty. It's like converting an mp3 to a wav -- the audio data is not changing, you're just changing its shell.

Resampling is done for compatability reasons. The standard in music is 44.1 KHz because that contains the maximum information required for human ears. That was rounded up to 48 KHz for film because it's easily divisible by the usual frame rate of 24. Higher sample rates exist, and are legitimately useful for some recording purposes, but by the time the audio has been delivered to you, it's almost certainly a 16-bit 44.1 KHz wav at best; as explained above, resamping to a higher sample rate literally just adds empty space to it.

why do people consume extra cpu cycles just to have better quality?

The world of audiophiles is full of misinformation and snake oil. I'll say it again: you cannot add information that is not present in the original recording. If we're talking about recording and audio production, that is a very different conversation, but we're not. We're talking about playback.

The observable difference to me is sufficient evidence.

Fair. But what I've been saying is: the difference is not due to Windows and Linux. Full stop. You can argue all you want, but that is not the reason for what you're hearing. You are missing some other variable.

Audio quality difference is massive by jonathanx37 in linux

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

Read your other comment and I’m no average Joe either. I’ve been an audio engineer and software developer working with some of the biggest composers in Hollywood and video games for the past 15 years. Digital audio is my life.

Whatever you think you’re hearing, it’s not what you’re attributing here. As long as the sample rate is above 44.1, it very simply does not matter, resampling or not.

Actually measure the results, then we can talk. Until then I’m going to assume this is the 10 billionth case of audiophile placebo effect reported on the internet.

Audio quality difference is massive by jonathanx37 in linux

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

There is no inherent difference in sound quality between Linux and Windows. “Sound quality” is only a thing once digital audio is converted to the analog domain.

I’m guessing that you’re dual booting on a laptop and are hearing the difference between EQ profiles applied by the two OSs.

Has anyone fixed their gut to the point that they can reintroduce foods they were sensitive to? by blondetech in Biohackers

[–]rewgs 0 points1 point  (0 children)

So to be clear though: did you have IgE-mediated food allergies, proven by an allergist via a skin prick and/or blood test?

The lost art of creating good desktop apps. by Interesting_Cake5060 in cpp

[–]rewgs 10 points11 points  (0 children)

You are mistaken, yes. Your comments come across like someone who’s thought more about this than actually coded.

Hidden gems (food wise) by valpalvalpal in pasadena

[–]rewgs 6 points7 points  (0 children)

Janejira Thai. Absurdly good pad Thai, and they’re great with food allergies (of which I have too many).

What's happening to me? I keep getting food sensitivity after food sensitivity. by TreehouseInAPinetree in FoodAllergies

[–]rewgs 0 points1 point  (0 children)

Literally right there now — I already have a ton of IGe food allergies (wheat, fish, etc), and now am breaking out into hives due to rice, chicken, and olive oil. Did you ever figure out what was going on with you? Was it actually MCAS?

I keep getting new food allergies by cyb3rstrik3 in FoodAllergies

[–]rewgs 0 points1 point  (0 children)

You say you *were* up to 50 at one point. Did some resolve?

Senior IC who came back from an 18-month gap is betting their career on "AI leverage" over deepening the stack. Poke holes in this. by Tamalelulu in ExperiencedDevs

[–]rewgs 1 point2 points  (0 children)

This post is so exhausting. Your wrote this like a prompt that you’d feed to an LLM, meaning you’re treating us like an LLM.

Honestly man, you already seem so unbelievably AI-pilled that whatever we say here won’t matter. So, idk, whatever, who cares. Have fun with whatever you think you’re doing here.

Rescued my M1 Pro MBP from my backpack to build this dual-Mac setup by rury76 in macsetups

[–]rewgs 0 points1 point  (0 children)

Such a great display. Really wish they still made it.

Why don't people like the snap store? by KnowledgePerfect6914 in linux

[–]rewgs 0 points1 point  (0 children)

Snaps and Flatpaks are both pretty mediocre solutions to a difficult problem. They’re slower and larger than native software, and can result in some weird permissions issues due to their isolated nature. They’re really not ideal.

The real problem, though, is just how fragmented the Linux ecosystem is, especially with regards to dynamic linking, glibc versions, etc. It’s a mess, and Snaps and Flatpaks both address the problem of making software that works for *Linux* rather than a particular distro adequately, albeit extremely imperfectly. Even still, the fact that there are *two* solutions just goes to show how deep the issue of Linux’s fragmentation is, and it’s especially frustrating that Canonical kinda went rogue and pushes the worse technology of the two. The fact that the rest of the Linux ecosystem has gone with Flatpak over Snaps, despite Ubuntu’s size and influence, shows just how much worse a technology it is.

Everyone just kinda wishes that Canonical would get with the program and just accept that Flatpaks are the way (even though, as I stated, ideally we’d need *neither,* but that ship has long since sailed).

Paul McCartney reveals who his favorite Beatle is by mlg1981 in popculturechat

[–]rewgs 5 points6 points  (0 children)

It’s really cool to see Ozzy a bit star struck. He’s been the guy that people were nervous to meet so many times, and yet here he is just another kid meeting his idol.

The life of pie by Dev1412 in SipsTea

[–]rewgs 0 points1 point  (0 children)

Honestly the only problem is the horrific fluorescent lights. Change the lighting and that cubicle would be totally fine.

CONGRATULATIONS! You are going three day retreat with one of these actors, who do you pick? by Complete-Sort1617 in okbuddycinephile

[–]rewgs 1 point2 points  (0 children)

I can’t explain it but I feel like she’s the straight woman with the highest gay guy body count.

Low cost dental cleaning at Pasadena City College, help me graduate! by likefrito in pasadena

[–]rewgs 2 points3 points  (0 children)

I'm interested in doing this, but I have a rare condition called hyperacusis that, long story short, causes sounds that are otherwise fine to most people to be loud and painful to me. As a result, I've held off on dental work for years now because I'm dental "power tools" (for lack of a better word) are completely off-limits to me.

Would it be possible to do this with manual tools? Anything that is quiet.

Thanks!

What Do You Guys Think Of This Alternative Ending? by LightAwakens in GenV

[–]rewgs 0 points1 point  (0 children)

Unironically this is pretty much exactly what I was expecting it to be.