NDevTK

Results 97 comments of NDevTK

for .join() would it be possible to pass a 2d array that gets split up if there’s a across parameter. I think vips_arrayjoin() already has an across parameter

How do you use a child process ``` const { execFileSync } = require('child_process'); function combine(images){ const child = execFileSync('vips', ['arrayjoin', images, '--across 8', 'output.jpg']); } ``` images is `"img-0.jpg...

TIP: https://developer.chrome.com/origintrials/#/view_trial/303992974847508481

@terjanq whats your opinion on having this article?

@terjanq any updates regarding the query in https://github.com/xsleaks/wiki/pull/114#issuecomment-864583368?

Hi @NDevTK I think like this PR the comment https://github.com/xsleaks/wiki/pull/114#issuecomment-894868717 is pointless. The original comment https://github.com/xsleaks/wiki/pull/114#issuecomment-864583368 was sufficient for the purpose needed. Update: should not have replied in 3rd person...

Yeah I understand it depends to much on external resources, I think @arxenix wants to make some edits for this.

> Yeah I understand it depends to much on external resources, > I think @arxenix wants to make some edits for this. Annoyingly I dont think such edit happened :(...

Could be interesting. :D Cache timings can be used to detect the websites a user has visited even with tor using window timings. https://www.usenix.org/conference/soups2020/presentation/bird

https://supercookie.me/workwise seems like a good way to fingerprint users.