Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S
Posts
20
Comments
406
Joined
3 yr. ago

  • "tonality characteristics" and "soundstage" are subjective words that have no concrete definition. Other similar words are "grain", "speed", "separation", "resolution". They can't be objectively measured, and are most likely just another function of frequency response.

    The differences between headphones are most likely your ear having a different shape from the reference ear used to make the eq targets, leading to a different final perceived frequency response. (or limitations in the accuracy of the measurements, most targets I believe are "smoothed")

    I'm going to trust the (claimed, who knows, maybe oratory1990 is a liar) consensus of audio engineers over your anecdotes. As I said there are plenty of audiophiles whose "lived experience" is that $2000 golden cables are necessary and that they can tell the difference between any $200 and $1000 DAC (even though a decent DAC in that price range already has a dynamic range and signal-to-noise ratio of 100-120dB which should be totally indistinguishable from perfectly clear audio for all humans

    personally the only decent-ish headphones I have are DT 880 600 ohm and a JBL 760NC. The latter kind of fills all the boxes of being a wireless headphone and has poor reviews and a poor default sound profile. But after EQing both, I can't really notice any difference except when very carefully doing side-to-side comparisons (besides the much better comfort of around-ears vs over-ear).

    In contrast I believe I can tell, with some songs, the difference between 320kbps mp3 and flac (just 44.1khz), but even there I'm not sure it's not just placebo

    Usability is kind of secondary, android should have jamesDSP and the venn diagram of people that know the best headphones to buy (instead of beats by dre) and who can setup an EQ (install an app and follow written instructions) should have a lot of overlap

    I will say though that more expensive headphones are probably going to last longer and are probably much more comfortable

  • more accurately, average person has a higher tolerance for bullshit than for spending many hours learning something new or spending potentially years applying for citizenship in another country

  • The thing is, distortion (maybe more accurately called nonlinearity) is the only known objective way to measure the difference in sound quality between two headphones EQ'd to the same target. (there are some other measures like signal-to-noise ratio but they are even more useless) And the difference in the value becomes very small for a technically good $50 headphone and the best headphone ever made. (technically good eg. the natural frequency response isn't crazy far from your target and the nonlinearities are competitively low)

    Now, two headphones EQ'd to the same target, even if both are measured to result in the exact same sound, won't actually sound the same to your ears because the "head dummy" used for the test doesn't have the same ear shape and characteristics as you do. But unless there is some strong evidence that the headphone manufacturer has a better methodology than what is publicly available, then there's no reason to think they are somehow able to account for your specific ear's needs without custom designing the product just for you. - You're left with having to either EQ yourself, or using dozens of headphones and testing which you like the most. And the EQ route is going to be much faster and cheaper

    for sources, these discussion seem the most useful

    https://www.reddit.com/r/headphones/comments/144yaiq/why_dont_we_measure_headphone_resolution/jni4z70/?context=5 (whole thread is useful)

    https://www.audiosciencereview.com/forum/index.php?threads/is-there-any-way-to-objectively-measure-headphone-resolution.17684/

    you can say that most people who spend a lot of time and money trying to achieve "perfect audio" seem to think that EQ is only a supplement to already good headphones, but given that there has been no success at objective measurements of quality and that many people swear the thousands they spent on insulated golden cables improve their audio quality, I err on the side of saving my money.

  • if you use a good equalizer, you can equalize pretty much any headphone to your ideal frequency response, as long as it has a loud enough maximum volume and doesn't have distortion (so any half-decent headphone over $50 should do fine. Some would say you can go even lower)

  • because the goal of tamper resistance is to make it harder to unscrew without apple's approval

  • the environment or operating system will ultimately have to use a sorting algorithm with a normal time complexity to determine the order of events (or it can give up and sort them incorrectly once the time resolution is not high enough)

  • ♫ monopoly duopoly oligopoly cartel ♫

    ♪ anti-trust, pork barrel, propaganda lobbying ♪

    ♫ economies of scale, information asymmetry, regulatory capture and personal responsibility ♫

    ♪ unions, pinkertons, labor theory of value and the CIA ♪

    ♫ rent seeking, georgism, tax incentive, scarcity ♫

    ♪ free trade, minimum wage, petrodollar and the MIC ♪

    ♫ we didn't start the fire, it was always burning since the world's been turning ♫

    provided as is, no warranty in regard to serving any particular rhyme or meter, express or implied, consult a licensed physician before attempting to sing along

  • what?

  • other techbros have praised him, citing the exact list of symptoms google gives for "high-functioning psychopath"

    (disclaimer: google may give bad medical advice)

  • I wonder if it's common for those steganography techniques to have some mechanism for defeating the fairly simple strategy of getting 2 copies of the file from different sources, and looking at the differences between them to expose all the watermarks.

    (I'd think you would need sections of watermark that are the same for any 2 or n combinations of copies of the data, which may be pretty easy to do in many cases, though the difference makes detecting the general watermarking strategy massively easier for the un-watermarkers)

  • you can often just slap compiler cache on a project and get a 20-150x speedup, but when the original compile time was 45 minutes, it's still slow enough to disrupt your workflow (though, I suspect you may be talking about some manual method that may be even faster. But are those really common enough where you would call the lack of it a code smell?)

  • C++ is std::__cxx11::list<std::__shared_ptr<table, (__gnu_cxx::_Lock_policy)0>, std::allocator<std::__shared_ptr<table, (__gnu_cxx::_Lock_policy)0> > >::erase(std::_List_const_iterator<std::__shared_ptr<table, (__gnu_cxx::_Lock_policy)0> >) /usr/include/c++/12/bits/list.tcc:158

  • your underflow error is someone's underflow feature (hopefully with -fwrapv)

  • how did I miss that..

  • also a fun fact, while commercial aviation is very safe, private planes are much more dangerous, being almost as dangerous per mile as a regular car (and you get a lot more miles per hour of travel)

  • This description could be anyone.

    CIA assassination is the leading cause of death worldwide

  • that works for 2 word names eg is_open or is_file, but in this case is_dialog_file_open is structured like a question, while dialog_file_is_open is structured like a statement

  • like everything in python, to achieve functional you must first import functional

    (not even a joke)