Results 238 comments of Kitlith

Even when this is done, it does not appear to communicate reliably or correctly. When communicating, often the first byte returned from a command will be 0xFF, and other commands...

It appears at this point the RFC is merged and implemented under the feature flag `const_panic`.

So... I appear to be having similar issues with my project (this isn't limited to Cyanogen3DS). Iirc, I was getting roughly 120 FPS before I updated, and now I'm getting...

Blast, I completely forgot about this! >_> sf2dlib, when using citro3d, essentially has VSync. After calling `sf2d_swapbuffers()`, it waits until the current frame actually gets displayed, if I understand correctly....

Well, with elf binaries, the main difference between an application and a library is the presence of _start. (Sometimes, even, a library is also used as an application) With elf...

As a workaround for the issues with libpreopen, it may be possible to get the fd that has been assigned to a directory (if that functionality has been exposed in...

so, I think there may several unrelated things being talked about here, @mitar - MITM scenarios - Hashing alone won't help, you need something else. This has already been covered....

Well, the server itself is often seperate from the database -- you may be able (and are often able to?) to compromise the database without being able to compromise the...

`if their goal spans beyond gaining access to a single server` indeed, which is why I mentioned it in the first place. The real solution is not to reuse passwords,...

been meaning to make that rewrite the official one for a while, but for similar reasons I've been too busy to make sure it happened. However, I've hit summer break...