cooper12

📅 Joined in 2013

🔼 1,200 Karma

✍️ 859 posts

🌀
15 latest posts

Load

(Replying to PARENT post)

On the mobile site, go to the settings in the sidebar and enable Advanced Mode.

And no, they won't ever get rid of categories. It's just that the phone variants of the site are very heavily geared towards a specific type of reader, at the expense of editors or other types of users. They have been trying to address this over incremental updates though, such as now showing talk pages.

👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

> they gave each language a different Cyrillic orthography than the rest to fragment them even further

That doesn't seem correct to me. Different languages require different orthographies because they have different phonetics. Compare the Latin script when used for English to German to Vietnamese to Turkish. Same thing with the Arabic script with Persian and Urdu. When tailored orthographies aren't used, the written representation becomes a poor representation of speech. Though even then it might not have been a perfect fit in the first place, requiring digraphs or diacritics. Or the spoken language can diverge.

👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

They're also using a monospaced font for the body text and aren't limiting the line length.
👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

    ffmpeg -i foo.mp4 -c:v h264_videotoolbox -b:v 1600k foo_out.mp4
On macOS, this uses hardware acceleration to reencode a video at a lower bitrate. My macbook is from 2012, so this does make a notable difference. There's also "hevc_videotoolbox" for H.265 if your machine supports it.
👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

I read it as "[you] double-time[d] me, oxface", with "ox face" being meant as an insult.
👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

SKIP is about matching the kanji to a pattern and counting the strokes of the two portions. This is more about inputting the kanji's constituent parts themselves.

For example, say we have the kanji 訓. For a SKIP-based lookup, you'd see this as 言|川, and you probably know that's 7 and 3 strokes. Whereas with this approach, you could type in the parts, e.g. いう (backspace) to get 言 and かわ to get 川. A lot faster when kanji have many parts or you're not so sure about the stroke counts. Yes, SKIP would be more helpful if you don't know the parts.

👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

> In formal settings, the problem will be taken care of

Forensic evidence has been and still is systematically abused:

> * a 2002 FBI re-examination of microscopic hair comparisons the agency’s scientists had performed in criminal cases, in which DNA testing revealed that 11 percent of hair samples found to match microscopically actually came from different individuals;

> * a 2004 National Research Council report, commissioned by the FBI, on bullet-lead evidence, which found that there was insufficient research and data to support drawing a definitive connection between two bullets based on compositional similarity of the lead they contain;

> * a 2005 report of an international committee established by the FBI to review the use of latent fingerprint evidence in the case of a terrorist bombing in Spain, in which the committee found that “confirmation bias”—the inclination to confirm a suspicion based on other grounds—contributed to a misidentification and improper detention; and

> * studies reported in 2009 and 2010 on bitemark evidence, which found that current procedures for comparing bitemarks are unable to reliably exclude or include a suspect as a potential biter.

> Beyond these kinds of shortfalls with respect to “reliable methods” in forensic feature-comparison disciplines, reviews have found that expert witnesses have often overstated the probative value of their evidence, going far beyond what the relevant science can justify.

(https://web.archive.org/web/20170120002449/https://www.white... page 16)

Even more:

* Tire and shoe prints: https://www.apmreports.org/story/2016/09/27/questionable-sci...

* Lie detector tests: https://en.wikipedia.org/wiki/Polygraph#Effectiveness

* Burn patterns: https://www.pbs.org/wgbh/frontline/article/forensic-tools-wh...

👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

If anyone wants to be ahead of the next trend of listening to nostalgic Japanese music, check out enka. [0] Even when it was contemporary, it was harkening to a bygone past. Kidding a little though, ballads probably don't appeal to modern listeners.

[0]: https://en.wikipedia.org/wiki/Enka

👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

They're quick to tell on themselves. When Biden condemned white supremacy, a lot of conservative leaders were outraged at the attack against them: https://nymag.com/intelligencer/2021/01/why-are-conservative....
👤cooper12🕑4y🔼0🗨️0

(Replying to PARENT post)

Setting your user agent would only be considered hacking by the same people who think the Internet is a series of pipes. The browsers themselves copy each other's user agents for interoperability, so it's far past the point that changing it to look like another agent would be considered devious.
👤cooper12🕑5y🔼0🗨️0

(Replying to PARENT post)

There's some stuff here: https://github.com/Pocket
👤cooper12🕑5y🔼0🗨️0

(Replying to PARENT post)

OED (an older edition):

> the process of renovating and improving a house or district so that it conforms to middle-class taste

In this case, it's making the internet conform to Google's taste. Seems to be an appropriate use of the term, even if in the more recent sense we think of it as displacement of people or local businesses.

👤cooper12🕑5y🔼0🗨️0

(Replying to PARENT post)

SSR = Server-side Rendering, if anyone else was unfamiliar like me.
👤cooper12🕑5y🔼0🗨️0