back
user profile
hexomancer
2,328karma·288submissions·July 25, 2016
about
a.hr.mostafavi@gmail.com
recent activity (288 total)
comment
Not the recent denuvo versions, and not in the past ~1 year. That's not even the point though, I am not saying it is literally impossible to circumvent this, but as long as it is hard enough that…
comment
Well I assume there are ways to prevent that (or make it extremely difficult at least)? E.g. look at denuvo, nobody has been able to "open a hex editor" and disable denuvo.
comment
By the same argument we should prevents the users from running any program at all because it might be malware.
comment
It's not the cheat that has to be accepted, it is the game. The option prevents the cheats (or any other program) from being able to examine the game's memory.
comment
It's not the cheat that has to be accepted, it is the game. The option prevents the cheats (or any other program) from being able to examine the game's memory.
comment
That's why I said the user has to explicitly accept that.
comment
One thing I don't understand and I would really appreciate if someone could explain this to me. Why do we need separate anti-cheat programs? Can't the operating systems simply have an option…
comment
You are looking for this: https://github.com/igrigorik/vimgolf
comment
Not only is this not a valid proof, I don't think the author even knows the definition of P vs NP problem.
comment
This is not "leaked", this is on official stanford youtube channel.
comment
I am ok with desktop environment exploring new ideas and it is very cool that linux allows them to do so (e.g. I myself am a big fan of tiling window managers and it is one of the main things I miss w…
comment
I find it extremely annoying (using a mouse wheel).
comment
Yes, but is there any guarantee that the complete sentence makes sense?
comment
The graph in that page is completely different (e.g. the sharp drop in 2015). This seems to be just linearly interpolating between start and end populations.
comment
Hmmm this doesn't look right? : https://columns.ai/chatgpt/AXoHKTTYYkeT3x
comment
Sioyek developer here. You absolutely should be able to open multiple PDFs (e.g. using the new-window command are passing the --new-window command line option). If you are experiencing crashes please …
comment
They are saved separately. We do have an "embed_annotations" command to create a new pdf file with annotations embedded.
comment
Sioyek developer here, we don't have the exact feature you ask for, but we have an alternative. Instead of modifying the PDF file (which kind of is against the point of PDF files in the first pla…
comment
Sioyek developer here. > - There's an extension that lets you view PDFs in two columns (panels) side by side. But that literally changes the actual PDF files! We have added native two-panel mo…
comment
Sioyek developer here. As others have mentioned the development branch is fairly active. I also have my own private branch which I have not published yet until it is more stable, the last commit in my…
comment
Sioyek developer here. There is no deep meaning behind the name, I just like the number 31 :)
comment
Sioyek developer here. We have added 2 page mode in the development branch.
comment
Mixtral is also a MoE model, hence the name: mix tral.
comment
That was very fun! Are the puzzles handmade or procedurally generated?
comment
AVP knows exactly which monitor you are looking at. The mac doesn't need to render all monitors at full resolution, just the one being looked at.
comment
AVP knows exactly which monitor you are looking at. The mac doesn't need to render all monitors at full resolution, just the one being looked at.
comment
If you assume the complexity of an elements grows linearly with the number of states it can assume (e.g. if complexity of a bit is 2a then complexity of a trit is 3a). Then the total complexity of for…