Juha Sointusalo
Juha Sointusalo
Some people have talked about compiling BOINC (and apps) with Emscripten to run them on browsers. I don't know how far that work has progressed. I can't remember any status...
I do remember playing Doom (Quake? Wolfenstein?) and running Linux on browser. Emscriptem docs claim > Emscripten generates fast code! Its default output format is asm.js , a highly optimizable...
After looking around a bit more carefully turns out the files do exist but not in /mingw64/lib as the log says. libopengl32.a and libglu32.a are in /mingw64/x86_64-w64-mingw32/lib/ . On Linux...
Adding an extra text field for the user name is easy enough but what to do with the web page you go to after the account is created? It would...
Lets say a bad guy manages to break into project servers. He won't be able to do any easy bad things like adding a malicious project to users BOINC installations...
@RichardHaselgrove From [Apache FAQ: How can I change the information that Apache returns about itself in the headers?](https://wiki.apache.org/httpd/FAQ#How_can_I_change_the_information_that_Apache_returns_about_itself_in_the_headers.3F) > When a client connects to Apache, part of the information returned...
> So it looks like that now BOINC relies on X server to detect user idle time. Please notice that BOINC client needs permission to access X server or the...
@LocutusOfBorg @ChristianBeer It's the `all_input_idle()` function we are talking about. It tries to detect activity by checking access time of `event` and `mouse` devices in `/dev/input` . @Germano0 said it...
Quick guess. If Android allowed apps to access device's IP address apps could use that to track people and Google doesn't like that. Apps are not allowed to access MAC...
The external IP is the Return To address. Server always knows it and without it Internet wouldn't work. But yeah, that could be used for tracking just as well. Bad...