It would result in fewer online games that stop working altogether when the publisher wants to stop it. All the publisher would have to do is to create a "mini self-hosted server" application and provide it and they…
The latter. It's a tool, if using data is necessary to make the tool work, then its output derives from the data. If the LLM generation is not derivative of its training data, then why would it need the training data in…
It's because circles allow for a stagger and overlap as shown later on. It's not really possible to get the same effect from squares.
Basically, for this specific structure, they had to develop their own "sub structures" on the 1d line. These sub structures are known to create one little thing going diagonally (and then leave a bunch of debris behind,…
Do look into jsdoc typing and "//@ts-check". I do agree with you on the compilation, and this is the reason I'm still writing the occasional .js or .mjs file. However, the js I write starts with enabling ts-check and…
Context: This is for a 2019 data breach on a system that was created in 2012. The GDPR was instated in 2018 (has it really been that long? Wow feels like yesterday) and Meta failed to disclose the 2019 data breach…
None of these are true for the MitM threat model that caused this whole investigation: - If someone manages to MitM the communication between e.g. Digicert and the .com WHOIS server, then they can get a signed…
The requirement to ID yourself online was already a thing in China, and using government-provided unique IDs for that isn't the worst way to go about it. The main issue would be mandatory reporting (i.e. if the…
TS allows you to pass a read-only object to a method taking a read-write value: type A = { value: number; } function test(a: A) { a.value = 3; } function main() { const a: Readonly<A> = { value: 1 }; // a.value = 2; <=…
Weird choice to talk about the placebo effect in this context. The placebo effect is definitely used in combination with chemical and biological effects when administering drugs (or, more accurately, it always…
Captura is a great piece of software - I've used it for years, and I still use the latest release today. It is a complete, all-in-one tool - very straightforward UI, lots of formats supported (especially through ffmpeg…
I don't think it's likely. The real migration has been and will continue to be towards Discord servers and similar "smallish" live chat-based communities on centralized services. The age of small self-hosted forums is…
To simplify equations that create ratios between distance, time and energy. That's literally it. Using Planck units is a math trick to remove a bunch of constants from a bunch of equations. The Planck length doesn't…
There's a good chunk of the article about that. "Constant-tile" is a bit of a misnomer, "secret-independent resource consumption" is a better way to say it. If you just add a "sleep(rand)" or equivalent then you can…
I don't think you understand the policy. Unity isn't doing what Unreal did and asking for a cut of every sales. That would be surprising, that would be impactful, but that would be a manageable amount of money. Unity is…
Hacking the root certificates of TLS doesn't allow you to read every TLS-encrypted conversation ever, thankfully. It just allows you to set up a MITM attack that looks legit. And sure, that is bad, but it's not…
The issue is that whatever "audit" or "protection" method you create, whatever technology you use to ensure only the "good guys" get the information and the "bad guys" can't, it's only layers added on top of the real…
The point is that today, the key isn't in Google's or Amazon's or Meta's servers, but on the phones of people. That means that you literally don't have the key if you don't have the phone. And governments don't want…
To simplify, the same way that a surfer on the sea can use the movement of the sea itself (waves) to surf! An Alcubierre drive (they're theoretical) would basically constantly compress the time curve of spacetime in…
Well, good news about that, a simplified version of adblocking through content filtering[0] is already part of Ladybird (and has been part of Browser[1], the version of Ladybird integrated in Serenity, for a while).…
I can actually comment on that fist question, having contributed to Serenity a bit in the past. I did two big patches in the system, the first by adding websockets to the system[1][2] and the second (still ongoing)…
It would result in fewer online games that stop working altogether when the publisher wants to stop it. All the publisher would have to do is to create a "mini self-hosted server" application and provide it and they…
The latter. It's a tool, if using data is necessary to make the tool work, then its output derives from the data. If the LLM generation is not derivative of its training data, then why would it need the training data in…
It's because circles allow for a stagger and overlap as shown later on. It's not really possible to get the same effect from squares.
Basically, for this specific structure, they had to develop their own "sub structures" on the 1d line. These sub structures are known to create one little thing going diagonally (and then leave a bunch of debris behind,…
Do look into jsdoc typing and "//@ts-check". I do agree with you on the compilation, and this is the reason I'm still writing the occasional .js or .mjs file. However, the js I write starts with enabling ts-check and…
Context: This is for a 2019 data breach on a system that was created in 2012. The GDPR was instated in 2018 (has it really been that long? Wow feels like yesterday) and Meta failed to disclose the 2019 data breach…
None of these are true for the MitM threat model that caused this whole investigation: - If someone manages to MitM the communication between e.g. Digicert and the .com WHOIS server, then they can get a signed…
The requirement to ID yourself online was already a thing in China, and using government-provided unique IDs for that isn't the worst way to go about it. The main issue would be mandatory reporting (i.e. if the…
TS allows you to pass a read-only object to a method taking a read-write value: type A = { value: number; } function test(a: A) { a.value = 3; } function main() { const a: Readonly<A> = { value: 1 }; // a.value = 2; <=…
Weird choice to talk about the placebo effect in this context. The placebo effect is definitely used in combination with chemical and biological effects when administering drugs (or, more accurately, it always…
Captura is a great piece of software - I've used it for years, and I still use the latest release today. It is a complete, all-in-one tool - very straightforward UI, lots of formats supported (especially through ffmpeg…
I don't think it's likely. The real migration has been and will continue to be towards Discord servers and similar "smallish" live chat-based communities on centralized services. The age of small self-hosted forums is…
To simplify equations that create ratios between distance, time and energy. That's literally it. Using Planck units is a math trick to remove a bunch of constants from a bunch of equations. The Planck length doesn't…
There's a good chunk of the article about that. "Constant-tile" is a bit of a misnomer, "secret-independent resource consumption" is a better way to say it. If you just add a "sleep(rand)" or equivalent then you can…
I don't think you understand the policy. Unity isn't doing what Unreal did and asking for a cut of every sales. That would be surprising, that would be impactful, but that would be a manageable amount of money. Unity is…
Hacking the root certificates of TLS doesn't allow you to read every TLS-encrypted conversation ever, thankfully. It just allows you to set up a MITM attack that looks legit. And sure, that is bad, but it's not…
The issue is that whatever "audit" or "protection" method you create, whatever technology you use to ensure only the "good guys" get the information and the "bad guys" can't, it's only layers added on top of the real…
The point is that today, the key isn't in Google's or Amazon's or Meta's servers, but on the phones of people. That means that you literally don't have the key if you don't have the phone. And governments don't want…
To simplify, the same way that a surfer on the sea can use the movement of the sea itself (waves) to surf! An Alcubierre drive (they're theoretical) would basically constantly compress the time curve of spacetime in…
Well, good news about that, a simplified version of adblocking through content filtering[0] is already part of Ladybird (and has been part of Browser[1], the version of Ladybird integrated in Serenity, for a while).…
I can actually comment on that fist question, having contributed to Serenity a bit in the past. I did two big patches in the system, the first by adding websockets to the system[1][2] and the second (still ongoing)…