

Removed by mod
Removed by mod
I work in an extremely high level professional environment for a multi trillion dollar company.
I gotta wipe piss off the seat every damn time I go into the bathrooms here.
It doesn’t matter how smart or dumb people are, piss will end up in, on, and around the places where people piss.
When WSL first came out, all the documentation i read from Microsoft led me to believe it was intended to help developers who are cross-developing software for both Linux and Windows to more easily test features and compatibility and to ensure software behaves consistently. It never seemed like they intended it to be used to run Linux programs fully and integrate into the Windows environment. It always seemed like it was just there for convenience so a smaller budget developer could develop on one machine and not need to be constantly rebooting or running VMs.
So, wait, you are claiming that a Windows update broke your hardware so bad you had to reinstall the firmware, but it magically worked on a linux distro? First of all, that means it wasn’t “permanently stopped [from] working”. Second, I hate to break it to you, but it sounds like Windows might have fucked up a setting, and then you user-errored your way into breaking things. I’ve never had something break that can’t be fixed with a full system restore or reinstall, and it sounds like you had a problem just like that. If it worked on Linux, you could have gotten it working on Windows, too, because it’s clearly a software error at that point.
Whenever I see a checkbox or something that just says “Check here to confirm you accept our privacy policy” I think it’s funny because all I am legally agreeing to are the words actually in front of me. Sure, I agree with the standalone words “our privacy policy”. I’m not sure what that does for you, but i guess “our privacy policy” is an acceptable string of words.
Um, what party do you think Bernie is a member of? He is pretty famously an independent…
Kind of. With hoisting, the compiler/interpreter will find variable declarations and execute them before executing the rest of the code. Hoisting leaves the variables as undefined until the code assigning the value to the variable is executed. Hoisting does not initialize the variables.
For example:
console.log(foo);
var foo;
//Expected output: console logs ‘null’
foo = ‘bar’;
console.log(foo);
var foo;
//Expected output: console logs ‘bar’
console.log(foo === undefined);
var foo;
//Expected output: console logs ‘true’
This means you can essentially write your code with variable declarations at the end, but it will still be executed as though the declarations were at the beginning. Your initializations and value assignments will still be executed as normal.
This is a feature that you should probably avoid because I honestly cannot think of any good use case for it that won’t end up causing confusion, but it is important to understand that every variable within your scope will be declared at the beginning of execution regardless of where it is written within your code.
Lmao you are the one who is actually tangibly misunderstanding the article. It clearly states that temperature RELATES to all forms of energy, which is true, but temperature is not directly affected by potential energy. Potential energy can, for example, raise the boiling point of a substance, but it does not actually change the temperature directly.
Since you clearly need a refresher on the fundamentals of heat and temperature:
https://www.houstonisd.org/cms/lib2/TX01001591/Centricity/Domain/5364/Thermal Energy.pdf
Maybe you should go read the article and actually read my comment. The article literally agrees with everything I said within the first few paragraphs. Negative temperatures do not and cannot exist under the classical definition, but the overall state of a system can reach a configuration that behaves like a negative temperature would, yet this is achieved by raising the temperature above what would tend towards infinity. Once again, it can be useful to represent certain configurations of systems of matter as a negative temperature with added context, and that’s why negative temperatures are a thing in science. It’s also why there are things like the summation of all natural numbers (1+2+3+4+…) being equal to -1/12. If you actually add up the natural numbers you get infinity, but ignoring that can yield useful results.
You are also absolutely wrong about temperature being dependent on all energy. Temperature is literally defined as the measurement of kinetic energy in a system. Are you actually suggesting that if I put an apple on an elevator, it’s temperature is going to be increased when I send it up? Or that if I inject that apple with cold diesel fuel it will heat up? Those things would increase the energy of the apple, but not increase the kinetic energy and therefore the temperature does not rise.
What makes you say that isn’t what an absolute scale is? It definitely is what an absolute scale is. For example, distance is measured on an absolute scale. Negative ten meters would be equal to positive ten meters. In the classic definition of temperature measuring the total kinetic energy of matter, a negative temperature would be equivalent to a positive temperature, as it is measuring how much the particles are moving. Similar to velocity (also an absolute scale), if a particle is moving at a particular speed, X, then moving at that same speed backwards would be -X, but it is still the same speed.
Negative temperatures are used to express something different from the classic definition of temperature, because the particles are not doing less than zero movement. Once a particle reaches absolute zero, it cannot move any less, but it can still have other properties that are directly tied to temperature change. Therefore, if purely expressing the classic definition of temperature, a negative temperature cannot exist, so any negative temperature would necessarily have to be equivalent to the same positive temperature. Of course, in any actual scientific conversation, the classic definition of temperature would be understood to be inadequate.
Lmao I was kind of making a joke there, it’s an absolute scale so a negative number can’t actually exist, i.e. |-10| = 10
Additionally, temperatures expressed as negative Kelvin aren’t actually negative Kelvin in reality (“reality” meaning the actual physical existence in our material world) because, as you pointed out, the material would actually be more temperate. Negative Kelvin is useful to represent systems where adding energy decreases the entropy of the system, rather than the standard of increasing entropy, but to relate it to the actual heat or energy of the material gets murky.
Even if it was somehow 10° below absolute zero, it would still be 10° above absolute zero
You may know the difference between a DAC and Amp, but you clearly don’t understand what I’m trying to say. I’m saying that a DAC doesn’t have its own power output. It literally takes a digital signal, and converts it to analog. In order for it to add any power to the signal, it needs to include an amplifier. Otherwise, the signal will always be a little bit weaker due to the power loss from traveling through the DAC. Most DAC units have at least a weak amplifier for this reason, but there are some units that are just a DAC. And the Amp part isn’t going to be controlling the digital volume, i.e. changing the system volume on your device. It will operate on its own volume control, so regardless of how limited the output is from your phone, it will still be made louder as it amplifies the volume independently of the phone. A unit that is just a DAC doesn’t have any way to amplify the signal it receives, so it will never be able to make it louder.
You said explicitly that the android system will limit the output of any DAC, but that is wrong on multiple counts. The android system will not limit the output of a DAC because a DAC itself just 1:1 outputs an analog signal converted from a digital source so there is nothing to limit. The android system will also not limit the output from an Amplifier because it literally is not capable of that. That’s like saying your water faucet can limit how hot your water can get when you boil it on the stove. An Amp increases the power of the signal after it has already left the phone.
Well the problem is that a DAC doesn’t have any power to it at all. What you are thinking of is an amplifier, which a lot of portable DAC units have in them, but not all of them do. For example, the DAC/AMP I have is the iFi iDSD Black Label, which has its own Amp that is controlled through an analog dial.
If your unit doesn’t have its own volume controls then it is likely just a DAC with no Amp, meaning you are limited to the power output of your source.
I didn’t see the replies to me, but the person i responded to posted the raw uncensored output of a traceroute from their computer to twitter, and I heavily suggested that they should not do that and should remove or edit their comment.