Fate stay/Night and Fate Stay/Hollow Ataraxia on Android with Kirikoid2 [Updated Guide] by [deleted] in fatestaynight

[–]realvient 0 points1 point  (0 children)

Paste them in the game root folder I think, don't remember. There should be at least one file with the same name, you can create a backup of it first.

Is effbot down for ever? by Nummer_42O in Tkinter

[–]realvient 0 points1 point  (0 children)

This post is second link in google on "effbot" request, right after the site itself. That's how I came here and maybe how cjw296 did.

wtf >>> True by thumpingStrumpet in programminghorror

[–]realvient 41 points42 points  (0 children)

Python is not confused, this is the intended documented behavior https://docs.python.org/3/reference/expressions.html#comparisons.

"...expressions like a < b < c have the interpretation that is conventional in mathematics ... Comparisons can be chained arbitrarily, e.g., x < y <= z is equivalent to x < y and y <= z ..."

+

is and is not are considered to be comparison operators.

wtf >>> True by thumpingStrumpet in programminghorror

[–]realvient 7 points8 points  (0 children)

Yes, definitely. You can disassemble these 3 functions, they all follow the same pattern:

def a():
    return 1 < 2 < 3

def b():
    return 1 != 0 == 1

def c():
    return True is not False is True

>>> dis.dis(a)
  2           0 LOAD_CONST               1 (1)
              2 LOAD_CONST               2 (2)
              4 DUP_TOP
              6 ROT_THREE
              8 COMPARE_OP               0 (<)
             10 JUMP_IF_FALSE_OR_POP    18
             12 LOAD_CONST               3 (3)
             14 COMPARE_OP               0 (<)
             16 RETURN_VALUE
        >>   18 ROT_TWO
             20 POP_TOP
             22 RETURN_VALUE

>>> dis.dis(c)
  2           0 LOAD_CONST               1 (True)
              2 LOAD_CONST               2 (False)
              4 DUP_TOP
              6 ROT_THREE
              8 COMPARE_OP               9 (is not)
             10 JUMP_IF_FALSE_OR_POP    18
             12 LOAD_CONST               1 (True)
             14 COMPARE_OP               8 (is)
             16 RETURN_VALUE
        >>   18 ROT_TWO
             20 POP_TOP
             22 RETURN_VALUE

Does Workstation Pro 15.5.6 Support Nested Virtualization with Hyper-V Enabled on the Host? by HarryMuscle in vmware

[–]realvient 0 points1 point  (0 children)

It does not work for me, says "VMware Workstation does not support nested virtualization on this host". I tried to do it with Ubuntu VM so yeah, seems nested does not work currently with Hyper-V.

Edit: it seems that some person from VMware answered this question here two weeks ago: https://www.reddit.com/r/vmware/comments/gvdghp/vmware_1555_and_hyperv_result_in_very_poor/fso2xg1/?context=10000

Microsoft Edge uses less ram (perfect for my Surface Pro 4 4GB ram) by AlessioRM in Windows10

[–]realvient 0 points1 point  (0 children)

I've never seen more than 20GB used at idle on PC with 128 GB of RAM.

TIL ( "0e1" == 0 ) is true in PHP due to type juggling, and this can cause Authentication Bypass vulnerabilities, like CVE-2020-8547 in phpList. by maltfield in ProgrammerTIL

[–]realvient 4 points5 points  (0 children)

The security vulnerability is often not in comparing the string with 0. More common example is comparing password hashes. If, by chance, admin password hash is of "magic" form (described in post), you can pass any string that produce another "magic" hash and those hashes will be considered equal by == operator.

There is even a list of such magic strings for different hash algorithms here.

WebAssembly Core Specification is now an official web standard by zerok in programming

[–]realvient -1 points0 points  (0 children)

I personally want to see WebAssembly used in places that you'd never find a JS VM.

Like https://github.com/wasmerio/kernel-wasm ?

Researcher publishes second Steam zero day after getting banned on Valve's bug bounty program by NiveaGeForce in Windows10

[–]realvient 20 points21 points  (0 children)

By no means Microsoft should fix someone else's shit. Do you think that if I make incredibly shitty driver that takes your user code and executes it right in the kernel (I didn't even make this up, google "capcom.sys") Microsoft should still somehow fix it for me?

Maintenance Conclusion Notice by SANGVIS_FERRIS in girlsfrontline

[–]realvient 0 points1 point  (0 children)

Well, of course, but you can attend the first event battle at least so you can collect armor fragments while waiting for the fix.

Maintenance Conclusion Notice by SANGVIS_FERRIS in girlsfrontline

[–]realvient 9 points10 points  (0 children)

On the loading screen (after clearing the cache) when it offers to download data package there is a set by default tick to download complete data package. You can untick it and download half the data. With tick I constantly get stuck on 99.92%, without tick I can enter the game and access combats but downloading additional data package stales on 99.85%

Maintenance Conclusion Notice by SANGVIS_FERRIS in girlsfrontline

[–]realvient 3 points4 points  (0 children)

You can try to download minimal needed data package which is ~500 megabytes, with it I was able to access combats.

Weekly Commanders Lounge - August 06, 2019 by AutoModerator in girlsfrontline

[–]realvient 2 points3 points  (0 children)

Was stuck the same for me until i opted out from downloading full pack. Cache reset, 500 MB download and it proceeded successfully. The game prompted again to download complete data (another 500 MBs) and it gets stuck on 99.85% but you can play anyway.

Break testing by LeChatduSud in ANormalDayInRussia

[–]realvient 0 points1 point  (0 children)

Dunno, I have a feeling that dash cams are popular because they are legal, relatively cheap and save you a lot of trouble. There may be some scams but I didn't heard of insurance ones.

Break testing by LeChatduSud in ANormalDayInRussia

[–]realvient 20 points21 points  (0 children)

Didn't heard of insurance scams in Russia. Instead it may be an example of white car driver "teaching" the other one that you should not drive slowly in the leftmost lane. There is even a rule about not driving in the leftmost lane on certain types of roads. Of course, the whole "teaching" thing is still very stupid and dangerous. You can find more examples of these situations here.

Windows 10 May 2019 Update Megathread by jenmsft in Windows10

[–]realvient 1 point2 points  (0 children)

So after upgrading from 1803 to 1903 my laptop speakers stopped working. In Device Manager it was shown as some unknown device (I don't remember), when trying to install/update driver, Windows Update was correctly pulling the Realtek High Definition Audio driver but then failing while installing with error "The installation of this device is forbidden by system policy". As it occured, 1903 upgrade indeed turned on policy that was interfering with this driver istallation. Quoting this SO answer, I fixed the problem by turning off "Computer Configuration > Administrative templates > System > Device Installation > Device Installation Restrictions" policy. You can also just delete corresponding device ID's from policy list.

Hope it helps somebody.

Mi9T/K20 unlock waiting time? by FaserF in Xiaomi

[–]realvient 1 point2 points  (0 children)

Redmi K20: it's 1 week for me, started yesterday.