neverfone | 7 years ago | on: Say Hello to Full Employment
neverfone's comments
neverfone | 7 years ago | on: C++ Just My Code Stepping in Visual Studio
I think the tab flashing is the critical detail, otherwise you would be confused why things are deadlocking.
neverfone | 7 years ago | on: Against privacy defeatism: why browsers can still stop fingerprinting
neverfone | 7 years ago | on: Against privacy defeatism: why browsers can still stop fingerprinting
neverfone | 7 years ago | on: Against privacy defeatism: why browsers can still stop fingerprinting
For example, "weather_at_your_geoip.js".
neverfone | 7 years ago | on: C++ Just My Code Stepping in Visual Studio
Any gui debugger for Linux is probably a frontend to gdb, so as long as it lets you passthrough commands to gdb it can do this.
neverfone | 7 years ago | on: C++ Just My Code Stepping in Visual Studio
neverfone | 7 years ago | on: Against privacy defeatism: why browsers can still stop fingerprinting
There is no easy fix to this.
neverfone | 7 years ago | on: Against privacy defeatism: why browsers can still stop fingerprinting
If it's not cached, then it has to be fetched synchronously for anything depending on its value to work - so it's slow.
If it is cached, then the cached value is known.
neverfone | 7 years ago | on: Against privacy defeatism: why browsers can still stop fingerprinting
<script src=foobar.js>
Where foobar.js just returns something like "var id=0x1234567", the user who doesn't want to be fingerprinted cannot cache this script because it could be uniquely generated.
I feel obliged to downvote you because of the first two paragraphs, why did you add them? You were trying to refute what you considered an "accusation of arrogance" with the most arrogant opening paragraph possible?