Group delay is a poor argument. Unless you also have a pretty decent monitoring system the group delay of the speakers isn't going to be consistent so the filters before them wouldn't matter all that much... Even in…
> A lot of capacity is coming online in the next 5 years Is this true though? I don't really have time to do the research and have no dog in the race but I'm sceptical... But then again I'm not there one making our…
> I just want a damn API key, I keep it a secret and revoke if necessary and don't need 10000 layers of auth bullshit tangled up in every layer of every platform Then implement that on your app... You are just…
Home networks are almost exclusively secure by default on any reasonable hardware. The bigger issues is not remembering hostnames vs IP addresses. Unless you have explicitly changed it what is the hostname of your…
Enable sanitizers on test suites and fuzzers. Enable warnings and WError Use clang tidy and other static analyzers Actually use a modern compiler and enable the safety features they ship with Most of these things have…
> What made open source great, is the fact that if you find a problem, you can patch it. It's what motivated me, anyway. What exactly is different now? > it's under development and very likely will be forever. So is…
1. Free Redistribution 2. Source Code 3. Derived Works 4. Integrity of The Author’s Source Code 5. No Discrimination Against Persons or Groups 6. No Discrimination Against Fields of Endeavor 7. Distribution of License…
Exept they do actually do facial rec against the government database, to my knowledge anyways. This is a requirement for two different banks I have, very likely for the rest as well. Doing the live selfie route I don't…
> The relationship was established decades ago and they accept money and direct deposit still with no KYC. Having just gone through the annual KYC checks required by my bank/s I don't think this opinion stands…
> term “systems program” has always meant network middleware that shuttles around JSON and transforms it. Who are we that has always defined that term that way. For any systems programmer golang has pretty much not been…
My favorite right now. "Make the AI do xyz" That clearly needs a custom harness to integrate with ORG tooling. "No we won't pay for token usage, make it work with the subscription were already paying for"... Guess you…
You do know it is possible for the answers to be anonymous but who submitted to be tracked?
a11y is pretty pervasive and well understood in the context around what is being discussed. I18n as well, you get to look that one up to because that makes you one of today's lucky 10000 https://xkcd.com/1053/
> SSDs that can write at 4 or 5 GB/s In my experience unless you actually pay attention and get something with a dram cache it will sustain that speed for all of 5 seconds and then drop to near useless, and with the…
From what I understand about this application ffmpeg of only used for export? That is very little of the processing of true, they mentioned the webcodec is used extensively and likely the only real requirement on ffmpeg…
A magnet in a coil operates both ways, this is non intuitive but perfectly sound. Not sure if it's mentioned in the article but microphones can be speakers too...
> It’s also THE language you use when writing UIs I'm unsure that I agree with this, for my smaller tools with a UI I have been using rust for business logic code and then platform native languages, mostly swift/C#. I…
I'm not entirely sure that this is true. I haven't actually looked into this but it might not be the realm of possibility. But you are generating a frame on GPU, if you can also encode it there, either with nvenc or…
Good strong (read specific) types encourage easier redactors. Changing the function signature or the type then generated cascade of compiler errors that tells you exactly what you touched. Weak non specific types does…
There is a difference between us all experiencing a shared artistic experience and us hearing about your kids while we are trying very hard to share an artistic experience. I wouldn't complain much about people singing…
I don't think fear or legal action makes it illegal. If I know it is legal to make a turn at a red light. And I know a court will uphold that I was in the right but a police officer will fine me regardless and I would…
Of all the self help books I have actually read, The 7 Habits is probably the one that had consistently been useful in actually navigating issues day to day. And I read it probably closer to two decades ago.
Let me ensure I understand you. Running a node.js server on Tahoe makes your macbook sluggish and you feel like Tahoe is fine performance wise? May I reminded you that 10 years ago people also ran chrome and node js…
Just not having a Celeron level chip is worth the difference... Windows update on a Celeron chip makes it 100% utilisation with full boost. I would actually rather but an Android phone than a laptop with a Celeron chip…
From my knowledge RCU/epoch/Hazard pointers are useful in data structures and algorithms where raw atomics cannot be used but you still nees lock free or in some cases wait free semantics. If you can use an atomic then…
Group delay is a poor argument. Unless you also have a pretty decent monitoring system the group delay of the speakers isn't going to be consistent so the filters before them wouldn't matter all that much... Even in…
> A lot of capacity is coming online in the next 5 years Is this true though? I don't really have time to do the research and have no dog in the race but I'm sceptical... But then again I'm not there one making our…
> I just want a damn API key, I keep it a secret and revoke if necessary and don't need 10000 layers of auth bullshit tangled up in every layer of every platform Then implement that on your app... You are just…
Home networks are almost exclusively secure by default on any reasonable hardware. The bigger issues is not remembering hostnames vs IP addresses. Unless you have explicitly changed it what is the hostname of your…
Enable sanitizers on test suites and fuzzers. Enable warnings and WError Use clang tidy and other static analyzers Actually use a modern compiler and enable the safety features they ship with Most of these things have…
> What made open source great, is the fact that if you find a problem, you can patch it. It's what motivated me, anyway. What exactly is different now? > it's under development and very likely will be forever. So is…
1. Free Redistribution 2. Source Code 3. Derived Works 4. Integrity of The Author’s Source Code 5. No Discrimination Against Persons or Groups 6. No Discrimination Against Fields of Endeavor 7. Distribution of License…
Exept they do actually do facial rec against the government database, to my knowledge anyways. This is a requirement for two different banks I have, very likely for the rest as well. Doing the live selfie route I don't…
> The relationship was established decades ago and they accept money and direct deposit still with no KYC. Having just gone through the annual KYC checks required by my bank/s I don't think this opinion stands…
> term “systems program” has always meant network middleware that shuttles around JSON and transforms it. Who are we that has always defined that term that way. For any systems programmer golang has pretty much not been…
My favorite right now. "Make the AI do xyz" That clearly needs a custom harness to integrate with ORG tooling. "No we won't pay for token usage, make it work with the subscription were already paying for"... Guess you…
You do know it is possible for the answers to be anonymous but who submitted to be tracked?
a11y is pretty pervasive and well understood in the context around what is being discussed. I18n as well, you get to look that one up to because that makes you one of today's lucky 10000 https://xkcd.com/1053/
> SSDs that can write at 4 or 5 GB/s In my experience unless you actually pay attention and get something with a dram cache it will sustain that speed for all of 5 seconds and then drop to near useless, and with the…
From what I understand about this application ffmpeg of only used for export? That is very little of the processing of true, they mentioned the webcodec is used extensively and likely the only real requirement on ffmpeg…
A magnet in a coil operates both ways, this is non intuitive but perfectly sound. Not sure if it's mentioned in the article but microphones can be speakers too...
> It’s also THE language you use when writing UIs I'm unsure that I agree with this, for my smaller tools with a UI I have been using rust for business logic code and then platform native languages, mostly swift/C#. I…
I'm not entirely sure that this is true. I haven't actually looked into this but it might not be the realm of possibility. But you are generating a frame on GPU, if you can also encode it there, either with nvenc or…
Good strong (read specific) types encourage easier redactors. Changing the function signature or the type then generated cascade of compiler errors that tells you exactly what you touched. Weak non specific types does…
There is a difference between us all experiencing a shared artistic experience and us hearing about your kids while we are trying very hard to share an artistic experience. I wouldn't complain much about people singing…
I don't think fear or legal action makes it illegal. If I know it is legal to make a turn at a red light. And I know a court will uphold that I was in the right but a police officer will fine me regardless and I would…
Of all the self help books I have actually read, The 7 Habits is probably the one that had consistently been useful in actually navigating issues day to day. And I read it probably closer to two decades ago.
Let me ensure I understand you. Running a node.js server on Tahoe makes your macbook sluggish and you feel like Tahoe is fine performance wise? May I reminded you that 10 years ago people also ran chrome and node js…
Just not having a Celeron level chip is worth the difference... Windows update on a Celeron chip makes it 100% utilisation with full boost. I would actually rather but an Android phone than a laptop with a Celeron chip…
From my knowledge RCU/epoch/Hazard pointers are useful in data structures and algorithms where raw atomics cannot be used but you still nees lock free or in some cases wait free semantics. If you can use an atomic then…