Joachim
Joachim
@Indigo744 I disagree. There is poor adoption in general for either. https://www.dnsfilter.com/blog/dns-over-tls is a good take on why browsers kind of prefer DoH in browsers, but I am convincend organizations...
@MichaCo would HttpClient itself be ok? I learned that Cloudflare closes the connection after every single DoT request. I´d consider that a bug, but so far that doesn´t seem a...
I can confirm that if you create a snapshot (I am using AlphaVSS 1.3), get a SafeFileHandle via pinvoke CreateFile, then create a Stream out of that (I wasn´t using...
> I've made same test with VSS shadow volume (AlphaVSS v1.4.0.0). Volume size is 10.64TB. Unfortunately got an error. This is speculative, but 10.64TB is likely causing an issue due...
> @jol64: This is ultimately for an open source project, so if you have some spare time I'd appreciate a comment on the code around here: https://github.com/R030t1/NtfsList/blob/master/Program.cs#L78. I've also tried...
> @jol64 It's not anywhere close to done, that is a testcase. If I provided a whole project no doubt you'd complain I didn't provide a testcase. Do you mind...
> So. I've created another [NTFS library](https://github.com/lordmike/ntfslib) which should be able to provide you with nitty-gritty access to structures on disk - I'm not currently maintaining it. I'm unsure if...
> Ah. You're making a filesystem extraction tool? > from a speed perspective, it can process and dump multi-gigabyte MFTs in a few minutes. Most "average" size MFTs are done...
I am running into the same issue with span. Actually I am using the name attribute in javascript as it allows quick and easy (or dirty?) getElementsByName calls. I didn´t...
Thanks for the reference. I am aware of the limitations and ensure the name is not used as any id (different namespaces). Even if there were a conflict, I think...