divinity76
divinity76
> Actually, I probably misread the description: have you tried to use https://chromedevtools.github.io/devtools-protocol/tot/Emulation/#method-setUserAgentOverride as Network.setUserAgentOverride might be only affecting network requests. fwiw `Network.setUserAgentOverride` also affects javascript's `navigator.language` and `navigator.languages` for...
@Martyn911 nope. just some random guy rooting his S22U
it's trying to load AMD GPU drivers on your Nvidia GPU platform, which obviously doesn't work (question is why the f it's trying to load AMD drivers)
regardless, it's easy to set ipv4 address after getting the server :)
@Asgaros i disagree, it's not fine. it makes Asgaros forum unsuitable for programming forums. Take for example this thread from Stackoverflow: https://stackoverflow.com/questions/818255/what-does-21-mean/818284#818284 The title is `What does " 2>&1 "...
is match() supposed to be significantly faster than LIKE ? i kinda doubt it, IMO a competent query optimizer should be able to make them roughly equally performant btw for...
anyone done any LIKE vs match() benchmarks yet? another thing i'd love to see is how SQLite's LIKE compares to MySQL's LIKE, with both `PRAGMA mmap_size=268435456;` and `PRAGMA mmap_size=0;` anyone...
thank you for taking a look! :) `First it doesn't ensure that the replies are sent in the order the requests come in.` - no, and i don't need to,...
you asked about performance. note that i believe there's several things that can be improved on the multithreaded code, for instance, starting a new thread for every little minor request...
hmm, just occurred to me that the kernel's I/O caches may have screwed up my tests bigtime, i'm not sure. maybe try dd oflag=sync ?