Alcaro

Results 120 comments of Alcaro

I'm not sure what that'd accomplish. Flips compiles to a single binary (other than icons and other freedesktop metadata, which is just copied straight from the repo), so you can...

Flips is perfectly happy with files above 256MB, as long as it can allocate enough memory. Unfortunately, 'enough memory' is quite a lot; Flips needs 5 times the sum of...

That is expected behavior for two 1.28GB files. Two 1.28 files = 2.56 GB = hits the 2GB limit I mentioned. Correct ... probably not. It was good enough five...

No, 32bit has two limits. Both are caused by the fact that, for each byte in the two input files, Flips must store that byte, plus a file offset (latter...

32bit vs 64bit programs refers to whether it requires hardware support for 64bit math and 64bit address space. But 64bit programs can still do math on 32bit quantities, if they...

Oh great, fixing this one will require reevaluating GitBSLR's entire security model. It's currently fairly paranoid, blocking lots of safe behaviors, but finding a more accurate ruleset without risking any...

MSVC ignored stdint.h and inttypes.h (and the rest of C99) for many years, but they once the same features showed up in C++11, they were implemented. From what I can...

For small things like this, the web interface is easier. Either way, submitted per your request. #196

I've seen everything die a few times, but much less often than with older versions, and only after a 'Remote host is closing websocket connection, performing soft-reconnect'. I usually fix...

bitlbee-discord can tell bitlbee that the channel is empty. It'll break tab complete (and, if done carelessly, mentions), but may be a worthwhile tradeoff in some cases. But yes, the...