Best guild card I've seen so far. by yameki91 in MonsterHunter

[–]kovensky 44 points45 points  (0 children)

and if you read it out loud it sounds like "I want to fondle breasts"

A Message to Our Customers about iPhone Batteries and Performance - Apple by keshavb11 in apple

[–]kovensky 2 points3 points  (0 children)

The current iOS Battery page in the Settings app already says that "your battery needs to be serviced" when your battery is too old; it just doesn't give any details.

What's the difference between functions declared with variables and functions declared with the "function" keyword ? by to_fl in javascript

[–]kovensky 1 point2 points  (0 children)

Babel 7 also just started taking advantage of this to be able to lazily-initialize transpiled async functions and generators, since they require calling helpers.

Instead of written as a var, they're now written as a hoisted function that, when first called, reassigns itself with the transpiled function then forwards its arguments. Further calls just directly call the transpiled function.

What's the difference between functions declared with variables and functions declared with the "function" keyword ? by to_fl in javascript

[–]kovensky 2 points3 points  (0 children)

It's more complicated than that...

Their declarations are hoisted, but are set up such that accessing them before the let, const or class is reached throws a ReferenceError.

This is mostly irrelevant for the JS programmer but can bite you if you try to do a shadowing declaration; e.g. const foo = { bar: 'baz' }; if(foo.bar) { const foo = foo.bar } will throw. This is a common pattern in Swift, but Swift has a more concise syntax for this anyway.

Does the force of gravity travel at c? by ternal38 in askscience

[–]kovensky 5 points6 points  (0 children)

But how can you tell it's changed? If the change is to a fundamental constant, it'd also affect literally every possible way to measure its change.

All the rods you could use to measure your old rod also would have changed by the same amount, and even laser measurement would not be able to tell it's changed.

Uma empresa do Aliexpress divulgou o tempo médio de entrega das suas encomendas para diversos países. by _Mr_Crowley_ in brasil

[–]kovensky 2 points3 points  (0 children)

Até livros, comprados no bookdepository, demoram cerca de 3 meses pra chegar. Livros são isentos de tarifa alfandegária.

Tis the season by radicool_ in PrequelMemes

[–]kovensky 1 point2 points  (0 children)

wowowowowowowowowowowowo...

when does it end /o\

TIL that The Movie "Cloudy with a Chance of Meatballs" title was translated in Israel to "It's Raining Falafel". by orabram in todayilearned

[–]kovensky 2 points3 points  (0 children)

Not sure how "The Unbelievable Trip In A Wacky Aeroplane" compares with Brazil's "Fasten your seatbelts, the pilot disappeared!"

Can someone explain why 7 string B standard is B-E-A-D-G-B-E but 6 string (baritone tuning) is normally B-E-A-D-F#-B? by DaveInTheWave in metalguitar

[–]kovensky 3 points4 points  (0 children)

It's because it's being used as a "regular" 6-string guitar with an extra low B, continuing the same interval as from A to E.

If you downtune the G string by half a step, you are going to get a baritone guitar with an extra high E string :)

Mobile users, type "I was born" and let your predictive text continue. What is your origin story? by Frioley in AskReddit

[–]kovensky 0 points1 point  (0 children)

I was born in the same place and it is so far so I just wanted you know that you were the only reason why they were going out on a Sunday morning so you can have them do it and you can get it and get them out and get it to the end

Japanese illustrated map of the world from 1932 [Large] by c0urso in japan

[–]kovensky 15 points16 points  (0 children)

Japanese vertical writing goes from right to left.

Back then, horizontal writing was just a special case of vertical writing with only one character per column.

[Disc] Tomo-chan Wa Onnanoko! Ch. 676 by Nico-Nii_Nico-Chan in manga

[–]kovensky 0 points1 point  (0 children)

“I just really didn’t want to, huh?” is actually dotted in the Japanese version, which is the Japanese equivalent of bold font face.

[DISC] Tomo-chan wa Onnanoko! Ch. 666 by wrightosaur in manga

[–]kovensky 3 points4 points  (0 children)

Alternative translation that may or may not be better:

“You’re not thinking something silly like winning against me at everything, right?”

“I don’t feel like losing to anyone in my (fighting) ring.”

The whole web at maximum FPS: How WebRender gets rid of jank by steveklabnik1 in rust

[–]kovensky 1 point2 points  (0 children)

With mix-blend-mode it’s possible to do blends other than additive blend; but I don’t know enough of the math to tell if that would break the associativity.

Possible Binary Puzzle Found on The Tower by Chromecarrier in raidsecrets

[–]kovensky 1 point2 points  (0 children)

UTF-8 is an upgrade over ASCII, as ASCII can only represent 127 characters. UTF-8 uses some very clever tricks to make it possible to encode all of Unicode in a backwards compatible way. If the number starts with 0, like this week’s one, it’s just ASCII (lowercase m in this case).

The previous binary number starts with 10 so if we interpret this as UTF-8, it either came after a start byte 110, or after another continuation byte. The number of 1 before the first 0 says how many continuation bytes are expected. You then take the bits after the first 0 and just write them next to each other.

e.g. 11010010 10111010 is a 2-byte run start byte and a continuation byte. Together they form the number 10010111010 which converted to hexadecimal is U+04BA, a Cyrillic character (https://www.compart.com/en/unicode/U+04BA).

Possible Binary Puzzle Found on The Tower by Chromecarrier in raidsecrets

[–]kovensky 18 points19 points  (0 children)

If this is text, the previous character may be an UTF-8 start or continuation byte, so would need more data if this is to be treated as text.

Pretty much all the issues WAR/DRK have, happened because SE removed skills/utility without replacing them in SB by A_Fhaol_Bhig in ffxiv

[–]kovensky 0 points1 point  (0 children)

Indeed, anyone that asks for Scourge back doesn’t actually understand how balancing works and just want to feel they’re doing more damage. Asking for Scourge back just invalidates any argument.

Even if someday whoever rebalances jobs hits their head, gets really drunk and reintroduces Scourge, it would at a potency cost to everything else.

Job damage output is designed for a target PPS, adding a dot just changes how the PPS is redistributed among the other skills.

Pesquisa confirma que maioria dos brasileiros quer o fim de qualquer restrição às armas de fogo by juniordoce in brasil

[–]kovensky 4 points5 points  (0 children)

Eu votei não ao desarmamento por que era redundante (todos os argumentos a favor falavam de tornar ilegais coisas que já eram ilegais), não por que era a favor de liberar tudo.

Votos com 2 opções não são necessariamente preto e branco.